mxcad-app 1.0.38 → 1.0.39
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 +21 -21
- 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/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
|
@@ -222,15 +222,16 @@ declare module '@howdyjs/to-drag' {
|
|
|
222
222
|
|
|
223
223
|
declare module '@tiptap/core' {
|
|
224
224
|
interface Commands<ReturnType> {
|
|
225
|
-
|
|
225
|
+
Strike: {
|
|
226
226
|
/**
|
|
227
227
|
* Set the font size attribute
|
|
228
228
|
*/
|
|
229
|
-
|
|
229
|
+
setStrike: () => ReturnType;
|
|
230
230
|
/**
|
|
231
231
|
* Unset the font size attribute
|
|
232
232
|
*/
|
|
233
|
-
|
|
233
|
+
unsetStrike: () => ReturnType;
|
|
234
|
+
toggleStrike: () => ReturnType;
|
|
234
235
|
};
|
|
235
236
|
}
|
|
236
237
|
}
|
|
@@ -238,26 +239,16 @@ declare module '@tiptap/core' {
|
|
|
238
239
|
|
|
239
240
|
declare module '@tiptap/core' {
|
|
240
241
|
interface Commands<ReturnType> {
|
|
241
|
-
|
|
242
|
+
Overline: {
|
|
242
243
|
/**
|
|
243
244
|
* Set the font size attribute
|
|
244
245
|
*/
|
|
245
|
-
|
|
246
|
+
setOverline: () => ReturnType;
|
|
246
247
|
/**
|
|
247
248
|
* Unset the font size attribute
|
|
248
249
|
*/
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
};
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
declare module "@tiptap/core" {
|
|
257
|
-
interface Commands<ReturnType> {
|
|
258
|
-
selectedText: {
|
|
259
|
-
setSelectedText: (from: number, to: number) => ReturnType;
|
|
260
|
-
unsetSelectedText: (from: number, to: number) => ReturnType;
|
|
250
|
+
unsetOverline: () => ReturnType;
|
|
251
|
+
toggleOverline: () => ReturnType;
|
|
261
252
|
};
|
|
262
253
|
}
|
|
263
254
|
}
|
|
@@ -265,16 +256,15 @@ declare module "@tiptap/core" {
|
|
|
265
256
|
|
|
266
257
|
declare module '@tiptap/core' {
|
|
267
258
|
interface Commands<ReturnType> {
|
|
268
|
-
|
|
259
|
+
fontSize: {
|
|
269
260
|
/**
|
|
270
261
|
* Set the font size attribute
|
|
271
262
|
*/
|
|
272
|
-
|
|
263
|
+
setFontSize: (size: string) => ReturnType;
|
|
273
264
|
/**
|
|
274
265
|
* Unset the font size attribute
|
|
275
266
|
*/
|
|
276
|
-
|
|
277
|
-
toggleOverline: () => ReturnType;
|
|
267
|
+
unsetFontSize: () => ReturnType;
|
|
278
268
|
};
|
|
279
269
|
}
|
|
280
270
|
}
|
|
@@ -296,6 +286,16 @@ declare module '@tiptap/core' {
|
|
|
296
286
|
}
|
|
297
287
|
|
|
298
288
|
|
|
289
|
+
declare module "@tiptap/core" {
|
|
290
|
+
interface Commands<ReturnType> {
|
|
291
|
+
selectedText: {
|
|
292
|
+
setSelectedText: (from: number, to: number) => ReturnType;
|
|
293
|
+
unsetSelectedText: (from: number, to: number) => ReturnType;
|
|
294
|
+
};
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
|
|
299
299
|
declare module '@tiptap/core' {
|
|
300
300
|
interface Commands<ReturnType> {
|
|
301
301
|
Underline: {
|
package/dist/index.umd.js.gz
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|