@joint/core 4.2.0-beta.2 → 4.2.0-beta.3
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/geometry.js +1 -1
- package/dist/geometry.min.js +1 -1
- package/dist/joint.d.ts +2 -1
- package/dist/joint.js +4 -3
- package/dist/joint.min.js +2 -2
- package/dist/joint.nowrap.js +4 -3
- package/dist/joint.nowrap.min.js +2 -2
- package/dist/vectorizer.js +1 -1
- package/dist/vectorizer.min.js +1 -1
- package/dist/version.mjs +1 -1
- package/package.json +1 -1
- package/src/dia/LayerView.mjs +2 -1
- package/types/joint.d.ts +1 -0
package/dist/joint.nowrap.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! JointJS v4.2.0-beta.
|
|
1
|
+
/*! JointJS v4.2.0-beta.3 (2025-11-04) - JavaScript diagramming library
|
|
2
2
|
|
|
3
3
|
This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
4
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
@@ -33002,7 +33002,8 @@ var joint = (function (exports) {
|
|
|
33002
33002
|
this.afterPaperReferenceSet(paper);
|
|
33003
33003
|
},
|
|
33004
33004
|
unsetPaperReference: function () {
|
|
33005
|
-
this.
|
|
33005
|
+
if (!this.paper) return;
|
|
33006
|
+
this.beforePaperReferenceUnset(this.paper);
|
|
33006
33007
|
this.paper = null;
|
|
33007
33008
|
},
|
|
33008
33009
|
assertPaperReference() {
|
|
@@ -39632,7 +39633,7 @@ var joint = (function (exports) {
|
|
|
39632
39633
|
Remove: Remove
|
|
39633
39634
|
};
|
|
39634
39635
|
|
|
39635
|
-
var version = "4.2.0-beta.
|
|
39636
|
+
var version = "4.2.0-beta.3";
|
|
39636
39637
|
|
|
39637
39638
|
const Vectorizer = V;
|
|
39638
39639
|
const layout$1 = {
|