@xtctwins/tctwins-bimx-engine 0.2.55 → 0.3.1
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/dist/{alert-C0MgdbKf.mjs → Alert-CSiEPFGt.mjs} +5 -5
- package/dist/{AnnotationTool-CPBZcbp_.mjs → AnnotationTool-CKzHkqWM.mjs} +80 -80
- package/dist/BIMX_Viewer_Lib.es.js +1 -1
- package/dist/BIMX_Viewer_Lib.umd.js +224 -169
- package/dist/{CommentTool-ChVib2Wg.mjs → CommentTool-5HhGDqpg.mjs} +575 -555
- package/dist/{HiddenTool-CilrXe5l.mjs → HiddenTool-BGFoHMWC.mjs} +9 -9
- package/dist/{InspectorTool-BXArGZHO.mjs → InspectorTool-DD3w7k07.mjs} +27 -27
- package/dist/{MeasureTool-DtUiP4t1.mjs → MeasureTool-COR8QLDf.mjs} +118 -94
- package/dist/{MouseTool-2Nxz447f.mjs → MouseTool-OxODcO4X.mjs} +27 -24
- package/dist/{NavigateTool-COsSnxyD.mjs → NavigateTool-Bw6GFzsg.mjs} +5 -5
- package/dist/{panel.vue_vue_type_style_index_0_lang-CN9vybau.mjs → Panel.vue_vue_type_style_index_0_lang-DgM_qGLO.mjs} +4 -4
- package/dist/{RoamTool-CjRywSYn.mjs → RoamTool-X-b0hsmJ.mjs} +7 -7
- package/dist/ScreenShotTool-0xSJZBBw.mjs +430 -0
- package/dist/SectionTool-BqI2Qnk5.mjs +343 -0
- package/dist/SettingTool-CGkRGfZH.mjs +747 -0
- package/dist/StructureTree-CWAXoI0r.mjs +1662 -0
- package/dist/{tallPanel-Ddd7gAie.mjs → TallPanel-CR5vNQ4c.mjs} +8 -8
- package/dist/bimTools-D3TraX9d.mjs +75 -0
- package/dist/el-slider-CBVU9_og.mjs +1040 -0
- package/dist/{index-DTeJ8S3e.mjs → index-CwRGVhoT.mjs} +44953 -46755
- package/dist/style.css +1 -1
- package/package.json +4 -3
- 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/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/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/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/toolbars.d.ts +22 -0
- 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/ScreenShotTool-g1dzvqn2.mjs +0 -500
- package/dist/SectionTool-DlnlE6Pv.mjs +0 -331
- package/dist/SettingTool-y_hp2XrJ.mjs +0 -815
- package/dist/StructureTree-CtJ4Yf5_.mjs +0 -1846
- package/dist/const-DOnRsYpZ.mjs +0 -389
- package/dist/el-input-number-BjEspzGk.mjs +0 -1169
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
visibleTools?: any;
|
|
3
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
+
emitHandler: (...args: any[]) => void;
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
6
|
+
visibleTools?: any;
|
|
7
|
+
}> & Readonly<{
|
|
8
|
+
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* useBimViewerEvent — 安全订阅 bimViewer 引擎事件,自动清理
|
|
3
|
+
*
|
|
4
|
+
* 使用场景:任何组件需要监听 window.bimViewer.eventTrigger 事件时,
|
|
5
|
+
* 替代手写 on("event", handler) + 手动 off() 的模式。
|
|
6
|
+
*
|
|
7
|
+
* 特性:
|
|
8
|
+
* - 自动 onBeforeUnmount 清理,防止内存泄漏(修复 ClickEvent/MouseTool/BimxViewerComp 缺失清理的问题)
|
|
9
|
+
* - 支持延迟订阅(defer: true),等待引擎就绪("BimViewer" 事件)后再注册
|
|
10
|
+
* - 自动处理 window.bimViewer 为 null/undefined 的边界情况
|
|
11
|
+
* - 类型安全的事件订阅封装
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* // 直接订阅(引擎已就绪的场景)
|
|
15
|
+
* useBimViewerEvent({
|
|
16
|
+
* event: "pickedEntity",
|
|
17
|
+
* handler: (entity) => { window.bimViewer.setEntitySelected(entity); },
|
|
18
|
+
* });
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* // 延迟订阅(等待引擎就绪)
|
|
22
|
+
* useBimViewerEvent({
|
|
23
|
+
* event: "pickedNothing",
|
|
24
|
+
* handler: () => { focus.value = false; },
|
|
25
|
+
* defer: true,
|
|
26
|
+
* });
|
|
27
|
+
*/
|
|
28
|
+
export interface BimViewerEventOptions {
|
|
29
|
+
/** bimViewer engine 事件名(如 "pickedEntity" / "pickedNothing" / "metaLoaded") */
|
|
30
|
+
event: string;
|
|
31
|
+
/** 事件处理器,接收引擎传来的原始数据 */
|
|
32
|
+
handler: (data: any) => void;
|
|
33
|
+
/**
|
|
34
|
+
* 是否延迟订阅。
|
|
35
|
+
* true → 不立即订阅,等待 "BimViewer" 事件(引擎就绪)后再订阅
|
|
36
|
+
* false → onMounted 后立即订阅(引擎此时应已就绪)
|
|
37
|
+
* @default false
|
|
38
|
+
*/
|
|
39
|
+
defer?: boolean;
|
|
40
|
+
}
|
|
41
|
+
export declare function useBimViewerEvent(options: BimViewerEventOptions): {
|
|
42
|
+
subscribe: () => void;
|
|
43
|
+
unsubscribe: () => void;
|
|
44
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useToolActive(componentId: number): import('vue').Ref<boolean, boolean>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useToolReady(componentId: number): void;
|
package/types/i18n/index.d.ts
CHANGED
|
@@ -201,6 +201,7 @@ export declare const messages: {
|
|
|
201
201
|
language: string;
|
|
202
202
|
modelViewSwitch: string;
|
|
203
203
|
zoomSpeed: string;
|
|
204
|
+
outliersDetect: string;
|
|
204
205
|
colors: {
|
|
205
206
|
white: string;
|
|
206
207
|
lightGray: string;
|
|
@@ -585,6 +586,7 @@ export declare const messages: {
|
|
|
585
586
|
language: string;
|
|
586
587
|
modelViewSwitch: string;
|
|
587
588
|
zoomSpeed: string;
|
|
589
|
+
outliersDetect: string;
|
|
588
590
|
colors: {
|
|
589
591
|
white: string;
|
|
590
592
|
lightGray: string;
|
|
@@ -975,6 +977,7 @@ export declare const defaultI18nConfig: {
|
|
|
975
977
|
language: string;
|
|
976
978
|
modelViewSwitch: string;
|
|
977
979
|
zoomSpeed: string;
|
|
980
|
+
outliersDetect: string;
|
|
978
981
|
colors: {
|
|
979
982
|
white: string;
|
|
980
983
|
lightGray: string;
|
|
@@ -1359,6 +1362,7 @@ export declare const defaultI18nConfig: {
|
|
|
1359
1362
|
language: string;
|
|
1360
1363
|
modelViewSwitch: string;
|
|
1361
1364
|
zoomSpeed: string;
|
|
1365
|
+
outliersDetect: string;
|
|
1362
1366
|
colors: {
|
|
1363
1367
|
white: string;
|
|
1364
1368
|
lightGray: string;
|
|
@@ -1548,4 +1552,4 @@ export declare const defaultI18nConfig: {
|
|
|
1548
1552
|
export declare const setGlobalI18n: (i18n: any) => void;
|
|
1549
1553
|
export declare const getGlobalI18n: () => any;
|
|
1550
1554
|
export declare const getI18nTranslate: () => (key: string, ...args: any[]) => any;
|
|
1551
|
-
export declare const useBimxI18n: () => (key: string, ...args: any[]) =>
|
|
1555
|
+
export declare const useBimxI18n: () => ((key: string, ...args: any[]) => string);
|
|
@@ -1,86 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
export type userInfo = {
|
|
3
|
-
avatar: string;
|
|
4
|
-
createTime: string;
|
|
5
|
-
updateTime: any;
|
|
6
|
-
email: string;
|
|
7
|
-
inviteId: number;
|
|
8
|
-
inviteUserName: string;
|
|
9
|
-
mobile: string;
|
|
10
|
-
role: number;
|
|
11
|
-
status: number;
|
|
12
|
-
userId: number;
|
|
13
|
-
userName: string;
|
|
14
|
-
self: boolean;
|
|
15
|
-
};
|
|
16
|
-
export type BcfContent = {
|
|
17
|
-
userId: number;
|
|
18
|
-
bcfList: BcfTopicTotal[];
|
|
19
|
-
staffList: userInfo[];
|
|
20
|
-
};
|
|
21
|
-
export type InputComment = {
|
|
22
|
-
guid?: string;
|
|
23
|
-
date: string;
|
|
24
|
-
userId?: number;
|
|
25
|
-
author: string | number;
|
|
26
|
-
comment: string;
|
|
27
|
-
snapshotList?: any[];
|
|
28
|
-
modified_author?: string;
|
|
29
|
-
modified_date?: string;
|
|
30
|
-
viewPoint?: string;
|
|
31
|
-
};
|
|
32
|
-
export type BcfTopicTotal = {
|
|
33
|
-
_id: number;
|
|
34
|
-
fileId: number;
|
|
35
|
-
userId: number;
|
|
36
|
-
guid?: string;
|
|
37
|
-
title: string;
|
|
38
|
-
author: number | string;
|
|
39
|
-
createDate: string;
|
|
40
|
-
index: number;
|
|
41
|
-
priority?: string;
|
|
42
|
-
type?: string;
|
|
43
|
-
stage?: string;
|
|
44
|
-
status?: string;
|
|
45
|
-
labels?: string[] | undefined;
|
|
46
|
-
dueDate?: string;
|
|
47
|
-
assignedTo?: string | number;
|
|
48
|
-
description?: string;
|
|
49
|
-
viewPoints?: InputBCFView[];
|
|
50
|
-
comments?: InputComment[];
|
|
51
|
-
server_assigned_id?: string;
|
|
52
|
-
reference_links?: string[] | undefined;
|
|
53
|
-
modified_date?: string;
|
|
54
|
-
modified_author?: string;
|
|
55
|
-
related_topics?: string[] | undefined;
|
|
56
|
-
};
|
|
57
|
-
export type BcfTopic = {
|
|
58
|
-
guid?: string;
|
|
59
|
-
title: string;
|
|
60
|
-
author: number | string;
|
|
61
|
-
createDate: string;
|
|
62
|
-
index?: number;
|
|
63
|
-
priority?: string;
|
|
64
|
-
type?: string;
|
|
65
|
-
stage?: string;
|
|
66
|
-
status?: string;
|
|
67
|
-
labels?: string[] | undefined;
|
|
68
|
-
dueDate?: string;
|
|
69
|
-
assignedTo?: string | number;
|
|
70
|
-
description?: string;
|
|
71
|
-
viewPoints?: InputBCFView[];
|
|
72
|
-
comments?: InputComment[];
|
|
73
|
-
server_assigned_id?: string;
|
|
74
|
-
reference_links?: string[] | undefined;
|
|
75
|
-
modified_date?: string;
|
|
76
|
-
modified_author?: string;
|
|
77
|
-
related_topics?: string[] | undefined;
|
|
78
|
-
};
|
|
1
|
+
export type { BcfUserInfo as userInfo, BcfContent, BcfInputComment as InputComment, BcfTopicTotal, BcfTopic, } from '../types/bcf';
|
|
79
2
|
export declare const getPriority: (priority: string) => string;
|
|
80
3
|
export declare const getPriorityCh: (priority: string) => any;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
4
|
+
/**
|
|
5
|
+
* 获取优先级的归一化颜色
|
|
6
|
+
*
|
|
7
|
+
* @param priority - 优先级值(支持中英文:高/high/High、中/middle/Middle、低/low/Low)
|
|
8
|
+
* @param variant - 颜色变体:"default" 默认面板 / "mobile" 移动端 / "text" 文字颜色
|
|
9
|
+
* @returns 对应的十六进制颜色值
|
|
10
|
+
*/
|
|
11
|
+
export declare const getPriorityColor: (priority: string, variant?: "default" | "mobile" | "text") => string;
|
|
12
|
+
/** 移动端优先级颜色(保持向后兼容) */
|
|
13
|
+
export declare const getPriorityColorMobile: (priority: string) => string;
|
|
14
|
+
/** 文字优先级颜色(保持向后兼容) */
|
|
15
|
+
export declare const getPriorityTextColor: (priority: string) => string;
|
|
84
16
|
export declare const getStageColor: (stage: string) => "#F54D4D" | "#00AF50" | "#959595";
|
|
85
17
|
export declare const BCFTYPE: () => any[];
|
|
86
18
|
export declare const BCFPRIORITY: () => any[];
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare const MENU = "menus";
|
|
2
|
+
export declare const TOKEN = "token";
|
|
3
|
+
export declare const IS_FOLD = "isFold";
|
|
4
|
+
export declare const USER_INFO = "userInfo";
|
|
5
|
+
export declare const USER_LIST = "userList";
|
|
6
|
+
export declare const ENTIRE_ROLES = "entireRoles";
|
|
7
|
+
export declare const KEYID = "LTAI4FvDVqNXSTHoAUqXGMfo";
|
|
8
|
+
export declare const CACHE_LOGIN_USER_INFO = "loginUserInfo";
|
|
9
|
+
export declare const KEYSECRET = "6wusVUYf8w9pW8YOJuGhRouYNHLnwY";
|
|
10
|
+
export declare const USER_DEFAULT_AVATAR: string;
|
|
11
|
+
export declare const USER_DEFAULT_POPOVER_AVATAR: string;
|
|
12
|
+
export declare const INVALID_FILENAME: RegExp;
|
|
13
|
+
export declare const TABLIST: ({
|
|
14
|
+
id: number;
|
|
15
|
+
name: string;
|
|
16
|
+
showIcon: boolean;
|
|
17
|
+
type: string;
|
|
18
|
+
active: boolean;
|
|
19
|
+
iconUpActive?: undefined;
|
|
20
|
+
iconDownActive?: undefined;
|
|
21
|
+
} | {
|
|
22
|
+
id: number;
|
|
23
|
+
name: string;
|
|
24
|
+
showIcon: boolean;
|
|
25
|
+
type: string;
|
|
26
|
+
active: boolean;
|
|
27
|
+
iconUpActive: boolean;
|
|
28
|
+
iconDownActive: boolean;
|
|
29
|
+
} | {
|
|
30
|
+
id: number;
|
|
31
|
+
name: string;
|
|
32
|
+
showIcon: boolean;
|
|
33
|
+
type: string;
|
|
34
|
+
active?: undefined;
|
|
35
|
+
iconUpActive?: undefined;
|
|
36
|
+
iconDownActive?: undefined;
|
|
37
|
+
})[];
|
|
38
|
+
export declare const CREATEITEM: {
|
|
39
|
+
projectId: number;
|
|
40
|
+
isCreat: boolean;
|
|
41
|
+
operate: number;
|
|
42
|
+
}[];
|
|
43
|
+
export declare const TABLE_TABS: {
|
|
44
|
+
id: number;
|
|
45
|
+
num: string;
|
|
46
|
+
fileType: string;
|
|
47
|
+
name: string;
|
|
48
|
+
img: string;
|
|
49
|
+
}[];
|
|
50
|
+
export declare const ACCOUNT_APP_ID = "wx74d8c813cb7fd518";
|
|
51
|
+
export declare const CHOOSETYPELIST: {
|
|
52
|
+
id: number;
|
|
53
|
+
name: string;
|
|
54
|
+
data: number[];
|
|
55
|
+
}[];
|
|
56
|
+
export declare const FILETYPE: {
|
|
57
|
+
id: number;
|
|
58
|
+
name: string;
|
|
59
|
+
data: number[];
|
|
60
|
+
}[];
|
|
61
|
+
export declare const CONVERT_STATUS: {
|
|
62
|
+
unconverted: number;
|
|
63
|
+
converting: number;
|
|
64
|
+
convertSuccessful: number;
|
|
65
|
+
convertFailed: number;
|
|
66
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { AnnoType } from '../../utils/eventBus';
|
|
2
|
+
export declare const BULK_OPERATION: {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
}[];
|
|
6
|
+
export declare const MEASUREMENT: {
|
|
7
|
+
id: number;
|
|
8
|
+
code: string;
|
|
9
|
+
name: string;
|
|
10
|
+
label: string;
|
|
11
|
+
img: string;
|
|
12
|
+
imgActive: string;
|
|
13
|
+
svg: string;
|
|
14
|
+
svgActive: string;
|
|
15
|
+
}[];
|
|
16
|
+
export declare const LINE_WEIGHT_LIST: {
|
|
17
|
+
id: number;
|
|
18
|
+
size: string;
|
|
19
|
+
}[];
|
|
20
|
+
export declare const TIPS_COLOR: {
|
|
21
|
+
id: number;
|
|
22
|
+
color: string;
|
|
23
|
+
}[];
|
|
24
|
+
export declare const FONT_SIZE_LIST: {
|
|
25
|
+
id: number;
|
|
26
|
+
name: string;
|
|
27
|
+
label: string;
|
|
28
|
+
fontSize: string;
|
|
29
|
+
}[];
|
|
30
|
+
export declare const COMMENT_TOOL_LIST: {
|
|
31
|
+
id: number;
|
|
32
|
+
name: string;
|
|
33
|
+
label: string;
|
|
34
|
+
buttontype: string;
|
|
35
|
+
img: string;
|
|
36
|
+
imgActive: string;
|
|
37
|
+
svg: string;
|
|
38
|
+
svgActive: string;
|
|
39
|
+
isShow: boolean;
|
|
40
|
+
}[];
|
|
41
|
+
export declare const ANNOTATION_LIST: {
|
|
42
|
+
id: number;
|
|
43
|
+
code: AnnoType;
|
|
44
|
+
name: string;
|
|
45
|
+
okType: string;
|
|
46
|
+
img: string;
|
|
47
|
+
img_active: string;
|
|
48
|
+
imgActive: string;
|
|
49
|
+
}[];
|
|
50
|
+
export declare const HIDDEN_LIST: {
|
|
51
|
+
id: number;
|
|
52
|
+
name: string;
|
|
53
|
+
img: string;
|
|
54
|
+
img_active: string;
|
|
55
|
+
}[];
|
|
56
|
+
export declare const SCREEN_LIST: ({
|
|
57
|
+
id: number;
|
|
58
|
+
name: string;
|
|
59
|
+
width: string;
|
|
60
|
+
height: string;
|
|
61
|
+
label?: undefined;
|
|
62
|
+
} | {
|
|
63
|
+
id: number;
|
|
64
|
+
label: string;
|
|
65
|
+
name?: undefined;
|
|
66
|
+
width?: undefined;
|
|
67
|
+
height?: undefined;
|
|
68
|
+
})[];
|
|
69
|
+
export declare const NAVIGATE_LIST: {
|
|
70
|
+
id: number;
|
|
71
|
+
code: string;
|
|
72
|
+
name: string;
|
|
73
|
+
label: string;
|
|
74
|
+
dir_num: number;
|
|
75
|
+
img: string;
|
|
76
|
+
imgActive: string;
|
|
77
|
+
}[];
|
|
78
|
+
export declare const STRUCTURE_TREE_LIST: {
|
|
79
|
+
id: number;
|
|
80
|
+
name: string;
|
|
81
|
+
}[];
|
|
@@ -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
|
+
}[];
|