@c8y/ngx-components 1022.33.0 → 1022.35.1
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/branding/shared/branding-tab.factory.d.ts +1 -1
- package/branding/shared/branding-tab.factory.d.ts.map +1 -1
- package/branding/shared/data/branding.type.d.ts +3 -2
- package/branding/shared/data/branding.type.d.ts.map +1 -1
- package/branding/shared/lazy/add-branding-modal/add-branding-modal.component.d.ts.map +1 -1
- package/branding/shared/lazy/apply-branding-to-app-modal/apply-branding-to-app-modal.component.d.ts.map +1 -1
- package/branding/shared/lazy/branding/branding.component.d.ts.map +1 -1
- package/branding/shared/lazy/branding-assets/branding-assets.component.d.ts +25 -0
- package/branding/shared/lazy/branding-assets/branding-assets.component.d.ts.map +1 -0
- package/branding/shared/lazy/branding-theme-form/branding-theme-form.component.d.ts +1 -0
- package/branding/shared/lazy/branding-theme-form/branding-theme-form.component.d.ts.map +1 -1
- package/branding/shared/lazy/index.d.ts +1 -0
- package/branding/shared/lazy/index.d.ts.map +1 -1
- package/branding/shared/shared-branding.module.d.ts +12 -4
- package/branding/shared/shared-branding.module.d.ts.map +1 -1
- package/core/clipboard/clipboard.service.d.ts +8 -2
- package/core/clipboard/clipboard.service.d.ts.map +1 -1
- package/core/common/date.pipe.d.ts.map +1 -1
- package/core/common/files.service.d.ts +5 -1
- package/core/common/files.service.d.ts.map +1 -1
- package/datapoint-explorer/view/datapoint-explorer.component.d.ts +7 -3
- package/datapoint-explorer/view/datapoint-explorer.component.d.ts.map +1 -1
- package/echart/charts.component.d.ts +11 -2
- package/echart/charts.component.d.ts.map +1 -1
- package/echart/index.d.ts +1 -0
- package/echart/index.d.ts.map +1 -1
- package/echart/models/chart.model.d.ts +5 -0
- package/echart/models/chart.model.d.ts.map +1 -1
- package/echart/models/datapoints-graph-widget.model.d.ts +2 -0
- package/echart/models/datapoints-graph-widget.model.d.ts.map +1 -1
- package/echart/select-aggregated-datapoint/select-aggregated-datapoint.component.d.ts +18 -0
- package/echart/select-aggregated-datapoint/select-aggregated-datapoint.component.d.ts.map +1 -0
- package/echart/services/chart-helpers.service.d.ts +4 -0
- package/echart/services/chart-helpers.service.d.ts.map +1 -1
- package/echart/services/echarts-options.service.d.ts +2 -2
- package/echart/services/echarts-options.service.d.ts.map +1 -1
- package/fesm2022/c8y-ngx-components-alarm-event-selector.mjs +2 -2
- package/fesm2022/c8y-ngx-components-alarm-event-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared-data.mjs +5 -1
- package/fesm2022/c8y-ngx-components-branding-shared-data.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared-lazy-add-branding-modal.mjs +15 -6
- package/fesm2022/c8y-ngx-components-branding-shared-lazy-add-branding-modal.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs +101 -28
- package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared.mjs +98 -40
- package/fesm2022/c8y-ngx-components-branding-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +22 -12
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart-models.mjs +9 -2
- package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +313 -132
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-static-assets-modal.mjs +143 -41
- package/fesm2022/c8y-ngx-components-static-assets-modal.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +15 -7
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +12 -6
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +33 -0
- package/locales/es.po +33 -0
- package/locales/fr.po +33 -0
- package/locales/ja_JP.po +33 -0
- package/locales/ko.po +33 -0
- package/locales/locales.pot +39 -0
- package/locales/nl.po +33 -0
- package/locales/pl.po +33 -0
- package/locales/pt_BR.po +33 -0
- package/locales/zh_CN.po +33 -0
- package/locales/zh_TW.po +33 -0
- package/package.json +1 -1
- package/static-assets/modal/index.d.ts +1 -0
- package/static-assets/modal/index.d.ts.map +1 -1
- package/static-assets/modal/static-asset-main-type.pipe.d.ts +10 -0
- package/static-assets/modal/static-asset-main-type.pipe.d.ts.map +1 -0
- package/static-assets/modal/static-assets-file-list/static-assets-file-list.component.d.ts +31 -0
- package/static-assets/modal/static-assets-file-list/static-assets-file-list.component.d.ts.map +1 -0
- package/static-assets/modal/static-assets-modal.component.d.ts +2 -14
- package/static-assets/modal/static-assets-modal.component.d.ts.map +1 -1
- package/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.d.ts +4 -1
- package/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.d.ts.map +1 -1
- package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts +2 -1
- package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../static-assets/modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../static-assets/modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,6DAA6D,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { StaticAsset } from '@c8y/ngx-components/static-assets/data';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class StaticAssetMainTypePipe implements PipeTransform {
|
|
5
|
+
supportedTypes: string[];
|
|
6
|
+
transform(value: Pick<StaticAsset, 'type'> | StaticAsset): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StaticAssetMainTypePipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<StaticAssetMainTypePipe, "staticAssetMainType", true>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=static-asset-main-type.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-asset-main-type.pipe.d.ts","sourceRoot":"","sources":["../../../static-assets/modal/static-asset-main-type.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;;AAErE,qBAKa,uBAAwB,YAAW,aAAa;IAC3D,cAAc,WAAqB;IAEnC,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC,GAAG,WAAW,GAAG,MAAM;yCAHtD,uBAAuB;uCAAvB,uBAAuB;CAgBnC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { DroppedFile } from '@c8y/ngx-components';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { StaticAsset, StaticAssetType } from '@c8y/ngx-components/static-assets/data';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class StaticAssetsFileListComponent implements OnDestroy {
|
|
7
|
+
itemSelected: import("@angular/core").OutputEmitterRef<StaticAsset>;
|
|
8
|
+
inModalView: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
assetType: import("@angular/core").InputSignal<StaticAssetType>;
|
|
10
|
+
supportedFileExtensions: import("@angular/core").InputSignal<string[]>;
|
|
11
|
+
layout: import("@angular/core").InputSignal<"list" | "grid">;
|
|
12
|
+
files$: Observable<StaticAsset[]>;
|
|
13
|
+
accept$: Observable<string>;
|
|
14
|
+
isExpanded: boolean;
|
|
15
|
+
private _unfilteredFiles$;
|
|
16
|
+
private _filesUpdate$;
|
|
17
|
+
private styleTagId;
|
|
18
|
+
private dropArea;
|
|
19
|
+
private alert;
|
|
20
|
+
private translate;
|
|
21
|
+
private staticAssets;
|
|
22
|
+
constructor();
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
addFiles(files: DroppedFile[]): Promise<void>;
|
|
25
|
+
select(asset: StaticAsset): void;
|
|
26
|
+
private applyStylesForFiles;
|
|
27
|
+
private removeStyleTag;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StaticAssetsFileListComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StaticAssetsFileListComponent, "c8y-static-assets-file-list", never, { "inModalView": { "alias": "inModalView"; "required": false; "isSignal": true; }; "assetType": { "alias": "assetType"; "required": false; "isSignal": true; }; "supportedFileExtensions": { "alias": "supportedFileExtensions"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=static-assets-file-list.component.d.ts.map
|
package/static-assets/modal/static-assets-file-list/static-assets-file-list.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-assets-file-list.component.d.ts","sourceRoot":"","sources":["../../../../static-assets/modal/static-assets-file-list/static-assets-file-list.component.ts"],"names":[],"mappings":"AAUA,OAAO,EAA4B,SAAS,EAAqB,MAAM,eAAe,CAAC;AACvF,OAAO,EAOL,WAAW,EAQZ,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EAAwC,UAAU,EAAW,MAAM,MAAM,CAAC;AAEjF,OAAO,EACL,WAAW,EAEX,eAAe,EAChB,MAAM,wCAAwC,CAAC;;AAKhD,qBA8Ba,6BAA8B,YAAW,SAAS;IAC7D,YAAY,wDAAyB;IACrC,WAAW,+CAAyB;IACpC,SAAS,uDAAsC;IAC/C,uBAAuB,gDAAuB;IAC9C,MAAM,uDAAkC;IACxC,MAAM,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC,CAAC;IAClC,OAAO,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC5B,UAAU,UAAS;IACnB,OAAO,CAAC,iBAAiB,CAA4B;IACrD,OAAO,CAAC,aAAa,CAAgC;IACrD,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,QAAQ,CAAgC;IAChD,OAAO,CAAC,KAAK,CAAwB;IACrC,OAAO,CAAC,SAAS,CAA4B;IAC7C,OAAO,CAAC,YAAY,CAA+B;;IAkCnD,WAAW,IAAI,IAAI;IAIb,QAAQ,CAAC,KAAK,EAAE,WAAW,EAAE;IAqBnC,MAAM,CAAC,KAAK,EAAE,WAAW;IAIzB,OAAO,CAAC,mBAAmB;IAiB3B,OAAO,CAAC,cAAc;yCA/FX,6BAA6B;2CAA7B,6BAA6B;CAkGzC"}
|
|
@@ -1,28 +1,16 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import type { StaticAsset, StaticAssetType } from '@c8y/ngx-components/static-assets/data';
|
|
3
2
|
import { BsModalRef } from 'ngx-bootstrap/modal';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { StaticAssetsService } from '@c8y/ngx-components/static-assets/data';
|
|
6
|
-
import { DroppedFile } from '@c8y/ngx-components';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class StaticAssetsModalComponent
|
|
4
|
+
export declare class StaticAssetsModalComponent {
|
|
9
5
|
private modalRef;
|
|
10
|
-
private staticAssets;
|
|
11
6
|
assetType: StaticAssetType;
|
|
12
7
|
supportedFileExtensions: string[];
|
|
13
8
|
modalTitle: string;
|
|
14
9
|
layout: 'list' | 'grid';
|
|
15
10
|
result: Promise<StaticAsset>;
|
|
16
|
-
files$: Observable<StaticAsset[]>;
|
|
17
|
-
accept: string;
|
|
18
|
-
isExpanded: boolean;
|
|
19
|
-
private _unfilteredFiles$;
|
|
20
|
-
private _filesUpdate$;
|
|
21
11
|
private resolve;
|
|
22
12
|
private reject;
|
|
23
|
-
constructor(modalRef: BsModalRef
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
addFiles(files: DroppedFile[]): Promise<void>;
|
|
13
|
+
constructor(modalRef: BsModalRef);
|
|
26
14
|
select(asset: StaticAsset): void;
|
|
27
15
|
cancel(): void;
|
|
28
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<StaticAssetsModalComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static-assets-modal.component.d.ts","sourceRoot":"","sources":["../../../static-assets/modal/static-assets-modal.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"static-assets-modal.component.d.ts","sourceRoot":"","sources":["../../../static-assets/modal/static-assets-modal.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAC3F,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;AAKjD,qBAMa,0BAA0B;IASzB,OAAO,CAAC,QAAQ;IARnB,SAAS,EAAE,eAAe,CAAc;IACxC,uBAAuB,EAAE,MAAM,EAAE,CAAM;IACvC,UAAU,EAAE,MAAM,CAA2B;IAC7C,MAAM,EAAE,MAAM,GAAG,MAAM,CAAU;IAC1C,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAC7B,OAAO,CAAC,OAAO,CAA6B;IAC5C,OAAO,CAAC,MAAM,CAA0B;gBAEpB,QAAQ,EAAE,UAAU;IAOxC,MAAM,CAAC,KAAK,EAAE,WAAW;IAKzB,MAAM;yCArBK,0BAA0B;2CAA1B,0BAA0B;CAyBtC"}
|
|
@@ -3,7 +3,8 @@ import { Observable } from 'rxjs/internal/Observable';
|
|
|
3
3
|
import { DynamicComponentAlertAggregator, OnBeforeSave } from '@c8y/ngx-components';
|
|
4
4
|
import { DatapointAttributesFormConfig, DatapointSelectorModalOptions } from '@c8y/ngx-components/datapoint-selector';
|
|
5
5
|
import { ContextDashboardComponent, WidgetConfigComponent } from '@c8y/ngx-components/context-dashboard';
|
|
6
|
-
import {
|
|
6
|
+
import { SelectedDatapoint } from '@c8y/ngx-components/alarm-event-selector';
|
|
7
|
+
import { CHART_VIEW_CONTEXT, DatapointsGraphWidgetConfig, DatapointsGraphWidgetTimeProps, DATE_SELECTION_EXTENDED, TimeContextProps } from '@c8y/ngx-components/echart';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class DatapointsGraphWidgetConfigComponent implements OnInit, OnBeforeSave, OnDestroy {
|
|
9
10
|
private widgetConfig;
|
|
@@ -27,6 +28,7 @@ export declare class DatapointsGraphWidgetConfigComponent implements OnInit, OnB
|
|
|
27
28
|
activeDatapointsExists: boolean;
|
|
28
29
|
alarmsOrEventsHaveNoMatchingDps: boolean;
|
|
29
30
|
timeProps: DatapointsGraphWidgetTimeProps | undefined;
|
|
31
|
+
chartViewContext: CHART_VIEW_CONTEXT;
|
|
30
32
|
private destroy$;
|
|
31
33
|
constructor(widgetConfig: WidgetConfigComponent, dashboardContextComponent: ContextDashboardComponent);
|
|
32
34
|
ngOnInit(): void;
|
|
@@ -36,6 +38,7 @@ export declare class DatapointsGraphWidgetConfigComponent implements OnInit, OnB
|
|
|
36
38
|
updateDashboardTimeContext(timeProps: DatapointsGraphWidgetTimeProps): void;
|
|
37
39
|
updateTimeRangeOnRealtime(timeRange: Pick<DatapointsGraphWidgetConfig, 'dateFrom' | 'dateTo'>): void;
|
|
38
40
|
dateSelectionChange(dateSelection: DATE_SELECTION_EXTENDED): void;
|
|
41
|
+
updateAggregatedSliderDatapoint(selectedDatapoint: SelectedDatapoint | null): void;
|
|
39
42
|
private assignContextFromContextDashboard;
|
|
40
43
|
private checkForMatchingDatapoints;
|
|
41
44
|
private initForm;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datapoints-graph-widget-config.component.d.ts","sourceRoot":"","sources":["../../../../../widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EACT,MAAM,EAEN,WAAW,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAGL,+BAA+B,
|
|
1
|
+
{"version":3,"file":"datapoints-graph-widget-config.component.d.ts","sourceRoot":"","sources":["../../../../../widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EACT,MAAM,EAEN,WAAW,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAGL,+BAA+B,EAG/B,YAAY,EAEb,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EACL,6BAA6B,EAC7B,6BAA6B,EAG9B,MAAM,wCAAwC,CAAC;AAGhD,OAAO,EACL,yBAAyB,EACzB,qBAAqB,EAEtB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAIL,iBAAiB,EAClB,MAAM,0CAA0C,CAAC;AAGlD,OAAO,EACL,kBAAkB,EAMlB,2BAA2B,EAC3B,8BAA8B,EAC9B,uBAAuB,EAEvB,gBAAgB,EACjB,MAAM,4BAA4B,CAAC;;AAIpC,qBAkBa,oCAAqC,YAAW,MAAM,EAAE,YAAY,EAAE,SAAS;IAoD5E,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,yBAAyB;IApDtC,MAAM,EAAE,2BAA2B,GAAG,SAAS,CAAC;IACzD,IACI,aAAa,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC,EAM3C;IAED,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAuB;IACnD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAkB;IACvC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA4B;IACtD,OAAO,CAAC,QAAQ,CAAC,iCAAiC,CAA6C;IAC/F,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;IACnE,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;IACnE,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA4B;IAE7D,MAAM,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACpD,SAAS,EAAE,UAAU,CAAC,oCAAoC,CAAC,UAAU,CAAC,CAAC,CAAC;IACxE,cAAc,iCAA2B;IACzC,aAAa,EAAE,uBAAuB,GAAG,SAAS,CAAC;IACnD,iBAAiB,MAgBf;IACF,iCAAiC,EAAE,OAAO,CAAC,6BAA6B,CAAC,CAGvE;IACF,wBAAwB,EAAE,OAAO,CAAC,6BAA6B,CAAC,CAAM;IACtE,sBAAsB,UAAS;IAC/B,+BAA+B,UAAS;IACxC,SAAS,EAAE,8BAA8B,GAAG,SAAS,CAAC;IACtD,gBAAgB,EAAE,kBAAkB,CAAoC;IACxE,OAAO,CAAC,QAAQ,CAAuB;gBAGjB,YAAY,EAAE,qBAAqB,EACnC,yBAAyB,EAAE,yBAAyB;IAK1E,QAAQ;IAyCR,WAAW;IAKX,YAAY,CACV,MAAM,CAAC,EAAE,2BAA2B,GACnC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC,OAAO,CAAC;IAyBnD,gBAAgB,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAqBnD,0BAA0B,CAAC,SAAS,EAAE,8BAA8B,GAAG,IAAI;IAY3E,yBAAyB,CACvB,SAAS,EAAE,IAAI,CAAC,2BAA2B,EAAE,UAAU,GAAG,QAAQ,CAAC,GAClE,IAAI;IAIP,mBAAmB,CAAC,aAAa,EAAE,uBAAuB,GAAG,IAAI;IAkBjE,+BAA+B,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,IAAI,GAAG,IAAI;IAQlF,OAAO,CAAC,iCAAiC;IAYzC,OAAO,CAAC,0BAA0B;IAclC,OAAO,CAAC,QAAQ;IA+BhB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,yBAAyB;yCAvQtB,oCAAoC;2CAApC,oCAAoC;CA2QhD"}
|
|
@@ -4,7 +4,7 @@ import { FormBuilder } from '@angular/forms';
|
|
|
4
4
|
import { aggregationType } from '@c8y/client';
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
6
|
import { ContextDashboardComponent } from '@c8y/ngx-components/context-dashboard';
|
|
7
|
-
import { ChartsComponent, DatapointsGraphKPIDetails, DatapointsGraphWidgetConfig, DatapointsGraphWidgetTimeProps, AlarmDetailsExtended, AlarmOrEventExtended, EventDetailsExtended, TimeContextProps } from '@c8y/ngx-components/echart';
|
|
7
|
+
import { ChartsComponent, DatapointsGraphKPIDetails, DatapointsGraphWidgetConfig, DatapointsGraphWidgetTimeProps, AlarmDetailsExtended, AlarmOrEventExtended, EventDetailsExtended, TimeContextProps, CHART_VIEW_CONTEXT } from '@c8y/ngx-components/echart';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class DatapointsGraphWidgetViewComponent implements OnChanges, OnDestroy {
|
|
10
10
|
private formBuilder;
|
|
@@ -25,6 +25,7 @@ export declare class DatapointsGraphWidgetViewComponent implements OnChanges, On
|
|
|
25
25
|
loadedDatapoints: DatapointsGraphKPIDetails[];
|
|
26
26
|
loadedAlarmsOrEvents: AlarmOrEventExtended[];
|
|
27
27
|
enabledMarkedAreaAlarmType: string | undefined;
|
|
28
|
+
chartViewContext: CHART_VIEW_CONTEXT;
|
|
28
29
|
set config(value: DatapointsGraphWidgetConfig);
|
|
29
30
|
get config(): never;
|
|
30
31
|
chartComponent: ChartsComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datapoints-graph-widget-view.component.d.ts","sourceRoot":"","sources":["../../../../../widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EACT,SAAS,EAET,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAIL,+BAA+B,
|
|
1
|
+
{"version":3,"file":"datapoints-graph-widget-view.component.d.ts","sourceRoot":"","sources":["../../../../../widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EACT,SAAS,EAET,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAIL,+BAA+B,EAC/B,iCAAiC,EAClC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAEzD,OAAO,EAIL,eAAe,EAChB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAGlF,OAAO,EACL,eAAe,EACf,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAE9B,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EAGpB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,4BAA4B,CAAC;;AASpC,qBAiBa,kCAAmC,YAAW,SAAS,EAAE,SAAS;IAoD3E,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,iCAAiC;IAC7B,OAAO,CAAC,yBAAyB;IAtD/C,MAAM,EAAE,oBAAoB,EAAE,CAAM;IACpC,MAAM,EAAE,oBAAoB,EAAE,CAAM;IACpC,iBAAiB,gDAAqB;IACtC,iBAAiB,6DAAqB;IACtC,MAAM,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACpD,mBAAmB,0CAAiD;IACpE,SAAS,EAAE,8BAA8B,GAAG,SAAS,CAAC;IACtD,4BAA4B,UAAQ;IACpC,wBAAwB,UAAQ;IAChC,qBAAqB,EAAE,UAAU,CAAC,kCAAkC,CAAC,UAAU,CAAC,CAAC,CAAC;IAClF,mBAAmB,UAAS;IAC5B,gBAAgB,EAAE,yBAAyB,EAAE,CAAM;IACnD,oBAAoB,EAAE,oBAAoB,EAAE,CAAM;IAIlD,0BAA0B,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,gBAAgB,qBAAkC;IAElD,IAAa,MAAM,CAAC,KAAK,EAAE,2BAA2B,EAErD;IACD,IAAI,MAAM,IAAI,KAAK,CAIlB;IAC2B,cAAc,EAAG,eAAe,CAAC;IAC7D,aAAa,EAAE,2BAA2B,GAAG,SAAS,CAAC;IACvD,UAAU,MAYR;IACF,QAAQ,CAAC,kBAAkB,oBAA8B;IACzD,QAAQ,CAAC,iBAAiB,gFAExB;IACF,QAAQ,CAAC,kBAAkB,oBAA8B;IACzD,QAAQ,CAAC,kBAAkB,oBAA8B;IACzD,OAAO,CAAC,QAAQ,CAAuB;gBAG7B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB,EAC3B,iCAAiC,EAAE,iCAAiC,EACxD,yBAAyB,EAAE,yBAAyB;IAQ1E,QAAQ;IAmBR,WAAW;IAKX,WAAW,CAAC,OAAO,EAAE,aAAa;IAkBlC,gBAAgB,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAoBnD,0BAA0B,CAAC,SAAS,EAAE,8BAA8B,GAAG,IAAI;IAQ3E,yBAAyB,CACvB,SAAS,EAAE,IAAI,CAAC,2BAA2B,EAAE,UAAU,GAAG,QAAQ,CAAC,GAClE,IAAI;IAIP,WAAW,CAAC,SAAS,EAAE,yBAAyB,GAAG,IAAI;IAmBvD,wBAAwB,CAAC,WAAW,EAAE,yBAAyB,GAAG,IAAI;IAStE,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,GAAG,IAAI;IAUnD,oBAAoB,CAAC,YAAY,EAAE,oBAAoB,GAAG,IAAI;IAwB9D,qBAAqB,CAAC,mBAAmB,EAAE,oBAAoB,EAAE,GAAG,IAAI;IAYxE,cAAc,CAAC,WAAW,EAAE,GAAG,GAAG,IAAI;IAuBtC,OAAO,CAAC,iCAAiC;IAazC,OAAO,CAAC,QAAQ;yCAzPL,kCAAkC;2CAAlC,kCAAkC;CAwQ9C"}
|