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.
@@ -4840,7 +4840,7 @@ const ATO_COMPONENTS_GROUP_DATA = {
4840
4840
  tooltip: '',
4841
4841
  assetLayers: ATO_ASSET_LAYERS.FLOW,
4842
4842
  extendedData: {
4843
- visible: true,
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', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', {
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', {