ato-water-lib 0.0.143 → 0.0.145
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/constants/components-group-const.mjs +674 -79
- package/esm2020/lib/models/default-gojs-editor.model.mjs +5 -2
- package/esm2020/lib/models/gojs-editor.model.mjs +12 -1
- package/fesm2015/ato-water-lib.mjs +386 -47
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +689 -80
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/constants/components-group-const.d.ts +386 -70
- package/lib/models/gojs-editor.model.d.ts +2 -0
- package/package.json +1 -1
@@ -78,16 +78,24 @@ export declare enum ENUM_ASSET_PARAMETERS {
|
|
78
78
|
CHEMISTRY_PERMEATE_TEMPERATURE_AFTER_BP = "Chemistry_Permeate_Temperature_After_BP",
|
79
79
|
CHEMISTRY_PERMEATE_CONDUCTIVITY = "Chemistry_Permeate_Conductivity",
|
80
80
|
CHEMISTRY_FEED_TURBIDITY = "Chemistry_Feed_Turbidity",
|
81
|
-
|
82
|
-
|
81
|
+
FLOW_SYSTEM_KPI_NORM_DIFF_PRES = "Norm Diff Pres",
|
82
|
+
FLOW_SYSTEM_KPI_NORM_PERM_FLOW = "Norm Perm Flow",
|
83
|
+
FLOW_SYSTEM_KPI_RECOVERY = "Recovery",
|
84
|
+
FLOW_RO_RECOVERY = "Recovery",
|
85
|
+
FLOW_RO_PRIMARY_PRESSURE = "Primary Pressure",
|
86
|
+
FLOW_CONCENTRATE_FLOW_RATE = "Flow Rate",
|
87
|
+
FLOW_CONCENTRATE_DIFFERENTIAL_PRESSURE = "Differential Pressure",
|
88
|
+
FLOW_FEED_CF_DIFFERENTIAL_PRESSURE = "CF Differential Pressure",
|
83
89
|
CONDENSATE_PRESSURE = "Condensate Pressure",
|
84
90
|
PRESSURE = "Pressure",
|
85
91
|
DIFFERENTIAL_PRESSURE = "Differential Pressure",
|
86
92
|
TDS = "TDS",
|
87
93
|
CONDUCTIVITY = "Conductivity",
|
88
94
|
TEMPERATURE = "Temperature",
|
89
|
-
|
90
|
-
|
95
|
+
MEMBRANE_REJECTION = "Membrane Rejection",
|
96
|
+
NORM_SALT_PASS = "Norm Salt Pass",
|
97
|
+
PERM_COND = "Perm Cond",
|
98
|
+
FEED_PH = "Feed pH",
|
91
99
|
COMMON_RANGE = "Range",
|
92
100
|
COMMON_APPROACH = "Approach",
|
93
101
|
COMMON_WET_BULB_TEMPERATURE = "Wet Bulb Temperature",
|
@@ -124,7 +132,12 @@ export declare enum ENUM_ASSET_PARAMETERS {
|
|
124
132
|
KPIS_RANGE = "KPIs Range",
|
125
133
|
KPIS_APPROACH = "KPIs Approach",
|
126
134
|
DAILY_EFFICIENCY = "Daily Efficiency",
|
127
|
-
ADJUSTED_EFFICIENCY = "Adjusted Efficiency"
|
135
|
+
ADJUSTED_EFFICIENCY = "Adjusted Efficiency",
|
136
|
+
CONNECTIVITY = "Connectivity",
|
137
|
+
FLOW_SWITCH = "Flow Switch",
|
138
|
+
ORP = "ORP",
|
139
|
+
pH = "pH",
|
140
|
+
DELTA_PH = "Delta pH"
|
128
141
|
}
|
129
142
|
export declare enum WATER_SYSTEMS_NAME {
|
130
143
|
EVAPORATION_LOSS = "Evaporation Loss",
|
@@ -637,6 +650,158 @@ export declare const ASSET_CATEGORY_PARAMS: {
|
|
637
650
|
isFrom?: string | undefined;
|
638
651
|
}[];
|
639
652
|
};
|
653
|
+
export declare const ASSET_CATEGORY_PARAMS__INDUSTRIAL_GASES: {
|
654
|
+
"Evaporation Loss": {
|
655
|
+
name: string;
|
656
|
+
key: string;
|
657
|
+
waterSystem?: string | undefined;
|
658
|
+
isEditable?: boolean | undefined;
|
659
|
+
value?: any;
|
660
|
+
visible?: boolean | undefined;
|
661
|
+
isReadOnly?: boolean | undefined;
|
662
|
+
isFrom?: string | undefined;
|
663
|
+
}[];
|
664
|
+
"Warmer Water (Recirculation)": {
|
665
|
+
name: string;
|
666
|
+
key: string;
|
667
|
+
waterSystem?: string | undefined;
|
668
|
+
isEditable?: boolean | undefined;
|
669
|
+
value?: any;
|
670
|
+
visible?: boolean | undefined;
|
671
|
+
isReadOnly?: boolean | undefined;
|
672
|
+
isFrom?: string | undefined;
|
673
|
+
}[];
|
674
|
+
"Makeup Water Flow": {
|
675
|
+
name: string;
|
676
|
+
key: string;
|
677
|
+
waterSystem?: string | undefined;
|
678
|
+
isEditable?: boolean | undefined;
|
679
|
+
value?: any;
|
680
|
+
visible?: boolean | undefined;
|
681
|
+
isReadOnly?: boolean | undefined;
|
682
|
+
isFrom?: string | undefined;
|
683
|
+
}[];
|
684
|
+
"Makeup Water Chemistry": {
|
685
|
+
name: string;
|
686
|
+
key: string;
|
687
|
+
waterSystem?: string | undefined;
|
688
|
+
isEditable?: boolean | undefined;
|
689
|
+
value?: any;
|
690
|
+
visible?: boolean | undefined;
|
691
|
+
isReadOnly?: boolean | undefined;
|
692
|
+
isFrom?: string | undefined;
|
693
|
+
}[];
|
694
|
+
"Blowdown Water": {
|
695
|
+
name: string;
|
696
|
+
key: string;
|
697
|
+
waterSystem?: string | undefined;
|
698
|
+
isEditable?: boolean | undefined;
|
699
|
+
value?: any;
|
700
|
+
visible?: boolean | undefined;
|
701
|
+
isReadOnly?: boolean | undefined;
|
702
|
+
isFrom?: string | undefined;
|
703
|
+
}[];
|
704
|
+
"Cooling Water Analysis": {
|
705
|
+
name: string;
|
706
|
+
key: string;
|
707
|
+
waterSystem?: string | undefined;
|
708
|
+
isEditable?: boolean | undefined;
|
709
|
+
value?: any;
|
710
|
+
visible?: boolean | undefined;
|
711
|
+
isReadOnly?: boolean | undefined;
|
712
|
+
isFrom?: string | undefined;
|
713
|
+
}[];
|
714
|
+
"Cooling Water Chemistry": {
|
715
|
+
name: string;
|
716
|
+
key: string;
|
717
|
+
waterSystem?: string | undefined;
|
718
|
+
isEditable?: boolean | undefined;
|
719
|
+
value?: any;
|
720
|
+
visible?: boolean | undefined;
|
721
|
+
isReadOnly?: boolean | undefined;
|
722
|
+
isFrom?: string | undefined;
|
723
|
+
}[];
|
724
|
+
"System KPI's": {
|
725
|
+
name: string;
|
726
|
+
key: string;
|
727
|
+
waterSystem?: string | undefined;
|
728
|
+
isEditable?: boolean | undefined;
|
729
|
+
value?: any;
|
730
|
+
visible?: boolean | undefined;
|
731
|
+
isReadOnly?: boolean | undefined;
|
732
|
+
isFrom?: string | undefined;
|
733
|
+
}[];
|
734
|
+
"Visual Management": {
|
735
|
+
name: string;
|
736
|
+
key: string;
|
737
|
+
waterSystem?: string | undefined;
|
738
|
+
isEditable?: boolean | undefined;
|
739
|
+
value?: any;
|
740
|
+
visible?: boolean | undefined;
|
741
|
+
isReadOnly?: boolean | undefined;
|
742
|
+
isFrom?: string | undefined;
|
743
|
+
}[];
|
744
|
+
"Data Analysis": {
|
745
|
+
name: string;
|
746
|
+
key: string;
|
747
|
+
waterSystem?: string | undefined;
|
748
|
+
isEditable?: boolean | undefined;
|
749
|
+
value?: any;
|
750
|
+
visible?: boolean | undefined;
|
751
|
+
isReadOnly?: boolean | undefined;
|
752
|
+
isFrom?: string | undefined;
|
753
|
+
}[];
|
754
|
+
Efficiency: {
|
755
|
+
name: string;
|
756
|
+
key: string;
|
757
|
+
waterSystem?: string | undefined;
|
758
|
+
isEditable?: boolean | undefined;
|
759
|
+
value?: any;
|
760
|
+
visible?: boolean | undefined;
|
761
|
+
isReadOnly?: boolean | undefined;
|
762
|
+
isFrom?: string | undefined;
|
763
|
+
}[];
|
764
|
+
"Water & Energy Consumption": {
|
765
|
+
name: string;
|
766
|
+
key: string;
|
767
|
+
waterSystem?: string | undefined;
|
768
|
+
isEditable?: boolean | undefined;
|
769
|
+
value?: any;
|
770
|
+
visible?: boolean | undefined;
|
771
|
+
isReadOnly?: boolean | undefined;
|
772
|
+
isFrom?: string | undefined;
|
773
|
+
}[];
|
774
|
+
"Chemicals Consumption": {
|
775
|
+
name: string;
|
776
|
+
key: string;
|
777
|
+
waterSystem?: string | undefined;
|
778
|
+
isEditable?: boolean | undefined;
|
779
|
+
value?: any;
|
780
|
+
visible?: boolean | undefined;
|
781
|
+
isReadOnly?: boolean | undefined;
|
782
|
+
isFrom?: string | undefined;
|
783
|
+
}[];
|
784
|
+
"Design Parameters": {
|
785
|
+
name: string;
|
786
|
+
key: string;
|
787
|
+
waterSystem?: string | undefined;
|
788
|
+
isEditable?: boolean | undefined;
|
789
|
+
value?: any;
|
790
|
+
visible?: boolean | undefined;
|
791
|
+
isReadOnly?: boolean | undefined;
|
792
|
+
isFrom?: string | undefined;
|
793
|
+
}[];
|
794
|
+
"System KPIs": {
|
795
|
+
name: string;
|
796
|
+
key: string;
|
797
|
+
waterSystem?: string | undefined;
|
798
|
+
isEditable?: boolean | undefined;
|
799
|
+
value?: any;
|
800
|
+
visible?: boolean | undefined;
|
801
|
+
isReadOnly?: boolean | undefined;
|
802
|
+
isFrom?: string | undefined;
|
803
|
+
}[];
|
804
|
+
};
|
640
805
|
export declare const ASSET_CATEGORY_PARAMS__BOILER: any;
|
641
806
|
export declare const ASSET_CATEGORY_PARAMS__IMMERSED_UF: any;
|
642
807
|
export declare const ASSET_CATEGORY_PARAMS__RO_WATER_TREATMENT: any;
|
@@ -926,71 +1091,6 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
926
1091
|
source?: undefined;
|
927
1092
|
margin?: undefined;
|
928
1093
|
isGroup?: undefined;
|
929
|
-
} | {
|
930
|
-
minSizeValue: go.Size;
|
931
|
-
selectable: boolean;
|
932
|
-
isShowDataLongitudinal: boolean;
|
933
|
-
dataTable: any;
|
934
|
-
assetLayers: ATO_ASSET_LAYERS;
|
935
|
-
extendedData: {
|
936
|
-
visible: boolean;
|
937
|
-
loc?: undefined;
|
938
|
-
};
|
939
|
-
extendedDataResponsive: {
|
940
|
-
visible: boolean;
|
941
|
-
loc?: undefined;
|
942
|
-
};
|
943
|
-
color: AtoGojsEditorModel.ENUM_COLORS;
|
944
|
-
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
945
|
-
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
946
|
-
titleTextColor: AtoGojsEditorModel.ENUM_COLORS;
|
947
|
-
title: WATER_SYSTEMS_NAME;
|
948
|
-
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
949
|
-
group: number;
|
950
|
-
loc: string;
|
951
|
-
padding: go.Margin;
|
952
|
-
value?: undefined;
|
953
|
-
font?: undefined;
|
954
|
-
colorValue?: undefined;
|
955
|
-
tooltip?: undefined;
|
956
|
-
key?: undefined;
|
957
|
-
data?: undefined;
|
958
|
-
name?: undefined;
|
959
|
-
source?: undefined;
|
960
|
-
margin?: undefined;
|
961
|
-
isGroup?: undefined;
|
962
|
-
} | {
|
963
|
-
minSizeValue: go.Size;
|
964
|
-
selectable: boolean;
|
965
|
-
dataTable: any;
|
966
|
-
assetLayers: ATO_ASSET_LAYERS;
|
967
|
-
extendedData: {
|
968
|
-
visible: boolean;
|
969
|
-
loc?: undefined;
|
970
|
-
};
|
971
|
-
extendedDataResponsive: {
|
972
|
-
visible: boolean;
|
973
|
-
loc?: undefined;
|
974
|
-
};
|
975
|
-
color: AtoGojsEditorModel.ENUM_COLORS;
|
976
|
-
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
977
|
-
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
978
|
-
titleTextColor: AtoGojsEditorModel.ENUM_COLORS;
|
979
|
-
title: WATER_SYSTEMS_NAME;
|
980
|
-
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
981
|
-
group: number;
|
982
|
-
loc: string;
|
983
|
-
padding: go.Margin;
|
984
|
-
value?: undefined;
|
985
|
-
font?: undefined;
|
986
|
-
colorValue?: undefined;
|
987
|
-
tooltip?: undefined;
|
988
|
-
key?: undefined;
|
989
|
-
data?: undefined;
|
990
|
-
name?: undefined;
|
991
|
-
source?: undefined;
|
992
|
-
margin?: undefined;
|
993
|
-
isGroup?: undefined;
|
994
1094
|
} | {
|
995
1095
|
key: number;
|
996
1096
|
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
@@ -1657,6 +1757,222 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
1657
1757
|
})[];
|
1658
1758
|
linkDataArray: never[];
|
1659
1759
|
};
|
1760
|
+
IndustrialGases: {
|
1761
|
+
nodeDataArray: ({
|
1762
|
+
key: number;
|
1763
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1764
|
+
group: number;
|
1765
|
+
loc: string;
|
1766
|
+
data: {
|
1767
|
+
quantity: number;
|
1768
|
+
unit: string;
|
1769
|
+
};
|
1770
|
+
name: string;
|
1771
|
+
color: string;
|
1772
|
+
extendedData?: undefined;
|
1773
|
+
extendedDataResponsive?: undefined;
|
1774
|
+
source?: undefined;
|
1775
|
+
selectable?: undefined;
|
1776
|
+
extendedDataEfficiency?: undefined;
|
1777
|
+
isGroup?: undefined;
|
1778
|
+
} | {
|
1779
|
+
key: number;
|
1780
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1781
|
+
group: number;
|
1782
|
+
data: {
|
1783
|
+
quantity: number;
|
1784
|
+
unit: string;
|
1785
|
+
};
|
1786
|
+
name: string;
|
1787
|
+
color: string;
|
1788
|
+
extendedData: {
|
1789
|
+
loc: string;
|
1790
|
+
visible?: undefined;
|
1791
|
+
margin?: undefined;
|
1792
|
+
};
|
1793
|
+
extendedDataResponsive: {
|
1794
|
+
loc: string;
|
1795
|
+
visible?: undefined;
|
1796
|
+
margin?: undefined;
|
1797
|
+
};
|
1798
|
+
loc?: undefined;
|
1799
|
+
source?: undefined;
|
1800
|
+
selectable?: undefined;
|
1801
|
+
extendedDataEfficiency?: undefined;
|
1802
|
+
isGroup?: undefined;
|
1803
|
+
} | {
|
1804
|
+
minSizeValue: go.Size;
|
1805
|
+
selectable: boolean;
|
1806
|
+
dataTable: {
|
1807
|
+
value: string;
|
1808
|
+
isEditable: boolean;
|
1809
|
+
maxSizeValue: go.Size;
|
1810
|
+
name: string;
|
1811
|
+
key: string;
|
1812
|
+
waterSystem?: string | undefined;
|
1813
|
+
visible?: boolean | undefined;
|
1814
|
+
isReadOnly?: boolean | undefined;
|
1815
|
+
isFrom?: string | undefined;
|
1816
|
+
}[];
|
1817
|
+
visible: boolean;
|
1818
|
+
assetLayers: ATO_ASSET_LAYERS;
|
1819
|
+
extendedData: {
|
1820
|
+
visible: boolean;
|
1821
|
+
loc?: undefined;
|
1822
|
+
margin?: undefined;
|
1823
|
+
};
|
1824
|
+
extendedDataResponsive: {
|
1825
|
+
visible: boolean;
|
1826
|
+
loc?: undefined;
|
1827
|
+
margin?: undefined;
|
1828
|
+
};
|
1829
|
+
color: AtoGojsEditorModel.ENUM_COLORS;
|
1830
|
+
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
1831
|
+
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
1832
|
+
title: WATER_SYSTEMS_NAME;
|
1833
|
+
key: number;
|
1834
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1835
|
+
group: number;
|
1836
|
+
loc: string;
|
1837
|
+
padding: go.Margin;
|
1838
|
+
data?: undefined;
|
1839
|
+
name?: undefined;
|
1840
|
+
source?: undefined;
|
1841
|
+
extendedDataEfficiency?: undefined;
|
1842
|
+
isGroup?: undefined;
|
1843
|
+
} | {
|
1844
|
+
minSizeValue: go.Size;
|
1845
|
+
selectable: boolean;
|
1846
|
+
dataTable: any[];
|
1847
|
+
assetLayers: ATO_ASSET_LAYERS;
|
1848
|
+
extendedData: {
|
1849
|
+
visible: boolean;
|
1850
|
+
loc?: undefined;
|
1851
|
+
margin?: undefined;
|
1852
|
+
};
|
1853
|
+
extendedDataResponsive: {
|
1854
|
+
visible: boolean;
|
1855
|
+
loc?: undefined;
|
1856
|
+
margin?: undefined;
|
1857
|
+
};
|
1858
|
+
color: AtoGojsEditorModel.ENUM_COLORS;
|
1859
|
+
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
1860
|
+
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
1861
|
+
title: WATER_SYSTEMS_NAME;
|
1862
|
+
key: number;
|
1863
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1864
|
+
group: number;
|
1865
|
+
padding: go.Margin;
|
1866
|
+
loc: string;
|
1867
|
+
data?: undefined;
|
1868
|
+
name?: undefined;
|
1869
|
+
source?: undefined;
|
1870
|
+
extendedDataEfficiency?: undefined;
|
1871
|
+
isGroup?: undefined;
|
1872
|
+
} | {
|
1873
|
+
key: number;
|
1874
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1875
|
+
source: string;
|
1876
|
+
group: number;
|
1877
|
+
loc: string;
|
1878
|
+
selectable: boolean;
|
1879
|
+
extendedData: {
|
1880
|
+
margin: go.Margin;
|
1881
|
+
loc?: undefined;
|
1882
|
+
visible?: undefined;
|
1883
|
+
};
|
1884
|
+
extendedDataEfficiency: {
|
1885
|
+
margin: go.Margin;
|
1886
|
+
};
|
1887
|
+
extendedDataResponsive: {
|
1888
|
+
margin: go.Margin;
|
1889
|
+
loc?: undefined;
|
1890
|
+
visible?: undefined;
|
1891
|
+
};
|
1892
|
+
data?: undefined;
|
1893
|
+
name?: undefined;
|
1894
|
+
color?: undefined;
|
1895
|
+
isGroup?: undefined;
|
1896
|
+
} | {
|
1897
|
+
key: number;
|
1898
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1899
|
+
group: number;
|
1900
|
+
loc: string;
|
1901
|
+
name: string;
|
1902
|
+
color: AtoGojsEditorModel.ENUM_COLORS;
|
1903
|
+
extendedData: {
|
1904
|
+
visible: boolean;
|
1905
|
+
loc?: undefined;
|
1906
|
+
margin?: undefined;
|
1907
|
+
};
|
1908
|
+
extendedDataResponsive: {
|
1909
|
+
visible: boolean;
|
1910
|
+
loc?: undefined;
|
1911
|
+
margin?: undefined;
|
1912
|
+
};
|
1913
|
+
data?: undefined;
|
1914
|
+
source?: undefined;
|
1915
|
+
selectable?: undefined;
|
1916
|
+
extendedDataEfficiency?: undefined;
|
1917
|
+
isGroup?: undefined;
|
1918
|
+
} | {
|
1919
|
+
minSizeValue: go.Size;
|
1920
|
+
selectable: boolean;
|
1921
|
+
dataTable: {
|
1922
|
+
maxSizeValue: go.Size;
|
1923
|
+
desiredSizeNameParam: go.Size;
|
1924
|
+
waterSystem: WATER_SYSTEMS_NAME;
|
1925
|
+
name: string;
|
1926
|
+
key: string;
|
1927
|
+
isEditable?: boolean | undefined;
|
1928
|
+
value?: any;
|
1929
|
+
visible?: boolean | undefined;
|
1930
|
+
isReadOnly?: boolean | undefined;
|
1931
|
+
isFrom?: string | undefined;
|
1932
|
+
}[];
|
1933
|
+
assetLayers: ATO_ASSET_LAYERS;
|
1934
|
+
isFrom: ATO_MAPPER_FROM;
|
1935
|
+
extendedData: {
|
1936
|
+
visible: boolean;
|
1937
|
+
loc?: undefined;
|
1938
|
+
margin?: undefined;
|
1939
|
+
};
|
1940
|
+
extendedDataResponsive: {
|
1941
|
+
visible: boolean;
|
1942
|
+
loc?: undefined;
|
1943
|
+
margin?: undefined;
|
1944
|
+
};
|
1945
|
+
color: AtoGojsEditorModel.ENUM_COLORS;
|
1946
|
+
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
1947
|
+
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
1948
|
+
title: WATER_SYSTEMS_NAME;
|
1949
|
+
key: number;
|
1950
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1951
|
+
group: number;
|
1952
|
+
padding: go.Margin;
|
1953
|
+
loc: string;
|
1954
|
+
data?: undefined;
|
1955
|
+
name?: undefined;
|
1956
|
+
source?: undefined;
|
1957
|
+
extendedDataEfficiency?: undefined;
|
1958
|
+
isGroup?: undefined;
|
1959
|
+
} | {
|
1960
|
+
key: number;
|
1961
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1962
|
+
isGroup: boolean;
|
1963
|
+
name: string;
|
1964
|
+
group?: undefined;
|
1965
|
+
loc?: undefined;
|
1966
|
+
data?: undefined;
|
1967
|
+
color?: undefined;
|
1968
|
+
extendedData?: undefined;
|
1969
|
+
extendedDataResponsive?: undefined;
|
1970
|
+
source?: undefined;
|
1971
|
+
selectable?: undefined;
|
1972
|
+
extendedDataEfficiency?: undefined;
|
1973
|
+
})[];
|
1974
|
+
linkDataArray: never[];
|
1975
|
+
};
|
1660
1976
|
ImmersedUFWaterTreatments: {
|
1661
1977
|
nodeDataArray: ({
|
1662
1978
|
key: number;
|
@@ -72,6 +72,7 @@ export declare namespace AtoGojsEditorModel {
|
|
72
72
|
enum ENUM_TEMPLATES {
|
73
73
|
STORAGE = "Storage",
|
74
74
|
COOLING_TOWER = "Cooling Tower",
|
75
|
+
INDUSTRIAL_GASES = "Industrial Gas",
|
75
76
|
WATER_TREATMENT = "Water Treatment",
|
76
77
|
DEMIN_WATER_TREATMENT = "Demin Water Treatment",
|
77
78
|
RO_WATER_TREATMENT = "RO Water Treatment",
|
@@ -218,6 +219,7 @@ export declare namespace AtoGojsEditorModel {
|
|
218
219
|
ZLD_WASTEWATER_TREATMENT = "ZLDWasteWaterTreatments",
|
219
220
|
DOMESTIC_USE = "DomesticUse",
|
220
221
|
COOLING_TOWER = "CoolingTowers",
|
222
|
+
INDUSTRIAL_GASES = "IndustrialGases",
|
221
223
|
BOILER = "Boilers",
|
222
224
|
OTHER = "OtherWaterUse",
|
223
225
|
LANDSCAPING_IRRIGATION = "IrrigationUse",
|