@joint/core 4.1.0-beta.1 → 4.1.0

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 CHANGED
@@ -1,4 +1,4 @@
1
- /*! JointJS v4.1.0-beta.1 (2024-10-30) - JavaScript diagramming library
1
+ /*! JointJS v4.1.0 (2024-11-27) - JavaScript diagramming library
2
2
 
3
3
 
4
4
  This Source Code Form is subject to the terms of the Mozilla Public
@@ -1,4 +1,4 @@
1
- /*! JointJS v4.1.0-beta.1 (2024-10-30) - JavaScript diagramming library
1
+ /*! JointJS v4.1.0 (2024-11-27) - JavaScript diagramming library
2
2
 
3
3
 
4
4
  This Source Code Form is subject to the terms of the Mozilla Public
package/dist/joint.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /*! JointJS v4.1.0-beta.1 (2024-10-30) - JavaScript diagramming library
1
+ /*! JointJS v4.1.0 (2024-11-27) - JavaScript diagramming library
2
2
 
3
3
 
4
4
  This Source Code Form is subject to the terms of the Mozilla Public
@@ -5181,6 +5181,8 @@ export declare namespace shapes {
5181
5181
 
5182
5182
  export declare namespace util {
5183
5183
 
5184
+ export function cloneCells(cells: dia.Cell[]): { [id: string]: dia.Cell };
5185
+
5184
5186
  export function isCalcExpression(value: any): boolean;
5185
5187
 
5186
5188
  export function evalCalcFormula(formula: string, rect: g.PlainRect): number;
package/dist/joint.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! JointJS v4.1.0-beta.1 (2024-10-30) - JavaScript diagramming library
1
+ /*! JointJS v4.1.0 (2024-11-27) - JavaScript diagramming library
2
2
 
3
3
 
4
4
  This Source Code Form is subject to the terms of the Mozilla Public
@@ -36486,7 +36486,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
36486
36486
  Control: Control
36487
36487
  });
36488
36488
 
36489
- var version = "4.1.0-beta.1";
36489
+ var version = "4.1.0";
36490
36490
 
36491
36491
  const Vectorizer = V;
36492
36492
  const layout = {