ato-water-lib 0.0.106 → 0.0.108
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 +14 -118
- package/fesm2015/ato-water-lib.mjs +13 -117
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +13 -117
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/constants/components-group-const.d.ts +84 -13
- package/package.json +1 -1
@@ -242,11 +242,6 @@ export declare const STYLE_TABLE_PARAM: {
|
|
242
242
|
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
243
243
|
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
244
244
|
};
|
245
|
-
ICE_COLD: {
|
246
|
-
color: AtoGojsEditorModel.ENUM_COLORS;
|
247
|
-
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
248
|
-
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
249
|
-
};
|
250
245
|
LIGHT_GREEN: {
|
251
246
|
color: AtoGojsEditorModel.ENUM_COLORS;
|
252
247
|
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
@@ -435,12 +430,14 @@ export declare const DATA_WATER_SYSTEMS: {
|
|
435
430
|
color: AtoGojsEditorModel.ENUM_COLORS;
|
436
431
|
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
437
432
|
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
433
|
+
titleTextColor: AtoGojsEditorModel.ENUM_COLORS;
|
438
434
|
title: WATER_SYSTEMS_NAME;
|
439
435
|
};
|
440
436
|
"HP Pump": {
|
441
437
|
color: AtoGojsEditorModel.ENUM_COLORS;
|
442
438
|
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
443
439
|
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
440
|
+
titleTextColor: AtoGojsEditorModel.ENUM_COLORS;
|
444
441
|
title: WATER_SYSTEMS_NAME;
|
445
442
|
};
|
446
443
|
"Visual Management": {
|
@@ -821,6 +818,24 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
821
818
|
};
|
822
819
|
ROWaterTreatments: {
|
823
820
|
nodeDataArray: ({
|
821
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
822
|
+
group: number;
|
823
|
+
loc: string;
|
824
|
+
selectable: boolean;
|
825
|
+
value: string;
|
826
|
+
font: string;
|
827
|
+
colorValue: string;
|
828
|
+
tooltip: string;
|
829
|
+
key?: undefined;
|
830
|
+
data?: undefined;
|
831
|
+
name?: undefined;
|
832
|
+
color?: undefined;
|
833
|
+
extendedData?: undefined;
|
834
|
+
extendedDataResponsive?: undefined;
|
835
|
+
source?: undefined;
|
836
|
+
margin?: undefined;
|
837
|
+
isGroup?: undefined;
|
838
|
+
} | {
|
824
839
|
key: number;
|
825
840
|
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
826
841
|
group: number;
|
@@ -831,13 +846,16 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
831
846
|
};
|
832
847
|
name: string;
|
833
848
|
color: string;
|
849
|
+
selectable?: undefined;
|
850
|
+
value?: undefined;
|
851
|
+
font?: undefined;
|
852
|
+
colorValue?: undefined;
|
853
|
+
tooltip?: undefined;
|
834
854
|
extendedData?: undefined;
|
835
855
|
extendedDataResponsive?: undefined;
|
836
856
|
source?: undefined;
|
837
857
|
margin?: undefined;
|
838
|
-
selectable?: undefined;
|
839
858
|
isGroup?: undefined;
|
840
|
-
assetLayers?: undefined;
|
841
859
|
} | {
|
842
860
|
key: number;
|
843
861
|
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
@@ -857,11 +875,14 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
857
875
|
visible?: undefined;
|
858
876
|
};
|
859
877
|
loc?: undefined;
|
878
|
+
selectable?: undefined;
|
879
|
+
value?: undefined;
|
880
|
+
font?: undefined;
|
881
|
+
colorValue?: undefined;
|
882
|
+
tooltip?: undefined;
|
860
883
|
source?: undefined;
|
861
884
|
margin?: undefined;
|
862
|
-
selectable?: undefined;
|
863
885
|
isGroup?: undefined;
|
864
|
-
assetLayers?: undefined;
|
865
886
|
} | {
|
866
887
|
minSizeValue: go.Size;
|
867
888
|
selectable: boolean;
|
@@ -883,6 +904,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
883
904
|
group: number;
|
884
905
|
loc: string;
|
885
906
|
padding: go.Margin;
|
907
|
+
value?: undefined;
|
908
|
+
font?: undefined;
|
909
|
+
colorValue?: undefined;
|
910
|
+
tooltip?: undefined;
|
886
911
|
key?: undefined;
|
887
912
|
data?: undefined;
|
888
913
|
name?: undefined;
|
@@ -906,11 +931,48 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
906
931
|
color: AtoGojsEditorModel.ENUM_COLORS;
|
907
932
|
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
908
933
|
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
934
|
+
titleTextColor: AtoGojsEditorModel.ENUM_COLORS;
|
909
935
|
title: WATER_SYSTEMS_NAME;
|
910
936
|
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
911
937
|
group: number;
|
912
938
|
loc: string;
|
913
939
|
padding: go.Margin;
|
940
|
+
value?: undefined;
|
941
|
+
font?: undefined;
|
942
|
+
colorValue?: undefined;
|
943
|
+
tooltip?: undefined;
|
944
|
+
key?: undefined;
|
945
|
+
data?: undefined;
|
946
|
+
name?: undefined;
|
947
|
+
source?: undefined;
|
948
|
+
margin?: undefined;
|
949
|
+
isGroup?: undefined;
|
950
|
+
} | {
|
951
|
+
minSizeValue: go.Size;
|
952
|
+
selectable: boolean;
|
953
|
+
dataTable: any;
|
954
|
+
assetLayers: ATO_ASSET_LAYERS;
|
955
|
+
extendedData: {
|
956
|
+
visible: boolean;
|
957
|
+
loc?: undefined;
|
958
|
+
};
|
959
|
+
extendedDataResponsive: {
|
960
|
+
visible: boolean;
|
961
|
+
loc?: undefined;
|
962
|
+
};
|
963
|
+
color: AtoGojsEditorModel.ENUM_COLORS;
|
964
|
+
borderTable: AtoGojsEditorModel.ENUM_COLORS;
|
965
|
+
bgColor: AtoGojsEditorModel.ENUM_COLORS;
|
966
|
+
titleTextColor: AtoGojsEditorModel.ENUM_COLORS;
|
967
|
+
title: WATER_SYSTEMS_NAME;
|
968
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
969
|
+
group: number;
|
970
|
+
loc: string;
|
971
|
+
padding: go.Margin;
|
972
|
+
value?: undefined;
|
973
|
+
font?: undefined;
|
974
|
+
colorValue?: undefined;
|
975
|
+
tooltip?: undefined;
|
914
976
|
key?: undefined;
|
915
977
|
data?: undefined;
|
916
978
|
name?: undefined;
|
@@ -925,13 +987,16 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
925
987
|
loc: string;
|
926
988
|
margin: go.Margin;
|
927
989
|
selectable: boolean;
|
990
|
+
value?: undefined;
|
991
|
+
font?: undefined;
|
992
|
+
colorValue?: undefined;
|
993
|
+
tooltip?: undefined;
|
928
994
|
data?: undefined;
|
929
995
|
name?: undefined;
|
930
996
|
color?: undefined;
|
931
997
|
extendedData?: undefined;
|
932
998
|
extendedDataResponsive?: undefined;
|
933
999
|
isGroup?: undefined;
|
934
|
-
assetLayers?: undefined;
|
935
1000
|
} | {
|
936
1001
|
key: number;
|
937
1002
|
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
@@ -940,20 +1005,22 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
940
1005
|
loc: string;
|
941
1006
|
selectable: boolean;
|
942
1007
|
group?: undefined;
|
1008
|
+
value?: undefined;
|
1009
|
+
font?: undefined;
|
1010
|
+
colorValue?: undefined;
|
1011
|
+
tooltip?: undefined;
|
943
1012
|
data?: undefined;
|
944
1013
|
color?: undefined;
|
945
1014
|
extendedData?: undefined;
|
946
1015
|
extendedDataResponsive?: undefined;
|
947
1016
|
source?: undefined;
|
948
1017
|
margin?: undefined;
|
949
|
-
assetLayers?: undefined;
|
950
1018
|
} | {
|
951
1019
|
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
952
1020
|
group: number;
|
953
1021
|
loc: string;
|
954
1022
|
name: WATER_SYSTEMS_NAME;
|
955
1023
|
color: AtoGojsEditorModel.ENUM_COLORS;
|
956
|
-
assetLayers: ATO_ASSET_LAYERS;
|
957
1024
|
extendedData: {
|
958
1025
|
visible: boolean;
|
959
1026
|
loc?: undefined;
|
@@ -962,11 +1029,15 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
962
1029
|
visible: boolean;
|
963
1030
|
loc?: undefined;
|
964
1031
|
};
|
1032
|
+
selectable?: undefined;
|
1033
|
+
value?: undefined;
|
1034
|
+
font?: undefined;
|
1035
|
+
colorValue?: undefined;
|
1036
|
+
tooltip?: undefined;
|
965
1037
|
key?: undefined;
|
966
1038
|
data?: undefined;
|
967
1039
|
source?: undefined;
|
968
1040
|
margin?: undefined;
|
969
|
-
selectable?: undefined;
|
970
1041
|
isGroup?: undefined;
|
971
1042
|
})[];
|
972
1043
|
linkDataArray: never[];
|