@mlightcad/cad-viewer 1.4.1 → 1.4.2
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.
|
@@ -1677,7 +1677,7 @@ export declare function useHover(): {
|
|
|
1677
1677
|
};
|
|
1678
1678
|
pdmode: number;
|
|
1679
1679
|
pdsize: number;
|
|
1680
|
-
read: (data: ArrayBuffer, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions, fileType?: import('@mlightcad/data-model').
|
|
1680
|
+
read: (data: ArrayBuffer, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions, fileType?: import('@mlightcad/data-model').AcDbConverterType) => Promise<void>;
|
|
1681
1681
|
openUri: (url: string, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions) => Promise<void>;
|
|
1682
1682
|
regen: () => Promise<void>;
|
|
1683
1683
|
createDefaultData: (options?: import('@mlightcad/data-model').AcDbCreateDefaultDataOptions) => void;
|
|
@@ -3344,7 +3344,7 @@ export declare function useHover(): {
|
|
|
3344
3344
|
};
|
|
3345
3345
|
pdmode: number;
|
|
3346
3346
|
pdsize: number;
|
|
3347
|
-
read: (data: ArrayBuffer, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions, fileType?: import('@mlightcad/data-model').
|
|
3347
|
+
read: (data: ArrayBuffer, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions, fileType?: import('@mlightcad/data-model').AcDbConverterType) => Promise<void>;
|
|
3348
3348
|
openUri: (url: string, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions) => Promise<void>;
|
|
3349
3349
|
regen: () => Promise<void>;
|
|
3350
3350
|
createDefaultData: (options?: import('@mlightcad/data-model').AcDbCreateDefaultDataOptions) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlightcad/cad-viewer",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"vite-svg-loader": "^5.1.0",
|
|
43
43
|
"vue-eslint-parser": "^9.4.3",
|
|
44
44
|
"vue-tsc": "^2.1.6",
|
|
45
|
-
"@mlightcad/svg-renderer": "1.4.
|
|
46
|
-
"@mlightcad/three-renderer": "1.4.
|
|
45
|
+
"@mlightcad/svg-renderer": "1.4.2",
|
|
46
|
+
"@mlightcad/three-renderer": "1.4.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@element-plus/icons-vue": "^2.3.1",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"vue-pick-colors": "^1.8.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@mlightcad/data-model": "^1.6.
|
|
55
|
+
"@mlightcad/data-model": "^1.6.1",
|
|
56
56
|
"@vueuse/core": "^11.1.0",
|
|
57
57
|
"element-plus": "^2.12.0",
|
|
58
58
|
"vue": "^3.4.21",
|
|
59
59
|
"vue-i18n": "^10.0.1",
|
|
60
|
-
"@mlightcad/cad-simple-viewer": "1.4.
|
|
60
|
+
"@mlightcad/cad-simple-viewer": "1.4.2"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"analyze": "vite build --mode analyze",
|