@xtctwins/tctwins-bimx-engine 0.3.0 → 0.3.2
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 +193 -196
- package/dist/{alert-ChDNxVgQ.mjs → Alert-5pEYzrMO.mjs} +8 -8
- package/dist/AnnotationTool-B3tDIyWy.mjs +239 -0
- package/dist/BIMX_Viewer_Lib.es.js +3 -3
- package/dist/BIMX_Viewer_Lib.umd.js +222 -175
- package/dist/CommentTool--UgPVIZZ.mjs +1541 -0
- package/dist/{HiddenTool-CoPawMRd.mjs → HiddenTool-rORoKTeD.mjs} +16 -16
- package/dist/{InspectorTool-BIvnydPf.mjs → InspectorTool-l4bDxTia.mjs} +66 -66
- package/dist/{MeasureTool-BUi0QI_R.mjs → MeasureTool-d-EV6m2R.mjs} +126 -102
- package/dist/{MouseTool-CdVwRiX1.mjs → MouseTool-DKMcdeRD.mjs} +35 -32
- package/dist/{NavigateTool-DoP9z3yP.mjs → NavigateTool-BNvZ8Oat.mjs} +13 -13
- package/dist/{panel.vue_vue_type_style_index_0_lang-BaSZShh_.mjs → Panel.vue_vue_type_style_index_0_lang-C4tqfy-B.mjs} +2 -2
- package/dist/{RoamTool-POFy076i.mjs → RoamTool-DJu93SVl.mjs} +14 -14
- package/dist/ScreenShotTool-D2h0Qjtv.mjs +430 -0
- package/dist/SectionTool-DHw2Zfzv.mjs +343 -0
- package/dist/SettingTool-D13GBT87.mjs +747 -0
- package/dist/StructureTree-DHaOzAP9.mjs +1662 -0
- package/dist/{tallPanel-DKlcFjrl.mjs → TallPanel-DtXOSzmF.mjs} +14 -14
- package/dist/bimTools-D3TraX9d.mjs +75 -0
- package/dist/el-slider-CHaMBaUG.mjs +1040 -0
- package/dist/{index-Dsq1epCY.mjs → index-BDupeKSG.mjs} +55597 -53543
- package/dist/index.html +17 -17
- package/dist/style.css +1 -1
- package/package.json +4 -3
- 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 +36 -10
- package/types/components/BCFComponents/commentsView.vue.d.ts +36 -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/AppToolbar.vue.d.ts +18 -1
- package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +32 -1
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/InspectorTool.vue.d.ts +2 -0
- package/types/components/BimViewerComponents/MeasureTool.vue.d.ts +2 -0
- package/types/components/BimViewerComponents/MobileCommentsTool/{add.vue.d.ts → MobileCommentAdd.vue.d.ts} +6 -8
- package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +4 -5
- package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
- package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +478 -1
- package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +499 -7
- package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SectionTool.vue.d.ts +4 -0
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +4 -6
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +4026 -1
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +18 -1
- package/types/components/BimxViewerComp.vue.d.ts +7 -14
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +37 -10
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +37 -9
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +499 -7
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +478 -1
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +5 -8
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +38 -12
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +7 -9
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +5 -7
- package/types/components/bcf/AddObjectOrAnno.vue.d.ts +16 -0
- package/types/components/bcf/BCFAddPanel.vue.d.ts +55 -0
- package/types/components/bcf/BCFDetailPanel.vue.d.ts +59 -0
- package/types/components/bcf/BCFDisplayList.vue.d.ts +18 -0
- package/types/components/bcf/BCFFilter.vue.d.ts +14 -0
- package/types/components/bcf/BCFTool.vue.d.ts +15 -0
- package/types/components/bcf/CheckObjectPanel.vue.d.ts +11 -0
- package/types/components/bcf/CommentInput.vue.d.ts +51 -0
- package/types/components/bcf/CommentsView.vue.d.ts +48 -0
- package/types/components/bcf/DialogPanel.vue.d.ts +15 -0
- package/types/components/bcf/ImageView.vue.d.ts +17 -0
- package/types/components/bcf/ImageZoomIn.vue.d.ts +9 -0
- package/types/components/bcf/MobileBCFAdd.vue.d.ts +56 -0
- package/types/components/bcf/MobileBCFDetail.vue.d.ts +55 -0
- package/types/components/bcf/MobileBCFDisplayList.vue.d.ts +498 -0
- package/types/components/bcf/MobileBCFFilter.vue.d.ts +475 -0
- package/types/components/bcf/MobileBCFTool.vue.d.ts +17 -0
- package/types/components/bcf/MobileCommentInput.vue.d.ts +54 -0
- package/types/components/bcf/MobileCommentsView.vue.d.ts +17 -0
- package/types/components/bcf/SelectPanel.vue.d.ts +12 -0
- package/types/components/bimxViewer.vue.d.ts +7 -14
- package/types/components/comment/mobile/MobileCommentAdd.vue.d.ts +14 -0
- package/types/components/comment/mobile/MobileDetail.vue.d.ts +11 -0
- package/types/components/comment/mobile/MobileDraw.vue.d.ts +17 -0
- package/types/components/comment/mobile/MobileFilter.vue.d.ts +475 -0
- package/types/components/comment/mobile/MobileList.vue.d.ts +497 -0
- package/types/components/comment/mobile/MobileZoomIn.vue.d.ts +9 -0
- package/types/components/comment/pc/PcDraw.vue.d.ts +14 -0
- package/types/components/shared/Alert.vue.d.ts +32 -0
- package/types/components/shared/CloseButton.vue.d.ts +50 -0
- package/types/components/shared/CloseButtonDark.vue.d.ts +32 -0
- package/types/components/shared/EmptyPage.vue.d.ts +6 -0
- package/types/components/shared/Loading.vue.d.ts +2 -0
- package/types/components/shared/Panel.vue.d.ts +47 -0
- package/types/components/shared/Prompt.vue.d.ts +8 -0
- package/types/components/shared/RectangleButton.vue.d.ts +106 -0
- package/types/components/shared/TallPanel.vue.d.ts +69 -0
- package/types/components/shared/TallPanelNoPos.vue.d.ts +82 -0
- package/types/components/tools/AnnotationTool.vue.d.ts +14 -0
- package/types/components/tools/AppToolbar.vue.d.ts +27 -0
- package/types/components/tools/ClickEvent.vue.d.ts +6 -0
- package/types/components/tools/CommentTool.vue.d.ts +45 -0
- package/types/components/tools/HiddenTool.vue.d.ts +12 -0
- package/types/components/tools/InspectorTool.vue.d.ts +14 -0
- package/types/components/tools/MeasureTool.vue.d.ts +14 -0
- package/types/components/tools/MouseTool.vue.d.ts +6 -0
- package/types/components/tools/NavigateTool.vue.d.ts +10 -0
- package/types/components/tools/RoamTool.vue.d.ts +12 -0
- package/types/components/tools/ScreenShotTool.vue.d.ts +10 -0
- package/types/components/tools/SectionTool.vue.d.ts +14 -0
- package/types/components/tools/SettingTool.vue.d.ts +13 -0
- package/types/components/tools/StructureTree.vue.d.ts +11645 -0
- package/types/components/tools/Toolbar.vue.d.ts +10 -0
- 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 +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 +8 -2
- package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
- 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/composables/useBimViewerEvent.d.ts +44 -0
- package/types/composables/useEmitHandler.d.ts +2 -0
- package/types/composables/useToolActive.d.ts +1 -0
- package/types/composables/useToolReady.d.ts +1 -0
- package/types/i18n/index.d.ts +5 -1
- package/types/i18n/locales/en-US.d.ts +1 -0
- package/types/i18n/locales/zh-CN.d.ts +1 -0
- package/types/pages/BimxViewerEntry.vue.d.ts +5 -57
- package/types/pages/viewerEntry.vue.d.ts +7 -57
- package/types/store/bcfReflect.d.ts +13 -81
- package/types/store/const/app.d.ts +66 -0
- package/types/store/const/bimTools.d.ts +81 -0
- package/types/store/const/project.d.ts +48 -0
- package/types/store/const/theme.d.ts +16 -0
- package/types/store/const/toolbar.d.ts +26 -0
- package/types/store/const.d.ts +11 -228
- package/types/store/initConfigs.d.ts +1 -1
- package/types/store/toolbars.d.ts +68 -46
- package/types/store/userInfoStore.d.ts +1 -1
- package/types/stores/viewerStore.d.ts +112 -0
- package/types/types/bcf.d.ts +83 -0
- package/types/types/events.d.ts +88 -0
- package/types/utils/OSSHelper.d.ts +27 -0
- package/types/utils/cacheInfo.d.ts +26 -3
- package/types/utils/dbscan.d.ts +1 -0
- package/types/utils/eventBus.d.ts +1 -83
- package/types/viewerManager/viewerManager.d.ts +53 -3
- package/dist/AnnotationTool-CGRte6Cc.mjs +0 -167
- package/dist/CommentTool-CT3wFozB.mjs +0 -1529
- package/dist/ScreenShotTool-CcUyU0g7.mjs +0 -357
- package/dist/SectionTool-DGjjH3JO.mjs +0 -331
- package/dist/SettingTool-CjXfbX5r.mjs +0 -657
- package/dist/StructureTree-DdRX-y-V.mjs +0 -1583
- package/dist/const-DOnRsYpZ.mjs +0 -389
- package/dist/el-input-number-CK5d8pzH.mjs +0 -818
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +0 -22
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +0 -8
- package/types/tests/cmt.d.ts +0 -1
package/dist/const-DOnRsYpZ.mjs
DELETED
|
@@ -1,389 +0,0 @@
|
|
|
1
|
-
const e = [
|
|
2
|
-
{
|
|
3
|
-
id: 0,
|
|
4
|
-
name: "section.bulk.deleteAll"
|
|
5
|
-
},
|
|
6
|
-
{
|
|
7
|
-
id: 1,
|
|
8
|
-
name: "section.bulk.flipAll"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
id: 2,
|
|
12
|
-
name: "section.bulk.showAll"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
id: 4,
|
|
16
|
-
name: "section.bulk.hideAll"
|
|
17
|
-
}
|
|
18
|
-
], i = [
|
|
19
|
-
{
|
|
20
|
-
id: 0,
|
|
21
|
-
name: "structure.objects"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
id: 1,
|
|
25
|
-
name: "structure.categories"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
id: 2,
|
|
29
|
-
name: "structure.floors"
|
|
30
|
-
}
|
|
31
|
-
// ,
|
|
32
|
-
// {
|
|
33
|
-
// id: 3,
|
|
34
|
-
// name: "structure.files"
|
|
35
|
-
// }
|
|
36
|
-
], t = [
|
|
37
|
-
{
|
|
38
|
-
id: 0,
|
|
39
|
-
size: "1"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
id: 1,
|
|
43
|
-
size: "2"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
id: 2,
|
|
47
|
-
size: "3"
|
|
48
|
-
}
|
|
49
|
-
], a = [
|
|
50
|
-
{
|
|
51
|
-
id: 1,
|
|
52
|
-
color: "#066CFC"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
id: 2,
|
|
56
|
-
color: "#FE4444"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
id: 3,
|
|
60
|
-
color: "#FF9357"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
id: 4,
|
|
64
|
-
color: "#66C15F"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
id: 5,
|
|
68
|
-
color: "#FFFFFF"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
id: 6,
|
|
72
|
-
color: "#8F8F8F"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
id: 7,
|
|
76
|
-
color: "#000000"
|
|
77
|
-
}
|
|
78
|
-
], o = [
|
|
79
|
-
{
|
|
80
|
-
id: 0,
|
|
81
|
-
name: "大",
|
|
82
|
-
label: "fontSize.large",
|
|
83
|
-
fontSize: "18"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
id: 1,
|
|
87
|
-
name: "中",
|
|
88
|
-
label: "fontSize.medium",
|
|
89
|
-
fontSize: "14"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
id: 2,
|
|
93
|
-
name: "小",
|
|
94
|
-
label: "fontSize.small",
|
|
95
|
-
fontSize: "10"
|
|
96
|
-
}
|
|
97
|
-
], c = [
|
|
98
|
-
{
|
|
99
|
-
id: 1,
|
|
100
|
-
name: "铅笔",
|
|
101
|
-
label: "commentTool.pencil",
|
|
102
|
-
buttontype: "path",
|
|
103
|
-
img: "edit-icon",
|
|
104
|
-
imgActive: "edit-active-icon",
|
|
105
|
-
svg: "draw",
|
|
106
|
-
svgActive: "draw-active",
|
|
107
|
-
isShow: !0
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
id: 2,
|
|
111
|
-
name: "箭头",
|
|
112
|
-
label: "commentTool.arrow",
|
|
113
|
-
buttontype: "arrow",
|
|
114
|
-
img: "arrow-icon",
|
|
115
|
-
imgActive: "arrow-active-icon",
|
|
116
|
-
svg: "arrow",
|
|
117
|
-
svgActive: "arrow-active",
|
|
118
|
-
isShow: !1
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
id: 3,
|
|
122
|
-
name: "矩形",
|
|
123
|
-
label: "commentTool.rectangle",
|
|
124
|
-
buttontype: "rect",
|
|
125
|
-
img: "rect-icon",
|
|
126
|
-
imgActive: "rect-active-icon",
|
|
127
|
-
svg: "rectangle",
|
|
128
|
-
svgActive: "rectangle-active",
|
|
129
|
-
isShow: !1
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
id: 4,
|
|
133
|
-
name: "圆形",
|
|
134
|
-
label: "commentTool.circle",
|
|
135
|
-
buttontype: "ellipse",
|
|
136
|
-
img: "ellipse-icon",
|
|
137
|
-
imgActive: "ellipse-active-icon",
|
|
138
|
-
svg: "circle",
|
|
139
|
-
svgActive: "circle-active",
|
|
140
|
-
isShow: !1
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
id: 5,
|
|
144
|
-
name: "文字",
|
|
145
|
-
label: "commentTool.text",
|
|
146
|
-
buttontype: "text",
|
|
147
|
-
img: "text-icon",
|
|
148
|
-
imgActive: "text-active-icon",
|
|
149
|
-
svg: "text",
|
|
150
|
-
svgActive: "text-active",
|
|
151
|
-
isShow: !1
|
|
152
|
-
}
|
|
153
|
-
], m = [
|
|
154
|
-
{
|
|
155
|
-
id: 1,
|
|
156
|
-
name: "渐变蓝",
|
|
157
|
-
label: "bgColor.gradientBlue",
|
|
158
|
-
color: "linear-gradient(180deg, #fffefb 0%, #daebff 100%)",
|
|
159
|
-
rgb: [0.9254, 0.9607, 1]
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
id: 2,
|
|
163
|
-
name: "纯灰度",
|
|
164
|
-
label: "bgColor.gray",
|
|
165
|
-
color: "#F0F0F0",
|
|
166
|
-
rgb: [0.9411, 0.9411, 0.9411]
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
id: 3,
|
|
170
|
-
name: "昏暗天空",
|
|
171
|
-
label: "bgColor.dimSky",
|
|
172
|
-
color: "#323237",
|
|
173
|
-
rgb: [0.196, 0.196, 0.2156]
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
id: 4,
|
|
177
|
-
name: "纯白色",
|
|
178
|
-
label: "bgColor.white",
|
|
179
|
-
color: "#FFF",
|
|
180
|
-
rgb: [1, 1, 1]
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
id: 5,
|
|
184
|
-
name: "奶白蓝",
|
|
185
|
-
label: "bgColor.milkBlue",
|
|
186
|
-
color: "#ECF5FF",
|
|
187
|
-
rgb: [0.98, 0.98, 0.98]
|
|
188
|
-
}
|
|
189
|
-
], n = [
|
|
190
|
-
{
|
|
191
|
-
id: 1,
|
|
192
|
-
code: "distance",
|
|
193
|
-
name: "距离",
|
|
194
|
-
label: "measure.distance",
|
|
195
|
-
img: "pmeasure-distance",
|
|
196
|
-
imgActive: "pmeasure-distance-active",
|
|
197
|
-
svg: "distance",
|
|
198
|
-
svgActive: "distance-active"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
id: 2,
|
|
202
|
-
code: "angle",
|
|
203
|
-
name: "角度",
|
|
204
|
-
label: "measure.angle",
|
|
205
|
-
img: "pmeasure-angle",
|
|
206
|
-
imgActive: "pmeasure-angle-active",
|
|
207
|
-
svg: "angle",
|
|
208
|
-
svgActive: "angle-active"
|
|
209
|
-
}
|
|
210
|
-
], l = [
|
|
211
|
-
{
|
|
212
|
-
id: 0,
|
|
213
|
-
name: "1280x720px",
|
|
214
|
-
width: "1280",
|
|
215
|
-
height: "720"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
id: 1,
|
|
219
|
-
name: "1920x1080px",
|
|
220
|
-
width: "1920",
|
|
221
|
-
height: "1080"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
id: 2,
|
|
225
|
-
name: "2560x1440px",
|
|
226
|
-
width: "2560",
|
|
227
|
-
height: "1440"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
id: 3,
|
|
231
|
-
label: "screenshot.custom"
|
|
232
|
-
}
|
|
233
|
-
], v = [
|
|
234
|
-
{
|
|
235
|
-
id: 1,
|
|
236
|
-
code: "top",
|
|
237
|
-
name: "俯视图",
|
|
238
|
-
label: "navigate.top",
|
|
239
|
-
dir_num: 4,
|
|
240
|
-
img: "view-top",
|
|
241
|
-
imgActive: "view-top-active"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
id: 2,
|
|
245
|
-
code: "bottom",
|
|
246
|
-
name: "仰视图",
|
|
247
|
-
label: "navigate.bottom",
|
|
248
|
-
dir_num: 5,
|
|
249
|
-
img: "view-bottom",
|
|
250
|
-
imgActive: "view-bottom-active"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
id: 3,
|
|
254
|
-
code: "left",
|
|
255
|
-
name: "左视图",
|
|
256
|
-
label: "navigate.left",
|
|
257
|
-
dir_num: 3,
|
|
258
|
-
img: "view-left",
|
|
259
|
-
imgActive: "view-left-active"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
id: 4,
|
|
263
|
-
code: "right",
|
|
264
|
-
name: "右视图",
|
|
265
|
-
label: "navigate.right",
|
|
266
|
-
dir_num: 2,
|
|
267
|
-
img: "view-right",
|
|
268
|
-
imgActive: "view-right-active"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
id: 5,
|
|
272
|
-
code: "front",
|
|
273
|
-
name: "前视图",
|
|
274
|
-
label: "navigate.front",
|
|
275
|
-
dir_num: 0,
|
|
276
|
-
img: "view-front",
|
|
277
|
-
imgActive: "view-front-active"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
id: 6,
|
|
281
|
-
code: "back",
|
|
282
|
-
name: "后视图",
|
|
283
|
-
label: "navigate.back",
|
|
284
|
-
dir_num: 1,
|
|
285
|
-
img: "view-back",
|
|
286
|
-
imgActive: "view-back-active"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
id: 7,
|
|
290
|
-
code: "left-bottom",
|
|
291
|
-
name: "西南",
|
|
292
|
-
label: "navigate.leftBottom",
|
|
293
|
-
dir_num: 14,
|
|
294
|
-
img: "view-left-bottom",
|
|
295
|
-
imgActive: "view-left-bottom-active"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
id: 8,
|
|
299
|
-
code: "right-bottom",
|
|
300
|
-
name: "东南",
|
|
301
|
-
label: "navigate.rightBottom",
|
|
302
|
-
dir_num: 15,
|
|
303
|
-
img: "view-right-bottom",
|
|
304
|
-
imgActive: "view-right-bottom-active"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
id: 9,
|
|
308
|
-
code: "right-top",
|
|
309
|
-
name: "东北",
|
|
310
|
-
label: "navigate.rightTop",
|
|
311
|
-
dir_num: 16,
|
|
312
|
-
img: "view-right-top",
|
|
313
|
-
imgActive: "view-right-top-active"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
id: 10,
|
|
317
|
-
code: "left-top",
|
|
318
|
-
name: "西北",
|
|
319
|
-
label: "navigate.leftTop",
|
|
320
|
-
dir_num: 17,
|
|
321
|
-
img: "view-left-top",
|
|
322
|
-
imgActive: "view-left-top-active"
|
|
323
|
-
}
|
|
324
|
-
], d = [
|
|
325
|
-
{
|
|
326
|
-
id: 1,
|
|
327
|
-
code: "image",
|
|
328
|
-
name: "annotation.image",
|
|
329
|
-
okType: "image/*",
|
|
330
|
-
img: "image",
|
|
331
|
-
img_active: "image_active",
|
|
332
|
-
imgActive: "image-active"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
id: 2,
|
|
336
|
-
code: "record",
|
|
337
|
-
name: "annotation.record",
|
|
338
|
-
okType: "record",
|
|
339
|
-
img: "record",
|
|
340
|
-
img_active: "record_active",
|
|
341
|
-
imgActive: "record-active"
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
id: 3,
|
|
345
|
-
code: "video",
|
|
346
|
-
name: "annotation.video",
|
|
347
|
-
okType: "video/*",
|
|
348
|
-
img: "video",
|
|
349
|
-
img_active: "video_active",
|
|
350
|
-
imgActive: "video-active"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
id: 4,
|
|
354
|
-
code: "file",
|
|
355
|
-
name: "annotation.file",
|
|
356
|
-
okType: "*/*",
|
|
357
|
-
img: "file",
|
|
358
|
-
img_active: "file_active",
|
|
359
|
-
imgActive: "file-active"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
id: 5,
|
|
363
|
-
code: "text",
|
|
364
|
-
name: "annotation.text",
|
|
365
|
-
okType: "text",
|
|
366
|
-
img: "text",
|
|
367
|
-
img_active: "text_active",
|
|
368
|
-
imgActive: "text-active"
|
|
369
|
-
}
|
|
370
|
-
], g = [
|
|
371
|
-
{ id: 1, name: "hidden.hide", img: "hidden", img_active: "hidden-active" },
|
|
372
|
-
{ id: 2, name: "hidden.perspective", img: "xray", img_active: "xray-active" },
|
|
373
|
-
{ id: 3, name: "hidden.select", img: "select", img_active: "select-active" },
|
|
374
|
-
{ id: 0, name: "hidden.recover", img: "recover", img_active: "recover-active" }
|
|
375
|
-
];
|
|
376
|
-
export {
|
|
377
|
-
d as A,
|
|
378
|
-
e as B,
|
|
379
|
-
c as C,
|
|
380
|
-
o as F,
|
|
381
|
-
g as H,
|
|
382
|
-
t as L,
|
|
383
|
-
n as M,
|
|
384
|
-
v as N,
|
|
385
|
-
i as S,
|
|
386
|
-
a as T,
|
|
387
|
-
l as a,
|
|
388
|
-
m as b
|
|
389
|
-
};
|