@mlightcad/cad-simple-viewer 1.1.5 → 1.1.6
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/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/libredwg-parser-worker.js +4482 -4303
- package/lib/editor/input/AcEditor.d.ts +2 -2
- package/package.json +5 -5
|
@@ -84,7 +84,7 @@ export declare class AcEditor {
|
|
|
84
84
|
* // Now you can create a line from startPoint to endPoint
|
|
85
85
|
* ```
|
|
86
86
|
*/
|
|
87
|
-
getPoint(): Promise<import("@mlightcad/
|
|
87
|
+
getPoint(): Promise<import("@mlightcad/geometry-engine").AcGePoint2d>;
|
|
88
88
|
/**
|
|
89
89
|
* Prompts the user to select entities using box selection.
|
|
90
90
|
*
|
|
@@ -106,6 +106,6 @@ export declare class AcEditor {
|
|
|
106
106
|
* }
|
|
107
107
|
* ```
|
|
108
108
|
*/
|
|
109
|
-
getSelection(): Promise<import("@mlightcad/
|
|
109
|
+
getSelection(): Promise<import("@mlightcad/geometry-engine").AcGeBox2d>;
|
|
110
110
|
}
|
|
111
111
|
//# sourceMappingURL=AcEditor.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlightcad/cad-simple-viewer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
"@types/lodash-es": "^4.17.12",
|
|
39
39
|
"@types/rbush": "^3.0.4",
|
|
40
40
|
"@types/three": "^0.172.0",
|
|
41
|
-
"@mlightcad/svg-renderer": "0.0.
|
|
42
|
-
"@mlightcad/three-renderer": "1.1.
|
|
41
|
+
"@mlightcad/svg-renderer": "0.0.18",
|
|
42
|
+
"@mlightcad/three-renderer": "1.1.6"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@mlightcad/libredwg-converter": "3.0.
|
|
45
|
+
"@mlightcad/libredwg-converter": "3.0.18",
|
|
46
46
|
"mitt": "^3.0.1",
|
|
47
47
|
"rbush": "^4.0.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@mlightcad/data-model": "1.2.
|
|
50
|
+
"@mlightcad/data-model": "1.2.18",
|
|
51
51
|
"three": "^0.172.0",
|
|
52
52
|
"lodash-es": "4.17.21"
|
|
53
53
|
},
|