mxcad-app 1.0.42 → 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/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/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,25 +222,27 @@ 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
|
}
|
|
237
238
|
|
|
238
239
|
|
|
239
|
-
declare module
|
|
240
|
+
declare module '@tiptap/core' {
|
|
240
241
|
interface Commands<ReturnType> {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
242
|
+
Underline: {
|
|
243
|
+
setUnderline: () => ReturnType;
|
|
244
|
+
unsetUnderline: () => ReturnType;
|
|
245
|
+
toggleUnderline: () => ReturnType;
|
|
244
246
|
};
|
|
245
247
|
}
|
|
246
248
|
}
|
|
@@ -248,16 +250,15 @@ declare module "@tiptap/core" {
|
|
|
248
250
|
|
|
249
251
|
declare module '@tiptap/core' {
|
|
250
252
|
interface Commands<ReturnType> {
|
|
251
|
-
|
|
253
|
+
fontSize: {
|
|
252
254
|
/**
|
|
253
255
|
* Set the font size attribute
|
|
254
256
|
*/
|
|
255
|
-
|
|
257
|
+
setFontSize: (size: string) => ReturnType;
|
|
256
258
|
/**
|
|
257
259
|
* Unset the font size attribute
|
|
258
260
|
*/
|
|
259
|
-
|
|
260
|
-
toggleOverline: () => ReturnType;
|
|
261
|
+
unsetFontSize: () => ReturnType;
|
|
261
262
|
};
|
|
262
263
|
}
|
|
263
264
|
}
|
|
@@ -265,32 +266,26 @@ declare module '@tiptap/core' {
|
|
|
265
266
|
|
|
266
267
|
declare module '@tiptap/core' {
|
|
267
268
|
interface Commands<ReturnType> {
|
|
268
|
-
|
|
269
|
+
Overline: {
|
|
269
270
|
/**
|
|
270
271
|
* Set the font size attribute
|
|
271
272
|
*/
|
|
272
|
-
|
|
273
|
+
setOverline: () => ReturnType;
|
|
273
274
|
/**
|
|
274
275
|
* Unset the font size attribute
|
|
275
276
|
*/
|
|
276
|
-
|
|
277
|
+
unsetOverline: () => ReturnType;
|
|
278
|
+
toggleOverline: () => ReturnType;
|
|
277
279
|
};
|
|
278
280
|
}
|
|
279
281
|
}
|
|
280
282
|
|
|
281
283
|
|
|
282
|
-
declare module
|
|
284
|
+
declare module "@tiptap/core" {
|
|
283
285
|
interface Commands<ReturnType> {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
*/
|
|
288
|
-
setStrike: () => ReturnType;
|
|
289
|
-
/**
|
|
290
|
-
* Unset the font size attribute
|
|
291
|
-
*/
|
|
292
|
-
unsetStrike: () => ReturnType;
|
|
293
|
-
toggleStrike: () => ReturnType;
|
|
286
|
+
selectedText: {
|
|
287
|
+
setSelectedText: (from: number, to: number) => ReturnType;
|
|
288
|
+
unsetSelectedText: (from: number, to: number) => ReturnType;
|
|
294
289
|
};
|
|
295
290
|
}
|
|
296
291
|
}
|
|
@@ -298,10 +293,15 @@ declare module '@tiptap/core' {
|
|
|
298
293
|
|
|
299
294
|
declare module '@tiptap/core' {
|
|
300
295
|
interface Commands<ReturnType> {
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
296
|
+
TextDecoration: {
|
|
297
|
+
/**
|
|
298
|
+
* Set the font size attribute
|
|
299
|
+
*/
|
|
300
|
+
setTextDecoration: (textDecoration: string) => ReturnType;
|
|
301
|
+
/**
|
|
302
|
+
* Unset the font size attribute
|
|
303
|
+
*/
|
|
304
|
+
unsetTextDecoration: () => ReturnType;
|
|
305
305
|
};
|
|
306
306
|
}
|
|
307
307
|
}
|
package/dist/index.umd.js.gz
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|