ato-water-lib 0.0.103 → 0.0.105

Sign up to get free protection for your applications and to get access to all the features.
@@ -187,7 +187,7 @@ export declare enum WATER_SYSTEMS_NAME {
187
187
  DATA_ANALYSIS = "Data Analysis",
188
188
  EFFICIENCY_AND_PERFORMANCE = "Efficiency and Performance",
189
189
  WATER_AND_ENERGY_CONSUMPTION = "Water & Energy Consumption",
190
- CHEMICALS_CONSUMPTION = "Chemicals consumption",
190
+ CHEMICALS_CONSUMPTION = "Chemicals Consumption",
191
191
  DESIGN_PARAMETERS = "Design Parameters",
192
192
  SYSTEM_KPIS__COOLING_TOWER__PERFORMANCE = "System KPIs"
193
193
  }
@@ -467,7 +467,7 @@ export declare const DATA_WATER_SYSTEMS: {
467
467
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
468
468
  title: WATER_SYSTEMS_NAME;
469
469
  };
470
- "Chemicals consumption": {
470
+ "Chemicals Consumption": {
471
471
  color: AtoGojsEditorModel.ENUM_COLORS;
472
472
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
473
473
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
@@ -607,7 +607,7 @@ export declare const ASSET_CATEGORY_PARAMS: {
607
607
  isReadOnly?: boolean | undefined;
608
608
  isFrom?: string | undefined;
609
609
  }[];
610
- "Chemicals consumption": {
610
+ "Chemicals Consumption": {
611
611
  name: string;
612
612
  key: string;
613
613
  waterSystem?: string | undefined;
@@ -2010,10 +2010,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
2010
2010
  dataTable: {
2011
2011
  value: string;
2012
2012
  isEditable: boolean;
2013
+ waterSystem: WATER_SYSTEMS_NAME;
2013
2014
  maxSizeValue: go.Size;
2014
2015
  name: string;
2015
2016
  key: string;
2016
- waterSystem?: string | undefined;
2017
2017
  visible?: boolean | undefined;
2018
2018
  isReadOnly?: boolean | undefined;
2019
2019
  isFrom?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.103",
3
+ "version": "0.0.105",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",