@eo-sdk/client 9.4.0 → 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 +44 -0
- package/app/eo-framework/actions/action.module.d.ts +3 -1
- package/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.d.ts +30 -0
- package/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.d.ts +22 -0
- package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +4 -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 +2 -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/config/main.json +1 -1
- package/assets/_default/i18n/de.json +50 -12
- package/assets/_default/i18n/en.json +42 -4
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +81 -14
- 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 +705 -84
- 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 +14 -10
- 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/eo-client-routing.module.js +3 -1
- package/esm2015/app/eo-client/eo-client.module.js +4 -2
- 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 +141 -0
- package/esm2015/app/eo-framework/actions/action.module.js +9 -3
- package/esm2015/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.js +80 -0
- package/esm2015/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.js +42 -0
- 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 +19 -10
- package/esm2015/app/eo-framework/actions/actions/signature-action/signature-action.component.js +10 -4
- 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/app-shell/app-bar/side-bar/side-bar.component.js +2 -2
- package/esm2015/app/eo-framework/form-elements/id-reference/id-reference.component.js +3 -3
- 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/media/media.component.js +3 -3
- package/esm2015/app/eo-framework/object-details/object-details.component.js +14 -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 +3 -3
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +41 -23
- package/esm2015/app/eo-framework/prepare-details/prepare-details.component.js +11 -2
- 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/stored-query/stored-query-details/stored-query-details.component.js +2 -2
- package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +4 -2
- package/esm2015/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.js +2 -2
- package/esm2015/app/eo-framework/ui/signature-tab/signature-tab.component.js +3 -3
- package/esm2015/eo-sdk-client.js +15 -11
- package/esm2015/projects/eo-sdk/core/lib/config/translate-json-loader.js +23 -2
- 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/config/config.service.js +2 -2
- package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +20 -6
- package/esm2015/projects/eo-sdk/core/lib/service/events/events.js +2 -1
- package/esm2015/projects/eo-sdk/core/lib/service/signing/signing.service.js +15 -2
- package/esm2015/projects/eo-sdk/core/lib/service/user/user.service.js +17 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +76 -10
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +647 -75
- 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 +13 -3
- package/projects/eo-sdk/core/lib/service/events/events.d.ts +1 -0
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +8 -0
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +11 -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 ɵ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';
|
|
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 ɵx } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
|
|
@@ -14,6 +15,8 @@ export { AddResubmissionActionComponent as ɵby } from './app/eo-framework/actio
|
|
|
14
15
|
export { AddResubmissionComponent as ɵbz } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component';
|
|
15
16
|
export { AddSubscriptionActionComponent as ɵbs } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription-action';
|
|
16
17
|
export { AddSubscriptionComponent as ɵbt } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component';
|
|
18
|
+
export { CancelSigningActionComponent as ɵcn } from './app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action';
|
|
19
|
+
export { CancelSigningComponent as ɵco } from './app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component';
|
|
17
20
|
export { ClipboardActionComponent as ɵbj } from './app/eo-framework/actions/actions/clipboard/clipboard-action';
|
|
18
21
|
export { ClipboardLinkActionComponent as ɵbk } from './app/eo-framework/actions/actions/clipboard/clipboard-link-action';
|
|
19
22
|
export { ClipboardOriginalActionComponent as ɵbl } from './app/eo-framework/actions/actions/clipboard/clipboard-original-action';
|
|
@@ -33,7 +36,7 @@ export { EmailActionComponent as ɵbf } from './app/eo-framework/actions/actions
|
|
|
33
36
|
export { EmailLinkActionComponent as ɵbg } from './app/eo-framework/actions/actions/email/email-link-action';
|
|
34
37
|
export { EmailOriginalActionComponent as ɵbh } from './app/eo-framework/actions/actions/email/email-original-action';
|
|
35
38
|
export { EmailPdfActionComponent as ɵbi } from './app/eo-framework/actions/actions/email/email-pdf-action';
|
|
36
|
-
export { FavoriteActionComponent as
|
|
39
|
+
export { FavoriteActionComponent as ɵcp } from './app/eo-framework/actions/actions/favorite-action/favorite-action';
|
|
37
40
|
export { DefinalizeActionComponent as ɵcg } from './app/eo-framework/actions/actions/finalize/definalize-action';
|
|
38
41
|
export { FinalizeActionComponent as ɵce } from './app/eo-framework/actions/actions/finalize/finalize-action';
|
|
39
42
|
export { FinalizeObjectActionComponent as ɵcf } from './app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component';
|
|
@@ -63,17 +66,18 @@ export { ReferenceFinderService as ɵq } from './app/eo-framework/form-elements/
|
|
|
63
66
|
export { PaginationComponent as ɵu } from './app/eo-framework/grid/extensions/pagination/pagination.component';
|
|
64
67
|
export { DynamicListFilterComponent as ɵs } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
|
|
65
68
|
export { ListFilterComponent as ɵt } from './app/eo-framework/grid/filters/list-filter.component';
|
|
66
|
-
export { DuetimeInfoComponent as
|
|
67
|
-
export { EditIconComponent as
|
|
68
|
-
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';
|
|
69
72
|
export { ProcessFormComponent as ɵw } from './app/eo-framework/process-form/process-form.component';
|
|
70
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';
|
|
71
75
|
export { TreeNodeComponent as ɵl } from './app/eo-framework/tree/tree-node/tree-node.component';
|
|
72
76
|
export { IndexdataSummaryEntryComponent as ɵj } from './app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component';
|
|
73
77
|
export { QueryScopeSelectComponent as ɵg } from './app/eo-framework/ui/query-scope-select/query-scope-select.component';
|
|
74
78
|
export { SignatureTabComponent as ɵi } from './app/eo-framework/ui/signature-tab/signature-tab.component';
|
|
75
79
|
export { UploadOverlayGuard as ɵb } from './app/eo-framework/upload-overlay/upload-overlay-guard.service';
|
|
76
80
|
export { UnsubscribeOnDestroy as ɵf } from './app/eo-framework/util';
|
|
77
|
-
export { PreventDoubleClickDirective as
|
|
81
|
+
export { PreventDoubleClickDirective as ɵcq } from './app/eo-framework/util/directive/prevent-double-click.directive';
|
|
78
82
|
export { TrapFocusDirective as ɵh } from './app/eo-framework/util/directive/trap-focus.directive';
|
|
79
83
|
export { OrderByPipe as ɵk } from './app/eo-framework/util/sortable/order-by.pipe';
|