devexpress-diagram 2.2.8 → 2.2.10

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.8
4
- * Build date: Wed May 08 2024
3
+ * Version: 2.2.10
4
+ * Build date: Fri Jul 12 2024
5
5
  *
6
6
  * Copyright (c) 2012 - 2024 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.8
4
- * Build date: Wed May 08 2024
3
+ * Version: 2.2.10
4
+ * Build date: Fri Jul 12 2024
5
5
  *
6
6
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
@@ -4958,12 +4958,12 @@ var PasteSelectionCommandBase = (function (_super) {
4958
4958
  PasteSelectionCommandBase.prototype.executeCore = function (state, parameter) {
4959
4959
  var _this = this;
4960
4960
  var ret = true;
4961
- if (parameter)
4962
- this.performPaste(parameter);
4963
- else
4961
+ if (parameter === undefined)
4964
4962
  this.getClipboardData(function (data) {
4965
4963
  ret = _this.execute(data);
4966
4964
  });
4965
+ else
4966
+ this.performPaste(parameter);
4967
4967
  return ret;
4968
4968
  };
4969
4969
  PasteSelectionCommandBase.prototype.addItemForSortingRecursive = function (itemsHashtable, item) {
@@ -33405,7 +33405,7 @@ var CanvasItemsManager = (function (_super) {
33405
33405
  this.populateItems(itemsToUpdate, this.selectedItems, newSelectedItems);
33406
33406
  this.selectedItems = newSelectedItems;
33407
33407
  itemsToUpdate.forEach(function (item) {
33408
- if (item instanceof Connector_1.Connector)
33408
+ if (item instanceof Connector_1.Connector && !_this.pendingRemoveChanges[item.key])
33409
33409
  _this.applyOrPostponeChanges([new ModelChange_1.ItemChange(item, ModelChange_1.ItemChangeType.UpdateClassName, true)]);
33410
33410
  });
33411
33411
  };
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * DevExpress Diagram (dx-diagram.min)
3
- * Version: 2.2.8
4
- * Build date: Wed May 08 2024
3
+ * Version: 2.2.10
4
+ * Build date: Fri Jul 12 2024
5
5
  *
6
6
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs