@qispace/vue3-player 0.4.36 → 0.4.38
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/vue-components/src/components/injectionKeys.d.ts +0 -1
- package/dist/vue-components/src/components/manualSlideShow/VManualSlideShow.vue.d.ts +4 -36
- package/dist/vue-components/src/components/manualSlideShow/VManualSlideShowPlayer.vue.d.ts +21 -27
- package/dist/vue-components/src/components/miniMap/VMiniMap.vue.d.ts +34 -39
- package/dist/vue-components/src/components/miniMap/VMiniMapCompass.vue.d.ts +3 -15
- package/dist/vue-components/src/components/miniMap/VMiniMapMap.vue.d.ts +32 -98
- package/dist/vue-components/src/components/miniMap/VRotationMarker.vue.d.ts +3 -13
- package/dist/vue-components/src/components/miniMap/VSunSimulationSlider.vue.d.ts +6 -20
- package/dist/vue-components/src/components/shared/VFloatingCard.vue.d.ts +21 -22
- package/dist/vue-components/src/components/shared/VFullScreenButton.vue.d.ts +6 -16
- package/dist/vue-components/src/components/shared/VHoverProbe.vue.d.ts +3 -1
- package/dist/vue-components/src/components/shared/VNorthDirection.vue.d.ts +3 -13
- package/dist/vue-components/src/components/shared/VSingleImage.vue.d.ts +4 -27
- package/dist/vue-components/src/components/shared/VSocialShare.vue.d.ts +1 -1
- package/dist/vue-components/src/components/shared/VWaypointCarousel.vue.d.ts +23 -42
- package/dist/vue-components/src/components/shared/VZoomBox.vue.d.ts +28 -53
- package/dist/vue-components/src/components/structureChooser/VStructureChooser.vue.d.ts +352 -85
- package/dist/vue-components/src/components/structureChooser/VStructureChooserCamera.vue.d.ts +5 -18
- package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDay.vue.d.ts +3 -17
- package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDayTimeSample.vue.d.ts +5 -16
- package/dist/vue-components/src/components/structureChooser/VStructureChooserOverlay.vue.d.ts +15 -28
- package/dist/vue-components/src/components/structureChooser/VStructureChooserTransition.vue.d.ts +5 -16
- package/dist/vue-components/src/components/structureChooser/VStructureChooserUiCameraThumbnails.vue.d.ts +9 -21
- package/dist/vue-components/src/components/structureChooser/VStructureChooserUiDayButton.vue.d.ts +6 -20
- package/dist/vue-components/src/components/structureChooser/VStructureChooserUiTimeSampleSlider.vue.d.ts +6 -20
- package/dist/vue-components/src/components/structureChooser/VStructureChooserUiZoomButtons.vue.d.ts +7 -20
- package/dist/vue-components/src/components/structureChooser/types.d.ts +0 -1
- package/dist/vue-components/src/components/structureChooser/utils/convertStructureChooserDataLegacyToV5.d.ts +0 -1
- package/dist/vue-components/src/components/structureChooser/utils/useImagePreloader.d.ts +18 -0
- package/dist/vue-components/src/components/virtualTour/VAutoplay.vue.d.ts +6 -16
- package/dist/vue-components/src/components/virtualTour/VCompass.vue.d.ts +3 -13
- package/dist/vue-components/src/components/virtualTour/VFloorLevel.vue.d.ts +7 -32
- package/dist/vue-components/src/components/virtualTour/VInteriorSelector.vue.d.ts +6 -21
- package/dist/vue-components/src/components/virtualTour/VMiniMap.vue.d.ts +68 -24
- package/dist/vue-components/src/components/virtualTour/VMoveable.vue.d.ts +19 -21
- package/dist/vue-components/src/components/virtualTour/VPlayer.vue.d.ts +36 -56
- package/dist/vue-components/src/components/virtualTour/VPlayerSettingsUi.vue.d.ts +7 -18
- package/dist/vue-components/src/components/virtualTour/VSunStudyToggle.vue.d.ts +6 -17
- package/dist/vue-components/src/components/virtualTour/VSunsimSlider.vue.d.ts +7 -20
- package/dist/vue-components/src/components/virtualTour/VTimeOfDay.vue.d.ts +4 -29
- package/dist/vue-components/src/components/virtualTour/VTutorial.vue.d.ts +4 -4
- package/dist/vue-components/src/components/virtualTour/VViewModeToggle.vue.d.ts +6 -16
- package/dist/vue-components/src/components/virtualTour/VVirtualTour.vue.d.ts +157 -150
- package/dist/vue-components/src/components/virtualTour/VVisuadoCreateButton.vue.d.ts +3 -3
- package/dist/vue-components/src/components/virtualTour/types.d.ts +0 -1
- package/dist/vue-components/src/components/virtualTour2/VAutoplay.vue.d.ts +8 -5
- package/dist/vue-components/src/components/virtualTour2/VCompass.vue.d.ts +3 -13
- package/dist/vue-components/src/components/virtualTour2/VFloorLevel.vue.d.ts +12 -14
- package/dist/vue-components/src/components/virtualTour2/VFullScreenButton.vue.d.ts +6 -16
- package/dist/vue-components/src/components/virtualTour2/VInteriorSelector.vue.d.ts +6 -19
- package/dist/vue-components/src/components/virtualTour2/VMiniMap.vue.d.ts +68 -24
- package/dist/vue-components/src/components/virtualTour2/VMoveable.vue.d.ts +19 -21
- package/dist/vue-components/src/components/virtualTour2/VPlayer.vue.d.ts +55 -63
- package/dist/vue-components/src/components/virtualTour2/VPlayerSettingsUi.vue.d.ts +7 -18
- package/dist/vue-components/src/components/virtualTour2/VSocialShare.vue.d.ts +1 -1
- package/dist/vue-components/src/components/virtualTour2/VSunStudyToggle.vue.d.ts +11 -13
- package/dist/vue-components/src/components/virtualTour2/VSunsimSlider.vue.d.ts +14 -28
- package/dist/vue-components/src/components/virtualTour2/VTimeOfDay.vue.d.ts +4 -29
- package/dist/vue-components/src/components/virtualTour2/VTutorial.vue.d.ts +4 -4
- package/dist/vue-components/src/components/virtualTour2/VViewModeToggle.vue.d.ts +8 -5
- package/dist/vue-components/src/components/virtualTour2/VVirtualTour.vue.d.ts +101 -121
- package/dist/vue-components/src/components/virtualTour2/VVisuadoCreateButton.vue.d.ts +3 -3
- package/dist/vue-components/src/components/virtualTour2/VWaypointCarousel.vue.d.ts +20 -24
- package/dist/vue-components/src/components/virtualTour2/types.d.ts +0 -1
- package/dist/vue-components/src/lib/I18N.d.ts +0 -1
- package/dist/vue-components/src/lib/IndexedDBImageCache.d.ts +24 -0
- package/dist/vue-components/src/lib/OPFSImageCache.d.ts +25 -0
- package/dist/vue-components/src/lib/index.d.ts +2 -0
- package/dist/vue-components/src/vue-components.d.ts +0 -1
- package/dist/vue-components/src/web-components.d.ts +0 -1
- package/dist/vue-components/vue3-player.css +1 -0
- package/dist/vue-components/vue3-player.js +4935 -4687
- package/dist/vue-components/vue3-player.umd.cjs +1 -1
- package/package.json +11 -29
- package/dist/vue-components/style.css +0 -1
|
@@ -1,47 +1,15 @@
|
|
|
1
1
|
import { I18NConfig } from '../types';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type __VLS_Props = {
|
|
4
3
|
images: Array<string>;
|
|
5
4
|
websiteUrl?: string;
|
|
6
5
|
i18nConfig?: I18NConfig;
|
|
7
6
|
showFullScreen?: boolean;
|
|
8
7
|
showShare?: boolean;
|
|
9
8
|
defaultWaypointIndex?: number;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
showShare: boolean;
|
|
13
|
-
defaultWaypointIndex: number;
|
|
14
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
-
images: Array<string>;
|
|
16
|
-
websiteUrl?: string;
|
|
17
|
-
i18nConfig?: I18NConfig;
|
|
18
|
-
showFullScreen?: boolean;
|
|
19
|
-
showShare?: boolean;
|
|
20
|
-
defaultWaypointIndex?: number;
|
|
21
|
-
}>, {
|
|
22
|
-
showFullScreen: boolean;
|
|
23
|
-
showShare: boolean;
|
|
24
|
-
defaultWaypointIndex: number;
|
|
25
|
-
}>>>, {
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
26
11
|
showFullScreen: boolean;
|
|
27
12
|
showShare: boolean;
|
|
28
13
|
defaultWaypointIndex: number;
|
|
29
|
-
}, {}>;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
15
|
export default _default;
|
|
31
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
33
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
-
} : {
|
|
36
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
type __VLS_WithDefaults<P, D> = {
|
|
41
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
42
|
-
default: D[K];
|
|
43
|
-
}> : P[K];
|
|
44
|
-
};
|
|
45
|
-
type __VLS_Prettify<T> = {
|
|
46
|
-
[K in keyof T]: T[K];
|
|
47
|
-
} & {};
|
|
@@ -1,33 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
isFullScreen: boolean;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"bottom-left"?(_: {}): any;
|
|
18
|
-
"bottom-center"?(_: {}): any;
|
|
19
|
-
"bottom-right"?(_: {}): any;
|
|
20
|
-
}>;
|
|
21
|
-
export default _default;
|
|
22
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: import('vue').PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
'slideshow-image'?(_: {}): any;
|
|
8
|
+
'top-left'?(_: {}): any;
|
|
9
|
+
'top-center'?(_: {}): any;
|
|
10
|
+
'top-right'?(_: {}): any;
|
|
11
|
+
'center-left'?(_: {}): any;
|
|
12
|
+
'center-center'?(_: {}): any;
|
|
13
|
+
'center-right'?(_: {}): any;
|
|
14
|
+
'bottom-left'?(_: {}): any;
|
|
15
|
+
'bottom-center'?(_: {}): any;
|
|
16
|
+
'bottom-right'?(_: {}): any;
|
|
29
17
|
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
30
20
|
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
31
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
26
|
new (): {
|
|
33
27
|
$slots: S;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { CdnFileResolverCallback } from '../types';
|
|
2
2
|
import { ApartmentJson, MiniMapJson } from '../virtualTour/types';
|
|
3
|
-
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
cdnFileResolver: CdnFileResolverCallback;
|
|
6
5
|
currentCamera?: string;
|
|
7
6
|
level?: number;
|
|
@@ -9,47 +8,43 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
9
8
|
hideCompass?: boolean;
|
|
10
9
|
hideSlider?: boolean;
|
|
11
10
|
compassScale?: number;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
11
|
+
};
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: Readonly<{
|
|
15
|
+
default(props: {
|
|
16
|
+
id: string;
|
|
17
|
+
camera: any;
|
|
18
|
+
active: boolean;
|
|
19
|
+
style: any;
|
|
20
|
+
}): any;
|
|
21
|
+
}> & {
|
|
22
|
+
default(props: {
|
|
23
|
+
id: string;
|
|
24
|
+
camera: any;
|
|
25
|
+
active: boolean;
|
|
26
|
+
style: any;
|
|
27
|
+
}): any;
|
|
28
|
+
};
|
|
29
|
+
refs: {
|
|
30
|
+
fitContainer: HTMLDivElement;
|
|
31
|
+
};
|
|
32
|
+
rootEl: any;
|
|
33
|
+
};
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
apartmentJsonLoaded: (apartmentJson: ApartmentJson) => any;
|
|
37
|
+
minimapJsonLoaded: (minimapJson: MiniMapJson) => any;
|
|
38
|
+
cameraSet: (cameraId: string) => any;
|
|
39
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
40
|
onApartmentJsonLoaded?: (apartmentJson: ApartmentJson) => any;
|
|
26
41
|
onMinimapJsonLoaded?: (minimapJson: MiniMapJson) => any;
|
|
27
42
|
onCameraSet?: (cameraId: string) => any;
|
|
28
|
-
}, {}, {}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
active: boolean;
|
|
33
|
-
style: any;
|
|
34
|
-
}): any;
|
|
35
|
-
}> & {
|
|
36
|
-
default(props: {
|
|
37
|
-
id: string;
|
|
38
|
-
camera: any;
|
|
39
|
-
active: boolean;
|
|
40
|
-
style: any;
|
|
41
|
-
}): any;
|
|
42
|
-
}>;
|
|
43
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
44
|
+
fitContainer: HTMLDivElement;
|
|
45
|
+
}, any>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
43
47
|
export default _default;
|
|
44
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
-
} : {
|
|
49
|
-
type: import('vue').PropType<T[K]>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
48
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
54
49
|
new (): {
|
|
55
50
|
$slots: S;
|
|
@@ -1,19 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
scale: number;
|
|
3
3
|
rotation: number;
|
|
4
4
|
transformAngle: number;
|
|
5
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
scale: number;
|
|
7
|
-
rotation: number;
|
|
8
|
-
transformAngle: number;
|
|
9
|
-
}>>>, {}, {}>;
|
|
10
|
-
export default _default;
|
|
11
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
-
} : {
|
|
16
|
-
type: import('vue').PropType<T[K]>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
5
|
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
|
+
export default _default;
|
|
@@ -1,110 +1,44 @@
|
|
|
1
|
-
|
|
1
|
+
import { ApartmentJson, MiniMapJson } from '../virtualTour/types';
|
|
2
|
+
import { Unpacked } from '../types';
|
|
3
|
+
type __VLS_Props = {
|
|
2
4
|
backgroundImage: string;
|
|
3
|
-
allCameras:
|
|
4
|
-
|
|
5
|
-
type: string;
|
|
6
|
-
floor_vertical_position: string;
|
|
7
|
-
title: string;
|
|
8
|
-
description: string;
|
|
9
|
-
floorLevel: number;
|
|
10
|
-
position: string;
|
|
11
|
-
rotation: string;
|
|
12
|
-
uposition: string;
|
|
13
|
-
urotation: string;
|
|
14
|
-
hasQA: boolean;
|
|
15
|
-
fieldOfView: number;
|
|
16
|
-
sunsimDayOfYear?: import('../structureChooser/types/StructureChooserData').StructureChooserDataCameraDay[];
|
|
17
|
-
}[];
|
|
18
|
-
storey: {
|
|
19
|
-
position: {
|
|
20
|
-
x: number;
|
|
21
|
-
y: number;
|
|
22
|
-
z: number;
|
|
23
|
-
};
|
|
24
|
-
rotation: {
|
|
25
|
-
x: number;
|
|
26
|
-
y: number;
|
|
27
|
-
z: number;
|
|
28
|
-
};
|
|
29
|
-
fovY: number;
|
|
30
|
-
sunsimFiles: string[];
|
|
31
|
-
sunsimFilesTimeStamps: string[];
|
|
32
|
-
defaultSunsimFile: string;
|
|
33
|
-
};
|
|
5
|
+
allCameras: ApartmentJson['cameras'];
|
|
6
|
+
storey: Unpacked<MiniMapJson['storeys']>;
|
|
34
7
|
currentCamera: string;
|
|
35
|
-
rotation: number;
|
|
8
|
+
rotation: number | null;
|
|
36
9
|
transformAngle: number;
|
|
37
10
|
containerWidth: number;
|
|
38
11
|
containerHeight: number;
|
|
39
12
|
fit?: boolean;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
sunsimDayOfYear?: import('../structureChooser/types/StructureChooserData').StructureChooserDataCameraDay[];
|
|
58
|
-
}[];
|
|
59
|
-
storey: {
|
|
60
|
-
position: {
|
|
61
|
-
x: number;
|
|
62
|
-
y: number;
|
|
63
|
-
z: number;
|
|
64
|
-
};
|
|
65
|
-
rotation: {
|
|
66
|
-
x: number;
|
|
67
|
-
y: number;
|
|
68
|
-
z: number;
|
|
69
|
-
};
|
|
70
|
-
fovY: number;
|
|
71
|
-
sunsimFiles: string[];
|
|
72
|
-
sunsimFilesTimeStamps: string[];
|
|
73
|
-
defaultSunsimFile: string;
|
|
13
|
+
};
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: Readonly<{
|
|
17
|
+
default(props: {
|
|
18
|
+
id: string;
|
|
19
|
+
camera: any;
|
|
20
|
+
active: boolean;
|
|
21
|
+
style: any;
|
|
22
|
+
}): any;
|
|
23
|
+
}> & {
|
|
24
|
+
default(props: {
|
|
25
|
+
id: string;
|
|
26
|
+
camera: any;
|
|
27
|
+
active: boolean;
|
|
28
|
+
style: any;
|
|
29
|
+
}): any;
|
|
74
30
|
};
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}
|
|
31
|
+
refs: {};
|
|
32
|
+
rootEl: HTMLDivElement;
|
|
33
|
+
};
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
goToCamera: (cameraId: string) => any;
|
|
37
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
82
38
|
onGoToCamera?: (cameraId: string) => any;
|
|
83
|
-
}, {}, {}
|
|
84
|
-
|
|
85
|
-
id: string;
|
|
86
|
-
camera: any;
|
|
87
|
-
active: boolean;
|
|
88
|
-
style: any;
|
|
89
|
-
}): any;
|
|
90
|
-
}> & {
|
|
91
|
-
default(props: {
|
|
92
|
-
id: string;
|
|
93
|
-
camera: any;
|
|
94
|
-
active: boolean;
|
|
95
|
-
style: any;
|
|
96
|
-
}): any;
|
|
97
|
-
}>;
|
|
39
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
98
41
|
export default _default;
|
|
99
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
100
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
101
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
102
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
103
|
-
} : {
|
|
104
|
-
type: import('vue').PropType<T[K]>;
|
|
105
|
-
required: true;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
42
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
109
43
|
new (): {
|
|
110
44
|
$slots: S;
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
rotation: number;
|
|
3
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
rotation: number;
|
|
5
|
-
}>>>, {}, {}>;
|
|
6
|
-
export default _default;
|
|
7
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
-
} : {
|
|
12
|
-
type: import('vue').PropType<T[K]>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
3
|
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
5
|
+
export default _default;
|
|
@@ -1,28 +1,14 @@
|
|
|
1
1
|
import { ApartmentJson, MiniMapJson } from '../virtualTour/types';
|
|
2
2
|
import { CdnFileResolverCallback } from '../types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
cdnFileResolver: CdnFileResolverCallback;
|
|
6
5
|
minimapJson: MiniMapJson;
|
|
7
6
|
apartmentJson: ApartmentJson;
|
|
8
7
|
level: number;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
minimapJson: MiniMapJson;
|
|
14
|
-
apartmentJson: ApartmentJson;
|
|
15
|
-
level: number;
|
|
16
|
-
}>>> & {
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
setBackgroundImage: (args_0: string) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
12
|
onSetBackgroundImage?: (args_0: string) => any;
|
|
18
|
-
}, {}, {}>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
14
|
export default _default;
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
import { Pos } from '../types';
|
|
2
|
-
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type __VLS_Props = {
|
|
4
3
|
pos: Pos;
|
|
5
4
|
isHoverable?: boolean;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}): any;
|
|
17
|
-
}>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
-
} : {
|
|
24
|
-
type: import('vue').PropType<T[K]>;
|
|
25
|
-
required: true;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {
|
|
10
|
+
isHoverable: true;
|
|
11
|
+
}): any;
|
|
12
|
+
default?(_: {
|
|
13
|
+
isHoverable: boolean;
|
|
14
|
+
}): any;
|
|
26
15
|
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: any;
|
|
27
18
|
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
outside: (mouseEvent: MouseEvent) => any;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
|
+
onOutside?: (mouseEvent: MouseEvent) => any;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
28
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
28
|
new (): {
|
|
30
29
|
$slots: S;
|
|
@@ -1,19 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
isFullScreen: boolean;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}>>> & {
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
toggleFullscreen: () => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
7
|
onToggleFullscreen?: () => any;
|
|
9
|
-
}, {}, {}>;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
9
|
export default _default;
|
|
11
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
-
} : {
|
|
16
|
-
type: import('vue').PropType<T[K]>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
2
|
isHoverEnabled: import('vue').ComputedRef<boolean>;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
3
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
4
|
+
hoverCheck: HTMLDivElement;
|
|
5
|
+
}, HTMLDivElement>;
|
|
4
6
|
export default _default;
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
longitude?: number;
|
|
3
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
longitude?: number;
|
|
5
|
-
}>>>, {}, {}>;
|
|
6
|
-
export default _default;
|
|
7
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
-
} : {
|
|
12
|
-
type: import('vue').PropType<T[K]>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
3
|
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -1,31 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
image: string;
|
|
3
3
|
aspectRatio?: string;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
image: string;
|
|
8
|
-
aspectRatio?: string;
|
|
9
|
-
}>, {
|
|
10
|
-
aspectRatio: string;
|
|
11
|
-
}>>>, {
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
6
|
aspectRatio: string;
|
|
13
|
-
}, {}>;
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
8
|
export default _default;
|
|
15
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
-
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
type __VLS_WithDefaults<P, D> = {
|
|
25
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
-
default: D[K];
|
|
27
|
-
}> : P[K];
|
|
28
|
-
};
|
|
29
|
-
type __VLS_Prettify<T> = {
|
|
30
|
-
[K in keyof T]: T[K];
|
|
31
|
-
} & {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|