@flexem/fc-gui 3.0.0-alpha.67 → 3.0.0-alpha.68

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.
@@ -29,6 +29,7 @@ export class AlarmElement extends ConditionalDisplayElement {
29
29
  this.page = 0;
30
30
  this.totalCount = 0;
31
31
  this.pageSize = 5;
32
+ this.rootElement.selectAll('*').remove();
32
33
  this.logger = injector.get(LOGGER_SERVICE_TOKEN);
33
34
  this.localization = injector.get(LOCALIZATION);
34
35
  this.variableCommunicator = variableCommunicator;
@@ -108,7 +109,6 @@ export class AlarmElement extends ConditionalDisplayElement {
108
109
  return timePeriods;
109
110
  }
110
111
  init() {
111
- this.rootElement.selectAll('*').remove();
112
112
  if (this.model.filterSetting.alarmType) {
113
113
  const input = new GetAlarmsArgs(this.model.filterSetting.detailsData, this.startTime, this.endTime, this.pageSize, this.page * this.pageSize);
114
114
  this.alarmsStore.getHistoryAlarms(input).subscribe(result => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "bundles/fc-gui.umd.js",
3
- "version": "3.0.0-alpha.67",
3
+ "version": "3.0.0-alpha.68",
4
4
  "module": "public_api.js",
5
5
  "typings": "public_api.d.ts",
6
6
  "license": "UNLICENSED",