mxcad 1.0.15 → 1.0.17
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 +3 -3
- package/dist/mxcad.es.js +1896 -1844
- package/dist/mxcad.umd.js +52 -52
- package/dist/mxdrawassembly_min.wasm +0 -0
- package/package.json +1 -1
package/dist/mxcad.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export declare function drawText(): Promise<void>;
|
|
|
19
19
|
export declare function drawCircle(): void;
|
|
20
20
|
declare class MdRxObjectImp {
|
|
21
21
|
}
|
|
22
|
-
declare class MdRxObject {
|
|
22
|
+
export declare class MdRxObject {
|
|
23
23
|
protected imp: any;
|
|
24
24
|
constructor(imp?: any);
|
|
25
25
|
destructor(): void;
|
|
@@ -28,10 +28,10 @@ declare class MdRxObject {
|
|
|
28
28
|
getJson(): string;
|
|
29
29
|
setJson(str: string): boolean;
|
|
30
30
|
}
|
|
31
|
-
declare class MdDbLayerTable extends MdRxObject {
|
|
31
|
+
export declare class MdDbLayerTable extends MdRxObject {
|
|
32
32
|
constructor(imp?: any);
|
|
33
33
|
}
|
|
34
|
-
declare class MdDbDatabase extends MdRxObject {
|
|
34
|
+
export declare class MdDbDatabase extends MdRxObject {
|
|
35
35
|
constructor(imp?: any);
|
|
36
36
|
GetLayerTable(): MdDbLayerTable;
|
|
37
37
|
}
|