@eo-sdk/client 10.3.0-rc.1 → 10.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 +17 -12
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +47 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts +19 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +3 -1
- package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts +21 -0
- package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts.map +1 -0
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts +2 -0
- package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts +1 -0
- package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-edit/object-form-edit.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts +11 -0
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-options.interface.d.ts +1 -0
- package/app/eo-framework/object-form/object-form-options.interface.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts +2 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +5 -3
- package/assets/_default/i18n/en.json +5 -3
- package/assets/_default/svg/ic_drag.svg +1 -0
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/action.module.mjs +19 -7
- package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +184 -0
- package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +53 -0
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +19 -17
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature.model.mjs +8 -0
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/media/media.component.mjs +5 -5
- package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +6 -4
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +11 -4
- package/esm2020/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +2 -1
- package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +35 -2
- package/esm2020/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
- package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +6 -4
- package/esm2020/app/eo-framework/process/details/process-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/model/work-item-history.model.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +4 -96
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +484 -201
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +480 -201
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +3 -3
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +1 -4
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
- package/scss/_form.scss +6 -1
- package/styles.css +3 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@eo-sdk/client",
|
|
3
3
|
"description": "yuuvis RAD client",
|
|
4
4
|
"author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
|
|
5
|
-
"version": "10.
|
|
5
|
+
"version": "10.4.0-rc.1",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"@angular/platform-browser": "15.2.2",
|
|
30
30
|
"@angular/platform-browser-dynamic": "15.2.2",
|
|
31
31
|
"@angular/router": "15.2.2",
|
|
32
|
-
"@eo-sdk/core": "10.
|
|
32
|
+
"@eo-sdk/core": "10.4.0-rc.1",
|
|
33
33
|
"@ngneat/until-destroy": "^10.0.0",
|
|
34
34
|
"@ngx-pwa/local-storage": "15.0.0",
|
|
35
35
|
"@ngx-translate/core": "14.0.0",
|
|
36
36
|
"@types/lodash": "4.14.88",
|
|
37
|
-
"@yuuvis/components": "^0.0.
|
|
37
|
+
"@yuuvis/components": "^0.0.57",
|
|
38
38
|
"@yuuvis/widget-grid": "^0.4.6",
|
|
39
39
|
"core-js": "^2.5.4",
|
|
40
40
|
"file-saver": "^2.0.5",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { BackendService } from '../backend/backend.service';
|
|
3
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
4
3
|
import { DmsObject } from '../../model/dms-object.model';
|
|
5
4
|
import { CapabilitiesService } from '../capabilities/capabilities.service';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -24,8 +23,7 @@ export interface SigningRequest {
|
|
|
24
23
|
export declare class SigningService {
|
|
25
24
|
private backend;
|
|
26
25
|
private capabilities;
|
|
27
|
-
|
|
28
|
-
constructor(backend: BackendService, capabilities: CapabilitiesService, translate: TranslateService);
|
|
26
|
+
constructor(backend: BackendService, capabilities: CapabilitiesService);
|
|
29
27
|
canSign(): boolean;
|
|
30
28
|
/**
|
|
31
29
|
* Sign the document of a DMS Object
|
|
@@ -46,7 +44,6 @@ export declare class SigningService {
|
|
|
46
44
|
* @returns Observable<any>
|
|
47
45
|
*/
|
|
48
46
|
cancelSigning(id: string, comment: string): Observable<any>;
|
|
49
|
-
getLocalizedSigningForm(phoneRequired?: boolean): any;
|
|
50
47
|
signatureRequested(item: DmsObject): boolean;
|
|
51
48
|
signingInProcess(item: DmsObject): boolean;
|
|
52
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<SigningService, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signing.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/signing/signing.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"signing.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/signing/signing.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAC;;AAEzE,MAAM,WAAW,cAAc;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE;QACP;YACE,UAAU,EAAE,MAAM,CAAC;YACnB,WAAW,EAAE,MAAM,CAAC;YACpB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,WAAW,EAAE,MAAM,CAAA;SACpB;KACF,CAAC;CACH;AAED;;GAEG;AACH,qBAGa,cAAc;IAEb,OAAO,CAAC,OAAO;IACzB,OAAO,CAAC,YAAY;gBADF,OAAO,EAAE,cAAc,EACjC,YAAY,EAAE,mBAAmB;IAE3C,OAAO,IAAI,OAAO;IAIlB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc;IAMpD;;;OAGG;IACH,OAAO;IAKP;;;;;OAKG;IACH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAKzC,kBAAkB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAI5C,gBAAgB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;yCA7C/B,cAAc;6CAAd,cAAc;CAgD1B"}
|
package/scss/_form.scss
CHANGED
|
@@ -60,6 +60,11 @@ eo-form-input {
|
|
|
60
60
|
yvc-chips-list {
|
|
61
61
|
width: 100%;
|
|
62
62
|
}
|
|
63
|
+
|
|
64
|
+
.yvc-form-element[aria-disabled=true] {
|
|
65
|
+
background-color: transparent;
|
|
66
|
+
}
|
|
67
|
+
|
|
63
68
|
}
|
|
64
69
|
.form-element-range {
|
|
65
70
|
// operator select in range form elements
|
|
@@ -293,7 +298,7 @@ ul.chips > li.chip {
|
|
|
293
298
|
color: rgba(0, 0, 0, 0.54);
|
|
294
299
|
margin: 2px 2px 0 0;
|
|
295
300
|
display: flex;
|
|
296
|
-
align-items: center;
|
|
301
|
+
align-items: center;
|
|
297
302
|
}
|
|
298
303
|
|
|
299
304
|
// chips in autocomplete
|
package/styles.css
CHANGED
|
@@ -183,6 +183,9 @@ yvc-autocomplete-options .org-item {
|
|
|
183
183
|
eo-form-input yvc-chips-list {
|
|
184
184
|
width: 100%; }
|
|
185
185
|
|
|
186
|
+
eo-form-input .yvc-form-element[aria-disabled=true] {
|
|
187
|
+
background-color: transparent; }
|
|
188
|
+
|
|
186
189
|
.form-element-range yvc-dropdown {
|
|
187
190
|
background-color: var(--panel-divider-color);
|
|
188
191
|
min-width: min-content;
|