@xtctwins/tctwins-bimx-engine 0.2.21 → 0.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/{AnnotationTool-wlMzfke3.mjs → AnnotationTool-BK_vicZH.mjs} +32 -32
- package/dist/BIMX_Viewer_Lib.es.js +2 -2
- package/dist/BIMX_Viewer_Lib.umd.js +151 -153
- package/dist/{CommentTool-BFWKjEwL.mjs → CommentTool-BwPBSL4C.mjs} +44 -44
- package/dist/{HiddenTool-B39qHPG4.mjs → HiddenTool-BJDOEdSN.mjs} +12 -12
- package/dist/{InspectorTool-DuZMt6ck.mjs → InspectorTool-BhRRGEVJ.mjs} +25 -25
- package/dist/{MeasureTool-CAtJhHvn.mjs → MeasureTool-DqfeAFI3.mjs} +36 -36
- package/dist/{NavigateTool-DUJbcOu8.mjs → NavigateTool-l3jODecj.mjs} +1 -1
- package/dist/{RoamTool-VJukLQbx.mjs → RoamTool-BIq-iTQs.mjs} +19 -19
- package/dist/ScreenShotTool-gtw_Zeau.mjs +357 -0
- package/dist/{SectionTool-wG-g4bYz.mjs → SectionTool-CBL9Q8CI.mjs} +55 -55
- package/dist/{SettingTool-BJIcCCIF.mjs → SettingTool-DYoy98OU.mjs} +136 -136
- package/dist/{StructureTree-ArZXIpjJ.mjs → StructureTree-CSReUZgN.mjs} +232 -241
- package/dist/{alert-BKbDGve8.mjs → alert-B8P5Cve7.mjs} +3 -3
- package/dist/el-input-number-CTGXaojV.mjs +818 -0
- package/dist/{index-DLOOTr_z.mjs → index-cjV8Efei.mjs} +44717 -46965
- package/dist/index.html +17 -17
- package/dist/{panel.vue_vue_type_style_index_0_lang-BHeUPt0m.mjs → panel.vue_vue_type_style_index_0_lang-CQ3FMUnN.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tallPanel-C7-DJpng.mjs → tallPanel-DJcpLI2W.mjs} +16 -16
- package/package.json +65 -66
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +10 -38
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +22 -0
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +9 -37
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +7 -5
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +7 -5
- package/types/components/BCFComponents/BCFTool.vue.d.ts +7 -4
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +7 -5
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +6 -5
- package/types/components/BCFComponents/commentInput.vue.d.ts +9 -38
- package/types/components/BCFComponents/commentsView.vue.d.ts +7 -38
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +8 -5
- package/types/components/BCFComponents/imageView.vue.d.ts +7 -5
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +6 -5
- package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +6 -4
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +1 -3042
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +8 -0
- package/types/components/bimxViewer.vue.d.ts +12 -7
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
- package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
- package/types/components/utilsComponents/loading.vue.d.ts +1 -1
- package/types/components/utilsComponents/panel.vue.d.ts +2 -8
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +1 -3
- package/types/components/utilsComponents/tallPanel.vue.d.ts +3 -13
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +3 -13
- package/types/pages/viewerEntry.vue.d.ts +54 -4
- package/types/store/bcfReflect.d.ts +0 -2
- package/types/store/initConfigs.d.ts +1 -1
- package/dist/ScreenShotTool-DoeDZA0a.mjs +0 -357
- package/dist/el-input-number-BXp6cJeD.mjs +0 -858
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +0 -56
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +0 -55
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +0 -278
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +0 -255
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +0 -17
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +0 -54
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +0 -17
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +0 -12
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +0 -32
- package/types/services/request/api.d.ts +0 -3
- package/types/services/request/index.d.ts +0 -14
- package/types/services/request/types.d.ts +0 -12
- package/types/tests/bcf.d.ts +0 -8
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
const
|
|
1
|
+
import { n as g, o as t, T as i, y, z as x, v as S, x as b } from "./index-cjV8Efei.mjs";
|
|
2
|
+
import { defineComponent as k, ref as u, onMounted as P, watch as w, openBlock as _, createElementBlock as f, normalizeStyle as W, createElementVNode as o, toDisplayString as C, createVNode as T, unref as h, renderSlot as N, createCommentVNode as E } from "vue";
|
|
3
|
+
const $ = { class: "tall_panel_content" }, B = { class: "panel_top" }, H = { class: "panel_title" }, L = { class: "panel_close" }, z = { class: "panel_content" }, M = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "width-set",
|
|
6
6
|
id: "lineWidthSet"
|
|
7
|
-
},
|
|
7
|
+
}, V = /* @__PURE__ */ k({
|
|
8
8
|
__name: "tallPanel",
|
|
9
9
|
props: {
|
|
10
10
|
panelTitle: {
|
|
@@ -30,16 +30,16 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
setup(a) {
|
|
33
|
-
const m = g(), r = a, n =
|
|
34
|
-
|
|
33
|
+
const m = g(), r = a, n = u(), l = u(r.width);
|
|
34
|
+
P(() => {
|
|
35
35
|
r.pos == "left" && (n.value.style.left = `${0 + t("leftWidth")}px`), r.pos == "right" && (n.value.style.right = `${0 + t("rightWidth")}px`), n.value.style.top = `${0 + t("topHeight")}px`, n.value.style.bottom = `${0 + t("bottomHeight")}px`;
|
|
36
36
|
});
|
|
37
|
-
let d, p = 0,
|
|
37
|
+
let d, p = 0, c = 0;
|
|
38
38
|
return document.addEventListener("mousedown", (e) => {
|
|
39
39
|
var s;
|
|
40
40
|
((s = e.target) == null ? void 0 : s.id) == "lineWidthSet" && (d = !0, p = e.x);
|
|
41
41
|
}), document.addEventListener("mousemove", (e) => {
|
|
42
|
-
d && (
|
|
42
|
+
d && (c = e.x - p, p = e.x, l.value += c, l.value < 286 && (l.value = 286), i.setProperty("--left-toggle-left", (14 + l.value).toString() + "px"));
|
|
43
43
|
}), document.addEventListener("mouseup", (e) => {
|
|
44
44
|
d = !1;
|
|
45
45
|
}), w(
|
|
@@ -54,11 +54,11 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
54
54
|
ref: n,
|
|
55
55
|
class: "tall_panel_wrapper",
|
|
56
56
|
id: "tall_panel_wrapper",
|
|
57
|
-
style:
|
|
57
|
+
style: W({ width: l.value.toString() + "px" })
|
|
58
58
|
}, [
|
|
59
|
-
o("div",
|
|
60
|
-
o("div",
|
|
61
|
-
o("div", H,
|
|
59
|
+
o("div", $, [
|
|
60
|
+
o("div", B, [
|
|
61
|
+
o("div", H, C(a.panelTitle), 1),
|
|
62
62
|
o("div", L, [
|
|
63
63
|
T(v, {
|
|
64
64
|
width: 18,
|
|
@@ -72,13 +72,13 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
72
72
|
N(e.$slots, "default", {}, void 0, !0)
|
|
73
73
|
])
|
|
74
74
|
]),
|
|
75
|
-
a.setWidth ? (_(), f("div",
|
|
75
|
+
a.setWidth ? (_(), f("div", M, s[0] || (s[0] = [
|
|
76
76
|
o("div", { class: "set-line" }, null, -1)
|
|
77
|
-
]))) :
|
|
77
|
+
]))) : E("", !0)
|
|
78
78
|
], 4);
|
|
79
79
|
};
|
|
80
80
|
}
|
|
81
|
-
}),
|
|
81
|
+
}), D = /* @__PURE__ */ b(V, [["__scopeId", "data-v-cacd0bce"]]);
|
|
82
82
|
export {
|
|
83
|
-
|
|
83
|
+
D as _
|
|
84
84
|
};
|
package/package.json
CHANGED
|
@@ -1,66 +1,65 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@xtctwins/tctwins-bimx-engine",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"main": "dist/BIMX_Viewer_Lib.umd.js",
|
|
5
|
-
"style": "dist/style.css",
|
|
6
|
-
"module": "dist/BIMX_Viewer_Lib.es.js",
|
|
7
|
-
"types": "types/index.d.ts",
|
|
8
|
-
"packageManager": "yarn@4.
|
|
9
|
-
"files": [
|
|
10
|
-
"dist",
|
|
11
|
-
"types"
|
|
12
|
-
],
|
|
13
|
-
"scripts": {
|
|
14
|
-
"dev": "vite --open --mode dev",
|
|
15
|
-
"prod": "vite --open --mode prod",
|
|
16
|
-
"preview": "vite preview",
|
|
17
|
-
"build-only": "vite build",
|
|
18
|
-
"build-dev": "vite build --mode dev",
|
|
19
|
-
"build-uat": "vite build --mode uat",
|
|
20
|
-
"build-prod": "vite build --mode prod",
|
|
21
|
-
"type-check": "vue-tsc --build --force",
|
|
22
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
23
|
-
"format": "prettier --write src/",
|
|
24
|
-
"publish": "npm publish --access public"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@element-plus/icons-vue": "^2.3.1",
|
|
28
|
-
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
29
|
-
"@types/ali-oss": "^6.16.11",
|
|
30
|
-
"@types/file-saver": "^2.0.7",
|
|
31
|
-
"@types/js-base64": "^3.3.1",
|
|
32
|
-
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
33
|
-
"@typescript-eslint/parser": "^7.18.0",
|
|
34
|
-
"@vitejs/plugin-vue": "^5.1.2",
|
|
35
|
-
"@vue/cli-plugin-babel": "~5.0.8",
|
|
36
|
-
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
37
|
-
"@vue/cli-service": "~5.0.8",
|
|
38
|
-
"@vue/eslint-config-prettier": "^9.0.0",
|
|
39
|
-
"@vue/eslint-config-typescript": "^13.0.0",
|
|
40
|
-
"@vue/tsconfig": "^0.5.1",
|
|
41
|
-
"@xtctwins/tctwins-bimx-viewer": "^0.1.29",
|
|
42
|
-
"ali-oss": "^6.20.0",
|
|
43
|
-
"axios": "1.7.3",
|
|
44
|
-
"element-plus": "^2.8.0",
|
|
45
|
-
"eslint": "^8.57.0",
|
|
46
|
-
"eslint-config-prettier": "^9.1.0",
|
|
47
|
-
"eslint-plugin-import": "^2.29.1",
|
|
48
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
49
|
-
"eslint-plugin-vue": "^9.27.0",
|
|
50
|
-
"exceljs": "^4.4.0",
|
|
51
|
-
"file-saver": "^2.0.5",
|
|
52
|
-
"less": "^4.2.0",
|
|
53
|
-
"mitt": "^3.0.1",
|
|
54
|
-
"pinia": "^2.2.1",
|
|
55
|
-
"prettier": "^3.3.3",
|
|
56
|
-
"rollup-plugin-visualizer": "^5.12.0",
|
|
57
|
-
"typescript": "^5.5.4",
|
|
58
|
-
"unplugin-auto-import": "^0.18.2",
|
|
59
|
-
"unplugin-vue-components": "^0.27.3",
|
|
60
|
-
"vite": "^5.4.0",
|
|
61
|
-
"vite-plugin-dts": "^4.0.0",
|
|
62
|
-
"vue": "^3.5.3",
|
|
63
|
-
"vue-eslint-parser": "^9.4.3"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@xtctwins/tctwins-bimx-engine",
|
|
3
|
+
"version": "0.2.23",
|
|
4
|
+
"main": "dist/BIMX_Viewer_Lib.umd.js",
|
|
5
|
+
"style": "dist/style.css",
|
|
6
|
+
"module": "dist/BIMX_Viewer_Lib.es.js",
|
|
7
|
+
"types": "types/index.d.ts",
|
|
8
|
+
"packageManager": "yarn@4.3.1",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"types"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "vite --open --mode dev",
|
|
15
|
+
"prod": "vite --open --mode prod",
|
|
16
|
+
"preview": "vite preview",
|
|
17
|
+
"build-only": "vite build",
|
|
18
|
+
"build-dev": "vite build --mode dev",
|
|
19
|
+
"build-uat": "vite build --mode uat",
|
|
20
|
+
"build-prod": "vite build --mode prod",
|
|
21
|
+
"type-check": "vue-tsc --build --force",
|
|
22
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
23
|
+
"format": "prettier --write src/",
|
|
24
|
+
"publish": "npm publish --access public"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
28
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
29
|
+
"@types/ali-oss": "^6.16.11",
|
|
30
|
+
"@types/file-saver": "^2.0.7",
|
|
31
|
+
"@types/js-base64": "^3.3.1",
|
|
32
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
33
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
34
|
+
"@vitejs/plugin-vue": "^5.1.2",
|
|
35
|
+
"@vue/cli-plugin-babel": "~5.0.8",
|
|
36
|
+
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
37
|
+
"@vue/cli-service": "~5.0.8",
|
|
38
|
+
"@vue/eslint-config-prettier": "^9.0.0",
|
|
39
|
+
"@vue/eslint-config-typescript": "^13.0.0",
|
|
40
|
+
"@vue/tsconfig": "^0.5.1",
|
|
41
|
+
"@xtctwins/tctwins-bimx-viewer": "^0.1.29",
|
|
42
|
+
"ali-oss": "^6.20.0",
|
|
43
|
+
"axios": "1.7.3",
|
|
44
|
+
"element-plus": "^2.8.0",
|
|
45
|
+
"eslint": "^8.57.0",
|
|
46
|
+
"eslint-config-prettier": "^9.1.0",
|
|
47
|
+
"eslint-plugin-import": "^2.29.1",
|
|
48
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
49
|
+
"eslint-plugin-vue": "^9.27.0",
|
|
50
|
+
"exceljs": "^4.4.0",
|
|
51
|
+
"file-saver": "^2.0.5",
|
|
52
|
+
"less": "^4.2.0",
|
|
53
|
+
"mitt": "^3.0.1",
|
|
54
|
+
"pinia": "^2.2.1",
|
|
55
|
+
"prettier": "^3.3.3",
|
|
56
|
+
"rollup-plugin-visualizer": "^5.12.0",
|
|
57
|
+
"typescript": "^5.5.4",
|
|
58
|
+
"unplugin-auto-import": "^0.18.2",
|
|
59
|
+
"unplugin-vue-components": "^0.27.3",
|
|
60
|
+
"vite": "^5.4.0",
|
|
61
|
+
"vite-plugin-dts": "^4.0.0",
|
|
62
|
+
"vue": "^3.5.3",
|
|
63
|
+
"vue-eslint-parser": "^9.4.3"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -1,55 +1,27 @@
|
|
|
1
|
-
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
1
|
import { BcfTopic, BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
-
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
bcfId: number;
|
|
5
4
|
userId: number;
|
|
6
5
|
mode?: "add" | "edit";
|
|
7
6
|
bcfContent?: BcfTopic | BcfTopicTotal;
|
|
8
7
|
bcfList: BcfTopicTotal[];
|
|
9
|
-
}
|
|
10
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
9
|
closePanel: (...args: any[]) => void;
|
|
12
10
|
imageZoomIn: (...args: any[]) => void;
|
|
13
11
|
closeAdd: (...args: any[]) => void;
|
|
14
12
|
submitBcf: (...args: any[]) => void;
|
|
15
13
|
updateBcf: (...args: any[]) => void;
|
|
16
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
15
|
+
bcfId: number;
|
|
16
|
+
userId: number;
|
|
17
|
+
mode?: "add" | "edit";
|
|
18
|
+
bcfContent?: BcfTopic | BcfTopicTotal;
|
|
19
|
+
bcfList: BcfTopicTotal[];
|
|
20
|
+
}> & Readonly<{
|
|
17
21
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
18
22
|
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
19
23
|
onCloseAdd?: ((...args: any[]) => any) | undefined;
|
|
20
24
|
onSubmitBcf?: ((...args: any[]) => any) | undefined;
|
|
21
25
|
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>;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
55
27
|
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
bcfId: number;
|
|
3
|
+
author: string;
|
|
4
|
+
commentId?: string;
|
|
5
|
+
oldComment?: string;
|
|
6
|
+
mode: "add" | "update";
|
|
7
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
cancel: (...args: any[]) => void;
|
|
9
|
+
updateComment: (...args: any[]) => void;
|
|
10
|
+
submitComment: (...args: any[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
12
|
+
bcfId: number;
|
|
13
|
+
author: string;
|
|
14
|
+
commentId?: string;
|
|
15
|
+
oldComment?: string;
|
|
16
|
+
mode: "add" | "update";
|
|
17
|
+
}> & Readonly<{
|
|
18
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onUpdateComment?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
onSubmitComment?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
1
|
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
-
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
bcfId: number;
|
|
5
4
|
userId: number;
|
|
6
5
|
bcfList: BcfTopicTotal[];
|
|
7
6
|
bcfContent: BcfTopicTotal;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
8
|
closePanel: (...args: any[]) => void;
|
|
11
9
|
emitHandler: (...args: any[]) => void;
|
|
12
10
|
switchCurrentBcf: (...args: any[]) => void;
|
|
@@ -15,7 +13,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
15
13
|
refreshCurrentBcf: (...args: any[]) => void;
|
|
16
14
|
updateBcf: (...args: any[]) => void;
|
|
17
15
|
closeDetail: (...args: any[]) => void;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
+
bcfId: number;
|
|
18
|
+
userId: number;
|
|
19
|
+
bcfList: BcfTopicTotal[];
|
|
20
|
+
bcfContent: BcfTopicTotal;
|
|
21
|
+
}> & Readonly<{
|
|
19
22
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
20
23
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
21
24
|
onSwitchCurrentBcf?: ((...args: any[]) => any) | undefined;
|
|
@@ -24,36 +27,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
24
27
|
onRefreshCurrentBcf?: ((...args: any[]) => any) | undefined;
|
|
25
28
|
onUpdateBcf?: ((...args: any[]) => any) | undefined;
|
|
26
29
|
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>;
|
|
30
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
59
31
|
export default _default;
|
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
2
2
|
import { InstructionContent } from '../../utils/eventBus';
|
|
3
|
-
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
4
|
instruction?: InstructionContent | undefined;
|
|
5
5
|
bcfList: BcfTopicTotal[];
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
7
|
emitHandler: (...args: any[]) => void;
|
|
9
8
|
addNewBcf: (...args: any[]) => void;
|
|
10
9
|
inputBcfFile: (...args: any[]) => void;
|
|
11
10
|
checkBcfDetail: (...args: any[]) => void;
|
|
12
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
12
|
+
instruction?: InstructionContent | undefined;
|
|
13
|
+
bcfList: BcfTopicTotal[];
|
|
14
|
+
}> & Readonly<{
|
|
13
15
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
14
16
|
onAddNewBcf?: ((...args: any[]) => any) | undefined;
|
|
15
17
|
onInputBcfFile?: ((...args: any[]) => any) | undefined;
|
|
16
18
|
onCheckBcfDetail?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
20
|
export default _default;
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { BcfTopic } from '../../store/bcfReflect';
|
|
2
2
|
import { InstructionContent } from '../../utils/eventBus';
|
|
3
|
-
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
4
|
instruction?: InstructionContent | undefined;
|
|
5
5
|
bcfList: BcfTopic[];
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
7
|
filterBcfList: (...args: any[]) => void;
|
|
9
8
|
resetFilter: (...args: any[]) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
+
instruction?: InstructionContent | undefined;
|
|
11
|
+
bcfList: BcfTopic[];
|
|
12
|
+
}> & Readonly<{
|
|
11
13
|
onFilterBcfList?: ((...args: any[]) => any) | undefined;
|
|
12
14
|
onResetFilter?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
16
|
export default _default;
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import { InstructionContent } from '../../utils/eventBus';
|
|
2
2
|
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
-
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
4
|
instruction?: InstructionContent | undefined;
|
|
5
5
|
bcfList: BcfTopicTotal[];
|
|
6
6
|
userId: number;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
8
|
closePanel: (...args: any[]) => void;
|
|
10
9
|
emitHandler: (...args: any[]) => void;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
11
|
+
instruction?: InstructionContent | undefined;
|
|
12
|
+
bcfList: BcfTopicTotal[];
|
|
13
|
+
userId: number;
|
|
14
|
+
}> & Readonly<{
|
|
12
15
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
13
16
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
14
17
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
mode: "select" | "anno";
|
|
3
3
|
objectList?: string[];
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
5
|
closePanel: (...args: any[]) => void;
|
|
7
6
|
closeAdd: (...args: any[]) => void;
|
|
8
7
|
saveObject: (...args: any[]) => void;
|
|
9
8
|
saveAnno: (...args: any[]) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
+
mode: "select" | "anno";
|
|
11
|
+
objectList?: string[];
|
|
12
|
+
}> & Readonly<{
|
|
11
13
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
12
14
|
onCloseAdd?: ((...args: any[]) => any) | undefined;
|
|
13
15
|
onSaveObject?: ((...args: any[]) => any) | undefined;
|
|
14
16
|
onSaveAnno?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
18
|
export default _default;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
entityList?: string[];
|
|
3
|
-
}
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
4
|
closePanel: (...args: any[]) => void;
|
|
6
5
|
closeCheck: (...args: any[]) => void;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
7
|
+
entityList?: string[];
|
|
8
|
+
}> & Readonly<{
|
|
8
9
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
9
10
|
onCloseCheck?: ((...args: any[]) => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
12
|
export default _default;
|
|
@@ -1,51 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
type __VLS_Props = {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
userId: number;
|
|
4
3
|
commentGuid?: string;
|
|
5
4
|
oldComment?: string;
|
|
6
5
|
mode: "add" | "update";
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
7
|
cancel: (...args: any[]) => void;
|
|
11
8
|
submitComment: (...args: any[]) => void;
|
|
12
9
|
updateComment: (...args: any[]) => void;
|
|
13
10
|
addViewPoint: (...args: any[]) => void;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
12
|
+
userId: number;
|
|
13
|
+
commentGuid?: string;
|
|
14
|
+
oldComment?: string;
|
|
15
|
+
mode: "add" | "update";
|
|
16
|
+
}> & Readonly<{
|
|
15
17
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
16
18
|
onSubmitComment?: ((...args: any[]) => any) | undefined;
|
|
17
19
|
onUpdateComment?: ((...args: any[]) => any) | undefined;
|
|
18
20
|
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>;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
51
22
|
export default _default;
|
|
@@ -1,48 +1,17 @@
|
|
|
1
1
|
import { InputComment } from '../../store/bcfReflect';
|
|
2
|
-
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
userId: number;
|
|
4
4
|
commentList: InputComment[] | undefined;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
-
imageZoomIn: (...args: any[]) => void;
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
6
|
deleteComment: (...args: any[]) => void;
|
|
9
7
|
updateComment: (...args: any[]) => void;
|
|
10
8
|
addViewPoint: (...args: any[]) => void;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
12
|
-
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
+
userId: number;
|
|
11
|
+
commentList: InputComment[] | undefined;
|
|
12
|
+
}> & Readonly<{
|
|
13
13
|
onDeleteComment?: ((...args: any[]) => any) | undefined;
|
|
14
14
|
onUpdateComment?: ((...args: any[]) => any) | undefined;
|
|
15
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>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
48
17
|
export default _default;
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
deleteContentName: string;
|
|
3
3
|
deleteType: "bcf" | "comment";
|
|
4
4
|
commentId?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
6
|
closePanel: (...args: any[]) => void;
|
|
8
7
|
confirmDeleteComment: (...args: any[]) => void;
|
|
9
8
|
confirmDeleteBcf: (...args: any[]) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
+
deleteContentName: string;
|
|
11
|
+
deleteType: "bcf" | "comment";
|
|
12
|
+
commentId?: string;
|
|
13
|
+
}> & Readonly<{
|
|
11
14
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
12
15
|
onConfirmDeleteComment?: ((...args: any[]) => any) | undefined;
|
|
13
16
|
onConfirmDeleteBcf?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
18
|
export default _default;
|