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.
@@ -4368,7 +4368,7 @@ class AtoDefaultGojsEditor {
|
|
4368
4368
|
: {})),
|
4369
4369
|
},
|
4370
4370
|
// new go.Binding('location', 'loc', go.Point.parse),
|
4371
|
-
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', {
|
4371
|
+
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', {
|
4372
4372
|
fill: 'white',
|
4373
4373
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
4374
4374
|
strokeWidth: 1,
|
@@ -4451,7 +4451,7 @@ class AtoDefaultGojsEditor {
|
|
4451
4451
|
AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW,
|
4452
4452
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
4453
4453
|
]))),
|
4454
|
-
}, 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', {
|
4454
|
+
}, 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', {
|
4455
4455
|
fill: 'white',
|
4456
4456
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
4457
4457
|
// strokeDashArray: [5, 5],
|
@@ -4679,9 +4679,7 @@ class AtoDefaultGojsEditor {
|
|
4679
4679
|
AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW,
|
4680
4680
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
4681
4681
|
]))),
|
4682
|
-
},
|
4683
|
-
// new go.Binding('location', 'loc', go.Point.parse),
|
4684
|
-
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', {
|
4682
|
+
}, 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', {
|
4685
4683
|
fill: 'white',
|
4686
4684
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
4687
4685
|
// strokeDashArray: [5, 5],
|