@c8y/ngx-components 1023.77.1 → 1023.78.4

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.
Files changed (65) hide show
  1. package/alarms/cockpit/index.d.ts.map +1 -1
  2. package/alarms/devicemanagement/index.d.ts.map +1 -1
  3. package/alarms/index.d.ts +2 -25
  4. package/alarms/index.d.ts.map +1 -1
  5. package/asset-properties/index.d.ts.map +1 -1
  6. package/exports/list/index.d.ts +7 -4
  7. package/exports/list/index.d.ts.map +1 -1
  8. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs +11 -6
  9. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs.map +1 -1
  10. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs +11 -37
  11. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs.map +1 -1
  12. package/fesm2022/c8y-ngx-components-alarms.mjs +16 -57
  13. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  14. package/fesm2022/c8y-ngx-components-asset-properties.mjs +7 -5
  15. package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
  16. package/fesm2022/c8y-ngx-components-echart.mjs +2 -2
  17. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  18. package/fesm2022/c8y-ngx-components-exports-list.mjs +35 -10
  19. package/fesm2022/c8y-ngx-components-exports-list.mjs.map +1 -1
  20. package/fesm2022/c8y-ngx-components-global-context.mjs +40 -0
  21. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-table.mjs +3 -5
  23. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-table.mjs.map +1 -1
  24. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +8 -5
  25. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
  26. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +26 -8
  27. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  28. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +8 -6
  29. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  30. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-list.mjs +1 -1
  31. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-list.mjs.map +1 -1
  32. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +57 -42
  33. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
  34. package/fesm2022/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs +11 -19
  35. package/fesm2022/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs.map +1 -1
  36. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  37. package/global-context/index.d.ts +2 -0
  38. package/global-context/index.d.ts.map +1 -1
  39. package/index.d.ts +4 -0
  40. package/index.d.ts.map +1 -1
  41. package/locales/de.po +6 -9
  42. package/locales/es.po +3 -6
  43. package/locales/fr.po +3 -6
  44. package/locales/ja_JP.po +3 -6
  45. package/locales/ko.po +3 -6
  46. package/locales/locales.pot +9 -0
  47. package/locales/nl.po +3 -6
  48. package/locales/pl.po +3 -6
  49. package/locales/pt_BR.po +3 -6
  50. package/locales/zh_CN.po +3 -6
  51. package/locales/zh_TW.po +3 -6
  52. package/package.json +1 -1
  53. package/widgets/definitions/datapoints-table/index.d.ts +1 -2
  54. package/widgets/definitions/datapoints-table/index.d.ts.map +1 -1
  55. package/widgets/implementations/alarms/index.d.ts +2 -0
  56. package/widgets/implementations/alarms/index.d.ts.map +1 -1
  57. package/widgets/implementations/asset-table/index.d.ts.map +1 -1
  58. package/widgets/implementations/datapoints-graph/index.d.ts +1 -0
  59. package/widgets/implementations/datapoints-graph/index.d.ts.map +1 -1
  60. package/widgets/implementations/datapoints-table/index.d.ts +16 -8
  61. package/widgets/implementations/datapoints-table/index.d.ts.map +1 -1
  62. package/widgets/implementations/device-management-welcome/index.d.ts +2 -3
  63. package/widgets/implementations/device-management-welcome/index.d.ts.map +1 -1
  64. package/widgets/implementations/html-widget/index.d.ts +2 -0
  65. package/widgets/implementations/html-widget/index.d.ts.map +1 -1
@@ -351,6 +351,8 @@ declare class AlarmListWidgetComponent implements OnInit, OnDestroy, DynamicComp
351
351
  readonly DEFAULT: "default";
352
352
  readonly ALARM_LIST: "alarmList";
353
353
  readonly CHART: "chart";
354
+ readonly DATA_TABLE: "dataTable";
355
+ readonly DATA_TABLE_CONFIG: "dataTableConfig";
354
356
  readonly LIVE_ONLY: "liveOnly";
355
357
  readonly AUTO_REFRESH_ONLY: "autoRefreshOnly";
356
358
  readonly AUTO_REFRESH_ONLY_CONFIG: "autoRefreshOnlyConfig";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/alarms/alarm-list-widget.model.ts","../../../../widgets/implementations/alarms/alarm-widget.service.ts","../../../../widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.ts","../../../../widgets/implementations/alarms/alarm-list-widget-view/alarm-list-widget.component.ts","../../../../widgets/implementations/alarms/severity-icon.pipe.ts","../../../../widgets/implementations/alarms/sorting-description-popover-message.pipe.ts","../../../../widgets/implementations/alarms/alarms-widget.module.ts"],"sourcesContent":[null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAKA;;;;;;AAOA;;;;;;;AASM;;;;AAEN;AAEA;AAGM;AAGN;AAEM;;AAEJ;;;;;;;AAOA;;;;;AAMI;;;AAKJ;;;AAGA;;;;AAID;;ACvCD;AAEA;AAEc;AAAQ;AAEpB;;;;;;;;AAQG;;AAOH;;;;;;;;;AASG;;AA8DH;;;;;;;;AAQG;AACH;AA6BA;;;;;;AAMG;AACH;AAIA;;;;;;;AAOG;AACH;AASA;;;;;;;;AAQG;;AAyBH;;;;;;;;;AASG;AACH;AAUA;;;;;;;;;AASG;;AAMH;;;;;;;;;;;;;;;;;;AAkBG;AACH;AAYA;;;;;;;AAOG;;AACmB;AAAwB;AAI9C;;;;;;;;;;AAUG;AACH;AAmBA;;;;;;;;;;;;;AAaG;AACH;AAOA;;;;;;;;;;AAUG;;AAKH;;;;;;;;;;;AAWG;AACH;AAIA;;;;;;AAMG;;AAOH;;;;;;;;;;;AAWG;AACH;;;AAGD;;ACnVD;AA8EI;AACA;AACA;AACA;AACA;AACA;AACA;;;AAzDF;;;;;AAA2C;AAC3C;;;;AAA6C;;;;;;AAS7C;;;;;AAAiD;;;;AAMjD;AACA;AACA;;AAEG;AACH;;;AAaA;;;AA0BA;AAgCA;AAKA;AAwBA;AAQA;;AAQA;AAIA;;AAmBA;AAYA;AAeA;AAaA;;;AAUD;;ACrQD;;;;;;;AAcE;AACA;AACA;;AAEA;;AAEA;;AAGA;;;;;;;;AAA2C;AAC3C;;;AAAyC;AACzC;;;;;;;;;;;;;;;;AAAmC;;;;AAOnC;AAEA;AAYA;;;;AAOgF;AAchF;AAIA;AAIA;AAUA;AAyBA;AAcA;AAOA;AAKA;;;AA6CA;;;AAkBD;;ACxOD;;;;AAIC;AAED;AAEE;;;AA8BD;;ACtCD;AAEE;;;AAcD;;ACID;;;;AAuBkC;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/alarms/alarm-list-widget.model.ts","../../../../widgets/implementations/alarms/alarm-widget.service.ts","../../../../widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.ts","../../../../widgets/implementations/alarms/alarm-list-widget-view/alarm-list-widget.component.ts","../../../../widgets/implementations/alarms/severity-icon.pipe.ts","../../../../widgets/implementations/alarms/sorting-description-popover-message.pipe.ts","../../../../widgets/implementations/alarms/alarms-widget.module.ts"],"sourcesContent":[null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAKA;;;;;;AAOA;;;;;;;AASM;;;;AAEN;AAEA;AAGM;AAGN;AAEM;;AAEJ;;;;;;;AAOA;;;;;AAMI;;;AAKJ;;;AAGA;;;;AAID;;ACvCD;AAEA;AAEc;AAAQ;AAEpB;;;;;;;;AAQG;;AAOH;;;;;;;;;AASG;;AA8DH;;;;;;;;AAQG;AACH;AA6BA;;;;;;AAMG;AACH;AAIA;;;;;;;AAOG;AACH;AASA;;;;;;;;AAQG;;AAyBH;;;;;;;;;AASG;AACH;AAUA;;;;;;;;;AASG;;AAMH;;;;;;;;;;;;;;;;;;AAkBG;AACH;AAYA;;;;;;;AAOG;;AACmB;AAAwB;AAI9C;;;;;;;;;;AAUG;AACH;AAmBA;;;;;;;;;;;;;AAaG;AACH;AAOA;;;;;;;;;;AAUG;;AAKH;;;;;;;;;;;AAWG;AACH;AAIA;;;;;;AAMG;;AAOH;;;;;;;;;;;AAWG;AACH;;;AAGD;;ACnVD;AA8EI;AACA;AACA;AACA;AACA;AACA;AACA;;;AAzDF;;;;;AAA2C;AAC3C;;;;AAA6C;;;;;;AAS7C;;;;;AAAiD;;;;AAMjD;AACA;AACA;;AAEG;AACH;;;AAaA;;;AA0BA;AAgCA;AAKA;AAwBA;AAQA;;AAQA;AAIA;;AAmBA;AAYA;AAeA;AAaA;;;AAUD;;ACrQD;;;;;;;AAcE;AACA;AACA;;AAEA;;AAEA;;AAGA;;;;;;;;AAA2C;AAC3C;;;AAAyC;AACzC;;;;;;;;;;;;;;;;;;AAAmC;;;;AAOnC;AAEA;AAYA;;;;AAOgF;AAehF;AAIA;AAIA;AAUA;AAyBA;AAcA;AAOA;AAKA;;;AAgDA;;;AAkBD;;AC5OD;;;;AAIC;AAED;AAEE;;;AA8BD;;ACtCD;AAEE;;;AAcD;;ACID;;;;AAuBkC;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/asset-table/columns/default.asset-table.column.ts","../../../../widgets/implementations/asset-table/columns/operation.asset-table-column.ts","../../../../widgets/implementations/asset-table/asset-table.model.ts","../../../../widgets/implementations/asset-table/asset-table-config/asset-table-widget-config.component.ts","../../../../widgets/implementations/asset-table/asset-table-view/asset-table-widget-view.component.ts","../../../../widgets/implementations/asset-table/asset-table-column-settings/asset-table-column-settings.component.ts"],"sourcesContent":[null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;AAGA;;AASC;;ACRD;;AAgBC;;;ACCC;AACA;;;AAGA;;;;AAIA;;;;;AAKA;;;;;;AAMA;;;;AAID;;AAsCK;AAWN;AACE;;;;;;;;;AASD;AAED;AACE;;;;;;;;AAQD;AAEK;;;;;AAOJ;;AAEG;AACH;;;;;;;;;;;;;;;AAsBD;AAEK;;;;;;;;;AAYL;;AC3GD;;;;AA4BE;;;;AAKA;;AAEA;;AAEG;AACH;;;AAGA;;AAIA;;AAIA;AACA;AACA;AACA;AACA;AACA;;AAQA;AAuDA;AAWA;;;;AAIG;;AAqBG;;AAmBN;AASA;AAUA;AASA;AAUA;AAyBA;AAIA;;;AA2BD;;AC/SD;;AASE;;AAEG;AACH;;;AAGA;;;;AASA;AACA;AACA;;AAMM;AAcN;AAQA;;;;AAIG;;AAsBH;AAWA;;;AASD;;AC/ED;;;;;;AA6BE;AAEA;AAAwB;;AACxB;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AA6BA;AAKM;;AA6CN;;;AAqCA;AAQA;AAYA;AAqCM;AAQA;;AAoBN;;;AAkDA;AAkBA;;AAoCA;;;AAOD;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/asset-table/columns/default.asset-table.column.ts","../../../../widgets/implementations/asset-table/columns/operation.asset-table-column.ts","../../../../widgets/implementations/asset-table/asset-table.model.ts","../../../../widgets/implementations/asset-table/asset-table-config/asset-table-widget-config.component.ts","../../../../widgets/implementations/asset-table/asset-table-view/asset-table-widget-view.component.ts","../../../../widgets/implementations/asset-table/asset-table-column-settings/asset-table-column-settings.component.ts"],"sourcesContent":[null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;AAGA;;AASC;;ACRD;;AAgBC;;;ACCC;AACA;;;AAGA;;;;AAIA;;;;;AAKA;;;;;;AAMA;;;;AAID;;AAsCK;AAWN;AACE;;;;;;;;;AASD;AAED;AACE;;;;;;;;AAQD;AAEK;;;;;AAOJ;;AAEG;AACH;;;;;;;;;;;;;;;AAsBD;AAEK;;;;;;;;;AAYL;;AC3GD;;;;AA4BE;;;;AAKA;;AAEA;;AAEG;AACH;;;AAGA;;AAIA;;AAIA;AACA;AACA;AACA;AACA;AACA;;AAQA;AAuDA;AAWA;;;;AAIG;;AAqBG;;AAmBN;AASA;AAUA;AASA;AAUA;AAyBA;AAIA;;;AA4BD;;AC/SD;;AAUE;;AAEG;AACH;;;AAGA;;;;AASA;AACA;AACA;;AAMM;AAcN;AAQA;;;;AAIG;;AAsBH;AAWA;;;AASD;;ACjFD;;;;;;AA6BE;AAEA;AAAwB;;AACxB;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AA6BA;AAKM;;AA6CN;;;AAqCA;AAQA;AAYA;AAqCM;AAQA;;AAoBN;;;AAkDA;AAwBA;;AAoCA;;;AAOD;;"}
@@ -124,6 +124,7 @@ declare class DatapointsGraphWidgetViewComponent implements OnDestroy {
124
124
  * Called when context changes (time range, aggregation, etc.) to mark hidden items data as stale.
125
125
  */
126
126
  private invalidateHiddenItemsCache;
127
+ private computeRealtimeFlag;
127
128
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DatapointsGraphWidgetViewComponent, [null, { optional: true; }, null, null, null]>;
128
129
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DatapointsGraphWidgetViewComponent, "c8y-datapoints-graph-widget-view", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>;
129
130
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.ts","../../../../widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.ts"],"sourcesContent":[null,null],"names":[],"mappings":";;;;;;;;;;;;;;;AAwDA,cAAA,oCAAA,YAAA,MAAA,EAAA,SAAA,EAAA,YAAA,EAAA,SAAA;;;AA6BE,sBAAA,2BAAA;AA0BA,kBAAA,2BAAA;;AAaA;AACA;AACA;AACA;AACA;AAEA,YAAA,+BAAA;;AAEA,8BAAA,OAAA,CAAA,6BAAA;AACA;AACA;;AAEA,0BAAoB,0BAAA,CAAA,uBAAA;;AAEpB,0BAAoB,aAAA,CAAA,MAAA,CAAA,kBAAA;;;;;;;AA6CpB,0BAAA,2BAAA,aAAA,OAAA,YAAA,UAAA;AAgCA,yCAAA,IAAA,CAAA,2BAAA;AAWA,0CAAA,8BAAA;AAYA,uDAAA,iBAAA;AAYA;AAoBA;AAcA;AA2BA;;;AAID;;ACvPD,cAAA,kCAAA,YAAA,SAAA;AA+FI;AACY;AACZ;AACA;AACA;;;;AAxEF,uBAAA,MAAA,eAAiB,WAAA,CAAA,eAAA;AACjB,uBAAA,MAAA,eAAiB,WAAA,CAAA,eAAA;AACjB,YAAA,+BAAA;AACA,yBAAA,GAAA,CAAA,yBAAA;AACA;AACA;AACA;;;AAGA,gBAAA,eAAA;AACA,2BAAA,eAAA;AAIA;AACA,sBAAA,kBAAA;;AAGA,iBAAW,aAAA,CAAA,cAAA;AACX,mBAAa,aAAA,CAAA,cAAA,CAAA,kBAAA;AACb,sBAAgB,aAAA,CAAA,cAAA;AAChB,oBAAc,aAAA,CAAA,cAAA,CAAA,UAAA;;;AAId;;AAEA,qBAAA,cAAA,CAAA,mBAAA;;AAEA,mBAAA,cAAA,CAAA,mBAAA;AAEA,sBAAA,2BAAA;;;AAaA,mBAAA,2BAAA;AACA;;;;;;AAoBA;AAGU,2BAAA,gBAAA,6BAAA,yBAAA,gCAAA,4BAAA,qCAAA,iCAAA,OAAA,iBAAA;;;;;AA6CsE;;AA4HhF,0CAAA,8BAAA;AA6DA,yBAAA,uBAAA;AAIA;AAKA,4BAAA,cAAA,CAAA,mBAAA;;;AA4DA,2BAAA,yBAAA;AA+BA,0CAAA,yBAAA;AASA,4BAAA,oBAAA;AAUA,uCAAA,oBAAA;AA0CA,+CAAA,oBAAA;AAYA;;AAmCA;AAuBA;AAYA;AAaA;;;AAGG;AACH;;;AAMD;;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.ts","../../../../widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.ts"],"sourcesContent":[null,null],"names":[],"mappings":";;;;;;;;;;;;;;;AAwDA,cAAA,oCAAA,YAAA,MAAA,EAAA,SAAA,EAAA,YAAA,EAAA,SAAA;;;AA6BE,sBAAA,2BAAA;AA0BA,kBAAA,2BAAA;;AAaA;AACA;AACA;AACA;AACA;AAEA,YAAA,+BAAA;;AAEA,8BAAA,OAAA,CAAA,6BAAA;AACA;AACA;;AAEA,0BAAoB,0BAAA,CAAA,uBAAA;;AAEpB,0BAAoB,aAAA,CAAA,MAAA,CAAA,kBAAA;;;;;;;AA6CpB,0BAAA,2BAAA,aAAA,OAAA,YAAA,UAAA;AAgCA,yCAAA,IAAA,CAAA,2BAAA;AAWA,0CAAA,8BAAA;AAYA,uDAAA,iBAAA;AAYA;AAoBA;AAcA;AA2BA;;;AAID;;ACvPD,cAAA,kCAAA,YAAA,SAAA;AA+FI;AACY;AACZ;AACA;AACA;;;;AAxEF,uBAAA,MAAA,eAAiB,WAAA,CAAA,eAAA;AACjB,uBAAA,MAAA,eAAiB,WAAA,CAAA,eAAA;AACjB,YAAA,+BAAA;AACA,yBAAA,GAAA,CAAA,yBAAA;AACA;AACA;AACA;;;AAGA,gBAAA,eAAA;AACA,2BAAA,eAAA;AAIA;AACA,sBAAA,kBAAA;;AAGA,iBAAW,aAAA,CAAA,cAAA;AACX,mBAAa,aAAA,CAAA,cAAA,CAAA,kBAAA;AACb,sBAAgB,aAAA,CAAA,cAAA;AAChB,oBAAc,aAAA,CAAA,cAAA,CAAA,UAAA;;;AAId;;AAEA,qBAAA,cAAA,CAAA,mBAAA;;AAEA,mBAAA,cAAA,CAAA,mBAAA;AAEA,sBAAA,2BAAA;;;AAaA,mBAAA,2BAAA;AACA;;;;;;AAoBA;AAGU,2BAAA,gBAAA,6BAAA,yBAAA,gCAAA,4BAAA,qCAAA,iCAAA,OAAA,iBAAA;;;;;AA+CsE;;AAyHhF,0CAAA,8BAAA;AA6DA,yBAAA,uBAAA;AAIA;AAKA,4BAAA,cAAA,CAAA,mBAAA;;;AA4DA,2BAAA,yBAAA;AA+BA,0CAAA,yBAAA;AASA,4BAAA,oBAAA;AAUA,uCAAA,oBAAA;AA0CA,+CAAA,oBAAA;AAYA;;AAmCA;AAuBA;AAYA;AAaA;;;AAGG;AACH;AAOA;;;AAKD;;;;"}
@@ -1,10 +1,10 @@
1
1
  import * as packages_client_lib from 'packages/client/lib';
2
2
  import * as i0 from '@angular/core';
3
3
  import { OnInit, OnDestroy, TemplateRef, PipeTransform, OnChanges, EventEmitter } from '@angular/core';
4
- import { GlobalAutoRefreshWidgetConfig, OnBeforeSave, AggregationOption, DynamicComponentAlertAggregator, AlertService, ColorRangeBoundaries } from '@c8y/ngx-components';
4
+ import { GlobalAutoRefreshWidgetConfig, OnBeforeSave, AggregationOption, DynamicComponentAlertAggregator, AlertService, DashboardChildComponent, ColorRangeBoundaries } from '@c8y/ngx-components';
5
5
  import { WidgetConfigService, ContextDashboardComponent } from '@c8y/ngx-components/context-dashboard';
6
6
  import { KPIDetails, DatapointSelectorModalOptions, DatapointAttributesFormConfig } from '@c8y/ngx-components/datapoint-selector';
7
- import { GlobalContextState, AggregationOptionStatus, WidgetControlsPresetConfig, GlobalContextWidgetWrapperComponent, WidgetConfigMigrationService, GlobalContextEvent } from '@c8y/ngx-components/global-context';
7
+ import { GlobalContextState, AggregationOptionStatus, PresetName, GLOBAL_CONTEXT_DISPLAY_MODE, WidgetConfigMigrationService } from '@c8y/ngx-components/global-context';
8
8
  import { Observable, BehaviorSubject } from 'rxjs';
9
9
  import { ISeries, IFetchResponse } from '@c8y/client';
10
10
  import { TimeStamp, MinMaxValues, SourceId, DataFetchingService, DatapointsValuesDataMap, ExportConfig } from '@c8y/ngx-components/datapoints-export-selector';
@@ -218,7 +218,7 @@ declare class DatapointsTableWidgetConfigComponent implements OnInit, OnBeforeSa
218
218
  disabledAggregationOptions: AggregationOptionStatus;
219
219
  defaultFormOptions: Partial<DatapointAttributesFormConfig>;
220
220
  formGroup: ReturnType<DatapointsTableWidgetConfigComponent['createForm']>;
221
- widgetControls: WidgetControlsPresetConfig;
221
+ widgetControls: "dataTable";
222
222
  /**
223
223
  * Debounced config for preview to prevent multiple series requests on initial load.
224
224
  * Uses auditTime to batch rapid emissions (e.g., from initConfig + GlobalContext processing).
@@ -493,11 +493,11 @@ declare class DatapointsTableViewService {
493
493
 
494
494
  declare class DatapointsTableViewWidgetComponent implements OnInit, OnDestroy {
495
495
  private alertService;
496
+ private dashboardChild;
496
497
  private datapointsTableViewService;
497
498
  private translateService;
498
499
  private dashboardContextComponent;
499
500
  private widgetConfigMigrationService;
500
- globalContextWidgetWrapperComponent: GlobalContextWidgetWrapperComponent;
501
501
  /**
502
502
  * Data points table widget config.
503
503
  */
@@ -556,7 +556,11 @@ declare class DatapointsTableViewWidgetComponent implements OnInit, OnDestroy {
556
556
  value: string[];
557
557
  }[];
558
558
  hasAnyActiveDatapoint: boolean;
559
- widgetControls: WidgetControlsPresetConfig;
559
+ displayMode: i0.WritableSignal<"config" | "view_and_config" | "dashboard">;
560
+ contextConfig: i0.WritableSignal<GlobalContextState>;
561
+ isLinkedToGlobal: i0.WritableSignal<boolean>;
562
+ widgetControls: i0.WritableSignal<PresetName>;
563
+ readonly GLOBAL_CONTEXT_DISPLAY_MODE: typeof GLOBAL_CONTEXT_DISPLAY_MODE;
560
564
  private TIMEOUT_ERROR_TEXT;
561
565
  private SERVER_ERROR_TEXT;
562
566
  private destroy$;
@@ -568,11 +572,15 @@ declare class DatapointsTableViewWidgetComponent implements OnInit, OnDestroy {
568
572
  * The message is only displayed when a component is initialized.
569
573
  */
570
574
  private isMissingAnyPermissionAlertShown;
571
- constructor(alertService: AlertService, datapointsTableViewService: DatapointsTableViewService, translateService: TranslateService, dashboardContextComponent: ContextDashboardComponent, widgetConfigMigrationService: WidgetConfigMigrationService);
575
+ constructor(alertService: AlertService, dashboardChild: DashboardChildComponent, datapointsTableViewService: DatapointsTableViewService, translateService: TranslateService, dashboardContextComponent: ContextDashboardComponent, widgetConfigMigrationService: WidgetConfigMigrationService);
572
576
  ngOnInit(): Promise<void>;
573
577
  ngOnChanges(): Promise<void>;
574
578
  ngOnDestroy(): void;
575
- onGlobalContextChange(change: GlobalContextEvent): Promise<void>;
579
+ onContextChange(event: {
580
+ context: GlobalContextState;
581
+ diff: GlobalContextState;
582
+ }): void;
583
+ onRefresh(): void;
576
584
  onExportModalOpen(isOpened: boolean): Promise<void>;
577
585
  onScrolling(isScrolling: boolean): void;
578
586
  /**
@@ -616,7 +624,7 @@ declare class DatapointsTableViewWidgetComponent implements OnInit, OnDestroy {
616
624
  private updateExportConfig;
617
625
  private checkIfHasAnyActiveDatapoint;
618
626
  private assignContextFromContextDashboard;
619
- static ɵfac: i0.ɵɵFactoryDeclaration<DatapointsTableViewWidgetComponent, [null, null, null, { optional: true; }, null]>;
627
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatapointsTableViewWidgetComponent, [null, { optional: true; }, null, null, { optional: true; }, null]>;
620
628
  static ɵcmp: i0.ɵɵComponentDeclaration<DatapointsTableViewWidgetComponent, "c8y-datapoints-table-view", never, { "config": { "alias": "config"; "required": false; }; "isInPreviewMode": { "alias": "isInPreviewMode"; "required": false; }; }, {}, never, never, true, never>;
621
629
  }
622
630
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/datapoints-table/datapoints-table-widget.model.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-view/adjust-aggregated-time-range.pipe.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table/datapoints-table.component.ts"],"sourcesContent":[null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;AAQA;AAEM;AACN;;AAEG;AACG;AAEN;AAEA;;;AAGG;AACG;AACN;;;AAGG;;AAEH;;;AAGG;AACG;;;AAGN;;AAEG;AACG;AACH;;AAGH;;AAEG;AACH;;;;;AAMA;AAMA;;;;;AAMA;AAEA;;;;;AAMA;AASA;;;;;;;;AASA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCM;;;AAGL;;;;;;AAOA;;;;;;AAOA;;;;AAKA;AAEK;;;;AAMJ;;AAEA;AACA;AACD;AAED;AACE;;AAEG;AACH;;;;AAIA;;;;;;AAMA;AACA;AACD;;;;;;;;;;;;;AAcA;;;;AAKC;;;;;;;;;;;AAWD;;;;;AAMA;;ACtKD;AAcE;AACA;AACA;AACA;;;;AAUA;;;;;AAAiD;AACjD;;;;AAAuD;;;AAGvD;;;;;;;AAAiE;;;;;AAOjE;;AAEA;;;AAWA;;;;AAIG;AACH;;AAMA;AAQA;AAIA;AAQA;AAMA;AAQA;;;AAaD;;ACtJD;;;;;;;AAOG;AACH;AAKE;;;;;AAKG;;AAuBH;;;;AAIG;AACH;AAiBA;;;;;AAKG;AACH;AAYA;AAMA;AAUA;AAQA;AAMA;AAMA;;;;AAIG;AACH;AAQA;;;;AAIG;AACH;AAIA;;;;;AAKG;AACH;AAUA;;;;AAIG;AACH;AAIA;;;;;AAKG;AACH;AAMA;;;;;AAKG;AACH;AAMA;;;;;;AAMG;AACH;;;AAWD;;ACjLD;AAIc;AAAQ;AAEpB;;;;;AAKG;AACH;AAIA;AAKA;;;;;;;;;;;;;;;;;;;;;;AAsBG;AACH;AAYA;;;;;;;;;AASG;;AAsCH;;;;;;;;AAQG;;AAgCH;;;;;AAKG;AACH;AAQA;AA6BA;;;;;;;;;;;;;;;AAeG;;AAqBH;;;;;;AAMG;AACH;AAQA;;;;;;;;;;;AAWG;;AAiCH;;;;;AAKG;AACH;AAmBA;AAMA;;;;;;;AAOG;AACH;;;AAIuC;AAqBvC;;;;;;;AAOG;AACH;AAuBA;;;;AAiBA;AAaA;;;;;AAKG;AACH;AAIA;AAQA;AAcA;;;;;;;;;;;;AAYG;AACH;AAIA;;;;;AAKG;AACH;;;AAGD;;AC1cD;AAkGI;AACA;AACA;AACY;AACZ;;AAtFF;;AAEG;;AAEH;;;AAGG;AACM;;AAIT;;AAEG;;AAEH;;AAEG;;AAEH;;;AAGG;;AAEH;;;AAGG;;;AAIH;;AAEG;;AAGH;;;AAGG;;AAEH;;;AAGG;AACH;AACA;;;AAGG;AACH;AACA;;AAEG;AACH;AAEA;AAEA;;;AAAiE;;;;;;;;;AAgBjE;;;AAGG;;AAIO;;AAkBJ;AAWN;;;AA2CA;AAmBA;;;;AAIG;AACH;AAMA;;;;;;;;;;;;;;AAcG;;AAgFH;;;;;;;;;;;AAWG;;AAmBH;AA2CA;AAYA;AAoBA;AAoBA;AAOA;;;AAUD;;AChcD;;;;;;;;AA6BY;AAEV;AACA;AAEA;;AAEG;;AAGH;AAaA;AAIA;AAIA;AASA;;;;;AAKG;AACH;AAIA;AASA;;;AAsBD;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/datapoints-table/datapoints-table-widget.model.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-view/adjust-aggregated-time-range.pipe.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.ts","../../../../widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table/datapoints-table.component.ts"],"sourcesContent":[null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;AAQA;AAEM;AACN;;AAEG;AACG;AAEN;AAEA;;;AAGG;AACG;AACN;;;AAGG;;AAEH;;;AAGG;AACG;;;AAGN;;AAEG;AACG;AACH;;AAGH;;AAEG;AACH;;;;;AAMA;AAMA;;;;;AAMA;AAEA;;;;;AAMA;AASA;;;;;;;;AASA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCM;;;AAGL;;;;;;AAOA;;;;;;AAOA;;;;AAKA;AAEK;;;;AAMJ;;AAEA;AACA;AACD;AAED;AACE;;AAEG;AACH;;;;AAIA;;;;;;AAMA;AACA;AACD;;;;;;;;;;;;;AAcA;;;;AAKC;;;;;;;;;;;AAWD;;;;;AAMA;;ACtKD;AAcE;AACA;AACA;AACA;;;;AAUA;;;;;AAAiD;AACjD;;;;AAAuD;;;AAGvD;;;;;;;AAAiE;;;;;AAOjE;;AAEA;;AAOA;AAEA;;;;AAIG;AACH;;AAMA;AAQA;AAIA;AAQA;AAMA;AAQA;;;AAaD;;ACpJD;;;;;;;AAOG;AACH;AAKE;;;;;AAKG;;AAuBH;;;;AAIG;AACH;AAiBA;;;;;AAKG;AACH;AAYA;AAMA;AAUA;AAQA;AAMA;AAMA;;;;AAIG;AACH;AAQA;;;;AAIG;AACH;AAIA;;;;;AAKG;AACH;AAUA;;;;AAIG;AACH;AAIA;;;;;AAKG;AACH;AAMA;;;;;AAKG;AACH;AAMA;;;;;;AAMG;AACH;;;AAWD;;ACjLD;AAIc;AAAQ;AAEpB;;;;;AAKG;AACH;AAIA;AAKA;;;;;;;;;;;;;;;;;;;;;;AAsBG;AACH;AAYA;;;;;;;;;AASG;;AAsCH;;;;;;;;AAQG;;AAgCH;;;;;AAKG;AACH;AAQA;AA6BA;;;;;;;;;;;;;;;AAeG;;AAqBH;;;;;;AAMG;AACH;AAQA;;;;;;;;;;;AAWG;;AAiCH;;;;;AAKG;AACH;AAmBA;AAMA;;;;;;;AAOG;AACH;;;AAIuC;AAqBvC;;;;;;;AAOG;AACH;AAuBA;;;;AAiBA;AAaA;;;;;AAKG;AACH;AAIA;AAQA;AAcA;;;;;;;;;;;;AAYG;AACH;AAIA;;;;;AAKG;AACH;;;AAGD;;ACrcD;AAqGI;AACY;AACZ;AACA;AACY;AACZ;AA3FF;;AAEG;;AAEH;;;AAGG;AACM;;AAIT;;AAEG;;AAEH;;AAEG;;AAEH;;;AAGG;;AAEH;;;AAGG;;;AAIH;;AAEG;;AAGH;;;AAGG;;AAEH;;;AAGG;AACH;AACA;;;AAGG;AACH;AACA;;AAEG;AACH;AAEA;AAEA;;;AAAiE;;AAIjE;AACA;AACA;AACA;;;;;;;;AAaA;;;AAGG;;;;AAwCG;AAWN;;;;AASgF;AAwBhF;;AAeA;AAiBA;;;;AAIG;AACH;AAMA;;;;;;;;;;;;;;AAcG;;AAgFH;;;;;;;;;;;AAWG;;AAmBH;AA2CA;AAYA;AAoBA;AAoBA;AAOA;;;AAUD;;AC7dD;;;;;;;;AA6BY;AAEV;AACA;AAEA;;AAEG;;AAGH;AAaA;AAIA;AAIA;AASA;;;;;AAKG;AACH;AAIA;AASA;;;AAsBD;;;"}
@@ -1,18 +1,17 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit } from '@angular/core';
3
- import { QuickLinksConfig, IQuickLink } from '@c8y/ngx-components/widgets/implementations/quick-links';
3
+ import { IQuickLink } from '@c8y/ngx-components/widgets/implementations/quick-links';
4
4
  import * as i1 from '@c8y/ngx-components';
5
5
  import * as i2 from '@angular/router';
6
6
 
7
7
  declare class WelcomeToDeviceManagementComponent implements OnInit {
8
- config: QuickLinksConfig;
9
8
  quickLinks: IQuickLink[];
10
9
  isLoading: boolean;
11
10
  welcomeMessage: "The Device Management application provides you with options to register, organize, and operate IoT devices from an operational perspective.";
12
11
  private injector;
13
12
  ngOnInit(): Promise<void>;
14
13
  static ɵfac: i0.ɵɵFactoryDeclaration<WelcomeToDeviceManagementComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<WelcomeToDeviceManagementComponent, "c8y-welcome-to-devicemanagement", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<WelcomeToDeviceManagementComponent, "c8y-welcome-to-devicemanagement", never, {}, {}, never, never, true, never>;
16
15
  }
17
16
 
18
17
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/device-management-welcome/welcome.component.ts","../../../../widgets/implementations/device-management-welcome/device-management-welcome-widget.module.ts"],"sourcesContent":[null,null],"names":[],"mappings":";;;;;;AAUA,cAAA,kCAAA,YAAA,MAAA;;;AASE;AACA;;;;;AA2BD;;AC1CD;;AAEG;AACH,cAAA,mCAAA;;;;AAGmD;;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/device-management-welcome/welcome.component.ts","../../../../widgets/implementations/device-management-welcome/device-management-welcome-widget.module.ts"],"sourcesContent":[null,null],"names":[],"mappings":";;;;;;AAOA,cAAA,kCAAA,YAAA,MAAA;;AAQE;AACA;;;;;AAsBD;;ACjCD;;AAEG;AACH,cAAA,mCAAA;;;;AAGmD;;;;"}
@@ -213,6 +213,8 @@ declare class HtmlWidgetComponent {
213
213
  readonly DEFAULT: "default";
214
214
  readonly ALARM_LIST: "alarmList";
215
215
  readonly CHART: "chart";
216
+ readonly DATA_TABLE: "dataTable";
217
+ readonly DATA_TABLE_CONFIG: "dataTableConfig";
216
218
  readonly LIVE_ONLY: "liveOnly";
217
219
  readonly AUTO_REFRESH_ONLY: "autoRefreshOnly";
218
220
  readonly AUTO_REFRESH_ONLY_CONFIG: "autoRefreshOnlyConfig";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/html-widget/html-widget.model.ts","../../../../widgets/implementations/html-widget/html-widget-config.service.ts","../../../../widgets/implementations/html-widget/advanced-settings/advanced-settings.component.ts","../../../../widgets/implementations/html-widget/html-ai-chat-tool-details.component.ts","../../../../widgets/implementations/html-widget/html-frame/html-frame.component.ts","../../../../widgets/implementations/html-widget/html-widget-config.component.ts","../../../../widgets/implementations/html-widget/html-widget-properties-selector/html-widget-properties-selector.component.ts","../../../../widgets/implementations/html-widget/html-widget.component.ts","../../../../widgets/implementations/html-widget/legacy-template.ts","../../../../widgets/implementations/html-widget/webcomponent-template.ts","../../../../widgets/implementations/html-widget/widget-code-editor-section/widget-code-editor.component.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;;;AAQM;AACJ;;;;AAKA;;;;;AAKG;;AAEJ;AAEK;;;;;;;;AASL;;;;AAKA;AAEK;;;AAGJ;AAID;;;;;;AAOA;;;;;;AAOA;AAED;AAgCA;AAQA;AAEA;;AC3EA;;;;AAGmD;AAAoB;AACrE;AACA;AACA;AACA;AAEA;AAgBA;AAEA;AAoBA;AAEA;AAkBA;;;;;AA2CA;AAaA;;;AAsBD;;AClKD;AAOE;AACA;AACA;AACA;AAEA;;;AAMA;AAIA;;;;AAyBM;;;AAMP;;AC3DD;;;AAQ0D;AACxD;AACA;AAEA;AAEA;;AAEG;;AAKH;;;AAWD;;ACHD;;AAYE;;AAKA;;;;;AAKG;AAEH;;;;;;;;;;;;AAoCA;AAKA;;;;;AAsFA;AAUA;AAeA;AA0BA;AASA;;AAiBA;;;AAuBD;;ACpQD;;AAsBE;AACA;AACA;AACA;AACA;;AAEA;;AAQA;AAKA;;AAgBA;AAOA;;;AAeD;;AC7FD;AAiBE;AACA;AAEA;;;;AAIG;;;;AAcJ;;AC9BD;AAYE;;AAEA;;AAQA;AACA;AACA;AACA;;;;;AAKG;AACH;;AAGA;;;;;;;;;;;;;;;;AAAmC;;AAInC;;;;AA8BgF;AAMhF;AAIA;AAKA;;;AAgBD;;ACvHD;;ACEA;;ACmBA;AAqBE;;;AAOA;AACA;;AAGA;AAIA;AACA;AACA;;AAEA;;;;;;;;;AAgBA;AAMA;;AAgCA;AAKA;;;;;AA8BA;;AA4BA;AAwGA;;;AAKD;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../widgets/implementations/html-widget/html-widget.model.ts","../../../../widgets/implementations/html-widget/html-widget-config.service.ts","../../../../widgets/implementations/html-widget/advanced-settings/advanced-settings.component.ts","../../../../widgets/implementations/html-widget/html-ai-chat-tool-details.component.ts","../../../../widgets/implementations/html-widget/html-frame/html-frame.component.ts","../../../../widgets/implementations/html-widget/html-widget-config.component.ts","../../../../widgets/implementations/html-widget/html-widget-properties-selector/html-widget-properties-selector.component.ts","../../../../widgets/implementations/html-widget/html-widget.component.ts","../../../../widgets/implementations/html-widget/legacy-template.ts","../../../../widgets/implementations/html-widget/webcomponent-template.ts","../../../../widgets/implementations/html-widget/widget-code-editor-section/widget-code-editor.component.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;;;AAQM;AACJ;;;;AAKA;;;;;AAKG;;AAEJ;AAEK;;;;;;;;AASL;;;;AAKA;AAEK;;;AAGJ;AAID;;;;;;AAOA;;;;;;AAOA;AAED;AAgCA;AAQA;AAEA;;AC3EA;;;;AAGmD;AAAoB;AACrE;AACA;AACA;AACA;AAEA;AAgBA;AAEA;AAoBA;AAEA;AAkBA;;;;;AA2CA;AAaA;;;AAsBD;;AClKD;AAOE;AACA;AACA;AACA;AAEA;;;AAMA;AAIA;;;;AAyBM;;;AAMP;;AC3DD;;;AAQ0D;AACxD;AACA;AAEA;AAEA;;AAEG;;AAKH;;;AAWD;;ACHD;;AAYE;;AAKA;;;;;AAKG;AAEH;;;;;;;;;;;;AAoCA;AAKA;;;;;AAsFA;AAUA;AAeA;AA0BA;AASA;;AAiBA;;;AAuBD;;ACpQD;;AAsBE;AACA;AACA;AACA;AACA;;AAEA;;AAQA;AAKA;;AAgBA;AAOA;;;AAeD;;AC7FD;AAiBE;AACA;AAEA;;;;AAIG;;;;AAcJ;;AC9BD;AAYE;;AAEA;;AAQA;AACA;AACA;AACA;;;;;AAKG;AACH;;AAGA;;;;;;;;;;;;;;;;;;AAAmC;;AAInC;;;;AA8BgF;AAMhF;AAIA;AAKA;;;AAgBD;;ACvHD;;ACEA;;ACmBA;AAqBE;;;AAOA;AACA;;AAGA;AAIA;AACA;AACA;;AAEA;;;;;;;;;AAgBA;AAMA;;AAgCA;AAKA;;;;;AA8BA;;AA4BA;AAwGA;;;AAKD;;;"}