@eo-sdk/client 11.0.0-beta.1 → 11.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +7 -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 +2 -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 +2 -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/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 +22 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +11 -5
- 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/last-edited-widget/last-edited-and-created.d.ts +7 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts.map +1 -0
- 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/eo-client.module.d.ts +18 -17
- package/app/eo-client/eo-client.module.d.ts.map +1 -1
- package/app/eo-client/settings/settings.component.d.ts +2 -11
- package/app/eo-client/settings/settings.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-shell.module.d.ts +17 -16
- package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
- package/app/eo-framework/app-shell/index.d.ts +1 -0
- package/app/eo-framework/app-shell/index.d.ts.map +1 -1
- package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts +10 -0
- package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts.map +1 -0
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +1 -0
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.d.ts.map +1 -1
- package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
- package/app/eo-framework-core/error-handler/error-handler.service.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +14 -9
- package/assets/_default/i18n/en.json +16 -11
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +3 -1
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +51 -32
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +46 -16
- 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 +17 -11
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
- 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 +30 -17
- 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 +75 -0
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +93 -26
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +2 -0
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +4 -7
- package/esm2022/app/eo-client/eo-client.module.mjs +6 -3
- package/esm2022/app/eo-client/settings/settings.component.mjs +28 -40
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +4 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +34 -22
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +13 -7
- package/esm2022/app/eo-framework/app-shell/index.mjs +2 -1
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +26 -0
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +19 -15
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +4 -1
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +2 -2
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +4 -4
- 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/prepare-details/prepare-details.component.mjs +15 -4
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +16 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +10 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +2 -2
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +2 -2
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +18 -21
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +6 -6
- package/fesm2022/eo-sdk-client.mjs +640 -360
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -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;;;;QAAy7D;IACt8D,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"}
|
|
@@ -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,EAA0B,MAAM,EAAY,MAAM,eAAe,CAAC;AACzE,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,MAAM,EACN,MAAM,EACN,mBAAmB,EACnB,oBAAoB,EACpB,WAAW,EACX,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAKL,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,gBAAgB,EAAE,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAEhF,OAAO,EAAC,iBAAiB,EAAC,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAC,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;AAW5C,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;;
|
|
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,EAA0B,MAAM,EAAY,MAAM,eAAe,CAAC;AACzE,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,MAAM,EACN,MAAM,EACN,mBAAmB,EACnB,oBAAoB,EACpB,WAAW,EACX,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAKL,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,gBAAgB,EAAE,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAEhF,OAAO,EAAC,iBAAiB,EAAC,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAC,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;AAW5C,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;;AAO5C,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAgC3C,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,cAAc;IAxCxB,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,IAAI,KAAM;IACV,WAAW,SAA0C;IACrD,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,SAAM;IAEnB,IAAI,EAAE,MAAM,CAAC;IACa,aAAa,EAAE,oBAAoB,CAAC;IAG9D,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB,EAC1C,cAAc,EAAE,qBAAqB;IAS/C,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAgC3B,OAAO,CAAC,eAAe;IAiEvB,iBAAiB,CAAC,CAAC,EAAE,WAAW;IAKhC,wBAAwB,CAAC,IAAI,KAAA;IAK7B,mBAAmB,CAAC,MAAM,EAAE,iBAAiB;IAK7C,mBAAmB;IAKnB,oBAAoB,CAAC,GAAG,KAAA;IAMxB,YAAY,CAAC,GAAG,KAAA,GAAG,QAAQ,EAAE;IAU7B,QAAQ;IAWR,eAAe;IAkBf,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;yCAnRxB,kBAAkB;2CAAlB,kBAAkB;CA0R9B"}
|
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: {
|
|
@@ -31,13 +33,13 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
31
33
|
codesystem: any;
|
|
32
34
|
};
|
|
33
35
|
isDateTimeType: boolean;
|
|
36
|
+
isNumberType: boolean;
|
|
34
37
|
selectedSavedSearchName: string;
|
|
35
38
|
storedQuery: StoredQuery;
|
|
36
39
|
aggregationCodesystem: CodesystemComponent;
|
|
37
|
-
histogramCodesystem: CodesystemComponent;
|
|
38
40
|
set widgetConfig(wc: Icharts);
|
|
39
41
|
get widgetConfig(): Icharts;
|
|
40
|
-
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService);
|
|
42
|
+
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService, system: SystemService);
|
|
41
43
|
private setWidgetConfig;
|
|
42
44
|
getStoredQuerys(): void;
|
|
43
45
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
@@ -61,6 +63,6 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
61
63
|
};
|
|
62
64
|
ngOnInit(): void;
|
|
63
65
|
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>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsSetupComponent, "eo-charts-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
65
67
|
}
|
|
66
68
|
//# 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;IAqDjE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IAxDhB,OAAO,CAAC,aAAa,CAAU;IACrB,kBAAkB,wBAA+B;IACjD,uBAAuB,kCAAyC;IAE1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAC7B,SAAS,EAAE,gBAAgB,CAQxB;IAEH,mBAAmB;;;MAGjB;IAEF,iBAAiB;;;MAGf;IAEF,eAAe;;;MAGb;IAEF,mBAAmB;;;MAGjB;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;IAW/B,OAAO,CAAC,eAAe;IA+BvB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,WAAW;IASX,mBAAmB,CAAC,IAAI,KAAA;IA2BxB,aAAa;;;;;;;;IA4Db,iBAAiB;;;;;;;;IAmDjB,QAAQ,IAAI,IAAI;yCAhRL,oBAAoB;2CAApB,oBAAoB;CAsUhC"}
|
|
@@ -104,11 +104,13 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
104
104
|
refreshingRequest: boolean;
|
|
105
105
|
storedQuery: StoredQuery;
|
|
106
106
|
private _widgetConfig;
|
|
107
|
+
rangeValues: any[];
|
|
107
108
|
editMode: boolean;
|
|
108
109
|
set widgetConfig(c: Icharts | undefined);
|
|
109
110
|
get widgetConfig(): Icharts | undefined;
|
|
110
111
|
constructor(router: Router, searchService: SearchService, appSearchService: AppSearchService, storedQueriesService: StoredQueriesService, translate: TranslateService, systemService: SystemService);
|
|
111
112
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
113
|
+
private generateRange;
|
|
112
114
|
private generateChartData;
|
|
113
115
|
setQueryToAppSearch(): void;
|
|
114
116
|
refresh(): void;
|
|
@@ -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;IA2F1D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IA/FvB,SAAS,EAAE,GAAG,CAAC;IACf,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;MA4BX;IAEF,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;MAMX;IAEF,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;MAcV;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,EAmB/C;IAED,IAAI,YAAY,IArBa,OAAO,GAAG,SAAS,CAuB/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;IA4IzB,mBAAmB;IAKnB,OAAO;IAaP,gBAAgB,CAAC,KAAK,KAAA;yCAtRX,qBAAqB;2CAArB,qBAAqB;CA8RjC"}
|
|
@@ -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,EAAG,MAAM,CAAC;QAEnB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,
|
|
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,EAAG,MAAM,CAAC;QAEnB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,QAAQ,EAAE,MAAM,CAAC;QACjB,aAAa,EAAE,MAAM,CAAC;KACzB,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;IAqCvE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,oBAAoB;IArC9B,OAAO,CAAC,aAAa,CAAqB;IAChC,kBAAkB,mCAA0C;IAC5D,uBAAuB,kCAAyC;IAC1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAE7B,SAAS,EAAE,gBAAgB,CAOxB;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;yCA7FG,0BAA0B;2CAA1B,0BAA0B;CAmHtC"}
|
|
@@ -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,EAAC,MAAM,gBAAgB,CAAC;
|
|
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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
|
+
import { LastEditedAndCreated } from '../last-edited-and-created';
|
|
4
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class LastEditedAndCreatedSetupComponent implements IWidgetSetupComponent, OnInit {
|
|
7
|
+
private fb;
|
|
8
|
+
private _widgetConfig;
|
|
9
|
+
widgetConfigChange: EventEmitter<LastEditedAndCreated>;
|
|
10
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
11
|
+
isEditedChecked: boolean;
|
|
12
|
+
isCreatedChecked: boolean;
|
|
13
|
+
setupForm: UntypedFormGroup;
|
|
14
|
+
set widgetConfig(c: LastEditedAndCreated);
|
|
15
|
+
get widgetConfig(): LastEditedAndCreated;
|
|
16
|
+
constructor(fb: UntypedFormBuilder);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
private setWidgetConfig;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LastEditedAndCreatedSetupComponent, 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>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=last-edited-and-created-setup.component.d.ts.map
|
|
@@ -0,0 +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,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,8 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
2
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
3
|
import { UserService, EoUser, SearchService, SystemService } from '@eo-sdk/core';
|
|
4
|
+
import { LastEditedAndCreated } from './last-edited-and-created';
|
|
5
|
+
import { YvcTabDirective } from '@yuuvis/components/tabs';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LastEditedAndCreatedComponent implements IWidgetComponent
|
|
7
|
+
export declare class LastEditedAndCreatedComponent implements IWidgetComponent {
|
|
6
8
|
userService: UserService;
|
|
7
9
|
private searchService;
|
|
8
10
|
private systemService;
|
|
@@ -17,10 +19,14 @@ export declare class LastEditedAndCreatedComponent implements IWidgetComponent,
|
|
|
17
19
|
total: number;
|
|
18
20
|
lately: any[];
|
|
19
21
|
};
|
|
20
|
-
|
|
22
|
+
private _widgetConfig;
|
|
23
|
+
availableTabs: QueryList<YvcTabDirective>;
|
|
24
|
+
tabs: YvcTabDirective[];
|
|
25
|
+
set widgetConfig(c: LastEditedAndCreated);
|
|
26
|
+
get widgetConfig(): LastEditedAndCreated;
|
|
21
27
|
constructor(userService: UserService, searchService: SearchService, systemService: SystemService);
|
|
22
|
-
|
|
23
|
-
|
|
28
|
+
loadTabs(): void;
|
|
29
|
+
getLastEdited(): void;
|
|
24
30
|
getLastCreated(): void;
|
|
25
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<LastEditedAndCreatedComponent, never>;
|
|
26
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<LastEditedAndCreatedComponent, "eo-last-edited-and-created", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -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,
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"last-edited-and-created.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IAEjC,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -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"}
|
|
@@ -25,27 +25,28 @@ import * as i22 from "./dashboard/widgets/charts-widget/charts-widget.component"
|
|
|
25
25
|
import * as i23 from "./dashboard/widgets/charts-widget/charts-setup/charts-setup.component";
|
|
26
26
|
import * as i24 from "./dashboard/widgets/count-objects-widget/count-objects-widget.component";
|
|
27
27
|
import * as i25 from "./dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component";
|
|
28
|
-
import * as i26 from "
|
|
29
|
-
import * as i27 from "@angular/
|
|
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 "../eo-framework/
|
|
36
|
-
import * as i34 from "
|
|
37
|
-
import * as i35 from "@yuuvis/components/
|
|
38
|
-
import * as i36 from "@yuuvis/components/
|
|
39
|
-
import * as i37 from "@yuuvis/components/
|
|
40
|
-
import * as i38 from "@yuuvis/
|
|
41
|
-
import * as i39 from "@
|
|
42
|
-
import * as i40 from "@
|
|
43
|
-
import * as i41 from "@angular
|
|
28
|
+
import * as i26 from "./dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component";
|
|
29
|
+
import * as i27 from "@angular/common";
|
|
30
|
+
import * as i28 from "@angular/forms";
|
|
31
|
+
import * as i29 from "./object-state/object-state.module";
|
|
32
|
+
import * as i30 from "./inbox-state/inbox-state.module";
|
|
33
|
+
import * as i31 from "./prepare-state/prepare-state.module";
|
|
34
|
+
import * as i32 from "./eo-client-routing.module";
|
|
35
|
+
import * as i33 from "../eo-framework/eo-framework.module";
|
|
36
|
+
import * as i34 from "../eo-framework/grid/grid.module";
|
|
37
|
+
import * as i35 from "@yuuvis/components/master-details";
|
|
38
|
+
import * as i36 from "@yuuvis/components/tabs";
|
|
39
|
+
import * as i37 from "@yuuvis/components/split-view";
|
|
40
|
+
import * as i38 from "@yuuvis/components/dropdown";
|
|
41
|
+
import * as i39 from "@yuuvis/widget-grid";
|
|
42
|
+
import * as i40 from "@angular/common/http";
|
|
43
|
+
import * as i41 from "@carbon/charts-angular";
|
|
44
|
+
import * as i42 from "@angular/router";
|
|
44
45
|
export declare class EoClientModule {
|
|
45
46
|
static forRoot(): ModuleWithProviders<EoClientModule>;
|
|
46
47
|
constructor(parentModule: EoClientModule);
|
|
47
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoClientModule, [{ optional: true; skipSelf: true; }]>;
|
|
48
|
-
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.HitlistSetupComponent, typeof i21.HitlistWidgetComponent, typeof i22.ChartsWidgetComponent, typeof i23.ChartsSetupComponent, typeof i24.CountObjectsWidgetComponent, typeof i25.CountObjectsSetupComponent], [typeof
|
|
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.HitlistSetupComponent, typeof i21.HitlistWidgetComponent, typeof i22.ChartsWidgetComponent, typeof i23.ChartsSetupComponent, typeof i24.CountObjectsWidgetComponent, typeof i25.CountObjectsSetupComponent, typeof i26.LastEditedAndCreatedSetupComponent], [typeof i27.CommonModule, typeof i28.FormsModule, typeof i28.ReactiveFormsModule, typeof i29.ObjectStateModule, typeof i30.InboxStateModule, typeof i31.PrepareStateModule, typeof i32.EoClientRoutingModule, typeof i33.EoFrameworkModule, typeof i34.GridModule, typeof i35.YvcMasterDetailsModule, typeof i36.YvcTabsModule, typeof i37.YvcSplitViewModule, typeof i38.YvcDropdownModule, typeof i39.YuvWidgetGridModule, typeof i40.HttpClientModule, typeof i41.ChartsModule], [typeof i42.RouterModule, typeof i33.EoFrameworkModule]>;
|
|
49
50
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoClientModule>;
|
|
50
51
|
}
|
|
51
52
|
//# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8ChF,qBAkDa,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
|
|
@@ -5,7 +5,6 @@ import { Observable } from 'rxjs';
|
|
|
5
5
|
import { AgentService } from '../../eo-framework-core/agent/agent.service';
|
|
6
6
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
7
7
|
import { UserAvatarComponent } from '../../eo-framework/ui/user-avatar/user-avatar.component';
|
|
8
|
-
import { ListSettingsService } from './../../eo-framework/grid/extensions/services/list-settings.service';
|
|
9
8
|
import { LockSettings } from './agent-lock-settings.enum';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
export declare class SettingsComponent implements AfterViewInit {
|
|
@@ -20,7 +19,6 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
20
19
|
private agentService;
|
|
21
20
|
private fb;
|
|
22
21
|
private cacheService;
|
|
23
|
-
private listSettingsService;
|
|
24
22
|
private storageService;
|
|
25
23
|
translate: TranslateService;
|
|
26
24
|
private elemRef;
|
|
@@ -40,7 +38,6 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
40
38
|
showAgentConfig: boolean;
|
|
41
39
|
defaultLockSetting: boolean;
|
|
42
40
|
user$: Observable<any>;
|
|
43
|
-
errorMessage: string;
|
|
44
41
|
userId: string;
|
|
45
42
|
showDeleteIconTrash: boolean;
|
|
46
43
|
userImageUri: string;
|
|
@@ -53,19 +50,13 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
53
50
|
MAX_FILE_SIZE: number;
|
|
54
51
|
viewMode: string;
|
|
55
52
|
fileName: string;
|
|
56
|
-
cache: {
|
|
57
|
-
system: boolean;
|
|
58
|
-
history: boolean;
|
|
59
|
-
layout: boolean;
|
|
60
|
-
};
|
|
61
53
|
files: ElementRef;
|
|
62
54
|
headerBg: any;
|
|
63
55
|
userAvatar: UserAvatarComponent;
|
|
64
56
|
confirmDeleteBtn: ElementRef;
|
|
65
57
|
profileImageOverlay: ElementRef;
|
|
66
58
|
deputiesForm: NgForm;
|
|
67
|
-
constructor(renderer: Renderer2, userService: UserService, config: Config, notify: NotificationsService, systemService: SystemService, eventService: EventService, capabilitiesService: CapabilitiesService, titleService: PageTitleService, agentService: AgentService, fb: UntypedFormBuilder, cacheService: AppCacheService,
|
|
68
|
-
get isSSO(): boolean;
|
|
59
|
+
constructor(renderer: Renderer2, userService: UserService, config: Config, notify: NotificationsService, systemService: SystemService, eventService: EventService, capabilitiesService: CapabilitiesService, titleService: PageTitleService, agentService: AgentService, fb: UntypedFormBuilder, cacheService: AppCacheService, storageService: LocalStorageService, translate: TranslateService, elemRef: ElementRef, notification: NotificationsService);
|
|
69
60
|
get agentStatus(): Observable<boolean>;
|
|
70
61
|
get activeSchema(): string;
|
|
71
62
|
hasPrivilege(privilege: string): boolean;
|
|
@@ -88,7 +79,7 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
88
79
|
mouseLeave(): void;
|
|
89
80
|
trashIconClick(): void;
|
|
90
81
|
refreshUserImageHeaderBackground(imageUri: string): void;
|
|
91
|
-
|
|
82
|
+
clearLocalSettings(): boolean;
|
|
92
83
|
saveLocalSettings(): Promise<void>;
|
|
93
84
|
loadLocalSettings(): void;
|
|
94
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,UAAU,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AACzF,OAAO,EAAC,MAAM,EAAE,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EACL,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,MAAM,EAEN,MAAM,EACN,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,aAAa,EACb,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,UAAU,EAA2B,MAAM,MAAM,CAAC;AAE1D,OAAO,EAAC,YAAY,EAAkB,MAAM,6CAA6C,CAAC;AAC1F,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,UAAU,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AACzF,OAAO,EAAC,MAAM,EAAE,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EACL,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,MAAM,EAEN,MAAM,EACN,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,aAAa,EACb,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,UAAU,EAA2B,MAAM,MAAM,CAAC;AAE1D,OAAO,EAAC,YAAY,EAAkB,MAAM,6CAA6C,CAAC;AAC1F,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,mBAAmB,EAAC,MAAM,yDAAyD,CAAC;AAC5F,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;;AACxD,qBAMa,iBAAkB,YAAW,aAAa;IAsCzC,OAAO,CAAC,QAAQ;IACnB,WAAW,EAAE,WAAW;IACxB,MAAM,EAAE,MAAM;IACrB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IAlDtB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,EAAE;QACR,IAAI,EAAE,MAAM,EAAE,CAAC;QACf,QAAQ,EAAE,GAAG,EAAE,CAAA;KAChB,CAAC;IACF,sBAAsB,EAAE,OAAO,CAAC;IAChC,aAAa,EAAE,GAAG,CAAC;IACnB,aAAa,EAAE,GAAG,EAAE,CAAC;IACd,YAAY,sBAAgB;IACnC,iBAAiB,EAAE,YAAY,CAAC;IAChC,eAAe,EAAE,kBAAkB,CAAC;IACpC,eAAe,UAAQ;IACvB,kBAAkB,UAAS;IAE3B,KAAK,kBAA0B;IAC/B,MAAM,SAAM;IACZ,mBAAmB,UAAQ;IAC3B,YAAY,SAAM;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,GAAG,CAAC;IACV,aAAa,UAAS;IACtB,iBAAiB,UAAS;IAC1B,gBAAgB,UAAS;IACzB,eAAe,UAAS;IACxB,aAAa,SAAU;IACvB,QAAQ,SAAM;IACd,QAAQ,EAAE,MAAM,CAAC;IAEG,KAAK,EAAE,UAAU,CAAoB;IAClC,QAAQ,MAAC;IACP,UAAU,EAAE,mBAAmB,CAAC;IAC1B,gBAAgB,EAAE,UAAU,CAAC;IAC1B,mBAAmB,EAAE,UAAU,CAAC;IAC/C,YAAY,EAAE,MAAM,CAAC;gBAEpB,QAAQ,EAAE,SAAS,EAC9B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,MAAM,EACb,MAAM,EAAE,oBAAoB,EAC5B,aAAa,EAAE,aAAa,EAC5B,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,gBAAgB,EAC9B,YAAY,EAAE,YAAY,EAC1B,EAAE,EAAE,kBAAkB,EACtB,YAAY,EAAE,eAAe,EAC7B,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,OAAO,EAAE,UAAU,EACnB,YAAY,EAAE,oBAAoB;IAqB5C,IAAI,WAAW,IAAI,UAAU,CAAC,OAAO,CAAC,CAErC;IAED,IAAI,YAAY,IAAI,MAAM,CAEzB;IAED,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO;IAIxC,kBAAkB,CAAC,YAAY,EAAE,YAAY;IAI7C,gBAAgB;IAMhB,YAAY;IAKZ,aAAa;IAIb,WAAW;IAYX,MAAM,IAAI,IAAI;IAId,kBAAkB,CAAC,GAAG,EAAE,MAAM;IAQ9B,kBAAkB,CAAC,GAAG,EAAE,MAAM;IAU9B,eAAe;IAUf,WAAW,CAAC,CAAC,EAAE,OAAO;IAStB,kBAAkB;IAKlB,eAAe;IAoBf,WAAW,CAAC,KAAK,KAAA,GAAG,IAAI;IA8BxB,kBAAkB;IAoBlB,SAAS,CAAC,KAAK,EAAE,gBAAgB;IAIjC,UAAU;IAGV,UAAU;IAGV,cAAc;IAId,gCAAgC,CAAC,QAAQ,EAAE,MAAM;IAOjD,kBAAkB;IAeZ,iBAAiB;IAOvB,iBAAiB;yCAnRN,iBAAiB;2CAAjB,iBAAiB;CAyR7B"}
|