ato-water-lib 0.0.131 → 0.0.133

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,10 +106,8 @@ export declare enum ENUM_ASSET_PARAMETERS {
106
106
  DATA_ANALYSIS_WET_BULB_TEMPERATURE = "DA Wet Bulb Temperature",
107
107
  DATA_ANALYSIS_RANGE = "DARange",
108
108
  DATA_ANALYSIS_APPROACH = "DAApproach",
109
- EFFICIENCY_DAILY_AVERAGE = "Efficiency Daily Average",
110
- EFFICIENCY_ADJUSTED_DAILY_AVERAGE = "Efficiency Adjusted Daily Average",
111
- LG_RATIO = "L/G Ratio",
112
- NTU = "NTU",
109
+ DAILY_EFFICIENCY_AVG = "Daily Efficiency Avg",
110
+ ADJUSTED_EFFICIENCY_DAILY_AVG = "Adjusted Efficiency Daily Avg",
113
111
  WATER_ENERGY_CONSUMPTION_MAKEUP_FLOW_RATE = "Make Up Water Flow Rate",
114
112
  WATER_ENERGY_CONSUMPTION_BLOWDOWN_FLOW_RATE = "Blowdown Water Flow Rate",
115
113
  WATER_ENERGY_CONSUMPTION_FAN_SPEED = "Water & Energy Consumption Fan Speed",
@@ -125,8 +123,8 @@ export declare enum ENUM_ASSET_PARAMETERS {
125
123
  KPIS_SUPPLY_TEMPERATURE = "KPIs Supply Temperature",
126
124
  KPIS_RANGE = "KPIs Range",
127
125
  KPIS_APPROACH = "KPIs Approach",
128
- KPIS_EFFICIENCY_ADJUSTED_DAILY_AVERAGE = "KPIs Efficiency Adjusted Daily Average",
129
- KPIS_LG_RATIO = "KPIs L/G Ratio"
126
+ DAILY_EFFICIENCY = "Daily Efficiency",
127
+ ADJUSTED_EFFICIENCY = "Adjusted Efficiency"
130
128
  }
131
129
  export declare enum WATER_SYSTEMS_NAME {
132
130
  EVAPORATION_LOSS = "Evaporation Loss",
@@ -189,7 +187,7 @@ export declare enum WATER_SYSTEMS_NAME {
189
187
  RO_CONCENTRATE__CHEMISTRY = "Concentrate Chemistry",
190
188
  VISUAL_MANAGEMENT = "Visual Management",
191
189
  DATA_ANALYSIS = "Data Analysis",
192
- EFFICIENCY_AND_PERFORMANCE = "Efficiency and Performance",
190
+ EFFICIENCY = "Efficiency",
193
191
  WATER_AND_ENERGY_CONSUMPTION = "Water & Energy Consumption",
194
192
  CHEMICALS_CONSUMPTION = "Chemicals Consumption",
195
193
  DESIGN_PARAMETERS = "Design Parameters",
@@ -456,7 +454,7 @@ export declare const DATA_WATER_SYSTEMS: {
456
454
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
457
455
  title: WATER_SYSTEMS_NAME;
458
456
  };
459
- "Efficiency and Performance": {
457
+ Efficiency: {
460
458
  color: AtoGojsEditorModel.ENUM_COLORS;
461
459
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
462
460
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
@@ -588,7 +586,7 @@ export declare const ASSET_CATEGORY_PARAMS: {
588
586
  isReadOnly?: boolean | undefined;
589
587
  isFrom?: string | undefined;
590
588
  }[];
591
- "Efficiency and Performance": {
589
+ Efficiency: {
592
590
  name: string;
593
591
  key: string;
594
592
  waterSystem?: string | undefined;
@@ -657,7 +655,7 @@ export declare enum ATO_ASSET_LAYERS {
657
655
  FLOW = "Flow",
658
656
  CHEMISTRY = "Chemistry",
659
657
  ANALYTICS = "Analytics",
660
- PERFORMANCE = "Performance"
658
+ EFFICIENCY = "Efficiency"
661
659
  }
662
660
  export declare enum ATO_SPOT_LOCATION_TYPE {
663
661
  SPOT_INFLOW = "spotInflow",
@@ -1459,7 +1457,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1459
1457
  extendedDataResponsive?: undefined;
1460
1458
  source?: undefined;
1461
1459
  selectable?: undefined;
1462
- extendedDataPerformance?: undefined;
1460
+ extendedDataEfficiency?: undefined;
1463
1461
  isGroup?: undefined;
1464
1462
  } | {
1465
1463
  key: number;
@@ -1484,7 +1482,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1484
1482
  loc?: undefined;
1485
1483
  source?: undefined;
1486
1484
  selectable?: undefined;
1487
- extendedDataPerformance?: undefined;
1485
+ extendedDataEfficiency?: undefined;
1488
1486
  isGroup?: undefined;
1489
1487
  } | {
1490
1488
  minSizeValue: go.Size;
@@ -1524,7 +1522,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1524
1522
  data?: undefined;
1525
1523
  name?: undefined;
1526
1524
  source?: undefined;
1527
- extendedDataPerformance?: undefined;
1525
+ extendedDataEfficiency?: undefined;
1528
1526
  isGroup?: undefined;
1529
1527
  } | {
1530
1528
  minSizeValue: go.Size;
@@ -1553,7 +1551,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1553
1551
  data?: undefined;
1554
1552
  name?: undefined;
1555
1553
  source?: undefined;
1556
- extendedDataPerformance?: undefined;
1554
+ extendedDataEfficiency?: undefined;
1557
1555
  isGroup?: undefined;
1558
1556
  } | {
1559
1557
  key: number;
@@ -1567,7 +1565,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1567
1565
  loc?: undefined;
1568
1566
  visible?: undefined;
1569
1567
  };
1570
- extendedDataPerformance: {
1568
+ extendedDataEfficiency: {
1571
1569
  margin: go.Margin;
1572
1570
  };
1573
1571
  extendedDataResponsive: {
@@ -1599,7 +1597,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1599
1597
  data?: undefined;
1600
1598
  source?: undefined;
1601
1599
  selectable?: undefined;
1602
- extendedDataPerformance?: undefined;
1600
+ extendedDataEfficiency?: undefined;
1603
1601
  isGroup?: undefined;
1604
1602
  } | {
1605
1603
  minSizeValue: go.Size;
@@ -1640,7 +1638,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1640
1638
  data?: undefined;
1641
1639
  name?: undefined;
1642
1640
  source?: undefined;
1643
- extendedDataPerformance?: undefined;
1641
+ extendedDataEfficiency?: undefined;
1644
1642
  isGroup?: undefined;
1645
1643
  } | {
1646
1644
  key: number;
@@ -1655,7 +1653,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1655
1653
  extendedDataResponsive?: undefined;
1656
1654
  source?: undefined;
1657
1655
  selectable?: undefined;
1658
- extendedDataPerformance?: undefined;
1656
+ extendedDataEfficiency?: undefined;
1659
1657
  })[];
1660
1658
  linkDataArray: never[];
1661
1659
  };
@@ -15,6 +15,7 @@ export declare class AtoDefaultGojsEditor implements OnDestroy {
15
15
  $: typeof go.GraphObject.make;
16
16
  animationInterval: any;
17
17
  defaultScaleZoomToFit?: number;
18
+ optionList: any[];
18
19
  private _initialOptions;
19
20
  checkLinkCondition(fromNode: go.Node, fromPort: go.GraphObject, toNode: go.Node, toPort: go.GraphObject, link: go.Link): boolean;
20
21
  set initialOptions(v: any);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.131",
3
+ "version": "0.0.133",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",