cadviewer 8.66.4 → 8.67.14
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/assets/1f378110011c8182c19a79dbe9a013e2.png +0 -0
- package/dist/assets/app/images/compareDrawingOverlay_11B.png +0 -0
- package/dist/assets/db73661e15731459fc8b.png +1 -0
- package/dist/cadviewer.d.ts +1 -0
- package/dist/cadviewer_8.67.14.min.js +2 -0
- package/package.json +2 -2
- package/dist/cadviewer_8.66.4.min.js +0 -2
- /package/dist/{cadviewer_8.66.4.min.js.LICENSE.txt → cadviewer_8.67.14.min.js.LICENSE.txt} +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default __webpack_public_path__ + "1f378110011c8182c19a79dbe9a013e2.png";
|
package/dist/cadviewer.d.ts
CHANGED
|
@@ -863,4 +863,5 @@ declare module 'cadviewer' {
|
|
|
863
863
|
export function cvjs_conversion_addAXconversionParameters(axparameters: any): void;
|
|
864
864
|
export function cvjs_setOriginatingLocation(location: string): void;
|
|
865
865
|
export function cvjs_activateFixedZoomWidthAdjustment(flag: boolean): void;
|
|
866
|
+
export function cvjs_CompareDrawings(f_div: string, drawing1: string, drawing2: string): void;
|
|
866
867
|
}
|