ato-water-lib 0.0.78 → 0.0.79
Sign up to get free protection for your applications and to get access to all the features.
@@ -4385,7 +4385,7 @@ class AtoDefaultGojsEditor {
|
|
4385
4385
|
: {})),
|
4386
4386
|
},
|
4387
4387
|
// new go.Binding('location', 'loc', go.Point.parse),
|
4388
|
-
new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', { width: size.w, height: size.h }, this.$(go.Shape, 'RoundedRectangle', {
|
4388
|
+
new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), new go.Binding('visible', 'visible'), this.$(go.Panel, 'Auto', { width: size.w, height: size.h }, this.$(go.Shape, 'RoundedRectangle', {
|
4389
4389
|
fill: 'white',
|
4390
4390
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
4391
4391
|
strokeWidth: 1,
|
@@ -4472,7 +4472,7 @@ class AtoDefaultGojsEditor {
|
|
4472
4472
|
AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW,
|
4473
4473
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
4474
4474
|
]))),
|
4475
|
-
}, new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', { width: size.w, height: size.h }, this.$(go.Shape, 'RoundedRectangle', {
|
4475
|
+
}, new go.Binding('visible', 'visible'), new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', { width: size.w, height: size.h }, this.$(go.Shape, 'RoundedRectangle', {
|
4476
4476
|
fill: 'white',
|
4477
4477
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
4478
4478
|
// strokeDashArray: [5, 5],
|
@@ -4705,9 +4705,7 @@ class AtoDefaultGojsEditor {
|
|
4705
4705
|
AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW,
|
4706
4706
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
4707
4707
|
]))),
|
4708
|
-
},
|
4709
|
-
// new go.Binding('location', 'loc', go.Point.parse),
|
4710
|
-
new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', { width: size.w, height: size.h }, this.$(go.Shape, 'RoundedRectangle', {
|
4708
|
+
}, new go.Binding('visible', 'visible'), new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', { width: size.w, height: size.h }, this.$(go.Shape, 'RoundedRectangle', {
|
4711
4709
|
fill: 'white',
|
4712
4710
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
4713
4711
|
// strokeDashArray: [5, 5],
|