@xtctwins/tctwins-bimx-viewer 0.1.21 → 0.1.23
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.
|
@@ -74141,9 +74141,6 @@ class AnnotationTool extends _Controller__WEBPACK_IMPORTED_MODULE_1__["default"]
|
|
|
74141
74141
|
const ele = annlist[element];
|
|
74142
74142
|
this.addAnnotation(ele.id.toString(), ele.content.worldPos, ele.type);
|
|
74143
74143
|
}
|
|
74144
|
-
setTimeout(() => {
|
|
74145
|
-
this.setAllVisible(true);
|
|
74146
|
-
}, 30);
|
|
74147
74144
|
}
|
|
74148
74145
|
else {
|
|
74149
74146
|
console.log("ann null");
|
|
@@ -74160,7 +74157,7 @@ class AnnotationTool extends _Controller__WEBPACK_IMPORTED_MODULE_1__["default"]
|
|
|
74160
74157
|
id,
|
|
74161
74158
|
worldPos,
|
|
74162
74159
|
occludable: true,
|
|
74163
|
-
markerShown:
|
|
74160
|
+
markerShown: true,
|
|
74164
74161
|
labelShown: false,
|
|
74165
74162
|
values: {
|
|
74166
74163
|
id,
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
export const VERSION = "0.1.
|
|
2
|
+
export const VERSION = "0.1.22";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
export const VERSION = "0.1.
|
|
2
|
+
export const VERSION = "0.1.22";
|