@eo-sdk/client 11.0.0-rc.1 → 11.0.0-rc.3
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/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +24 -5
- 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 +10 -0
- 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 +7 -0
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts +2 -0
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts +7 -0
- package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts +6 -4
- 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 +2 -2
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +2 -3
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +1 -2
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -1
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/codesystem-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +0 -8
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/dynamic-list-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.component.d.ts +1 -1
- package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +6 -2
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.d.ts.map +1 -1
- package/app/eo-framework/util/services/utilities.service.d.ts +190 -0
- package/app/eo-framework/util/services/utilities.service.d.ts.map +1 -1
- package/app/eo-framework-core/api/grid.service.d.ts +1 -5
- package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +16 -3
- package/assets/_default/i18n/en.json +20 -7
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +161 -42
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +78 -15
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +20 -12
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +7 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +35 -23
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +7 -8
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +16 -10
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -4
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +15 -9
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +16 -10
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +15 -9
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +11 -13
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +4 -7
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +3 -3
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +7 -10
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +4 -4
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +6 -6
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +3 -3
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +4 -4
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +4 -5
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +3 -2
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +7 -5
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +2 -2
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +1 -14
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +6 -33
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +1 -17
- package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +2 -2
- package/esm2022/app/eo-framework/grid/grid.component.mjs +11 -12
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +40 -12
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +4 -4
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +7 -7
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +4 -4
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +4 -1
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +12 -24
- package/fesm2022/eo-sdk-client.mjs +636 -443
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/misc/scripts/exclude-core-ng-package.js +11 -0
- package/misc/scripts/prebuild-about-state.js +2 -3
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAsDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IApD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;
|
|
1
|
+
{"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAsDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IApD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;QAAo7D;IACj8D,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI;;;;;MAKF;IAEF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCN;gBAGkB,OAAO,EAAE,cAAc,EAAU,WAAW,EAAE,WAAW,EAAU,MAAM,EAAE,MAAM;IAcrG,WAAW;IAMX,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;yCA1EnB,mBAAmB;2CAAnB,mBAAmB;CA6E/B"}
|
package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
3
|
import { Icharts } from '../icharts';
|
|
4
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
|
-
import { StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
|
|
4
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
|
+
import { StoredQueriesService, StoredQuery, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
6
6
|
import { CodesystemComponent } from '../../../../../eo-framework';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
@@ -10,8 +10,10 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
10
10
|
private storedQueriesService;
|
|
11
11
|
private translate;
|
|
12
12
|
private userService;
|
|
13
|
+
private system;
|
|
13
14
|
private _widgetConfig;
|
|
14
15
|
widgetConfigChange: EventEmitter<Icharts>;
|
|
16
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
15
17
|
storedQueries: StoredQuery[];
|
|
16
18
|
setupForm: UntypedFormGroup;
|
|
17
19
|
storedQueriesPicker: {
|
|
@@ -30,19 +32,35 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
30
32
|
title: any;
|
|
31
33
|
codesystem: any;
|
|
32
34
|
};
|
|
35
|
+
attributMetricPicker: {
|
|
36
|
+
title: any;
|
|
37
|
+
codesystem: any;
|
|
38
|
+
};
|
|
39
|
+
chartMetricPicker: {
|
|
40
|
+
title: any;
|
|
41
|
+
codesystem: any;
|
|
42
|
+
};
|
|
33
43
|
isDateTimeType: boolean;
|
|
44
|
+
isNumberType: boolean;
|
|
34
45
|
selectedSavedSearchName: string;
|
|
35
46
|
storedQuery: StoredQuery;
|
|
36
47
|
aggregationCodesystem: CodesystemComponent;
|
|
37
|
-
histogramCodesystem: CodesystemComponent;
|
|
38
48
|
set widgetConfig(wc: Icharts);
|
|
39
49
|
get widgetConfig(): Icharts;
|
|
40
|
-
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService);
|
|
50
|
+
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService, system: SystemService);
|
|
41
51
|
private setWidgetConfig;
|
|
42
52
|
getStoredQuerys(): void;
|
|
43
53
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
44
54
|
updateField(): void;
|
|
45
55
|
getAggregationField(type: any): import("rxjs").Subscription;
|
|
56
|
+
getMetricCodesystem(): {
|
|
57
|
+
entries: {
|
|
58
|
+
id: string;
|
|
59
|
+
label: any;
|
|
60
|
+
defaultrepresentation: any;
|
|
61
|
+
data: string;
|
|
62
|
+
}[];
|
|
63
|
+
};
|
|
46
64
|
getChartField(): {
|
|
47
65
|
entries: {
|
|
48
66
|
id: string;
|
|
@@ -59,8 +77,9 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
59
77
|
data: string;
|
|
60
78
|
}[];
|
|
61
79
|
};
|
|
80
|
+
getAttributMetricCodesystem(type: any): import("rxjs").Subscription;
|
|
62
81
|
ngOnInit(): void;
|
|
63
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsSetupComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsSetupComponent, "eo-charts-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsSetupComponent, "eo-charts-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
65
84
|
}
|
|
66
85
|
//# sourceMappingURL=charts-setup.component.d.ts.map
|
package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"charts-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAGpH,OAAO,EAAC,mBAAmB,EAAC,MAAM,6BAA6B,CAAC;;AAEhE,qBAMa,oBAAqB,YAAW,gBAAgB,EAAE,MAAM;IAsEjE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IAzEhB,OAAO,CAAC,aAAa,CAAU;IACrB,kBAAkB,wBAA+B;IACjD,uBAAuB,kCAAyC;IAE1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAC7B,SAAS,EAAE,gBAAgB,CAexB;IAEH,mBAAmB;;;MAGjB;IAEF,iBAAiB;;;MAGf;IAEF,eAAe;;;MAGb;IAEF,mBAAmB;;;MAGjB;IAEF,oBAAoB;;;MAGlB;IAEF,iBAAiB;;;MAGf;IAEF,cAAc,UAAS;IACvB,YAAY,UAAS;IACrB,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEW,qBAAqB,EAAE,mBAAmB,CAAC;IAE/E,IAAa,YAAY,CAAC,EAAE,EAAE,OAAO,EAGpC;IAED,IAAI,YAAY,IALc,OAAO,CAOpC;gBAGS,EAAE,EAAE,kBAAkB,EACtB,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,aAAa;IAY/B,OAAO,CAAC,eAAe;IA+BvB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,WAAW;IAWX,mBAAmB,CAAC,IAAI,KAAA;IA2BxB,mBAAmB;;;;;;;;IA4DnB,aAAa;;;;;;;;IA4Db,iBAAiB;;;;;;;;IAmDjB,2BAA2B,CAAC,IAAI,KAAA;IAwBhC,QAAQ,IAAI,IAAI;yCAxXL,oBAAoB;2CAApB,oBAAoB;CAwchC"}
|
|
@@ -13,6 +13,7 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
13
13
|
private systemService;
|
|
14
14
|
histogram: any;
|
|
15
15
|
sharedOptions: {
|
|
16
|
+
title: string;
|
|
16
17
|
color: {
|
|
17
18
|
text: string;
|
|
18
19
|
label: string;
|
|
@@ -33,10 +34,12 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
33
34
|
bottom: {
|
|
34
35
|
mapsTo: string;
|
|
35
36
|
scaleType: string;
|
|
37
|
+
title: string;
|
|
36
38
|
};
|
|
37
39
|
left: {
|
|
38
40
|
mapsTo: string;
|
|
39
41
|
scaleType: string;
|
|
42
|
+
title: string;
|
|
40
43
|
};
|
|
41
44
|
};
|
|
42
45
|
};
|
|
@@ -45,6 +48,7 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
45
48
|
legend: {
|
|
46
49
|
enabled: boolean;
|
|
47
50
|
};
|
|
51
|
+
title: string;
|
|
48
52
|
color: {
|
|
49
53
|
text: string;
|
|
50
54
|
label: string;
|
|
@@ -61,10 +65,12 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
61
65
|
bottom: {
|
|
62
66
|
mapsTo: string;
|
|
63
67
|
scaleType: string;
|
|
68
|
+
title: string;
|
|
64
69
|
};
|
|
65
70
|
left: {
|
|
66
71
|
mapsTo: string;
|
|
67
72
|
scaleType: string;
|
|
73
|
+
title: string;
|
|
68
74
|
};
|
|
69
75
|
};
|
|
70
76
|
};
|
|
@@ -72,15 +78,18 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
72
78
|
axes: {
|
|
73
79
|
left: {
|
|
74
80
|
mapsTo: string;
|
|
81
|
+
title: string;
|
|
75
82
|
};
|
|
76
83
|
bottom: {
|
|
77
84
|
mapsTo: string;
|
|
78
85
|
scaleType: string;
|
|
86
|
+
title: string;
|
|
79
87
|
};
|
|
80
88
|
};
|
|
81
89
|
legend: {
|
|
82
90
|
alignment: string;
|
|
83
91
|
};
|
|
92
|
+
title: string;
|
|
84
93
|
color: {
|
|
85
94
|
text: string;
|
|
86
95
|
label: string;
|
|
@@ -113,6 +122,7 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
113
122
|
private generateRange;
|
|
114
123
|
private generateChartData;
|
|
115
124
|
setQueryToAppSearch(): void;
|
|
125
|
+
private setLegendDiagramm;
|
|
116
126
|
refresh(): void;
|
|
117
127
|
onEmitQueryClick(event: any): void;
|
|
118
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsWidgetComponent, never>;
|
|
@@ -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;IAwG1D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IA5GvB,SAAS,EAAE,GAAG,CAAC;IACf,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA+BX;IAEF,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAMX;IAEF,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAgBV;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,EA2B/C;IAED,IAAI,YAAY,IA7Ba,OAAO,GAAG,SAAS,CA+B/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;IAyLzB,mBAAmB;IAKnB,OAAO,CAAC,iBAAiB;IAczB,OAAO;IAiBP,gBAAgB,CAAC,KAAK,KAAA;yCAlWX,qBAAqB;2CAArB,qBAAqB;CA0WjC"}
|
|
@@ -6,8 +6,15 @@ export interface Icharts {
|
|
|
6
6
|
aggregation: string;
|
|
7
7
|
storedQuery: string;
|
|
8
8
|
histogramType: string;
|
|
9
|
+
attributMetric: string;
|
|
10
|
+
metric: string;
|
|
11
|
+
sortRevert?: boolean;
|
|
9
12
|
interval: number;
|
|
13
|
+
minDocCount: number;
|
|
10
14
|
startingpoint: number;
|
|
15
|
+
title: string;
|
|
16
|
+
xAxe: string;
|
|
17
|
+
yAxe: string;
|
|
11
18
|
};
|
|
12
19
|
aggregationType: string;
|
|
13
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icharts.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/icharts.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QACP,SAAS,
|
|
1
|
+
{"version":3,"file":"icharts.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/icharts.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAElB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,cAAc,EAAE,MAAM,CAAC;QACvB,MAAM,EAAE,MAAM,CAAC;QAEf,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
3
|
import { CountObjectsConfig } from '../count-objects.model';
|
|
4
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
6
|
import { StoredQueriesService, StoredQuery } from '@eo-sdk/core';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -11,6 +11,7 @@ export declare class CountObjectsSetupComponent implements IWidgetComponent, OnI
|
|
|
11
11
|
private storedQueriesService;
|
|
12
12
|
private _widgetConfig;
|
|
13
13
|
widgetConfigChange: EventEmitter<CountObjectsConfig>;
|
|
14
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
14
15
|
storedQueries: StoredQuery[];
|
|
15
16
|
setupForm: UntypedFormGroup;
|
|
16
17
|
countTileThresholdDesc: any;
|
|
@@ -31,6 +32,6 @@ export declare class CountObjectsSetupComponent implements IWidgetComponent, OnI
|
|
|
31
32
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
32
33
|
ngOnInit(): void;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<CountObjectsSetupComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CountObjectsSetupComponent, "eo-count-objects-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CountObjectsSetupComponent, "eo-count-objects-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
35
36
|
}
|
|
36
37
|
//# sourceMappingURL=count-objects-setup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"count-objects-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"count-objects-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AAEnG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;;AAGtE,qBAMa,0BAA2B,YAAW,gBAAgB,EAAE,MAAM;IAsCvE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,oBAAoB;IAtC9B,OAAO,CAAC,aAAa,CAAqB;IAChC,kBAAkB,mCAA0C;IAC5D,uBAAuB,kCAAyC;IAC1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAE7B,SAAS,EAAE,gBAAgB,CAQxB;IAEH,sBAAsB,MAAoE;IAE1F,mBAAmB;;;;;;MAMjB;IACF,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEzB,IAAa,YAAY,CAAC,CAAC,EAAE,kBAAkB,EAE9C;IAED,IAAI,YAAY,IAJa,kBAAkB,CAM9C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB,EAC3B,oBAAoB,EAAE,oBAAoB;IAWpD,OAAO,CAAC,eAAe;IAiBvB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,QAAQ;yCA9FG,0BAA0B;2CAA1B,0BAA0B;CAqHtC"}
|
package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts
CHANGED
|
@@ -14,10 +14,12 @@ export declare class CountObjectsWidgetComponent implements IWidgetComponent {
|
|
|
14
14
|
private _widgetConfig;
|
|
15
15
|
storedQuery: StoredQuery;
|
|
16
16
|
hitlistResult: any;
|
|
17
|
+
defaultIconId: string;
|
|
17
18
|
set countTileClass(c: string);
|
|
18
19
|
constructor(elRef: ElementRef, searchService: SearchService, systemService: SystemService, storedQueriesService: StoredQueriesService);
|
|
19
20
|
set widgetConfig(c: CountObjectsConfig);
|
|
20
21
|
get widgetConfig(): CountObjectsConfig;
|
|
22
|
+
get isVisible(): boolean;
|
|
21
23
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
22
24
|
private executeQuery;
|
|
23
25
|
private setCountTileThresholdClass;
|
package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"count-objects-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAQ,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAE,sBAAsB,EAAC,MAAM,uBAAuB,CAAC;AAEjF,OAAO,EAAc,WAAW,EAAE,aAAa,EAAE,oBAAoB,EAAE,aAAa,EAAQ,MAAM,cAAc,CAAC;;AAGjH,qBAMa,2BAA4B,YAAW,gBAAgB;
|
|
1
|
+
{"version":3,"file":"count-objects-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAQ,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAE,sBAAsB,EAAC,MAAM,uBAAuB,CAAC;AAEjF,OAAO,EAAc,WAAW,EAAE,aAAa,EAAE,oBAAoB,EAAE,aAAa,EAAQ,MAAM,cAAc,CAAC;;AAGjH,qBAMa,2BAA4B,YAAW,gBAAgB;IAmBhE,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,oBAAoB;IApB9B,OAAO,CAAC,MAAM,CAAc;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,sBAAsB,CAAC;IACxC,OAAO,CAAC,aAAa,CAAqB;IAC1C,WAAW,EAAE,WAAW,CAAC;IACzB,aAAa,EAAE,GAAG,CAAC;IACnB,aAAa,SAAsC;IAEnD,IAAI,cAAc,CAAC,CAAC,EAAE,MAAM,EAM3B;gBAGS,KAAK,EAAE,UAAU,EACjB,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,oBAAoB,EAAE,oBAAoB;IAGpD,IAAa,YAAY,CAAC,CAAC,EAAE,kBAAkB,EAc9C;IAED,IAAI,YAAY,IAhBa,kBAAkB,CAkB9C;IAED,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,OAAO,CAAC,YAAY;IAmCpB,OAAO,CAAC,0BAA0B;IAoBlC,OAAO,CAAC,cAAc;IAStB,gBAAgB;yCA1HL,2BAA2B;2CAA3B,2BAA2B;CAkIvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"count-objects.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QAET,WAAW,EAAE,MAAM,CAAC;QACpB,yBAAyB,CAAC,EAAE,MAAM,CAAC;QACnC,yBAAyB,CAAC,EAAE,MAAM,CAAC;QACnC,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,wBAAwB,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"count-objects.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QAET,WAAW,EAAE,MAAM,CAAC;QACpB,yBAAyB,CAAC,EAAE,MAAM,CAAC;QACnC,yBAAyB,CAAC,EAAE,MAAM,CAAC;QACnC,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,wBAAwB,CAAC,EAAE,OAAO,CAAC;QACnC,QAAQ,EAAE,OAAO,CAAC;KACnB,CAAC;CACH;AAED,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ObjectType } from '@eo-sdk/core';
|
|
1
2
|
export interface IHitlist {
|
|
2
3
|
storedQuery: string;
|
|
3
4
|
formValue: {
|
|
@@ -13,4 +14,10 @@ export interface IHitlist {
|
|
|
13
14
|
secondLabelpropertyType: string;
|
|
14
15
|
thirdLabelpropertyType: string;
|
|
15
16
|
}
|
|
17
|
+
export interface IHitlistResult {
|
|
18
|
+
firstLabel?: string;
|
|
19
|
+
secondLabel: string;
|
|
20
|
+
thirdLabel?: string;
|
|
21
|
+
type: ObjectType;
|
|
22
|
+
}
|
|
16
23
|
//# sourceMappingURL=IHitlist.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IHitlist.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QAET,WAAW,EAAE,MAAM,CAAC;QAEpB,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;IACF,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,sBAAsB,EAAE,MAAM,CAAC;CAClC"}
|
|
1
|
+
{"version":3,"file":"IHitlist.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,WAAW,QAAQ;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QAET,WAAW,EAAE,MAAM,CAAC;QAEpB,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;IACF,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,sBAAsB,EAAE,MAAM,CAAC;CAClC;AAED,MAAM,WAAW,cAAc;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC;CAClB"}
|
package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
|
-
import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
|
|
3
|
+
import { UntypedFormGroup, UntypedFormBuilder, FormControlStatus } from '@angular/forms';
|
|
4
4
|
import { IHitlist } from '../IHitlist';
|
|
5
|
-
import { StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
|
|
5
|
+
import { StoredQueriesService, StoredQuery, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
6
6
|
import { CodesystemComponent } from '../../../../../eo-framework';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class HitlistSetupComponent implements IWidgetComponent, OnInit {
|
|
@@ -10,8 +10,10 @@ export declare class HitlistSetupComponent implements IWidgetComponent, OnInit {
|
|
|
10
10
|
private storedQueriesService;
|
|
11
11
|
private translate;
|
|
12
12
|
private userService;
|
|
13
|
+
private system;
|
|
13
14
|
private _widgetConfig;
|
|
14
15
|
widgetConfigChange: EventEmitter<IHitlist>;
|
|
16
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
15
17
|
storedQueries: StoredQuery[];
|
|
16
18
|
setupForm: UntypedFormGroup;
|
|
17
19
|
storedQueriesPicker: {
|
|
@@ -29,13 +31,13 @@ export declare class HitlistSetupComponent implements IWidgetComponent, OnInit {
|
|
|
29
31
|
thirdLabelPropertyCodesystem: CodesystemComponent;
|
|
30
32
|
set widgetConfig(wc: IHitlist);
|
|
31
33
|
get widgetConfig(): IHitlist;
|
|
32
|
-
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService);
|
|
34
|
+
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService, system: SystemService);
|
|
33
35
|
private setWidgetConfig;
|
|
34
36
|
getStoredQuerys(): void;
|
|
35
37
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
36
38
|
getFieldDefinition(type: any): import("rxjs").Subscription;
|
|
37
39
|
ngOnInit(): void;
|
|
38
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitlistSetupComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HitlistSetupComponent, "eo-hitlist-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HitlistSetupComponent, "eo-hitlist-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
40
42
|
}
|
|
41
43
|
//# sourceMappingURL=hitlist-setup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hitlist-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,gBAAgB,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"hitlist-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,gBAAgB,EAAE,kBAAkB,EAAc,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AAEnG,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AACrC,OAAO,EAAC,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAGpH,OAAO,EAAC,mBAAmB,EAAC,MAAM,6BAA6B,CAAC;;AAEhE,qBAMa,qBAAsB,YAAW,gBAAgB,EAAE,MAAM;IAyClE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IA5ChB,OAAO,CAAC,aAAa,CAAW;IACtB,kBAAkB,yBAAgC;IAClD,uBAAuB,kCAAyC;IAC1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAE7B,SAAS,EAAE,gBAAgB,CAQxB;IAEH,mBAAmB;;;MAGjB;IAEF,cAAc;;;MAGZ;IACF,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEkB,4BAA4B,EAAE,mBAAmB,CAAC;IACjD,6BAA6B,EAAE,mBAAmB,CAAC;IACpD,4BAA4B,EAAE,mBAAmB,CAAC;IAE7F,IAAa,YAAY,CAAC,EAAE,EAAE,QAAQ,EAErC;IAED,IAAI,YAAY,IAJc,QAAQ,CAMrC;gBAGS,EAAE,EAAE,kBAAkB,EACtB,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,aAAa;IAW/B,OAAO,CAAC,eAAe;IAsCvB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,kBAAkB,CAAC,IAAI,KAAA;IAmBvB,QAAQ;yCA3IG,qBAAqB;2CAArB,qBAAqB;CAuLjC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
2
|
-
import { IHitlist } from './IHitlist';
|
|
2
|
+
import { IHitlist, IHitlistResult } from './IHitlist';
|
|
3
3
|
import { SearchService, StoredQueriesService, StoredQuery, SystemService, TranslateService } from '@eo-sdk/core';
|
|
4
4
|
import { AppSearchService } from '../../../../eo-framework-core/search/app-search.service';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
@@ -11,7 +11,7 @@ export declare class HitlistWidgetComponent implements IWidgetComponent {
|
|
|
11
11
|
private systemService;
|
|
12
12
|
private storedQueriesService;
|
|
13
13
|
private translate;
|
|
14
|
-
hitlistResult: [];
|
|
14
|
+
hitlistResult: IHitlistResult[];
|
|
15
15
|
private _query;
|
|
16
16
|
refreshingRequest: boolean;
|
|
17
17
|
private _widgetConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hitlist-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"hitlist-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,QAAQ,EAAE,cAAc,EAAC,MAAM,YAAY,CAAC;AACpD,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AACnI,OAAO,EAAC,gBAAgB,EAAC,MAAM,yDAAyD,CAAC;AAEzF,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAKzD,qBAMa,sBAAuB,YAAW,gBAAgB;IAU3D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IAbnB,aAAa,EAAE,cAAc,EAAE,CAAC;IAChC,OAAO,CAAC,MAAM,CAAc;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,aAAa,CAAW;IAChC,WAAW,EAAE,WAAW,CAAC;IAChB,QAAQ,UAAS;gBAGhB,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa,EAC5B,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB;IAGrC,IAAa,YAAY,CAAC,CAAC,EAAE,QAAQ,EAcpC;IAED,IAAI,YAAY,IAhBa,QAAQ,CAkBpC;IAED,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,OAAO,CAAC,YAAY;IA0EpB,mBAAmB;IAKnB,OAAO;IAYP,WAAW,CAAC,IAAI,KAAA,EAAE,KAAK,KAAA;IAKvB,gBAAgB,CAAC,KAAK,KAAA;yCA/IX,sBAAsB;2CAAtB,sBAAsB;CAuJlC"}
|
package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { FormBuilder, FormControlStatus, FormGroup } from '@angular/forms';
|
|
4
4
|
import { Iframe } from '../iframe-widget.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class IframeSetupComponent implements IWidgetSetupComponent {
|
|
7
7
|
private fb;
|
|
8
8
|
private _widgetConfig;
|
|
9
9
|
widgetConfigChange: EventEmitter<Iframe>;
|
|
10
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
10
11
|
pattern: RegExp;
|
|
11
12
|
setupForm: FormGroup;
|
|
12
13
|
set widgetConfig(wc: Iframe | undefined);
|
|
@@ -14,6 +15,6 @@ export declare class IframeSetupComponent implements IWidgetSetupComponent {
|
|
|
14
15
|
constructor(fb: FormBuilder);
|
|
15
16
|
private setWidgetConfig;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeSetupComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSetupComponent, "eo-iframe-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSetupComponent, "eo-iframe-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
18
19
|
}
|
|
19
20
|
//# sourceMappingURL=iframe-setup.component.d.ts.map
|
package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iframe-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,WAAW,EAAE,SAAS,EAAa,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"iframe-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,WAAW,EAAE,iBAAiB,EAAE,SAAS,EAAa,MAAM,gBAAgB,CAAC;AACrF,OAAO,EAAC,MAAM,EAAC,MAAM,4BAA4B,CAAC;;AAIlD,qBAMa,oBAAqB,YAAW,qBAAqB;IAyB9D,OAAO,CAAC,EAAE;IAvBZ,OAAO,CAAC,aAAa,CAAqB;IAChC,kBAAkB,uBAA8B;IAChD,uBAAuB,kCAAyC;IAE1E,OAAO,SAA2F;IAElG,SAAS,EAAE,SAAS,CAGjB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,SAAS,EAM/C;IAED,IAAI,YAAY,IARc,MAAM,GAAG,SAAS,CAU/C;gBAGS,EAAE,EAAE,WAAW;IAUzB,OAAO,CAAC,eAAe;yCAnCZ,oBAAoB;2CAApB,oBAAoB;CA2ChC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
2
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { TranslateService } from '@eo-sdk/core';
|
|
4
4
|
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
5
5
|
import { InfoInboxConfig } from '../info-inbox.model';
|
|
@@ -9,6 +9,7 @@ export declare class InfoInboxSetupComponent implements IWidgetSetupComponent, O
|
|
|
9
9
|
private translate;
|
|
10
10
|
private _widgetConfig;
|
|
11
11
|
widgetConfigChange: EventEmitter<InfoInboxConfig>;
|
|
12
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
12
13
|
setupForm: UntypedFormGroup;
|
|
13
14
|
set widgetConfig(wc: InfoInboxConfig);
|
|
14
15
|
get widgetConfig(): InfoInboxConfig;
|
|
@@ -16,6 +17,6 @@ export declare class InfoInboxSetupComponent implements IWidgetSetupComponent, O
|
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
private setWidgetConfig;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoInboxSetupComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInboxSetupComponent, "eo-info-inbox-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInboxSetupComponent, "eo-info-inbox-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
20
21
|
}
|
|
21
22
|
//# sourceMappingURL=info-inbox-setup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info-inbox-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"info-inbox-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;;AAGpD,qBAMa,uBAAwB,YAAW,qBAAqB,EAAE,MAAM;IAqBzE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IApBnB,OAAO,CAAC,aAAa,CAAkB;IAC7B,kBAAkB,gCAAuC;IACzD,uBAAuB,kCAAyC;IAE1E,SAAS,EAAE,gBAAgB,CAExB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,eAAe,EAK5C;IAED,IAAI,YAAY,IAPc,eAAe,CAS5C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB;IAUrC,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,eAAe;yCApCZ,uBAAuB;2CAAvB,uBAAuB;CA4CnC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
4
|
import { Capabilities, CapabilitiesService, PrepareService, TranslateService } from '@eo-sdk/core';
|
|
5
5
|
import { InfoIntrayConfig } from '../info-intray.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -13,6 +13,7 @@ export declare class InfoIntraySetupComponent implements IWidgetSetupComponent,
|
|
|
13
13
|
capabilities: Capabilities;
|
|
14
14
|
preparedItemsCount: number;
|
|
15
15
|
widgetConfigChange: EventEmitter<InfoIntrayConfig>;
|
|
16
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
16
17
|
setupForm: UntypedFormGroup;
|
|
17
18
|
set widgetConfig(wc: InfoIntrayConfig);
|
|
18
19
|
get widgetConfig(): InfoIntrayConfig;
|
|
@@ -20,6 +21,6 @@ export declare class InfoIntraySetupComponent implements IWidgetSetupComponent,
|
|
|
20
21
|
private setWidgetConfig;
|
|
21
22
|
ngOnInit(): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoIntraySetupComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoIntraySetupComponent, "eo-info-intray-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoIntraySetupComponent, "eo-info-intray-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
24
25
|
}
|
|
25
26
|
//# sourceMappingURL=info-intray-setup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info-intray-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"info-intray-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACjG,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;;AAItD,qBAOa,wBAAyB,YAAW,qBAAqB,EAAE,MAAM;IAwB1E,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,cAAc;IAzBxB,OAAO,CAAC,aAAa,CAAmB;IACxC,YAAY,EAAE,YAAY,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAEjB,kBAAkB,iCAAwC;IAC1D,uBAAuB,kCAAyC;IAE1E,SAAS,EAAE,gBAAgB,CAExB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,gBAAgB,EAK7C;IAED,IAAI,YAAY,IAPc,gBAAgB,CAS7C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB,EAC3B,iBAAiB,EAAE,mBAAmB,EACtC,cAAc,EAAE,cAAc;IASxC,OAAO,CAAC,eAAe;IASvB,QAAQ,IAAI,IAAI;yCA7CL,wBAAwB;2CAAxB,wBAAwB;CAsDpC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
3
|
import { LastEditedAndCreated } from '../last-edited-and-created';
|
|
4
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LastEditedAndCreatedSetupComponent implements IWidgetSetupComponent, OnInit {
|
|
7
7
|
private fb;
|
|
8
8
|
private _widgetConfig;
|
|
9
9
|
widgetConfigChange: EventEmitter<LastEditedAndCreated>;
|
|
10
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
10
11
|
isEditedChecked: boolean;
|
|
11
12
|
isCreatedChecked: boolean;
|
|
12
13
|
setupForm: UntypedFormGroup;
|
|
@@ -16,6 +17,6 @@ export declare class LastEditedAndCreatedSetupComponent implements IWidgetSetupC
|
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
private setWidgetConfig;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<LastEditedAndCreatedSetupComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LastEditedAndCreatedSetupComponent, "eo-last-edited-and-created-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LastEditedAndCreatedSetupComponent, "eo-last-edited-and-created-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
20
21
|
}
|
|
21
22
|
//# sourceMappingURL=last-edited-and-created-setup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"last-edited-and-created-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,oBAAoB,EAAC,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"last-edited-and-created-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,oBAAoB,EAAC,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;;AAGnG,qBAOa,kCAAmC,YAAW,qBAAqB,EAAE,MAAM;IA6BpF,OAAO,CAAC,EAAE;IA5BZ,OAAO,CAAC,aAAa,CAAuB;IAClC,kBAAkB,qCAA4C;IAC9D,uBAAuB,kCAAyC;IAE1E,eAAe,UAAS;IACxB,gBAAgB,UAAS;IACzB,SAAS,EAAE,gBAAgB,CAKxB;IAEH,IAAa,YAAY,CAAC,CAAC,EAAE,oBAAoB,EAQhD;IAED,IAAI,YAAY,IAVa,oBAAoB,CAYhD;gBAGS,EAAE,EAAE,kBAAkB;IAWhC,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,eAAe;yCA5CZ,kCAAkC;2CAAlC,kCAAkC;CAoD9C"}
|
package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { QueryList } from '@angular/core';
|
|
2
2
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
|
-
import { UserService, EoUser, SearchService, SystemService
|
|
3
|
+
import { UserService, EoUser, SearchService, SystemService } from '@eo-sdk/core';
|
|
4
4
|
import { LastEditedAndCreated } from './last-edited-and-created';
|
|
5
5
|
import { YvcTabDirective } from '@yuuvis/components/tabs';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -8,7 +8,6 @@ export declare class LastEditedAndCreatedComponent implements IWidgetComponent {
|
|
|
8
8
|
userService: UserService;
|
|
9
9
|
private searchService;
|
|
10
10
|
private systemService;
|
|
11
|
-
private translate;
|
|
12
11
|
user: EoUser;
|
|
13
12
|
modifiedByMe: {
|
|
14
13
|
size: number;
|
|
@@ -25,7 +24,7 @@ export declare class LastEditedAndCreatedComponent implements IWidgetComponent {
|
|
|
25
24
|
tabs: YvcTabDirective[];
|
|
26
25
|
set widgetConfig(c: LastEditedAndCreated);
|
|
27
26
|
get widgetConfig(): LastEditedAndCreated;
|
|
28
|
-
constructor(userService: UserService, searchService: SearchService, systemService: SystemService
|
|
27
|
+
constructor(userService: UserService, searchService: SearchService, systemService: SystemService);
|
|
29
28
|
loadTabs(): void;
|
|
30
29
|
getLastEdited(): void;
|
|
31
30
|
getLastCreated(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"last-edited-and-created.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAe,MAAM,eAAe,CAAC;AACxE,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EACX,MAAM,EAAE,aAAa,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"last-edited-and-created.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAe,MAAM,eAAe,CAAC;AACxE,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EACX,MAAM,EAAE,aAAa,EAAE,aAAa,EACrC,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;;AAGxD,qBAMa,6BAA8B,YAAW,gBAAgB;IA8BjD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IA9BvB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY;;;;MAIV;IACF,WAAW;;;;MAIT;IAEF,OAAO,CAAC,aAAa,CAAuB;IACb,aAAa,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IACzE,IAAI,EAAE,eAAe,EAAE,CAAM;IAC7B,IAAa,YAAY,CAAC,CAAC,EAAE,oBAAoB,EAOhD;IAED,IAAI,YAAY,IATa,oBAAoB,CAWhD;gBAEkB,WAAW,EAAE,WAAW,EACjC,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa;IAItC,QAAQ;IAsDR,aAAa;IAyCb,cAAc;yCAnIH,6BAA6B;2CAA7B,6BAA6B;CA2KzC"}
|
|
@@ -30,13 +30,12 @@ export declare class SearchWidgetComponent implements OnInit, IWidgetComponent {
|
|
|
30
30
|
onKey(event: any): void;
|
|
31
31
|
constructor(userService: UserService, titleService: PageTitleService, router: Router, config: Config, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService);
|
|
32
32
|
selectStoredQuery(q: StoredQuery): void;
|
|
33
|
-
onQuickSearchInputChange(
|
|
33
|
+
onQuickSearchInputChange(): void;
|
|
34
34
|
onQuickSearchResult(result: QuickSearchResult): void;
|
|
35
35
|
onStoredQueryLoaded(): void;
|
|
36
36
|
onStoredQueryExecute(evt: any): void;
|
|
37
37
|
executeSearch(objectType?: ObjectType): void;
|
|
38
38
|
getTreeNodes(key: any): TreeNode[];
|
|
39
|
-
trackByFn(item: any): any;
|
|
40
39
|
onEmitQueryClick(event: any, q: any): void;
|
|
41
40
|
ngOnInit(): void;
|
|
42
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchWidgetComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/search-widget/search-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,wDAAwD,CAAC;AAChF,OAAO,EAAY,MAAM,EAAiC,MAAM,eAAe,CAAC;AAChF,OAAO,EAAC,MAAM,EAAmB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAC/G,OAAO,EAAC,iBAAiB,EAAC,MAAM,kFAAkF,CAAC;AACnH,OAAO,EAAC,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,oBAAoB,EAAQ,MAAM,cAAc,CAAC;AAClJ,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAIrD,qBASa,qBAAsB,YAAW,MAAM,EAAE,gBAAgB;IAyBjD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IA5B9B,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,6BAA6B;;;MAG3B;IACF,IAAI,KAAM;IACV,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IAEE,aAAa,EAAE,oBAAoB,CAAC;IAE9D,YAAY,EAAE,GAAG,CAAC;IAGlB,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB;IAIpD,iBAAiB,CAAC,CAAC,EAAE,WAAW;IAKhC,wBAAwB
|
|
1
|
+
{"version":3,"file":"search-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/search-widget/search-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,wDAAwD,CAAC;AAChF,OAAO,EAAY,MAAM,EAAiC,MAAM,eAAe,CAAC;AAChF,OAAO,EAAC,MAAM,EAAmB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAC/G,OAAO,EAAC,iBAAiB,EAAC,MAAM,kFAAkF,CAAC;AACnH,OAAO,EAAC,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,oBAAoB,EAAQ,MAAM,cAAc,CAAC;AAClJ,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAIrD,qBASa,qBAAsB,YAAW,MAAM,EAAE,gBAAgB;IAyBjD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IA5B9B,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,6BAA6B;;;MAG3B;IACF,IAAI,KAAM;IACV,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IAEE,aAAa,EAAE,oBAAoB,CAAC;IAE9D,YAAY,EAAE,GAAG,CAAC;IAGlB,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB;IAIpD,iBAAiB,CAAC,CAAC,EAAE,WAAW;IAKhC,wBAAwB;IAKxB,mBAAmB,CAAC,MAAM,EAAE,iBAAiB;IAK7C,mBAAmB;IAKnB,oBAAoB,CAAC,GAAG,KAAA;IAOxB,aAAa,CAAC,UAAU,CAAC,EAAE,UAAU;IAIrC,YAAY,CAAC,GAAG,KAAA,GAAG,QAAQ,EAAE;IAU7B,gBAAgB,CAAC,KAAK,KAAA,EAAE,CAAC,KAAA;IASzB,QAAQ;yCApFG,qBAAqB;2CAArB,qBAAqB;CAiGjC"}
|
|
@@ -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,EAAC,YAAY,EAAE,SAAS,EAAE,YAAY,EAAc,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAEtH,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;
|
|
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,EAAC,YAAY,EAAE,SAAS,EAAE,YAAY,EAAc,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAEtH,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;IAkBR,WAAW;yCAvMA,mBAAmB;2CAAnB,mBAAmB;CA0M/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stored-queries-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/stored-queries-state/stored-queries-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,EAAiB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAC,MAAM,EAAe,oBAAoB,EAAE,WAAW,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAG1H,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,mDAAmD,CAAC;AACnF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAElF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAIrE,qBAMa,2BAA4B,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAehF,OAAO,CAAC,KAAK;IACvB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IArBnB,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,gBAAgB,EAAE,GAAG,CAAM;IAE3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,UAAQ;IAEE,MAAM,EAAE,aAAa,CAAC;gBAEvB,KAAK,EAAE,cAAc,EAC/B,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,qBAAqB,EACtC,SAAS,EAAE,gBAAgB,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,oBAAoB,EAAE,oBAAoB,EAC1C,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB;IAIrC,MAAM,CAAC,KAAK,EAAE,WAAW;IAQzB,iBAAiB;IAIjB,eAAe;IAYf,WAAW;IAIX,WAAW,CAAC,EAAE,KAAA;
|
|
1
|
+
{"version":3,"file":"stored-queries-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/stored-queries-state/stored-queries-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,EAAiB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAC,MAAM,EAAe,oBAAoB,EAAE,WAAW,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAG1H,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,mDAAmD,CAAC;AACnF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAElF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAIrE,qBAMa,2BAA4B,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAehF,OAAO,CAAC,KAAK;IACvB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IArBnB,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,gBAAgB,EAAE,GAAG,CAAM;IAE3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,UAAQ;IAEE,MAAM,EAAE,aAAa,CAAC;gBAEvB,KAAK,EAAE,cAAc,EAC/B,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,qBAAqB,EACtC,SAAS,EAAE,gBAAgB,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,oBAAoB,EAAE,oBAAoB,EAC1C,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB;IAIrC,MAAM,CAAC,KAAK,EAAE,WAAW;IAQzB,iBAAiB;IAIjB,eAAe;IAYf,WAAW;IAIX,WAAW,CAAC,EAAE,KAAA;IAQd,UAAU,CAAC,GAAG,KAAA;IASd,UAAU,CAAC,IAAI,KAAA,EAAE,IAAI,EAAE,MAAM;IAY7B,WAAW;IASX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA,EAAE,EAAE,KAAA;IAgCnB,YAAY,CAAC,MAAM,KAAA;IA+BnB,MAAM;IAON,WAAW;IAIX,OAAO,CAAC,oBAAoB;IAgB5B,QAAQ;yCA3LG,2BAA2B;2CAA3B,2BAA2B;CA+MvC"}
|
|
@@ -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":"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
|
|
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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"}
|