@xtctwins/tctwins-bimx-engine 0.2.21 → 0.2.22
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-wlMzfke3.mjs → AnnotationTool-BAqnoElU.mjs} +32 -32
- package/dist/BIMX_Viewer_Lib.es.js +2 -2
- package/dist/BIMX_Viewer_Lib.umd.js +151 -153
- package/dist/{CommentTool-BFWKjEwL.mjs → CommentTool-QAQnEThT.mjs} +44 -44
- package/dist/{HiddenTool-B39qHPG4.mjs → HiddenTool-YmKJlgqE.mjs} +12 -12
- package/dist/{InspectorTool-DuZMt6ck.mjs → InspectorTool-BrLjImHZ.mjs} +25 -25
- package/dist/{MeasureTool-CAtJhHvn.mjs → MeasureTool-CUZy5ML9.mjs} +36 -36
- package/dist/{NavigateTool-DUJbcOu8.mjs → NavigateTool-DviiOK_a.mjs} +1 -1
- package/dist/{RoamTool-VJukLQbx.mjs → RoamTool-CIkux4Y-.mjs} +19 -19
- package/dist/ScreenShotTool-Bu0M6ur_.mjs +357 -0
- package/dist/{SectionTool-wG-g4bYz.mjs → SectionTool-BJ19Wgfm.mjs} +55 -55
- package/dist/{SettingTool-BJIcCCIF.mjs → SettingTool-CUaDVp_g.mjs} +136 -136
- package/dist/{StructureTree-ArZXIpjJ.mjs → StructureTree-DIW023ER.mjs} +232 -241
- package/dist/{alert-BKbDGve8.mjs → alert-Dv1dFs7z.mjs} +3 -3
- package/dist/el-input-number-C1xkBmQ4.mjs +818 -0
- package/dist/{index-DLOOTr_z.mjs → index-Db6oz6CK.mjs} +44717 -46965
- package/dist/index.html +17 -17
- package/dist/{panel.vue_vue_type_style_index_0_lang-BHeUPt0m.mjs → panel.vue_vue_type_style_index_0_lang-DF0tLFJ-.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tallPanel-C7-DJpng.mjs → tallPanel-CqAU492j.mjs} +16 -16
- package/package.json +65 -66
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +10 -38
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +22 -0
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +9 -37
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +7 -5
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +7 -5
- package/types/components/BCFComponents/BCFTool.vue.d.ts +7 -4
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +7 -5
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +6 -5
- package/types/components/BCFComponents/commentInput.vue.d.ts +9 -38
- package/types/components/BCFComponents/commentsView.vue.d.ts +7 -38
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +8 -5
- package/types/components/BCFComponents/imageView.vue.d.ts +7 -5
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +6 -5
- 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 +6 -4
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +1 -3042
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +8 -0
- package/types/components/bimxViewer.vue.d.ts +12 -7
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
- 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 +2 -8
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +1 -3
- package/types/components/utilsComponents/tallPanel.vue.d.ts +3 -13
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +3 -13
- package/types/pages/viewerEntry.vue.d.ts +54 -4
- package/types/store/bcfReflect.d.ts +0 -2
- package/types/store/initConfigs.d.ts +1 -1
- package/dist/ScreenShotTool-DoeDZA0a.mjs +0 -357
- package/dist/el-input-number-BXp6cJeD.mjs +0 -858
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +0 -56
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +0 -55
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +0 -278
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +0 -255
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +0 -17
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +0 -54
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +0 -17
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +0 -12
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +0 -32
- package/types/services/request/api.d.ts +0 -3
- package/types/services/request/index.d.ts +0 -14
- package/types/services/request/types.d.ts +0 -12
- package/types/tests/bcf.d.ts +0 -8
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
## @xtctwins/tctwins-bimx-engine
|
|
2
|
-
|
|
3
|
-
### mode:
|
|
4
|
-
|
|
5
|
-
###
|
|
1
|
+
## @xtctwins/tctwins-bimx-engine
|
|
2
|
+
|
|
3
|
+
### mode: dev
|
|
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-Dv1dFs7z.mjs";
|
|
2
|
+
import { defineComponent as O, ref as p, watch as H, onMounted as q, onBeforeUnmount as P, openBlock as e, createElementBlock as i, unref as c, createCommentVNode as b, createElementVNode as t, 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 { n as j, o as _, p as v, O as l, x as G } from "./index-Db6oz6CK.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"], on = ["src"], tn = {
|
|
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 = p(!0), a = p("");
|
|
28
28
|
let m;
|
|
29
|
-
const S =
|
|
30
|
-
|
|
29
|
+
const S = p(), A = $;
|
|
30
|
+
H(
|
|
31
31
|
() => f.isToolActive(A.componentId),
|
|
32
32
|
(n) => {
|
|
33
33
|
n || (a.value = "");
|
|
34
34
|
}
|
|
35
|
-
),
|
|
35
|
+
), q(() => {
|
|
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] = t("div", { class: "label-title-box" }, [
|
|
115
|
+
t("div", { class: "label-title" }, "标注")
|
|
116
116
|
], -1)),
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
(e(!0), i(V, null, B(c(r), (
|
|
117
|
+
t("div", an, [
|
|
118
|
+
t("div", sn, [
|
|
119
|
+
(e(!0), i(V, null, B(c(r), (o, 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 === o.code }]),
|
|
122
|
+
onClick: (E) => g(o)
|
|
123
123
|
}, [
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
t("div", ln, [
|
|
125
|
+
t("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 === o.code ? o.imgActive : o.img}.svg`,
|
|
128
128
|
alt: ""
|
|
129
129
|
}, null, 8, rn),
|
|
130
|
-
|
|
130
|
+
t("div", _n, R(o.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)) : b("", !0),
|
|
137
|
+
t("div", Y, [
|
|
138
|
+
t("div", Z, [
|
|
139
|
+
(e(!0), i(V, null, B(c(r), (o, 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 === o.code }]),
|
|
143
|
+
onClick: (E) => g(o)
|
|
144
144
|
}, [
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
src: `${c(l)}/BIMX_Website/main/mainView/function_icon/annotation_icons/${a.value !==
|
|
148
|
-
}, null, 8,
|
|
145
|
+
b("", !0),
|
|
146
|
+
t("img", {
|
|
147
|
+
src: `${c(l)}/BIMX_Website/main/mainView/function_icon/annotation_icons/${a.value !== o.code ? o.img : o.img_active}.png`
|
|
148
|
+
}, null, 8, on)
|
|
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", tn)) : b("", !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
|
+
}), pn = /* @__PURE__ */ G(dn, [["__scopeId", "data-v-e46a7ef6"]]);
|
|
165
165
|
export {
|
|
166
|
-
|
|
166
|
+
pn as default
|
|
167
167
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aa as e, B as o, ab as t, ad as i, V as l, ag as r, ac as I, ae as n, af as B } from "./index-Db6oz6CK.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
|
+
B as setToolStatusBykey
|
|
12
12
|
};
|