ato-water-lib 0.0.134 → 0.0.136
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 +7 -2
- package/esm2020/lib/models/default-gojs-editor.model.mjs +3 -3
- package/fesm2015/ato-water-lib.mjs +11 -3
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +8 -3
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/package.json +1 -1
@@ -6124,7 +6124,12 @@ const ATO_COMPONENTS_GROUP_DATA = {
|
|
6124
6124
|
...e,
|
6125
6125
|
value: e?.value || '',
|
6126
6126
|
isEditable: e?.isEditable === false ? false : true,
|
6127
|
-
isFrom:
|
6127
|
+
isFrom: [
|
6128
|
+
ENUM_ASSET_PARAMETERS.DATA_ANALYSIS_RETURN_TEMPERATURE,
|
6129
|
+
ENUM_ASSET_PARAMETERS.DATA_ANALYSIS_WET_BULB_TEMPERATURE,
|
6130
|
+
]?.includes(e?.key)
|
6131
|
+
? null
|
6132
|
+
: ATO_MAPPER_FROM.INDICATOR,
|
6128
6133
|
maxSizeValue: new go.Size(130, 14),
|
6129
6134
|
desiredSizeNameParam: new go.Size(136, 14),
|
6130
6135
|
waterSystem: WATER_SYSTEMS_NAME.DATA_ANALYSIS,
|
@@ -9766,7 +9771,7 @@ class AtoDefaultGojsEditor {
|
|
9766
9771
|
}))), this.$(go.Panel, 'Table', {
|
9767
9772
|
width: 0,
|
9768
9773
|
height: 0,
|
9769
|
-
alignment: new go.Spot(0, 0, 0,
|
9774
|
+
alignment: new go.Spot(0, 0, 0, 234),
|
9770
9775
|
alignmentFocus: go.Spot.Left,
|
9771
9776
|
// stretch: go.GraphObject.Vertical,
|
9772
9777
|
portId: 'Inflow',
|
@@ -9779,7 +9784,7 @@ class AtoDefaultGojsEditor {
|
|
9779
9784
|
}), this.$(go.Panel, 'Table', {
|
9780
9785
|
width: 0,
|
9781
9786
|
height: 0,
|
9782
|
-
alignment: new go.Spot(0, 0, 1025,
|
9787
|
+
alignment: new go.Spot(0, 0, 1025, 230),
|
9783
9788
|
alignmentFocus: go.Spot.Bottom,
|
9784
9789
|
portId: 'OutFlow_Clean',
|
9785
9790
|
cursor: this._initialOptions.isReadOnly ? '' : 'pointer',
|