devexpress-diagram 2.2.18 → 2.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * DevExpress Diagram (dx-diagram)
3
- * Version: 2.2.18
4
- * Build date: Wed Jun 18 2025
3
+ * Version: 2.2.19
4
+ * Build date: Mon Jun 30 2025
5
5
  *
6
6
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * DevExpress Diagram (dx-diagram)
3
- * Version: 2.2.18
4
- * Build date: Wed Jun 18 2025
3
+ * Version: 2.2.19
4
+ * Build date: Mon Jun 30 2025
5
5
  *
6
6
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
@@ -35275,11 +35275,12 @@ var CanvasViewManager = (function (_super) {
35275
35275
  this.setScroll(scroll);
35276
35276
  };
35277
35277
  CanvasViewManager.prototype.scrollIntoView = function (rectangle) {
35278
+ var shift = this.getVisibileAreaAbsShift(true);
35278
35279
  rectangle = rectangle
35279
35280
  .clone()
35280
35281
  .applyConverter(unit_converter_1.UnitConverter.twipsToPixelsF)
35281
35282
  .multiply(this.actualZoom, this.actualZoom)
35282
- .moveRectangle(this.paddings.left, this.paddings.top);
35283
+ .moveRectangle(shift.x, shift.y);
35283
35284
  var scroll = this.scroll;
35284
35285
  var container = this.containerSize;
35285
35286
  if (rectangle.x >= scroll.x && rectangle.y >= scroll.y && rectangle.right <= scroll.x + container.width && rectangle.bottom <= scroll.y + container.height)
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * DevExpress Diagram (dx-diagram.min)
3
- * Version: 2.2.18
4
- * Build date: Wed Jun 18 2025
3
+ * Version: 2.2.19
4
+ * Build date: Mon Jun 30 2025
5
5
  *
6
6
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs