@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.
Files changed (168) hide show
  1. package/README.md +193 -196
  2. package/dist/{alert-ChDNxVgQ.mjs → Alert-5pEYzrMO.mjs} +8 -8
  3. package/dist/AnnotationTool-B3tDIyWy.mjs +239 -0
  4. package/dist/BIMX_Viewer_Lib.es.js +3 -3
  5. package/dist/BIMX_Viewer_Lib.umd.js +222 -175
  6. package/dist/CommentTool--UgPVIZZ.mjs +1541 -0
  7. package/dist/{HiddenTool-CoPawMRd.mjs → HiddenTool-rORoKTeD.mjs} +16 -16
  8. package/dist/{InspectorTool-BIvnydPf.mjs → InspectorTool-l4bDxTia.mjs} +66 -66
  9. package/dist/{MeasureTool-BUi0QI_R.mjs → MeasureTool-d-EV6m2R.mjs} +126 -102
  10. package/dist/{MouseTool-CdVwRiX1.mjs → MouseTool-DKMcdeRD.mjs} +35 -32
  11. package/dist/{NavigateTool-DoP9z3yP.mjs → NavigateTool-BNvZ8Oat.mjs} +13 -13
  12. 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
  13. package/dist/{RoamTool-POFy076i.mjs → RoamTool-DJu93SVl.mjs} +14 -14
  14. package/dist/ScreenShotTool-D2h0Qjtv.mjs +430 -0
  15. package/dist/SectionTool-DHw2Zfzv.mjs +343 -0
  16. package/dist/SettingTool-D13GBT87.mjs +747 -0
  17. package/dist/StructureTree-DHaOzAP9.mjs +1662 -0
  18. package/dist/{tallPanel-DKlcFjrl.mjs → TallPanel-DtXOSzmF.mjs} +14 -14
  19. package/dist/bimTools-D3TraX9d.mjs +75 -0
  20. package/dist/el-slider-CHaMBaUG.mjs +1040 -0
  21. package/dist/{index-Dsq1epCY.mjs → index-BDupeKSG.mjs} +55597 -53543
  22. package/dist/index.html +17 -17
  23. package/dist/style.css +1 -1
  24. package/package.json +4 -3
  25. package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +38 -10
  26. package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +37 -9
  27. package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +5 -7
  28. package/types/components/BCFComponents/BCFFilter.vue.d.ts +5 -7
  29. package/types/components/BCFComponents/BCFTool.vue.d.ts +4 -7
  30. package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +5 -7
  31. package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +5 -6
  32. package/types/components/BCFComponents/commentInput.vue.d.ts +36 -10
  33. package/types/components/BCFComponents/commentsView.vue.d.ts +36 -7
  34. package/types/components/BCFComponents/dialogPanel.vue.d.ts +5 -8
  35. package/types/components/BCFComponents/imageView.vue.d.ts +5 -7
  36. package/types/components/BCFComponents/imageZoomIn.vue.d.ts +5 -6
  37. package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
  38. package/types/components/BimViewerComponents/AppToolbar.vue.d.ts +18 -1
  39. package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
  40. package/types/components/BimViewerComponents/CommentTool.vue.d.ts +32 -1
  41. package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
  42. package/types/components/BimViewerComponents/InspectorTool.vue.d.ts +2 -0
  43. package/types/components/BimViewerComponents/MeasureTool.vue.d.ts +2 -0
  44. package/types/components/BimViewerComponents/MobileCommentsTool/{add.vue.d.ts → MobileCommentAdd.vue.d.ts} +6 -8
  45. package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +4 -5
  46. package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
  47. package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +478 -1
  48. package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +499 -7
  49. package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +5 -6
  50. package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
  51. package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
  52. package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
  53. package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
  54. package/types/components/BimViewerComponents/SectionTool.vue.d.ts +4 -0
  55. package/types/components/BimViewerComponents/SettingTool.vue.d.ts +4 -6
  56. package/types/components/BimViewerComponents/StructureTree.vue.d.ts +4026 -1
  57. package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
  58. package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +18 -1
  59. package/types/components/BimxViewerComp.vue.d.ts +7 -14
  60. package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +37 -10
  61. package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +37 -9
  62. package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +499 -7
  63. package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +478 -1
  64. package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +5 -8
  65. package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +38 -12
  66. package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +7 -9
  67. package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +5 -7
  68. package/types/components/bcf/AddObjectOrAnno.vue.d.ts +16 -0
  69. package/types/components/bcf/BCFAddPanel.vue.d.ts +55 -0
  70. package/types/components/bcf/BCFDetailPanel.vue.d.ts +59 -0
  71. package/types/components/bcf/BCFDisplayList.vue.d.ts +18 -0
  72. package/types/components/bcf/BCFFilter.vue.d.ts +14 -0
  73. package/types/components/bcf/BCFTool.vue.d.ts +15 -0
  74. package/types/components/bcf/CheckObjectPanel.vue.d.ts +11 -0
  75. package/types/components/bcf/CommentInput.vue.d.ts +51 -0
  76. package/types/components/bcf/CommentsView.vue.d.ts +48 -0
  77. package/types/components/bcf/DialogPanel.vue.d.ts +15 -0
  78. package/types/components/bcf/ImageView.vue.d.ts +17 -0
  79. package/types/components/bcf/ImageZoomIn.vue.d.ts +9 -0
  80. package/types/components/bcf/MobileBCFAdd.vue.d.ts +56 -0
  81. package/types/components/bcf/MobileBCFDetail.vue.d.ts +55 -0
  82. package/types/components/bcf/MobileBCFDisplayList.vue.d.ts +498 -0
  83. package/types/components/bcf/MobileBCFFilter.vue.d.ts +475 -0
  84. package/types/components/bcf/MobileBCFTool.vue.d.ts +17 -0
  85. package/types/components/bcf/MobileCommentInput.vue.d.ts +54 -0
  86. package/types/components/bcf/MobileCommentsView.vue.d.ts +17 -0
  87. package/types/components/bcf/SelectPanel.vue.d.ts +12 -0
  88. package/types/components/bimxViewer.vue.d.ts +7 -14
  89. package/types/components/comment/mobile/MobileCommentAdd.vue.d.ts +14 -0
  90. package/types/components/comment/mobile/MobileDetail.vue.d.ts +11 -0
  91. package/types/components/comment/mobile/MobileDraw.vue.d.ts +17 -0
  92. package/types/components/comment/mobile/MobileFilter.vue.d.ts +475 -0
  93. package/types/components/comment/mobile/MobileList.vue.d.ts +497 -0
  94. package/types/components/comment/mobile/MobileZoomIn.vue.d.ts +9 -0
  95. package/types/components/comment/pc/PcDraw.vue.d.ts +14 -0
  96. package/types/components/shared/Alert.vue.d.ts +32 -0
  97. package/types/components/shared/CloseButton.vue.d.ts +50 -0
  98. package/types/components/shared/CloseButtonDark.vue.d.ts +32 -0
  99. package/types/components/shared/EmptyPage.vue.d.ts +6 -0
  100. package/types/components/shared/Loading.vue.d.ts +2 -0
  101. package/types/components/shared/Panel.vue.d.ts +47 -0
  102. package/types/components/shared/Prompt.vue.d.ts +8 -0
  103. package/types/components/shared/RectangleButton.vue.d.ts +106 -0
  104. package/types/components/shared/TallPanel.vue.d.ts +69 -0
  105. package/types/components/shared/TallPanelNoPos.vue.d.ts +82 -0
  106. package/types/components/tools/AnnotationTool.vue.d.ts +14 -0
  107. package/types/components/tools/AppToolbar.vue.d.ts +27 -0
  108. package/types/components/tools/ClickEvent.vue.d.ts +6 -0
  109. package/types/components/tools/CommentTool.vue.d.ts +45 -0
  110. package/types/components/tools/HiddenTool.vue.d.ts +12 -0
  111. package/types/components/tools/InspectorTool.vue.d.ts +14 -0
  112. package/types/components/tools/MeasureTool.vue.d.ts +14 -0
  113. package/types/components/tools/MouseTool.vue.d.ts +6 -0
  114. package/types/components/tools/NavigateTool.vue.d.ts +10 -0
  115. package/types/components/tools/RoamTool.vue.d.ts +12 -0
  116. package/types/components/tools/ScreenShotTool.vue.d.ts +10 -0
  117. package/types/components/tools/SectionTool.vue.d.ts +14 -0
  118. package/types/components/tools/SettingTool.vue.d.ts +13 -0
  119. package/types/components/tools/StructureTree.vue.d.ts +11645 -0
  120. package/types/components/tools/Toolbar.vue.d.ts +10 -0
  121. package/types/components/utilsComponents/alert.vue.d.ts +1 -1
  122. package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
  123. package/types/components/utilsComponents/closeButton_dark.vue.d.ts +1 -1
  124. package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
  125. package/types/components/utilsComponents/loading.vue.d.ts +1 -1
  126. package/types/components/utilsComponents/panel.vue.d.ts +8 -2
  127. package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
  128. package/types/components/utilsComponents/rectangleButton.vue.d.ts +3 -1
  129. package/types/components/utilsComponents/tallPanel.vue.d.ts +13 -3
  130. package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +13 -3
  131. package/types/composables/useBimViewerEvent.d.ts +44 -0
  132. package/types/composables/useEmitHandler.d.ts +2 -0
  133. package/types/composables/useToolActive.d.ts +1 -0
  134. package/types/composables/useToolReady.d.ts +1 -0
  135. package/types/i18n/index.d.ts +5 -1
  136. package/types/i18n/locales/en-US.d.ts +1 -0
  137. package/types/i18n/locales/zh-CN.d.ts +1 -0
  138. package/types/pages/BimxViewerEntry.vue.d.ts +5 -57
  139. package/types/pages/viewerEntry.vue.d.ts +7 -57
  140. package/types/store/bcfReflect.d.ts +13 -81
  141. package/types/store/const/app.d.ts +66 -0
  142. package/types/store/const/bimTools.d.ts +81 -0
  143. package/types/store/const/project.d.ts +48 -0
  144. package/types/store/const/theme.d.ts +16 -0
  145. package/types/store/const/toolbar.d.ts +26 -0
  146. package/types/store/const.d.ts +11 -228
  147. package/types/store/initConfigs.d.ts +1 -1
  148. package/types/store/toolbars.d.ts +68 -46
  149. package/types/store/userInfoStore.d.ts +1 -1
  150. package/types/stores/viewerStore.d.ts +112 -0
  151. package/types/types/bcf.d.ts +83 -0
  152. package/types/types/events.d.ts +88 -0
  153. package/types/utils/OSSHelper.d.ts +27 -0
  154. package/types/utils/cacheInfo.d.ts +26 -3
  155. package/types/utils/dbscan.d.ts +1 -0
  156. package/types/utils/eventBus.d.ts +1 -83
  157. package/types/viewerManager/viewerManager.d.ts +53 -3
  158. package/dist/AnnotationTool-CGRte6Cc.mjs +0 -167
  159. package/dist/CommentTool-CT3wFozB.mjs +0 -1529
  160. package/dist/ScreenShotTool-CcUyU0g7.mjs +0 -357
  161. package/dist/SectionTool-DGjjH3JO.mjs +0 -331
  162. package/dist/SettingTool-CjXfbX5r.mjs +0 -657
  163. package/dist/StructureTree-DdRX-y-V.mjs +0 -1583
  164. package/dist/const-DOnRsYpZ.mjs +0 -389
  165. package/dist/el-input-number-CK5d8pzH.mjs +0 -818
  166. package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +0 -22
  167. package/types/components/BimViewerComponents/emptyPage.vue.d.ts +0 -8
  168. package/types/tests/cmt.d.ts +0 -1
@@ -0,0 +1,48 @@
1
+ /**
2
+ * project.ts — 项目/成员/分享相关常量
3
+ */
4
+ export declare const ALLOCATION_ROLE_LIST: {
5
+ id: number;
6
+ name: string;
7
+ label: string;
8
+ }[];
9
+ export declare const PROJECT_CHOOSE_TYPE: {
10
+ id: number;
11
+ name: string;
12
+ label: string;
13
+ }[];
14
+ export declare const DIRECTORY_LIST: {
15
+ id: number;
16
+ name: string;
17
+ label: string;
18
+ isShow: boolean;
19
+ color: string;
20
+ }[];
21
+ export declare const MEMBER_BENEFITS: {
22
+ id: number;
23
+ name: string;
24
+ img: string;
25
+ }[];
26
+ export declare const MEMBER_TYPE_LIST: {
27
+ id: number;
28
+ name: string;
29
+ }[];
30
+ export declare const PROVOLEGE_LIST: {
31
+ id: number;
32
+ name: string;
33
+ }[];
34
+ export declare const ENJOY_MEMBER_LIST: {
35
+ id: number;
36
+ name: string;
37
+ label: string;
38
+ }[];
39
+ export declare const VALIDITY_PERIOD_LIST: {
40
+ id: string;
41
+ name: string;
42
+ label: string;
43
+ }[];
44
+ export declare const ROLE_LIST: {
45
+ id: number;
46
+ name: string;
47
+ label: string;
48
+ }[];
@@ -0,0 +1,16 @@
1
+ /**
2
+ * theme.ts — 主题/背景色常量
3
+ */
4
+ export declare const BG_COLOR_APP_LIST: {
5
+ id: number;
6
+ name: string;
7
+ color: string;
8
+ rgb: number[];
9
+ }[];
10
+ export declare const BG_COLOR_LIST: {
11
+ id: number;
12
+ name: string;
13
+ label: string;
14
+ color: string;
15
+ rgb: number[];
16
+ }[];
@@ -0,0 +1,26 @@
1
+ /**
2
+ * toolbar.ts — 工具栏列表常量(PC / 移动端 / 协同)
3
+ */
4
+ export declare const TOOL_BAR_LIST: {
5
+ id: number;
6
+ name: string;
7
+ isShowDelimiter: boolean;
8
+ img: string;
9
+ imgActive: string;
10
+ }[];
11
+ export declare const TOOL_BAR_APP_LIST: {
12
+ id: number;
13
+ code: string;
14
+ name: string;
15
+ isShowDelimiter: boolean;
16
+ img: string;
17
+ imgActive: string;
18
+ }[];
19
+ export declare const TOOL_BAR_APP_SHARED_LIST: {
20
+ id: number;
21
+ code: string;
22
+ name: string;
23
+ isShowDelimiter: boolean;
24
+ img: string;
25
+ imgActive: string;
26
+ }[];
@@ -1,228 +1,11 @@
1
- import { AnnoType } from '../utils/eventBus';
2
- export declare const MENU = "menus";
3
- export declare const TOKEN = "token";
4
- export declare const IS_FOLD = "isFold";
5
- export declare const USER_INFO = "userInfo";
6
- export declare const USER_LIST = "userList";
7
- export declare const ENTIRE_ROLES = "entireRoles";
8
- export declare const KEYID = "LTAI4FvDVqNXSTHoAUqXGMfo";
9
- export declare const CACHE_LOGIN_USER_INFO = "loginUserInfo";
10
- export declare const KEYSECRET = "6wusVUYf8w9pW8YOJuGhRouYNHLnwY";
11
- export declare const USER_DEFAULT_AVATAR: string;
12
- export declare const USER_DEFAULT_POPOVER_AVATAR: string;
13
- export declare const INVALID_FILENAME: RegExp;
14
- export declare const TABLIST: ({
15
- id: number;
16
- name: string;
17
- showIcon: boolean;
18
- type: string;
19
- active: boolean;
20
- iconUpActive?: undefined;
21
- iconDownActive?: undefined;
22
- } | {
23
- id: number;
24
- name: string;
25
- showIcon: boolean;
26
- type: string;
27
- active: boolean;
28
- iconUpActive: boolean;
29
- iconDownActive: boolean;
30
- } | {
31
- id: number;
32
- name: string;
33
- showIcon: boolean;
34
- type: string;
35
- active?: undefined;
36
- iconUpActive?: undefined;
37
- iconDownActive?: undefined;
38
- })[];
39
- export declare const CREATEITEM: {
40
- projectId: number;
41
- isCreat: boolean;
42
- operate: number;
43
- }[];
44
- export declare const TABLE_TABS: {
45
- id: number;
46
- num: string;
47
- fileType: string;
48
- name: string;
49
- img: string;
50
- }[];
51
- export declare const ACCOUNT_APP_ID = "wx74d8c813cb7fd518";
52
- export declare const CHOOSETYPELIST: {
53
- id: number;
54
- name: string;
55
- data: number[];
56
- }[];
57
- export declare const FILETYPE: {
58
- id: number;
59
- name: string;
60
- data: number[];
61
- }[];
62
- export declare const BULK_OPERATION: {
63
- id: number;
64
- name: string;
65
- }[];
66
- export declare const ALLOCATION_ROLE_LIST: {
67
- id: number;
68
- name: string;
69
- label: string;
70
- }[];
71
- export declare const PROJECT_CHOOSE_TYPE: {
72
- id: number;
73
- name: string;
74
- label: string;
75
- }[];
76
- export declare const DIRECTORY_LIST: {
77
- id: number;
78
- name: string;
79
- label: string;
80
- isShow: boolean;
81
- color: string;
82
- }[];
83
- export declare const CONVERT_STATUS: {
84
- unconverted: number;
85
- converting: number;
86
- convertSuccessful: number;
87
- convertFailed: number;
88
- };
89
- export declare const STRUCTURE_TREE_LIST: {
90
- id: number;
91
- name: string;
92
- }[];
93
- export declare const MEMBER_BENEFITS: {
94
- id: number;
95
- name: string;
96
- img: string;
97
- }[];
98
- export declare const MEMBER_TYPE_LIST: {
99
- id: number;
100
- name: string;
101
- }[];
102
- export declare const PROVOLEGE_LIST: {
103
- id: number;
104
- name: string;
105
- }[];
106
- export declare const LINE_WEIGHT_LIST: {
107
- id: number;
108
- size: string;
109
- }[];
110
- export declare const TIPS_COLOR: {
111
- id: number;
112
- color: string;
113
- }[];
114
- export declare const FONT_SIZE_LIST: {
115
- id: number;
116
- name: string;
117
- label: string;
118
- fontSize: string;
119
- }[];
120
- export declare const COMMENT_TOOL_LIST: {
121
- id: number;
122
- name: string;
123
- label: string;
124
- buttontype: string;
125
- img: string;
126
- imgActive: string;
127
- svg: string;
128
- svgActive: string;
129
- isShow: boolean;
130
- }[];
131
- export declare const TOOL_BAR_LIST: {
132
- id: number;
133
- name: string;
134
- isShowDelimiter: boolean;
135
- img: string;
136
- imgActive: string;
137
- }[];
138
- export declare const TOOL_BAR_APP_LIST: {
139
- id: number;
140
- code: string;
141
- name: string;
142
- isShowDelimiter: boolean;
143
- img: string;
144
- imgActive: string;
145
- }[];
146
- export declare const TOOL_BAR_APP_SHARED_LIST: {
147
- id: number;
148
- code: string;
149
- name: string;
150
- isShowDelimiter: boolean;
151
- img: string;
152
- imgActive: string;
153
- }[];
154
- export declare const BG_COLOR_APP_LIST: {
155
- id: number;
156
- name: string;
157
- color: string;
158
- rgb: number[];
159
- }[];
160
- export declare const BG_COLOR_LIST: {
161
- id: number;
162
- name: string;
163
- label: string;
164
- color: string;
165
- rgb: number[];
166
- }[];
167
- export declare const ENJOY_MEMBER_LIST: {
168
- id: number;
169
- name: string;
170
- label: string;
171
- }[];
172
- export declare const VALIDITY_PERIOD_LIST: {
173
- id: string;
174
- name: string;
175
- label: string;
176
- }[];
177
- export declare const ROLE_LIST: {
178
- id: number;
179
- name: string;
180
- label: string;
181
- }[];
182
- export declare const MEASUREMENT: {
183
- id: number;
184
- code: string;
185
- name: string;
186
- label: string;
187
- img: string;
188
- imgActive: string;
189
- svg: string;
190
- svgActive: string;
191
- }[];
192
- export declare const SCREEN_LIST: ({
193
- id: number;
194
- name: string;
195
- width: string;
196
- height: string;
197
- label?: undefined;
198
- } | {
199
- id: number;
200
- label: string;
201
- name?: undefined;
202
- width?: undefined;
203
- height?: undefined;
204
- })[];
205
- export declare const NAVIGATE_LIST: {
206
- id: number;
207
- code: string;
208
- name: string;
209
- label: string;
210
- dir_num: number;
211
- img: string;
212
- imgActive: string;
213
- }[];
214
- export declare const ANNOTATION_LIST: {
215
- id: number;
216
- code: AnnoType;
217
- name: string;
218
- okType: string;
219
- img: string;
220
- img_active: string;
221
- imgActive: string;
222
- }[];
223
- export declare const HIDDEN_LIST: {
224
- id: number;
225
- name: string;
226
- img: string;
227
- img_active: string;
228
- }[];
1
+ /**
2
+ * const.ts 常量桶文件
3
+ *
4
+ * 所有常量已按职责拆分到 const/ 子目录中的独立文件。
5
+ * 本文件统一重导出,保持 `import { ... } from "@/store/const"` 的向后兼容性。
6
+ */
7
+ export { MENU, TOKEN, IS_FOLD, USER_INFO, USER_LIST, ENTIRE_ROLES, KEYID, CACHE_LOGIN_USER_INFO, KEYSECRET, USER_DEFAULT_AVATAR, USER_DEFAULT_POPOVER_AVATAR, INVALID_FILENAME, TABLIST, CREATEITEM, TABLE_TABS, ACCOUNT_APP_ID, CHOOSETYPELIST, FILETYPE, CONVERT_STATUS, } from './const/app';
8
+ export { ALLOCATION_ROLE_LIST, PROJECT_CHOOSE_TYPE, DIRECTORY_LIST, MEMBER_BENEFITS, MEMBER_TYPE_LIST, PROVOLEGE_LIST, ENJOY_MEMBER_LIST, VALIDITY_PERIOD_LIST, ROLE_LIST, } from './const/project';
9
+ export { BULK_OPERATION, MEASUREMENT, LINE_WEIGHT_LIST, TIPS_COLOR, FONT_SIZE_LIST, COMMENT_TOOL_LIST, ANNOTATION_LIST, HIDDEN_LIST, SCREEN_LIST, NAVIGATE_LIST, STRUCTURE_TREE_LIST, } from './const/bimTools';
10
+ export { TOOL_BAR_LIST, TOOL_BAR_APP_LIST, TOOL_BAR_APP_SHARED_LIST, } from './const/toolbar';
11
+ export { BG_COLOR_APP_LIST, BG_COLOR_LIST, } from './const/theme';
@@ -40,7 +40,7 @@ export type ConfigsParams = {
40
40
  callback?: Function;
41
41
  };
42
42
  /**基础配置 */
43
- export type BasicConfig = "enableTree" | "showInspector" | "showRoam" | "annoLimit" | "userInfo" | "isMobile" | "loadMeta" | "showNavCube" | "multiModel" | "outliersDetect" | "themeColor" | "hideTool" | "backButton" | "backgroundColor" | "editPrivilege" | "locale";
43
+ export type BasicConfig = "showTree" | "showInspector" | "showRoam" | "annoLimit" | "userInfo" | "isMobile" | "loadMeta" | "showNavCube" | "multiModel" | "outliersDetect" | "themeColor" | "hideTool" | "backButton" | "backgroundColor" | "editPrivilege" | "locale" | "hideLogo";
44
44
  /**边距配置 */
45
45
  export type MarginConfig = "topHeight" | "rightWidth" | "bottomHeight" | "leftWidth";
46
46
  /**界面配置 */