@xtctwins/tctwins-bimx-engine 0.2.49 → 0.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +193 -193
- package/dist/{AnnotationTool-BIQYccLV.mjs → AnnotationTool-ClUqfSZp.mjs} +35 -35
- package/dist/BIMX_Viewer_Lib.es.js +3 -3
- package/dist/BIMX_Viewer_Lib.umd.js +130 -138
- package/dist/{CommentTool-CTH0u76a.mjs → CommentTool-DcAcusOm.mjs} +168 -168
- package/dist/{HiddenTool-B1o4e4Mi.mjs → HiddenTool-D0kbPBtX.mjs} +13 -13
- package/dist/{InspectorTool-BnKwoEV6.mjs → InspectorTool-BMXg86Ow.mjs} +64 -64
- package/dist/{MeasureTool-DD0MQlVK.mjs → MeasureTool-CN4zNj6w.mjs} +22 -22
- package/dist/{MouseTool-B99s92wL.mjs → MouseTool-Dcp3UTRv.mjs} +15 -15
- package/dist/{NavigateTool-Bzni_edr.mjs → NavigateTool-TVHCkKRU.mjs} +13 -13
- package/dist/{RoamTool-BnF-1cl2.mjs → RoamTool-CkYHH7aP.mjs} +17 -17
- package/dist/ScreenShotTool-DC4RyElm.mjs +500 -0
- package/dist/{SectionTool-DJjxjkhi.mjs → SectionTool-Vn7purnG.mjs} +43 -43
- package/dist/SettingTool-DWoeF-dC.mjs +815 -0
- package/dist/StructureTree-DZ0gUacM.mjs +1846 -0
- package/dist/{alert-BMV9n7SQ.mjs → alert-BkyuKyki.mjs} +9 -9
- package/dist/el-input-number-CUWk0tiM.mjs +1169 -0
- package/dist/{index-BaDPCrAt.mjs → index-CBXvm6RA.mjs} +51711 -47848
- package/dist/index.html +17 -17
- package/dist/{panel.vue_vue_type_style_index_0_lang-oT_Sff-F.mjs → panel.vue_vue_type_style_index_0_lang-IOvVcvu7.mjs} +3 -3
- package/dist/style.css +1 -1
- package/dist/{tallPanel-DojXnxix.mjs → tallPanel-HBoW6JCm.mjs} +15 -15
- package/package.json +2 -2
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +38 -10
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +37 -9
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFTool.vue.d.ts +4 -7
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +5 -7
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +5 -6
- package/types/components/BCFComponents/commentInput.vue.d.ts +36 -10
- package/types/components/BCFComponents/commentsView.vue.d.ts +36 -7
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +5 -8
- package/types/components/BCFComponents/imageView.vue.d.ts +5 -7
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/AppToolbar.vue.d.ts +18 -1
- package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +32 -1
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/MobileCommentsTool/add.vue.d.ts +6 -8
- package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +4 -5
- package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
- package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +478 -1
- package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +499 -7
- package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +4 -6
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +4026 -1
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +18 -1
- package/types/components/BimxViewerComp.vue.d.ts +7 -14
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +37 -10
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +37 -9
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +499 -7
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +478 -1
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +5 -8
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +38 -12
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +7 -9
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +5 -7
- package/types/components/bimxViewer.vue.d.ts +7 -14
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +1 -1
- package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
- package/types/components/utilsComponents/loading.vue.d.ts +1 -1
- package/types/components/utilsComponents/panel.vue.d.ts +8 -2
- package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +3 -1
- package/types/components/utilsComponents/tallPanel.vue.d.ts +13 -3
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +13 -3
- package/types/pages/BimxViewerEntry.vue.d.ts +5 -57
- package/types/pages/viewerEntry.vue.d.ts +7 -57
- package/types/store/initConfigs.d.ts +1 -1
- package/types/store/toolbars.d.ts +46 -46
- package/dist/ScreenShotTool-CSBJzyDd.mjs +0 -357
- package/dist/SettingTool-D2qksFZK.mjs +0 -657
- package/dist/StructureTree-DrLo9Bch.mjs +0 -1583
- package/dist/el-input-number-BOQOKzK0.mjs +0 -818
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +0 -22
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +0 -8
- package/types/tests/cmt.d.ts +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
const E = { class: "tall_panel_content" },
|
|
1
|
+
import { B as g, C as t, T as r, K as y, L as x, H as S, I as k } from "./index-CBXvm6RA.mjs";
|
|
2
|
+
import { defineComponent as P, ref as c, onMounted as W, watch as b, createElementBlock as f, openBlock as _, normalizeStyle as w, createElementVNode as o, createCommentVNode as C, toDisplayString as T, createVNode as N, unref as h, renderSlot as B } from "vue";
|
|
3
|
+
const E = { class: "tall_panel_content" }, H = { class: "panel_top" }, $ = { class: "panel_title" }, L = { class: "panel_close" }, I = { class: "panel_content" }, M = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "width-set",
|
|
6
6
|
id: "lineWidthSet"
|
|
7
|
-
}, V = /* @__PURE__ */
|
|
7
|
+
}, V = /* @__PURE__ */ P({
|
|
8
8
|
__name: "tallPanel",
|
|
9
9
|
props: {
|
|
10
10
|
panelTitle: {
|
|
@@ -31,7 +31,7 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
31
31
|
},
|
|
32
32
|
setup(a) {
|
|
33
33
|
const m = g(), i = a, n = c(), l = c(i.width);
|
|
34
|
-
|
|
34
|
+
W(() => {
|
|
35
35
|
i.pos == "left" && (n.value.style.left = `${0 + t("leftWidth")}px`), i.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
37
|
let d, p = 0, u = 0;
|
|
@@ -42,7 +42,7 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
42
42
|
d && (u = e.x - p, p = e.x, l.value += u, l.value < 286 && (l.value = 286), r.setProperty("--left-toggle-left", (14 + l.value).toString() + "px"));
|
|
43
43
|
}), document.addEventListener("mouseup", (e) => {
|
|
44
44
|
d = !1;
|
|
45
|
-
}),
|
|
45
|
+
}), b(
|
|
46
46
|
() => m.isToolActive(0),
|
|
47
47
|
(e) => {
|
|
48
48
|
t("navCubePos").pos.includes(t("treePos")) && y("navCubePos", { pos: t("navCubePos").pos, posNum: x(e, 286) }), r.setProperty("--left-toggle-left", e ? (14 + l.value).toString() + "px" : "14px");
|
|
@@ -57,10 +57,10 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
57
57
|
style: w({ width: l.value.toString() + "px" })
|
|
58
58
|
}, [
|
|
59
59
|
o("div", E, [
|
|
60
|
-
o("div",
|
|
61
|
-
o("div",
|
|
60
|
+
o("div", H, [
|
|
61
|
+
o("div", $, T(a.panelTitle), 1),
|
|
62
62
|
o("div", L, [
|
|
63
|
-
|
|
63
|
+
N(v, {
|
|
64
64
|
width: 18,
|
|
65
65
|
"click-handle": a.clickHandle,
|
|
66
66
|
light: h(r).currentTheme == "blue",
|
|
@@ -68,17 +68,17 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
68
68
|
}, null, 8, ["click-handle", "light", "dark"])
|
|
69
69
|
])
|
|
70
70
|
]),
|
|
71
|
-
o("div",
|
|
72
|
-
|
|
71
|
+
o("div", I, [
|
|
72
|
+
B(e.$slots, "default", {}, void 0, !0)
|
|
73
73
|
])
|
|
74
74
|
]),
|
|
75
|
-
a.setWidth ? (_(), f("div", M, s[0] || (s[0] = [
|
|
75
|
+
a.setWidth ? (_(), f("div", M, [...s[0] || (s[0] = [
|
|
76
76
|
o("div", { class: "set-line" }, null, -1)
|
|
77
|
-
]))) :
|
|
77
|
+
])])) : C("", !0)
|
|
78
78
|
], 4);
|
|
79
79
|
};
|
|
80
80
|
}
|
|
81
|
-
}),
|
|
81
|
+
}), A = /* @__PURE__ */ k(V, [["__scopeId", "data-v-4af7d9ff"]]);
|
|
82
82
|
export {
|
|
83
|
-
|
|
83
|
+
A as _
|
|
84
84
|
};
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xtctwins/tctwins-bimx-engine",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.50",
|
|
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.13.0",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"types"
|
|
@@ -1,27 +1,55 @@
|
|
|
1
|
+
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
1
2
|
import { BcfTopic, BcfTopicTotal } from '../../store/bcfReflect';
|
|
2
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
3
4
|
bcfId: number;
|
|
4
5
|
userId: number;
|
|
5
6
|
mode?: "add" | "edit";
|
|
6
7
|
bcfContent?: BcfTopic | BcfTopicTotal;
|
|
7
8
|
bcfList: BcfTopicTotal[];
|
|
8
|
-
}
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
11
|
closePanel: (...args: any[]) => void;
|
|
10
12
|
imageZoomIn: (...args: any[]) => void;
|
|
11
13
|
closeAdd: (...args: any[]) => void;
|
|
12
14
|
submitBcf: (...args: any[]) => void;
|
|
13
15
|
updateBcf: (...args: any[]) => void;
|
|
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<{
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
17
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
22
18
|
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
23
19
|
onCloseAdd?: ((...args: any[]) => any) | undefined;
|
|
24
20
|
onSubmitBcf?: ((...args: any[]) => any) | undefined;
|
|
25
21
|
onUpdateBcf?: ((...args: any[]) => any) | undefined;
|
|
26
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
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>;
|
|
27
55
|
export default _default;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
1
2
|
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
2
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
3
4
|
bcfId: number;
|
|
4
5
|
userId: number;
|
|
5
6
|
bcfList: BcfTopicTotal[];
|
|
6
7
|
bcfContent: BcfTopicTotal;
|
|
7
|
-
}
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
10
|
closePanel: (...args: any[]) => void;
|
|
9
11
|
emitHandler: (...args: any[]) => void;
|
|
10
12
|
switchCurrentBcf: (...args: any[]) => void;
|
|
@@ -13,12 +15,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
13
15
|
refreshCurrentBcf: (...args: any[]) => void;
|
|
14
16
|
updateBcf: (...args: any[]) => void;
|
|
15
17
|
closeDetail: (...args: any[]) => void;
|
|
16
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
bcfId: number;
|
|
18
|
-
userId: number;
|
|
19
|
-
bcfList: BcfTopicTotal[];
|
|
20
|
-
bcfContent: BcfTopicTotal;
|
|
21
|
-
}> & Readonly<{
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
19
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
23
20
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
24
21
|
onSwitchCurrentBcf?: ((...args: any[]) => any) | undefined;
|
|
@@ -27,5 +24,36 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
27
24
|
onRefreshCurrentBcf?: ((...args: any[]) => any) | undefined;
|
|
28
25
|
onUpdateBcf?: ((...args: any[]) => any) | undefined;
|
|
29
26
|
onCloseDetail?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
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>;
|
|
31
59
|
export default _default;
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
2
2
|
import { InstructionContent } from '../../utils/eventBus';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
instruction?: InstructionContent | undefined;
|
|
5
5
|
bcfList: BcfTopicTotal[];
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
8
|
checkBcfDetail: (...args: any[]) => void;
|
|
8
9
|
emitHandler: (...args: any[]) => void;
|
|
9
10
|
addNewBcf: (...args: any[]) => void;
|
|
10
11
|
inputBcfFile: (...args: any[]) => void;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
12
|
-
instruction?: InstructionContent | undefined;
|
|
13
|
-
bcfList: BcfTopicTotal[];
|
|
14
|
-
}> & Readonly<{
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
13
|
onCheckBcfDetail?: ((...args: any[]) => any) | undefined;
|
|
16
14
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
17
15
|
onAddNewBcf?: ((...args: any[]) => any) | undefined;
|
|
18
16
|
onInputBcfFile?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
18
|
export default _default;
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { BcfTopic } from '../../store/bcfReflect';
|
|
2
2
|
import { InstructionContent } from '../../utils/eventBus';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
instruction?: InstructionContent | undefined;
|
|
5
5
|
bcfList: BcfTopic[];
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
8
|
resetFilter: (...args: any[]) => void;
|
|
8
9
|
filterBcfList: (...args: any[]) => void;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
-
instruction?: InstructionContent | undefined;
|
|
11
|
-
bcfList: BcfTopic[];
|
|
12
|
-
}> & Readonly<{
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
11
|
onResetFilter?: ((...args: any[]) => any) | undefined;
|
|
14
12
|
onFilterBcfList?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
14
|
export default _default;
|
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
import { InstructionContent } from '../../utils/eventBus';
|
|
2
2
|
import { BcfTopicTotal } from '../../store/bcfReflect';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
instruction?: InstructionContent | undefined;
|
|
5
5
|
bcfList: BcfTopicTotal[];
|
|
6
6
|
userId: number;
|
|
7
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
9
|
closePanel: (...args: any[]) => void;
|
|
9
10
|
emitHandler: (...args: any[]) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
11
|
-
instruction?: InstructionContent | undefined;
|
|
12
|
-
bcfList: BcfTopicTotal[];
|
|
13
|
-
userId: number;
|
|
14
|
-
}> & Readonly<{
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
12
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
16
13
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
17
14
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
mode: "select" | "anno";
|
|
3
3
|
objectList?: string[];
|
|
4
|
-
}
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
6
|
closePanel: (...args: any[]) => void;
|
|
6
7
|
closeAdd: (...args: any[]) => void;
|
|
7
8
|
saveObject: (...args: any[]) => void;
|
|
8
9
|
saveAnno: (...args: any[]) => void;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
-
mode: "select" | "anno";
|
|
11
|
-
objectList?: string[];
|
|
12
|
-
}> & Readonly<{
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
11
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
14
12
|
onCloseAdd?: ((...args: any[]) => any) | undefined;
|
|
15
13
|
onSaveObject?: ((...args: any[]) => any) | undefined;
|
|
16
14
|
onSaveAnno?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
16
|
export default _default;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
entityList?: string[];
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
5
|
closePanel: (...args: any[]) => void;
|
|
5
6
|
closeCheck: (...args: any[]) => void;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
7
|
-
entityList?: string[];
|
|
8
|
-
}> & Readonly<{
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
8
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
10
9
|
onCloseCheck?: ((...args: any[]) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
11
|
export default _default;
|
|
@@ -1,25 +1,51 @@
|
|
|
1
1
|
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
userId: number;
|
|
4
4
|
commentGuid?: string;
|
|
5
5
|
oldComment?: string;
|
|
6
6
|
mode: "add" | "update";
|
|
7
7
|
snapshotList?: InputBCFView[];
|
|
8
|
-
}
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
10
|
cancel: (...args: any[]) => void;
|
|
10
11
|
submitComment: (...args: any[]) => void;
|
|
11
12
|
updateComment: (...args: any[]) => void;
|
|
12
13
|
addViewPoint: (...args: any[]) => void;
|
|
13
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
14
|
-
userId: number;
|
|
15
|
-
commentGuid?: string;
|
|
16
|
-
oldComment?: string;
|
|
17
|
-
mode: "add" | "update";
|
|
18
|
-
snapshotList?: InputBCFView[];
|
|
19
|
-
}> & Readonly<{
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
15
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
21
16
|
onSubmitComment?: ((...args: any[]) => any) | undefined;
|
|
22
17
|
onUpdateComment?: ((...args: any[]) => any) | undefined;
|
|
23
18
|
onAddViewPoint?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
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>;
|
|
25
51
|
export default _default;
|
|
@@ -1,19 +1,48 @@
|
|
|
1
1
|
import { InputComment } from '../../store/bcfReflect';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
userId: number;
|
|
4
4
|
commentList: InputComment[] | undefined;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
7
|
deleteComment: (...args: any[]) => void;
|
|
7
8
|
imageZoomIn: (...args: any[]) => void;
|
|
8
9
|
updateComment: (...args: any[]) => void;
|
|
9
10
|
addViewPoint: (...args: any[]) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
11
|
-
userId: number;
|
|
12
|
-
commentList: InputComment[] | undefined;
|
|
13
|
-
}> & Readonly<{
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
12
|
onDeleteComment?: ((...args: any[]) => any) | undefined;
|
|
15
13
|
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
16
14
|
onUpdateComment?: ((...args: any[]) => any) | undefined;
|
|
17
15
|
onAddViewPoint?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
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>;
|
|
19
48
|
export default _default;
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
deleteContentName: string;
|
|
3
3
|
deleteType: "bcf" | "comment";
|
|
4
4
|
commentId?: string;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
7
|
closePanel: (...args: any[]) => void;
|
|
7
8
|
confirmDeleteComment: (...args: any[]) => void;
|
|
8
9
|
confirmDeleteBcf: (...args: any[]) => void;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
-
deleteContentName: string;
|
|
11
|
-
deleteType: "bcf" | "comment";
|
|
12
|
-
commentId?: string;
|
|
13
|
-
}> & Readonly<{
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
11
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
15
12
|
onConfirmDeleteComment?: ((...args: any[]) => any) | undefined;
|
|
16
13
|
onConfirmDeleteBcf?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
15
|
export default _default;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
snapshotList?: InputBCFView[];
|
|
4
4
|
editEnable?: Boolean;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
6
7
|
updateList: (newList: InputBCFView[], index?: number) => void;
|
|
7
8
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
9
|
imageZoomIn: (...args: any[]) => void;
|
|
9
10
|
deleteView: (...args: any[]) => void;
|
|
10
11
|
switchViewPoints: (...args: any[]) => void;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
12
|
-
snapshotList?: InputBCFView[];
|
|
13
|
-
editEnable?: Boolean;
|
|
14
|
-
}> & Readonly<{
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
13
|
onImageZoomIn?: ((...args: any[]) => any) | undefined;
|
|
16
14
|
onDeleteView?: ((...args: any[]) => any) | undefined;
|
|
17
15
|
onSwitchViewPoints?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
17
|
export default _default;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
imgContent: string;
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
5
|
closeImg: (...args: any[]) => void;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
6
|
-
imgContent: string;
|
|
7
|
-
}> & Readonly<{
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
7
|
onCloseImg?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
9
|
export default _default;
|
|
@@ -10,5 +10,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
onUploadImage?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
onClickAnnotation?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
14
|
export default _default;
|
|
@@ -6,5 +6,22 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
6
6
|
visibleTools?: any;
|
|
7
7
|
}> & Readonly<{
|
|
8
8
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
10
|
+
clickEventRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
11
|
+
reset: () => void;
|
|
12
|
+
enable: () => void;
|
|
13
|
+
disable: () => void;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
15
|
+
P: {};
|
|
16
|
+
B: {};
|
|
17
|
+
D: {};
|
|
18
|
+
C: {};
|
|
19
|
+
M: {};
|
|
20
|
+
Defaults: {};
|
|
21
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
22
|
+
reset: () => void;
|
|
23
|
+
enable: () => void;
|
|
24
|
+
disable: () => void;
|
|
25
|
+
}, {}, {}, {}, {}> | null;
|
|
26
|
+
}, any>;
|
|
10
27
|
export default _default;
|
|
@@ -2,5 +2,5 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
2
2
|
reset: () => void;
|
|
3
3
|
enable: () => void;
|
|
4
4
|
disable: () => void;
|
|
5
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
5
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
6
6
|
export default _default;
|
|
@@ -10,5 +10,36 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
}> & Readonly<{
|
|
11
11
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
14
|
+
drawRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
15
|
+
componentId?: any;
|
|
16
|
+
}> & Readonly<{
|
|
17
|
+
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
handleOpen: () => void;
|
|
22
|
+
handleClose: () => void;
|
|
23
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
emitHandler: (...args: any[]) => void;
|
|
25
|
+
cancel: (...args: any[]) => void;
|
|
26
|
+
confirm: (...args: any[]) => void;
|
|
27
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
28
|
+
P: {};
|
|
29
|
+
B: {};
|
|
30
|
+
D: {};
|
|
31
|
+
C: {};
|
|
32
|
+
M: {};
|
|
33
|
+
Defaults: {};
|
|
34
|
+
}, Readonly<{
|
|
35
|
+
componentId?: any;
|
|
36
|
+
}> & Readonly<{
|
|
37
|
+
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
handleOpen: () => void;
|
|
42
|
+
handleClose: () => void;
|
|
43
|
+
}, {}, {}, {}, {}> | null;
|
|
44
|
+
}, HTMLDivElement>;
|
|
14
45
|
export default _default;
|
|
@@ -8,5 +8,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
8
8
|
}> & Readonly<{
|
|
9
9
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
imageData: string;
|
|
3
3
|
userId: number;
|
|
4
|
-
}
|
|
5
|
-
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
6
|
emitHandler: (...args: any[]) => void;
|
|
7
|
+
cancel: (...args: any[]) => void;
|
|
7
8
|
createNew: (...args: any[]) => void;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
9
|
-
imageData: string;
|
|
10
|
-
userId: number;
|
|
11
|
-
}> & Readonly<{
|
|
12
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
10
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
11
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
14
12
|
onCreateNew?: ((...args: any[]) => any) | undefined;
|
|
15
13
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
14
|
export default _default;
|