@eo-sdk/client 8.0.0-rc.1 → 8.0.0-rc.4
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/app-shell/app-bar/app-bar.component.d.ts +5 -0
- package/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.d.ts +10 -2
- package/app/eo-framework/form-elements/organization/organization.component.d.ts +2 -0
- package/app/eo-framework/grid/grid.component.d.ts +0 -1
- package/app/eo-framework/media/media.component.d.ts +6 -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-state-details/object-state-details.component.d.ts +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts +1 -0
- package/app/eo-framework/ui/loading-spinner/loading-spinner.component.d.ts +1 -0
- package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts +8 -0
- package/app/eo-framework-core/api/grid.service.d.ts +2 -1
- package/assets/_default/api/pdf/web/viewer.js +1 -1
- package/assets/_default/config/main.json +1 -1
- package/assets/_default/i18n/de.json +9 -4
- package/assets/_default/i18n/en.json +14 -9
- package/assets/_default/img/yuuvis-agent.png +0 -0
- package/assets/_default/svg/ic_book.svg +1 -0
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +5 -4
- 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 +202 -98
- 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.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/app/eo-framework/app-shell/app-bar/app-bar.component.js +45 -1
- package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +3 -3
- package/esm2015/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.js +20 -6
- package/esm2015/app/eo-framework/form-elements/id-reference/id-reference.component.js +4 -11
- package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +5 -11
- package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +3 -3
- package/esm2015/app/eo-framework/grid/grid.component.js +3 -29
- package/esm2015/app/eo-framework/media/media.component.js +7 -4
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +13 -6
- package/esm2015/app/eo-framework/object-form/object-form/object-form.component.js +2 -2
- package/esm2015/app/eo-framework/object-form/object-form-edit/object-form-edit.component.js +2 -2
- package/esm2015/app/eo-framework/object-state-details/object-state-details.component.js +9 -5
- package/esm2015/app/eo-framework/process/history/process-history.component.js +2 -2
- package/esm2015/app/eo-framework/process/process-file/process-file.component.js +3 -3
- package/esm2015/app/eo-framework/result-list/result-list.component.js +7 -3
- package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +1 -1
- package/esm2015/app/eo-framework/ui/loading-spinner/loading-spinner.component.js +5 -4
- package/esm2015/app/eo-framework/upload-overlay/upload-overlay.component.js +40 -4
- package/esm2015/app/eo-framework-core/api/grid.service.js +39 -1
- package/esm2015/projects/eo-sdk/core/lib/service/bpm/bpm.service.js +2 -2
- package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +4 -3
- package/esm2015/projects/eo-sdk/core/lib/util/utils.js +2 -2
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +5 -4
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +195 -83
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +2 -1
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -24,9 +24,14 @@ export declare class AppBarComponent extends UnsubscribeOnDestroy implements OnI
|
|
|
24
24
|
options: any;
|
|
25
25
|
iconTitles: any;
|
|
26
26
|
logo: string;
|
|
27
|
+
pageVisible: boolean;
|
|
27
28
|
constructor(userService: UserService, capabilityService: CapabilitiesService, translate: TranslateService, inboxService: InboxService, prepareService: PrepareService, clipboard: ClipboardService, renderer: Renderer2, router: Router, bpmService: BpmService, eventService: EventService, config: Config);
|
|
28
29
|
openDashboard(openInNewWindow: boolean): void;
|
|
29
30
|
updateOnSchemaChange(): void;
|
|
30
31
|
setIconTitles(): void;
|
|
32
|
+
private sendNotification;
|
|
33
|
+
private initNotification;
|
|
34
|
+
private initNotificationClickListener;
|
|
35
|
+
private initVisibilityChangeListener;
|
|
31
36
|
ngOnInit(): void;
|
|
32
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit, ElementRef } from '@angular/core';
|
|
2
2
|
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
|
-
import { Capabilities, CapabilitiesService, Config } from '@eo-sdk/core';
|
|
3
|
+
import { Capabilities, CapabilitiesService, Config, UserService } from '@eo-sdk/core';
|
|
4
4
|
import { UnsubscribeOnDestroy } from '../../../util/unsubscribe/unsubscribe.component';
|
|
5
5
|
export declare class SideBarComponent extends UnsubscribeOnDestroy implements OnInit {
|
|
6
6
|
private capabilityService;
|
|
@@ -8,10 +8,18 @@ export declare class SideBarComponent extends UnsubscribeOnDestroy implements On
|
|
|
8
8
|
private cd;
|
|
9
9
|
private sanitizer;
|
|
10
10
|
private elemRef;
|
|
11
|
+
private userService;
|
|
11
12
|
capabilities: Capabilities;
|
|
12
13
|
backgroundImage: SafeResourceUrl;
|
|
14
|
+
userLang: string;
|
|
15
|
+
docu: {
|
|
16
|
+
link: string;
|
|
17
|
+
label: string;
|
|
18
|
+
};
|
|
13
19
|
eoOutsideClick: EventEmitter<any>;
|
|
14
|
-
constructor(capabilityService: CapabilitiesService, config: Config, cd: ChangeDetectorRef, sanitizer: DomSanitizer, elemRef: ElementRef);
|
|
20
|
+
constructor(capabilityService: CapabilitiesService, config: Config, cd: ChangeDetectorRef, sanitizer: DomSanitizer, elemRef: ElementRef, userService: UserService);
|
|
21
|
+
getDocumentation(): void;
|
|
22
|
+
getUserLang(): void;
|
|
15
23
|
getCapabilities(): void;
|
|
16
24
|
setBackgroundImage(): void;
|
|
17
25
|
close(): void;
|
|
@@ -23,6 +23,8 @@ export declare class OrganizationComponent implements ControlValueAccessor, Afte
|
|
|
23
23
|
autocompleteRes: any[];
|
|
24
24
|
value: any;
|
|
25
25
|
innerValue: any[];
|
|
26
|
+
error: any;
|
|
27
|
+
deletedItemID: string;
|
|
26
28
|
situation: string;
|
|
27
29
|
multiselect: boolean;
|
|
28
30
|
set readonly(r: boolean);
|
|
@@ -78,7 +78,6 @@ export declare class GridComponent extends UnsubscribeOnDestroy {
|
|
|
78
78
|
private processSoftData;
|
|
79
79
|
updateRowData(data?: any[], row?: any, selection?: number[]): void;
|
|
80
80
|
updateRows(data?: any[]): boolean;
|
|
81
|
-
private copyToClipboard;
|
|
82
81
|
get columns(): Column[];
|
|
83
82
|
get api(): GridApi;
|
|
84
83
|
get isReady(): boolean;
|
|
@@ -8,6 +8,8 @@ export interface ViewerConfig {
|
|
|
8
8
|
mimeType?: string | string[];
|
|
9
9
|
fileExtension?: string | string[];
|
|
10
10
|
viewer: string;
|
|
11
|
+
error?: boolean;
|
|
12
|
+
type?: 'compare' | 'extend' | 'error' | 'default';
|
|
11
13
|
}
|
|
12
14
|
export interface PreviewFile {
|
|
13
15
|
uri: string;
|
|
@@ -56,18 +58,22 @@ export declare class MediaComponent extends UnsubscribeOnDestroy implements Afte
|
|
|
56
58
|
viewer: string;
|
|
57
59
|
mimeType?: undefined;
|
|
58
60
|
error?: undefined;
|
|
61
|
+
type?: undefined;
|
|
59
62
|
} | {
|
|
60
63
|
mimeType: string[];
|
|
61
64
|
viewer: string;
|
|
62
65
|
fileExtension?: undefined;
|
|
63
66
|
error?: undefined;
|
|
67
|
+
type?: undefined;
|
|
64
68
|
} | {
|
|
65
69
|
viewer: string;
|
|
66
70
|
fileExtension?: undefined;
|
|
67
71
|
mimeType?: undefined;
|
|
68
72
|
error?: undefined;
|
|
73
|
+
type?: undefined;
|
|
69
74
|
} | {
|
|
70
75
|
error: boolean;
|
|
76
|
+
type: string;
|
|
71
77
|
viewer: string;
|
|
72
78
|
fileExtension?: undefined;
|
|
73
79
|
mimeType?: undefined;
|
|
@@ -40,6 +40,7 @@ export declare class FormElementTableComponent extends UnsubscribeOnDestroy impl
|
|
|
40
40
|
overlayGridOptions: GridOptions;
|
|
41
41
|
editingRow: EditRow;
|
|
42
42
|
showDialog: boolean;
|
|
43
|
+
copyCellHandler(event: KeyboardEvent): void;
|
|
43
44
|
constructor(systemService: SystemService, pendingChanges: PendingChangesService, gridApi: GridService, translate: TranslateService);
|
|
44
45
|
actionsCellRenderer(params: any): HTMLDivElement;
|
|
45
46
|
propagateChange: (_: any) => void;
|
|
@@ -31,7 +31,7 @@ export declare class ObjectStateDetailsComponent extends UnsubscribeOnDestroy im
|
|
|
31
31
|
get dataId(): string;
|
|
32
32
|
get visibility(): 0 | "100%";
|
|
33
33
|
constructor(selection: SelectionService, actionService: ActionService, appCache: AppCacheService, dmsService: DmsService, eventService: EventService, pendingChanges: PendingChangesService);
|
|
34
|
-
onFocus(item: DmsObject
|
|
34
|
+
onFocus(item: DmsObject): void;
|
|
35
35
|
onRemove(item: DmsObject, seen?: any[]): void;
|
|
36
36
|
onRemoveModification(item: DmsObject): void;
|
|
37
37
|
selectFrontPageDoc(doc: any): void;
|
|
@@ -23,6 +23,7 @@ export declare class ResultListComponent extends UnsubscribeOnDestroy implements
|
|
|
23
23
|
private defaultQuery;
|
|
24
24
|
csvLoadingSpinnerVisibility: boolean;
|
|
25
25
|
visibleConfig: boolean;
|
|
26
|
+
showLoader: boolean;
|
|
26
27
|
totalHits: any;
|
|
27
28
|
limitedList: boolean;
|
|
28
29
|
resultGridOptions: GridOptions;
|
|
@@ -24,9 +24,11 @@ export declare class UploadOverlayComponent implements OnInit, OnDestroy {
|
|
|
24
24
|
private dragOverListener;
|
|
25
25
|
private escKeyListener;
|
|
26
26
|
private dragEnterListener;
|
|
27
|
+
private pasteListener;
|
|
27
28
|
private dragEventCount;
|
|
28
29
|
constructor(router: Router, renderer: Renderer2, prepareService: PrepareService, translate: TranslateService, systemService: SystemService, eventService: EventService, uploadRegistry: UploadRegistryService);
|
|
29
30
|
private init;
|
|
31
|
+
private onPaste;
|
|
30
32
|
private onDragEnter;
|
|
31
33
|
private _getTransfer;
|
|
32
34
|
private _preventAndStop;
|
|
@@ -76,6 +78,12 @@ export declare class UploadOverlayComponent implements OnInit, OnDestroy {
|
|
|
76
78
|
* @returns number of files
|
|
77
79
|
*/
|
|
78
80
|
private dragContainsFiles;
|
|
81
|
+
/**
|
|
82
|
+
* Indicates whether or not the current paste event contains one or more files.
|
|
83
|
+
* @param event - the paste event to be checked
|
|
84
|
+
* @returns number of files
|
|
85
|
+
*/
|
|
86
|
+
private pasteContainsFiles;
|
|
79
87
|
targetTrackByFn(index: any, item: any): any;
|
|
80
88
|
trackByFn(index: any, item: any): any;
|
|
81
89
|
ngOnInit(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColDef, CsvExportParams } from '@ag-grid-community/core';
|
|
1
|
+
import { ColDef, CsvExportParams, GridOptions } from '@ag-grid-community/core';
|
|
2
2
|
import { TranslateService } from '@eo-sdk/core';
|
|
3
3
|
import { Router } from '@angular/router';
|
|
4
4
|
import { AppSearchService } from '../search/app-search.service';
|
|
@@ -16,6 +16,7 @@ export declare class GridService {
|
|
|
16
16
|
static qnameFormatter(qname: string): string;
|
|
17
17
|
static qnameMatch(qname: string, qname2: string): boolean;
|
|
18
18
|
constructor(translate: TranslateService, router: Router, appSearchService: AppSearchService, system: SystemService, backend: BackendService, userService: UserService);
|
|
19
|
+
copyToClipboard(event: KeyboardEvent, gridOptions: GridOptions): void;
|
|
19
20
|
openLink(uri: string, newTab?: boolean): void;
|
|
20
21
|
getRowIndex(el: any, parentClass: string): any;
|
|
21
22
|
getRouterLink(el: any, parentClass: any): any;
|