ato-water-lib 0.0.144 → 0.0.145

Sign up to get free protection for your applications and to get access to all the features.
@@ -6613,8 +6613,7 @@ const ATO_COMPONENTS_GROUP_DATA = {
6613
6613
  ...DATA_WATER_SYSTEMS[WATER_SYSTEMS_NAME.SYSTEM_KPIS],
6614
6614
  minSizeValue: new go.Size(100, NaN),
6615
6615
  selectable: false,
6616
- dataTable: ASSET_CATEGORY_PARAMS__INDUSTRIAL_GASES[WATER_SYSTEMS_NAME.SYSTEM_KPIS]
6617
- .map((e) => ({
6616
+ dataTable: ASSET_CATEGORY_PARAMS__INDUSTRIAL_GASES[WATER_SYSTEMS_NAME.SYSTEM_KPIS].map((e) => ({
6618
6617
  ...e,
6619
6618
  value: '',
6620
6619
  isEditable: true,
@@ -6833,7 +6832,7 @@ const ATO_COMPONENTS_GROUP_DATA = {
6833
6832
  },
6834
6833
  {
6835
6834
  key: 100,
6836
- type: AtoGojsEditorModel.ENUM_TEMPLATES.COOLING_TOWER,
6835
+ type: AtoGojsEditorModel.ENUM_TEMPLATES.INDUSTRIAL_GASES,
6837
6836
  isGroup: true,
6838
6837
  name: 'Group',
6839
6838
  },
@@ -8137,7 +8136,8 @@ class AtoDefaultGojsEditor {
8137
8136
  this.makeGroupBoilerTemplate(AtoGojsEditorModel.NODE_TEMPLATES[node?.type].icon, AtoGojsEditorModel.NODE_TEMPLATES[node?.type].name);
8138
8137
  return;
8139
8138
  }
8140
- if (node?.type === AtoGojsEditorModel.ENUM_TEMPLATES.COOLING_TOWER) {
8139
+ if (node?.type === AtoGojsEditorModel.ENUM_TEMPLATES.COOLING_TOWER ||
8140
+ node?.type === AtoGojsEditorModel.ENUM_TEMPLATES.INDUSTRIAL_GASES) {
8141
8141
  this.makeGroupCoolingTowerTemplate(AtoGojsEditorModel.NODE_TEMPLATES[node?.type].icon, AtoGojsEditorModel.NODE_TEMPLATES[node?.type].name);
8142
8142
  return;
8143
8143
  }