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.
@@ -7337,9 +7337,15 @@ class AtoDefaultGojsEditor {
7337
7337
  AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
7338
7338
  ])
7339
7339
  : {})),
7340
+ toolTip: this.$('ToolTip', this.$(go.TextBlock, {
7341
+ margin: 4,
7342
+ }, new go.Binding('text', 'name').makeTwoWay())),
7340
7343
  },
7341
7344
  // new go.Binding('location', 'loc', go.Point.parse),
7342
- 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', {
7345
+ 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', {
7346
+ width: size.w,
7347
+ height: size.h,
7348
+ }, this.$(go.Shape, 'RoundedRectangle', {
7343
7349
  fill: 'white',
7344
7350
  stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
7345
7351
  strokeWidth: 1,
@@ -7350,10 +7356,13 @@ class AtoDefaultGojsEditor {
7350
7356
  desiredSize: new go.Size(size.w - 20, size.h - 50),
7351
7357
  // maxSize: new go.Size(60, 60),
7352
7358
  imageStretch: go.GraphObject.Uniform,
7353
- toolTip: this.$('ToolTip', this.$(go.TextBlock, {
7354
- margin: 4,
7355
- text: title,
7356
- })),
7359
+ // toolTip: this.$(
7360
+ // 'ToolTip',
7361
+ // this.$(go.TextBlock, {
7362
+ // margin: 4,
7363
+ // text: title,
7364
+ // })
7365
+ // ),
7357
7366
  }), this.$(go.TextBlock, {
7358
7367
  row: 2,
7359
7368
  margin: new go.Margin(10, 0, 3, 0),
@@ -7426,7 +7435,13 @@ class AtoDefaultGojsEditor {
7426
7435
  AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW,
7427
7436
  AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
7428
7437
  ]))),
7429
- }, 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', {
7438
+ toolTip: this.$('ToolTip', this.$(go.TextBlock, {
7439
+ margin: 4,
7440
+ }, new go.Binding('text', 'name').makeTwoWay())),
7441
+ }, 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', {
7442
+ width: size.w,
7443
+ height: size.h,
7444
+ }, this.$(go.Shape, 'RoundedRectangle', {
7430
7445
  fill: 'white',
7431
7446
  stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
7432
7447
  // strokeDashArray: [5, 5],
@@ -7437,10 +7452,13 @@ class AtoDefaultGojsEditor {
7437
7452
  stroke: '#444444',
7438
7453
  font: 'normal 10pt Arial',
7439
7454
  textAlign: 'center',
7440
- toolTip: this.$('ToolTip', this.$(go.TextBlock, {
7441
- margin: 4,
7442
- text: title,
7443
- })),
7455
+ // toolTip: this.$(
7456
+ // 'ToolTip',
7457
+ // this.$(go.TextBlock, {
7458
+ // margin: 4,
7459
+ // text: title,
7460
+ // })
7461
+ // ),
7444
7462
  }), this.$(go.Picture, icon, {
7445
7463
  row: 1,
7446
7464
  alignment: go.Spot.Center,
@@ -7568,6 +7586,9 @@ class AtoDefaultGojsEditor {
7568
7586
  // }),
7569
7587
  // ),
7570
7588
  ),
7589
+ toolTip: this.$('ToolTip', this.$(go.TextBlock, {
7590
+ margin: 4,
7591
+ }, new go.Binding('text', 'name').makeTwoWay())),
7571
7592
  }, new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', { width: size.w, height: size.h },
7572
7593
  // this.$(go.Shape, 'RoundedRectangle', {
7573
7594
  // fill: 'white',
@@ -7589,10 +7610,13 @@ class AtoDefaultGojsEditor {
7589
7610
  stroke: '#444444',
7590
7611
  font: 'normal 10pt Arial',
7591
7612
  textAlign: 'center',
7592
- toolTip: this.$('ToolTip', this.$(go.TextBlock, {
7593
- margin: 4,
7594
- text: title,
7595
- })),
7613
+ // toolTip: this.$(
7614
+ // 'ToolTip',
7615
+ // this.$(go.TextBlock, {
7616
+ // margin: 4,
7617
+ // text: title,
7618
+ // })
7619
+ // ),
7596
7620
  }), this.$(go.Picture, icon, {
7597
7621
  row: 1,
7598
7622
  alignment: go.Spot.Center,
@@ -7665,7 +7689,13 @@ class AtoDefaultGojsEditor {
7665
7689
  AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW,
7666
7690
  AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
7667
7691
  ]))),
7668
- }, 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', {
7692
+ toolTip: this.$('ToolTip', this.$(go.TextBlock, {
7693
+ margin: 4,
7694
+ }, new go.Binding('text', 'name').makeTwoWay())),
7695
+ }, 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', {
7696
+ width: size.w,
7697
+ height: size.h,
7698
+ }, this.$(go.Shape, 'RoundedRectangle', {
7669
7699
  fill: 'white',
7670
7700
  stroke: AtoGojsEditorModel.ENUM_COLORS.LINK_WATER,
7671
7701
  // strokeDashArray: [5, 5],