ato-water-lib 0.0.64 → 0.0.66
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 +3 -3
- package/esm2020/lib/models/default-gojs-editor.model.mjs +2 -2
- package/fesm2015/ato-water-lib.mjs +2 -2
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +3 -3
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/package.json +1 -1
@@ -5776,7 +5776,7 @@ class AtoDefaultGojsEditor {
|
|
5776
5776
|
}), this.$(go.Placeholder, new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), { padding: new go.Margin(0, 0, 0, 0) })), this.$(go.Panel, 'Spot', {
|
5777
5777
|
width: 0,
|
5778
5778
|
height: 0,
|
5779
|
-
alignment: new go.Spot(0, 0.5, 0,
|
5779
|
+
alignment: new go.Spot(0, 0.5, 0, 108),
|
5780
5780
|
alignmentFocus: go.Spot.Left,
|
5781
5781
|
portId: 'Inflow',
|
5782
5782
|
cursor: this._initialOptions.isReadOnly ? '' : 'pointer',
|
@@ -8492,7 +8492,7 @@ const ATO_COMPONENTS_GROUP_DATA = {
|
|
8492
8492
|
extendedDataIsFromPlugin: {
|
8493
8493
|
maxSizeValue: 220,
|
8494
8494
|
},
|
8495
|
-
}.concat(ASSET_CATEGORY_PARAMS[WATER_SYSTEMS_NAME.COOLING_WATER_CHEMISTRY].map((e) => ({
|
8495
|
+
})).concat(ASSET_CATEGORY_PARAMS[WATER_SYSTEMS_NAME.COOLING_WATER_CHEMISTRY].map((e) => ({
|
8496
8496
|
...e,
|
8497
8497
|
value: `Mapping in "Cooling Water Chemistry" section`,
|
8498
8498
|
isEditable: false,
|
@@ -8501,7 +8501,7 @@ const ATO_COMPONENTS_GROUP_DATA = {
|
|
8501
8501
|
isFrom: ATO_MAPPER_FROM.PLUGIN,
|
8502
8502
|
font: '10px sans-serif',
|
8503
8503
|
visible: false,
|
8504
|
-
})))
|
8504
|
+
}))),
|
8505
8505
|
assetLayers: ATO_ASSET_LAYERS.CHEMISTRY,
|
8506
8506
|
extendedData: {
|
8507
8507
|
visible: true,
|