cadviewer 10.70.11 → 10.72.10
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/app/images/singleIcons/svg/dark-skin/scaleicon.svg +1 -0
- package/dist/cadviewer.d.ts +1 -0
- package/dist/{cadviewer_10.70.11.min.js → cadviewer_10.72.10.min.js} +2 -2
- package/package.json +2 -2
- /package/dist/{cadviewer_10.70.11.min.js.LICENSE.txt → cadviewer_10.72.10.min.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90"><defs><style>.cls-1{fill:#333;}.cls-2{fill:none;}.cls-2,.cls-3{stroke:#1ccbd1;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px;}.cls-3{fill:#1ccbd1;}</style></defs><rect id="Background" class="cls-1" width="90" height="90"/><polyline class="cls-2" points="50.77 27 63 27 63 39.23"/><line class="cls-2" x1="50.76" y1="39.24" x2="63" y2="27"/><rect class="cls-3" x="18" y="45" width="27" height="27"/><polyline class="cls-2" points="18 36 18 18 72 18 72 72 54 72"/></svg>
|
package/dist/cadviewer.d.ts
CHANGED
|
@@ -958,4 +958,5 @@ declare module 'cadviewer' {
|
|
|
958
958
|
export function cvjs_getPagechangeActivateFlag(): boolean;
|
|
959
959
|
export function cvjs_setMeasurementDefaultType(measurementType: string): void;
|
|
960
960
|
export function cvjs_setSpaceObjctColor(f_div: string): void;
|
|
961
|
+
export function cvjs_getDefaultLayerTable(): any;
|
|
961
962
|
}
|