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
@@ -5837,6 +5837,7 @@ class AtoDefaultGojsEditor {
|
|
5837
5837
|
// strokeDashArray: [5, 5],
|
5838
5838
|
}), this.$(go.Placeholder, { padding: new go.Margin(15, 0, 0, 0) })), this.$(go.Picture, RO_LINE_DIRTY, {
|
5839
5839
|
row: 1,
|
5840
|
+
margin: new go.Margin(0, 0, 0, 8),
|
5840
5841
|
}, new go.Binding('visible', '', (x) => {
|
5841
5842
|
return x?.isViewGeneral && x?.hasOutFlow ? true : false;
|
5842
5843
|
}))), this.$(go.Panel, 'Table', {
|
@@ -5877,7 +5878,7 @@ class AtoDefaultGojsEditor {
|
|
5877
5878
|
toLinkable: true,
|
5878
5879
|
}, new go.Binding('alignment', '', (x) => {
|
5879
5880
|
return x?.isViewGeneral && x?.hasOutFlow
|
5880
|
-
? new go.Spot(0, 0,
|
5881
|
+
? new go.Spot(0, 0, 505, 665)
|
5881
5882
|
: new go.Spot(0, 0, 480, 525);
|
5882
5883
|
})));
|
5883
5884
|
this.myDiagram.groupTemplateMap.set(title, node);
|
@@ -10127,10 +10128,10 @@ const ATO_COMPONENTS_GROUP_DATA = {
|
|
10127
10128
|
margin: new go.Margin(180, 0, 0, 0),
|
10128
10129
|
},
|
10129
10130
|
extendedDataResponsive: {
|
10130
|
-
margin: new go.Margin(20,
|
10131
|
+
margin: new go.Margin(20, 0, 0, 0),
|
10131
10132
|
},
|
10132
10133
|
extendedDataChemistry: {
|
10133
|
-
margin: new go.Margin(100,
|
10134
|
+
margin: new go.Margin(100, 0, 0, 0),
|
10134
10135
|
},
|
10135
10136
|
},
|
10136
10137
|
// For view Flow
|