ato-water-lib 0.0.98 → 0.0.100

Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,46 @@ export declare enum ENUM_ASSET_PARAMETERS {
79
79
  CONDUCTIVITY = "Conductivity",
80
80
  TEMPERATURE = "Temperature",
81
81
  REJECTION_RATE = "Rejection Rate",
82
- NORMALIZED_REJECTION_RATE = "Normalized Rejection Rate"
82
+ NORMALIZED_REJECTION_RATE = "Normalized Rejection Rate",
83
+ COMMON_RANGE = "Range",
84
+ COMMON_APPROACH = "Approach",
85
+ COMMON_WET_BULB_TEMPERATURE = "Web Bulb Temperature",
86
+ COMMON_FAN_SPEED = "Fan Speed",
87
+ COMMON_RETURN_TEMPERATURE = "Return Temperature",
88
+ COMMON_SUPPLY_TEMPERATURE = "Supply Temperature",
89
+ COMMON_LG_RATIO = "L/G Ratio",
90
+ VM_SUPPLY_TEMPERATURE = "Supply Temperature",
91
+ VM_WET_BULB_TEMPERATURE = "Wet Bulb Temperature",
92
+ VM_RANGE = "VMRange",
93
+ VM_APPROACH = "VMApproach",
94
+ VM_FAN_SPEED = "Fan Speed",
95
+ VM_RECIRCULATION_RATE = "Recirculation rate",
96
+ DATA_ANALYTICS_RETURN_TEMPERATURE = "Return Temperature",
97
+ DATA_ANALYTICS_SUPPLY_TEMPERATURE = "DA Supply Temperature",
98
+ DATA_ANALYTICS_WET_BULB_TEMPERATURE = "DA Wet Bulb Temperature",
99
+ DATA_ANALYTICS_RANGE = "DARange",
100
+ DATA_ANALYTICS_APPROACH = "DAApproach",
101
+ EFFICIENCY_DAILY_AVERAGE = "Efficiency Daily Average",
102
+ EFFICIENCY_ADJUSTED_DAILY_AVERAGE = "Efficiency Adjusted Daily Average",
103
+ LG_RATIO = "L/G Ratio",
104
+ NTU = "NTU",
105
+ WATER_ENERGY_CONSUMPTION_MAKEUP_FLOW_RATE = "Make Up Water flow rate",
106
+ WATER_ENERGY_CONSUMPTION_BLOWDOWN_FLOW_RATE = "Blowdown Water flow rate",
107
+ WATER_ENERGY_CONSUMPTION_FAN_SPEED = "Water & Energy Consumption Fan Speed",
108
+ CHLORINE_CONSUMPTION = "Chlorine Consumption",
109
+ DISPERSANT_CONSUMPTION = "Dispersant Consumption",
110
+ DESIGN_RECIRCULATION_RATE = "Design Recirculation Rate",
111
+ DESIGN_WET_BULB_TEMPERATURE = "Design Wet Bulb Temperature",
112
+ DESIGN_SUPPLY_TEMPERATURE = "Design Supply Temperature",
113
+ DESIGN_RETURN_TEMPERATURE = "Design Return Temperature",
114
+ DESIGN_RANGE = "Design Range [ manual or Rho ]",
115
+ DESIGN_APPROACH = "Design Approach [ Manual or Rho ]",
116
+ KPIS_RETURN_TEMPERATURE = "KPIs Return Temperature",
117
+ KPIS_SUPPLY_TEMPERATURE = "KPIs Supply Temperature",
118
+ KPIS_RANGE = "KPIs Range",
119
+ KPIS_APPROACH = "KPIs Approach",
120
+ KPIS_EFFICIENCY_ADJUSTED_DAILY_AVERAGE = "KPIs Efficiency Adjusted Daily Average",
121
+ KPIS_LG_RATIO = "KPIs L/G Ratio"
83
122
  }
84
123
  export declare enum WATER_SYSTEMS_NAME {
85
124
  EVAPORATION_LOSS = "Evaporation Loss",
@@ -139,7 +178,14 @@ export declare enum WATER_SYSTEMS_NAME {
139
178
  RO_RO__CHEMISTRY = "RO Chemistry",
140
179
  RO_PERMEATE__CHEMISTRY = "Permeate Chemistry",
141
180
  RO_SYSTEM_KPIS__CHEMISTRY = "System KPIs Chemistry",
142
- RO_CONCENTRATE__CHEMISTRY = "Concentrate Chemistry"
181
+ RO_CONCENTRATE__CHEMISTRY = "Concentrate Chemistry",
182
+ VISUAL_MANAGEMENT = "Visual Management",
183
+ DATA_ANALYTICS = "Data Analytics",
184
+ EFFICIENCY_AND_PERFORMANCE = "Efficiency and Performance",
185
+ WATER_AND_ENERGY_CONSUMPTION = "Water & Energy Consumption",
186
+ CHEMICALS_CONSUMPTION = "Chemicals consumption",
187
+ DESIGN_PARAMETERS = "Design Parameters",
188
+ SYSTEM_KPIS__COOLING_TOWER__PERFORMANCE = "System KPIs"
143
189
  }
144
190
  export declare const DATA_ASSET_PARAMETER_FIELDS: {
145
191
  "Feed Flow Rate": {
@@ -477,6 +523,134 @@ export declare const DATA_ASSET_PARAMETER_FIELDS: {
477
523
  name: ENUM_ASSET_PARAMETERS;
478
524
  key: ENUM_ASSET_PARAMETERS;
479
525
  };
526
+ "Supply Temperature": {
527
+ name: ENUM_ASSET_PARAMETERS;
528
+ key: ENUM_ASSET_PARAMETERS;
529
+ };
530
+ "Wet Bulb Temperature": {
531
+ name: ENUM_ASSET_PARAMETERS;
532
+ key: ENUM_ASSET_PARAMETERS;
533
+ };
534
+ VMRange: {
535
+ name: ENUM_ASSET_PARAMETERS;
536
+ key: ENUM_ASSET_PARAMETERS;
537
+ };
538
+ VMApproach: {
539
+ name: ENUM_ASSET_PARAMETERS;
540
+ key: ENUM_ASSET_PARAMETERS;
541
+ };
542
+ "Fan Speed": {
543
+ name: ENUM_ASSET_PARAMETERS;
544
+ key: ENUM_ASSET_PARAMETERS;
545
+ };
546
+ "Recirculation rate": {
547
+ name: ENUM_ASSET_PARAMETERS;
548
+ key: ENUM_ASSET_PARAMETERS;
549
+ };
550
+ "Return Temperature": {
551
+ name: ENUM_ASSET_PARAMETERS;
552
+ key: ENUM_ASSET_PARAMETERS;
553
+ };
554
+ "DA Supply Temperature": {
555
+ name: ENUM_ASSET_PARAMETERS;
556
+ key: ENUM_ASSET_PARAMETERS;
557
+ };
558
+ "DA Wet Bulb Temperature": {
559
+ name: ENUM_ASSET_PARAMETERS;
560
+ key: ENUM_ASSET_PARAMETERS;
561
+ };
562
+ DARange: {
563
+ name: ENUM_ASSET_PARAMETERS;
564
+ key: ENUM_ASSET_PARAMETERS;
565
+ };
566
+ DAApproach: {
567
+ name: ENUM_ASSET_PARAMETERS;
568
+ key: ENUM_ASSET_PARAMETERS;
569
+ };
570
+ "Efficiency Daily Average": {
571
+ name: ENUM_ASSET_PARAMETERS;
572
+ key: ENUM_ASSET_PARAMETERS;
573
+ };
574
+ "Efficiency Adjusted Daily Average": {
575
+ name: ENUM_ASSET_PARAMETERS;
576
+ key: ENUM_ASSET_PARAMETERS;
577
+ };
578
+ "L/G Ratio": {
579
+ name: ENUM_ASSET_PARAMETERS;
580
+ key: ENUM_ASSET_PARAMETERS;
581
+ };
582
+ NTU: {
583
+ name: ENUM_ASSET_PARAMETERS;
584
+ key: ENUM_ASSET_PARAMETERS;
585
+ };
586
+ "Make Up Water flow rate": {
587
+ name: ENUM_ASSET_PARAMETERS;
588
+ key: ENUM_ASSET_PARAMETERS;
589
+ };
590
+ "Blowdown Water flow rate": {
591
+ name: ENUM_ASSET_PARAMETERS;
592
+ key: ENUM_ASSET_PARAMETERS;
593
+ };
594
+ "Water & Energy Consumption Fan Speed": {
595
+ name: ENUM_ASSET_PARAMETERS;
596
+ key: ENUM_ASSET_PARAMETERS;
597
+ };
598
+ "Chlorine Consumption": {
599
+ name: ENUM_ASSET_PARAMETERS;
600
+ key: ENUM_ASSET_PARAMETERS;
601
+ };
602
+ "Dispersant Consumption": {
603
+ name: ENUM_ASSET_PARAMETERS;
604
+ key: ENUM_ASSET_PARAMETERS;
605
+ };
606
+ "Design Recirculation Rate": {
607
+ name: ENUM_ASSET_PARAMETERS;
608
+ key: ENUM_ASSET_PARAMETERS;
609
+ };
610
+ "Design Wet Bulb Temperature": {
611
+ name: ENUM_ASSET_PARAMETERS;
612
+ key: ENUM_ASSET_PARAMETERS;
613
+ };
614
+ "Design Supply Temperature": {
615
+ name: ENUM_ASSET_PARAMETERS;
616
+ key: ENUM_ASSET_PARAMETERS;
617
+ };
618
+ "Design Return Temperature": {
619
+ name: ENUM_ASSET_PARAMETERS;
620
+ key: ENUM_ASSET_PARAMETERS;
621
+ };
622
+ "Design Range [ manual or Rho ]": {
623
+ name: ENUM_ASSET_PARAMETERS;
624
+ key: ENUM_ASSET_PARAMETERS;
625
+ };
626
+ "Design Approach [ Manual or Rho ]": {
627
+ name: ENUM_ASSET_PARAMETERS;
628
+ key: ENUM_ASSET_PARAMETERS;
629
+ };
630
+ "KPIs Return Temperature": {
631
+ name: ENUM_ASSET_PARAMETERS;
632
+ key: ENUM_ASSET_PARAMETERS;
633
+ };
634
+ "KPIs Supply Temperature": {
635
+ name: ENUM_ASSET_PARAMETERS;
636
+ key: ENUM_ASSET_PARAMETERS;
637
+ };
638
+ "KPIs Range": {
639
+ name: ENUM_ASSET_PARAMETERS;
640
+ key: ENUM_ASSET_PARAMETERS;
641
+ };
642
+ "KPIs Approach": {
643
+ name: ENUM_ASSET_PARAMETERS;
644
+ key: ENUM_ASSET_PARAMETERS;
645
+ };
646
+ "KPIs Efficiency Adjusted Daily Average": {
647
+ name: string;
648
+ key: ENUM_ASSET_PARAMETERS;
649
+ };
650
+ "KPIs L/G Ratio": {
651
+ name: ENUM_ASSET_PARAMETERS;
652
+ key: ENUM_ASSET_PARAMETERS;
653
+ };
480
654
  };
481
655
  export declare const STYLE_TABLE_PARAM: {
482
656
  FLAMINGO: {
@@ -720,6 +894,48 @@ export declare const DATA_WATER_SYSTEMS: {
720
894
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
721
895
  title: WATER_SYSTEMS_NAME;
722
896
  };
897
+ "Visual Management": {
898
+ color: AtoGojsEditorModel.ENUM_COLORS;
899
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
900
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
901
+ title: WATER_SYSTEMS_NAME;
902
+ };
903
+ "Data Analytics": {
904
+ color: AtoGojsEditorModel.ENUM_COLORS;
905
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
906
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
907
+ title: WATER_SYSTEMS_NAME;
908
+ };
909
+ "Efficiency and Performance": {
910
+ color: AtoGojsEditorModel.ENUM_COLORS;
911
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
912
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
913
+ title: WATER_SYSTEMS_NAME;
914
+ };
915
+ "Water & Energy Consumption": {
916
+ color: AtoGojsEditorModel.ENUM_COLORS;
917
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
918
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
919
+ title: WATER_SYSTEMS_NAME;
920
+ };
921
+ "Chemicals consumption": {
922
+ color: AtoGojsEditorModel.ENUM_COLORS;
923
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
924
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
925
+ title: WATER_SYSTEMS_NAME;
926
+ };
927
+ "Design Parameters": {
928
+ color: AtoGojsEditorModel.ENUM_COLORS;
929
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
930
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
931
+ title: WATER_SYSTEMS_NAME;
932
+ };
933
+ "System KPIs": {
934
+ color: AtoGojsEditorModel.ENUM_COLORS;
935
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
936
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
937
+ title: WATER_SYSTEMS_NAME;
938
+ };
723
939
  };
724
940
  export declare const ASSET_CATEGORY_PARAMS: {
725
941
  "Evaporation Loss": {
@@ -762,6 +978,34 @@ export declare const ASSET_CATEGORY_PARAMS: {
762
978
  key: ENUM_ASSET_PARAMETERS;
763
979
  waterSystem: WATER_SYSTEMS_NAME;
764
980
  }[];
981
+ "Visual Management": {
982
+ name: ENUM_ASSET_PARAMETERS;
983
+ key: ENUM_ASSET_PARAMETERS;
984
+ }[];
985
+ "Data Analytics": {
986
+ name: ENUM_ASSET_PARAMETERS;
987
+ key: ENUM_ASSET_PARAMETERS;
988
+ }[];
989
+ "Efficiency and Performance": {
990
+ name: ENUM_ASSET_PARAMETERS;
991
+ key: ENUM_ASSET_PARAMETERS;
992
+ }[];
993
+ "Water & Energy Consumption": {
994
+ name: ENUM_ASSET_PARAMETERS;
995
+ key: ENUM_ASSET_PARAMETERS;
996
+ }[];
997
+ "Chemicals consumption": {
998
+ name: ENUM_ASSET_PARAMETERS;
999
+ key: ENUM_ASSET_PARAMETERS;
1000
+ }[];
1001
+ "Design Parameters": {
1002
+ name: ENUM_ASSET_PARAMETERS;
1003
+ key: ENUM_ASSET_PARAMETERS;
1004
+ }[];
1005
+ "System KPIs": {
1006
+ name: string;
1007
+ key: ENUM_ASSET_PARAMETERS;
1008
+ }[];
765
1009
  };
766
1010
  export declare const ASSET_CATEGORY_PARAMS__BOILER: any;
767
1011
  export declare const ASSET_CATEGORY_PARAMS__IMMERSED_UF: any;
@@ -780,7 +1024,8 @@ export declare enum COMPONENTS_GROUP_TYPE {
780
1024
  export declare enum ATO_ASSET_LAYERS {
781
1025
  FLOW = "Flow",
782
1026
  CHEMISTRY = "Chemistry",
783
- ANALYTICS = "Analytics"
1027
+ ANALYTICS = "Analytics",
1028
+ PERFORMANCE = "Performance"
784
1029
  }
785
1030
  export declare enum ATO_MAPPER_FROM {
786
1031
  HFW = "HFW",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.98",
3
+ "version": "0.0.100",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",