ato-water-lib 0.0.125 → 0.0.126
Sign up to get free protection for your applications and to get access to all the features.
@@ -8646,9 +8646,15 @@ class AtoDefaultGojsEditor {
|
|
8646
8646
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
8647
8647
|
])
|
8648
8648
|
: {})),
|
8649
|
+
toolTip: this.$('ToolTip', this.$(go.TextBlock, {
|
8650
|
+
margin: 4,
|
8651
|
+
}, new go.Binding('text', 'name').makeTwoWay())),
|
8649
8652
|
},
|
8650
8653
|
// new go.Binding('location', 'loc', go.Point.parse),
|
8651
|
-
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', {
|
8654
|
+
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', {
|
8655
|
+
width: size.w,
|
8656
|
+
height: size.h,
|
8657
|
+
}, this.$(go.Shape, 'RoundedRectangle', {
|
8652
8658
|
fill: 'white',
|
8653
8659
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
8654
8660
|
strokeWidth: 1,
|
@@ -8659,10 +8665,13 @@ class AtoDefaultGojsEditor {
|
|
8659
8665
|
desiredSize: new go.Size(size.w - 20, size.h - 50),
|
8660
8666
|
// maxSize: new go.Size(60, 60),
|
8661
8667
|
imageStretch: go.GraphObject.Uniform,
|
8662
|
-
toolTip: this.$(
|
8663
|
-
|
8664
|
-
|
8665
|
-
|
8668
|
+
// toolTip: this.$(
|
8669
|
+
// 'ToolTip',
|
8670
|
+
// this.$(go.TextBlock, {
|
8671
|
+
// margin: 4,
|
8672
|
+
// text: title,
|
8673
|
+
// })
|
8674
|
+
// ),
|
8666
8675
|
}), this.$(go.TextBlock, {
|
8667
8676
|
row: 2,
|
8668
8677
|
margin: new go.Margin(10, 0, 3, 0),
|
@@ -8731,7 +8740,13 @@ class AtoDefaultGojsEditor {
|
|
8731
8740
|
AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW,
|
8732
8741
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
8733
8742
|
]))),
|
8734
|
-
|
8743
|
+
toolTip: this.$('ToolTip', this.$(go.TextBlock, {
|
8744
|
+
margin: 4,
|
8745
|
+
}, new go.Binding('text', 'name').makeTwoWay())),
|
8746
|
+
}, 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', {
|
8747
|
+
width: size.w,
|
8748
|
+
height: size.h,
|
8749
|
+
}, this.$(go.Shape, 'RoundedRectangle', {
|
8735
8750
|
fill: 'white',
|
8736
8751
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
8737
8752
|
// strokeDashArray: [5, 5],
|
@@ -8742,10 +8757,13 @@ class AtoDefaultGojsEditor {
|
|
8742
8757
|
stroke: '#444444',
|
8743
8758
|
font: 'normal 10pt Arial',
|
8744
8759
|
textAlign: 'center',
|
8745
|
-
toolTip: this.$(
|
8746
|
-
|
8747
|
-
|
8748
|
-
|
8760
|
+
// toolTip: this.$(
|
8761
|
+
// 'ToolTip',
|
8762
|
+
// this.$(go.TextBlock, {
|
8763
|
+
// margin: 4,
|
8764
|
+
// text: title,
|
8765
|
+
// })
|
8766
|
+
// ),
|
8749
8767
|
}), this.$(go.Picture, icon, {
|
8750
8768
|
row: 1,
|
8751
8769
|
alignment: go.Spot.Center,
|
@@ -8869,6 +8887,9 @@ class AtoDefaultGojsEditor {
|
|
8869
8887
|
// }),
|
8870
8888
|
// ),
|
8871
8889
|
),
|
8890
|
+
toolTip: this.$('ToolTip', this.$(go.TextBlock, {
|
8891
|
+
margin: 4,
|
8892
|
+
}, new go.Binding('text', 'name').makeTwoWay())),
|
8872
8893
|
}, new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', { width: size.w, height: size.h },
|
8873
8894
|
// this.$(go.Shape, 'RoundedRectangle', {
|
8874
8895
|
// fill: 'white',
|
@@ -8890,10 +8911,13 @@ class AtoDefaultGojsEditor {
|
|
8890
8911
|
stroke: '#444444',
|
8891
8912
|
font: 'normal 10pt Arial',
|
8892
8913
|
textAlign: 'center',
|
8893
|
-
toolTip: this.$(
|
8894
|
-
|
8895
|
-
|
8896
|
-
|
8914
|
+
// toolTip: this.$(
|
8915
|
+
// 'ToolTip',
|
8916
|
+
// this.$(go.TextBlock, {
|
8917
|
+
// margin: 4,
|
8918
|
+
// text: title,
|
8919
|
+
// })
|
8920
|
+
// ),
|
8897
8921
|
}), this.$(go.Picture, icon, {
|
8898
8922
|
row: 1,
|
8899
8923
|
alignment: go.Spot.Center,
|
@@ -8965,7 +8989,13 @@ class AtoDefaultGojsEditor {
|
|
8965
8989
|
AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW,
|
8966
8990
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
8967
8991
|
]))),
|
8968
|
-
|
8992
|
+
toolTip: this.$('ToolTip', this.$(go.TextBlock, {
|
8993
|
+
margin: 4,
|
8994
|
+
}, new go.Binding('text', 'name').makeTwoWay())),
|
8995
|
+
}, 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', {
|
8996
|
+
width: size.w,
|
8997
|
+
height: size.h,
|
8998
|
+
}, this.$(go.Shape, 'RoundedRectangle', {
|
8969
8999
|
fill: 'white',
|
8970
9000
|
stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
|
8971
9001
|
// strokeDashArray: [5, 5],
|