@eo-sdk/client 11.0.0-rc.3 → 11.0.0-rc.6
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/dashboard/dashboard.component.d.ts +2 -23
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts +15 -16
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.d.ts +18 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.d.ts +10 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.d.ts +24 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.d.ts +34 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.d.ts.map +1 -0
- package/app/eo-client/eo-client.module.d.ts +29 -24
- package/app/eo-client/eo-client.module.d.ts.map +1 -1
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +5 -1
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.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/grid/extensions/custom-sort/custom-sort.component.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +26 -3
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +2 -0
- 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-helper.service.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts +3 -2
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +12 -4
- package/assets/_default/i18n/en.json +11 -3
- package/assets/_default/svg/ic_noImage.svg +1 -0
- package/assets/_default/svg/ic_photo_library.svg +1 -0
- package/assets/_default/svg/ic_task.svg +1 -0
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +16 -67
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +6 -6
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +32 -33
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +4 -4
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +4 -4
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +54 -0
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +23 -0
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +74 -0
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +103 -0
- package/esm2022/app/eo-client/eo-client.module.mjs +22 -6
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +2 -2
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +23 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +10 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +4 -4
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +2 -2
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +6 -1
- package/esm2022/app/eo-framework/grid/grid.component.mjs +4 -4
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -1
- package/esm2022/app/eo-framework/media/media.component.mjs +88 -21
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +6 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +18 -27
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +2 -2
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +5 -1
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +6 -1
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +17 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +2 -2
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +9 -4
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +2 -2
- package/fesm2022/eo-sdk-client.mjs +501 -190
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,52 +1,31 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
|
-
import {
|
|
4
|
-
import { Capabilities, CapabilitiesService, Config, EoUser, LocalStorageService, StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
|
|
3
|
+
import { Config, LocalStorageService, TranslateService, UserService } from '@eo-sdk/core';
|
|
5
4
|
import { WidgetGridRegistry, WidgetGridWorkspaceConfig, WidgetGridWorkspaceOptions } from '@yuuvis/widget-grid';
|
|
6
5
|
import { PageTitleService, PendingChangesService } from '../../eo-framework-core';
|
|
7
|
-
import { QuickSearchResult } from '../../eo-framework';
|
|
8
|
-
import { QuickSearchComponent } from '../../eo-framework';
|
|
9
|
-
import { TreeNode } from '../../eo-framework';
|
|
10
6
|
import { AfterViewInit } from '@angular/core';
|
|
11
7
|
import * as i0 from "@angular/core";
|
|
12
8
|
export declare class DashboardComponent implements OnInit, AfterViewInit {
|
|
13
9
|
userService: UserService;
|
|
14
10
|
private widgetGridRegistry;
|
|
15
11
|
private titleService;
|
|
16
|
-
private router;
|
|
17
12
|
private http;
|
|
18
13
|
private config;
|
|
19
14
|
private storageService;
|
|
20
15
|
translate: TranslateService;
|
|
21
|
-
private capabilityService;
|
|
22
|
-
private storedQueriesService;
|
|
23
16
|
private pendingChanges;
|
|
24
17
|
workspaceConfig: WidgetGridWorkspaceConfig | undefined;
|
|
25
18
|
workspaceOptions: WidgetGridWorkspaceOptions;
|
|
26
19
|
backgroundImage: string;
|
|
27
|
-
capabilities: Capabilities;
|
|
28
|
-
storedQueries: StoredQuery[];
|
|
29
|
-
selectedQuery: StoredQuery;
|
|
30
|
-
quickSearchResult: QuickSearchResult;
|
|
31
|
-
tree: {};
|
|
32
20
|
STORAGE_KEY: string;
|
|
33
21
|
toolbarVisible: boolean;
|
|
34
22
|
toolbarIconSrc: string;
|
|
35
23
|
toolbarIconTooltip: string;
|
|
36
24
|
pendingTaskID: string;
|
|
37
|
-
|
|
38
|
-
quickSearchEl: QuickSearchComponent;
|
|
39
|
-
onKey(event: any): void;
|
|
40
|
-
constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, router: Router, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService, pendingChanges: PendingChangesService);
|
|
25
|
+
constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, pendingChanges: PendingChangesService);
|
|
41
26
|
onWorkspacesConfigChange(c: WidgetGridWorkspaceConfig): void;
|
|
42
27
|
private setWidgetGridLabels;
|
|
43
28
|
private registerWidgets;
|
|
44
|
-
selectStoredQuery(q: StoredQuery): void;
|
|
45
|
-
onQuickSearchInputChange(term: any): void;
|
|
46
|
-
onQuickSearchResult(result: QuickSearchResult): void;
|
|
47
|
-
onStoredQueryLoaded(): void;
|
|
48
|
-
onStoredQueryExecute(evt: any): void;
|
|
49
|
-
getTreeNodes(key: any): TreeNode[];
|
|
50
29
|
ngOnInit(): void;
|
|
51
30
|
ngAfterViewInit(): void;
|
|
52
31
|
private hideToolbar;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,
|
|
1
|
+
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EACL,MAAM,EACN,mBAAmB,EACnB,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,gBAAgB,EAAE,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAahF,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;;AAW5C,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAkB3C,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,cAAc;IAvBxB,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,SAA0C;IACrD,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,SAAM;gBAGA,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,cAAc,EAAE,qBAAqB;IAS/C,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAgC3B,OAAO,CAAC,eAAe;IAkEvB,QAAQ;IAKR,eAAe;IAiBf,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,oBAAoB;IA2B5B,OAAO,CAAC,oBAAoB;IAO5B,mBAAmB,CAAC,MAAM,EAAE,OAAO;yCAxNxB,kBAAkB;2CAAlB,kBAAkB;CA+N9B"}
|
|
@@ -18,9 +18,6 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
18
18
|
text: string;
|
|
19
19
|
label: string;
|
|
20
20
|
};
|
|
21
|
-
legend: {
|
|
22
|
-
enabled: boolean;
|
|
23
|
-
};
|
|
24
21
|
resizable: boolean;
|
|
25
22
|
donut: {
|
|
26
23
|
alignment: string;
|
|
@@ -30,20 +27,22 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
30
27
|
};
|
|
31
28
|
height: string;
|
|
32
29
|
curve: string;
|
|
30
|
+
legend: {
|
|
31
|
+
alignment: string;
|
|
32
|
+
};
|
|
33
33
|
axes: {
|
|
34
|
-
|
|
34
|
+
left: {
|
|
35
35
|
mapsTo: string;
|
|
36
|
-
scaleType: string;
|
|
37
36
|
title: string;
|
|
38
37
|
};
|
|
39
|
-
|
|
38
|
+
bottom: {
|
|
40
39
|
mapsTo: string;
|
|
41
40
|
scaleType: string;
|
|
42
41
|
title: string;
|
|
43
42
|
};
|
|
44
43
|
};
|
|
45
44
|
};
|
|
46
|
-
|
|
45
|
+
lineStraightChartOption: {
|
|
47
46
|
curve: any;
|
|
48
47
|
legend: {
|
|
49
48
|
enabled: boolean;
|
|
@@ -62,33 +61,33 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
62
61
|
};
|
|
63
62
|
height: string;
|
|
64
63
|
axes: {
|
|
65
|
-
|
|
64
|
+
left: {
|
|
66
65
|
mapsTo: string;
|
|
67
|
-
scaleType: string;
|
|
68
66
|
title: string;
|
|
69
67
|
};
|
|
70
|
-
|
|
68
|
+
bottom: {
|
|
71
69
|
mapsTo: string;
|
|
72
70
|
scaleType: string;
|
|
73
71
|
title: string;
|
|
74
72
|
};
|
|
75
73
|
};
|
|
76
74
|
};
|
|
77
|
-
|
|
75
|
+
lineCurveChartOption: {
|
|
76
|
+
legend: {
|
|
77
|
+
enabled: boolean;
|
|
78
|
+
};
|
|
78
79
|
axes: {
|
|
79
|
-
|
|
80
|
+
bottom: {
|
|
80
81
|
mapsTo: string;
|
|
82
|
+
scaleType: string;
|
|
81
83
|
title: string;
|
|
82
84
|
};
|
|
83
|
-
|
|
85
|
+
left: {
|
|
84
86
|
mapsTo: string;
|
|
85
87
|
scaleType: string;
|
|
86
88
|
title: string;
|
|
87
89
|
};
|
|
88
90
|
};
|
|
89
|
-
legend: {
|
|
90
|
-
alignment: string;
|
|
91
|
-
};
|
|
92
91
|
title: string;
|
|
93
92
|
color: {
|
|
94
93
|
text: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AACnI,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAGzD,qBAMa,qBAAsB,YAAW,gBAAgB;
|
|
1
|
+
{"version":3,"file":"charts-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AACnI,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAGzD,qBAMa,qBAAsB,YAAW,gBAAgB;IAuG1D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IA3GvB,SAAS,EAAE,GAAG,CAAC;IAEf,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8BX;IAEF,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAMrB;IAEF,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiBlB;IAEF,SAAS,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;IAC5D,OAAO,CAAC,MAAM,CAAc;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,CAAC,aAAa,CAAsB;IAC3C,WAAW,QAAM;IAER,QAAQ,UAAS;IAE1B,IAAa,YAAY,CAAC,CAAC,EAAE,OAAO,GAAG,SAAS,EAyB/C;IAED,IAAI,YAAY,IA3Ba,OAAO,GAAG,SAAS,CA6B/C;gBAGS,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,aAAa;IAGtC,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,iBAAiB;IA0LzB,mBAAmB;IAKnB,OAAO,CAAC,iBAAiB;IAczB,OAAO;IAiBP,gBAAgB,CAAC,KAAK,KAAA;yCAlWX,qBAAqB;2CAArB,qBAAqB;CA0WjC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import { IWidgetSetupComponent, PictureWidgetConfig } from '@yuuvis/widget-grid';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PictureWidgetSetupComponent implements IWidgetSetupComponent {
|
|
5
|
+
fileInputEl: ElementRef | undefined;
|
|
6
|
+
widgetConfig: PictureWidgetConfig | undefined;
|
|
7
|
+
MAX_FILE_SIZE: number;
|
|
8
|
+
widgetConfigChange: EventEmitter<PictureWidgetConfig>;
|
|
9
|
+
fileName: any;
|
|
10
|
+
errorType: string;
|
|
11
|
+
showErrorDialog: boolean;
|
|
12
|
+
constructor();
|
|
13
|
+
pick(): void;
|
|
14
|
+
fileInputChangeListener(event: any): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PictureWidgetSetupComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PictureWidgetSetupComponent, "eo-picture-widget-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=picture-widget-setup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picture-widget-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAA2B,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAC,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,qBAAqB,CAAC;;AAE/E,qBAKa,2BAA4B,YAAW,qBAAqB;IAC/C,WAAW,EAAE,UAAU,GAAG,SAAS,CAAC;IAEnD,YAAY,EAAE,mBAAmB,GAAG,SAAS,CAEpD;IACF,aAAa,SAAW;IAEd,kBAAkB,oCAA2C;IACvE,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;;IAKzB,IAAI;IAIJ,uBAAuB,CAAC,KAAK,EAAE,GAAG;yCApBvB,2BAA2B;2CAA3B,2BAA2B;CAyCvC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IWidgetComponent, PictureWidgetConfig } from '@yuuvis/widget-grid';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PictureWidgetComponent implements IWidgetComponent {
|
|
4
|
+
imageUri: string | undefined;
|
|
5
|
+
style: any;
|
|
6
|
+
set widgetConfig(c: PictureWidgetConfig | undefined);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PictureWidgetComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PictureWidgetComponent, "eo-picture-widget", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=picture-widget.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picture-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAE,mBAAmB,EAAC,MAAM,qBAAqB,CAAC;;AAE1E,qBAKa,sBAAuB,YAAW,gBAAgB;IAC7D,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,EAAE,GAAG,CAAM;IAEhB,IAAa,YAAY,CAAC,CAAC,EAAE,mBAAmB,GAAG,SAAS,EAK3D;yCATU,sBAAsB;2CAAtB,sBAAsB;CAUlC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { IWidgetComponent, TodoWidgetConfig, WidgetGridRegistry } from '@yuuvis/widget-grid';
|
|
3
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class TodoSetupComponent implements IWidgetComponent, OnInit {
|
|
6
|
+
private fb;
|
|
7
|
+
private widgetGridRegistry;
|
|
8
|
+
private subscriptions;
|
|
9
|
+
labels: {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
private _widgetConfig;
|
|
13
|
+
widgetConfigChange: EventEmitter<TodoWidgetConfig>;
|
|
14
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
15
|
+
setupForm: UntypedFormGroup;
|
|
16
|
+
set widgetConfig(wc: TodoWidgetConfig);
|
|
17
|
+
get widgetConfig(): TodoWidgetConfig;
|
|
18
|
+
constructor(fb: UntypedFormBuilder, widgetGridRegistry: WidgetGridRegistry);
|
|
19
|
+
private setWidgetConfig;
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TodoSetupComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TodoSetupComponent, "eo-todo-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=todo-setup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"todo-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,gBAAgB,EAAE,gBAAgB,EAAE,kBAAkB,EAAkB,MAAM,qBAAqB,CAAC;AAC5G,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;;AAInG,qBAOa,kBAAmB,YAAW,gBAAgB,EAAE,MAAM;IAyB/D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,kBAAkB;IAxB5B,OAAO,CAAC,aAAa,CAAsB;IAC3C,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAM;IAEvC,OAAO,CAAC,aAAa,CAAmB;IAC9B,kBAAkB,iCAAwC;IAC1D,uBAAuB,kCAAyC;IAE1E,SAAS,EAAE,gBAAgB,CAExB;IAEH,IAAa,YAAY,CAAC,EAAE,EAAE,gBAAgB,EAK7C;IAED,IAAI,YAAY,IAPc,gBAAgB,CAS7C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,kBAAkB,EAAE,kBAAkB;IAiBhD,OAAO,CAAC,eAAe;IAWvB,QAAQ,IAAI,IAAI;yCAtDL,kBAAkB;2CAAlB,kBAAkB;CAyD9B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
|
+
import { OnDestroy } from '@angular/core';
|
|
3
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { UserService } from '@eo-sdk/core';
|
|
5
|
+
import { Todo, TodoWidgetConfig } from '@eo-sdk/core/lib/interface/todo.interface';
|
|
6
|
+
import { IWidgetComponent, WidgetGridRegistry } from '@yuuvis/widget-grid';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class TodoWidgetComponent implements IWidgetComponent, OnDestroy {
|
|
9
|
+
userService: UserService;
|
|
10
|
+
private widgetGridRegistry;
|
|
11
|
+
private fb;
|
|
12
|
+
private subscriptions;
|
|
13
|
+
private _widgetConfig;
|
|
14
|
+
labels: {
|
|
15
|
+
[key: string]: string;
|
|
16
|
+
};
|
|
17
|
+
todos: Todo[];
|
|
18
|
+
showForm: boolean;
|
|
19
|
+
addForm: UntypedFormGroup;
|
|
20
|
+
todoWidgets: TodoWidgetConfig[];
|
|
21
|
+
set widgetConfig(c: TodoWidgetConfig);
|
|
22
|
+
get widgetConfig(): TodoWidgetConfig;
|
|
23
|
+
constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, fb: UntypedFormBuilder);
|
|
24
|
+
addTask(): void;
|
|
25
|
+
loadTaskList(id: string): Todo[];
|
|
26
|
+
removeTask(idx: number): void;
|
|
27
|
+
toggleDone(t: Todo): void;
|
|
28
|
+
drop(event: CdkDragDrop<string[]>): void;
|
|
29
|
+
private emitChange;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TodoWidgetComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TodoWidgetComponent, "eo-todo-widget", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=todo-widget.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"todo-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAkB,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAmB,SAAS,EAAC,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAa,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAChF,OAAO,EACL,WAAW,EACZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,IAAI,EAAE,gBAAgB,EAAC,MAAM,2CAA2C,CAAC;AAEjF,OAAO,EAAC,gBAAgB,EAAE,kBAAkB,EAAC,MAAM,qBAAqB,CAAC;;AAGzE,qBAMa,mBAAoB,YAAW,gBAAgB,EAAE,SAAS;IA2B5D,WAAW,EAAE,WAAW;IAC/B,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,EAAE;IA3BZ,OAAO,CAAC,aAAa,CAAsB;IAC3C,OAAO,CAAC,aAAa,CAAmB;IACxC,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAM;IACvC,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,UAAQ;IAEhB,OAAO,EAAE,gBAAgB,CAEtB;IAEH,WAAW,EAAE,gBAAgB,EAAE,CAAM;IAErC,IAAa,YAAY,CAAC,CAAC,EAAE,gBAAgB,EAM5C;IAED,IAAI,YAAY,IARa,gBAAgB,CAU5C;gBAGQ,WAAW,EAAE,WAAW,EACvB,kBAAkB,EAAE,kBAAkB,EACtC,EAAE,EAAE,kBAAkB;IAShC,OAAO;IAaP,YAAY,CAAC,EAAE,EAAE,MAAM;IAQvB,UAAU,CAAC,GAAG,EAAE,MAAM;IAKtB,UAAU,CAAC,CAAC,EAAE,IAAI;IAKlB,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,EAAE,CAAC;IAKjC,OAAO,CAAC,UAAU;IAelB,WAAW,IAAI,IAAI;yCAzFR,mBAAmB;2CAAnB,mBAAmB;CA4F/B"}
|
|
@@ -19,34 +19,39 @@ import * as i16 from "./dashboard/widgets/info-inbox-widget/info-inbox-widget.co
|
|
|
19
19
|
import * as i17 from "./dashboard/widgets/info-intray-widget/info-intray-widget.component";
|
|
20
20
|
import * as i18 from "./dashboard/widgets/search-widget/search-widget.component";
|
|
21
21
|
import * as i19 from "./dashboard/widgets/last-edited-widget/last-edited-and-created.component";
|
|
22
|
-
import * as i20 from "./dashboard/widgets/
|
|
23
|
-
import * as i21 from "./dashboard/widgets/hitlist-widget/hitlist-
|
|
24
|
-
import * as i22 from "./dashboard/widgets/
|
|
25
|
-
import * as i23 from "./dashboard/widgets/charts-widget/charts-
|
|
26
|
-
import * as i24 from "./dashboard/widgets/
|
|
27
|
-
import * as i25 from "./dashboard/widgets/count-objects-widget/count-objects-
|
|
28
|
-
import * as i26 from "./dashboard/widgets/
|
|
29
|
-
import * as i27 from "
|
|
30
|
-
import * as i28 from "
|
|
31
|
-
import * as i29 from "./
|
|
32
|
-
import * as i30 from "./
|
|
33
|
-
import * as i31 from "
|
|
34
|
-
import * as i32 from "
|
|
35
|
-
import * as i33 from "
|
|
36
|
-
import * as i34 from "
|
|
37
|
-
import * as i35 from "
|
|
38
|
-
import * as i36 from "
|
|
39
|
-
import * as i37 from "
|
|
40
|
-
import * as i38 from "
|
|
41
|
-
import * as i39 from "@yuuvis/
|
|
42
|
-
import * as i40 from "@
|
|
43
|
-
import * as i41 from "@
|
|
44
|
-
import * as i42 from "@
|
|
22
|
+
import * as i20 from "./dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component";
|
|
23
|
+
import * as i21 from "./dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component";
|
|
24
|
+
import * as i22 from "./dashboard/widgets/hitlist-widget/hitlist-widget.component";
|
|
25
|
+
import * as i23 from "./dashboard/widgets/charts-widget/charts-widget.component";
|
|
26
|
+
import * as i24 from "./dashboard/widgets/charts-widget/charts-setup/charts-setup.component";
|
|
27
|
+
import * as i25 from "./dashboard/widgets/count-objects-widget/count-objects-widget.component";
|
|
28
|
+
import * as i26 from "./dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component";
|
|
29
|
+
import * as i27 from "./dashboard/widgets/todowidget/todo-widget.component";
|
|
30
|
+
import * as i28 from "./dashboard/widgets/todowidget/todo-setup/todo-setup.component";
|
|
31
|
+
import * as i29 from "./dashboard/widgets/picture-widget/picture-widget.component";
|
|
32
|
+
import * as i30 from "./dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component";
|
|
33
|
+
import * as i31 from "@angular/common";
|
|
34
|
+
import * as i32 from "@angular/forms";
|
|
35
|
+
import * as i33 from "./object-state/object-state.module";
|
|
36
|
+
import * as i34 from "./inbox-state/inbox-state.module";
|
|
37
|
+
import * as i35 from "./prepare-state/prepare-state.module";
|
|
38
|
+
import * as i36 from "./eo-client-routing.module";
|
|
39
|
+
import * as i37 from "../eo-framework/eo-framework.module";
|
|
40
|
+
import * as i38 from "../eo-framework/grid/grid.module";
|
|
41
|
+
import * as i39 from "@yuuvis/components/master-details";
|
|
42
|
+
import * as i40 from "@yuuvis/components/tabs";
|
|
43
|
+
import * as i41 from "@yuuvis/components/split-view";
|
|
44
|
+
import * as i42 from "@yuuvis/components/dropdown";
|
|
45
|
+
import * as i43 from "@yuuvis/widget-grid";
|
|
46
|
+
import * as i44 from "@angular/common/http";
|
|
47
|
+
import * as i45 from "@carbon/charts-angular";
|
|
48
|
+
import * as i46 from "@angular/cdk/drag-drop";
|
|
49
|
+
import * as i47 from "@angular/router";
|
|
45
50
|
export declare class EoClientModule {
|
|
46
51
|
static forRoot(): ModuleWithProviders<EoClientModule>;
|
|
47
52
|
constructor(parentModule: EoClientModule);
|
|
48
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoClientModule, [{ optional: true; skipSelf: true; }]>;
|
|
49
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof i19.LastEditedAndCreatedComponent, typeof i20.
|
|
54
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof i19.LastEditedAndCreatedComponent, typeof i20.LastEditedAndCreatedSetupComponent, typeof i21.HitlistSetupComponent, typeof i22.HitlistWidgetComponent, typeof i23.ChartsWidgetComponent, typeof i24.ChartsSetupComponent, typeof i25.CountObjectsWidgetComponent, typeof i26.CountObjectsSetupComponent, typeof i27.TodoWidgetComponent, typeof i28.TodoSetupComponent, typeof i29.PictureWidgetComponent, typeof i30.PictureWidgetSetupComponent], [typeof i31.CommonModule, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.ObjectStateModule, typeof i34.InboxStateModule, typeof i35.PrepareStateModule, typeof i36.EoClientRoutingModule, typeof i37.EoFrameworkModule, typeof i38.GridModule, typeof i39.YvcMasterDetailsModule, typeof i40.YvcTabsModule, typeof i41.YvcSplitViewModule, typeof i42.YvcDropdownModule, typeof i43.YuvWidgetGridModule, typeof i44.HttpClientModule, typeof i45.ChartsModule, typeof i46.DragDropModule], [typeof i47.RouterModule, typeof i37.EoFrameworkModule]>;
|
|
50
55
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoClientModule>;
|
|
51
56
|
}
|
|
52
57
|
//# sourceMappingURL=eo-client.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC
|
|
1
|
+
{"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDhF,qBAuDa,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbox-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/inbox-state/inbox-state/inbox-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,
|
|
1
|
+
{"version":3,"file":"inbox-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/inbox-state/inbox-state/inbox-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAa,YAAY,EAAE,SAAS,EAAE,YAAY,EAAc,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAElI,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AACxF,OAAO,EAAC,iBAAiB,EAAC,MAAM,4DAA4D,CAAC;AAC7F,OAAO,EAAC,uBAAuB,EAAC,MAAM,gFAAgF,CAAC;AACvH,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AAErF,OAAO,EAAC,UAAU,EAAC,MAAM,+EAA+E,CAAC;AACzG,OAAO,EAAC,aAAa,EAAC,MAAM,2CAA2C,CAAC;;AAExE,qBAMa,mBAAoB,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IAmBjE,SAAS,EAAE,gBAAgB;IACrC,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,YAAY;IACb,YAAY,EAAE,YAAY;IACjC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IAzBxB,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,iBAAiB,EAAE,UAAU,EAAE,CAAM;IACrC,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,gBAAgB,SAAW;IAC3B,yBAAyB,SAAe;IACxC,cAAc,EAAE,gBAAgB,CAAC;IACjC,WAAW,UAAQ;IACnB,OAAO,UAAQ;IACf,QAAQ,MAAC;IACT,mBAAmB,EAAE,GAAG,CAAM;IAC9B,UAAU,EAAE,UAAU,CAAqD;IAC3E,YAAY,UAAS;IACrB,oBAAoB,SAAyB;IAExB,MAAM,EAAE,aAAa,CAAC;gBAExB,SAAS,EAAE,gBAAgB,EACrC,SAAS,EAAE,gBAAgB,EAC1B,YAAY,EAAE,gBAAgB,EAC/B,YAAY,EAAE,YAAY,EACzB,cAAc,EAAE,qBAAqB,EACrC,KAAK,EAAE,iBAAiB,EACxB,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,cAAc,EAAE,mBAAmB;IAsB7C,cAAc,CAAC,GAAG,EAAE,GAAG;IAcvB,iBAAiB;IAIjB,WAAW;IAOX,gBAAgB,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA;IAgB3B,YAAY;IAgBZ,YAAY;IAIZ,UAAU,CAAC,IAAI,EAAE,SAAS,EAAE,GAAG,IAAI;IAsCnC,YAAY,CAAC,MAAM,KAAA;IAiCnB,QAAQ;IAwCR,WAAW;yCA7NA,mBAAmB;2CAAnB,mBAAmB;CAgO/B"}
|
package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
2
|
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
3
|
-
import { AbstractControl, ControlValueAccessor, FormBuilder, FormGroup, ValidationErrors, Validator } from '@angular/forms';
|
|
3
|
+
import { AbstractControl, ControlValueAccessor, FormBuilder, FormGroup, UntypedFormGroup, ValidationErrors, Validator } from '@angular/forms';
|
|
4
4
|
import { ChangeMode, ChangeOutput, Signer } from '../signature.model';
|
|
5
5
|
import { TranslateService } from '@eo-sdk/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -25,6 +25,7 @@ export declare class SequenceListComponent implements ControlValueAccessor, Vali
|
|
|
25
25
|
controlPlusHandler(event: KeyboardEvent): void;
|
|
26
26
|
controlEnterHandler(event: KeyboardEvent): void;
|
|
27
27
|
escapeHandler(event: KeyboardEvent): void;
|
|
28
|
+
get duplicateEmailValidation(): boolean;
|
|
28
29
|
get maxSigners(): boolean;
|
|
29
30
|
constructor(formOpen: string, elRef: ElementRef, fb: FormBuilder, translate: TranslateService);
|
|
30
31
|
propagateChange: (_: any) => void;
|
|
@@ -35,6 +36,9 @@ export declare class SequenceListComponent implements ControlValueAccessor, Vali
|
|
|
35
36
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
36
37
|
dragDrop(event: CdkDragDrop<string[]>): void;
|
|
37
38
|
showEntryForm(index?: number, addAtIndex?: boolean): void;
|
|
39
|
+
duplicateEmailValidator(): (group: UntypedFormGroup) => {
|
|
40
|
+
duplicateEmail: boolean;
|
|
41
|
+
};
|
|
38
42
|
private removeEntry;
|
|
39
43
|
changeEntry({ index, mode }: ChangeOutput): void;
|
|
40
44
|
addSigner(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequence-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAmB,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAuB,UAAU,EAAE,YAAY,EAAmC,MAAM,EAAS,MAAM,eAAe,CAAC;AAC9H,OAAO,
|
|
1
|
+
{"version":3,"file":"sequence-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAmB,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAuB,UAAU,EAAE,YAAY,EAAmC,MAAM,EAAS,MAAM,eAAe,CAAC;AAC9H,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,WAAW,EACX,SAAS,EAGT,gBAAgB,EAChB,gBAAgB,EAChB,SAAS,EAEV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,UAAU,EAAE,YAAY,EAAE,MAAM,EAAC,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9C,qBAoBa,qBAAsB,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;IAmDxC,QAAQ,EAAE,MAAM;IACxC,KAAK,EAAE,UAAU;IACjB,EAAE,EAAE,WAAW;IACf,SAAS,EAAE,gBAAgB;IArD9C,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe;;;MAAwB;IACvC,UAAU,oBAAc;IACxB,IAAI,EAAE,UAAU,CAAC;IAER,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACtB,QAAQ,wBAA+B;IAGjD,kBAAkB,CAAC,KAAK,EAAE,aAAa;IAOvC,mBAAmB,CAAC,KAAK,EAAE,aAAa;IASxC,aAAa,CAAC,KAAK,EAAE,aAAa;IAQlC,IAAI,wBAAwB,IAAI,OAAO,CAOtC;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;gBAE0C,QAAQ,EAAE,MAAM,EACxC,KAAK,EAAE,UAAU,EACjB,EAAE,EAAE,WAAW,EACf,SAAS,EAAE,gBAAgB;IAE9C,eAAe,MAAO,GAAG,UAAQ;IAEjC,OAAO,CAAC,SAAS;IAIjB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI;IAIjC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAEhC,QAAQ,CAAC,OAAO,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAI3D,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,EAAE,CAAC;IAKrC,aAAa,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,OAAO;IAyBlD,uBAAuB,YACN,gBAAgB;;;IAQjC,OAAO,CAAC,WAAW;IAQnB,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,YAAY;IAazC,SAAS;IAYT,aAAa;IAUb,MAAM;IAIN,QAAQ,IAAI,IAAI;yCAlKL,qBAAqB;2CAArB,qBAAqB;CAqKjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-sort.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,uCAAuC,CAAC;AACvE,OAAO,EAAC,MAAM,EAAI,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAClC,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;;AAEtE,qBAKa,mBAAmB;IAyBlB,OAAO,CAAC,eAAe;IAvB1B,MAAM,EAAE,aAAa,CAAC;IACtB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,EAAE,SAAW;IAEtB,OAAO,CAAC,WAAW,CAAa;IAChC,KAAK,EAAE,GAAG,EAAE,CAAM;IAER,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACpD,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAG9D,IAAa,UAAU,CAAC,IAAI,EAAE,GAAG,EAAE,EAKlC;IAED,IAAI,UAAU,IAPgB,GAAG,EAAE,CASlC;gBAGmB,eAAe,EAAE,mBAAmB;IAGxD,MAAM,CAAC,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE;IAKlD,QAAQ;IAYR,IAAI,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAUhB,UAAU,CAAC,IAAI,EAAE,aAAa,GAAG,YAAY,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,WAAW;
|
|
1
|
+
{"version":3,"file":"custom-sort.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,uCAAuC,CAAC;AACvE,OAAO,EAAC,MAAM,EAAI,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAClC,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;;AAEtE,qBAKa,mBAAmB;IAyBlB,OAAO,CAAC,eAAe;IAvB1B,MAAM,EAAE,aAAa,CAAC;IACtB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,EAAE,SAAW;IAEtB,OAAO,CAAC,WAAW,CAAa;IAChC,KAAK,EAAE,GAAG,EAAE,CAAM;IAER,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACpD,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAG9D,IAAa,UAAU,CAAC,IAAI,EAAE,GAAG,EAAE,EAKlC;IAED,IAAI,UAAU,IAPgB,GAAG,EAAE,CASlC;gBAGmB,eAAe,EAAE,mBAAmB;IAGxD,MAAM,CAAC,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE;IAKlD,QAAQ;IAYR,IAAI,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAUhB,UAAU,CAAC,IAAI,EAAE,aAAa,GAAG,YAAY,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,WAAW;IAa9E,KAAK;yCApEM,mBAAmB;2CAAnB,mBAAmB;CAyE/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
-
import { Config, DmsObject, DmsObjectAttachment, DmsService, ObjectType, SystemService, TranslateService } from '@eo-sdk/core';
|
|
2
|
+
import { BackendService, Config, DmsObject, DmsObjectAttachment, DmsService, ObjectType, SystemService, TranslateService } from '@eo-sdk/core';
|
|
3
3
|
import { PopoutTriggerPosition, PopoutWindowConfig } from '@yuuvis/components/popout';
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import { FileSizePipe } from '../../eo-framework-core/pipes/filesize.pipe';
|
|
@@ -11,6 +11,8 @@ export interface ViewerConfig {
|
|
|
11
11
|
viewer: string;
|
|
12
12
|
error?: boolean;
|
|
13
13
|
type?: 'compare' | 'extend' | 'error' | 'default';
|
|
14
|
+
supportsAttachments?: boolean;
|
|
15
|
+
requiredService?: string;
|
|
14
16
|
}
|
|
15
17
|
export interface PreviewFile {
|
|
16
18
|
uri: string;
|
|
@@ -29,6 +31,7 @@ export declare class MediaComponent implements AfterViewInit, OnDestroy {
|
|
|
29
31
|
private system;
|
|
30
32
|
private config;
|
|
31
33
|
private pluginsService;
|
|
34
|
+
private backend;
|
|
32
35
|
static VIDEO_VIEWER: string;
|
|
33
36
|
static PDF_VIEWER: string;
|
|
34
37
|
private SIZE_LIMIT;
|
|
@@ -47,9 +50,19 @@ export declare class MediaComponent implements AfterViewInit, OnDestroy {
|
|
|
47
50
|
searchTerm: string;
|
|
48
51
|
mediaType: ObjectType;
|
|
49
52
|
customConfig: any[];
|
|
53
|
+
requiredServices: any[];
|
|
50
54
|
popoutTriggerPosition: PopoutTriggerPosition;
|
|
51
55
|
popoutWindowConfig: PopoutWindowConfig;
|
|
52
56
|
defaultViewers: ({
|
|
57
|
+
mimeType: string[];
|
|
58
|
+
viewer: string;
|
|
59
|
+
requiredService?: undefined;
|
|
60
|
+
supportsAttachments?: undefined;
|
|
61
|
+
type?: undefined;
|
|
62
|
+
error?: undefined;
|
|
63
|
+
} | {
|
|
64
|
+
requiredService: string;
|
|
65
|
+
supportsAttachments: boolean;
|
|
53
66
|
mimeType: string[];
|
|
54
67
|
viewer: string;
|
|
55
68
|
type?: undefined;
|
|
@@ -58,10 +71,14 @@ export declare class MediaComponent implements AfterViewInit, OnDestroy {
|
|
|
58
71
|
type: string;
|
|
59
72
|
viewer: string;
|
|
60
73
|
mimeType?: undefined;
|
|
74
|
+
requiredService?: undefined;
|
|
75
|
+
supportsAttachments?: undefined;
|
|
61
76
|
error?: undefined;
|
|
62
77
|
} | {
|
|
63
78
|
viewer: string;
|
|
64
79
|
mimeType?: undefined;
|
|
80
|
+
requiredService?: undefined;
|
|
81
|
+
supportsAttachments?: undefined;
|
|
65
82
|
type?: undefined;
|
|
66
83
|
error?: undefined;
|
|
67
84
|
} | {
|
|
@@ -69,9 +86,13 @@ export declare class MediaComponent implements AfterViewInit, OnDestroy {
|
|
|
69
86
|
type: string;
|
|
70
87
|
viewer: string;
|
|
71
88
|
mimeType?: undefined;
|
|
89
|
+
requiredService?: undefined;
|
|
90
|
+
supportsAttachments?: undefined;
|
|
72
91
|
})[];
|
|
73
92
|
isUndocked: boolean;
|
|
74
93
|
loading: boolean;
|
|
94
|
+
private initialized;
|
|
95
|
+
private _previewFile;
|
|
75
96
|
undockDisabled: boolean;
|
|
76
97
|
enableCloseBtn: boolean;
|
|
77
98
|
useVersion: boolean;
|
|
@@ -83,12 +104,14 @@ export declare class MediaComponent implements AfterViewInit, OnDestroy {
|
|
|
83
104
|
get previewUri(): string;
|
|
84
105
|
set previewFile(file: PreviewFile);
|
|
85
106
|
set dmsObject(item: DmsObject);
|
|
86
|
-
constructor(translate: TranslateService, dms: DmsService, renderer: Renderer2, system: SystemService, config: Config, pluginsService: PluginsService);
|
|
107
|
+
constructor(translate: TranslateService, dms: DmsService, renderer: Renderer2, system: SystemService, config: Config, pluginsService: PluginsService, backend: BackendService);
|
|
108
|
+
private setupViewer;
|
|
87
109
|
private _setPopoutWindowConfig;
|
|
88
110
|
selectAttachment(attachment?: any): void;
|
|
89
111
|
toggleViewer(): void;
|
|
90
112
|
refresh(): void;
|
|
91
|
-
|
|
113
|
+
getMatchingConfig(fileExtension: any, mimeType: any, matchingConfig?: ViewerConfig): any;
|
|
114
|
+
private getViewer;
|
|
92
115
|
private resolveUri;
|
|
93
116
|
loadDocument(uri: string, force?: boolean): boolean;
|
|
94
117
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/media/media.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAiC,SAAS,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AAC5G,OAAO,EACL,MAAM,EACN,SAAS,EACT,mBAAmB,EACnB,UAAU,EACV,UAAU,EACV,aAAa,EACb,gBAAgB,EACjB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,qBAAqB,EAAE,kBAAkB,EAAC,MAAM,2BAA2B,CAAC;AACpF,OAAO,
|
|
1
|
+
{"version":3,"file":"media.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/media/media.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -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,EAEb,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,SAAS,EAGV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,cAAc,EAAoB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzE,OAAO,EACL,cAAc,EACd,UAAU,EACV,UAAU,EACV,YAAY,EACZ,mBAAmB,EACnB,MAAM,EACN,SAAS,EACT,SAAS,EACT,UAAU,EAEV,YAAY,EAEZ,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EAGtB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;AAIpC,OAAO,EAAC,YAAY,EAAC,MAAM,6CAA6C,CAAC;AACzE,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAE1F,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,0CAA0C,CAAC;AAEvE,OAAO,EAAC,cAAc,EAAC,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAC,uBAAuB,EAAC,MAAM,kDAAkD,CAAC;AAEzF,OAAO,EAAC,SAAS,EAAC,MAAM,qDAAqD,CAAC;AAC9E,OAAO,EAAC,IAAI,EAAC,MAAM,yBAAyB,CAAC;AAC7C,OAAO,EAAC,kBAAkB,EAAE,uBAAuB,EAAC,MAAM,+BAA+B,CAAC;;AAE1F,qBAOa,sBAAuB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;
|
|
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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"}
|
|
@@ -40,6 +40,7 @@ export declare class FormElementTableComponent implements ControlValueAccessor,
|
|
|
40
40
|
showImportReportDialog: boolean;
|
|
41
41
|
mappedRows: any[];
|
|
42
42
|
mappingErrorFields: any[];
|
|
43
|
+
layoutSettings: any;
|
|
43
44
|
set params(p: TableComponentParams);
|
|
44
45
|
get params(): TableComponentParams;
|
|
45
46
|
copyCellHandler(event: KeyboardEvent): void;
|
|
@@ -86,6 +87,7 @@ export declare class FormElementTableComponent implements ControlValueAccessor,
|
|
|
86
87
|
onCellClickedRowEdit($event: any): void;
|
|
87
88
|
onColumnResized(column: any, overlay?: boolean): void;
|
|
88
89
|
togglePreview(): void;
|
|
90
|
+
onLayoutSettingsChange(layout: any): void;
|
|
89
91
|
ngOnInit(): void;
|
|
90
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormElementTableComponent, never>;
|
|
91
93
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormElementTableComponent, "eo-table", never, { "limit": { "alias": "limit"; "required": false; }; "hasPreviewFile": { "alias": "hasPreviewFile"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "height": { "alias": "height"; "required": false; }; "params": { "alias": "params"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -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,oBAAoB,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAK/G,OAAO,EAAe,WAAW,EAAC,MAAM,gDAAgD,CAAC;AACzF,OAAO,EAAC,qBAAqB,EAAC,MAAM,yEAAyE,CAAC;AAC9G,OAAO,EAAC,OAAO,EAAE,oBAAoB,EAAC,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAC,aAAa,EAAC,MAAM,4BAA4B,CAAC;;AAEzD,qBAoBa,yBAA0B,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;
|
|
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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"}
|