devexpress-diagram 2.1.46 → 2.1.47

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.1.46
4
- * Build date: Tue Jan 18 2022
3
+ * Version: 2.1.47
4
+ * Build date: Wed Jan 19 2022
5
5
  *
6
6
  * Copyright (c) 2012 - 2022 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.1.46
4
- * Build date: Tue Jan 18 2022
3
+ * Version: 2.1.47
4
+ * Build date: Wed Jan 19 2022
5
5
  *
6
6
  * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
@@ -27615,13 +27615,12 @@ var MoveCommand = /** @class */ (function (_super) {
27615
27615
  var selection = this.control.selection;
27616
27616
  var selectedShapes = selection.getSelectedShapes();
27617
27617
  var selectedShapesWithoutDuplicates = selectedShapes.filter(function (shape) {
27618
- if (!shape.container)
27619
- return true;
27620
27618
  while (shape.container) {
27621
27619
  if (selectedShapes.indexOf(shape.container) !== -1)
27622
27620
  return false;
27623
27621
  shape = shape.container;
27624
27622
  }
27623
+ return true;
27625
27624
  });
27626
27625
  selectedShapesWithoutDuplicates.forEach(function (shape) {
27627
27626
  _this.permissionsProvider.addInteractingItem(shape, __1.DiagramModelOperation.MoveShape);
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * DevExpress Diagram (dx-diagram.min)
3
- * Version: 2.1.46
4
- * Build date: Tue Jan 18 2022
3
+ * Version: 2.1.47
4
+ * Build date: Wed Jan 19 2022
5
5
  *
6
6
  * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs