ato-water-lib 0.0.122 → 0.0.124

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
  {
@@ -10143,9 +10143,14 @@ class AtoDefaultGojsEditor {
10143
10143
  makeGroupImmersedUFTemplate(icon, title, size = { w: 80, h: 80 }) {
10144
10144
  let node = this.$(go.Group, 'Spot', {
10145
10145
  layout: this.$(go.Layout),
10146
+ selectable: false,
10146
10147
  }, {
10147
10148
  // 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', {
10149
+ },
10150
+ // new go.Binding('selectable', '', (x) => {
10151
+ // return x?.selectable;
10152
+ // }),
10153
+ new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', {
10149
10154
  row: 0,
10150
10155
  padding: new go.Margin(0, 0, 0, 0),
10151
10156
  }, this.$(go.Shape, 'RoundedRectangle', {