@eo-sdk/client 9.4.0 → 9.5.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 +43 -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/object-details/object-details.component.d.ts +1 -0
- package/assets/_default/config/main.json +1 -1
- package/assets/_default/i18n/de.json +15 -1
- package/assets/_default/i18n/en.json +16 -2
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +66 -12
- 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 +298 -34
- 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 +13 -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/recyclebin-state/recyclebin-state.component.js +134 -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/signature-action/signature/signature.component.js +12 -5
- package/esm2015/app/eo-framework/actions/actions/signature-action/signature-action.component.js +3 -3
- 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/media/media.component.js +3 -3
- package/esm2015/app/eo-framework/object-details/object-details.component.js +5 -3
- 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 +2 -2
- package/esm2015/app/eo-framework/prepare-details/prepare-details.component.js +11 -2
- package/esm2015/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.js +2 -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 +1 -1
- package/esm2015/eo-sdk-client.js +14 -11
- package/esm2015/projects/eo-sdk/core/lib/config/translate-json-loader.js +23 -2
- 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 +9 -6
- 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 +61 -8
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +281 -25
- 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/service/dms/dms.service.d.ts +5 -3
- 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 ɵcx } from './app/eo-client/eo-client-routing.module';
|
|
6
|
+
export { InboxStateRoutingModule as ɵcv } from './app/eo-client/inbox-state/inbox-state-routing.module';
|
|
7
|
+
export { ObjectStateRoutingModule as ɵcu } from './app/eo-client/object-state/object-state-routing.module';
|
|
8
|
+
export { PrepareStateRoutingModule as ɵcw } from './app/eo-client/prepare-state/prepare-state-routing.module';
|
|
9
|
+
export { ProcessStateComponent as ɵcy } from './app/eo-client/process-state/process-state.component';
|
|
10
|
+
export { RecyclebinStateComponent as ɵcz } 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,9 +66,9 @@ 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 ɵcs } from './app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component';
|
|
70
|
+
export { EditIconComponent as ɵcr } from './app/eo-framework/object-details/edit-icon/edit-icon.component';
|
|
71
|
+
export { PrepareContentExistsInfoComponent as ɵct } 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';
|
|
71
74
|
export { TreeNodeComponent as ɵl } from './app/eo-framework/tree/tree-node/tree-node.component';
|
|
@@ -74,6 +77,6 @@ export { QueryScopeSelectComponent as ɵg } from './app/eo-framework/ui/query-sc
|
|
|
74
77
|
export { SignatureTabComponent as ɵi } from './app/eo-framework/ui/signature-tab/signature-tab.component';
|
|
75
78
|
export { UploadOverlayGuard as ɵb } from './app/eo-framework/upload-overlay/upload-overlay-guard.service';
|
|
76
79
|
export { UnsubscribeOnDestroy as ɵf } from './app/eo-framework/util';
|
|
77
|
-
export { PreventDoubleClickDirective as
|
|
80
|
+
export { PreventDoubleClickDirective as ɵcq } from './app/eo-framework/util/directive/prevent-double-click.directive';
|
|
78
81
|
export { TrapFocusDirective as ɵh } from './app/eo-framework/util/directive/trap-focus.directive';
|
|
79
82
|
export { OrderByPipe as ɵk } from './app/eo-framework/util/sortable/order-by.pipe';
|