@xtctwins/tctwins-bimx-engine 0.2.39 → 0.2.41
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/README.md +4 -4
- package/dist/{AnnotationTool-D8DscF-O.mjs → AnnotationTool-PMNJlj2Y.mjs} +3 -3
- package/dist/BIMX_Viewer_Lib.es.js +1 -1
- package/dist/BIMX_Viewer_Lib.umd.js +4 -4
- package/dist/{CommentTool-w1FLDGkg.mjs → CommentTool-BJvca5mk.mjs} +2 -2
- package/dist/{HiddenTool-BcECXV9K.mjs → HiddenTool-CWH03Vqf.mjs} +2 -2
- package/dist/{InspectorTool-CYW72Rdw.mjs → InspectorTool-B4E4bF79.mjs} +3 -3
- package/dist/{MeasureTool-533Mg-fP.mjs → MeasureTool-B1Du7-2J.mjs} +3 -3
- package/dist/{MouseTool-DItMW0XN.mjs → MouseTool-D6SJ0Z38.mjs} +1 -1
- package/dist/{NavigateTool-XnG2-Zmd.mjs → NavigateTool-DksCL19K.mjs} +2 -2
- package/dist/{RoamTool-DZBUgjRG.mjs → RoamTool-kgXMgefr.mjs} +1 -1
- package/dist/{ScreenShotTool-DoBVSf-3.mjs → ScreenShotTool-IAGzYfke.mjs} +3 -3
- package/dist/{SectionTool-_wrstsDb.mjs → SectionTool-quJQxeZM.mjs} +5 -5
- package/dist/{SettingTool-070H0BDS.mjs → SettingTool-DTkSHSRc.mjs} +56 -56
- package/dist/{StructureTree-BWzVowLC.mjs → StructureTree-CbRSpR38.mjs} +4 -4
- package/dist/{alert-BESdo0c0.mjs → alert-DFj-iGse.mjs} +1 -1
- package/dist/{const-C8FWJPiL.mjs → const-1h5SNeT6.mjs} +6 -6
- package/dist/{el-input-number-GzgN7xht.mjs → el-input-number-D50X7TVG.mjs} +1 -1
- package/dist/{index-C7C9BJdE.mjs → index-Csa8Faf1.mjs} +15 -15
- package/dist/{panel.vue_vue_type_style_index_0_lang-CfdlxxVs.mjs → panel.vue_vue_type_style_index_0_lang-D7ONLq2c.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tallPanel-DZuXtbkA.mjs → tallPanel-bIfrBvLA.mjs} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,11 +74,11 @@ import type { EventContent } from "@xtctwins/tctwins-bimx-engine";
|
|
|
74
74
|
import "@xtctwins/tctwins-bimx-engine/dist/style.css";
|
|
75
75
|
|
|
76
76
|
const initialzed = ref(false);
|
|
77
|
-
const filePath = ref(`https://
|
|
77
|
+
const filePath = ref(`https://tctwins-oss-test.oss-cn-beijing.aliyuncs.com/test/1公寓幕墙.xtc`);
|
|
78
78
|
const filePaths = [
|
|
79
|
-
"https://
|
|
80
|
-
"https://
|
|
81
|
-
"https://
|
|
79
|
+
"https://tctwins-oss-test.oss-cn-beijing.aliyuncs.com/tests/models/multiModel/model2/20250205170745913287.xtc",
|
|
80
|
+
"https://tctwins-oss-test.oss-cn-beijing.aliyuncs.com/tests/models/multiModel/model2/20250205170736552499.xtc",
|
|
81
|
+
"https://tctwins-oss-test.oss-cn-beijing.aliyuncs.com/tests/models/multiModel/model2/20250205170731500203.xtc"
|
|
82
82
|
];
|
|
83
83
|
const modelBuffer = ref<ArrayBuffer>();
|
|
84
84
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as X } from "./alert-
|
|
1
|
+
import { _ as X } from "./alert-DFj-iGse.mjs";
|
|
2
2
|
import { defineComponent as D, ref as p, watch as O, onMounted as H, onBeforeUnmount as q, openBlock as i, createElementBlock as a, unref as n, createCommentVNode as b, createElementVNode as r, normalizeClass as f, Fragment as B, renderList as C, toDisplayString as R, withDirectives as U, createVNode as z, vShow as F } from "vue";
|
|
3
|
-
import { n as j, o as t, p as v, O as c, x as G } from "./index-
|
|
4
|
-
import { A as l } from "./const-
|
|
3
|
+
import { n as j, o as t, p as v, O as c, x as G } from "./index-Csa8Faf1.mjs";
|
|
4
|
+
import { A as l } from "./const-1h5SNeT6.mjs";
|
|
5
5
|
const J = { class: "annotation_component" }, K = {
|
|
6
6
|
key: 0,
|
|
7
7
|
id: "annotation_toolbar",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { am as e, B as o, an as t, ap as i, V as l, as as r, ao as n, aq as I, ar as B } from "./index-
|
|
1
|
+
import { am as e, B as o, an as t, ap as i, V as l, as as r, ao as n, aq as I, ar as B } from "./index-Csa8Faf1.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as BIMXViewer,
|
|
4
4
|
o as BIMX_CONFIGS,
|