mxcad-app 1.0.69 → 1.0.70
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/chunks/mxcad.js.gz +0 -0
- package/dist/chunks/mxdraw.js.gz +0 -0
- package/dist/index.cjs.gz +0 -0
- package/dist/index.d.ts +29 -29
- package/dist/index.umd.js.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d/mxdrawassembly_min.wasm.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d-st/mxdrawassembly_minst.wasm.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d-x64/mxdrawassembly_min.wasm.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d-x64-st/mxdrawassembly_minst.wasm.gz +0 -0
- package/package.json +1 -1
package/dist/chunks/mxcad.js.gz
CHANGED
|
Binary file
|
package/dist/chunks/mxdraw.js.gz
CHANGED
|
Binary file
|
package/dist/index.cjs.gz
CHANGED
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -2633,39 +2633,18 @@ declare module '@howdyjs/to-drag' {
|
|
|
2633
2633
|
}
|
|
2634
2634
|
|
|
2635
2635
|
|
|
2636
|
-
declare module "@tiptap/core" {
|
|
2637
|
-
interface Commands<ReturnType> {
|
|
2638
|
-
selectedText: {
|
|
2639
|
-
setSelectedText: (from: number, to: number) => ReturnType;
|
|
2640
|
-
unsetSelectedText: (from: number, to: number) => ReturnType;
|
|
2641
|
-
};
|
|
2642
|
-
}
|
|
2643
|
-
}
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
2636
|
declare module '@tiptap/core' {
|
|
2647
2637
|
interface Commands<ReturnType> {
|
|
2648
|
-
|
|
2638
|
+
Overline: {
|
|
2649
2639
|
/**
|
|
2650
2640
|
* Set the font size attribute
|
|
2651
2641
|
*/
|
|
2652
|
-
|
|
2642
|
+
setOverline: () => ReturnType;
|
|
2653
2643
|
/**
|
|
2654
2644
|
* Unset the font size attribute
|
|
2655
2645
|
*/
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
};
|
|
2659
|
-
}
|
|
2660
|
-
}
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
declare module '@tiptap/core' {
|
|
2664
|
-
interface Commands<ReturnType> {
|
|
2665
|
-
Underline: {
|
|
2666
|
-
setUnderline: () => ReturnType;
|
|
2667
|
-
unsetUnderline: () => ReturnType;
|
|
2668
|
-
toggleUnderline: () => ReturnType;
|
|
2646
|
+
unsetOverline: () => ReturnType;
|
|
2647
|
+
toggleOverline: () => ReturnType;
|
|
2669
2648
|
};
|
|
2670
2649
|
}
|
|
2671
2650
|
}
|
|
@@ -2705,16 +2684,37 @@ declare module '@tiptap/core' {
|
|
|
2705
2684
|
|
|
2706
2685
|
declare module '@tiptap/core' {
|
|
2707
2686
|
interface Commands<ReturnType> {
|
|
2708
|
-
|
|
2687
|
+
Underline: {
|
|
2688
|
+
setUnderline: () => ReturnType;
|
|
2689
|
+
unsetUnderline: () => ReturnType;
|
|
2690
|
+
toggleUnderline: () => ReturnType;
|
|
2691
|
+
};
|
|
2692
|
+
}
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2695
|
+
|
|
2696
|
+
declare module '@tiptap/core' {
|
|
2697
|
+
interface Commands<ReturnType> {
|
|
2698
|
+
Strike: {
|
|
2709
2699
|
/**
|
|
2710
2700
|
* Set the font size attribute
|
|
2711
2701
|
*/
|
|
2712
|
-
|
|
2702
|
+
setStrike: () => ReturnType;
|
|
2713
2703
|
/**
|
|
2714
2704
|
* Unset the font size attribute
|
|
2715
2705
|
*/
|
|
2716
|
-
|
|
2717
|
-
|
|
2706
|
+
unsetStrike: () => ReturnType;
|
|
2707
|
+
toggleStrike: () => ReturnType;
|
|
2708
|
+
};
|
|
2709
|
+
}
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
declare module "@tiptap/core" {
|
|
2714
|
+
interface Commands<ReturnType> {
|
|
2715
|
+
selectedText: {
|
|
2716
|
+
setSelectedText: (from: number, to: number) => ReturnType;
|
|
2717
|
+
unsetSelectedText: (from: number, to: number) => ReturnType;
|
|
2718
2718
|
};
|
|
2719
2719
|
}
|
|
2720
2720
|
}
|
package/dist/index.umd.js.gz
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|