@eo-sdk/client 9.3.0-rc.2 → 9.4.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-framework/actions/action.module.d.ts +3 -1
- package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +96 -0
- package/app/eo-framework/actions/actions/signature-action/signature-action.component.d.ts +19 -0
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -0
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +1 -0
- package/assets/_default/i18n/de.json +17 -5
- package/assets/_default/i18n/en.json +32 -20
- package/assets/_default/svg/ic_signature.svg +1 -0
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +97 -0
- 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 +172 -21
- 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 +12 -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-framework/actions/action.module.js +9 -3
- package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +2 -2
- package/esm2015/app/eo-framework/actions/actions/signature-action/signature/signature.component.js +109 -0
- package/esm2015/app/eo-framework/actions/actions/signature-action/signature-action.component.js +38 -0
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +3 -2
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.js +3 -2
- package/esm2015/app/eo-framework/object-form/object-form.module.js +2 -2
- package/esm2015/app/eo-framework/tree/tree.component.js +2 -2
- package/esm2015/app/eo-framework/ui/signature-tab/signature-tab.component.js +2 -2
- package/esm2015/app/eo-framework/upload-overlay/upload-overlay.component.js +2 -2
- package/esm2015/eo-sdk-client.js +13 -11
- package/esm2015/projects/eo-sdk/core/lib/eo-core.module.js +3 -1
- package/esm2015/projects/eo-sdk/core/lib/service/signing/signing.service.js +97 -0
- package/esm2015/projects/eo-sdk/core/public_api.js +2 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +96 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +156 -13
- 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/signing/signing.service.d.ts +83 -0
- package/projects/eo-sdk/core/package.json +1 -1
- package/projects/eo-sdk/core/public_api.d.ts +1 -0
- package/proxy.config.json +5 -0
package/eo-sdk-client.d.ts
CHANGED
|
@@ -2,11 +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
|
|
5
|
+
export { EoClientRoutingModule as ɵcv } from './app/eo-client/eo-client-routing.module';
|
|
6
|
+
export { InboxStateRoutingModule as ɵct } from './app/eo-client/inbox-state/inbox-state-routing.module';
|
|
7
|
+
export { ObjectStateRoutingModule as ɵcs } from './app/eo-client/object-state/object-state-routing.module';
|
|
8
|
+
export { PrepareStateRoutingModule as ɵcu } from './app/eo-client/prepare-state/prepare-state-routing.module';
|
|
9
|
+
export { ProcessStateComponent as ɵcw } from './app/eo-client/process-state/process-state.component';
|
|
10
10
|
export { PendingChangesGuard as ɵa } from './app/eo-framework-core/pending-changes/pending-changes-guard.service';
|
|
11
11
|
export { PipesModule as ɵe } from './app/eo-framework-core/pipes/pipes.module';
|
|
12
12
|
export { ActionComponentAnchorDirective as ɵx } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
|
|
@@ -33,7 +33,7 @@ export { EmailActionComponent as ɵbf } from './app/eo-framework/actions/actions
|
|
|
33
33
|
export { EmailLinkActionComponent as ɵbg } from './app/eo-framework/actions/actions/email/email-link-action';
|
|
34
34
|
export { EmailOriginalActionComponent as ɵbh } from './app/eo-framework/actions/actions/email/email-original-action';
|
|
35
35
|
export { EmailPdfActionComponent as ɵbi } from './app/eo-framework/actions/actions/email/email-pdf-action';
|
|
36
|
-
export { FavoriteActionComponent as
|
|
36
|
+
export { FavoriteActionComponent as ɵcn } from './app/eo-framework/actions/actions/favorite-action/favorite-action';
|
|
37
37
|
export { DefinalizeActionComponent as ɵcg } from './app/eo-framework/actions/actions/finalize/definalize-action';
|
|
38
38
|
export { FinalizeActionComponent as ɵce } from './app/eo-framework/actions/actions/finalize/finalize-action';
|
|
39
39
|
export { FinalizeObjectActionComponent as ɵcf } from './app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component';
|
|
@@ -45,6 +45,8 @@ export { RemoveSubscriptionActionComponent as ɵbu } from './app/eo-framework/ac
|
|
|
45
45
|
export { RestoreVersionActionComponent as ɵbq } from './app/eo-framework/actions/actions/restore-version-action/restore-version-action';
|
|
46
46
|
export { ShareObjectActionComponent as ɵcb } from './app/eo-framework/actions/actions/share-object-action/share-object-action';
|
|
47
47
|
export { ShareObjectComponent as ɵcc } from './app/eo-framework/actions/actions/share-object-action/share-object/share-object.component';
|
|
48
|
+
export { SignatureActionComponent as ɵcl } from './app/eo-framework/actions/actions/signature-action/signature-action.component';
|
|
49
|
+
export { SignatureComponent as ɵcm } from './app/eo-framework/actions/actions/signature-action/signature/signature.component';
|
|
48
50
|
export { UnlockActionComponent as ɵcj } from './app/eo-framework/actions/actions/unlock-action/unlock-action';
|
|
49
51
|
export { UpdateResubmissionActionComponent as ɵca } from './app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action';
|
|
50
52
|
export { SimpleWorkflowActionComponent as ɵck } from './app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component';
|
|
@@ -61,9 +63,9 @@ export { ReferenceFinderService as ɵq } from './app/eo-framework/form-elements/
|
|
|
61
63
|
export { PaginationComponent as ɵu } from './app/eo-framework/grid/extensions/pagination/pagination.component';
|
|
62
64
|
export { DynamicListFilterComponent as ɵs } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
|
|
63
65
|
export { ListFilterComponent as ɵt } from './app/eo-framework/grid/filters/list-filter.component';
|
|
64
|
-
export { DuetimeInfoComponent as
|
|
65
|
-
export { EditIconComponent as
|
|
66
|
-
export { PrepareContentExistsInfoComponent as
|
|
66
|
+
export { DuetimeInfoComponent as ɵcq } from './app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component';
|
|
67
|
+
export { EditIconComponent as ɵcp } from './app/eo-framework/object-details/edit-icon/edit-icon.component';
|
|
68
|
+
export { PrepareContentExistsInfoComponent as ɵcr } from './app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component';
|
|
67
69
|
export { ProcessFormComponent as ɵw } from './app/eo-framework/process-form/process-form.component';
|
|
68
70
|
export { ProcessFormModule as ɵv } from './app/eo-framework/process-form/process-form.module';
|
|
69
71
|
export { TreeNodeComponent as ɵl } from './app/eo-framework/tree/tree-node/tree-node.component';
|
|
@@ -72,6 +74,6 @@ export { QueryScopeSelectComponent as ɵg } from './app/eo-framework/ui/query-sc
|
|
|
72
74
|
export { SignatureTabComponent as ɵi } from './app/eo-framework/ui/signature-tab/signature-tab.component';
|
|
73
75
|
export { UploadOverlayGuard as ɵb } from './app/eo-framework/upload-overlay/upload-overlay-guard.service';
|
|
74
76
|
export { UnsubscribeOnDestroy as ɵf } from './app/eo-framework/util';
|
|
75
|
-
export { PreventDoubleClickDirective as
|
|
77
|
+
export { PreventDoubleClickDirective as ɵco } from './app/eo-framework/util/directive/prevent-double-click.directive';
|
|
76
78
|
export { TrapFocusDirective as ɵh } from './app/eo-framework/util/directive/trap-focus.directive';
|
|
77
79
|
export { OrderByPipe as ɵk } from './app/eo-framework/util/sortable/order-by.pipe';
|