@eo-sdk/client 9.5.0-rc.1 → 9.6.0-rc.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-client/recyclebin-state/recyclebin-state.component.d.ts +3 -2
- package/app/eo-framework/app-shell/app-bar/app-process/app-process.component.d.ts +1 -0
- package/app/eo-framework/object-details/object-details.component.d.ts +1 -0
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +17 -11
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +75 -0
- package/app/eo-framework/split/split/split.component.d.ts +1 -1
- package/app/eo-framework/split/split-area/split-area.component.d.ts +1 -0
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +1 -0
- package/assets/_default/i18n/de.json +45 -21
- package/assets/_default/i18n/en.json +35 -11
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +15 -2
- 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 +427 -70
- 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 +10 -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-client/favorite-state/favorite-state.component.js +3 -3
- package/esm2015/app/eo-client/inbox-state/inbox-state/inbox-state.component.js +7 -5
- package/esm2015/app/eo-client/notifications-state/notifications-state.component.js +3 -3
- package/esm2015/app/eo-client/object-state/object-state-service/object-state.service.js +2 -2
- package/esm2015/app/eo-client/prepare-state/prepare-state/prepare-state.component.js +3 -3
- package/esm2015/app/eo-client/recyclebin-state/recyclebin-state.component.js +13 -6
- package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +5 -2
- package/esm2015/app/eo-framework/actions/actions/signature-action/signature/signature.component.js +8 -6
- package/esm2015/app/eo-framework/actions/actions/signature-action/signature-action.component.js +8 -2
- package/esm2015/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.js +6 -4
- package/esm2015/app/eo-framework/app-shell/app-bar/app-process/app-process.component.js +8 -2
- package/esm2015/app/eo-framework/frame/frame.component.js +9 -1
- package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +3 -3
- package/esm2015/app/eo-framework/object-details/object-details.component.js +12 -5
- package/esm2015/app/eo-framework/object-details/object-details.module.js +4 -2
- package/esm2015/app/eo-framework/object-details/object-history/object-history.component.js +2 -2
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +41 -23
- package/esm2015/app/eo-framework/recyclebin-details/recyclebin-details.component.js +260 -0
- package/esm2015/app/eo-framework/split/split/split.component.js +6 -6
- package/esm2015/app/eo-framework/split/split-area/split-area.component.js +5 -1
- package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +4 -2
- package/esm2015/app/eo-framework/ui/signature-tab/signature-tab.component.js +3 -3
- package/esm2015/eo-sdk-client.js +11 -10
- package/esm2015/projects/eo-sdk/core/lib/model/dms-object-history.model.js +2 -1
- package/esm2015/projects/eo-sdk/core/lib/service/backend/backend.service.js +3 -3
- package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +12 -1
- package/esm2015/projects/eo-sdk/core/lib/service/events/events.js +2 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +15 -2
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +378 -62
- 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/model/dms-object-history.model.d.ts +4 -0
- package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +1 -1
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +8 -0
- package/projects/eo-sdk/core/lib/service/events/events.d.ts +1 -0
- package/projects/eo-sdk/core/package.json +1 -1
package/eo-sdk-client.d.ts
CHANGED
|
@@ -2,12 +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
|
|
10
|
-
export { RecyclebinStateComponent as
|
|
5
|
+
export { EoClientRoutingModule as ɵcy } from './app/eo-client/eo-client-routing.module';
|
|
6
|
+
export { InboxStateRoutingModule as ɵcw } from './app/eo-client/inbox-state/inbox-state-routing.module';
|
|
7
|
+
export { ObjectStateRoutingModule as ɵcv } from './app/eo-client/object-state/object-state-routing.module';
|
|
8
|
+
export { PrepareStateRoutingModule as ɵcx } from './app/eo-client/prepare-state/prepare-state-routing.module';
|
|
9
|
+
export { ProcessStateComponent as ɵcz } from './app/eo-client/process-state/process-state.component';
|
|
10
|
+
export { RecyclebinStateComponent as ɵda } from './app/eo-client/recyclebin-state/recyclebin-state.component';
|
|
11
11
|
export { PendingChangesGuard as ɵa } from './app/eo-framework-core/pending-changes/pending-changes-guard.service';
|
|
12
12
|
export { PipesModule as ɵe } from './app/eo-framework-core/pipes/pipes.module';
|
|
13
13
|
export { ActionComponentAnchorDirective as ɵx } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
|
|
@@ -66,11 +66,12 @@ export { ReferenceFinderService as ɵq } from './app/eo-framework/form-elements/
|
|
|
66
66
|
export { PaginationComponent as ɵu } from './app/eo-framework/grid/extensions/pagination/pagination.component';
|
|
67
67
|
export { DynamicListFilterComponent as ɵs } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
|
|
68
68
|
export { ListFilterComponent as ɵt } from './app/eo-framework/grid/filters/list-filter.component';
|
|
69
|
-
export { DuetimeInfoComponent as
|
|
70
|
-
export { EditIconComponent as
|
|
71
|
-
export { PrepareContentExistsInfoComponent as
|
|
69
|
+
export { DuetimeInfoComponent as ɵct } from './app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component';
|
|
70
|
+
export { EditIconComponent as ɵcs } from './app/eo-framework/object-details/edit-icon/edit-icon.component';
|
|
71
|
+
export { PrepareContentExistsInfoComponent as ɵcu } from './app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component';
|
|
72
72
|
export { ProcessFormComponent as ɵw } from './app/eo-framework/process-form/process-form.component';
|
|
73
73
|
export { ProcessFormModule as ɵv } from './app/eo-framework/process-form/process-form.module';
|
|
74
|
+
export { RecyclebinDetailsComponent as ɵcr } from './app/eo-framework/recyclebin-details/recyclebin-details.component';
|
|
74
75
|
export { TreeNodeComponent as ɵl } from './app/eo-framework/tree/tree-node/tree-node.component';
|
|
75
76
|
export { IndexdataSummaryEntryComponent as ɵj } from './app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component';
|
|
76
77
|
export { QueryScopeSelectComponent as ɵg } from './app/eo-framework/ui/query-scope-select/query-scope-select.component';
|