@eo-sdk/client 10.0.0-beta.5 → 10.0.0-rc.2
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/about-state/about-state.component.d.ts +0 -5
- package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/dashboard.component.d.ts +23 -30
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +19 -0
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.d.ts +24 -0
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +20 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts +19 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.d.ts +4 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +25 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts +20 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.d.ts +4 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +28 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +44 -0
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -0
- package/app/eo-client/eo-client.module.d.ts +24 -13
- package/app/eo-client/eo-client.module.d.ts.map +1 -1
- package/app/eo-client/login/login.component.d.ts +8 -3
- package/app/eo-client/login/login.component.d.ts.map +1 -1
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.d.ts +2 -3
- package/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/organization/organization.component.d.ts +6 -3
- package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/organization-filter.component.d.ts +2 -2
- package/app/eo-framework/grid/filters/organization-filter.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +9 -2
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +1 -0
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +30 -1
- package/assets/_default/i18n/en.json +30 -1
- package/assets/_default/svg/ic_noUrl.svg +1 -0
- package/assets/dashboard.json +47 -0
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +5 -11
- package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +133 -91
- package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +59 -0
- package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +39 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +53 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +42 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +2 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +65 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +43 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +2 -0
- package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +117 -0
- package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +115 -0
- package/esm2020/app/eo-client/eo-client.module.mjs +44 -6
- package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +2 -2
- package/esm2020/app/eo-client/login/login.component.mjs +33 -13
- package/esm2020/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2020/app/eo-framework/actions/action.module.mjs +1 -1
- package/esm2020/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +11 -15
- package/esm2020/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +3 -3
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +15 -12
- package/esm2020/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +10 -6
- package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +2 -2
- package/esm2020/app/eo-framework/frame/frame.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +5 -5
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +27 -13
- package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +1 -1
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +3 -3
- package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/result-list/result-list.component.mjs +4 -2
- package/esm2020/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +20 -12
- package/esm2020/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth.service.mjs +24 -30
- package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.mjs +1 -1
- package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.mjs +8 -6
- package/esm2020/projects/eo-sdk/core/lib/service/config/config.service.mjs +1 -1
- package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +12 -6
- package/esm2020/projects/eo-sdk/core/lib/service/user/user.service.mjs +11 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +925 -914
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +794 -256
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +925 -914
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +798 -255
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +5 -4
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts +14 -20
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts +4 -0
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts +3 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/config/config.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +4 -1
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +6 -0
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts.map +1 -1
- package/scss/_eo-variables.scss +1 -0
- package/styles.css +1 -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.0.0-
|
|
5
|
+
"version": "10.0.0-rc.2",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -29,12 +29,13 @@
|
|
|
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.0.0-
|
|
33
|
-
"@ngneat/until-destroy": "^10.0.0
|
|
32
|
+
"@eo-sdk/core": "10.0.0-rc.2",
|
|
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.44",
|
|
38
|
+
"@yuuvis/widget-grid": "^0.4.5",
|
|
38
39
|
"core-js": "^2.5.4",
|
|
39
40
|
"file-saver": "^2.0.5",
|
|
40
41
|
"font-awesome": "4.7.0",
|
|
@@ -1,25 +1,22 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { NgZone } from '@angular/core';
|
|
3
1
|
import { HttpClient } from '@angular/common/http';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import { NgZone } from '@angular/core';
|
|
3
|
+
import { LocalStorage } from '@ngx-pwa/local-storage';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { CoreConfig } from '../../config/core-config';
|
|
6
6
|
import { EoUser } from '../../model/eo-user.model';
|
|
7
|
-
import { SystemService } from '../system/system.service';
|
|
8
7
|
import { BackendService } from '../backend/backend.service';
|
|
9
|
-
import {
|
|
10
|
-
import { Logger } from '../logger/logger';
|
|
11
|
-
import { AuthProfile } from './auth-profile.interface';
|
|
12
|
-
import { PrepareService } from '../prepare/prepare.service';
|
|
13
|
-
import { InboxService } from '../inbox/inbox.service';
|
|
8
|
+
import { BpmService } from '../bpm/bpm.service';
|
|
14
9
|
import { CapabilitiesService } from '../capabilities/capabilities.service';
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
10
|
+
import { Config } from '../config/config.service';
|
|
11
|
+
import { EnvironmentService } from '../environment/environment.service';
|
|
17
12
|
import { EventService } from '../events/event.service';
|
|
18
|
-
import {
|
|
13
|
+
import { InboxService } from '../inbox/inbox.service';
|
|
14
|
+
import { PrepareService } from '../prepare/prepare.service';
|
|
15
|
+
import { LocalStorageService } from '../storage/local-storage.service';
|
|
19
16
|
import { SystemStatusService } from '../system-status/system-status.service';
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
17
|
+
import { SystemService } from '../system/system.service';
|
|
18
|
+
import { UserService } from '../user/user.service';
|
|
19
|
+
import { AuthProfile } from './auth-profile.interface';
|
|
23
20
|
import * as i0 from "@angular/core";
|
|
24
21
|
/**
|
|
25
22
|
* `AuthService` handles authentication against an yuuvis<sup>®</sup> RAD backend.
|
|
@@ -27,14 +24,11 @@ import * as i0 from "@angular/core";
|
|
|
27
24
|
export declare class AuthService {
|
|
28
25
|
private config;
|
|
29
26
|
coreConfig: CoreConfig;
|
|
30
|
-
private appCache;
|
|
31
27
|
private envService;
|
|
32
28
|
private http;
|
|
33
29
|
private bpmService;
|
|
34
30
|
private ngZone;
|
|
35
|
-
private location;
|
|
36
31
|
private capabilitiesService;
|
|
37
|
-
private logger;
|
|
38
32
|
private inboxService;
|
|
39
33
|
private prepareService;
|
|
40
34
|
private backend;
|
|
@@ -65,7 +59,7 @@ export declare class AuthService {
|
|
|
65
59
|
/**
|
|
66
60
|
* @ignore
|
|
67
61
|
*/
|
|
68
|
-
constructor(config: Config, coreConfig: CoreConfig,
|
|
62
|
+
constructor(config: Config, coreConfig: CoreConfig, envService: EnvironmentService, http: HttpClient, bpmService: BpmService, ngZone: NgZone, capabilitiesService: CapabilitiesService, inboxService: InboxService, prepareService: PrepareService, backend: BackendService, systemService: SystemService, userService: UserService, eventService: EventService, systemStatusService: SystemStatusService, storage: LocalStorage, local: LocalStorageService);
|
|
69
63
|
/**
|
|
70
64
|
* Login a user using form based login.
|
|
71
65
|
* @param host The target host (could be null if you are running in web environment)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/auth/auth.service.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"auth.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/auth/auth.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,GAAG,EAAE,OAAO,CAAC;IACb;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,GAAG,EAAE,OAAO,CAAC;CACd"}
|
|
1
|
+
{"version":3,"file":"capabilities.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,GAAG,EAAE,OAAO,CAAC;IACb;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,GAAG,EAAE,OAAO,CAAC;CACd"}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { Capabilities } from './capabilities.model';
|
|
2
|
+
import { SystemService } from '../system/system.service';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Handles the systems capabilities. Capabilities are settings that enable/disable certain client features.
|
|
5
6
|
*/
|
|
6
7
|
export declare class CapabilitiesService {
|
|
8
|
+
private system;
|
|
7
9
|
private capabilities;
|
|
8
10
|
/**
|
|
9
11
|
* @ignore
|
|
10
12
|
*/
|
|
11
|
-
constructor();
|
|
13
|
+
constructor(system: SystemService);
|
|
12
14
|
/**
|
|
13
15
|
* Sets the capabilities based on a given object set by auth.service
|
|
14
16
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;;
|
|
1
|
+
{"version":3,"file":"capabilities.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;;AAEvD;;GAEG;AACH,qBAGa,mBAAmB;IAOlB,OAAO,CAAC,MAAM;IAL1B,OAAO,CAAC,YAAY,CAAe;IAEnC;;OAEG;gBACiB,MAAM,EAAE,aAAa;IAGzC;;;;;;OAMG;IACH,eAAe,CAAC,gBAAgB,EAAE,GAAG,EAAE,eAAe,CAAC,EAAE,OAAO,GAAG,YAAY;IAkB/E;;OAEG;IACH,eAAe,IAAI,YAAY;IAI/B;;;;OAIG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;yCA/C/B,mBAAmB;6CAAnB,mBAAmB;CAkD/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/config/config.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,oBAAoB,CAAC;;
|
|
1
|
+
{"version":3,"file":"config.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/config/config.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,oBAAoB,CAAC;;AAI/C;;GAEG;AACH,qBAGa,MAAM;IASL,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,KAAK;IAP9D,OAAO,CAAC,GAAG,CAAqB;IAEhC,OAAO,CAAC,cAAc,CAAQ;IAE9B;;OAEG;gBACiB,SAAS,EAAE,gBAAgB,EAAU,KAAK,EAAE,YAAY;IAG5E;;OAEG;IACH,OAAO,CAAC,cAAc;IAItB;;;OAGG;IACI,GAAG,CAAC,GAAG,EAAE,WAAW;IAgB3B;;OAEG;IACH,YAAY,IAAI,MAAM;IAItB,cAAc,IAAI,MAAM;IAOxB;;;OAGG;IACI,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG;IAIpC;;;;OAIG;IACI,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvC;;;OAGG;IACI,gBAAgB,IAAI,GAAG,EAAE;IAIhC;;;OAGG;IACI,yBAAyB,IAAI,MAAM,EAAE;IAK5C;;;OAGG;IACI,2BAA2B,IAAI,MAAM;IAI5C;;;OAGG;IACI,qBAAqB,IAAI,MAAM;IAItC;;;;OAIG;IACI,qBAAqB,IAAI,MAAM;IAMtC;;;OAGG;IACI,sBAAsB;IAK7B;;OAEG;IACI,cAAc,IAAI,GAAG;yCA9HjB,MAAM;6CAAN,MAAM;CAiIlB"}
|
|
@@ -2,6 +2,7 @@ import { Observable } from 'rxjs';
|
|
|
2
2
|
import { BackendService } from '../backend/backend.service';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { DmsObject } from '../../model/dms-object.model';
|
|
5
|
+
import { CapabilitiesService } from '../capabilities/capabilities.service';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export interface SigningRequest {
|
|
7
8
|
signingPlatform: string;
|
|
@@ -21,8 +22,10 @@ export interface SigningRequest {
|
|
|
21
22
|
*/
|
|
22
23
|
export declare class SigningService {
|
|
23
24
|
private backend;
|
|
25
|
+
private capabilities;
|
|
24
26
|
private translate;
|
|
25
|
-
constructor(backend: BackendService, translate: TranslateService);
|
|
27
|
+
constructor(backend: BackendService, capabilities: CapabilitiesService, translate: TranslateService);
|
|
28
|
+
canSign(): boolean;
|
|
26
29
|
/**
|
|
27
30
|
* Sign the document of a DMS Object
|
|
28
31
|
* @param id the id of the dms object
|
|
@@ -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,
|
|
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,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,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,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;IACpB,OAAO,CAAC,SAAS;gBAFC,OAAO,EAAE,cAAc,EACjC,YAAY,EAAE,mBAAmB,EACjC,SAAS,EAAE,gBAAgB;IAErC,OAAO,IAAI,OAAO;IAIlB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc;IAMpD;;;;;OAKG;IACH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAKzC,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqEvB,kBAAkB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAI5C,gBAAgB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;yCA1G/B,cAAc;6CAAd,cAAc;CA6G1B"}
|
|
@@ -8,6 +8,7 @@ import { Logger } from '../logger/logger';
|
|
|
8
8
|
import { SystemService } from '../system/system.service';
|
|
9
9
|
import { EventService } from '../events/event.service';
|
|
10
10
|
import { HttpClient } from '@angular/common/http';
|
|
11
|
+
import { WidgetGridWorkspaceConfig } from '@yuuvis/widget-grid';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
/**
|
|
13
14
|
* Applications user service.
|
|
@@ -183,6 +184,11 @@ export declare class UserService {
|
|
|
183
184
|
* @param filterTerms The value to set the saved inbox filters list to
|
|
184
185
|
*/
|
|
185
186
|
changeSavedInboxFilters(filterTerms: string[]): Observable<void>;
|
|
187
|
+
/**
|
|
188
|
+
* Save or change the workspace of the current user
|
|
189
|
+
* @param workspaceConfig The value to set the saved workspace or create a new workspace
|
|
190
|
+
*/
|
|
191
|
+
saveChangeWorkspace(workspaceConfig: WidgetGridWorkspaceConfig): Observable<void>;
|
|
186
192
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
|
|
187
193
|
static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
|
|
188
194
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/user/user.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAgC,MAAM,MAAM,CAAC;AAE/D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,uBAAuB,EAAC,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,MAAM,EAAC,MAAM,2BAA2B,CAAC;AACjD,OAAO,EAAC,MAAM,EAAC,MAAM,0BAA0B,CAAC;AAChD,OAAO,EAAC,MAAM,EAAC,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AAGvD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAErD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;;
|
|
1
|
+
{"version":3,"file":"user.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/user/user.service.ts"],"names":[],"mappings":"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"}
|
package/scss/_eo-variables.scss
CHANGED