@logicflow/core 1.2.0-next.0 → 1.2.0-next.1
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.
- package/dist/logic-flow.js +1 -9
- package/dist/logic-flow.min.js +1 -1
- package/package.json +1 -1
package/dist/logic-flow.js
CHANGED
|
@@ -11337,7 +11337,7 @@ module.exports.f = function (C) {
|
|
|
11337
11337
|
/* 161 */
|
|
11338
11338
|
/***/ (function(module) {
|
|
11339
11339
|
|
|
11340
|
-
module.exports = JSON.parse("{\"a\":\"1.2.0-
|
|
11340
|
+
module.exports = JSON.parse("{\"a\":\"1.2.0-next.0\"}");
|
|
11341
11341
|
|
|
11342
11342
|
/***/ }),
|
|
11343
11343
|
/* 162 */
|
|
@@ -23251,10 +23251,6 @@ var BaseEdgeModel_BaseEdgeModel = /*#__PURE__*/function () {
|
|
|
23251
23251
|
value: function setSelected() {
|
|
23252
23252
|
var flag = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
|
23253
23253
|
this.isSelected = flag;
|
|
23254
|
-
|
|
23255
|
-
if (this.graphModel.overlapMode === OverlapMode.DEFAULT) {
|
|
23256
|
-
this.zIndex = flag ? ElementMaxZIndex : 0;
|
|
23257
|
-
}
|
|
23258
23254
|
}
|
|
23259
23255
|
}, {
|
|
23260
23256
|
key: "setHovered",
|
|
@@ -30116,10 +30112,6 @@ var BaseNodeModel_BaseNodeModel = /*#__PURE__*/function () {
|
|
|
30116
30112
|
value: function setSelected() {
|
|
30117
30113
|
var flag = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
|
30118
30114
|
this.isSelected = flag;
|
|
30119
|
-
|
|
30120
|
-
if (this.graphModel.overlapMode === OverlapMode.DEFAULT) {
|
|
30121
|
-
this.zIndex = flag ? ElementMaxZIndex : 1;
|
|
30122
|
-
}
|
|
30123
30115
|
}
|
|
30124
30116
|
}, {
|
|
30125
30117
|
key: "setHovered",
|