@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
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xtctwins/tctwins-bimx-engine",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"main": "dist/BIMX_Viewer_Lib.umd.js",
|
|
5
5
|
"style": "dist/style.css",
|
|
6
6
|
"module": "dist/BIMX_Viewer_Lib.es.js",
|
|
7
7
|
"types": "types/index.d.ts",
|
|
8
|
-
"packageManager": "yarn@4.
|
|
8
|
+
"packageManager": "yarn@4.17.1",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"types"
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
"vite-plugin-dts": "^4.0.0",
|
|
61
61
|
"vue": "^3.5.3",
|
|
62
62
|
"vue-eslint-parser": "^9.4.3",
|
|
63
|
-
"vue-i18n": "^9.1.9"
|
|
63
|
+
"vue-i18n": "^9.1.9",
|
|
64
|
+
"vue-tsc": "^2"
|
|
64
65
|
},
|
|
65
66
|
"peerDependencies": {
|
|
66
67
|
"@element-plus/icons-vue": "^2.3.2",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
mode: "select" | "anno";
|
|
3
|
+
objectList?: string[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
closePanel: (...args: any[]) => void;
|
|
7
|
+
closeAdd: (...args: any[]) => void;
|
|
8
|
+
saveObject: (...args: any[]) => void;
|
|
9
|
+
saveAnno: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
onCloseAdd?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
onSaveObject?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
onSaveAnno?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
|
+
import { BcfTopic, BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
bcfId: number;
|
|
5
|
+
userId: number;
|
|
6
|
+
mode?: "add" | "edit";
|
|
7
|
+
bcfContent?: BcfTopic | BcfTopicTotal;
|
|
8
|
+
bcfList: BcfTopicTotal[];
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
closePanel: (...args: any[]) => void;
|
|
12
|
+
imageZoomIn: (...args: any[]) => void;
|
|
13
|
+
closeAdd: (...args: any[]) => void;
|
|
14
|
+
submitBcf: (...args: any[]) => void;
|
|
15
|
+
updateBcf: (...args: any[]) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onCloseAdd?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
onSubmitBcf?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
onUpdateBcf?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
23
|
+
imageViewRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
24
|
+
snapshotList?: InputBCFView[];
|
|
25
|
+
editEnable?: Boolean;
|
|
26
|
+
}> & Readonly<{
|
|
27
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
}>, {
|
|
31
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
32
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
imageZoomIn: (...args: any[]) => void;
|
|
34
|
+
deleteView: (...args: any[]) => void;
|
|
35
|
+
switchViewPoints: (...args: any[]) => void;
|
|
36
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
37
|
+
P: {};
|
|
38
|
+
B: {};
|
|
39
|
+
D: {};
|
|
40
|
+
C: {};
|
|
41
|
+
M: {};
|
|
42
|
+
Defaults: {};
|
|
43
|
+
}, Readonly<{
|
|
44
|
+
snapshotList?: InputBCFView[];
|
|
45
|
+
editEnable?: Boolean;
|
|
46
|
+
}> & Readonly<{
|
|
47
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
}>, {
|
|
51
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
52
|
+
}, {}, {}, {}, {}> | null;
|
|
53
|
+
imgInputRef: HTMLInputElement;
|
|
54
|
+
}, any>;
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
|
+
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
bcfId: number;
|
|
5
|
+
userId: number;
|
|
6
|
+
bcfList: BcfTopicTotal[];
|
|
7
|
+
bcfContent: BcfTopicTotal;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
closePanel: (...args: any[]) => void;
|
|
11
|
+
emitHandler: (...args: any[]) => void;
|
|
12
|
+
switchCurrentBcf: (...args: any[]) => void;
|
|
13
|
+
editBcf: (...args: any[]) => void;
|
|
14
|
+
imageZoomIn: (...args: any[]) => void;
|
|
15
|
+
refreshCurrentBcf: (...args: any[]) => void;
|
|
16
|
+
updateBcf: (...args: any[]) => void;
|
|
17
|
+
closeDetail: (...args: any[]) => void;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
onSwitchCurrentBcf?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
onEditBcf?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
onRefreshCurrentBcf?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onUpdateBcf?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onCloseDetail?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
28
|
+
imageViewRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
29
|
+
snapshotList?: InputBCFView[];
|
|
30
|
+
editEnable?: Boolean;
|
|
31
|
+
}> & Readonly<{
|
|
32
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
}>, {
|
|
36
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
37
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
|
+
imageZoomIn: (...args: any[]) => void;
|
|
39
|
+
deleteView: (...args: any[]) => void;
|
|
40
|
+
switchViewPoints: (...args: any[]) => void;
|
|
41
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
42
|
+
P: {};
|
|
43
|
+
B: {};
|
|
44
|
+
D: {};
|
|
45
|
+
C: {};
|
|
46
|
+
M: {};
|
|
47
|
+
Defaults: {};
|
|
48
|
+
}, Readonly<{
|
|
49
|
+
snapshotList?: InputBCFView[];
|
|
50
|
+
editEnable?: Boolean;
|
|
51
|
+
}> & Readonly<{
|
|
52
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
53
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
}>, {
|
|
56
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
57
|
+
}, {}, {}, {}, {}> | null;
|
|
58
|
+
}, any>;
|
|
59
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
2
|
+
import { InstructionContent } from '../../utils/eventBus';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
instruction?: InstructionContent | undefined;
|
|
5
|
+
bcfList: BcfTopicTotal[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
checkBcfDetail: (...args: any[]) => void;
|
|
9
|
+
emitHandler: (...args: any[]) => void;
|
|
10
|
+
addNewBcf: (...args: any[]) => void;
|
|
11
|
+
inputBcfFile: (...args: any[]) => void;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
+
onCheckBcfDetail?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
onAddNewBcf?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onInputBcfFile?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BcfTopic } from '../../store/bcfReflect';
|
|
2
|
+
import { InstructionContent } from '../../utils/eventBus';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
instruction?: InstructionContent | undefined;
|
|
5
|
+
bcfList: BcfTopic[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
resetFilter: (...args: any[]) => void;
|
|
9
|
+
filterBcfList: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
onResetFilter?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
onFilterBcfList?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { InstructionContent } from '../../utils/eventBus';
|
|
2
|
+
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
instruction?: InstructionContent | undefined;
|
|
5
|
+
bcfList: BcfTopicTotal[];
|
|
6
|
+
userId: number;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
closePanel: (...args: any[]) => void;
|
|
10
|
+
emitHandler: (...args: any[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
entityList?: string[];
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
closePanel: (...args: any[]) => void;
|
|
6
|
+
closeCheck: (...args: any[]) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onCloseCheck?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
userId: number;
|
|
4
|
+
commentGuid?: string;
|
|
5
|
+
oldComment?: string;
|
|
6
|
+
mode: "add" | "update";
|
|
7
|
+
snapshotList?: InputBCFView[];
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
cancel: (...args: any[]) => void;
|
|
11
|
+
submitComment: (...args: any[]) => void;
|
|
12
|
+
updateComment: (...args: any[]) => void;
|
|
13
|
+
addViewPoint: (...args: any[]) => void;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onSubmitComment?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
onUpdateComment?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onAddViewPoint?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
20
|
+
imageViewRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
21
|
+
snapshotList?: InputBCFView[];
|
|
22
|
+
editEnable?: Boolean;
|
|
23
|
+
}> & Readonly<{
|
|
24
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
29
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
imageZoomIn: (...args: any[]) => void;
|
|
31
|
+
deleteView: (...args: any[]) => void;
|
|
32
|
+
switchViewPoints: (...args: any[]) => void;
|
|
33
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
34
|
+
P: {};
|
|
35
|
+
B: {};
|
|
36
|
+
D: {};
|
|
37
|
+
C: {};
|
|
38
|
+
M: {};
|
|
39
|
+
Defaults: {};
|
|
40
|
+
}, Readonly<{
|
|
41
|
+
snapshotList?: InputBCFView[];
|
|
42
|
+
editEnable?: Boolean;
|
|
43
|
+
}> & Readonly<{
|
|
44
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
}>, {
|
|
48
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
49
|
+
}, {}, {}, {}, {}> | null;
|
|
50
|
+
}, HTMLDivElement>;
|
|
51
|
+
export default _default;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { InputComment } from '../../store/bcfReflect';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
userId: number;
|
|
4
|
+
commentList: InputComment[] | undefined;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
deleteComment: (...args: any[]) => void;
|
|
8
|
+
imageZoomIn: (...args: any[]) => void;
|
|
9
|
+
updateComment: (...args: any[]) => void;
|
|
10
|
+
addViewPoint: (...args: any[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
onDeleteComment?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
onUpdateComment?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
onAddViewPoint?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
+
imageViewRef: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
18
|
+
snapshotList?: import('@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool').InputBCFView[];
|
|
19
|
+
editEnable?: Boolean;
|
|
20
|
+
}> & Readonly<{
|
|
21
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
updateList: (newList: import('@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool').InputBCFView[], index?: number) => void;
|
|
26
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
imageZoomIn: (...args: any[]) => void;
|
|
28
|
+
deleteView: (...args: any[]) => void;
|
|
29
|
+
switchViewPoints: (...args: any[]) => void;
|
|
30
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
31
|
+
P: {};
|
|
32
|
+
B: {};
|
|
33
|
+
D: {};
|
|
34
|
+
C: {};
|
|
35
|
+
M: {};
|
|
36
|
+
Defaults: {};
|
|
37
|
+
}, Readonly<{
|
|
38
|
+
snapshotList?: import('@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool').InputBCFView[];
|
|
39
|
+
editEnable?: Boolean;
|
|
40
|
+
}> & Readonly<{
|
|
41
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
updateList: (newList: import('@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool').InputBCFView[], index?: number) => void;
|
|
46
|
+
}, {}, {}, {}, {}> | null)[];
|
|
47
|
+
}, HTMLDivElement>;
|
|
48
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
deleteContentName: string;
|
|
3
|
+
deleteType: "bcf" | "comment";
|
|
4
|
+
commentId?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
closePanel: (...args: any[]) => void;
|
|
8
|
+
confirmDeleteComment: (...args: any[]) => void;
|
|
9
|
+
confirmDeleteBcf: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
onConfirmDeleteComment?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
onConfirmDeleteBcf?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
snapshotList?: InputBCFView[];
|
|
4
|
+
editEnable?: Boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
7
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
imageZoomIn: (...args: any[]) => void;
|
|
10
|
+
deleteView: (...args: any[]) => void;
|
|
11
|
+
switchViewPoints: (...args: any[]) => void;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
imgContent: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
closeImg: (...args: any[]) => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
onCloseImg?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
|
+
import { BcfTopic, BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
bcfId: number;
|
|
5
|
+
userId: number;
|
|
6
|
+
mode?: "add" | "edit";
|
|
7
|
+
bcfContent?: BcfTopic | BcfTopicTotal;
|
|
8
|
+
bcfList: BcfTopicTotal[];
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
closePanel: (...args: any[]) => void;
|
|
12
|
+
imageZoomIn: (...args: any[]) => void;
|
|
13
|
+
closeAdd: (...args: any[]) => void;
|
|
14
|
+
submitBcf: (...args: any[]) => void;
|
|
15
|
+
updateBcf: (...args: any[]) => void;
|
|
16
|
+
bcfScreenshot: (...args: any[]) => void;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
onCloseAdd?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
onSubmitBcf?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
onUpdateBcf?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onBcfScreenshot?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
25
|
+
imageViewRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
26
|
+
snapshotList?: InputBCFView[];
|
|
27
|
+
editEnable?: Boolean;
|
|
28
|
+
}> & Readonly<{
|
|
29
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
34
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
|
+
imageZoomIn: (...args: any[]) => void;
|
|
36
|
+
deleteView: (...args: any[]) => void;
|
|
37
|
+
switchViewPoints: (...args: any[]) => void;
|
|
38
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
39
|
+
P: {};
|
|
40
|
+
B: {};
|
|
41
|
+
D: {};
|
|
42
|
+
C: {};
|
|
43
|
+
M: {};
|
|
44
|
+
Defaults: {};
|
|
45
|
+
}, Readonly<{
|
|
46
|
+
snapshotList?: InputBCFView[];
|
|
47
|
+
editEnable?: Boolean;
|
|
48
|
+
}> & Readonly<{
|
|
49
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
}>, {
|
|
53
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
54
|
+
}, {}, {}, {}, {}> | null;
|
|
55
|
+
}, HTMLDivElement>;
|
|
56
|
+
export default _default;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
|
+
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
bcfId: any;
|
|
5
|
+
userId: number;
|
|
6
|
+
bcfList: BcfTopicTotal[];
|
|
7
|
+
bcfContent: BcfTopicTotal;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
emitHandler: (...args: any[]) => void;
|
|
11
|
+
editBcf: (...args: any[]) => void;
|
|
12
|
+
imageZoomIn: (...args: any[]) => void;
|
|
13
|
+
updateBcf: (...args: any[]) => void;
|
|
14
|
+
closeDetail: (...args: any[]) => void;
|
|
15
|
+
bcfScreenshot: (...args: any[]) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
|
+
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onEditBcf?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
onUpdateBcf?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
onCloseDetail?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
onBcfScreenshot?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
24
|
+
imageViewRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
25
|
+
snapshotList?: InputBCFView[];
|
|
26
|
+
editEnable?: Boolean;
|
|
27
|
+
}> & Readonly<{
|
|
28
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}>, {
|
|
32
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
33
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
|
+
imageZoomIn: (...args: any[]) => void;
|
|
35
|
+
deleteView: (...args: any[]) => void;
|
|
36
|
+
switchViewPoints: (...args: any[]) => void;
|
|
37
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
38
|
+
P: {};
|
|
39
|
+
B: {};
|
|
40
|
+
D: {};
|
|
41
|
+
C: {};
|
|
42
|
+
M: {};
|
|
43
|
+
Defaults: {};
|
|
44
|
+
}, Readonly<{
|
|
45
|
+
snapshotList?: InputBCFView[];
|
|
46
|
+
editEnable?: Boolean;
|
|
47
|
+
}> & Readonly<{
|
|
48
|
+
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
}>, {
|
|
52
|
+
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
53
|
+
}, {}, {}, {}, {}> | null;
|
|
54
|
+
}, any>;
|
|
55
|
+
export default _default;
|