mxcad-app 1.0.41 → 1.0.43
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/index28.js.gz +0 -0
- 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 +17 -17
- package/dist/index.umd.js.gz +0 -0
- package/dist/mxcad.d.ts +4 -2
- package/dist/mxcadAppAssets/wasm/2d/mxdrawassembly_min.wasm.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d-st/mxdrawassembly_minst.wasm.gz +0 -0
- package/package.json +1 -1
|
Binary file
|
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
|
@@ -220,6 +220,23 @@ declare module '@howdyjs/to-drag' {
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
|
|
223
|
+
declare module '@tiptap/core' {
|
|
224
|
+
interface Commands<ReturnType> {
|
|
225
|
+
Strike: {
|
|
226
|
+
/**
|
|
227
|
+
* Set the font size attribute
|
|
228
|
+
*/
|
|
229
|
+
setStrike: () => ReturnType;
|
|
230
|
+
/**
|
|
231
|
+
* Unset the font size attribute
|
|
232
|
+
*/
|
|
233
|
+
unsetStrike: () => ReturnType;
|
|
234
|
+
toggleStrike: () => ReturnType;
|
|
235
|
+
};
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
|
|
223
240
|
declare module '@tiptap/core' {
|
|
224
241
|
interface Commands<ReturnType> {
|
|
225
242
|
Underline: {
|
|
@@ -288,20 +305,3 @@ declare module '@tiptap/core' {
|
|
|
288
305
|
};
|
|
289
306
|
}
|
|
290
307
|
}
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
declare module '@tiptap/core' {
|
|
294
|
-
interface Commands<ReturnType> {
|
|
295
|
-
Strike: {
|
|
296
|
-
/**
|
|
297
|
-
* Set the font size attribute
|
|
298
|
-
*/
|
|
299
|
-
setStrike: () => ReturnType;
|
|
300
|
-
/**
|
|
301
|
-
* Unset the font size attribute
|
|
302
|
-
*/
|
|
303
|
-
unsetStrike: () => ReturnType;
|
|
304
|
-
toggleStrike: () => ReturnType;
|
|
305
|
-
};
|
|
306
|
-
}
|
|
307
|
-
}
|
package/dist/index.umd.js.gz
CHANGED
|
Binary file
|
package/dist/mxcad.d.ts
CHANGED
|
@@ -11657,8 +11657,10 @@ declare module "mxcad" {
|
|
|
11657
11657
|
/**
|
|
11658
11658
|
* 设置对象的一些属性设置
|
|
11659
11659
|
* @param val 属性设置内容.
|
|
11660
|
-
* 1. DisplayPrecision 显示精度设置,默认为0,可以取0 ~1000,1000为最高精度了
|
|
11661
|
-
* 2. EnableUndo 启用undo功能,默认是没有启动的
|
|
11660
|
+
* 1. DisplayPrecision:number 显示精度设置,默认为0,可以取0 ~1000,1000为最高精度了
|
|
11661
|
+
* 2. EnableUndo:boolean 启用undo功能,默认是没有启动的
|
|
11662
|
+
* 3. ShowCoordinate:boolean 是否显示XY坐标轴
|
|
11663
|
+
* 4. BlackWhiteDisplay:boolean 是否黑白显示
|
|
11662
11664
|
* @example
|
|
11663
11665
|
* ```ts
|
|
11664
11666
|
* 启用undo
|
|
Binary file
|
|
Binary file
|