ato-water-lib 0.0.78 → 0.0.80
Sign up to get free protection for your applications and to get access to all the features.
@@ -4104,7 +4104,7 @@ class AtoDefaultGojsEditor {
|
|
4104
4104
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
4105
4105
|
])
|
4106
4106
|
: {})),
|
4107
|
-
}, new go.Binding('fromSpot', 'fromSpot'), new go.Binding('toSpot', 'toSpot'), new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify),
|
4107
|
+
}, new go.Binding('visible', 'visible'), new go.Binding('fromSpot', 'fromSpot'), new go.Binding('toSpot', 'toSpot'), new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify),
|
4108
4108
|
// new go.Binding('alignment', 'alignment', function(loc) {
|
4109
4109
|
// return new go.Spot(0, 0, loc.x, 0);
|
4110
4110
|
// }).ofObject(),
|
@@ -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],
|