ato-water-lib 0.0.61 → 0.0.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@ export declare class AssetFlowComponent implements OnInit {
15
15
  systemType: AtoGojsEditorModel.ENUM_TYPES;
16
16
  onClickParamOfTableEvent: EventEmitter<any>;
17
17
  isUseBase64: boolean;
18
+ isFrom: string;
18
19
  $: typeof go.GraphObject.make;
19
20
  options: {
20
21
  layout: go.LayeredDigraphLayout;
@@ -34,5 +35,5 @@ export declare class AssetFlowComponent implements OnInit {
34
35
  setFlowData(data: AtoGoJSData): void;
35
36
  updateDataTableAssetParams(data: AtoGoJSData): void;
36
37
  static ɵfac: i0.ɵɵFactoryDeclaration<AssetFlowComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<AssetFlowComponent, "ato-asset-flow", never, { "assetLayer": "assetLayer"; "selectedComponent": "selectedComponent"; "systemType": "systemType"; "isUseBase64": "isUseBase64"; "flowData": "flowData"; "getFlowDataCallBack": "getFlowDataCallBack"; }, { "onClickParamOfTableEvent": "onClickParamOfTableEvent"; }, never, never, false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<AssetFlowComponent, "ato-asset-flow", never, { "assetLayer": "assetLayer"; "selectedComponent": "selectedComponent"; "systemType": "systemType"; "isUseBase64": "isUseBase64"; "isFrom": "isFrom"; "flowData": "flowData"; "getFlowDataCallBack": "getFlowDataCallBack"; }, { "onClickParamOfTableEvent": "onClickParamOfTableEvent"; }, never, never, false, never>;
38
39
  }
@@ -48,7 +48,12 @@ export declare enum ENUM_ASSET_PARAMETERS {
48
48
  CYCLES = "Cycles",
49
49
  SOLUBLE_IRON = "Soluble Iron",
50
50
  FLOW = "Flow",
51
- FLOW_RATE = "Flow Rate"
51
+ FLOW_RATE = "Flow Rate",
52
+ PH_IN_STEAM = "pH in Steam",
53
+ CATIONIC_CONDUCTIVITY_IN_STEAM = "Cationic Conductivity in Steam",
54
+ SI_IN_STEAM = "Si in Steam",
55
+ SI_IN_BOILER = "Si in Boiler",
56
+ PH_IN_BOILER = "pH in Boiler"
52
57
  }
53
58
  export declare enum WATER_SYSTEMS_NAME {
54
59
  EVAPORATION_LOSS = "Evaporation Loss",
@@ -290,6 +295,26 @@ export declare const DATA_ASSET_PARAMETER_FIELDS: {
290
295
  name: ENUM_ASSET_PARAMETERS;
291
296
  key: ENUM_ASSET_PARAMETERS;
292
297
  };
298
+ "pH in Steam": {
299
+ name: ENUM_ASSET_PARAMETERS;
300
+ key: ENUM_ASSET_PARAMETERS;
301
+ };
302
+ "Cationic Conductivity in Steam": {
303
+ name: ENUM_ASSET_PARAMETERS;
304
+ key: ENUM_ASSET_PARAMETERS;
305
+ };
306
+ "Si in Steam": {
307
+ name: ENUM_ASSET_PARAMETERS;
308
+ key: ENUM_ASSET_PARAMETERS;
309
+ };
310
+ "Si in Boiler": {
311
+ name: ENUM_ASSET_PARAMETERS;
312
+ key: ENUM_ASSET_PARAMETERS;
313
+ };
314
+ "pH in Boiler": {
315
+ name: ENUM_ASSET_PARAMETERS;
316
+ key: ENUM_ASSET_PARAMETERS;
317
+ };
293
318
  };
294
319
  export declare const DATA_WATER_SYSTEMS: {
295
320
  "Evaporation Loss": {
@@ -442,6 +467,10 @@ export declare enum ATO_ASSET_LAYERS {
442
467
  CHEMISTRY = "Chemistry",
443
468
  ANALYTICS = "Analytics"
444
469
  }
470
+ export declare enum ATO_MAPPER_FROM {
471
+ HFW = "HFW",
472
+ PLUGIN = "Plugin"
473
+ }
445
474
  export declare const ATO_COMPONENTS_GROUP_DATA: {
446
475
  WaterStorageTanks: {
447
476
  nodeDataArray: ({
@@ -1160,14 +1189,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1160
1189
  } | {
1161
1190
  minSizeValue: go.Size;
1162
1191
  selectable: boolean;
1163
- dataTable: {
1164
- value: string;
1165
- isEditable: boolean;
1166
- maxSizeValue: number;
1167
- name: string;
1168
- key: ENUM_ASSET_PARAMETERS;
1169
- waterSystem: WATER_SYSTEMS_NAME;
1170
- }[];
1192
+ dataTable: any[];
1171
1193
  assetLayers: ATO_ASSET_LAYERS;
1172
1194
  extendedData: {
1173
1195
  visible: boolean;
@@ -1321,6 +1343,41 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1321
1343
  source?: undefined;
1322
1344
  key?: undefined;
1323
1345
  isGroup?: undefined;
1346
+ } | {
1347
+ minSizeValue: go.Size;
1348
+ selectable: boolean;
1349
+ dataTable: any;
1350
+ assetLayers: ATO_ASSET_LAYERS;
1351
+ isFrom: ATO_MAPPER_FROM;
1352
+ extendedData: {
1353
+ visible: boolean;
1354
+ loc?: undefined;
1355
+ margin?: undefined;
1356
+ };
1357
+ extendedDataisFromPlugin: {
1358
+ visible: boolean;
1359
+ };
1360
+ extendedDataResponsive: {
1361
+ visible: boolean;
1362
+ loc?: undefined;
1363
+ margin?: undefined;
1364
+ };
1365
+ extendedDataisFromPluginResponsive: {
1366
+ visible: boolean;
1367
+ };
1368
+ title: WATER_SYSTEMS_NAME;
1369
+ color: AtoGojsEditorModel.ENUM_COLORS;
1370
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
1371
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
1372
+ type: AtoGojsEditorModel.ENUM_TEMPLATES;
1373
+ group: number;
1374
+ loc: string;
1375
+ padding: go.Margin;
1376
+ data?: undefined;
1377
+ name?: undefined;
1378
+ source?: undefined;
1379
+ key?: undefined;
1380
+ isGroup?: undefined;
1324
1381
  } | {
1325
1382
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
1326
1383
  source: string;
@@ -2,4 +2,5 @@ export interface AtoDefaultFlowData {
2
2
  systemType: string;
3
3
  isUseBase64?: boolean;
4
4
  assetLayer?: string;
5
+ isFrom?: string;
5
6
  }
@@ -184,7 +184,7 @@ export declare namespace AtoDefaultGojsEditor {
184
184
  RENAME = "Rename this box",
185
185
  OUTFLOW = "Create an outflow",
186
186
  DELETE = "Delete",
187
- INSIGHT = "Insight tag mapping",
187
+ INSIGHT = "InSight tag mapping",
188
188
  DATA_MAPPING = "Data Mapping",
189
189
  MORE = "More",
190
190
  FLOW_DETAILS = "Flow details",
@@ -6,4 +6,5 @@ export declare class AtoGoJSData {
6
6
  nodeDataArray: any[];
7
7
  isRefresh?: boolean;
8
8
  assetLayer?: ATO_ASSET_LAYERS;
9
+ isFrom?: string;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.61",
3
+ "version": "0.0.64",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",