@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 +1 -1
- package/dist/geometry.min.js +1 -1
- package/dist/joint.d.ts +3 -1
- package/dist/joint.js +2 -2
- package/dist/joint.min.js +2 -2
- package/dist/joint.nowrap.js +2 -2
- 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/types/joint.d.ts +2 -0
package/dist/vectorizer.js
CHANGED
package/dist/vectorizer.min.js
CHANGED
package/dist/version.mjs
CHANGED
package/package.json
CHANGED
package/types/joint.d.ts
CHANGED
|
@@ -2584,6 +2584,8 @@ export namespace shapes {
|
|
|
2584
2584
|
|
|
2585
2585
|
export namespace util {
|
|
2586
2586
|
|
|
2587
|
+
export function cloneCells(cells: dia.Cell[]): { [id: string]: dia.Cell };
|
|
2588
|
+
|
|
2587
2589
|
export function isCalcExpression(value: any): boolean;
|
|
2588
2590
|
|
|
2589
2591
|
export function evalCalcFormula(formula: string, rect: g.PlainRect): number;
|