ato-water-lib 0.0.119 → 0.0.120
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/components/asset-flow/asset-flow.component.mjs +3 -3
- package/esm2020/lib/constants/components-group-const.mjs +6 -1
- package/esm2020/lib/models/default-gojs-editor.model.mjs +45 -2
- package/fesm2015/ato-water-lib.mjs +4869 -4822
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +5006 -4959
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/constants/components-group-const.d.ts +4 -0
- package/lib/models/default-gojs-editor.model.d.ts +4 -0
- package/package.json +1 -1
@@ -655,6 +655,10 @@ export declare enum ATO_ASSET_LAYERS {
|
|
655
655
|
ANALYTICS = "Analytics",
|
656
656
|
PERFORMANCE = "Performance"
|
657
657
|
}
|
658
|
+
export declare enum ATO_SPOT_LOCATION_TYPE {
|
659
|
+
SPOT_INFLOW = "spotInflow",
|
660
|
+
SPOT_OUTFLOW = "spotOutflow"
|
661
|
+
}
|
658
662
|
export declare const ATO_COMPONENTS_GROUP_DATA: {
|
659
663
|
WaterStorageTanks: {
|
660
664
|
nodeDataArray: ({
|
@@ -149,6 +149,10 @@ export declare class AtoDefaultGojsEditor implements OnDestroy {
|
|
149
149
|
w: number;
|
150
150
|
h: number;
|
151
151
|
}): void;
|
152
|
+
makeGroupImmersedUFTemplate(icon: any, title: any, size?: {
|
153
|
+
w: number;
|
154
|
+
h: number;
|
155
|
+
}): void;
|
152
156
|
groupPlantCellTemplate(icon: any, title: any, size?: {
|
153
157
|
w: number;
|
154
158
|
h: number;
|