ato-water-lib 0.0.122 → 0.0.123
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 +2 -2
- package/esm2020/lib/models/default-gojs-editor.model.mjs +4 -2
- package/fesm2015/ato-water-lib.mjs +4 -2
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +4 -2
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/package.json +1 -1
@@ -4840,7 +4840,7 @@ const ATO_COMPONENTS_GROUP_DATA = {
|
|
4840
4840
|
tooltip: '',
|
4841
4841
|
assetLayers: ATO_ASSET_LAYERS.FLOW,
|
4842
4842
|
extendedData: {
|
4843
|
-
visible:
|
4843
|
+
visible: false,
|
4844
4844
|
},
|
4845
4845
|
},
|
4846
4846
|
{
|
@@ -10145,7 +10145,9 @@ class AtoDefaultGojsEditor {
|
|
10145
10145
|
layout: this.$(go.Layout),
|
10146
10146
|
}, {
|
10147
10147
|
// minSize: new go.Size(NaN, 600),
|
10148
|
-
}, new go.Binding('selectable', '
|
10148
|
+
}, new go.Binding('selectable', '', (x) => {
|
10149
|
+
return x?.selectable;
|
10150
|
+
}), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', {
|
10149
10151
|
row: 0,
|
10150
10152
|
padding: new go.Margin(0, 0, 0, 0),
|
10151
10153
|
}, this.$(go.Shape, 'RoundedRectangle', {
|