@xtctwins/tctwins-bimx-engine 0.2.13 → 0.2.15
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 +5 -5
- package/dist/{AnnotationTool-h6kLP4-J.mjs → AnnotationTool-C7K9wUXu.mjs} +32 -32
- package/dist/BIMX_Viewer_Lib.es.js +2 -2
- package/dist/BIMX_Viewer_Lib.umd.js +153 -151
- package/dist/{CommentTool-fEkFa5a4.mjs → CommentTool-Q03T0eRh.mjs} +44 -44
- package/dist/{HiddenTool-CHEX-LN8.mjs → HiddenTool-DPhsLeVn.mjs} +12 -12
- package/dist/{InspectorTool-Dp0nln8M.mjs → InspectorTool-xpaagssU.mjs} +25 -25
- package/dist/{MeasureTool-CIPDVGJ2.mjs → MeasureTool-CC7ByKQe.mjs} +36 -36
- package/dist/{NavigateTool-BTg74q73.mjs → NavigateTool-rX2EtTJm.mjs} +1 -1
- package/dist/{RoamTool-b-iVvgOg.mjs → RoamTool-CV51Zfk8.mjs} +19 -19
- package/dist/ScreenShotTool-CaJnfAGU.mjs +357 -0
- package/dist/{SectionTool-BmaWUeLw.mjs → SectionTool-DCBKDTuD.mjs} +55 -55
- package/dist/{SettingTool-WjB-y_2N.mjs → SettingTool-ZeE9Wi9d.mjs} +136 -136
- package/dist/{StructureTree-fQGdtbdW.mjs → StructureTree-C0ciwt0x.mjs} +241 -232
- package/dist/{alert-Byx6QRux.mjs → alert-BoGlpl1a.mjs} +3 -3
- package/dist/el-input-number-DC387stR.mjs +858 -0
- package/dist/{index-DUCjdjwm.mjs → index-Dbz1Z0EN.mjs} +47804 -45619
- package/dist/index.html +17 -17
- package/dist/{panel.vue_vue_type_style_index_0_lang-DN1hWNk5.mjs → panel.vue_vue_type_style_index_0_lang-0alZxKkz.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tallPanel-CmihOwoA.mjs → tallPanel-kCOLfaS2.mjs} +16 -16
- package/package.json +66 -65
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +38 -10
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +37 -9
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFTool.vue.d.ts +4 -7
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +5 -7
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +5 -6
- package/types/components/BCFComponents/commentInput.vue.d.ts +38 -9
- package/types/components/BCFComponents/commentsView.vue.d.ts +38 -7
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +5 -8
- package/types/components/BCFComponents/imageView.vue.d.ts +5 -7
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +4 -6
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +3042 -1
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +56 -0
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +55 -0
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +278 -0
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +255 -0
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +17 -0
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +54 -0
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +17 -0
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +12 -0
- package/types/components/bimxViewer.vue.d.ts +7 -12
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +32 -0
- package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
- package/types/components/utilsComponents/loading.vue.d.ts +1 -1
- package/types/components/utilsComponents/panel.vue.d.ts +8 -2
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +3 -1
- package/types/components/utilsComponents/tallPanel.vue.d.ts +13 -3
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +13 -3
- package/types/pages/viewerEntry.vue.d.ts +4 -51
- package/types/services/request/api.d.ts +3 -0
- package/types/services/request/index.d.ts +14 -0
- package/types/services/request/types.d.ts +12 -0
- package/types/store/bcfReflect.d.ts +2 -0
- package/types/tests/bcf.d.ts +8 -0
- package/dist/ScreenShotTool-Cei3hiGn.mjs +0 -357
- package/dist/el-input-number-6wp_0Clc.mjs +0 -818
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +0 -22
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +0 -8
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
## @xtctwins/tctwins-bimx-engine
|
|
2
|
-
|
|
3
|
-
### mode: prod
|
|
4
|
-
|
|
5
|
-
### 添加默认背景设置;
|
|
1
|
+
## @xtctwins/tctwins-bimx-engine
|
|
2
|
+
|
|
3
|
+
### mode: prod
|
|
4
|
+
|
|
5
|
+
### 添加默认背景设置;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as D } from "./alert-
|
|
2
|
-
import { defineComponent as O, ref as
|
|
3
|
-
import {
|
|
1
|
+
import { _ as D } from "./alert-BoGlpl1a.mjs";
|
|
2
|
+
import { defineComponent as O, ref as b, watch as q, onMounted as H, onBeforeUnmount as P, openBlock as e, createElementBlock as i, unref as c, createCommentVNode as p, createElementVNode as o, Fragment as V, renderList as B, normalizeClass as C, toDisplayString as R, withDirectives as U, createVNode as z, vShow as F } from "vue";
|
|
3
|
+
import { q as j, t as _, v, O as l, A as G } from "./index-Dbz1Z0EN.mjs";
|
|
4
4
|
import { A as r } from "./const-B1FlFgEN.mjs";
|
|
5
5
|
const J = { class: "annotation_component" }, K = {
|
|
6
6
|
key: 0,
|
|
@@ -9,7 +9,7 @@ const J = { class: "annotation_component" }, K = {
|
|
|
9
9
|
}, Q = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "toolbar_trangle"
|
|
12
|
-
}, Y = { class: "annotation_toolbar_wrapper" }, Z = { class: "annotation_toolbar_group" }, nn = ["id", "onClick"],
|
|
12
|
+
}, Y = { class: "annotation_toolbar_wrapper" }, Z = { class: "annotation_toolbar_group" }, nn = ["id", "onClick"], tn = ["src"], on = {
|
|
13
13
|
key: 1,
|
|
14
14
|
class: "toolbar_trangle"
|
|
15
15
|
}, en = {
|
|
@@ -24,15 +24,15 @@ const J = { class: "annotation_component" }, K = {
|
|
|
24
24
|
M("emitHandler", n);
|
|
25
25
|
};
|
|
26
26
|
let T;
|
|
27
|
-
const w =
|
|
27
|
+
const w = b(!0), a = b("");
|
|
28
28
|
let m;
|
|
29
|
-
const S =
|
|
30
|
-
|
|
29
|
+
const S = b(), A = $;
|
|
30
|
+
q(
|
|
31
31
|
() => f.isToolActive(A.componentId),
|
|
32
32
|
(n) => {
|
|
33
33
|
n || (a.value = "");
|
|
34
34
|
}
|
|
35
|
-
),
|
|
35
|
+
), H(() => {
|
|
36
36
|
S.value = _("annoLimit"), f.setReadyById(A.componentId);
|
|
37
37
|
});
|
|
38
38
|
const x = {
|
|
@@ -111,45 +111,45 @@ const J = { class: "annotation_component" }, K = {
|
|
|
111
111
|
const X = D;
|
|
112
112
|
return e(), i("div", J, [
|
|
113
113
|
c(_)("isMobile") ? (e(), i("div", en, [
|
|
114
|
-
s[0] || (s[0] =
|
|
115
|
-
|
|
114
|
+
s[0] || (s[0] = o("div", { class: "label-title-box" }, [
|
|
115
|
+
o("div", { class: "label-title" }, "标注")
|
|
116
116
|
], -1)),
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
(e(!0), i(V, null, B(c(r), (
|
|
117
|
+
o("div", an, [
|
|
118
|
+
o("div", sn, [
|
|
119
|
+
(e(!0), i(V, null, B(c(r), (t, u) => (e(), i("div", {
|
|
120
120
|
key: u,
|
|
121
|
-
class: C(["label-item", { "label-item-active": a.value ===
|
|
122
|
-
onClick: (E) => g(
|
|
121
|
+
class: C(["label-item", { "label-item-active": a.value === t.code }]),
|
|
122
|
+
onClick: (E) => g(t)
|
|
123
123
|
}, [
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
o("div", ln, [
|
|
125
|
+
o("img", {
|
|
126
126
|
class: "label-item-img",
|
|
127
|
-
src: c(l) + `/bim-viewer/label-bar/${a.value ===
|
|
127
|
+
src: c(l) + `/bim-viewer/label-bar/${a.value === t.code ? t.imgActive : t.img}.svg`,
|
|
128
128
|
alt: ""
|
|
129
129
|
}, null, 8, rn),
|
|
130
|
-
|
|
130
|
+
o("div", _n, R(t.name), 1)
|
|
131
131
|
])
|
|
132
132
|
], 10, cn))), 128))
|
|
133
133
|
])
|
|
134
134
|
])
|
|
135
135
|
])) : (e(), i("div", K, [
|
|
136
|
-
c(_)("annotationPos").pos.includes("top") ? (e(), i("div", Q)) :
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
(e(!0), i(V, null, B(c(r), (
|
|
136
|
+
c(_)("annotationPos").pos.includes("top") ? (e(), i("div", Q)) : p("", !0),
|
|
137
|
+
o("div", Y, [
|
|
138
|
+
o("div", Z, [
|
|
139
|
+
(e(!0), i(V, null, B(c(r), (t, u) => (e(), i("button", {
|
|
140
140
|
id: `annotation_tool_btn_${u}`,
|
|
141
141
|
key: u,
|
|
142
|
-
class: C(["annotation_tool_btn", { active: a.value ===
|
|
143
|
-
onClick: (E) => g(
|
|
142
|
+
class: C(["annotation_tool_btn", { active: a.value === t.code }]),
|
|
143
|
+
onClick: (E) => g(t)
|
|
144
144
|
}, [
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
src: `${c(l)}/BIMX_Website/main/mainView/function_icon/annotation_icons/${a.value !==
|
|
148
|
-
}, null, 8,
|
|
145
|
+
p("", !0),
|
|
146
|
+
o("img", {
|
|
147
|
+
src: `${c(l)}/BIMX_Website/main/mainView/function_icon/annotation_icons/${a.value !== t.code ? t.img : t.img_active}.png`
|
|
148
|
+
}, null, 8, tn)
|
|
149
149
|
], 10, nn))), 128))
|
|
150
150
|
])
|
|
151
151
|
]),
|
|
152
|
-
c(_)("annotationPos").pos.includes("bottom") ? (e(), i("div",
|
|
152
|
+
c(_)("annotationPos").pos.includes("bottom") ? (e(), i("div", on)) : p("", !0)
|
|
153
153
|
])),
|
|
154
154
|
U(z(X, {
|
|
155
155
|
"click-handle": () => {
|
|
@@ -161,7 +161,7 @@ const J = { class: "annotation_component" }, K = {
|
|
|
161
161
|
]);
|
|
162
162
|
};
|
|
163
163
|
}
|
|
164
|
-
}),
|
|
164
|
+
}), bn = /* @__PURE__ */ G(dn, [["__scopeId", "data-v-268dfbfa"]]);
|
|
165
165
|
export {
|
|
166
|
-
|
|
166
|
+
bn as default
|
|
167
167
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ab as e, D as o, ac as t, ae as i, V as l, ah as r, ad as I, af as n, ag as f } from "./index-Dbz1Z0EN.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as BIMXViewer,
|
|
4
4
|
o as BIMX_CONFIGS,
|
|
@@ -8,5 +8,5 @@ export {
|
|
|
8
8
|
r as setAllToolClose,
|
|
9
9
|
I as setConfigs,
|
|
10
10
|
n as setToolStatusById,
|
|
11
|
-
|
|
11
|
+
f as setToolStatusBykey
|
|
12
12
|
};
|