ato-water-lib 0.0.106 → 0.0.107

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {
@@ -906,6 +903,35 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
906
903
  color: AtoGojsEditorModel.ENUM_COLORS;
907
904
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
908
905
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
906
+ titleTextColor: AtoGojsEditorModel.ENUM_COLORS;
907
+ title: WATER_SYSTEMS_NAME;
908
+ type: AtoGojsEditorModel.ENUM_TEMPLATES;
909
+ group: number;
910
+ loc: string;
911
+ padding: go.Margin;
912
+ key?: undefined;
913
+ data?: undefined;
914
+ name?: undefined;
915
+ source?: undefined;
916
+ margin?: undefined;
917
+ isGroup?: undefined;
918
+ } | {
919
+ minSizeValue: go.Size;
920
+ selectable: boolean;
921
+ dataTable: any;
922
+ assetLayers: ATO_ASSET_LAYERS;
923
+ extendedData: {
924
+ visible: boolean;
925
+ loc?: undefined;
926
+ };
927
+ extendedDataResponsive: {
928
+ visible: boolean;
929
+ loc?: undefined;
930
+ };
931
+ color: AtoGojsEditorModel.ENUM_COLORS;
932
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",