@c8y/ngx-components 1024.1.8 → 1024.5.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/fesm2022/c8y-ngx-components-bookmarks.mjs +33 -23
- package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -2
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +65 -25
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +363 -38
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-profile.mjs +27 -9
- package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +796 -123
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-global-context.mjs +391 -54
- package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +9 -11
- package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-remote-access-data.mjs +43 -0
- package/fesm2022/c8y-ngx-components-remote-access-data.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs +17 -3
- package/fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs +179 -41
- package/fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs +5 -4
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-software.mjs +10 -4
- package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-time-context.mjs +146 -20
- package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +5 -4
- package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +6 -5
- package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +198 -24
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +109 -36
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +141 -13
- package/locales/es.po +141 -13
- package/locales/fr.po +141 -13
- package/locales/ja_JP.po +140 -14
- package/locales/ko.po +141 -13
- package/locales/locales.pot +139 -11
- package/locales/nl.po +141 -13
- package/locales/pl.po +141 -13
- package/locales/pt_BR.po +141 -13
- package/locales/zh_CN.po +141 -13
- package/locales/zh_TW.po +141 -13
- package/package.json +1 -1
- package/types/c8y-ngx-components-bookmarks.d.ts +7 -7
- package/types/c8y-ngx-components-bookmarks.d.ts.map +1 -1
- package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +4 -1
- package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
- package/types/c8y-ngx-components-datapoint-selector.d.ts +93 -5
- package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
- package/types/c8y-ngx-components-device-profile.d.ts +5 -2
- package/types/c8y-ngx-components-device-profile.d.ts.map +1 -1
- package/types/c8y-ngx-components-echart-models.d.ts +25 -3
- package/types/c8y-ngx-components-echart-models.d.ts.map +1 -1
- package/types/c8y-ngx-components-echart.d.ts +65 -5
- package/types/c8y-ngx-components-echart.d.ts.map +1 -1
- package/types/c8y-ngx-components-global-context.d.ts +187 -7
- package/types/c8y-ngx-components-global-context.d.ts.map +1 -1
- package/types/c8y-ngx-components-protocol-opcua.d.ts.map +1 -1
- package/types/c8y-ngx-components-remote-access-data.d.ts +19 -0
- package/types/c8y-ngx-components-remote-access-data.d.ts.map +1 -1
- package/types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts +10 -3
- package/types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts.map +1 -1
- package/types/c8y-ngx-components-remote-access-terminal-viewer.d.ts +20 -2
- package/types/c8y-ngx-components-remote-access-terminal-viewer.d.ts.map +1 -1
- package/types/c8y-ngx-components-repository-firmware.d.ts.map +1 -1
- package/types/c8y-ngx-components-repository-software.d.ts +2 -0
- package/types/c8y-ngx-components-repository-software.d.ts.map +1 -1
- package/types/c8y-ngx-components-time-context.d.ts +50 -8
- package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
- package/types/c8y-ngx-components-trusted-certificates.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts +1 -0
- package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-asset-table.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts +25 -0
- package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts +1 -0
- package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-scada.d.ts +2 -0
- package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
- package/types/c8y-ngx-components.d.ts +55 -12
- package/types/c8y-ngx-components.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c8y-ngx-components-datapoint-selector.d.ts","sources":["../../datapoint-selector/datapoint-attributes-form/datapoint-attributes.model.ts","../../datapoint-selector/datapoint-selection.model.ts","../../datapoint-selector/datapoint-library.service.ts","../../datapoint-selector/datapoint-selector.component.ts","../../datapoint-selector/datapoint-selector-modal/datapoint-selector-modal.component.ts","../../datapoint-selector/datapoint-selector-list-item/datapoint-selector-list-item.component.ts","../../datapoint-selector/datapoint-selector-modal/datapoint-selector-modal.model.ts","../../datapoint-selector/datapoint-selector.service.ts","../../datapoint-selector/datapoint-selection-list/datapoint-selection-list.component.ts","../../datapoint-selector/datapoint-template-popover/datapoint-template-popover.component.ts","../../datapoint-selector/pipes/includes-datapoint.pipe.ts","../../datapoint-selector/pipes/datapoint-label.pipe.ts","../../datapoint-selector/pipes/filter-datapoints.pipe.ts","../../datapoint-selector/datapoint-attributes-form/datapoint-attributes-form-validation.service.ts","../../datapoint-selector/datapoint-attributes-form/datapoint-attributes-form.component.ts","../../datapoint-selector/datapoint-selector.module.ts","../../datapoint-selector/widget-datapoints-selector.component.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;AAEA,cAAa,UAAU;;;;;;;;;;AAMjB,KAAM,SAAS,WAAW,UAAU;AAE1C,cAAa,gBAAgB
|
|
1
|
+
{"version":3,"file":"c8y-ngx-components-datapoint-selector.d.ts","sources":["../../datapoint-selector/datapoint-attributes-form/datapoint-attributes.model.ts","../../datapoint-selector/datapoint-selection.model.ts","../../datapoint-selector/datapoint-library.service.ts","../../datapoint-selector/datapoint-selector.component.ts","../../datapoint-selector/datapoint-selector-modal/datapoint-selector-modal.component.ts","../../datapoint-selector/datapoint-selector-list-item/datapoint-selector-list-item.component.ts","../../datapoint-selector/datapoint-selector-modal/datapoint-selector-modal.model.ts","../../datapoint-selector/datapoint-selector.service.ts","../../datapoint-selector/datapoint-selection-list/datapoint-selection-list.component.ts","../../datapoint-selector/datapoint-template-popover/datapoint-template-popover.component.ts","../../datapoint-selector/pipes/includes-datapoint.pipe.ts","../../datapoint-selector/pipes/datapoint-label.pipe.ts","../../datapoint-selector/pipes/filter-datapoints.pipe.ts","../../datapoint-selector/datapoint-attributes-form/datapoint-attributes-form-validation.service.ts","../../datapoint-selector/datapoint-attributes-form/datapoint-attributes-form.component.ts","../../datapoint-selector/datapoint-selector.module.ts","../../datapoint-selector/widget-datapoints-selector.component.ts"],"mappings":"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","names":["i9.DatapointSelectorComponent","i10.DatapointSelectorModalComponent","i11.DatapointSelectorListItemComponent","i12.DatapointSelectionListComponent","i13.DatapointTemplatePopoverComponent","i14.IncludesDatapointPipe","i15.DatapointLabelPipe","i16.FilterDatapointsPipe","i17.DatapointAttributesFormComponent","_angular_core"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i1 from '@c8y/ngx-components';
|
|
2
|
-
import { NavigatorNodeFactory, NavigatorNode, AlertService, ProductExperienceEventSource, ModalLabels, ProductExperienceEvent, ISelectModalObject, Column, ActionControl, ServerSideDataCallback, DataGridService, ModalService, DataSourceModifier, ServerSideDataResult, ManagedObjectRealtimeService, ForOfFilterPipe, OperationRealtimeService } from '@c8y/ngx-components';
|
|
2
|
+
import { NavigatorNodeFactory, NavigatorNode, AlertService, ProductExperienceEventSource, ModalLabels, ProductExperienceEvent, ISelectModalObject, GainsightService, Column, ActionControl, ServerSideDataCallback, DataGridService, ModalService, DataSourceModifier, ServerSideDataResult, ManagedObjectRealtimeService, ForOfFilterPipe, OperationRealtimeService } from '@c8y/ngx-components';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
5
5
|
import * as _c8y_client from '@c8y/client';
|
|
@@ -234,6 +234,7 @@ declare class SelectConfigurationModalComponent implements ProductExperienceEven
|
|
|
234
234
|
declare class DeviceProfileComponent implements OnInit, ProductExperienceEventSource {
|
|
235
235
|
private route;
|
|
236
236
|
private alertService;
|
|
237
|
+
private gainsightService;
|
|
237
238
|
private inventoryService;
|
|
238
239
|
private bsModal;
|
|
239
240
|
private repositoryService;
|
|
@@ -272,7 +273,7 @@ declare class DeviceProfileComponent implements OnInit, ProductExperienceEventSo
|
|
|
272
273
|
profileName: string;
|
|
273
274
|
productExperienceEvent: ProductExperienceEvent;
|
|
274
275
|
private queriesUtil;
|
|
275
|
-
constructor(route: ActivatedRoute, alertService: AlertService, inventoryService: InventoryService, bsModal: BsModalService, repositoryService: RepositoryService, deviceProfileService: DeviceProfileService);
|
|
276
|
+
constructor(route: ActivatedRoute, alertService: AlertService, gainsightService: GainsightService, inventoryService: InventoryService, bsModal: BsModalService, repositoryService: RepositoryService, deviceProfileService: DeviceProfileService);
|
|
276
277
|
ngOnInit(): Promise<void>;
|
|
277
278
|
addFirmware(): void;
|
|
278
279
|
getRepositoryEntriesWithVersions$(searchTerm$: BehaviorSubject<FilterCriteria>, repoType: RepositoryType): Observable<IManagedObject[]>;
|
|
@@ -282,6 +283,8 @@ declare class DeviceProfileComponent implements OnInit, ProductExperienceEventSo
|
|
|
282
283
|
get isDeviceProfileEmpty(): boolean;
|
|
283
284
|
removeItem(removedItem: any, category: any): void;
|
|
284
285
|
removeFirmware(): void;
|
|
286
|
+
onNameSaved(name: string): void;
|
|
287
|
+
onDeviceTypeSaved(type: string): void;
|
|
285
288
|
updateDeviceProfile(partialDeviceProfile: any): Promise<void>;
|
|
286
289
|
private getDeviceProfile;
|
|
287
290
|
private getDeviceTypeQuery;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c8y-ngx-components-device-profile.d.ts","sources":["../../device-profile/device-profile-navigation.factory.ts","../../device-profile/device-profile.model.ts","../../device-profile/device-profile.service.ts","../../device-profile/select-configuration-modal.component.ts","../../device-profile/device-profile.component.ts","../../device-profile/device-profile-list.component.ts","../../device-profile/add-device-profile.component.ts","../../device-profile/device-tab-profile/device-tab-profile.component.ts","../../device-profile/device-tab-profile/device-tab-profile-detail.component.ts","../../device-profile/device-tab-profile/device-profile-item-list.component.ts","../../device-profile/device-profile.module.ts","../../device-profile/device-profile.guard.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;AAIA,cACa,8BAA+B,YAAW,oBAAoB;cAC/D,aAAa;WAEd,OAAA,CAAA,aAAA;yCAHE,8BAA8B;6CAA9B,8BAA8B;AAc1C;;UCjBgB,aAAc,SAAQ,OAAO,CAAC,cAAc;;;AAG3D;;;AAGA;mBACa,qBAAqB;AAChC,mBAAW,qBAAqB;AAChC,wBAAgB,0BAA0B;;AAE7C;UAEgB,qBAAqB;;;;;;AAMrC;UAEgB,qBAAqB;;;;;;AAMrC;UAEgB,0BAA0B;;;;AAI1C;UAEgB,gBAAgB;AAC/B;;;;;;AAMA;;;;;;;AAOD;AAED,aAAY,sBAAsB;AAChC;AACD;AAED,cAAa,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACzB9C,cACa,oBAAoB;AAY7B;AACA;AACA;uBAbe,IAAA;qBACF,IAAA;;;;;kCAUa,gBAAgB,oBAChB,gBAAgB,gBACpB,YAAY;AAKpC,uCAAmC,OAAO,CAAC,aAAa,IAAC,OAAA,CAAA,WAAA,CAAA,OAAA,CAAA,cAAA;AAOzD;;;;;;;;;;;AAWG;AACH,sCACU,cAAc,kBAErB,OAAO,CAAC,WAAW,CAAC,cAAc;AA0BrC;;AAEG;uDACgD,OAAO,CAAC,WAAW,CAAC,cAAc;AAWrF,uCAAmC,OAAO,CAAC,WAAW,CAAC,cAAc;AAY/D,oDAA6C,OAAA,CAAA,UAAA;mCAcd,cAAc,iBAAiB,OAAO,CAAC,aAAa,IAAC,OAAA;AAkB1F,6BACU,cAAc,mBACL,OAAO,CAAC,aAAa,IACrC,gBAAgB;AAsBnB,6BACU,cAAc,mBACL,OAAO,CAAC,aAAa,IACrC,gBAAgB;AAanB,kCACU,cAAc,mBACL,OAAO,CAAC,aAAa,IACrC,gBAAgB;AAkBnB;;;;;;AAMG;AACH,+CACkB,OAAO,CAAC,aAAa,YAC5B,aAAa,GACrB,OAAO,CAAC,aAAa;AAyBxB,8BAA0B,aAAa;AASvC;AA6BA;AAyBA;AA0BA;yCAvTW,oBAAoB;6CAApB,oBAAoB;AAmVhC;;AC9VD,cAWa,iCAAkC,YAAW,4BAA4B;AAgBxE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAf8C;;AAE1D,UAAM,OAAO;AACb,oBAAgB,UAAU;AAI1B,mBAAe,YAAY;;;;YAInB,WAAW;4BACK,sBAAsB;;AAG1B,mCAAmB,iBAAiB;;;gBAoBhD,OAAA,CAAA,WAAA,CAAA,WAAA,CAAA,cAAA;AAOR,mBAAe,cAAc,KAAK,kBAAkB;yCA3CzC,iCAAiC;2CAAjC,iCAAiC;AAsE7C;;
|
|
1
|
+
{"version":3,"file":"c8y-ngx-components-device-profile.d.ts","sources":["../../device-profile/device-profile-navigation.factory.ts","../../device-profile/device-profile.model.ts","../../device-profile/device-profile.service.ts","../../device-profile/select-configuration-modal.component.ts","../../device-profile/device-profile.component.ts","../../device-profile/device-profile-list.component.ts","../../device-profile/add-device-profile.component.ts","../../device-profile/device-tab-profile/device-tab-profile.component.ts","../../device-profile/device-tab-profile/device-tab-profile-detail.component.ts","../../device-profile/device-tab-profile/device-profile-item-list.component.ts","../../device-profile/device-profile.module.ts","../../device-profile/device-profile.guard.ts"],"mappings":"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","names":["i10.DeviceProfileComponent","i11.DeviceProfileListComponent","i12.AddDeviceProfileComponent","i13.SelectConfigurationModalComponent","i14.DeviceTabProfileComponent","i15.DeviceTabProfileDetailComponent","i16.DeviceProfileItemListComponent"]}
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { AXIS_TYPES, CHART_RENDER_TYPES, CHART_LINE_TYPES, KPIDetails } from '@c8y/ngx-components/datapoint-selector';
|
|
2
2
|
import { Severity, AlarmStatusType, IMeasurement, aggregationType, ISeries } from '@c8y/client';
|
|
3
|
-
import { LineSeriesOption, ScatterSeriesOption, BarSeriesOption, TooltipComponentFormatterCallback, TooltipComponentFormatterCallbackParams, EChartsCoreOption } from 'echarts';
|
|
3
|
+
import { LineSeriesOption, ScatterSeriesOption, BarSeriesOption, TooltipComponentFormatterCallback, TooltipComponentFormatterCallbackParams, EChartsOption, EChartsCoreOption } from 'echarts';
|
|
4
4
|
import { AlarmDetails, EventDetails } from '@c8y/ngx-components/alarm-event-selector';
|
|
5
|
-
import { DateTimeContext, TimeInterval, RefreshOption, GlobalContextDisplayMode } from '@c8y/ngx-components/global-context';
|
|
5
|
+
import { DateTimeContext, TimeInterval, RefreshOption, GlobalContextDisplayMode, AggregationFunction, AutoAggregationConfig } from '@c8y/ngx-components/global-context';
|
|
6
6
|
import { WidgetDisplaySettings } from '@c8y/ngx-components';
|
|
7
7
|
|
|
8
8
|
type DatapointsGraphKPIDetails = KPIDetails & {
|
|
9
9
|
lineType?: DatapointLineType;
|
|
10
10
|
renderType?: DatapointChartRenderType;
|
|
11
|
+
/** When set, multiple render types are displayed as separate series for this datapoint. */
|
|
12
|
+
renderTypes?: DatapointChartRenderType[];
|
|
13
|
+
/** Per-render-type color overrides. Keys are render type values (e.g. 'avg', 'sum'). */
|
|
14
|
+
renderTypeColors?: Record<string, string> | null;
|
|
11
15
|
};
|
|
12
16
|
type DatapointsGraphWidgetConfig = {
|
|
13
17
|
eventSourceId?: string | null;
|
|
@@ -47,6 +51,18 @@ type DatapointsGraphWidgetConfig = {
|
|
|
47
51
|
numberOfDecimalPlaces?: number;
|
|
48
52
|
showAdvancedChartOptions?: boolean;
|
|
49
53
|
retrievalError?: object;
|
|
54
|
+
/**
|
|
55
|
+
* Global aggregation function override applied to all active datapoints.
|
|
56
|
+
* Overrides each datapoint's individual renderType for both chart symbols and API calls.
|
|
57
|
+
* When `autoAggregation` is also set, this function is used for the computed interval buckets.
|
|
58
|
+
*/
|
|
59
|
+
aggregationFunction?: AggregationFunction | null;
|
|
60
|
+
/**
|
|
61
|
+
* When set, the chart computes the aggregation interval automatically from the
|
|
62
|
+
* current time range and the desired number of aggregation points. Requires `aggregationFunction`
|
|
63
|
+
* to also be set. Overrides `aggregation` when present.
|
|
64
|
+
*/
|
|
65
|
+
autoAggregation?: AutoAggregationConfig | null;
|
|
50
66
|
};
|
|
51
67
|
type GraphDisplayOptions = {
|
|
52
68
|
displayMarkedLine: boolean;
|
|
@@ -60,6 +76,9 @@ type GraphDisplayOptions = {
|
|
|
60
76
|
numberOfDecimalPlaces?: number;
|
|
61
77
|
sliderPositionMode?: 'compact' | 'default';
|
|
62
78
|
smoothLines?: boolean;
|
|
79
|
+
aggregationActive?: boolean;
|
|
80
|
+
/** DpIds whose per-fn aggregation series were collapsed to a single series. */
|
|
81
|
+
collapsedDpIds?: Set<string>;
|
|
63
82
|
axisColor?: string;
|
|
64
83
|
showCompactTooltip?: boolean;
|
|
65
84
|
};
|
|
@@ -127,6 +146,7 @@ interface TimeContextProps {
|
|
|
127
146
|
realtime?: boolean;
|
|
128
147
|
currentDateContextInterval?: 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'custom';
|
|
129
148
|
aggregation?: aggregationType | null;
|
|
149
|
+
autoAggregation?: AutoAggregationConfig | null;
|
|
130
150
|
}
|
|
131
151
|
type DatapointLineType = (typeof CHART_LINE_TYPES)[number]['val'];
|
|
132
152
|
type EchartsSeriesOptions = LineSeriesOption | ScatterSeriesOption | BarSeriesOption;
|
|
@@ -178,6 +198,8 @@ type SeverityType = keyof typeof Severity;
|
|
|
178
198
|
interface SelectableDatapoint {
|
|
179
199
|
type: 'ALARM' | 'DATAPOINT' | 'EVENT';
|
|
180
200
|
original: KPIDetails | AlarmDetailsExtended | EventDetailsExtended;
|
|
201
|
+
/** When set, this item represents a single render-type function of a multi-fn datapoint. */
|
|
202
|
+
renderTypeFn?: string;
|
|
181
203
|
}
|
|
182
204
|
|
|
183
205
|
/**
|
|
@@ -187,7 +209,7 @@ interface SelectableDatapoint {
|
|
|
187
209
|
* @param data is used to store the data for the series
|
|
188
210
|
* @param itemStyle is used to set the color of the series
|
|
189
211
|
*/
|
|
190
|
-
interface ModifiedCustomSeriesOptions extends
|
|
212
|
+
interface ModifiedCustomSeriesOptions extends EChartsOption {
|
|
191
213
|
typeOfSeries?: 'alarm' | 'event' | null;
|
|
192
214
|
isDpTemplateSelected?: boolean;
|
|
193
215
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c8y-ngx-components-echart-models.d.ts","sources":["../../echart/models/datapoints-graph-widget.model.ts","../../echart/models/chart.model.ts","../../echart/models/svg-icons.model.ts"],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"c8y-ngx-components-echart-models.d.ts","sources":["../../echart/models/datapoints-graph-widget.model.ts","../../echart/models/chart.model.ts","../../echart/models/svg-icons.model.ts"],"mappings":";;;;;;;AA0BM,KAAM,yBAAyB,GAAG,UAAU;eACrC,iBAAiB;iBACf,wBAAwB;;AAErC,kBAAc,wBAAwB;;uBAEnB,MAAM;;AAGrB,KAAM,2BAA2B;AACrC;AACA;AACA,0BAAsB,yBAAyB;AAC/C,0BAAsB,oBAAoB;AAC1C,iBAAa,yBAAyB;AACtC;WACO,eAAe;AACtB,eAAW,IAAI;AACf,aAAS,IAAI;AACb;AACA;;;sBAGkB,qBAAqB;;;;;;AAMvC;;AAEA;AACA;AACA;AACA;AACA;eACW,YAAY;sBACL,eAAe;AACjC,kBAAc,eAAe;oBACb,aAAa;;;kBAGf,wBAAwB;;;;;AAKtC;;;;AAIG;AACH,0BAAsB,mBAAmB;AACzC;;;;AAIG;AACH,sBAAkB,qBAAqB;;AAGnC,KAAM,mBAAmB;;;;;;;;;;AAU7B;;;;AAIA,qBAAiB,GAAG;;;;AAKtB,cAAa,6BAA6B,EAAE,QAAQ,CAClD,IAAI,CACF,mBAAmB;AAuBjB,KAAM,oBAAoB,GAAG,YAAY;;AAE7C,iBAAa,YAAY;AACzB,eAAW,eAAe;;AAGtB,KAAM,oBAAoB,GAAG,YAAY;;;AAI/C;;AAEG;KACS,oBAAoB,GAAG,oBAAoB,GAAG,oBAAoB;AAExE,KAAM,8BAA8B,GAAG,OAAO,CAClD,IAAI,CAAC,2BAA2B;AAGlC,aAAY,uBAAuB;AACjC;AACA;AACD;AAED,KAAK,kBAAkB,GAAG,OAAO;AAC3B,UAAW,YAAa,SAAQ,yBAAyB;YACrD,kBAAkB;AAC3B;AAED,KAAK,eAAe;;;;AAId,KAAM,YAAY;;YAEd,eAAe;;UAGR,uBAAuB;;;AAGvC;AAED,cAAa,sBAAsB,EAAE,uBAAuB;UAM3C,aAAa;6BACH,eAAe;;;AAGxC;;;;;AAGD;UAEgB,YAAY;AAC3B;;AAEA;;AAEE,mBAAW,iCAAiC,CAAC,uCAAuC;;AAEtF;;;AACD;UAEgB,gBAAgB;;;;;;AAM/B;AACA,kBAAc,eAAe;AAC7B,sBAAkB,qBAAqB;AACxC;AAEK,KAAM,iBAAiB,WAAW,gBAAgB;AAClD,KAAM,oBAAoB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,eAAe;AAErF,KAAM,iBAAiB,WAAW,UAAU;AAE5C,KAAM,wBAAwB,WAAW,kBAAkB;AAEjE,cAAa,cAAc;;;;AAK3B,cAAa,0CAA0C;;;;;;;;;;;;;AAcjD,KAAM,UAAU;AAChB,KAAM,WAAW,IAAI,UAAU;AAE/B,KAAM,6BAA6B;iBAC1B,YAAY;eACd,yBAAyB;;AAGhC,KAAM,YAAY;;;;;;;;UASP,mBAAmB;;;;AAInC;AAED,cAAa,eAAe;;;;;;KAOhB,YAAY,gBAAgB,QAAQ;UAE/B,mBAAmB;AAClC;AACA,cAAU,UAAU,GAAG,oBAAoB,GAAG,oBAAoB;;;AAGnE;;ACzQD;;;;;;AAMG;AACH,UAAU,2BAA4B,SAAQ,aAAa;AACzD;;;UAGM,WAAW;AACjB;;;AACD;UAEgB,wBAAwB;UACjC,YAAY;AACnB;UAEgB,yBAAyB;UAClC,aAAa;AACpB;AAEK,KAAM,mBAAmB,GAAG,IAAI,CAAC,2BAA2B;AAC5D,UAAW,oBAAqB,SAAQ,iBAAiB;AAC7D;AACE,mBAAW,iCAAiC,CAAC,uCAAuC;AACrF;AACF;UAEgB,iBAAiB;AAChC;AACA;AACD;AAED,aAAY,kBAAkB;AAC5B;AACA;AACA;AACD;;AC/CD,aAAK,KAAK;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACD;AAED,cAAa,SAAS;;;;;;;;;;;;;","names":[]}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnChanges, OnInit, OnDestroy, EventEmitter, ElementRef, TemplateRef, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { LineSeriesOption, ScatterSeriesOption, BarSeriesOption, TooltipComponentFormatterCallback, TooltipComponentFormatterCallbackParams,
|
|
3
|
+
import { LineSeriesOption, ScatterSeriesOption, BarSeriesOption, TooltipComponentFormatterCallback, TooltipComponentFormatterCallbackParams, EChartsOption, EChartsCoreOption, ECharts } from 'echarts';
|
|
4
4
|
import { KPIDetails, CHART_LINE_TYPES, CHART_RENDER_TYPES, AXIS_TYPES } from '@c8y/ngx-components/datapoint-selector';
|
|
5
|
-
import { Severity, AlarmStatusType, aggregationType,
|
|
5
|
+
import { Severity, AlarmStatusType, aggregationType, ISeries, IMeasurement, IAlarm, IEvent, AlarmService, EventService } from '@c8y/client';
|
|
6
6
|
import { AlarmDetails, EventDetails, SelectedDatapoint } from '@c8y/ngx-components/alarm-event-selector';
|
|
7
|
-
import { DateTimeContext, TimeInterval, RefreshOption, GlobalContextDisplayMode } from '@c8y/ngx-components/global-context';
|
|
7
|
+
import { DateTimeContext, TimeInterval, RefreshOption, GlobalContextDisplayMode, AggregationFunction, AutoAggregationConfig } from '@c8y/ngx-components/global-context';
|
|
8
8
|
import { WidgetDisplaySettings, DynamicComponentAlertAggregator } from '@c8y/ngx-components';
|
|
9
9
|
import { Observable } from 'rxjs';
|
|
10
10
|
import { Interval } from '@c8y/ngx-components/interval-picker';
|
|
@@ -13,6 +13,10 @@ import { SafeHtml } from '@angular/platform-browser';
|
|
|
13
13
|
type DatapointsGraphKPIDetails = KPIDetails & {
|
|
14
14
|
lineType?: DatapointLineType;
|
|
15
15
|
renderType?: DatapointChartRenderType;
|
|
16
|
+
/** When set, multiple render types are displayed as separate series for this datapoint. */
|
|
17
|
+
renderTypes?: DatapointChartRenderType[];
|
|
18
|
+
/** Per-render-type color overrides. Keys are render type values (e.g. 'avg', 'sum'). */
|
|
19
|
+
renderTypeColors?: Record<string, string> | null;
|
|
16
20
|
};
|
|
17
21
|
type DatapointsGraphWidgetConfig = {
|
|
18
22
|
eventSourceId?: string | null;
|
|
@@ -52,6 +56,18 @@ type DatapointsGraphWidgetConfig = {
|
|
|
52
56
|
numberOfDecimalPlaces?: number;
|
|
53
57
|
showAdvancedChartOptions?: boolean;
|
|
54
58
|
retrievalError?: object;
|
|
59
|
+
/**
|
|
60
|
+
* Global aggregation function override applied to all active datapoints.
|
|
61
|
+
* Overrides each datapoint's individual renderType for both chart symbols and API calls.
|
|
62
|
+
* When `autoAggregation` is also set, this function is used for the computed interval buckets.
|
|
63
|
+
*/
|
|
64
|
+
aggregationFunction?: AggregationFunction | null;
|
|
65
|
+
/**
|
|
66
|
+
* When set, the chart computes the aggregation interval automatically from the
|
|
67
|
+
* current time range and the desired number of aggregation points. Requires `aggregationFunction`
|
|
68
|
+
* to also be set. Overrides `aggregation` when present.
|
|
69
|
+
*/
|
|
70
|
+
autoAggregation?: AutoAggregationConfig | null;
|
|
55
71
|
};
|
|
56
72
|
type GraphDisplayOptions = {
|
|
57
73
|
displayMarkedLine: boolean;
|
|
@@ -65,6 +81,9 @@ type GraphDisplayOptions = {
|
|
|
65
81
|
numberOfDecimalPlaces?: number;
|
|
66
82
|
sliderPositionMode?: 'compact' | 'default';
|
|
67
83
|
smoothLines?: boolean;
|
|
84
|
+
aggregationActive?: boolean;
|
|
85
|
+
/** DpIds whose per-fn aggregation series were collapsed to a single series. */
|
|
86
|
+
collapsedDpIds?: Set<string>;
|
|
68
87
|
axisColor?: string;
|
|
69
88
|
showCompactTooltip?: boolean;
|
|
70
89
|
};
|
|
@@ -132,6 +151,7 @@ interface TimeContextProps {
|
|
|
132
151
|
realtime?: boolean;
|
|
133
152
|
currentDateContextInterval?: 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'custom';
|
|
134
153
|
aggregation?: aggregationType | null;
|
|
154
|
+
autoAggregation?: AutoAggregationConfig | null;
|
|
135
155
|
}
|
|
136
156
|
type DatapointLineType = (typeof CHART_LINE_TYPES)[number]['val'];
|
|
137
157
|
type EchartsSeriesOptions = LineSeriesOption | ScatterSeriesOption | BarSeriesOption;
|
|
@@ -183,6 +203,8 @@ type SeverityType = keyof typeof Severity;
|
|
|
183
203
|
interface SelectableDatapoint {
|
|
184
204
|
type: 'ALARM' | 'DATAPOINT' | 'EVENT';
|
|
185
205
|
original: KPIDetails | AlarmDetailsExtended | EventDetailsExtended;
|
|
206
|
+
/** When set, this item represents a single render-type function of a multi-fn datapoint. */
|
|
207
|
+
renderTypeFn?: string;
|
|
186
208
|
}
|
|
187
209
|
|
|
188
210
|
/**
|
|
@@ -192,7 +214,7 @@ interface SelectableDatapoint {
|
|
|
192
214
|
* @param data is used to store the data for the series
|
|
193
215
|
* @param itemStyle is used to set the color of the series
|
|
194
216
|
*/
|
|
195
|
-
interface ModifiedCustomSeriesOptions extends
|
|
217
|
+
interface ModifiedCustomSeriesOptions extends EChartsOption {
|
|
196
218
|
typeOfSeries?: 'alarm' | 'event' | null;
|
|
197
219
|
isDpTemplateSelected?: boolean;
|
|
198
220
|
id: string;
|
|
@@ -270,23 +292,38 @@ declare class ChartsComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
270
292
|
finishLoading: EventEmitter<boolean>;
|
|
271
293
|
updateActiveDatapoints: EventEmitter<DatapointsGraphKPIDetails[]>;
|
|
272
294
|
updateAggregatedSliderDatapoint: EventEmitter<SelectedDatapoint>;
|
|
295
|
+
/**
|
|
296
|
+
* Emitted after each data load with the set of datapointIds (target+fragment+series)
|
|
297
|
+
* whose per-function aggregation series all return identical values — indicating that
|
|
298
|
+
* the current zoom/aggregation interval is too fine (each interval holds a single
|
|
299
|
+
* measurement) to differentiate functions.
|
|
300
|
+
*/
|
|
301
|
+
duplicateAggregationsDetected: EventEmitter<Set<string>>;
|
|
273
302
|
chart: ElementRef;
|
|
274
303
|
CHART_VIEW_CONTEXT: typeof CHART_VIEW_CONTEXT;
|
|
275
304
|
get axisColor(): string;
|
|
276
305
|
readonly AGGREGATION_INTERVAL_MAP: Record<aggregationType, string>;
|
|
277
306
|
private configChangedSubject;
|
|
307
|
+
/** Series names hidden by the user via per-function legend toggles; re-applied after each setOption. */
|
|
308
|
+
private userHiddenSeriesNames;
|
|
309
|
+
/** DpIds whose per-fn series were stripped to a single series on the last render. */
|
|
310
|
+
private lastCollapsedDpIds;
|
|
278
311
|
private destroyRef;
|
|
279
312
|
private readonly measurementService;
|
|
280
313
|
private readonly echartsOptionsService;
|
|
281
314
|
private readonly chartRealtimeService;
|
|
282
315
|
private readonly chartEventsService;
|
|
283
316
|
private readonly chartAlarmsService;
|
|
317
|
+
private readonly chartHelpersService;
|
|
284
318
|
private readonly mediator;
|
|
285
319
|
private readonly widgetTimeContextDateRangeService;
|
|
286
320
|
private readonly themeSwitcherService;
|
|
287
321
|
private loadedTimeRange;
|
|
288
322
|
/** Tracks if the last data fetch returned truncated data */
|
|
289
323
|
private dataWasTruncated;
|
|
324
|
+
/** Tracks the aggregation interval used in the last fetch so we can detect
|
|
325
|
+
* whether a zoom-in would produce a finer interval (and thus warrants a refetch). */
|
|
326
|
+
private lastAutoAggregationInterval;
|
|
290
327
|
/** Tracks if current change originated from zoom interaction */
|
|
291
328
|
private isChangeFromZoom;
|
|
292
329
|
/** Tracks if the slider is being dragged — suppresses config updates mid-drag */
|
|
@@ -318,6 +355,8 @@ declare class ChartsComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
318
355
|
* @param datapoint - The datapoint to toggle visibility for.
|
|
319
356
|
*/
|
|
320
357
|
toggleDatapointSeriesVisibility(datapoint: DatapointsGraphKPIDetails): void;
|
|
358
|
+
/** Toggles a single chart series by its exact name (used for per-function legend entries). */
|
|
359
|
+
toggleSeriesByName(seriesName: string, visible: boolean): void;
|
|
321
360
|
/**
|
|
322
361
|
* Toggles alarm/event series visibility via legendSelect/legendUnSelect.
|
|
323
362
|
* Matches all mark-line and mark-point series for the alarm type across every axis,
|
|
@@ -355,7 +394,7 @@ declare class ChartsComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
355
394
|
private addTruncatedDataAlert;
|
|
356
395
|
private getTimeRange;
|
|
357
396
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsComponent, never>;
|
|
358
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsComponent, "c8y-charts", never, { "config": { "alias": "config"; "required": false; }; "alerts": { "alias": "alerts"; "required": false; }; "chartViewContext": { "alias": "chartViewContext"; "required": false; }; }, { "configChangeOnZoomOut": "configChangeOnZoomOut"; "timeRangeChangeOnRealtime": "timeRangeChangeOnRealtime"; "datapointOutOfSync": "datapointOutOfSync"; "datapointBackInSync": "datapointBackInSync"; "updateAlarmsAndEvents": "updateAlarmsAndEvents"; "isMarkedAreaEnabled": "isMarkedAreaEnabled"; "finishLoading": "finishLoading"; "updateActiveDatapoints": "updateActiveDatapoints"; "updateAggregatedSliderDatapoint": "updateAggregatedSliderDatapoint"; }, never, never, true, never>;
|
|
397
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsComponent, "c8y-charts", never, { "config": { "alias": "config"; "required": false; }; "alerts": { "alias": "alerts"; "required": false; }; "chartViewContext": { "alias": "chartViewContext"; "required": false; }; }, { "configChangeOnZoomOut": "configChangeOnZoomOut"; "timeRangeChangeOnRealtime": "timeRangeChangeOnRealtime"; "datapointOutOfSync": "datapointOutOfSync"; "datapointBackInSync": "datapointBackInSync"; "updateAlarmsAndEvents": "updateAlarmsAndEvents"; "isMarkedAreaEnabled": "isMarkedAreaEnabled"; "finishLoading": "finishLoading"; "updateActiveDatapoints": "updateActiveDatapoints"; "updateAggregatedSliderDatapoint": "updateAggregatedSliderDatapoint"; "duplicateAggregationsDetected": "duplicateAggregationsDetected"; }, never, never, true, never>;
|
|
359
398
|
}
|
|
360
399
|
|
|
361
400
|
declare class ChartAlarmsService {
|
|
@@ -403,6 +442,27 @@ declare class ChartHelpersService {
|
|
|
403
442
|
dateTo: Date | string | null | undefined;
|
|
404
443
|
};
|
|
405
444
|
findMatchingDatapoint(datapoints: KPIDetails[], selected: KPIDetails | SelectedDatapoint | null): KPIDetails | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* Maps a computed auto-aggregation interval string (e.g. `'5m'`, `'3h'`, `'7d'`) to
|
|
447
|
+
* the nearest standard `aggregationType` for non-time-series tenants.
|
|
448
|
+
* - seconds / minutes → MINUTELY (finest supported granularity)
|
|
449
|
+
* - hours → HOURLY
|
|
450
|
+
* - days → DAILY
|
|
451
|
+
*/
|
|
452
|
+
mapIntervalToAggregationType(interval: string): aggregationType | null;
|
|
453
|
+
/**
|
|
454
|
+
* Computes the aggregation interval string (e.g. `30s`, `5m`, `24h`, `7d`) that
|
|
455
|
+
* targets approximately `desiredDatapoints` buckets within the given time range.
|
|
456
|
+
* The integer part is capped at 999 to satisfy the API constraint.
|
|
457
|
+
*/
|
|
458
|
+
calculateAutoAggregationInterval(dateFrom: string, dateTo: string, desiredDatapoints: number): string | null;
|
|
459
|
+
/**
|
|
460
|
+
* Scans raw DpWithValues to determine which datapoints should be collapsed to a single
|
|
461
|
+
* series — either because all per-function values are identical at every timestamp (the
|
|
462
|
+
* aggregation interval is too fine — each interval holds a single measurement — to
|
|
463
|
+
* differentiate functions).
|
|
464
|
+
*/
|
|
465
|
+
detectCollapsedDatapoints(dps: DpWithValues[]): Set<string>;
|
|
406
466
|
private getTargetId;
|
|
407
467
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartHelpersService, never>;
|
|
408
468
|
static ɵprov: i0.ɵɵInjectableDeclaration<ChartHelpersService>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c8y-ngx-components-echart.d.ts","sources":["../../echart/models/datapoints-graph-widget.model.ts","../../echart/models/chart.model.ts","../../echart/models/svg-icons.model.ts","../../echart/charts.component.ts","../../echart/services/chart-alarms.service.ts","../../echart/services/chart-events.service.ts","../../echart/services/chart-helpers.service.ts","../../echart/chart-alerts/chart-alerts.component.ts","../../echart/select-aggregated-datapoint/select-aggregated-datapoint.component.ts"],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"c8y-ngx-components-echart.d.ts","sources":["../../echart/models/datapoints-graph-widget.model.ts","../../echart/models/chart.model.ts","../../echart/models/svg-icons.model.ts","../../echart/charts.component.ts","../../echart/services/chart-alarms.service.ts","../../echart/services/chart-events.service.ts","../../echart/services/chart-helpers.service.ts","../../echart/chart-alerts/chart-alerts.component.ts","../../echart/select-aggregated-datapoint/select-aggregated-datapoint.component.ts"],"mappings":"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","names":[]}
|