ato-water-lib 0.0.114 → 0.0.115
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 +3 -2
- package/fesm2015/ato-water-lib.mjs +4 -3
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +4 -3
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/package.json +1 -1
@@ -5845,6 +5845,7 @@ class AtoDefaultGojsEditor {
|
|
5845
5845
|
// strokeDashArray: [5, 5],
|
5846
5846
|
}), this.$(go.Placeholder, { padding: new go.Margin(15, 0, 0, 0) })), this.$(go.Picture, RO_LINE_DIRTY, {
|
5847
5847
|
row: 1,
|
5848
|
+
margin: new go.Margin(0, 0, 0, 8),
|
5848
5849
|
}, new go.Binding('visible', '', (x) => {
|
5849
5850
|
return (x === null || x === void 0 ? void 0 : x.isViewGeneral) && (x === null || x === void 0 ? void 0 : x.hasOutFlow) ? true : false;
|
5850
5851
|
}))), this.$(go.Panel, 'Table', {
|
@@ -5885,7 +5886,7 @@ class AtoDefaultGojsEditor {
|
|
5885
5886
|
toLinkable: true,
|
5886
5887
|
}, new go.Binding('alignment', '', (x) => {
|
5887
5888
|
return (x === null || x === void 0 ? void 0 : x.isViewGeneral) && (x === null || x === void 0 ? void 0 : x.hasOutFlow)
|
5888
|
-
? new go.Spot(0, 0,
|
5889
|
+
? new go.Spot(0, 0, 505, 665)
|
5889
5890
|
: new go.Spot(0, 0, 480, 525);
|
5890
5891
|
})));
|
5891
5892
|
this.myDiagram.groupTemplateMap.set(title, node);
|
@@ -9313,10 +9314,10 @@ const ATO_COMPONENTS_GROUP_DATA = {
|
|
9313
9314
|
margin: new go.Margin(180, 0, 0, 0),
|
9314
9315
|
},
|
9315
9316
|
extendedDataResponsive: {
|
9316
|
-
margin: new go.Margin(20,
|
9317
|
+
margin: new go.Margin(20, 0, 0, 0),
|
9317
9318
|
},
|
9318
9319
|
extendedDataChemistry: {
|
9319
|
-
margin: new go.Margin(100,
|
9320
|
+
margin: new go.Margin(100, 0, 0, 0),
|
9320
9321
|
},
|
9321
9322
|
},
|
9322
9323
|
Object.assign(Object.assign({ key: 143, type: AtoGojsEditorModel.ENUM_TEMPLATES.PARAM_TABLE, group: 150, loc: '15 15', padding: new go.Margin(0, 0, 0, 0) }, DATA_WATER_SYSTEMS[WATER_SYSTEMS_NAME.IMMERSED_UF_SYSTEM_KPIS__FLOW]), { minSizeValue: new go.Size(100, NaN), selectable: false, dataTable: ASSET_CATEGORY_PARAMS__IMMERSED_UF[WATER_SYSTEMS_NAME.IMMERSED_UF_SYSTEM_KPIS__FLOW].map((e) => (Object.assign(Object.assign({}, e), { value: '', isEditable: true, maxSizeValue: new go.Size(140, 14), waterSystem: WATER_SYSTEMS_NAME.IMMERSED_UF_SYSTEM_KPIS }))), assetLayers: ATO_ASSET_LAYERS.FLOW, extendedData: {
|