mxcad 1.0.30 → 1.0.31

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/mxcad.d.ts CHANGED
@@ -302,6 +302,7 @@ declare class McDrawUtilityClass {
302
302
  constructor();
303
303
  private init;
304
304
  eraseEntity(lId: number): boolean;
305
+ highlightEntity(lId: number, isHighlight?: boolean): any;
305
306
  findEntAtPoint(dX: number, dY: number, dZ: number, dSearhRange?: number, filter?: McDrawResbuf | null): number;
306
307
  selectEnt(strPrompt?: string, filter?: McDrawResbuf | null): Promise<MxObjectId[]>;
307
308
  }
@@ -0,0 +1,3 @@
1
+
2
+ declare module 'mxcad/dist/mxdrawassembly_min.wasm'
3
+ declare module 'mxcad/wasm'