ato-water-lib 0.0.91 → 0.0.92

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +69,17 @@ export declare enum ENUM_ASSET_PARAMETERS {
69
69
  CHEMISTRY_BACKPULSE_TMP = "Chemistry_Backpulse_TMP",
70
70
  CHEMISTRY_PERMEATE_TURBIDITY = "Chemistry_Permeate_Turbidity",
71
71
  CHEMISTRY_PERMEATE_TEMPERATURE = "Chemistry_Permeate_Temperature",
72
- CHEMISTRY_FEED_TURBIDITY = "Chemistry_Feed_Turbidity"
72
+ CHEMISTRY_FEED_TURBIDITY = "Chemistry_Feed_Turbidity",
73
+ NORMAL_PRESSURE_DROP = "Normal Pressure Drop",
74
+ NORMAL_PRESSURE_FLOW_RATE = "Normal Pressure Flow Rate",
75
+ CONDENSATE_PRESSURE = "Condensate Pressure",
76
+ PRESSURE = "Pressure",
77
+ DIFFERENTIAL_PRESSURE = "Differential Pressure",
78
+ TDS = "TDS",
79
+ CONDUCTIVITY = "Conductivity",
80
+ TEMPERATURE = "Temperature",
81
+ REJECTION_RATE = "Rejection Rate",
82
+ NORMALIZED_REJECTION_RATE = "Normalized Rejection Rate"
73
83
  }
74
84
  export declare enum WATER_SYSTEMS_NAME {
75
85
  EVAPORATION_LOSS = "Evaporation Loss",
@@ -111,7 +121,25 @@ export declare enum WATER_SYSTEMS_NAME {
111
121
  IMMERSED_UF_PERMEATE__CHEMISTRY = "Permeate Chemistry",
112
122
  IMMERSED_UF_FEED = "Feed",
113
123
  IMMERSED_UF_FEED__FLOW = "Feed Flow",
114
- IMMERSED_UF_FEED__CHEMISTRY = "Feed Chemistry"
124
+ IMMERSED_UF_FEED__CHEMISTRY = "Feed Chemistry",
125
+ FEED = "Feed",
126
+ RO = "RO",
127
+ CONCENTRATE = "Concentrate",
128
+ PERMEATE = "Permeate",
129
+ PRE_FILTER = "Pre-filter",
130
+ HP_PUMP = "HP Pump",
131
+ RO_FEED__FLOW = "Feed Flow",
132
+ RO_SYSTEM_KPIS__FLOW = "System KPIs Flow",
133
+ RO_RO__FLOW = "RO Flow",
134
+ RO_CONCENTRATE__FLOW = "Concentrate Flow",
135
+ RO_PERMEATE__FLOW = "Permeate Flow",
136
+ RO_PRE_FILTER__FLOW = "Pre-filter Flow",
137
+ RO_HP_PUMP__FLOW = "HP Pump Flow",
138
+ RO_FEED__CHEMISTRY = "Feed Chemistry",
139
+ RO_RO__CHEMISTRY = "RO Chemistry",
140
+ RO_PERMEATE__CHEMISTRY = "Permeate Chemistry",
141
+ RO_SYSTEM_KPIS__CHEMISTRY = "System KPIs Chemistry",
142
+ RO_CONCENTRATE__CHEMISTRY = "Concentrate Chemistry"
115
143
  }
116
144
  export declare const DATA_ASSET_PARAMETER_FIELDS: {
117
145
  "Feed Flow Rate": {
@@ -412,157 +440,266 @@ export declare const DATA_ASSET_PARAMETER_FIELDS: {
412
440
  name: string;
413
441
  key: ENUM_ASSET_PARAMETERS;
414
442
  };
443
+ "Normal Pressure Drop": {
444
+ name: ENUM_ASSET_PARAMETERS;
445
+ key: ENUM_ASSET_PARAMETERS;
446
+ };
447
+ "Normal Pressure Flow Rate": {
448
+ name: ENUM_ASSET_PARAMETERS;
449
+ key: ENUM_ASSET_PARAMETERS;
450
+ };
451
+ Pressure: {
452
+ name: ENUM_ASSET_PARAMETERS;
453
+ key: ENUM_ASSET_PARAMETERS;
454
+ };
455
+ "Differential Pressure": {
456
+ name: ENUM_ASSET_PARAMETERS;
457
+ key: ENUM_ASSET_PARAMETERS;
458
+ };
459
+ TDS: {
460
+ name: ENUM_ASSET_PARAMETERS;
461
+ key: ENUM_ASSET_PARAMETERS;
462
+ };
463
+ Conductivity: {
464
+ name: ENUM_ASSET_PARAMETERS;
465
+ key: ENUM_ASSET_PARAMETERS;
466
+ };
467
+ Temperature: {
468
+ name: ENUM_ASSET_PARAMETERS;
469
+ key: ENUM_ASSET_PARAMETERS;
470
+ };
471
+ "Rejection Rate": {
472
+ name: ENUM_ASSET_PARAMETERS;
473
+ key: ENUM_ASSET_PARAMETERS;
474
+ };
475
+ "Normalized Rejection Rate": {
476
+ name: ENUM_ASSET_PARAMETERS;
477
+ key: ENUM_ASSET_PARAMETERS;
478
+ };
479
+ };
480
+ export declare const STYLE_TABLE_PARAM: {
481
+ FLAMINGO: {
482
+ color: AtoGojsEditorModel.ENUM_COLORS;
483
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
484
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
485
+ };
486
+ CARROT_ORANGE: {
487
+ color: AtoGojsEditorModel.ENUM_COLORS;
488
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
489
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
490
+ };
491
+ CERULEAN: {
492
+ color: AtoGojsEditorModel.ENUM_COLORS;
493
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
494
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
495
+ };
496
+ FOUNTAIN_BLUE: {
497
+ color: AtoGojsEditorModel.ENUM_COLORS;
498
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
499
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
500
+ };
501
+ LIGHT_SKY_BLUE_2: {
502
+ color: AtoGojsEditorModel.ENUM_COLORS;
503
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
504
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
505
+ };
506
+ MEDIUM_RED_VIOLET: {
507
+ color: AtoGojsEditorModel.ENUM_COLORS;
508
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
509
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
510
+ };
511
+ ICE_COLD: {
512
+ color: AtoGojsEditorModel.ENUM_COLORS;
513
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
514
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
515
+ };
415
516
  };
416
517
  export declare const DATA_WATER_SYSTEMS: {
417
518
  "Evaporation Loss": {
418
- title: WATER_SYSTEMS_NAME;
419
519
  color: AtoGojsEditorModel.ENUM_COLORS;
420
520
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
421
521
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
522
+ title: WATER_SYSTEMS_NAME;
422
523
  };
423
524
  "Warmer Water (Recirculation)": {
424
- title: WATER_SYSTEMS_NAME;
425
525
  color: AtoGojsEditorModel.ENUM_COLORS;
426
526
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
427
527
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
528
+ title: WATER_SYSTEMS_NAME;
428
529
  };
429
530
  "Blowdown Water": {
430
- title: WATER_SYSTEMS_NAME;
431
531
  color: AtoGojsEditorModel.ENUM_COLORS;
432
532
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
433
533
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
534
+ title: WATER_SYSTEMS_NAME;
434
535
  };
435
536
  "Makeup Water Flow": {
436
- title: WATER_SYSTEMS_NAME;
437
537
  color: AtoGojsEditorModel.ENUM_COLORS;
438
538
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
439
539
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
540
+ title: WATER_SYSTEMS_NAME;
440
541
  };
441
542
  "Makeup Water Chemistry": {
442
- title: WATER_SYSTEMS_NAME;
443
543
  color: AtoGojsEditorModel.ENUM_COLORS;
444
544
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
445
545
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
546
+ title: WATER_SYSTEMS_NAME;
446
547
  };
447
548
  "Cooling Water Analysis": {
448
- title: WATER_SYSTEMS_NAME;
449
549
  color: AtoGojsEditorModel.ENUM_COLORS;
450
550
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
451
551
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
552
+ title: WATER_SYSTEMS_NAME;
452
553
  };
453
554
  "Cooling Water Chemistry": {
454
- title: WATER_SYSTEMS_NAME;
455
555
  color: AtoGojsEditorModel.ENUM_COLORS;
456
556
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
457
557
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
558
+ title: WATER_SYSTEMS_NAME;
458
559
  };
459
560
  "System KPI's": {
460
- title: WATER_SYSTEMS_NAME;
461
561
  color: AtoGojsEditorModel.ENUM_COLORS;
462
562
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
463
563
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
564
+ title: WATER_SYSTEMS_NAME;
464
565
  };
465
566
  "Makeup Water": {
466
- title: WATER_SYSTEMS_NAME;
467
567
  color: AtoGojsEditorModel.ENUM_COLORS;
468
568
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
469
569
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
570
+ title: WATER_SYSTEMS_NAME;
470
571
  };
471
572
  "Condensate Return": {
472
- title: WATER_SYSTEMS_NAME;
473
573
  color: AtoGojsEditorModel.ENUM_COLORS;
474
574
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
475
575
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
576
+ title: WATER_SYSTEMS_NAME;
476
577
  };
477
578
  Steam: {
478
- title: WATER_SYSTEMS_NAME;
479
579
  color: AtoGojsEditorModel.ENUM_COLORS;
480
580
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
481
581
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
582
+ title: WATER_SYSTEMS_NAME;
482
583
  };
483
584
  "Boiler Feed Water": {
484
- title: WATER_SYSTEMS_NAME;
485
585
  color: AtoGojsEditorModel.ENUM_COLORS;
486
586
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
487
587
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
588
+ title: WATER_SYSTEMS_NAME;
488
589
  };
489
590
  "Boiler Water": {
490
- title: WATER_SYSTEMS_NAME;
491
591
  color: AtoGojsEditorModel.ENUM_COLORS;
492
592
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
493
593
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
594
+ title: WATER_SYSTEMS_NAME;
494
595
  };
495
596
  "Steam Loss": {
496
- title: WATER_SYSTEMS_NAME;
497
597
  color: AtoGojsEditorModel.ENUM_COLORS;
498
598
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
499
599
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
600
+ title: WATER_SYSTEMS_NAME;
500
601
  };
501
602
  Blowdown: {
502
- title: WATER_SYSTEMS_NAME;
503
603
  color: AtoGojsEditorModel.ENUM_COLORS;
504
604
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
505
605
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
606
+ title: WATER_SYSTEMS_NAME;
506
607
  };
507
608
  "System KPIs Flow": {
508
- title: WATER_SYSTEMS_NAME;
509
609
  color: AtoGojsEditorModel.ENUM_COLORS;
510
610
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
511
611
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
612
+ title: WATER_SYSTEMS_NAME;
512
613
  };
513
614
  "System KPIs Chemistry": {
514
- title: WATER_SYSTEMS_NAME;
515
615
  color: AtoGojsEditorModel.ENUM_COLORS;
516
616
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
517
617
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
618
+ title: WATER_SYSTEMS_NAME;
518
619
  };
519
620
  "UF Flow": {
520
- title: WATER_SYSTEMS_NAME;
521
621
  color: AtoGojsEditorModel.ENUM_COLORS;
522
622
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
523
623
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
624
+ title: WATER_SYSTEMS_NAME;
524
625
  };
525
626
  "UF Chemistry": {
526
- title: WATER_SYSTEMS_NAME;
527
627
  color: AtoGojsEditorModel.ENUM_COLORS;
528
628
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
529
629
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
630
+ title: WATER_SYSTEMS_NAME;
530
631
  };
531
632
  "Backpulse Flow": {
532
- title: WATER_SYSTEMS_NAME;
533
633
  color: AtoGojsEditorModel.ENUM_COLORS;
534
634
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
535
635
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
636
+ title: WATER_SYSTEMS_NAME;
536
637
  };
537
638
  "Backpulse Chemistry": {
538
- title: WATER_SYSTEMS_NAME;
539
639
  color: AtoGojsEditorModel.ENUM_COLORS;
540
640
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
541
641
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
642
+ title: WATER_SYSTEMS_NAME;
542
643
  };
543
644
  "Permeate Flow": {
544
- title: WATER_SYSTEMS_NAME;
545
645
  color: AtoGojsEditorModel.ENUM_COLORS;
546
646
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
547
647
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
648
+ title: WATER_SYSTEMS_NAME;
548
649
  };
549
650
  "Permeate Chemistry": {
550
- title: WATER_SYSTEMS_NAME;
551
651
  color: AtoGojsEditorModel.ENUM_COLORS;
552
652
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
553
653
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
654
+ title: WATER_SYSTEMS_NAME;
554
655
  };
555
656
  "Feed Flow": {
556
- title: WATER_SYSTEMS_NAME;
557
657
  color: AtoGojsEditorModel.ENUM_COLORS;
558
658
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
559
659
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
660
+ title: WATER_SYSTEMS_NAME;
560
661
  };
561
662
  "Feed Chemistry": {
663
+ color: AtoGojsEditorModel.ENUM_COLORS;
664
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
665
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
562
666
  title: WATER_SYSTEMS_NAME;
667
+ };
668
+ Feed: {
563
669
  color: AtoGojsEditorModel.ENUM_COLORS;
564
670
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
565
671
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
672
+ title: WATER_SYSTEMS_NAME;
673
+ };
674
+ RO: {
675
+ color: AtoGojsEditorModel.ENUM_COLORS;
676
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
677
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
678
+ title: WATER_SYSTEMS_NAME;
679
+ };
680
+ Concentrate: {
681
+ color: AtoGojsEditorModel.ENUM_COLORS;
682
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
683
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
684
+ title: WATER_SYSTEMS_NAME;
685
+ };
686
+ Permeate: {
687
+ color: AtoGojsEditorModel.ENUM_COLORS;
688
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
689
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
690
+ title: WATER_SYSTEMS_NAME;
691
+ };
692
+ "Pre-filter": {
693
+ color: AtoGojsEditorModel.ENUM_COLORS;
694
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
695
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
696
+ title: WATER_SYSTEMS_NAME;
697
+ };
698
+ "HP Pump": {
699
+ color: AtoGojsEditorModel.ENUM_COLORS;
700
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
701
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
702
+ title: WATER_SYSTEMS_NAME;
566
703
  };
567
704
  };
568
705
  export declare const ASSET_CATEGORY_PARAMS: {
@@ -609,6 +746,7 @@ export declare const ASSET_CATEGORY_PARAMS: {
609
746
  };
610
747
  export declare const ASSET_CATEGORY_PARAMS__BOILER: any;
611
748
  export declare const ASSET_CATEGORY_PARAMS__IMMERSED_UF: any;
749
+ export declare const ASSET_CATEGORY_PARAMS__RO_WATER_TREATMENT: any;
612
750
  export declare enum COMPONENTS_GROUP_TYPE {
613
751
  INFLOW = "Inflow",
614
752
  LOSS = "Loss",
@@ -796,62 +934,68 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
796
934
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
797
935
  group: number;
798
936
  loc: string;
799
- selectable: boolean;
800
- value: string;
801
- font: string;
802
- colorValue: string;
803
- tooltip: string;
937
+ data: {
938
+ quantity: number;
939
+ unit: string;
940
+ };
941
+ name: string;
942
+ color: string;
943
+ extendedData?: undefined;
944
+ extendedDataResponsive?: undefined;
804
945
  source?: undefined;
805
946
  margin?: undefined;
947
+ selectable?: undefined;
806
948
  isGroup?: undefined;
807
- name?: undefined;
808
949
  } | {
809
- minSizeValue: go.Size;
810
- selectable: boolean;
811
- dataTable: {
812
- key: string;
813
- name: ENUM_ASSET_PARAMETERS;
814
- value: string;
815
- isEditable: boolean;
816
- }[];
817
- borderTable: AtoGojsEditorModel.ENUM_COLORS;
818
- bgColor: AtoGojsEditorModel.ENUM_COLORS;
819
950
  key: number;
820
951
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
821
952
  group: number;
822
- loc: string;
823
- padding: go.Margin;
824
- value?: undefined;
825
- font?: undefined;
826
- colorValue?: undefined;
827
- tooltip?: undefined;
953
+ data: {
954
+ quantity: number;
955
+ unit: string;
956
+ };
957
+ name: string;
958
+ color: string;
959
+ extendedData: {
960
+ loc: string;
961
+ visible?: undefined;
962
+ };
963
+ extendedDataResponsive: {
964
+ loc: string;
965
+ visible?: undefined;
966
+ };
967
+ loc?: undefined;
828
968
  source?: undefined;
829
969
  margin?: undefined;
970
+ selectable?: undefined;
830
971
  isGroup?: undefined;
831
- name?: undefined;
832
972
  } | {
833
973
  minSizeValue: go.Size;
834
974
  selectable: boolean;
835
- dataTable: {
836
- key: string;
837
- name: ENUM_ASSET_PARAMETERS;
838
- value: string;
839
- isEditable: boolean;
840
- }[];
975
+ dataTable: any;
976
+ assetLayers: ATO_ASSET_LAYERS;
977
+ extendedData: {
978
+ visible: boolean;
979
+ loc?: undefined;
980
+ };
981
+ extendedDataResponsive: {
982
+ visible: boolean;
983
+ loc?: undefined;
984
+ };
985
+ color: AtoGojsEditorModel.ENUM_COLORS;
841
986
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
842
987
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
843
- key: number;
988
+ title: WATER_SYSTEMS_NAME;
844
989
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
845
990
  group: number;
846
991
  loc: string;
847
- value?: undefined;
848
- font?: undefined;
849
- colorValue?: undefined;
850
- tooltip?: undefined;
992
+ padding: go.Margin;
993
+ key?: undefined;
994
+ data?: undefined;
995
+ name?: undefined;
851
996
  source?: undefined;
852
997
  margin?: undefined;
853
998
  isGroup?: undefined;
854
- name?: undefined;
855
999
  } | {
856
1000
  key: number;
857
1001
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
@@ -860,12 +1004,12 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
860
1004
  loc: string;
861
1005
  margin: go.Margin;
862
1006
  selectable: boolean;
863
- value?: undefined;
864
- font?: undefined;
865
- colorValue?: undefined;
866
- tooltip?: undefined;
867
- isGroup?: undefined;
1007
+ data?: undefined;
868
1008
  name?: undefined;
1009
+ color?: undefined;
1010
+ extendedData?: undefined;
1011
+ extendedDataResponsive?: undefined;
1012
+ isGroup?: undefined;
869
1013
  } | {
870
1014
  key: number;
871
1015
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
@@ -874,10 +1018,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
874
1018
  loc: string;
875
1019
  selectable: boolean;
876
1020
  group?: undefined;
877
- value?: undefined;
878
- font?: undefined;
879
- colorValue?: undefined;
880
- tooltip?: undefined;
1021
+ data?: undefined;
1022
+ color?: undefined;
1023
+ extendedData?: undefined;
1024
+ extendedDataResponsive?: undefined;
881
1025
  source?: undefined;
882
1026
  margin?: undefined;
883
1027
  })[];
@@ -1331,10 +1475,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1331
1475
  loc?: undefined;
1332
1476
  margin?: undefined;
1333
1477
  };
1334
- title: WATER_SYSTEMS_NAME;
1335
1478
  color: AtoGojsEditorModel.ENUM_COLORS;
1336
1479
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
1337
1480
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
1481
+ title: WATER_SYSTEMS_NAME;
1338
1482
  key: number;
1339
1483
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
1340
1484
  group: number;
@@ -1359,10 +1503,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1359
1503
  loc?: undefined;
1360
1504
  margin?: undefined;
1361
1505
  };
1362
- title: WATER_SYSTEMS_NAME;
1363
1506
  color: AtoGojsEditorModel.ENUM_COLORS;
1364
1507
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
1365
1508
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
1509
+ title: WATER_SYSTEMS_NAME;
1366
1510
  key: number;
1367
1511
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
1368
1512
  group: number;
@@ -1488,10 +1632,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1488
1632
  loc?: undefined;
1489
1633
  margin?: undefined;
1490
1634
  };
1491
- title: WATER_SYSTEMS_NAME;
1492
1635
  color: AtoGojsEditorModel.ENUM_COLORS;
1493
1636
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
1494
1637
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
1638
+ title: WATER_SYSTEMS_NAME;
1495
1639
  key: number;
1496
1640
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
1497
1641
  group: number;
@@ -1620,10 +1764,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1620
1764
  loc?: undefined;
1621
1765
  margin?: undefined;
1622
1766
  };
1623
- title: WATER_SYSTEMS_NAME;
1624
1767
  color: AtoGojsEditorModel.ENUM_COLORS;
1625
1768
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
1626
1769
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
1770
+ title: WATER_SYSTEMS_NAME;
1627
1771
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
1628
1772
  group: number;
1629
1773
  loc: string;
@@ -1655,10 +1799,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1655
1799
  extendedDataisFromPluginResponsive: {
1656
1800
  visible: boolean;
1657
1801
  };
1658
- title: WATER_SYSTEMS_NAME;
1659
1802
  color: AtoGojsEditorModel.ENUM_COLORS;
1660
1803
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
1661
1804
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
1805
+ title: WATER_SYSTEMS_NAME;
1662
1806
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
1663
1807
  group: number;
1664
1808
  loc: string;
@@ -1889,10 +2033,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1889
2033
  loc?: undefined;
1890
2034
  margin?: undefined;
1891
2035
  };
1892
- title: WATER_SYSTEMS_NAME;
1893
2036
  color: AtoGojsEditorModel.ENUM_COLORS;
1894
2037
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
1895
2038
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
2039
+ title: WATER_SYSTEMS_NAME;
1896
2040
  key: number;
1897
2041
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
1898
2042
  group: number;
@@ -1917,10 +2061,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1917
2061
  loc?: undefined;
1918
2062
  margin?: undefined;
1919
2063
  };
1920
- title: WATER_SYSTEMS_NAME;
1921
2064
  color: AtoGojsEditorModel.ENUM_COLORS;
1922
2065
  borderTable: AtoGojsEditorModel.ENUM_COLORS;
1923
2066
  bgColor: AtoGojsEditorModel.ENUM_COLORS;
2067
+ title: WATER_SYSTEMS_NAME;
1924
2068
  key: number;
1925
2069
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
1926
2070
  group: number;
@@ -52,7 +52,10 @@ export declare namespace AtoGojsEditorModel {
52
52
  FLAMINGO = "#E95F47",
53
53
  SNOW = "#FEF7F6",
54
54
  LIGHT_SKY_BLUE_2 = "#92B9F9",
55
- REGENT_ST_BLUE = "#87cee7"
55
+ REGENT_ST_BLUE = "#87cee7",
56
+ SELAGO = "#F6F3F6",
57
+ ICE_COLD = "#ABE0D9",
58
+ MINT_CREAM = "#F8FCFB"
56
59
  }
57
60
  enum ENUM_LINK_TYPES {
58
61
  SIMPLE = "simple",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",