@eo-sdk/client 10.5.0-rc.2 → 10.6.0-rc.10
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.map +1 -1
- package/app/eo-client/dashboard/dashboard.component.d.ts +5 -3
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +14 -6
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts +1 -2
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -1
- package/app/eo-client/login/login.component.d.ts +2 -4
- package/app/eo-client/login/login.component.d.ts.map +1 -1
- package/app/eo-client/settings/settings.component.d.ts +2 -4
- package/app/eo-client/settings/settings.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts +1 -0
- package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/clipboard/clipboard-action.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +10 -5
- package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/date/date.component.d.ts +2 -1
- package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/id-reference/id-reference.component.d.ts +1 -0
- package/app/eo-framework/form-elements/id-reference/id-reference.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/organization/organization.component.d.ts +3 -1
- package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/string/string.component.d.ts +2 -3
- package/app/eo-framework/form-elements/string/string.component.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts +2 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +6 -1
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +7 -9
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.module.d.ts +2 -1
- package/app/eo-framework/object-details/object-details.module.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +13 -4
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +1 -0
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts +5 -3
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
- package/app/eo-framework/plugins/plugin.component.d.ts +7 -7
- package/app/eo-framework/plugins/plugin.component.d.ts.map +1 -1
- package/app/eo-framework/plugins/plugins.module.d.ts +1 -1
- package/app/eo-framework/process/details/process-details.component.d.ts +2 -1
- package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +2 -1
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +5 -18
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
- package/app/eo-framework/ui/ui.module.d.ts +3 -2
- package/app/eo-framework/ui/ui.module.d.ts.map +1 -1
- package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
- package/app/eo-framework-core/api/plugins.service.d.ts +6 -0
- package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +25 -7
- package/assets/_default/i18n/en.json +35 -18
- package/assets/_default/svg/ic_export.svg +1 -0
- package/assets/_default/svg/ic_import.svg +1 -0
- package/assets/_default/svg/ic_upload2.svg +1 -0
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +31 -8
- package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +84 -13
- package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +113 -68
- package/esm2020/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +15 -6
- package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +15 -4
- package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +7 -8
- package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +11 -3
- package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +5 -5
- package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +5 -5
- package/esm2020/app/eo-client/login/login.component.mjs +7 -11
- package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +5 -5
- package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +7 -7
- package/esm2020/app/eo-client/process-state/process-state.component.mjs +5 -5
- package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +5 -5
- package/esm2020/app/eo-client/result-state/result-state.component.mjs +5 -5
- package/esm2020/app/eo-client/settings/settings.component.mjs +6 -10
- package/esm2020/app/eo-client/version-state/version-state.component.mjs +5 -5
- package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +10 -4
- package/esm2020/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +2 -3
- package/esm2020/app/eo-framework/actions/actions/download-action/download-action.mjs +2 -2
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +5 -5
- package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +44 -19
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +4 -3
- package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +7 -4
- package/esm2020/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/form-input/form-input.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +10 -3
- package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +11 -3
- package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +5 -6
- package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +1 -1
- package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +1 -1
- package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +10 -13
- package/esm2020/app/eo-framework/media/media.component.mjs +13 -8
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +44 -36
- package/esm2020/app/eo-framework/object-details/object-details.module.mjs +7 -3
- package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +130 -15
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +11 -3
- package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +19 -23
- package/esm2020/app/eo-framework/plugins/plugin.component.mjs +19 -27
- package/esm2020/app/eo-framework/plugins/plugins.module.mjs +6 -6
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +3 -3
- package/esm2020/app/eo-framework/process/details/process-details.component.mjs +10 -13
- package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +7 -7
- package/esm2020/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +2 -2
- package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +35 -119
- package/esm2020/app/eo-framework/ui/ui.module.mjs +5 -1
- package/esm2020/app/eo-framework-core/api/grid.service.mjs +3 -2
- package/esm2020/app/eo-framework-core/api/plugins.service.mjs +10 -3
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth.service.mjs +26 -169
- package/esm2020/projects/eo-sdk/core/lib/service/dms/dms.service.mjs +3 -2
- package/esm2020/projects/eo-sdk/core/lib/service/user/user.service.mjs +4 -4
- package/esm2020/projects/eo-sdk/core/public_api.mjs +1 -3
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +26 -192
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +741 -489
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +26 -192
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +731 -479
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +4 -4
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts +1 -23
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +1 -0
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/public_api.d.ts +0 -2
- package/projects/eo-sdk/core/public_api.d.ts.map +1 -1
- package/scss/_main.scss +3 -1
- package/scss/_yuuvis-components.scss +34 -14
- package/styles.css +18 -2
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth.cloud.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/environment/environment.service.mjs +0 -28
- package/projects/eo-sdk/core/lib/service/auth/auth.cloud.interface.d.ts +0 -12
- package/projects/eo-sdk/core/lib/service/auth/auth.cloud.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/environment/environment.service.d.ts +0 -14
- package/projects/eo-sdk/core/lib/service/environment/environment.service.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,
|
|
1
|
+
{"version":3,"file":"object-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,9 +21,10 @@ import * as i19 from "../actions/action.module";
|
|
|
21
21
|
import * as i20 from "@yuuvis/components/tabs";
|
|
22
22
|
import * as i21 from "@yuuvis/components/split-tabs";
|
|
23
23
|
import * as i22 from "@yuuvis/components/split-view";
|
|
24
|
+
import * as i23 from "../plugins/plugins.module";
|
|
24
25
|
export declare class ObjectDetailsModule {
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectDetailsModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectDetailsModule, [typeof i1.ObjectDetailsComponent, typeof i2.RecyclebinDetailsComponent, typeof i3.ObjectHistoryComponent, typeof i4.ObjectLinksComponent, typeof i5.FavoriteIconComponent, typeof i6.HistoryFilterPipe, typeof i7.HistoryFilterComponent, typeof i8.EditIconComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.FormElementsModule, typeof i12.ObjectFormModule, typeof i13.MediaModule, typeof i14.ShortcutsModule, typeof i15.UiModule, typeof i16.PipesModule, typeof i17.RouterModule, typeof i16.PipesModule, typeof i18.AgGridModule, typeof i19.ActionModule, typeof i20.YvcTabsModule, typeof i21.YvcSplitTabsModule, typeof i22.YvcSplitViewModule], [typeof i1.ObjectDetailsComponent, typeof i2.RecyclebinDetailsComponent, typeof i3.ObjectHistoryComponent, typeof i4.ObjectLinksComponent, typeof i5.FavoriteIconComponent, typeof i6.HistoryFilterPipe]>;
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectDetailsModule, [typeof i1.ObjectDetailsComponent, typeof i2.RecyclebinDetailsComponent, typeof i3.ObjectHistoryComponent, typeof i4.ObjectLinksComponent, typeof i5.FavoriteIconComponent, typeof i6.HistoryFilterPipe, typeof i7.HistoryFilterComponent, typeof i8.EditIconComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.FormElementsModule, typeof i12.ObjectFormModule, typeof i13.MediaModule, typeof i14.ShortcutsModule, typeof i15.UiModule, typeof i16.PipesModule, typeof i17.RouterModule, typeof i16.PipesModule, typeof i18.AgGridModule, typeof i19.ActionModule, typeof i20.YvcTabsModule, typeof i21.YvcSplitTabsModule, typeof i22.YvcSplitViewModule, typeof i23.PluginsModule], [typeof i1.ObjectDetailsComponent, typeof i2.RecyclebinDetailsComponent, typeof i3.ObjectHistoryComponent, typeof i4.ObjectLinksComponent, typeof i5.FavoriteIconComponent, typeof i6.HistoryFilterPipe]>;
|
|
27
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<ObjectDetailsModule>;
|
|
28
29
|
}
|
|
29
30
|
//# sourceMappingURL=object-details.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-details.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"object-details.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AA0BA,qBA+Ba,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAC/B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GridOptions, Module } from '@ag-grid-community/core';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, UntypedFormControl, Validator } from '@angular/forms';
|
|
4
|
-
import { LocalStorageService, SystemService } from '@eo-sdk/core';
|
|
4
|
+
import { LocalStorageService, NotificationsService, SystemService, TranslateService } from '@eo-sdk/core';
|
|
5
5
|
import { GridService } from '../../../../eo-framework-core/api/grid.service';
|
|
6
6
|
import { PendingChangesService } from './../../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
7
7
|
import { EditRow, TableComponentParams } from './form-element.interface';
|
|
@@ -12,6 +12,8 @@ export declare class FormElementTableComponent implements ControlValueAccessor,
|
|
|
12
12
|
private systemService;
|
|
13
13
|
private pendingChanges;
|
|
14
14
|
gridApi: GridService;
|
|
15
|
+
private toast;
|
|
16
|
+
private translate;
|
|
15
17
|
private _cachedColumns;
|
|
16
18
|
private _cachedColumnsOverlay;
|
|
17
19
|
modules: Module[];
|
|
@@ -22,8 +24,6 @@ export declare class FormElementTableComponent implements ControlValueAccessor,
|
|
|
22
24
|
hasPreviewFile: boolean;
|
|
23
25
|
minWidth: string;
|
|
24
26
|
height: string;
|
|
25
|
-
set params(p: TableComponentParams);
|
|
26
|
-
get params(): TableComponentParams;
|
|
27
27
|
_params: TableComponentParams;
|
|
28
28
|
private _elements;
|
|
29
29
|
gridReady: boolean;
|
|
@@ -34,8 +34,13 @@ export declare class FormElementTableComponent implements ControlValueAccessor,
|
|
|
34
34
|
editingRow: EditRow;
|
|
35
35
|
showDialog: boolean;
|
|
36
36
|
showPreview: boolean;
|
|
37
|
+
showImportReportDialog: boolean;
|
|
38
|
+
mappedRows: any[];
|
|
39
|
+
mappingErrorFields: any[];
|
|
40
|
+
set params(p: TableComponentParams);
|
|
41
|
+
get params(): TableComponentParams;
|
|
37
42
|
copyCellHandler(event: KeyboardEvent): void;
|
|
38
|
-
constructor(storageService: LocalStorageService, systemService: SystemService, pendingChanges: PendingChangesService, gridApi: GridService);
|
|
43
|
+
constructor(storageService: LocalStorageService, systemService: SystemService, pendingChanges: PendingChangesService, gridApi: GridService, toast: NotificationsService, translate: TranslateService);
|
|
39
44
|
actionsCellRenderer(params: any): HTMLDivElement;
|
|
40
45
|
propagateChange: (_: any) => void;
|
|
41
46
|
writeValue(value: any[]): void;
|
|
@@ -55,13 +60,17 @@ export declare class FormElementTableComponent implements ControlValueAccessor,
|
|
|
55
60
|
private updateTableValue;
|
|
56
61
|
cancelRowEdit(): void;
|
|
57
62
|
onClose(): void;
|
|
63
|
+
cancelImportReport(): void;
|
|
58
64
|
updateRow(rowResult: any): void;
|
|
59
65
|
copyRow(rowResult: any): void;
|
|
60
66
|
deleteRow(index: number): void;
|
|
61
67
|
clearRow(index: number): void;
|
|
62
68
|
exportCSV(): void;
|
|
69
|
+
importCSV(event: any): void;
|
|
70
|
+
addImportValuesToTable(): void;
|
|
63
71
|
sizeToFit(overlay?: boolean): void;
|
|
64
72
|
openDialog(): void;
|
|
73
|
+
openImportReportDialog(): void;
|
|
65
74
|
private validateTableData;
|
|
66
75
|
validate(c: UntypedFormControl): {
|
|
67
76
|
table: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-element-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAS,WAAW,EAAE,MAAM,EAAC,MAAM,yBAAyB,CAAC;AAEpE,OAAO,EAAiC,MAAM,EAAwB,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAC,oBAAoB,EAAoC,kBAAkB,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACrH,OAAO,EAAC,mBAAmB,EAAE,aAAa,EAAQ,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"form-element-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"row-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAS,SAAS,EAAuC,MAAM,eAAe,CAAC;AAG1H,OAAO,EAAC,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,mBAAmB,EAAQ,MAAM,cAAc,CAAC;AAGxD,OAAO,EAAC,qBAAqB,EAAC,MAAM,0EAA0E,CAAC;AAC/G,OAAO,EAAC,sBAAsB,EAAC,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAgB,uBAAuB,EAAC,MAAM,qCAAqC,CAAC;AAC3F,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAC,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAC,uBAAuB,EAAC,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAC,OAAO,EAAE,aAAa,EAAC,MAAM,2BAA2B,CAAC;;AAEjE;;GAEG;AACH,qBAQa,gBAAiB,YAAW,SAAS;
|
|
1
|
+
{"version":3,"file":"row-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAS,SAAS,EAAuC,MAAM,eAAe,CAAC;AAG1H,OAAO,EAAC,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,mBAAmB,EAAQ,MAAM,cAAc,CAAC;AAGxD,OAAO,EAAC,qBAAqB,EAAC,MAAM,0EAA0E,CAAC;AAC/G,OAAO,EAAC,sBAAsB,EAAC,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAgB,uBAAuB,EAAC,MAAM,qCAAqC,CAAC;AAC3F,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAC,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAC,uBAAuB,EAAC,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAC,OAAO,EAAE,aAAa,EAAC,MAAM,2BAA2B,CAAC;;AAEjE;;GAEG;AACH,qBAQa,gBAAiB,YAAW,SAAS;IAiEpC,OAAO,CAAC,cAAc;IAChC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,EAAE;IAAsB,OAAO,CAAC,cAAc;IAnE5B,mBAAmB,EAAE,UAAU,CAAC;IAI5D,aAAa,EAAE,MAAM,CAAC;IAEtB,QAAQ,EAAE,eAAe,CAAC;IAC1B,gBAAgB,EAAE,wBAAwB,EAAE,CAAM;IAClD,OAAO,CAAC,cAAc,CAA2B;IACjD,OAAO,CAAC,aAAa,CAAsB;IAI3C,OAAO,CAAC,QAAQ,CAAM;IAEtB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,sBAAsB,CAAC;IACnC,YAAY,UAAQ;IACpB,WAAW,UAAQ;IACnB,aAAa,UAAQ;IACrB,WAAW,UAAQ;IACnB,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,YAAY,UAAS;IACrB,iBAAiB,UAAS;IAC1B,MAAM,UAAS;IACf,KAAK,UAAS;IAEd,IAAI,gBAAgB,CAAC,GAAG,EAAE,OAAO,EAMhC;IAED,IAAI,gBAAgB,IARM,OAAO,CAUhC;IAEQ,YAAY,EAAE,OAAO,CAAC;IAE/B,IACI,GAAG,CAAC,CAAC,EAAE,OAAO,EAcjB;IAES,QAAQ,oBAAsB;IAC9B,MAAM,8BAAqC;IAC3C,UAAU,8BAAqC;IAC/C,QAAQ,uBAA8B;gBAE5B,cAAc,EAAE,qBAAqB,EAC/C,iBAAiB,EAAE,uBAAuB,EAC1C,iBAAiB,EAAE,uBAAuB,EAC1C,EAAE,EAAE,kBAAkB,EAAU,cAAc,EAAE,mBAAmB;IAS7E;;;;KAIC;IACD,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,YAAY;IASpB,WAAW;IAyBX,mBAAmB,CAAC,GAAG,KAAA;IAoBvB,OAAO,CAAC,iBAAiB;IAmCzB,OAAO,CAAC,YAAY;IAQpB,aAAa;IAIb,IAAI;IAgBJ,QAAQ;IAcR,MAAM;IAKN,MAAM;IAKN,OAAO,CAAC,cAAc;IAOtB,WAAW,IAAI,IAAI;yCA1OR,gBAAgB;2CAAhB,gBAAgB;CA6O5B"}
|
|
@@ -3,6 +3,7 @@ import { AppCacheService, DmsObject, DmsService, EventService } from '@eo-sdk/co
|
|
|
3
3
|
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
4
4
|
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
5
5
|
import { ActionService } from '../actions/action-service/action.service';
|
|
6
|
+
import { Tabs } from '@yuuvis/components/tabs';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class ObjectStateDetailsComponent implements OnInit, AfterViewInit {
|
|
8
9
|
private selection;
|
|
@@ -12,12 +13,13 @@ export declare class ObjectStateDetailsComponent implements OnInit, AfterViewIni
|
|
|
12
13
|
private eventService;
|
|
13
14
|
private pendingChanges;
|
|
14
15
|
static LAST_SEEN_LIMIT: number;
|
|
15
|
-
|
|
16
|
+
eoTabs: Tabs;
|
|
17
|
+
plugins: any[];
|
|
16
18
|
context: DmsObject;
|
|
17
19
|
selectedItem: DmsObject;
|
|
18
20
|
seenItems: any[];
|
|
19
21
|
frontPageData: any;
|
|
20
|
-
|
|
22
|
+
visible: boolean;
|
|
21
23
|
onTabChange: EventEmitter<any>;
|
|
22
24
|
get dataType(): string;
|
|
23
25
|
get dataId(): string;
|
|
@@ -31,6 +33,6 @@ export declare class ObjectStateDetailsComponent implements OnInit, AfterViewIni
|
|
|
31
33
|
ngOnInit(): void;
|
|
32
34
|
ngAfterViewInit(): void;
|
|
33
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectStateDetailsComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectStateDetailsComponent, "eo-object-state-details", never, { "context": "context"; "selectedItem": "selectedItem"; "seenItems": "seenItems"; "frontPageData": "frontPageData"; "visible": "visible"; }, { "onTabChange": "onTabChange"; }, never,
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectStateDetailsComponent, "eo-object-state-details", never, { "plugins": "plugins"; "context": "context"; "selectedItem": "selectedItem"; "seenItems": "seenItems"; "frontPageData": "frontPageData"; "visible": "visible"; }, { "onTabChange": "onTabChange"; }, never, never, false, never>;
|
|
35
37
|
}
|
|
36
38
|
//# sourceMappingURL=object-state-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-state-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-state-details/object-state-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,YAAY,EAAsB,MAAM,
|
|
1
|
+
{"version":3,"file":"object-state-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-state-details/object-state-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,YAAY,EAAsB,MAAM,EAAoB,MAAM,eAAe,CAAC;AACpH,OAAO,EAAC,eAAe,EAAE,SAAS,EAAE,UAAU,EAAc,YAAY,EAAC,MAAM,cAAc,CAAC;AAG9F,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,aAAa,EAAC,MAAM,0CAA0C,CAAC;AACvE,OAAO,EAAC,IAAI,EAAC,MAAM,yBAAyB,CAAC;;AAE7C,qBAMa,2BAA4B,YAAW,MAAM,EAAE,aAAa;IA8B3D,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,aAAa;IAAiB,OAAO,CAAC,QAAQ;IACrG,OAAO,CAAC,UAAU;IAAc,OAAO,CAAC,YAAY;IAAgB,OAAO,CAAC,cAAc;IA7B5F,MAAM,CAAC,eAAe,SAAM;IAEX,MAAM,EAAE,IAAI,CAAC;IAErB,OAAO,EAAE,GAAG,EAAE,CAAC;IAEf,OAAO,EAAE,SAAS,CAAC;IACnB,YAAY,EAAE,SAAS,CAAC;IACxB,SAAS,EAAE,GAAG,EAAE,CAAM;IACtB,aAAa,MAAC;IAGd,OAAO,UAAQ;IAEd,WAAW,oBAAsB;IAE3C,IAAmC,QAAQ,WAE1C;IAED,IAAiC,MAAM,WAEtC;IAED,IAAiC,UAAU,eAE1C;gBAEmB,SAAS,EAAE,gBAAgB,EAAU,aAAa,EAAE,aAAa,EAAU,QAAQ,EAAE,eAAe,EAC9G,UAAU,EAAE,UAAU,EAAU,YAAY,EAAE,YAAY,EAAU,cAAc,EAAE,qBAAqB;IAuBnH,OAAO,CAAC,IAAI,EAAE,SAAS;IAUvB,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,QAAK;IAOnC,oBAAoB,CAAC,IAAI,EAAE,SAAS;IAMpC,kBAAkB,CAAC,GAAG,KAAA;IAMtB,oBAAoB,CAAC,GAAG,KAAA,EAAE,GAAG,CAAC,KAAA;IAQ9B,QAAQ;IAKR,eAAe;yCAhGJ,2BAA2B;2CAA3B,2BAA2B;CAmGvC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
1
|
+
import { QueryList, PipeTransform } from '@angular/core';
|
|
2
2
|
import { PluginDirective } from './plugin.directive';
|
|
3
3
|
import { PluginService } from './plugin.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -7,17 +7,17 @@ export declare class PluginComponent {
|
|
|
7
7
|
eoPlugin: PluginDirective;
|
|
8
8
|
set type(type: any);
|
|
9
9
|
set id(id: any);
|
|
10
|
+
parent: any;
|
|
10
11
|
constructor(pluginService: PluginService);
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PluginComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PluginComponent, "eo-plugin", never, { "type": "type"; "id": "id"; }, {}, never, never, false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PluginComponent, "eo-plugin", never, { "type": "type"; "id": "id"; "parent": "parent"; }, {}, never, never, false, never>;
|
|
13
14
|
}
|
|
14
|
-
export declare class
|
|
15
|
+
export declare class PluginPipe implements PipeTransform {
|
|
15
16
|
pluginService: PluginService;
|
|
16
|
-
types: any[];
|
|
17
|
-
set type(type: any);
|
|
18
17
|
constructor(pluginService: PluginService);
|
|
19
|
-
|
|
20
|
-
static
|
|
18
|
+
transform(value: any): null | any[];
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginPipe, never>;
|
|
20
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PluginPipe, "plugins", false>;
|
|
21
21
|
}
|
|
22
22
|
export declare class SidebarPluginComponent {
|
|
23
23
|
pluginService: PluginService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/plugins/plugin.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,
|
|
1
|
+
{"version":3,"file":"plugin.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/plugins/plugin.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAQ,aAAa,EAAoB,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;;AAE/C,qBAKa,eAAe;IAgBP,aAAa,EAAE,aAAa;IAdH,QAAQ,EAAE,eAAe,CAAC;IAEtE,IACI,IAAI,CAAC,IAAI,KAAA,EAEZ;IAED,IACI,EAAE,CAAC,EAAE,KAAA,EAER;IAEQ,MAAM,EAAE,GAAG,CAAC;gBAEF,aAAa,EAAE,aAAa;yCAhBpC,eAAe;2CAAf,eAAe;CAmB3B;AAED,qBAIa,UAAW,YAAW,aAAa;IAE3B,aAAa,EAAE,aAAa;gBAA5B,aAAa,EAAE,aAAa;IAG/C,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI,GAAG,GAAG,EAAE;yCALxB,UAAU;uCAAV,UAAU;CAQtB;AAED,qBAUa,sBAAsB;IAUd,aAAa,EAAE,aAAa;IAT/C,MAAM,EAAE,GAAG,EAAE,CAAC;IAEW,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IAE/C,IACI,IAAI,CAAC,IAAI,KAAA,EAEZ;gBAEkB,aAAa,EAAE,aAAa;yCAVpC,sBAAsB;2CAAtB,sBAAsB;CAalC"}
|
|
@@ -8,7 +8,7 @@ import * as i5 from "@angular/router";
|
|
|
8
8
|
export declare class PluginsModule {
|
|
9
9
|
static forRoot(components?: any[], links?: any[]): ModuleWithProviders<PluginsModule>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PluginsModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PluginsModule, [typeof i1.PluginDirective, typeof i2.PluginComponent, typeof i2.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PluginsModule, [typeof i1.PluginDirective, typeof i2.PluginComponent, typeof i2.SidebarPluginComponent, typeof i2.PluginPipe], [typeof i3.CommonModule, typeof i4.EoSharedModule, typeof i5.RouterModule], [typeof i2.PluginComponent, typeof i2.SidebarPluginComponent, typeof i2.PluginPipe]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<PluginsModule>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=plugins.module.d.ts.map
|
|
@@ -31,6 +31,7 @@ export declare class ProcessDetailsComponent implements OnInit, AfterViewInit {
|
|
|
31
31
|
loadError: boolean;
|
|
32
32
|
loading: boolean;
|
|
33
33
|
clipboard: Clipboard;
|
|
34
|
+
plugins: any[];
|
|
34
35
|
emptyState: EmptyState;
|
|
35
36
|
applySelection: SelectionConfig;
|
|
36
37
|
set item(i: Process);
|
|
@@ -62,6 +63,6 @@ export declare class ProcessDetailsComponent implements OnInit, AfterViewInit {
|
|
|
62
63
|
ngOnInit(): void;
|
|
63
64
|
ngAfterViewInit(): void;
|
|
64
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessDetailsComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessDetailsComponent, "eo-process-details", never, { "emptyState": "emptyState"; "applySelection": "applySelection"; "item": "item"; }, { "onDmsItemSelected": "onDmsItemSelected"; }, never, ["
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessDetailsComponent, "eo-process-details", never, { "plugins": "plugins"; "emptyState": "emptyState"; "applySelection": "applySelection"; "item": "item"; }, { "onDmsItemSelected": "onDmsItemSelected"; }, never, [".error"], false, never>;
|
|
66
67
|
}
|
|
67
68
|
//# sourceMappingURL=process-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/process/details/process-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACvG,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,YAAY,EAAe,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;
|
|
1
|
+
{"version":3,"file":"process-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/process/details/process-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACvG,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,YAAY,EAAe,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AAGxF,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACzG,OAAO,EAAC,sBAAsB,EAAC,MAAM,uDAAuD,CAAC;AAC7F,OAAO,EAAC,iBAAiB,EAAC,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAC,mBAAmB,EAAC,MAAM,qDAAqD,CAAC;AAExF,OAAO,EACL,UAAU,EACV,SAAS,EAET,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,OAAO,EACP,aAAa,EACb,WAAW,EAEX,QAAQ,EACR,oBAAoB,EACrB,MAAM,cAAc,CAAC;;AAGtB,qBAMa,uBAAwB,YAAW,MAAM,EAAE,aAAa;IA+CvD,OAAO,CAAC,UAAU;IAC5B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IAnDM,SAAS,EAAE,mBAAmB,CAAC;IAErD,OAAO,CAAC,KAAK,CAAU;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAChC,YAAY,EAAE,GAAG,CAAC;IAElB,MAAM,EAAE,OAAO,CAAC;IAEhB,SAAS,EAAE,sBAAsB,CAAC;IAClC,WAAW,EAAE,iBAAiB,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,YAAY,GAAG,GAAG,CAAkB;IACtD,YAAY,EAAE,YAAY,GAAG,GAAG,CAAkB;IAClD,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IAGZ,OAAO,EAAE,GAAG,EAAE,CAAC;IAEf,UAAU,EAAE,UAAU,CAAyC;IAC/D,cAAc,EAAE,eAAe,CAAC;IAEzC,IACI,IAAI,CAAC,CAAC,EAAE,OAAO,EAYlB;IAED,IAAI,IAAI,IAdI,OAAO,CAgBlB;IAES,iBAAiB,0BAAiC;gBAExC,UAAU,EAAE,UAAU,EAChC,WAAW,EAAE,WAAW,EACxB,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,MAAM;IAGxB,WAAW,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIvB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,mBAAmB,CAAC,GAAG,KAAA;IAIvB,OAAO,CAAC,OAAO;IAqCf,cAAc,CAAC,SAAS,KAAA;IAWxB;;;OAGG;IACH,sBAAsB,CAAC,IAAI,CAAC,EAAE,SAAS;IAoBvC,qBAAqB,CAAC,KAAK,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;IAmBpD,oBAAoB,CAAC,KAAK,KAAA;IAqB1B;;;OAGG;IACH,4BAA4B,CAAC,GAAG,KAAA;IAUhC;;;OAGG;IACH,mBAAmB,CAAC,IAAI,CAAC,EAAE,SAAS;IAsBpC,QAAQ;IAcR,eAAe;yCA1OJ,uBAAuB;2CAAvB,uBAAuB;CA4OnC"}
|
|
@@ -36,6 +36,7 @@ export declare class RecyclebinDetailsComponent implements OnInit, AfterViewInit
|
|
|
36
36
|
master: string[];
|
|
37
37
|
slave: string[];
|
|
38
38
|
};
|
|
39
|
+
plugins: any[];
|
|
39
40
|
cacheLayout: any;
|
|
40
41
|
item2: DmsObject;
|
|
41
42
|
indexDataPreview2: IndexData;
|
|
@@ -67,6 +68,6 @@ export declare class RecyclebinDetailsComponent implements OnInit, AfterViewInit
|
|
|
67
68
|
ngOnInit(): void;
|
|
68
69
|
ngAfterViewInit(): void;
|
|
69
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<RecyclebinDetailsComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RecyclebinDetailsComponent, "eo-recyclebin-details", never, { "cacheLayout": "cacheLayout"; "applySelection": "applySelection"; "parseDmsParams": "parseDmsParams"; "emptyState": "emptyState"; "dmsParams": "params"; "dmsObject": "item"; }, { "hasContent": "hasContent"; }, never, never, false, never>;
|
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RecyclebinDetailsComponent, "eo-recyclebin-details", never, { "plugins": "plugins"; "cacheLayout": "cacheLayout"; "applySelection": "applySelection"; "parseDmsParams": "parseDmsParams"; "emptyState": "emptyState"; "dmsParams": "params"; "dmsObject": "item"; }, { "hasContent": "hasContent"; }, never, never, false, never>;
|
|
71
72
|
}
|
|
72
73
|
//# sourceMappingURL=recyclebin-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recyclebin-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/recyclebin-details/recyclebin-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EACV,YAAY,EAGZ,MAAM,EAGP,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"recyclebin-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/recyclebin-details/recyclebin-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,24 +1,15 @@
|
|
|
1
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
2
1
|
import { CdkPortalOutlet } from '@angular/cdk/portal';
|
|
3
|
-
import { AfterViewInit, EventEmitter,
|
|
4
|
-
import { EventService } from '@eo-sdk/core';
|
|
2
|
+
import { AfterViewInit, EventEmitter, TemplateRef } from '@angular/core';
|
|
5
3
|
import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
4
|
+
import { YvcOverlayService } from '@yuuvis/components/overlay';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class EoDialogComponent implements
|
|
8
|
-
private eventService;
|
|
6
|
+
export declare class EoDialogComponent implements AfterViewInit {
|
|
9
7
|
private pendingChanges;
|
|
10
|
-
private renderer;
|
|
11
8
|
private overlay;
|
|
12
|
-
private viewContainerRef;
|
|
13
9
|
portalOutlet: CdkPortalOutlet;
|
|
14
10
|
dialogContent: TemplateRef<any>;
|
|
15
11
|
private overlayRef;
|
|
16
|
-
private ready;
|
|
17
12
|
private _visible;
|
|
18
|
-
private _lastFocused;
|
|
19
|
-
private active;
|
|
20
|
-
private id;
|
|
21
|
-
private parentId;
|
|
22
13
|
hasPreviewFile: boolean;
|
|
23
14
|
title: string;
|
|
24
15
|
subtitle: string;
|
|
@@ -38,15 +29,11 @@ export declare class EoDialogComponent implements OnDestroy, AfterViewInit {
|
|
|
38
29
|
show: EventEmitter<any>;
|
|
39
30
|
get visible(): boolean;
|
|
40
31
|
set visible(val: boolean);
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
constructor(eventService: EventService, pendingChanges: PendingChangesService, renderer: Renderer2, overlay: Overlay, viewContainerRef: ViewContainerRef);
|
|
32
|
+
canClose: () => boolean;
|
|
33
|
+
constructor(pendingChanges: PendingChangesService, overlay: YvcOverlayService);
|
|
44
34
|
private open;
|
|
45
|
-
private getPositionStrategy;
|
|
46
|
-
toggleActive(active: boolean, trigger?: boolean): void;
|
|
47
35
|
closeDialog(): void;
|
|
48
36
|
togglePreview(): void;
|
|
49
|
-
ngOnDestroy(): void;
|
|
50
37
|
ngAfterViewInit(): void;
|
|
51
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoDialogComponent, never>;
|
|
52
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<EoDialogComponent, "eo-dialog", never, { "hasPreviewFile": "hasPreviewFile"; "title": "title"; "subtitle": "subtitle"; "styleClass": "styleClass"; "dirtyCheck": "dirtyCheck"; "minWidth": "minWidth"; "minHeight": "minHeight"; "height": "height"; "width": "width"; "focusOnShow": "focusOnShow"; "align": "align"; "isFormTable": "isFormTable"; "showPreview": "showPreview"; "visible": "visible"; }, { "onTogglePreview": "onTogglePreview"; "visibleChange": "visibleChange"; "hide": "hide"; "show": "show"; }, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/eo-dialog/eo-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"eo-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/eo-dialog/eo-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EACL,aAAa,EAEb,YAAY,EAGZ,WAAW,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AAEzG,OAAO,EAAgB,iBAAiB,EAAC,MAAM,4BAA4B,CAAC;;AAE5E,qBAMa,iBACX,YAAW,aAAa;IAsDtB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,OAAO;IArDW,YAAY,EAAE,eAAe,CAAC;IAC9B,aAAa,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE5D,OAAO,CAAC,UAAU,CAAgB;IAClC,OAAO,CAAC,QAAQ,CAAS;IAEhB,cAAc,UAAS;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,SAAM;IAGhB,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,CAAM;IAEnC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAO;IAChC,SAAS,SAAU;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,UAAQ;IACnB,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAY;IACrC,WAAW,UAAS;IACpB,WAAW,UAAS;IAEnB,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACxD,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACtD,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvD,IACI,OAAO,IAAI,OAAO,CAErB;IAED,IAAI,OAAO,CAAC,GAAG,EAJA,OAIA,EAMd;IAID,QAAQ,QAAO,OAAO,CAMrB;gBAGS,cAAc,EAAE,qBAAqB,EACrC,OAAO,EAAE,iBAAiB;IAGpC,OAAO,CAAC,IAAI;IAYZ,WAAW;IAIX,aAAa;IAKb,eAAe,IAAI,IAAI;yCAhFZ,iBAAiB;2CAAjB,iBAAiB;CAmF7B"}
|
|
@@ -23,14 +23,15 @@ import * as i21 from "@angular/router";
|
|
|
23
23
|
import * as i22 from "../accordion/accordion.module";
|
|
24
24
|
import * as i23 from "@angular/cdk/overlay";
|
|
25
25
|
import * as i24 from "@yuuvis/components/dialog";
|
|
26
|
-
import * as i25 from "@
|
|
26
|
+
import * as i25 from "@yuuvis/components/overlay";
|
|
27
|
+
import * as i26 from "@angular/cdk/a11y";
|
|
27
28
|
/**
|
|
28
29
|
* Shared module for all ui components that are used across the whole app
|
|
29
30
|
* and in other components.
|
|
30
31
|
*/
|
|
31
32
|
export declare class UiModule {
|
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiModule, never>;
|
|
33
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UiModule, [typeof i1.EoIconComponent, typeof i2.OutsideClickDirective, typeof i3.RouterLinkDirective, typeof i4.RtlAwareDirective, typeof i5.LoadingSpinnerComponent, typeof i6.ClipboardComponent, typeof i7.IndexdataSummaryComponent, typeof i8.UserAvatarComponent, typeof i9.OverlayComponent, typeof i10.ErrorMessageComponent, typeof i11.EoDialogComponent, typeof i12.IndexdataSummaryEntryComponent, typeof i13.QueryScopeSelectComponent, typeof i14.TrapFocusDirective, typeof i15.SignatureTabComponent], [typeof i16.CommonModule, typeof i17.HttpClientModule, typeof i18.EoSharedModule, typeof i19.PipesModule, typeof i20.BrowserAnimationsModule, typeof i21.RouterModule, typeof i22.AccordionModule, typeof i23.OverlayModule, typeof i24.YvcDialogModule, typeof i25.A11yModule], [typeof i16.CommonModule, typeof i17.HttpClientModule, typeof i18.EoSharedModule, typeof i19.PipesModule, typeof i1.EoIconComponent, typeof i2.OutsideClickDirective, typeof i3.RouterLinkDirective, typeof i4.RtlAwareDirective, typeof i5.LoadingSpinnerComponent, typeof i6.ClipboardComponent, typeof i7.IndexdataSummaryComponent, typeof i8.UserAvatarComponent, typeof i9.OverlayComponent, typeof i10.ErrorMessageComponent, typeof i11.EoDialogComponent, typeof i13.QueryScopeSelectComponent, typeof i14.TrapFocusDirective, typeof i15.SignatureTabComponent]>;
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UiModule, [typeof i1.EoIconComponent, typeof i2.OutsideClickDirective, typeof i3.RouterLinkDirective, typeof i4.RtlAwareDirective, typeof i5.LoadingSpinnerComponent, typeof i6.ClipboardComponent, typeof i7.IndexdataSummaryComponent, typeof i8.UserAvatarComponent, typeof i9.OverlayComponent, typeof i10.ErrorMessageComponent, typeof i11.EoDialogComponent, typeof i12.IndexdataSummaryEntryComponent, typeof i13.QueryScopeSelectComponent, typeof i14.TrapFocusDirective, typeof i15.SignatureTabComponent], [typeof i16.CommonModule, typeof i17.HttpClientModule, typeof i18.EoSharedModule, typeof i19.PipesModule, typeof i20.BrowserAnimationsModule, typeof i21.RouterModule, typeof i22.AccordionModule, typeof i23.OverlayModule, typeof i24.YvcDialogModule, typeof i25.YvcOverlayModule, typeof i26.A11yModule], [typeof i16.CommonModule, typeof i17.HttpClientModule, typeof i18.EoSharedModule, typeof i19.PipesModule, typeof i1.EoIconComponent, typeof i2.OutsideClickDirective, typeof i3.RouterLinkDirective, typeof i4.RtlAwareDirective, typeof i5.LoadingSpinnerComponent, typeof i6.ClipboardComponent, typeof i7.IndexdataSummaryComponent, typeof i8.UserAvatarComponent, typeof i9.OverlayComponent, typeof i10.ErrorMessageComponent, typeof i11.EoDialogComponent, typeof i13.QueryScopeSelectComponent, typeof i14.TrapFocusDirective, typeof i15.SignatureTabComponent]>;
|
|
34
35
|
static ɵinj: i0.ɵɵInjectorDeclaration<UiModule>;
|
|
35
36
|
}
|
|
36
37
|
//# sourceMappingURL=ui.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/ui/ui.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/ui/ui.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA;;;GAGG;AAEH,qBAoDa,QAAQ;yCAAR,QAAQ;0CAAR,QAAQ;0CAAR,QAAQ;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/api/grid.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,MAAM,EAAoB,eAAe,EAAmB,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC9H,OAAO,EAAC,gBAAgB,EAAgC,MAAM,cAAc,CAAC;AAI7E,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EACL,aAAa,EACb,cAAc,EACd,WAAW,EAMZ,MAAM,cAAc,CAAC;;AAItB,qBACa,WAAW;IAqCb,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,WAAW;IAzCrB,OAAO,EAAE,GAAG,CAAC;IAEb,IAAI,eAAe,IAAI,eAAe,CAUrC;IAED,MAAM,CAAC,UAAU,CAAC,GAAG,KAAA;IAarB,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM;IAInC,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;gBAKtC,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,MAAM,EACd,gBAAgB,EAAE,gBAAgB,EAClC,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,cAAc,EACvB,WAAW,EAAE,WAAW;IA0B3B,eAAe,CAAC,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW;IA+C9D,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,UAAQ;IAUpC,WAAW,CAAC,EAAE,KAAA,EAAE,WAAW,EAAE,MAAM;IAQnC,aAAa,CAAC,EAAE,KAAA,EAAE,WAAW,KAAA;IAQ7B,cAAc,CAAC,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM;IAUrD,UAAU;IAIV,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,OAAO,KAAK;IAI9C,aAAa,CAClB,QAAQ,EAAE,GAAG,EAAE,EACf,SAAS,GAAE,GAAG,EAAO,EACrB,UAAU,GAAE,GAAG,EAAO,EACtB,MAAM,GAAE,GAAG,EAAO,EAClB,UAAU,GAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAO,EACjD,cAAc,UAAO,EACrB,aAAa,QAAK,EAClB,IAAI,CAAC,KAAA,GACJ,MAAM,EAAE;IAeX;;;;OAIG;IACI,eAAe,CAAC,QAAQ,EAAE,GAAG,EAAE;IAmCtC;;;;;;;OAOG;IACI,mBAAmB,CACxB,WAAW,KAAA,EACX,UAAU,GAAE,GAAG,EAAO,EACtB,WAAW,GAAE,GAAG,EAAO,EACvB,YAAY,GAAE,GAAG,EAAO,EACxB,eAAe,GAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAO,EACtD,cAAc,UAAQ,EACtB,aAAa,QAAK,EAClB,IAAI,CAAC,KAAA;IA+GP;;;;;;;OAOG;IACI,oBAAoB,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,KAAA;IA8HvD;;;;;;;OAOG;IACH,OAAO,CAAC,8BAA8B;IActC,OAAO,CAAC,qBAAqB;IAwC7B,OAAO,CAAC,aAAa;IAMd,eAAe,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAE,QAAiB;IAqB7D,cAAc,CAAC,QAAQ,KAAA,OACjB,IAAI;IA0BV,qBAAqB,CAAC,KAAK,EAAE,MAAM;;;;yCAxlB/B,WAAW;6CAAX,WAAW;CAimBvB;AAED,qBAAa,YAAY;IAEvB,MAAM,CAAC,SAAS,SAAM;IAEtB,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG;IAIzB,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,GAAG;IAMtD,MAAM,CAAC,oBAAoB,CAAC,KAAK,KAAA;IAOjC,MAAM,CAAC,kBAAkB,CAAC,KAAK,KAAA;IAiD/B,MAAM,CAAC,0BAA0B,CAC/B,KAAK,KAAA,EACL,OAAO,KAAA,EACP,QAAQ,CAAC,KAAA,EACT,OAAO,CAAC,KAAA,EACR,KAAK,CAAC,KAAA;IAUR,MAAM,CAAC,kBAAkB,CAAC,KAAK,KAAA;IAO/B,MAAM,CAAC,gBAAgB,CAAC,KAAK,KAAA;IAiB7B,MAAM,CAAC,gBAAgB,CAAC,KAAK,KAAA;IAkB7B,MAAM,CAAC,iBAAiB,CAAC,KAAK,KAAA;IAW9B,MAAM,CAAC,eAAe,CAAC,KAAK,KAAA;IAW5B,MAAM,CAAC,oBAAoB,CAAC,KAAK,KAAA;IAyCjC,MAAM,CAAC,4BAA4B,CAAC,KAAK,KAAA,EAAE,OAAO,KAAA,EAAE,OAAO,KAAA;IAU3D,MAAM,CAAC,mBAAmB,CAAC,KAAK,KAAA;
|
|
1
|
+
{"version":3,"file":"grid.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/api/grid.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,MAAM,EAAoB,eAAe,EAAmB,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC9H,OAAO,EAAC,gBAAgB,EAAgC,MAAM,cAAc,CAAC;AAI7E,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EACL,aAAa,EACb,cAAc,EACd,WAAW,EAMZ,MAAM,cAAc,CAAC;;AAItB,qBACa,WAAW;IAqCb,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,WAAW;IAzCrB,OAAO,EAAE,GAAG,CAAC;IAEb,IAAI,eAAe,IAAI,eAAe,CAUrC;IAED,MAAM,CAAC,UAAU,CAAC,GAAG,KAAA;IAarB,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM;IAInC,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;gBAKtC,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,MAAM,EACd,gBAAgB,EAAE,gBAAgB,EAClC,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,cAAc,EACvB,WAAW,EAAE,WAAW;IA0B3B,eAAe,CAAC,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW;IA+C9D,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,UAAQ;IAUpC,WAAW,CAAC,EAAE,KAAA,EAAE,WAAW,EAAE,MAAM;IAQnC,aAAa,CAAC,EAAE,KAAA,EAAE,WAAW,KAAA;IAQ7B,cAAc,CAAC,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM;IAUrD,UAAU;IAIV,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,OAAO,KAAK;IAI9C,aAAa,CAClB,QAAQ,EAAE,GAAG,EAAE,EACf,SAAS,GAAE,GAAG,EAAO,EACrB,UAAU,GAAE,GAAG,EAAO,EACtB,MAAM,GAAE,GAAG,EAAO,EAClB,UAAU,GAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAO,EACjD,cAAc,UAAO,EACrB,aAAa,QAAK,EAClB,IAAI,CAAC,KAAA,GACJ,MAAM,EAAE;IAeX;;;;OAIG;IACI,eAAe,CAAC,QAAQ,EAAE,GAAG,EAAE;IAmCtC;;;;;;;OAOG;IACI,mBAAmB,CACxB,WAAW,KAAA,EACX,UAAU,GAAE,GAAG,EAAO,EACtB,WAAW,GAAE,GAAG,EAAO,EACvB,YAAY,GAAE,GAAG,EAAO,EACxB,eAAe,GAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAO,EACtD,cAAc,UAAQ,EACtB,aAAa,QAAK,EAClB,IAAI,CAAC,KAAA;IA+GP;;;;;;;OAOG;IACI,oBAAoB,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,KAAA;IA8HvD;;;;;;;OAOG;IACH,OAAO,CAAC,8BAA8B;IActC,OAAO,CAAC,qBAAqB;IAwC7B,OAAO,CAAC,aAAa;IAMd,eAAe,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAE,QAAiB;IAqB7D,cAAc,CAAC,QAAQ,KAAA,OACjB,IAAI;IA0BV,qBAAqB,CAAC,KAAK,EAAE,MAAM;;;;yCAxlB/B,WAAW;6CAAX,WAAW;CAimBvB;AAED,qBAAa,YAAY;IAEvB,MAAM,CAAC,SAAS,SAAM;IAEtB,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG;IAIzB,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,GAAG;IAMtD,MAAM,CAAC,oBAAoB,CAAC,KAAK,KAAA;IAOjC,MAAM,CAAC,kBAAkB,CAAC,KAAK,KAAA;IAiD/B,MAAM,CAAC,0BAA0B,CAC/B,KAAK,KAAA,EACL,OAAO,KAAA,EACP,QAAQ,CAAC,KAAA,EACT,OAAO,CAAC,KAAA,EACR,KAAK,CAAC,KAAA;IAUR,MAAM,CAAC,kBAAkB,CAAC,KAAK,KAAA;IAO/B,MAAM,CAAC,gBAAgB,CAAC,KAAK,KAAA;IAiB7B,MAAM,CAAC,gBAAgB,CAAC,KAAK,KAAA;IAkB7B,MAAM,CAAC,iBAAiB,CAAC,KAAK,KAAA;IAW9B,MAAM,CAAC,eAAe,CAAC,KAAK,KAAA;IAW5B,MAAM,CAAC,oBAAoB,CAAC,KAAK,KAAA;IAyCjC,MAAM,CAAC,4BAA4B,CAAC,KAAK,KAAA,EAAE,OAAO,KAAA,EAAE,OAAO,KAAA;IAU3D,MAAM,CAAC,mBAAmB,CAAC,KAAK,KAAA;IAgBhC,MAAM,CAAC,uBAAuB,CAAC,KAAK,KAAA;IAepC,MAAM,CAAC,gBAAgB,CAAC,KAAK,KAAA;IAgC7B,MAAM,CAAC,qBAAqB,CAAC,KAAK,KAAA;IAuClC,MAAM,CAAC,eAAe,CAAC,KAAK,KAAA;CAI7B"}
|
|
@@ -3,6 +3,11 @@ import { Router } from '@angular/router';
|
|
|
3
3
|
import { AgentService } from '../agent/agent.service';
|
|
4
4
|
import { EoUser, Logger, NotificationsService, BackendService, ClipboardService, DmsService, EventService, UserService, DmsObject, TranslateService, HttpOptions } from '@eo-sdk/core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
declare global {
|
|
7
|
+
interface Window {
|
|
8
|
+
api: any;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
6
11
|
export declare const UNDOCK_WINDOW_NAME = "eoViewer";
|
|
7
12
|
export declare class PluginsService {
|
|
8
13
|
private backend;
|
|
@@ -32,6 +37,7 @@ export declare class PluginsService {
|
|
|
32
37
|
del(uri: any, base?: string, options?: HttpOptions): Promise<any>;
|
|
33
38
|
getCurrentUser(): EoUser;
|
|
34
39
|
encodeFileName(filename: any): string;
|
|
40
|
+
decodeHtmlCharCodes(str: any): any;
|
|
35
41
|
getConfig(): {
|
|
36
42
|
serviceBase: string;
|
|
37
43
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugins.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/api/plugins.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,cAAc,EAAc,MAAM,EAAC,MAAM,eAAe,CAAC;AACjE,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,wBAAwB,CAAC;AACpD,OAAO,EACL,MAAM,EAAE,MAAM,EAAE,oBAAoB,EAAE,cAAc,EAAE,gBAAgB,EACtE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,SAAS,EAChD,gBAAgB,EAAE,WAAW,EAC9B,MAAM,cAAc,CAAC;;AAEtB,eAAO,MAAM,kBAAkB,aAAa,CAAC;AAC7C,
|
|
1
|
+
{"version":3,"file":"plugins.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/api/plugins.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,cAAc,EAAc,MAAM,EAAC,MAAM,eAAe,CAAC;AACjE,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,wBAAwB,CAAC;AACpD,OAAO,EACL,MAAM,EAAE,MAAM,EAAE,oBAAoB,EAAE,cAAc,EAAE,gBAAgB,EACtE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,SAAS,EAChD,gBAAgB,EAAE,WAAW,EAC9B,MAAM,cAAc,CAAC;;AAEtB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QAAG,GAAG,EAAE,GAAG,CAAC;KAAE;CAC/B;AAED,eAAO,MAAM,kBAAkB,aAAa,CAAC;AAC7C,qBAGa,cAAc;IAoCb,OAAO,CAAC,OAAO;IACzB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IACP,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IA7ChB,OAAO,CAAC,IAAI,CAAS;IACrB,OAAO,CAAC,WAAW,CAOjB;IAEF,IAAW,UAAU,WAEpB;IAED,IAAW,GAAG,QAEb;IAEM,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,QAAQ,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,GAAG;gBAgB5D,OAAO,EAAE,cAAc,EACjC,aAAa,EAAE,oBAAoB,EACnC,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,MAAM,EACf,SAAS,EAAE,gBAAgB,EAC1B,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,MAAM;IAWjB,MAAM,IAAI,GAAG;IA6Eb,oBAAoB,IAAI,OAAO,CAAC,MAAM,CAAC;IAUvC,kBAAkB,CAAC,MAAM,KAAA,EAAE,IAAI,KAAA;IA8B/B,GAAG,CAAC,GAAG,KAAA,EAAE,IAAI,SAAK,EAAE,OAAO,CAAC,EAAE,WAAW;IAQzC,GAAG,CAAC,GAAG,KAAA,EAAE,IAAI,KAAA,EAAE,IAAI,SAAK,EAAE,OAAO,CAAC,EAAE,WAAW;IAI/C,IAAI,CAAC,GAAG,KAAA,EAAE,IAAI,KAAA,EAAE,IAAI,SAAK,EAAE,OAAO,CAAC,EAAE,WAAW;IAIhD,GAAG,CAAC,GAAG,KAAA,EAAE,IAAI,SAAK,EAAE,OAAO,CAAC,EAAE,WAAW;IAIzC,cAAc,IAAI,MAAM;IAIxB,cAAc,CAAC,QAAQ,KAAA;IAIvB,mBAAmB,CAAC,GAAG,KAAA;IAIvB,SAAS;;;IAYhB;;;;;;;OAOG;IACI,SAAS,CAAC,MAAM,KAAA,EAAE,IAAI,KAAA,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAiBpD;;;;;;;;;OASG;IACI,YAAY,CAAC,EAAE,KAAA,EAAE,IAAI,KAAA,EAAE,OAAO,KAAA,EAAE,MAAM,CAAC,KAAA,GAAG,OAAO,CAAC,SAAS,CAAC;IAUnE,OAAO,CAAC,WAAW;yCAxQR,cAAc;6CAAd,cAAc;CA2Q1B"}
|
|
@@ -26,10 +26,11 @@
|
|
|
26
26
|
"eo.dashboard.button.hide.footer.tooltip": "Dashboard-Konfiguration ausblenden",
|
|
27
27
|
"eo.form.property.string.error.classification.email": "Geben Sie eine gültige E-Mail-Adresse ein.",
|
|
28
28
|
"eo.form.property.string.error.classification.url": "Bitte geben Sie eine gültige URL ein.",
|
|
29
|
-
"eo.form.property.string.error.classification.partialValue": "Geben Sie eine gültige Anzahl zwischen 3 und
|
|
29
|
+
"eo.form.property.string.error.classification.partialValue": "Geben Sie eine gültige Anzahl zwischen 3 und 100 ein.",
|
|
30
30
|
"eo.form.property.string.error.whitespaces": "Die Eingabe enthält nur Leerzeichen.",
|
|
31
31
|
"eo.form.property.organization.request.error.title": "Fehler ist aufgetreten",
|
|
32
32
|
"eo.form.property.organization.request.error.msg": "Eventuell fehlerhaftes Skript",
|
|
33
|
+
"eo.form.property.checkbox.indefinite.tooltip": "unbestimmt",
|
|
33
34
|
"eo.app.init.fail.title": "Initialisierungsfehler",
|
|
34
35
|
"eo.app.init.fail.message": "Die Anwendung konnte nicht initialisiert werden.",
|
|
35
36
|
"eo.form.property.string.regex.nomatch": "Die Eingabe entspricht nicht den Vorgaben",
|
|
@@ -85,14 +86,13 @@
|
|
|
85
86
|
"eo.shortcuts.form.action.reset": "Zurücksetzen",
|
|
86
87
|
"eo.shortcuts.form.action.edit": "Bearbeiten",
|
|
87
88
|
"eo.tabcontainer.arrange": "Anordnungsymbol: Aspekt hierher ziehen",
|
|
88
|
-
"eo.state.login.tenant": "Mandant",
|
|
89
89
|
"eo.state.login.username": "Benutzername",
|
|
90
90
|
"eo.state.login.password": "Passwort",
|
|
91
91
|
"eo.state.login.msg.invalid": "Die angegebenen Zugangsdaten sind nicht korrekt oder Ihr Zugang wurde aufgrund von fehlgeschlagenen Loginversuchen gesperrt. Bitte überprüfen Sie Ihre Eingabe oder kontaktieren Sie einen Administrator.",
|
|
92
92
|
"eo.state.login.host": "Host",
|
|
93
93
|
"eo.state.login.submit": "Anmelden",
|
|
94
94
|
"eo.state.login.presence.dialog.title": "Anwesenheitsstatus",
|
|
95
|
-
"eo.state.login.presence.dialog.message": "Sie sind auf abwesend gesetzt. Möchten Sie Ihren Status auf anwesend setzen?
|
|
95
|
+
"eo.state.login.presence.dialog.message": "Sie sind auf abwesend gesetzt. Möchten Sie Ihren Status auf anwesend setzen?",
|
|
96
96
|
"eo.state.login.presence.dialog.setAsPresent": "Auf anwesend setzen",
|
|
97
97
|
"eo.state.login.presence.dialog.cancel": "Abbrechen",
|
|
98
98
|
"eo.state.object.tree.error": "Die Ordnerstruktur konnte nicht geladen werden",
|
|
@@ -554,6 +554,7 @@
|
|
|
554
554
|
"eo.object.history.entry.type.YUVSIG_ERROR.description": "Der Signaturprozess wurde aufgrund eines Fehlers abgebrochen.",
|
|
555
555
|
"eo.object.history.entry.type.YUVSIG_UPDATE.description": "Eine Signatur wurde abgeschlossen.",
|
|
556
556
|
"eo.object.history.entry.type.YUVSIG_CONTENT_ADDED.description": "Die signierte Dokumentdatei wurde hinzugefügt.",
|
|
557
|
+
"eo.object.history.entry.type.OFFICE365_EDIT_DONE.description": "Die Dokumentdatei wurde in Microsoft 365 bearbeitet.",
|
|
557
558
|
"eo.object.lock": "gesperrt",
|
|
558
559
|
"eo.object.indexdata.reset": "Änderungen verwerfen",
|
|
559
560
|
"eo.object.indexdata.save": "Speichern",
|
|
@@ -806,7 +807,7 @@
|
|
|
806
807
|
"eo.search.suggest": "Meinten Sie:",
|
|
807
808
|
"eo.search.restrict.type": "Objekttyp",
|
|
808
809
|
"eo.search.restrict.creation": "Erstellt",
|
|
809
|
-
"eo.search.restrict.modification": "
|
|
810
|
+
"eo.search.restrict.modification": "Bearbeitet",
|
|
810
811
|
"eo.search.restrict.mimetypegroup": "Dateiart",
|
|
811
812
|
"eo.search.restrict.file": "Dokumentdatei",
|
|
812
813
|
"eo.search.restrict.filename": "Dateiname",
|
|
@@ -830,7 +831,7 @@
|
|
|
830
831
|
"eo.workspace.widgetGrid.confirm": "OK",
|
|
831
832
|
"eo.workspace.widgetGrid.widgetTodoHeadlineLabel": "Aufgabenliste",
|
|
832
833
|
"eo.workspace.widgetGrid.workspaceEditDone": "Übernehmen",
|
|
833
|
-
"eo.workspace.widgetGrid.workspaceRemoveConfirmMessage":"
|
|
834
|
+
"eo.workspace.widgetGrid.workspaceRemoveConfirmMessage": "Sind Sie sicher, dass dieses Dashboard gelöscht werden soll?",
|
|
834
835
|
"eo.workspace.widgetGrid.newWorkspaceDefaultLabel": "Neues Dashboard",
|
|
835
836
|
"eo.workspace.widgetGrid.workspacesEmptyMessage": "Es ist bisher kein Dashboard vorhanden.",
|
|
836
837
|
"eo.workspace.widgetGrid.noopWidgetLabel": "Es ist bisher kein Widget vorhanden.",
|
|
@@ -850,21 +851,28 @@
|
|
|
850
851
|
"eo.workspace.widget.iframe.setup.url": "URL",
|
|
851
852
|
"eo.workspace.widget.form.label.countType": "Nur Gesamtanzahl anzeigen",
|
|
852
853
|
"eo.workspace.widget.form.label.size": "Objektanzahl in der Liste",
|
|
853
|
-
"eo.workspace.widget.form.partialValue": "
|
|
854
|
+
"eo.workspace.widget.form.partialValue": "Teilwerte",
|
|
854
855
|
"eo.workspace.widget.form.label.sortField": "Sortiert nach",
|
|
855
856
|
"eo.workspace.widget.form.label.sortRevert": "Sortierung umkehren",
|
|
856
857
|
"eo.widget.hitlist.tooltip.openinresultlist": "Öffnen in der Trefferliste",
|
|
857
858
|
"eo.widget.hitlist.tooltip.savedSearchIcon": "Im Suchdialog öffnen",
|
|
858
859
|
"eo.workspace.widget.form.sortField": "Auswahl der Objekteigenschaft für die Sortierung",
|
|
860
|
+
"eo.workspace.widget.stored.queries.description" : "Mit der gespeicherten Suche wird die Liste der Objekte festgelegt.",
|
|
859
861
|
"eo.workspace.widget.stored.queries.list.empty" : "Wählen Sie eine gespeicherte Suche aus.",
|
|
860
862
|
"eo.workspace.widget.stored.queries.list.notAvailable" : "Es ist keine gespeicherte Suche vorhanden. Speichern Sie zuerst eine Suche.",
|
|
861
863
|
"eo.workspace.widget.chart.label": "Diagramm",
|
|
862
864
|
"eo.workspace.widget.form.label.aggregationField": "Attribut für Aggregation",
|
|
863
865
|
"eo.workspace.widget.form.label.chartTypeField": "Diagrammtyp",
|
|
864
|
-
"eo.workspace.widget.chart.form.label.description": "Legen Sie die maximale Anzahl an Teilwerten für
|
|
866
|
+
"eo.workspace.widget.chart.form.label.description": "Legen Sie die maximale Anzahl an Teilwerten für die x-Achse des Diagramms fest. Standardwert: 10",
|
|
865
867
|
"eo.workspace.widget.charts.type.bar": "Balken",
|
|
866
868
|
"eo.workspace.widget.charts.type.pie": "Kuchen",
|
|
867
869
|
"eo.workspace.widget.charts.type.donut": "Ring",
|
|
870
|
+
"eo.workspace.widget.form.label.histogram": "Histogramm",
|
|
871
|
+
"eo.workspace.widget.charts.histogram.standard": "Standard",
|
|
872
|
+
"eo.workspace.widget.charts.histogram.yearly": "Jahr",
|
|
873
|
+
"eo.workspace.widget.charts.histogram.monthly": "Monat",
|
|
874
|
+
"eo.workspace.widget.charts.histogram.weekly": "Woche",
|
|
875
|
+
"eo.workspace.widget.charts.histogram.daily": "Tag",
|
|
868
876
|
"eo.workspace.widget.list.empty": "Es wurden keine Daten gefunden.",
|
|
869
877
|
"eo.recyclebin.list.title": "Papierkorb",
|
|
870
878
|
"eo.workspace.widget.configuration.notOk" : "Konfigurieren Sie zuerst das Widget.",
|
|
@@ -912,6 +920,8 @@
|
|
|
912
920
|
"eo.form.table.options.btn.ok": "OK",
|
|
913
921
|
"eo.form.table.options.btn.fit": "Tabellenspalten ausrichten",
|
|
914
922
|
"eo.form.table.options.btn.csv": "Tabellendaten in CSV-Datei exportieren",
|
|
923
|
+
"eo.form.table.options.btn.upload": "Tabellendaten aus einer CSV-Datei importieren",
|
|
924
|
+
"eo.form.table.options.btn.upload.error": "Der Import ist nicht möglich, da die Datei mehr als 5.000 Zeilen enthält.",
|
|
915
925
|
"eo.form.table.options.btn.add": "Neue Zeile einfügen",
|
|
916
926
|
"eo.form.table.options.btn.open": "Öffnen",
|
|
917
927
|
"eo.form.table.options.btn.close": "SCHLIESSEN",
|
|
@@ -921,6 +931,14 @@
|
|
|
921
931
|
"eo.form.table.options.confirm.delete": "Zeile löschen?",
|
|
922
932
|
"eo.form.table.dialog.preview.show": "Inhalt einblenden",
|
|
923
933
|
"eo.form.table.dialog.preview.hide": "Inhalt ausblenden",
|
|
934
|
+
"eo.form.table.csv.import.report.title": "Importbericht",
|
|
935
|
+
"eo.form.table.csv.import.report.readRows": "Eingelesene Zeilen: {{readRows}}",
|
|
936
|
+
"eo.form.table.csv.import.report.errors": "Inkorrekte Werte, die nicht importiert werden können:",
|
|
937
|
+
"eo.form.table.csv.import.report.errors.csvColumn": "CSV-Spalte",
|
|
938
|
+
"eo.form.table.csv.import.report.errors.tableColumn": "Tabellenspalte",
|
|
939
|
+
"eo.form.table.csv.import.report.errors.row": "Zeile",
|
|
940
|
+
"eo.form.table.csv.import.report.errors.value": "Wert",
|
|
941
|
+
"eo.form.table.csv.import.report.import": "Importieren",
|
|
924
942
|
"eo.object.summary.version": "Version",
|
|
925
943
|
"eo.object.summary.version.compare": "Versionen anzeigen",
|
|
926
944
|
"eo.form.property.required": "Pflichtfeld",
|