@qispace/vue3-player 0.1.14 → 0.1.20
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/config/vite.config.d.ts +1 -1
- package/dist/vue-components/config/vite.config.dev.d.ts +1 -1
- package/dist/vue-components/config/vite.config.web-components.d.ts +1 -1
- package/dist/vue-components/src/components/apartmentChooser/VApartmentChooser.vue.d.ts +8 -7
- package/dist/vue-components/src/components/apartmentChooser/VApartmentChooserNavigation.vue.d.ts +6 -5
- package/dist/vue-components/src/components/apartmentChooser/VApartmentChooserRaster.vue.d.ts +7 -6
- package/dist/vue-components/src/components/apartmentChooser/VApartmentChooserRotator.vue.d.ts +5 -4
- package/dist/vue-components/src/components/apartmentChooser/VApartmentChooserSvg.vue.d.ts +6 -5
- package/dist/vue-components/src/components/apartmentChooser/index.d.ts +1 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5.vue.d.ts +85 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5Camera.vue.d.ts +50 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5CameraDay.vue.d.ts +50 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5CameraDayTimeSample.vue.d.ts +50 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5Overlay.vue.d.ts +34 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5Transition.vue.d.ts +30 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5UiCamera.vue.d.ts +25 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5UiDay.vue.d.ts +25 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5UiRotator.vue.d.ts +48 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5UiTimeSample.vue.d.ts +25 -0
- package/dist/vue-components/src/components/apartmentChooser/v5/types.d.ts +54 -0
- package/dist/vue-components/src/components/{buildingPicker → buildingChooser}/VBuildingChooser.vue.d.ts +6 -5
- package/dist/vue-components/src/components/{buildingPicker → buildingChooser}/VBuildingChooserRaster.vue.d.ts +6 -5
- package/dist/vue-components/src/components/{buildingPicker → buildingChooser}/VBuildingChooserRasterOverlay.vue.d.ts +4 -3
- package/dist/vue-components/src/components/{buildingPicker → buildingChooser}/VBuildingChooserSceneImageStack.vue.d.ts +3 -3
- package/dist/vue-components/src/components/{buildingPicker → buildingChooser}/VBuildingChooserSunSimControl.vue.d.ts +5 -4
- package/dist/vue-components/src/components/{buildingPicker → buildingChooser}/VBuildingChooserSvg.vue.d.ts +6 -5
- package/dist/vue-components/src/components/{buildingPicker → buildingChooser}/index.d.ts +1 -0
- package/dist/vue-components/src/components/{buildingPicker → buildingChooser}/types.d.ts +2 -1
- package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5.vue.d.ts +83 -0
- package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5Camera.vue.d.ts +50 -0
- package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5CameraDay.vue.d.ts +50 -0
- package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5CameraDayTimeSample.vue.d.ts +50 -0
- package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5Overlay.vue.d.ts +34 -0
- package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5UiCamera.vue.d.ts +23 -0
- package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5UiDay.vue.d.ts +23 -0
- package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5UiTimeSample.vue.d.ts +23 -0
- package/dist/vue-components/src/components/buildingChooser/v5/types.d.ts +41 -0
- package/dist/vue-components/src/components/index.d.ts +3 -1
- package/dist/vue-components/src/components/injectionKeys.d.ts +3 -2
- package/dist/vue-components/src/components/manualSlideShow/VManualSlideShow.vue.d.ts +47 -0
- package/dist/vue-components/src/components/manualSlideShow/VManualSlideShowPlayer.vue.d.ts +35 -0
- package/dist/vue-components/src/components/manualSlideShow/index.d.ts +1 -0
- package/dist/vue-components/src/components/miniMap/VMiniMap.vue.d.ts +51 -0
- package/dist/vue-components/src/components/{virtualTour/minimap/VMinimapCompass.vue.d.ts → miniMap/VMiniMapCompass.vue.d.ts} +4 -4
- package/dist/vue-components/src/components/miniMap/VMiniMapMap.vue.d.ts +28 -0
- package/dist/vue-components/src/components/{virtualTour/minimap → miniMap}/VRotationMarker.vue.d.ts +2 -2
- package/dist/vue-components/src/components/miniMap/VSunSimulationSlider.vue.d.ts +28 -0
- package/dist/vue-components/src/components/shared/VDisclaimer.vue.d.ts +2 -0
- package/dist/vue-components/src/components/shared/VFloatingCard.vue.d.ts +9 -7
- package/dist/vue-components/src/components/{virtualTour → shared}/VFullScreenButton.vue.d.ts +3 -3
- package/dist/vue-components/src/components/shared/VHoverProbe.vue.d.ts +3 -3
- package/dist/vue-components/src/components/shared/VNorthDirection.vue.d.ts +2 -2
- package/dist/vue-components/src/components/{virtualTour → shared}/VSingleImage.vue.d.ts +2 -2
- package/dist/vue-components/src/components/shared/VSocialShare.vue.d.ts +2 -0
- package/dist/vue-components/src/components/{virtualTour → shared}/VWaypointCarousel.vue.d.ts +13 -7
- package/dist/vue-components/src/components/shared/VZoomBox.vue.d.ts +8 -3
- package/dist/vue-components/src/components/types.d.ts +3 -1
- package/dist/vue-components/src/components/virtualTour/VCompass.vue.d.ts +2 -2
- package/dist/vue-components/src/components/virtualTour/VFloorLevel.vue.d.ts +8 -8
- package/dist/vue-components/src/components/virtualTour/VInteriorSelector.vue.d.ts +16 -7
- package/dist/vue-components/src/components/virtualTour/{minimap/VMiniMap.vue.d.ts → VMiniMap.vue.d.ts} +12 -15
- package/dist/vue-components/src/components/virtualTour/{minimap/VMoveable.vue.d.ts → VMoveable.vue.d.ts} +2 -2
- package/dist/vue-components/src/components/virtualTour/VPlayer.vue.d.ts +23 -24
- package/dist/vue-components/src/components/virtualTour/VPlayerSettingsUi.vue.d.ts +23 -0
- package/dist/vue-components/src/components/virtualTour/VTimeOfDay.vue.d.ts +2 -2
- package/dist/vue-components/src/components/virtualTour/VTutorial.vue.d.ts +3 -3
- package/dist/vue-components/src/components/virtualTour/VViewModeToggle.vue.d.ts +3 -3
- package/dist/vue-components/src/components/virtualTour/VVirtualTour.vue.d.ts +25 -32
- package/dist/vue-components/src/components/virtualTour/types.d.ts +113 -0
- package/dist/vue-components/src/lib/apartmentChooser/RotationStep.d.ts +2 -1
- package/dist/vue-components/src/lib/apartmentChooser/SceneRotator.d.ts +2 -1
- package/dist/vue-components/src/lib/{buildingPicker/BuildingPickerResourceProvider.d.ts → buildingChooser/BuildingChooserResourceProvider.d.ts} +3 -2
- package/dist/vue-components/src/lib/{buildingPicker → buildingChooser}/BuildingMap.d.ts +2 -1
- package/dist/vue-components/src/lib/{buildingPicker → buildingChooser}/index.d.ts +1 -1
- package/dist/vue-components/src/lib/index.d.ts +2 -1
- package/dist/vue-components/src/lib/shared/I18N.d.ts +1 -0
- package/dist/vue-components/src/lib/shared/ResourceLoader.d.ts +2 -0
- package/dist/vue-components/src/lib/virtualTour/index.d.ts +1 -0
- package/dist/vue-components/src/vue-components.d.ts +10 -6
- package/dist/vue-components/src/web-components.d.ts +4 -3
- package/dist/vue-components/style.css +1 -1
- package/dist/vue-components/vue3-player.js +3728 -2481
- package/dist/vue-components/vue3-player.umd.cjs +1 -1
- package/package.json +1 -1
- package/dist/vue-components/src/components/virtualTour/VDisclaimer.vue.d.ts +0 -2
- package/dist/vue-components/src/components/virtualTour/VSettingsUI.vue.d.ts +0 -23
- package/dist/vue-components/src/components/virtualTour/VSocialShare.vue.d.ts +0 -2
- package/dist/vue-components/src/components/virtualTour/minimap/VMiniMapMap.vue.d.ts +0 -25
- package/dist/vue-components/src/components/virtualTour/minimap/VSunSimulationSlider.vue.d.ts +0 -23
- /package/dist/vue-components/src/components/{virtualTour/minimap → miniMap}/index.d.ts +0 -0
- /package/dist/vue-components/src/lib/{buildingPicker → buildingChooser}/CanvasRaster.d.ts +0 -0
- /package/dist/vue-components/src/lib/{buildingPicker → buildingChooser}/DayOfYearSelector.d.ts +0 -0
- /package/dist/vue-components/src/lib/{buildingPicker → buildingChooser}/SampleRaster.d.ts +0 -0
- /package/dist/vue-components/src/lib/{virtualTour → shared}/FullscreenModel.d.ts +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
project: string;
|
|
3
|
-
}>, {}, unknown, {}, {}, import(
|
|
3
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
4
|
closeTutorial: () => void;
|
|
5
|
-
}, string, import(
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
project: string;
|
|
7
7
|
}>>> & {
|
|
8
8
|
onCloseTutorial?: () => any;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
showStaticImage: boolean;
|
|
3
|
-
}>, {}, unknown, {}, {}, import(
|
|
3
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
4
|
toggle: () => void;
|
|
5
|
-
}, string, import(
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
showStaticImage: boolean;
|
|
7
7
|
}>>> & {
|
|
8
8
|
onToggle?: () => any;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { default as CameraSnapshot } from '../../lib/virtualTour/CameraSnapshot';
|
|
2
|
+
import { CdnFileResolverCallback, I18NConfig } from '../types';
|
|
3
|
+
import { ApartmentJson, PlayerSettings } from './types';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
cdnFileResolver: CdnFileResolverCallback;
|
|
6
7
|
apartmentId: string;
|
|
7
8
|
defaultInteriorId?: string;
|
|
8
|
-
validInteriorIds?: Array<
|
|
9
|
-
viewModes?: Array<string>;
|
|
9
|
+
validInteriorIds?: Array<string>;
|
|
10
10
|
displayViewModeSwitch?: boolean;
|
|
11
11
|
websiteUrl?: string;
|
|
12
12
|
i18nConfig?: I18NConfig;
|
|
@@ -24,10 +24,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
24
24
|
mouseSensitivity?: number;
|
|
25
25
|
isInIframe?: boolean;
|
|
26
26
|
adminMode?: boolean;
|
|
27
|
-
playerSettings?:
|
|
27
|
+
playerSettings?: PlayerSettings;
|
|
28
28
|
}>, {
|
|
29
29
|
validInteriorIds: () => any[];
|
|
30
|
-
viewModes: () => string[];
|
|
31
30
|
displayViewModeSwitch: boolean;
|
|
32
31
|
showCarousel: boolean;
|
|
33
32
|
showTimeOfDay: boolean;
|
|
@@ -41,7 +40,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
41
40
|
defaultWaypointIndex: number;
|
|
42
41
|
defaultViewMode: string;
|
|
43
42
|
mouseSensitivity: number;
|
|
44
|
-
isInIframe: boolean;
|
|
45
43
|
adminMode: boolean;
|
|
46
44
|
playerSettings: () => {
|
|
47
45
|
temperature: number;
|
|
@@ -52,20 +50,18 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
52
50
|
UNREAL_BLOOM_STRENGTH: number;
|
|
53
51
|
TRANSITION_MOVEMENT_SCALE: number;
|
|
54
52
|
whitePoint: number[];
|
|
53
|
+
lut: string;
|
|
55
54
|
};
|
|
56
|
-
}>, {}, unknown, {}, {}, import(
|
|
57
|
-
saveSettings: (
|
|
58
|
-
onSnapshot: (
|
|
59
|
-
onInteriorUpdate: (
|
|
60
|
-
onCameraUpdate: (
|
|
61
|
-
}, string, import(
|
|
62
|
-
|
|
63
|
-
cdnRoot: string;
|
|
64
|
-
projectSlug: string;
|
|
55
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
saveSettings: (playerSettings: PlayerSettings) => void;
|
|
57
|
+
onSnapshot: (snapshot: CameraSnapshot, rotation: [x: number, y: number, z: number]) => void;
|
|
58
|
+
onInteriorUpdate: (interiorId: string) => void;
|
|
59
|
+
onCameraUpdate: (cameraId: string, apartmentJson: ApartmentJson) => void;
|
|
60
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
61
|
+
cdnFileResolver: CdnFileResolverCallback;
|
|
65
62
|
apartmentId: string;
|
|
66
63
|
defaultInteriorId?: string;
|
|
67
|
-
validInteriorIds?: Array<
|
|
68
|
-
viewModes?: Array<string>;
|
|
64
|
+
validInteriorIds?: Array<string>;
|
|
69
65
|
displayViewModeSwitch?: boolean;
|
|
70
66
|
websiteUrl?: string;
|
|
71
67
|
i18nConfig?: I18NConfig;
|
|
@@ -83,10 +79,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
83
79
|
mouseSensitivity?: number;
|
|
84
80
|
isInIframe?: boolean;
|
|
85
81
|
adminMode?: boolean;
|
|
86
|
-
playerSettings?:
|
|
82
|
+
playerSettings?: PlayerSettings;
|
|
87
83
|
}>, {
|
|
88
84
|
validInteriorIds: () => any[];
|
|
89
|
-
viewModes: () => string[];
|
|
90
85
|
displayViewModeSwitch: boolean;
|
|
91
86
|
showCarousel: boolean;
|
|
92
87
|
showTimeOfDay: boolean;
|
|
@@ -100,7 +95,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
100
95
|
defaultWaypointIndex: number;
|
|
101
96
|
defaultViewMode: string;
|
|
102
97
|
mouseSensitivity: number;
|
|
103
|
-
isInIframe: boolean;
|
|
104
98
|
adminMode: boolean;
|
|
105
99
|
playerSettings: () => {
|
|
106
100
|
temperature: number;
|
|
@@ -111,17 +105,16 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
111
105
|
UNREAL_BLOOM_STRENGTH: number;
|
|
112
106
|
TRANSITION_MOVEMENT_SCALE: number;
|
|
113
107
|
whitePoint: number[];
|
|
108
|
+
lut: string;
|
|
114
109
|
};
|
|
115
110
|
}>>> & {
|
|
116
|
-
onSaveSettings?: (
|
|
117
|
-
onOnSnapshot?: (
|
|
118
|
-
onOnInteriorUpdate?: (
|
|
119
|
-
onOnCameraUpdate?: (
|
|
111
|
+
onSaveSettings?: (playerSettings: PlayerSettings) => any;
|
|
112
|
+
onOnSnapshot?: (snapshot: CameraSnapshot, rotation: [x: number, y: number, z: number]) => any;
|
|
113
|
+
onOnInteriorUpdate?: (interiorId: string) => any;
|
|
114
|
+
onOnCameraUpdate?: (cameraId: string, apartmentJson: ApartmentJson) => any;
|
|
120
115
|
}, {
|
|
121
116
|
mouseSensitivity: number;
|
|
122
|
-
|
|
123
|
-
validInteriorIds: Array<any>;
|
|
124
|
-
viewModes: Array<string>;
|
|
117
|
+
validInteriorIds: Array<string>;
|
|
125
118
|
displayViewModeSwitch: boolean;
|
|
126
119
|
showCarousel: boolean;
|
|
127
120
|
showTimeOfDay: boolean;
|
|
@@ -135,7 +128,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
135
128
|
defaultWaypointIndex: number;
|
|
136
129
|
defaultViewMode: string;
|
|
137
130
|
adminMode: boolean;
|
|
138
|
-
playerSettings:
|
|
131
|
+
playerSettings: PlayerSettings;
|
|
139
132
|
}, {}>;
|
|
140
133
|
export default _default;
|
|
141
134
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
export type PlayerSettings = {
|
|
2
|
+
temperature: number;
|
|
3
|
+
targetLuminance: number;
|
|
4
|
+
exposureFovScale: number;
|
|
5
|
+
UNREAL_BLOOM_ENABLED: boolean;
|
|
6
|
+
sharpenFilter_amount: number;
|
|
7
|
+
UNREAL_BLOOM_STRENGTH: number;
|
|
8
|
+
TRANSITION_MOVEMENT_SCALE: number;
|
|
9
|
+
whitePoint: [r: number, g: number, b: number];
|
|
10
|
+
lut: string;
|
|
11
|
+
};
|
|
12
|
+
export type FullPlayerSettingBaseOptions<T = string> = {
|
|
13
|
+
label: string;
|
|
14
|
+
type: string;
|
|
15
|
+
value: T;
|
|
16
|
+
};
|
|
17
|
+
export type FullPlayerSettingNumberOptions = FullPlayerSettingBaseOptions<number> & {
|
|
18
|
+
min: number;
|
|
19
|
+
max: number;
|
|
20
|
+
step: number;
|
|
21
|
+
};
|
|
22
|
+
export type FullPlayerSettingBooleanOptions = FullPlayerSettingBaseOptions<boolean>;
|
|
23
|
+
export type FullPlayerSettingLutOptions = FullPlayerSettingBaseOptions<string> & {
|
|
24
|
+
items: Array<{
|
|
25
|
+
text: string;
|
|
26
|
+
value: string;
|
|
27
|
+
}>;
|
|
28
|
+
};
|
|
29
|
+
export type FullPlayerSettings = {
|
|
30
|
+
temperature: FullPlayerSettingNumberOptions;
|
|
31
|
+
targetLuminance: FullPlayerSettingNumberOptions;
|
|
32
|
+
exposureFovScale: FullPlayerSettingNumberOptions;
|
|
33
|
+
UNREAL_BLOOM_ENABLED: FullPlayerSettingBooleanOptions;
|
|
34
|
+
sharpenFilter_amount: FullPlayerSettingNumberOptions;
|
|
35
|
+
UNREAL_BLOOM_STRENGTH: FullPlayerSettingNumberOptions;
|
|
36
|
+
TRANSITION_MOVEMENT_SCALE: FullPlayerSettingNumberOptions;
|
|
37
|
+
whitePoint: FullPlayerSettingBaseOptions;
|
|
38
|
+
lut: FullPlayerSettingLutOptions;
|
|
39
|
+
};
|
|
40
|
+
export type VirtualPlayerViewMode = 'virtualTour' | 'slideShow' | '';
|
|
41
|
+
export type ConfigJson = {
|
|
42
|
+
projectID: string;
|
|
43
|
+
defaultArchetypeID: string;
|
|
44
|
+
archetypes: Array<{
|
|
45
|
+
archetypeID: string;
|
|
46
|
+
description: {
|
|
47
|
+
en: string;
|
|
48
|
+
nb: string;
|
|
49
|
+
};
|
|
50
|
+
title: {
|
|
51
|
+
en: string;
|
|
52
|
+
nb: string;
|
|
53
|
+
};
|
|
54
|
+
}>;
|
|
55
|
+
has360: boolean;
|
|
56
|
+
version: number;
|
|
57
|
+
};
|
|
58
|
+
export type ApartmentJson = {
|
|
59
|
+
version: number;
|
|
60
|
+
id: string;
|
|
61
|
+
name: string;
|
|
62
|
+
type: string;
|
|
63
|
+
dayOfYear: number;
|
|
64
|
+
timeInHours: number;
|
|
65
|
+
offsetUTC: number;
|
|
66
|
+
latitude: number;
|
|
67
|
+
longitude: number;
|
|
68
|
+
defaultMinimap: any;
|
|
69
|
+
minimaps: Array<any>;
|
|
70
|
+
cameras: Array<{
|
|
71
|
+
id: string;
|
|
72
|
+
type: string;
|
|
73
|
+
floor_vertical_position: string;
|
|
74
|
+
title: string;
|
|
75
|
+
description: string;
|
|
76
|
+
floorLevel: number;
|
|
77
|
+
position: string;
|
|
78
|
+
rotation: string;
|
|
79
|
+
uposition: string;
|
|
80
|
+
urotation: string;
|
|
81
|
+
hasQA: boolean;
|
|
82
|
+
fieldOfView: number;
|
|
83
|
+
}>;
|
|
84
|
+
};
|
|
85
|
+
export type ThumbsJson = {
|
|
86
|
+
version: number;
|
|
87
|
+
id: string;
|
|
88
|
+
cameras: Array<{
|
|
89
|
+
v: string;
|
|
90
|
+
id: string;
|
|
91
|
+
title: string;
|
|
92
|
+
description: string;
|
|
93
|
+
thumbnail_url: string;
|
|
94
|
+
}>;
|
|
95
|
+
};
|
|
96
|
+
export type MiniMapJson = {
|
|
97
|
+
storeys: Array<{
|
|
98
|
+
position: {
|
|
99
|
+
x: number;
|
|
100
|
+
y: number;
|
|
101
|
+
z: number;
|
|
102
|
+
};
|
|
103
|
+
rotation: {
|
|
104
|
+
x: number;
|
|
105
|
+
y: number;
|
|
106
|
+
z: number;
|
|
107
|
+
};
|
|
108
|
+
fovY: number;
|
|
109
|
+
sunsimFiles: Array<string>;
|
|
110
|
+
sunsimFilesTimeStamps: Array<string>;
|
|
111
|
+
defaultSunsimFile: string;
|
|
112
|
+
}>;
|
|
113
|
+
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CdnFileResolverCallback } from '../../vue-components';
|
|
2
|
-
import { BuildingChooserConfig, BuildingChooserData } from '../../components/
|
|
3
|
-
|
|
2
|
+
import { BuildingChooserConfig, BuildingChooserData } from '../../components/buildingChooser/types';
|
|
3
|
+
|
|
4
|
+
export default class BuildingChooserResourceProvider {
|
|
4
5
|
private _cdnFileResolver;
|
|
5
6
|
private _resourceLoader;
|
|
6
7
|
constructor(cdnFileResolver: CdnFileResolverCallback);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as BuildingMap } from './BuildingMap';
|
|
2
|
-
export { default as
|
|
2
|
+
export { default as BuildingChooserResourceProvider } from './BuildingChooserResourceProvider';
|
|
3
3
|
export { default as CanvasRaster } from './CanvasRaster';
|
|
4
4
|
export { default as DayOfYearSelector } from './DayOfYearSelector';
|
|
5
5
|
export { default as SampleRaster } from './SampleRaster';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export default class ResourceLoader {
|
|
2
|
+
static loadText(url: string): Promise<string>;
|
|
2
3
|
static loadJson<T = any>(url: string): Promise<T>;
|
|
3
4
|
static loadImage(url: string): Promise<HTMLImageElement>;
|
|
4
5
|
static loadImageData(url: string): Promise<string>;
|
|
6
|
+
loadText(url: string): Promise<string>;
|
|
5
7
|
loadJson<T = any>(url: string): Promise<T>;
|
|
6
8
|
loadImage(url: string): Promise<HTMLImageElement>;
|
|
7
9
|
loadImageData(url: string): Promise<string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CameraSnapshot } from './CameraSnapshot';
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { VApartmentChooser, VBuildingChooser, VVirtualTour, VFloatingCard, VHoverProbe, VNorthDirection, VZoomBox } from './components';
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
import { VApartmentChooser, VApartmentChooserV5, VBuildingChooser, VBuildingChooserV5, VVirtualTour, VFloatingCard, VHoverProbe, VNorthDirection, VZoomBox } from './components';
|
|
3
3
|
import { ResourceLoader } from './lib';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
4
|
+
import { CdnFileResolverCallback, Color, ColorCallback, HoverState, I18NConfig, Pos } from './components/types';
|
|
5
|
+
import { ApartmentChooserDataInitializer, ApartmentChooserData, CanGoToUnitCallback, SceneData, UnitRenderer } from './components/apartmentChooser/types';
|
|
6
|
+
import { BuildingChooserData, BuildingChooserConfig, CanGoToBuildingCallback } from './components/buildingChooser/types';
|
|
7
|
+
import { ApartmentChooserDataV5 } from './components/apartmentChooser/v5/types';
|
|
8
|
+
import { BuildingChooserDataV5 } from './components/buildingChooser/v5/types';
|
|
9
|
+
import { ApartmentJson, ConfigJson, FullPlayerSettingBaseOptions, FullPlayerSettingBooleanOptions, FullPlayerSettingLutOptions, FullPlayerSettingNumberOptions, FullPlayerSettings, MiniMapJson, PlayerSettings, ThumbsJson, VirtualPlayerViewMode } from './components/virtualTour/types';
|
|
10
|
+
|
|
7
11
|
declare const _default: {
|
|
8
12
|
install: (app: App) => void;
|
|
9
13
|
};
|
|
10
14
|
export default _default;
|
|
11
|
-
export { VApartmentChooser, VBuildingChooser, VVirtualTour, VFloatingCard, VHoverProbe, VNorthDirection, VZoomBox, ResourceLoader, CdnFileResolverCallback, Color, ColorCallback, HoverState, I18NConfig, Pos, ApartmentChooserDataInitializer, ApartmentChooserData, CanGoToUnitCallback, SceneData, UnitRenderer, BuildingChooserData, BuildingChooserConfig, CanGoToBuildingCallback, };
|
|
15
|
+
export { VApartmentChooser, VApartmentChooserV5, VBuildingChooser, VBuildingChooserV5, VVirtualTour, VFloatingCard, VHoverProbe, VNorthDirection, VZoomBox, ResourceLoader, CdnFileResolverCallback, Color, ColorCallback, HoverState, I18NConfig, Pos, ApartmentChooserDataInitializer, ApartmentChooserData, CanGoToUnitCallback, SceneData, UnitRenderer, BuildingChooserData, BuildingChooserConfig, CanGoToBuildingCallback, ApartmentChooserDataV5, BuildingChooserDataV5, ApartmentJson, ConfigJson, FullPlayerSettingBaseOptions, FullPlayerSettingBooleanOptions, FullPlayerSettingLutOptions, FullPlayerSettingNumberOptions, FullPlayerSettings, MiniMapJson, PlayerSettings, ThumbsJson, VirtualPlayerViewMode, };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import VBuildingChooser from './components/
|
|
2
|
-
import VApartmentChooser from './components/apartmentChooser/VApartmentChooser.vue';
|
|
3
|
-
import VVirtualTour from './components/virtualTour/VVirtualTour.vue';
|
|
1
|
+
import { default as VBuildingChooser } from './components/buildingChooser/VBuildingChooser.vue';
|
|
2
|
+
import { default as VApartmentChooser } from './components/apartmentChooser/VApartmentChooser.vue';
|
|
3
|
+
import { default as VVirtualTour } from './components/virtualTour/VVirtualTour.vue';
|
|
4
|
+
|
|
4
5
|
export { VBuildingChooser, VApartmentChooser, VVirtualTour };
|
|
5
6
|
declare module 'vue' {
|
|
6
7
|
interface GlobalComponents {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media (hover: hover){.hover-check[data-v-eb9b348d]{display:none}}#canvas[data-v-392566da]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}#canvas-mask[data-v-392566da]{position:absolute;top:0;max-width:100%;z-index:4;-webkit-user-select:none;user-select:none}@media only screen and (min-width: 1280px){#canvas[data-v-392566da]{border-radius:10px}}#container[data-v-7f524ad6]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}.svg-container[data-v-7f524ad6]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-7f524ad6],svg[data-v-7f524ad6]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-7f524ad6] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}@media only screen and (min-width: 1280px){#canvas[data-v-7f524ad6]{border-radius:10px}}.v-btn[data-v-2c22490f]{background-color:#fff}.frame-container[data-v-66e34700]{position:relative;max-width:100%;top:0;left:0;bottom:185px;padding-top:56%;z-index:1;overflow:hidden}.frame-image[data-v-66e34700]{position:absolute;top:0;width:100%;height:100%}.frame-image img[data-v-66e34700]{min-width:100%;max-width:100%;z-index:0}#image-stack picture[data-v-66e34700]{visibility:hidden}#image-stack picture.show[data-v-66e34700]{visibility:visible}.fill-parent[data-v-66e34700]{position:absolute;top:0;bottom:0;left:0;right:0}.floating-card[data-v-0695e74f]{position:absolute;left:0;top:0;z-index:10;display:flex}.is-not-hoverable[data-v-0695e74f]{position:relative;width:100%}.top-left[data-v-0695e74f]{transform-origin:top left;transform:translate(8px) translateY(8px) scale(.9)}.top-right[data-v-0695e74f]{transform-origin:top right;transform:translate(-100%) translate(-8px) translateY(8px) scale(.9)}.bottom-left[data-v-0695e74f]{transform-origin:bottom left;transform:translateY(-100%) translate(8px) translateY(-8px) scale(.9)}.bottom-right[data-v-0695e74f]{transform-origin:bottom right;transform:translateY(-100%) translate(-100%) translate(-8px) translateY(-8px) scale(.9)}.v-dialog__content[data-v-0695e74f]{align-items:flex-start}.zoom-box-container[data-v-52f62ef2]{position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.zoom-box[data-v-52f62ef2]{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none}.interactive-viewer[data-v-74aaa446]{padding-top:56.65%;position:relative}.fill-parent[data-v-74aaa446]{position:absolute;top:0;bottom:0;left:0;right:0}.navigation[data-v-74aaa446]{position:absolute;width:100%;bottom:32px;z-index:99;padding:0 20px;display:flex;justify-content:center}@media only screen and (max-width: 600px){.navigation[data-v-74aaa446]{bottom:12px}}.sunsim-time-label[data-v-edaf3f94]{color:#000;vertical-align:top}.sunsim-date[data-v-edaf3f94]{background:#fff;border-radius:30px;min-height:36px;min-width:170px;display:flex;align-content:center;white-space:nowrap}.day-selector[data-v-edaf3f94]{margin-top:0}.day-selector[data-v-edaf3f94] .v-field__outline{display:none}.day-selector[data-v-edaf3f94] .v-field__input{padding-top:2px}.day-selector[data-v-edaf3f94] .v-field__append-inner{padding-top:5px!important}.day-selector.v-text-field[data-v-edaf3f94] .v-input__control>.v-input__slot:before{border-style:none}.day-selector.v-text-field[data-v-edaf3f94] .v-input__control>.v-input__slot:after{border-style:none}.sunsim-slider[data-v-edaf3f94] .v-slider-track__background{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}.sunsim-bar-wrapper[data-v-edaf3f94]{display:flex;position:absolute;width:60%;min-width:400px;top:12px;left:0;z-index:3;touch-action:none;pointer-events:none}.sunsim-wrapper[data-v-edaf3f94]{width:100%;background:#fff;border-radius:30px;padding:5px;min-height:16px;z-index:3}.sunsim-bar-wrapper .sunsim-date[data-v-edaf3f94]{margin-right:12px;margin-left:12px}.sunsim-wrapper[data-v-edaf3f94],.sunsim-date[data-v-edaf3f94]{touch-action:auto;pointer-events:all}.sunsim-wrapper .mdi-white-balance-sunny[data-v-edaf3f94]{color:#ffab02;vertical-align:baseline;font-size:20px}@media only screen and (max-width: 980px) and (min-width: 500px){.sunsim-bar-wrapper[data-v-edaf3f94]{top:101%;width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-edaf3f94]{margin-left:0}}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){.sunsim-bar-wrapper[data-v-edaf3f94]{top:calc(100% + 8px);width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-edaf3f94]{margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-edaf3f94],.sunsim-bar-wrapper .sunsim-wrapper[data-v-edaf3f94]{box-shadow:0 0 7px 1px #aaa}}@media only screen and (max-width: 500px){.sunsim-bar-wrapper[data-v-edaf3f94]{height:calc(100% + 84px);top:0;width:100%;flex-direction:column;justify-content:space-between;margin:-42px 0 0;padding:0;left:0;z-index:0;min-width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-edaf3f94]{margin-right:0;margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-edaf3f94],.sunsim-bar-wrapper .sunsim-wrapper[data-v-edaf3f94]{width:100%;border-radius:0;left:0;margin-left:0!important;box-shadow:0 0 7px 1px #aaa}}.image-instance[data-v-73c4ef98]{position:absolute;width:100%;opacity:0}.image-instance.active[data-v-73c4ef98]{opacity:1}.north-indicator[data-v-998cfe67]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-998cfe67]{position:relative}.image-instances[data-v-998cfe67]{position:relative;width:100%;height:100%}canvas[data-v-998cfe67]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-998cfe67]{position:absolute;top:0;bottom:0;left:0;right:0}.svg-container[data-v-998cfe67]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-998cfe67],svg[data-v-998cfe67]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-998cfe67] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}svg g.restricted[data-v-998cfe67] path{cursor:default!important}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-998cfe67]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-998cfe67]{margin-top:44px;margin-bottom:44px}}.overlay[data-v-b00555cd]{z-index:1!important;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.north-indicator[data-v-b492a73b]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-b492a73b]{position:relative}.image-instances[data-v-b492a73b]{position:relative;width:100%;height:100%}canvas[data-v-b492a73b]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-b492a73b]{position:absolute;top:0;bottom:0;left:0;right:0}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-b492a73b]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-b492a73b]{margin-top:44px;margin-bottom:44px}}#player-wrapper[data-v-54e6a7ef]{position:relative;width:100%;height:100%}#player-sizer[data-v-54e6a7ef]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}div#main-canvas[data-v-54e6a7ef]{width:100%;height:100%}.player-control[data-v-54e6a7ef]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-54e6a7ef]{top:10px;left:10px}#controls-top-center[data-v-54e6a7ef]{top:10px;left:50%;transform:translate(-50%);z-index:4;flex-direction:column}#controls-top-right[data-v-54e6a7ef]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-54e6a7ef]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-54e6a7ef]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-54e6a7ef]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-54e6a7ef]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-54e6a7ef]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-54e6a7ef]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.v-card[data-v-ad2125d1]{transition:box-shadow .3s ease-in-out;border:2px solid transparent}[data-v-ad2125d1] .v-slide-group__content{justify-content:center}[data-v-ad2125d1] .v-slide-group__next--disabled,[data-v-ad2125d1] .v-slide-group__prev--disabled{pointer-events:all!important}.carousel-button[data-v-ad2125d1]{height:108px!important;min-width:54px!important;padding:0!important;z-index:2;background-color:#fff!important;border:2px solid #d2d2d2;color:#d2d2d2!important}.carousel-button.mobile[data-v-ad2125d1]{height:58px!important;min-width:38px!important}.carousel-button[data-v-ad2125d1]:hover{border:2px solid #999!important;color:#999!important}.carousel-button[data-v-ad2125d1]:hover:before,.carousel-button[data-v-ad2125d1]:hover:after{background-color:#fff!important}.align-baseline[data-v-ad2125d1]{align-items:baseline}.active-apt[data-v-ad2125d1]{border:4px solid #4caf50!important}.v-image[data-v-ad2125d1]{border-radius:0!important}.btn-placeholder[data-v-82187b23]{width:36px;height:36px}.v-btn[data-v-82187b23]{background-color:#fff;pointer-events:all;cursor:auto}.floor-level-label[data-v-82187b23]{text-transform:capitalize}#share-btns-wrapper button[data-v-66122fea]{margin:0 8px}.v-btn[data-v-66122fea]{background-color:#fff;pointer-events:all}.v-image[data-v-cc96ef5c]{background-color:#aaa}.interior-selector-list[data-v-cc96ef5c]{box-shadow:none!important;padding:10px;background:transparent!important}.interior-selector-list-item[data-v-cc96ef5c]{padding:0;padding-inline-start:0!important;background-color:#fff;border:2px solid #fff;transition:transform .2s cubic-bezier(.17,.67,.83,.67);margin-top:10px}.interior-selector-list-item[data-v-cc96ef5c]:hover{transform:translate(-5px);border:2px solid #4caf50}.interior-selector-list-item .v-list-item-title[data-v-cc96ef5c]{word-break:break-word}.compass-needle{transition:transform .5s;transition-timing-function:ease-out}.img-div[data-v-3e99d275]{position:absolute;display:block;height:100%;width:100%;background-size:cover;background-position:center center;z-index:2;left:0;top:0}.static-image-wrapper[data-v-3e99d275]{background:#fff}.clock-face[data-v-9a5f102b]{margin-left:10px;height:50px;width:50px;background-color:#fff;border-radius:50%}.clock-value[data-v-9a5f102b]{font-size:11px}.clock-icon[data-v-9a5f102b]{width:18px}.disclaimer[data-v-28008b18]{padding:4px 10px;text-align:center;background-color:#00000040;border-radius:5px;line-height:20px}.disclaimer span[data-v-28008b18]{cursor:pointer;color:#fff;text-decoration:underline;pointer-events:all}.tutorial[data-v-53c0bb27]{color:#000;padding:10px;text-align:center;background-color:#fff;border-radius:5px;line-height:20px}.tutorial-icon[data-v-53c0bb27]{border:1.5px solid #e0e0e0;border-radius:5px;width:140px;height:75px}.text[data-v-53c0bb27]{font-size:.8em;line-height:1}.box.col[data-v-53c0bb27]{max-width:180px!important}.tablet-mobile-content[data-v-53c0bb27]{min-width:240px}.box.horizontal[data-v-53c0bb27]{display:flex;align-items:center}.tablet-mobile-content .tutorial-icon[data-v-53c0bb27]{width:100px;height:65px}.tablet-mobile-content .text[data-v-53c0bb27]{text-align:left}.tutorial-buttons .v-messages{display:none!important}.settings-panel[data-v-a28b3f8d]{min-width:500px;height:500px;overflow-y:scroll}form#settings-ui-form[data-v-a28b3f8d]{background:#fff9;border-radius:5px;padding:10px}#settings-ui-form .form-inputs[data-v-a28b3f8d]{height:60vh;overflow-y:scroll;padding-bottom:50px;scrollbar-color:#0c0e4a transparent;scrollbar-width:thin;padding-right:20px}.stop1{stop-color:#fff}.stop2{stop-color:#fff;stop-opacity:0}.stop3{stop-color:transparent}.minimap-container[data-v-503cace2]{position:relative}.web-minimap[data-v-503cace2]{position:relative;width:512px;height:385px;overflow:hidden;transition:transform .5s ease-in}@media (max-width: 650px){.web-minimap[data-v-503cace2]{scale:.7}}@media (max-width: 480px){.web-minimap[data-v-503cace2]{scale:.5}}.minimap-background-image[data-v-503cace2]{position:absolute;width:100%;height:100%}.single-camera-marker[data-v-503cace2]{position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;z-index:2;transform:translate(-50%,-50%);border:0px}.rotation-marker-component[data-v-503cace2]{z-index:3;position:absolute;width:80px;height:80px;transform:translate(-50%,-50%)}.center-pivot[data-v-503cace2]{position:absolute;width:100%;height:100%}#moveableDiv[data-v-06db6e63]{position:fixed;z-index:15;background-color:#fff;border:1px solid #d3d3d3}#moveableDivHeader[data-v-06db6e63]{cursor:move;z-index:10}.big[data-v-06db6e63]{width:512px;height:440px;top:50%;left:50%;transform:translate(-50%,-50%)}.small[data-v-06db6e63]{width:250px;height:300px;bottom:10px;right:10px;transform:translate(0)}.sizer[data-v-06db6e63]{overflow:hidden;min-width:250px;min-height:300px;max-width:700px;max-height:531px}.resize-icon[data-v-06db6e63]{position:absolute;top:5px;right:5px;z-index:11}.rotate-icon[data-v-06db6e63]{position:absolute;top:5px;right:45px;z-index:12}.close-icon[data-v-06db6e63]{position:absolute;top:5px;left:5px;z-index:11}.moveable-body[data-v-06db6e63]{z-index:1}.moveable-footer[data-v-06db6e63]{width:100%;height:50px;margin-bottom:10px;background:#fff;z-index:2}.filler-div[data-v-06db6e63]{display:none}@media only screen and (max-width: 600px){.sizer[data-v-06db6e63]{overflow:hidden;max-width:90%;max-height:80vh}}.minimap-compass[data-v-cdeea259]{width:50px}.ss-wrapper[data-v-daf8e1d9]{display:flex;flex-direction:row;justify-content:space-between;margin:0 10px;position:relative;z-index:100}.sun-icon[data-v-daf8e1d9]{width:10%}.slider[data-v-daf8e1d9]{display:flex;flex-direction:column;flex:1 1 auto;padding:3px 0}i.v-icon.notranslate.mdi.mdi-white-balance-sunny.theme--light[data-v-daf8e1d9]{font-size:40px;color:#ffab02;padding:5px}.time-label[data-v-daf8e1d9]{padding:0;display:inline-block;margin-top:-10px;margin-left:50px}.minimap-compass[data-v-b903220b]{position:absolute;right:5px;top:50px;z-index:11}.compass-wrapper[data-v-31936b2f]{width:50px}.player-and-components-wrapper[data-v-31936b2f]{position:relative;width:100%;height:100%}.static-image[data-v-31936b2f]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-31936b2f]{background:#fff}.waypoint-carousel.full-screen[data-v-31936b2f]{scale:.5}div#controls-bottom-center>div[data-v-31936b2f]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-31936b2f]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-31936b2f]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-31936b2f]{display:none}}.settings-panel[data-v-31936b2f]{position:absolute;top:0;left:0;z-index:10;width:500px;transform:scale(.8);transform-origin:left}.virtual-tour-wrapper[data-v-31936b2f]{width:100%;height:100%}.v-player[data-v-31936b2f]{width:100%;height:calc(100% - 100px)}.waypoint-carousel.below-player[data-v-31936b2f]{position:relative;height:50px}
|
|
1
|
+
@media (hover: hover){.hover-check[data-v-eb9b348d]{display:none}}#canvas[data-v-27d7323f]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}#canvas-mask[data-v-27d7323f]{position:absolute;top:0;max-width:100%;z-index:4;-webkit-user-select:none;user-select:none}@media only screen and (min-width: 1280px){#canvas[data-v-27d7323f]{border-radius:10px}}#container[data-v-e6c054c7]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}.svg-container[data-v-e6c054c7]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-e6c054c7],svg[data-v-e6c054c7]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-e6c054c7] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}@media only screen and (min-width: 1280px){#canvas[data-v-e6c054c7]{border-radius:10px}}.v-btn[data-v-44ed308e]{background-color:#fff}.frame-container[data-v-0c291cb9]{position:relative;max-width:100%;top:0;left:0;bottom:185px;padding-top:56%;z-index:1;overflow:hidden}.frame-image[data-v-0c291cb9]{position:absolute;top:0;width:100%;height:100%}.frame-image img[data-v-0c291cb9]{min-width:100%;max-width:100%;z-index:0}#image-stack picture[data-v-0c291cb9]{visibility:hidden}#image-stack picture.show[data-v-0c291cb9]{visibility:visible}.fill-parent[data-v-0c291cb9]{position:absolute;top:0;bottom:0;left:0;right:0}.floating-card[data-v-7d5e6067]{position:absolute;left:0;top:0;z-index:10;display:flex;transition:transform .1s ease-in-out}.is-not-hoverable[data-v-7d5e6067]{position:relative;width:100%}.v-dialog__content[data-v-7d5e6067]{align-items:flex-start}.zoom-box-container[data-v-e5638bde]{width:100%;height:100%;left:0;top:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.zoom-box[data-v-e5638bde]{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none}.interactive-viewer[data-v-74aaa446]{padding-top:56.65%;position:relative}.fill-parent[data-v-74aaa446]{position:absolute;top:0;bottom:0;left:0;right:0}.navigation[data-v-74aaa446]{position:absolute;width:100%;bottom:32px;z-index:99;padding:0 20px;display:flex;justify-content:center}@media only screen and (max-width: 600px){.navigation[data-v-74aaa446]{bottom:12px}}img[data-v-3a3ec4fe]{position:relative;display:block;z-index:1}img[data-v-10ab7bee]{position:relative;display:block;z-index:3}.top-left[data-v-10ab7bee]{top:0;left:0}.small[data-v-cb62dcc2]{font-size:80%}.top-left[data-v-184679d3]{top:0;left:0}div[data-v-184679d3] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-184679d3]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-184679d3]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-184679d3],.v-leave-to[data-v-184679d3]{opacity:0}.v-leave-from[data-v-184679d3],.v-enter-to[data-v-184679d3]{opacity:1}.top-left[data-v-fa2659e6]{top:0;left:0}.bottom-right[data-v-fa2659e6]{bottom:8px;right:8px}.v-enter-from[data-v-fa2659e6]{opacity:0}.v-enter-active[data-v-fa2659e6]{transition:opacity .5s ease}.v-enter-to[data-v-fa2659e6]{opacity:1}.actions-bar[data-v-fa2659e6]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-fa2659e6]:hover{opacity:1}.sunsim-time-label[data-v-d5a3d3f8]{color:#000;vertical-align:top}.sunsim-date[data-v-d5a3d3f8]{background:#fff;border-radius:30px;min-height:36px;min-width:170px;display:flex;align-content:center;white-space:nowrap}.day-selector[data-v-d5a3d3f8]{margin-top:0}.day-selector[data-v-d5a3d3f8] .v-field__outline{display:none}.day-selector[data-v-d5a3d3f8] .v-field__input{padding-top:2px}.day-selector[data-v-d5a3d3f8] .v-field__append-inner{padding-top:5px!important}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:before{border-style:none}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:after{border-style:none}.sunsim-slider[data-v-d5a3d3f8] .v-slider-track__background{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}.sunsim-bar-wrapper[data-v-d5a3d3f8]{display:flex;position:absolute;width:60%;min-width:400px;top:12px;left:0;z-index:3;touch-action:none;pointer-events:none}.sunsim-wrapper[data-v-d5a3d3f8]{width:100%;background:#fff;border-radius:30px;padding:5px;min-height:16px;z-index:3}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:12px;margin-left:12px}.sunsim-wrapper[data-v-d5a3d3f8],.sunsim-date[data-v-d5a3d3f8]{touch-action:auto;pointer-events:all}.sunsim-wrapper .mdi-white-balance-sunny[data-v-d5a3d3f8]{color:#ffab02;vertical-align:baseline;font-size:20px}@media only screen and (max-width: 980px) and (min-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:101%;width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:calc(100% + 8px);width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{box-shadow:0 0 7px 1px #aaa}}@media only screen and (max-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{height:calc(100% + 84px);top:0;width:100%;flex-direction:column;justify-content:space-between;margin:-42px 0 0;padding:0;left:0;z-index:0;min-width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:0;margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{width:100%;border-radius:0;left:0;margin-left:0!important;box-shadow:0 0 7px 1px #aaa}}.image-instance[data-v-8d357c5f]{position:absolute;width:100%;opacity:0}.image-instance.active[data-v-8d357c5f]{opacity:1}.north-indicator[data-v-5e1006a9]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-5e1006a9]{position:relative}.image-instances[data-v-5e1006a9]{position:relative;width:100%;height:100%}canvas[data-v-5e1006a9]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-5e1006a9]{position:absolute;top:0;bottom:0;left:0;right:0}.svg-container[data-v-5e1006a9]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-5e1006a9],svg[data-v-5e1006a9]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-5e1006a9] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}svg g.restricted[data-v-5e1006a9] path{cursor:default!important}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-5e1006a9]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-5e1006a9]{margin-top:44px;margin-bottom:44px}}.overlay[data-v-9e4cdd0e]{z-index:1!important;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.north-indicator[data-v-088f521e]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-088f521e]{position:relative}.image-instances[data-v-088f521e]{position:relative;width:100%;height:100%}canvas[data-v-088f521e]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-088f521e]{position:absolute;top:0;bottom:0;left:0;right:0}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-088f521e]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-088f521e]{margin-top:44px;margin-bottom:44px}}img[data-v-9dac974a]{position:relative;display:block;z-index:1}.small[data-v-2c27d93d]{font-size:80%}.top-left[data-v-716edc4c]{top:0;left:0}div[data-v-716edc4c] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-716edc4c]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-716edc4c]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-716edc4c],.v-leave-to[data-v-716edc4c]{opacity:0}.v-leave-from[data-v-716edc4c],.v-enter-to[data-v-716edc4c]{opacity:1}.top-left[data-v-650a5e31]{top:0;left:0}.bottom-right[data-v-650a5e31]{bottom:8px;right:8px}.v-enter-from[data-v-650a5e31]{opacity:0}.v-enter-active[data-v-650a5e31]{transition:opacity .5s ease}.v-enter-to[data-v-650a5e31]{opacity:1}.actions-bar[data-v-650a5e31]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-650a5e31]:hover{opacity:1}#player-wrapper[data-v-434c2592]{position:relative;width:100%;height:100%}#player-sizer[data-v-434c2592]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}div#main-canvas[data-v-434c2592]{width:100%;height:100%}.player-control[data-v-434c2592]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-434c2592]{top:10px;left:10px}#controls-top-center[data-v-434c2592]{top:10px;left:50%;transform:translate(-50%);z-index:4;flex-direction:column}#controls-top-right[data-v-434c2592]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-434c2592]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-434c2592]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-434c2592]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-434c2592]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-434c2592]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-434c2592]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.btn-placeholder[data-v-5ce91d8e]{width:36px;height:36px}.v-btn[data-v-5ce91d8e]{background-color:#fff;pointer-events:all;cursor:auto}.floor-level-label[data-v-5ce91d8e]{text-transform:capitalize}.v-image[data-v-89fbc381]{background-color:#aaa}.interior-selector-list[data-v-89fbc381]{box-shadow:none!important;padding:10px;background:transparent!important}.interior-selector-list-item[data-v-89fbc381]{padding:0;padding-inline-start:0!important;background-color:#fff;border:2px solid #fff;transition:transform .2s cubic-bezier(.17,.67,.83,.67);margin-top:10px}.interior-selector-list-item[data-v-89fbc381]:hover{transform:translate(-5px);border:2px solid #4caf50}.interior-selector-list-item .v-list-item-title[data-v-89fbc381]{word-break:break-word}.compass-needle{transition:transform .5s;transition-timing-function:ease-out}.clock-face[data-v-9a5f102b]{margin-left:10px;height:50px;width:50px;background-color:#fff;border-radius:50%}.clock-value[data-v-9a5f102b]{font-size:11px}.clock-icon[data-v-9a5f102b]{width:18px}.tutorial[data-v-b9eb5380]{color:#000;padding:10px;text-align:center;background-color:#fff;border-radius:5px;line-height:20px}.tutorial-icon[data-v-b9eb5380]{border:1.5px solid #e0e0e0;border-radius:5px;width:140px;height:75px}.text[data-v-b9eb5380]{font-size:.8em;line-height:1}.box.col[data-v-b9eb5380]{max-width:180px!important}.tablet-mobile-content[data-v-b9eb5380]{min-width:240px}.box.horizontal[data-v-b9eb5380]{display:flex;align-items:center}.tablet-mobile-content .tutorial-icon[data-v-b9eb5380]{width:100px;height:65px}.tablet-mobile-content .text[data-v-b9eb5380]{text-align:left}.tutorial-buttons .v-messages[data-v-b9eb5380]{display:none!important}.settings-panel[data-v-bd4f66c3]{min-width:500px;height:500px;overflow-y:scroll}form#settings-ui-form[data-v-bd4f66c3]{background:#fff9;border-radius:5px;padding:10px}#settings-ui-form .form-inputs[data-v-bd4f66c3]{height:60vh;overflow-y:scroll;padding-bottom:50px;scrollbar-color:#0c0e4a transparent;scrollbar-width:thin;padding-right:20px}#moveableDiv[data-v-30593022]{position:fixed;z-index:15;background-color:#fff;border:1px solid #d3d3d3}#moveableDivHeader[data-v-30593022]{cursor:move;z-index:10}.big[data-v-30593022]{width:512px;height:440px;top:50%;left:50%;transform:translate(-50%,-50%)}.small[data-v-30593022]{width:250px;height:300px;bottom:10px;right:10px;transform:translate(0)}.sizer[data-v-30593022]{overflow:hidden;min-width:250px;min-height:300px;max-width:700px;max-height:531px}.resize-icon[data-v-30593022]{position:absolute;top:5px;right:5px;z-index:11}.rotate-icon[data-v-30593022]{position:absolute;top:5px;right:45px;z-index:12}.close-icon[data-v-30593022]{position:absolute;top:5px;left:5px;z-index:11}.moveable-body[data-v-30593022]{z-index:1}.moveable-footer[data-v-30593022]{width:100%;height:50px;margin-bottom:10px;background:#fff;z-index:2}.filler-div[data-v-30593022]{display:none}@media only screen and (max-width: 600px){.sizer[data-v-30593022]{overflow:hidden;max-width:90%;max-height:80vh}}.stop1{stop-color:#fff}.stop2{stop-color:#fff;stop-opacity:0}.stop3{stop-color:transparent}.minimap-container[data-v-1a6129d7]{position:relative}.web-minimap[data-v-1a6129d7]{position:relative;width:512px;height:385px;overflow:hidden;transition:transform .5s ease-in}@media (max-width: 650px){.web-minimap[data-v-1a6129d7]{scale:.7}}@media (max-width: 480px){.web-minimap[data-v-1a6129d7]{scale:.5}}.minimap-background-image[data-v-1a6129d7]{position:absolute;width:100%;height:100%}.single-camera-marker[data-v-1a6129d7]{position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;z-index:2;transform:translate(-50%,-50%);border:0px}.rotation-marker-component[data-v-1a6129d7]{z-index:3;position:absolute;width:80px;height:80px;transform:translate(-50%,-50%)}.center-pivot[data-v-1a6129d7]{position:absolute;width:100%;height:100%}.minimap-compass[data-v-552c1d19]{width:50px}.ss-wrapper[data-v-b2f12eb0]{display:flex;flex-direction:row;justify-content:space-between;margin:0 10px;position:relative;z-index:100}.sun-icon[data-v-b2f12eb0]{width:10%}.slider[data-v-b2f12eb0]{display:flex;flex-direction:column;flex:1 1 auto;padding:3px 0}i.v-icon.notranslate.mdi.mdi-white-balance-sunny.theme--light[data-v-b2f12eb0]{font-size:40px;color:#ffab02;padding:5px}.time-label[data-v-b2f12eb0]{padding:0;display:inline-block;margin-top:-10px;margin-left:50px}.minimap-compass[data-v-898e645b]{position:absolute;right:5px;top:50px;z-index:11}.disclaimer[data-v-046402dc]{padding:4px 10px;text-align:center;background-color:#00000040;border-radius:5px;line-height:20px}.disclaimer span[data-v-046402dc]{cursor:pointer;color:#fff;text-decoration:underline;pointer-events:all}.v-card[data-v-45edaf7a]{transition:box-shadow .3s ease-in-out;border:2px solid transparent}[data-v-45edaf7a] .v-slide-group__content{justify-content:center}[data-v-45edaf7a] .v-slide-group__next--disabled,[data-v-45edaf7a] .v-slide-group__prev--disabled{pointer-events:all!important}.carousel-button[data-v-45edaf7a]{height:108px!important;min-width:54px!important;padding:0!important;z-index:2;background-color:#fff!important;border:2px solid #d2d2d2;color:#d2d2d2!important}.carousel-button.mobile[data-v-45edaf7a]{height:58px!important;min-width:38px!important}.carousel-button[data-v-45edaf7a]:hover{border:2px solid #999!important;color:#999!important}.carousel-button[data-v-45edaf7a]:hover:before,.carousel-button[data-v-45edaf7a]:hover:after{background-color:#fff!important}.align-baseline[data-v-45edaf7a]{align-items:baseline}.active-apt[data-v-45edaf7a]{border:4px solid #4caf50!important}.v-image[data-v-45edaf7a]{border-radius:0!important}#share-btns-wrapper button[data-v-b6e473f1]{margin:0 8px}.v-btn[data-v-b6e473f1]{background-color:#fff;pointer-events:all}.img-div[data-v-31489804]{position:absolute;display:block;height:100%;width:100%;background-size:cover;background-position:center center;z-index:2;left:0;top:0}.static-image-wrapper[data-v-31489804]{background:#fff}.compass-wrapper[data-v-26ecf6ea]{width:50px}.player-and-components-wrapper[data-v-26ecf6ea]{position:relative;width:100%;height:100%}.static-image[data-v-26ecf6ea]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-26ecf6ea]{background:#fff}.waypoint-carousel.full-screen[data-v-26ecf6ea]{scale:.5}div#controls-bottom-center>div[data-v-26ecf6ea]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-26ecf6ea]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-26ecf6ea]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-26ecf6ea]{display:none}}.settings-panel[data-v-26ecf6ea]{position:absolute;top:0;left:0;z-index:10;width:500px;transform:scale(.8);transform-origin:left}.virtual-tour-wrapper[data-v-26ecf6ea]{width:100%;height:100%}.v-player[data-v-26ecf6ea]{width:100%;height:calc(100% - 100px)}.waypoint-carousel.below-player[data-v-26ecf6ea]{position:relative;height:50px}#player-wrapper[data-v-08ae2306]{position:relative;overflow:hidden}#player-sizer[data-v-08ae2306]{display:flex;justify-content:center;align-items:center;overflow:hidden}.player-control[data-v-08ae2306]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-08ae2306]{top:10px;left:10px}#controls-top-center[data-v-08ae2306]{top:10px;left:50%;transform:translate(-50%);z-index:4}#controls-top-right[data-v-08ae2306]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-08ae2306]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-08ae2306]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-08ae2306]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-08ae2306]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-08ae2306]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-08ae2306]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.compass-wrapper[data-v-0cb1b226]{width:50px}.player-and-components-wrapper[data-v-0cb1b226]{position:relative}.static-image[data-v-0cb1b226]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-0cb1b226]{background:#fff}.waypoint-carousel.full-screen[data-v-0cb1b226]{scale:.5}div#controls-bottom-center>div[data-v-0cb1b226]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-0cb1b226]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-0cb1b226]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-0cb1b226]{display:none}}.minimap-compass[data-v-03a5584c]{position:absolute;right:5px;top:50px;z-index:11}
|