@qispace/vue3-player 0.1.67 → 0.1.69

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.
Files changed (52) hide show
  1. package/dist/vue-components/src/components/apartmentChooser/VApartmentChooser.vue.d.ts +5 -5
  2. package/dist/vue-components/src/components/apartmentChooser/index.d.ts +1 -1
  3. package/dist/vue-components/src/components/apartmentChooser/types/ApartmentChooserDataLegacy.d.ts +14 -0
  4. package/dist/vue-components/src/components/apartmentChooser/types.d.ts +7 -16
  5. package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5Camera.vue.d.ts +1 -1
  6. package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5CameraDay.vue.d.ts +1 -1
  7. package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5CameraDayTimeSample.vue.d.ts +1 -1
  8. package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5Overlay.vue.d.ts +1 -1
  9. package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5Transition.vue.d.ts +1 -1
  10. package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5UiCamera.vue.d.ts +2 -1
  11. package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5UiDay.vue.d.ts +1 -1
  12. package/dist/vue-components/src/components/apartmentChooser/v5/VApartmentChooserV5UiTimeSample.vue.d.ts +1 -1
  13. package/dist/vue-components/src/components/apartmentChooser/v5/convertApartmentChooserDataLegacyToV5.d.ts +4 -0
  14. package/dist/vue-components/src/components/apartmentChooser/v5/types/ApartmentChooserDataV5.d.ts +41 -0
  15. package/dist/vue-components/src/components/apartmentChooser/v5/types.d.ts +3 -41
  16. package/dist/vue-components/src/components/buildingChooser/VBuildingChooser.vue.d.ts +3 -3
  17. package/dist/vue-components/src/components/buildingChooser/VBuildingChooserRaster.vue.d.ts +3 -3
  18. package/dist/vue-components/src/components/buildingChooser/VBuildingChooserSvg.vue.d.ts +3 -3
  19. package/dist/vue-components/src/components/buildingChooser/index.d.ts +1 -1
  20. package/dist/vue-components/src/components/buildingChooser/types/BuildingChooserDataLegacy.d.ts +24 -0
  21. package/dist/vue-components/src/components/buildingChooser/types.d.ts +9 -38
  22. package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5Camera.vue.d.ts +1 -1
  23. package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5CameraDay.vue.d.ts +1 -1
  24. package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5CameraDayTimeSample.vue.d.ts +1 -1
  25. package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5Overlay.vue.d.ts +1 -1
  26. package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5UiCamera.vue.d.ts +2 -1
  27. package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5UiDay.vue.d.ts +1 -1
  28. package/dist/vue-components/src/components/buildingChooser/v5/VBuildingChooserV5UiTimeSample.vue.d.ts +1 -1
  29. package/dist/vue-components/src/components/buildingChooser/v5/convertBuildingChooserDataLegacyToV5.d.ts +3 -0
  30. package/dist/vue-components/src/components/buildingChooser/v5/types/BuildingChooserDataV5.d.ts +33 -0
  31. package/dist/vue-components/src/components/buildingChooser/v5/types.d.ts +3 -65
  32. package/dist/vue-components/src/components/structureChooser/VStructureChooser.vue.d.ts +96 -0
  33. package/dist/vue-components/src/components/structureChooser/VStructureChooserCamera.vue.d.ts +22 -0
  34. package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDay.vue.d.ts +22 -0
  35. package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDayTimeSample.vue.d.ts +22 -0
  36. package/dist/vue-components/src/components/structureChooser/VStructureChooserOverlay.vue.d.ts +34 -0
  37. package/dist/vue-components/src/components/structureChooser/VStructureChooserTransition.vue.d.ts +22 -0
  38. package/dist/vue-components/src/components/structureChooser/VStructureChooserUiCamera.vue.d.ts +26 -0
  39. package/dist/vue-components/src/components/structureChooser/VStructureChooserUiDay.vue.d.ts +25 -0
  40. package/dist/vue-components/src/components/structureChooser/VStructureChooserUiRotator.vue.d.ts +48 -0
  41. package/dist/vue-components/src/components/structureChooser/VStructureChooserUiTimeSample.vue.d.ts +25 -0
  42. package/dist/vue-components/src/components/structureChooser/convertStructureChooserDataLegacyToV5.d.ts +3 -0
  43. package/dist/vue-components/src/components/structureChooser/types/StructureChooserData.d.ts +43 -0
  44. package/dist/vue-components/src/components/structureChooser/types.d.ts +17 -0
  45. package/dist/vue-components/src/lib/buildingChooser/BuildingChooserResourceProvider.d.ts +8 -8
  46. package/dist/vue-components/src/vue-components.d.ts +9 -6
  47. package/dist/vue-components/style.css +1 -1
  48. package/dist/vue-components/vue3-player.js +3690 -2647
  49. package/dist/vue-components/vue3-player.umd.cjs +1 -1
  50. package/package.json +1 -1
  51. package/dist/vue-components/src/components/apartmentChooser/v5/ApartmentChooserV1ToV5.d.ts +0 -4
  52. package/dist/vue-components/src/components/buildingChooser/v5/BuildingChooserV1ToV5.d.ts +0 -3
@@ -0,0 +1,96 @@
1
+ import { StructureChooserData } from './types';
2
+ import { ColorCallback, CdnFileResolverCallback, I18NConfig, Pos } from '../types';
3
+
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
+ structureChooserData: StructureChooserData;
6
+ cdnFileResolver: CdnFileResolverCallback;
7
+ colorCallback?: ColorCallback;
8
+ i18nConfig?: I18NConfig;
9
+ customOverlayContent?: string;
10
+ selectedId?: string;
11
+ defaultCamera?: string;
12
+ defaultDay?: number;
13
+ defaultTime?: number;
14
+ renderDisplay?: (structureId: string) => string;
15
+ mobileBreakpoint?: number;
16
+ }>, {
17
+ colorCallback: () => {
18
+ r: number;
19
+ g: number;
20
+ b: number;
21
+ a: number;
22
+ s: number;
23
+ };
24
+ mobileBreakpoint: number;
25
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
+ onError: (error: Error) => void;
27
+ onClick: (structureId: string, goToScene: () => void) => void;
28
+ onHoverOver: (structureId: string) => void;
29
+ onHoverOut: (structureId: string) => void;
30
+ onMouseMove: (mouseEvent: MouseEvent, pos?: Pos) => void;
31
+ onInitialize: () => void;
32
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
33
+ structureChooserData: StructureChooserData;
34
+ cdnFileResolver: CdnFileResolverCallback;
35
+ colorCallback?: ColorCallback;
36
+ i18nConfig?: I18NConfig;
37
+ customOverlayContent?: string;
38
+ selectedId?: string;
39
+ defaultCamera?: string;
40
+ defaultDay?: number;
41
+ defaultTime?: number;
42
+ renderDisplay?: (structureId: string) => string;
43
+ mobileBreakpoint?: number;
44
+ }>, {
45
+ colorCallback: () => {
46
+ r: number;
47
+ g: number;
48
+ b: number;
49
+ a: number;
50
+ s: number;
51
+ };
52
+ mobileBreakpoint: number;
53
+ }>>> & {
54
+ onOnClick?: (structureId: string, goToScene: () => void) => any;
55
+ onOnHoverOver?: (structureId: string) => any;
56
+ onOnHoverOut?: (structureId: string) => any;
57
+ onOnError?: (error: Error) => any;
58
+ onOnMouseMove?: (mouseEvent: MouseEvent, pos?: Pos) => any;
59
+ onOnInitialize?: () => any;
60
+ }, {
61
+ colorCallback: ColorCallback;
62
+ mobileBreakpoint: number;
63
+ }, {}>, Readonly<{
64
+ popup(props: {
65
+ hoverId: string;
66
+ hoverable: boolean;
67
+ }): any;
68
+ }> & {
69
+ popup(props: {
70
+ hoverId: string;
71
+ hoverable: boolean;
72
+ }): any;
73
+ }>;
74
+ export default _default;
75
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
76
+ type __VLS_TypePropsToRuntimeProps<T> = {
77
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
78
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
79
+ } : {
80
+ type: import('vue').PropType<T[K]>;
81
+ required: true;
82
+ };
83
+ };
84
+ type __VLS_WithDefaults<P, D> = {
85
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
86
+ default: D[K];
87
+ }> : P[K];
88
+ };
89
+ type __VLS_Prettify<T> = {
90
+ [K in keyof T]: T[K];
91
+ } & {};
92
+ type __VLS_WithTemplateSlots<T, S> = T & {
93
+ new (): {
94
+ $slots: S;
95
+ };
96
+ };
@@ -0,0 +1,22 @@
1
+ import { StructureChooserDataCameraDayTimeSample, StructureChooserDataCameraStill } from './types/StructureChooserData';
2
+ import { CdnFileResolverCallback } from '../types';
3
+
4
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
+ cameraData: StructureChooserDataCameraStill;
6
+ cdnFileResolver: CdnFileResolverCallback;
7
+ currentTime: StructureChooserDataCameraDayTimeSample;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ cameraData: StructureChooserDataCameraStill;
10
+ cdnFileResolver: CdnFileResolverCallback;
11
+ currentTime: StructureChooserDataCameraDayTimeSample;
12
+ }>>>, {}, {}>;
13
+ export default _default;
14
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
+ type __VLS_TypePropsToRuntimeProps<T> = {
16
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
17
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
+ } : {
19
+ type: import('vue').PropType<T[K]>;
20
+ required: true;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ import { StructureChooserDataCameraDay, StructureChooserDataCameraDayTimeSample } from './types/StructureChooserData';
2
+ import { CdnFileResolverCallback } from '../types';
3
+
4
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
+ dayData: StructureChooserDataCameraDay;
6
+ cdnFileResolver: CdnFileResolverCallback;
7
+ currentTime: StructureChooserDataCameraDayTimeSample;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ dayData: StructureChooserDataCameraDay;
10
+ cdnFileResolver: CdnFileResolverCallback;
11
+ currentTime: StructureChooserDataCameraDayTimeSample;
12
+ }>>>, {}, {}>;
13
+ export default _default;
14
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
+ type __VLS_TypePropsToRuntimeProps<T> = {
16
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
17
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
+ } : {
19
+ type: import('vue').PropType<T[K]>;
20
+ required: true;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ import { CdnFileResolverCallback } from '../types';
2
+ import { StructureChooserDataCameraDayTimeSample } from './types/StructureChooserData';
3
+
4
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
+ timeSampleData: StructureChooserDataCameraDayTimeSample;
6
+ cdnFileResolver: CdnFileResolverCallback;
7
+ currentTime: StructureChooserDataCameraDayTimeSample;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ timeSampleData: StructureChooserDataCameraDayTimeSample;
10
+ cdnFileResolver: CdnFileResolverCallback;
11
+ currentTime: StructureChooserDataCameraDayTimeSample;
12
+ }>>>, {}, {}>;
13
+ export default _default;
14
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
+ type __VLS_TypePropsToRuntimeProps<T> = {
16
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
17
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
+ } : {
19
+ type: import('vue').PropType<T[K]>;
20
+ required: true;
21
+ };
22
+ };
@@ -0,0 +1,34 @@
1
+ import { CdnFileResolverCallback, ColorCallback } from '../types';
2
+ import { StructureChooserDataCameraStill } from './types/StructureChooserData';
3
+
4
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
+ cdnFileResolver: CdnFileResolverCallback;
6
+ colorCallback: ColorCallback;
7
+ currentCamera: StructureChooserDataCameraStill;
8
+ selectedId?: string;
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ onClick: (structureId: string) => void;
11
+ onHoverOver: (structureId: string) => void;
12
+ onHoverOut: (structureId: string) => void;
13
+ updateSvgContainer: (svgContainer: SVGElement) => void;
14
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
15
+ cdnFileResolver: CdnFileResolverCallback;
16
+ colorCallback: ColorCallback;
17
+ currentCamera: StructureChooserDataCameraStill;
18
+ selectedId?: string;
19
+ }>>> & {
20
+ onOnClick?: (structureId: string) => any;
21
+ onOnHoverOver?: (structureId: string) => any;
22
+ onOnHoverOut?: (structureId: string) => any;
23
+ onUpdateSvgContainer?: (svgContainer: SVGElement) => any;
24
+ }, {}, {}>;
25
+ export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
@@ -0,0 +1,22 @@
1
+ import { StructureChooserDataCameraTransition } from './types/StructureChooserData';
2
+ import { CdnFileResolverCallback } from '../types';
3
+
4
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
+ transitionData: StructureChooserDataCameraTransition;
6
+ cdnFileResolver: CdnFileResolverCallback;
7
+ currentTransition: StructureChooserDataCameraTransition | null;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ transitionData: StructureChooserDataCameraTransition;
10
+ cdnFileResolver: CdnFileResolverCallback;
11
+ currentTransition: StructureChooserDataCameraTransition | null;
12
+ }>>>, {}, {}>;
13
+ export default _default;
14
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
+ type __VLS_TypePropsToRuntimeProps<T> = {
16
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
17
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
+ } : {
19
+ type: import('vue').PropType<T[K]>;
20
+ required: true;
21
+ };
22
+ };
@@ -0,0 +1,26 @@
1
+ import { StructureChooserData } from './types';
2
+ import { StructureChooserDataCameraStill } from './types/StructureChooserData';
3
+
4
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
+ structureChooserData: StructureChooserData;
6
+ currentCamera: StructureChooserDataCameraStill;
7
+ disabled?: boolean;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ onCameraChange: (camera: StructureChooserDataCameraStill) => void;
10
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
+ structureChooserData: StructureChooserData;
12
+ currentCamera: StructureChooserDataCameraStill;
13
+ disabled?: boolean;
14
+ }>>> & {
15
+ onOnCameraChange?: (camera: StructureChooserDataCameraStill) => any;
16
+ }, {}, {}>;
17
+ export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
@@ -0,0 +1,25 @@
1
+ import { StructureChooserDataCameraDay, StructureChooserDataCameraStill } from './types/StructureChooserData';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
+ cameraData: StructureChooserDataCameraStill;
5
+ currentDay: StructureChooserDataCameraDay;
6
+ disabled?: boolean;
7
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ onDayChange: (camera: StructureChooserDataCameraDay) => void;
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
+ cameraData: StructureChooserDataCameraStill;
11
+ currentDay: StructureChooserDataCameraDay;
12
+ disabled?: boolean;
13
+ }>>> & {
14
+ onOnDayChange?: (camera: StructureChooserDataCameraDay) => any;
15
+ }, {}, {}>;
16
+ export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
@@ -0,0 +1,48 @@
1
+ import { StructureChooserData } from './types';
2
+
3
+ declare function rotateShortestRoute(to: number): Promise<void>;
4
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
+ structureChooserData: StructureChooserData;
6
+ currentScene: number;
7
+ selectedId?: string;
8
+ renderDisplay?: (structureId: string) => string;
9
+ }>, {
10
+ rotateShortestRoute: typeof rotateShortestRoute;
11
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ onRotateStart: (args_0: {
13
+ from: number;
14
+ to: number;
15
+ }) => void;
16
+ onRotateFinish: (args_0: {
17
+ from: number;
18
+ to: number;
19
+ }) => void;
20
+ onSceneChange: (scene: number) => void;
21
+ onDisplayClick: (structureId: string) => void;
22
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
23
+ structureChooserData: StructureChooserData;
24
+ currentScene: number;
25
+ selectedId?: string;
26
+ renderDisplay?: (structureId: string) => string;
27
+ }>>> & {
28
+ onOnRotateStart?: (args_0: {
29
+ from: number;
30
+ to: number;
31
+ }) => any;
32
+ onOnRotateFinish?: (args_0: {
33
+ from: number;
34
+ to: number;
35
+ }) => any;
36
+ onOnSceneChange?: (scene: number) => any;
37
+ onOnDisplayClick?: (structureId: string) => any;
38
+ }, {}, {}>;
39
+ export default _default;
40
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
+ type __VLS_TypePropsToRuntimeProps<T> = {
42
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
43
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
44
+ } : {
45
+ type: import('vue').PropType<T[K]>;
46
+ required: true;
47
+ };
48
+ };
@@ -0,0 +1,25 @@
1
+ import { StructureChooserDataCameraDay, StructureChooserDataCameraDayTimeSample } from './types/StructureChooserData';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
+ dayData: StructureChooserDataCameraDay;
5
+ currentTime: StructureChooserDataCameraDayTimeSample;
6
+ disabled?: boolean;
7
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ onTimeChange: (camera: StructureChooserDataCameraDayTimeSample) => void;
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
+ dayData: StructureChooserDataCameraDay;
11
+ currentTime: StructureChooserDataCameraDayTimeSample;
12
+ disabled?: boolean;
13
+ }>>> & {
14
+ onOnTimeChange?: (camera: StructureChooserDataCameraDayTimeSample) => any;
15
+ }, {}, {}>;
16
+ export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
@@ -0,0 +1,3 @@
1
+ import { StructureChooserData } from './types';
2
+
3
+ export default function convertStructureChooserDataLegacyToV5(data: any): StructureChooserData;
@@ -0,0 +1,43 @@
1
+ export type StructureChooserDataCameraDayTimeSample = {
2
+ timeInHours: number;
3
+ filename: string;
4
+ };
5
+ export type StructureChooserDataCameraDay = {
6
+ dayOfYear: number;
7
+ startTime: number;
8
+ endTime: number;
9
+ interval: number;
10
+ defaultHour: number;
11
+ timeSamples: Array<StructureChooserDataCameraDayTimeSample>;
12
+ };
13
+ export type StructureChooserDataCamera = StructureChooserDataCameraStill | StructureChooserDataCameraTransition;
14
+ export type StructureChooserDataCameraStill = {
15
+ cameraName: string;
16
+ cameraPosition: {
17
+ x: number;
18
+ y: number;
19
+ z: number;
20
+ };
21
+ cameraRotation: {
22
+ x: number;
23
+ y: number;
24
+ z: number;
25
+ w: number;
26
+ };
27
+ cameraFov: number;
28
+ overlayFilename?: string;
29
+ filename: string;
30
+ sunsimDayOfYear?: Array<StructureChooserDataCameraDay>;
31
+ };
32
+ export type StructureChooserDataCameraTransition = {
33
+ filename: string;
34
+ };
35
+ export type StructureChooserDataStructure = {
36
+ id: string;
37
+ type: string;
38
+ name: string;
39
+ };
40
+ export type StructureChooserDataAngleData = {
41
+ angle: number;
42
+ id: string;
43
+ };
@@ -0,0 +1,17 @@
1
+ import { StructureChooserDataAngleData, StructureChooserDataCamera, StructureChooserDataCameraStill, StructureChooserDataCameraTransition, StructureChooserDataStructure } from './types/StructureChooserData';
2
+
3
+ export type StructureChooserData = {
4
+ version: string;
5
+ latitude: number;
6
+ longitude: number;
7
+ renderVersion?: string;
8
+ parentStructure?: StructureChooserDataStructure;
9
+ structures: Array<StructureChooserDataStructure>;
10
+ angles: Array<number>;
11
+ angleData: Array<StructureChooserDataAngleData>;
12
+ loopable: boolean;
13
+ cameras: Array<StructureChooserDataCamera>;
14
+ };
15
+ export declare function isStructureChooserData(data: any): data is StructureChooserData;
16
+ export declare function isStillCamera(camera: StructureChooserDataCamera): camera is StructureChooserDataCameraStill;
17
+ export declare function isTransitionCamera(camera: StructureChooserDataCamera): camera is StructureChooserDataCameraTransition;
@@ -1,32 +1,32 @@
1
1
  import { CdnFileResolverCallback } from '../../vue-components';
2
- import { BuildingChooserConfig, BuildingChooserData } from '../../components/buildingChooser/types';
2
+ import { BuildingChooserConfig, BuildingChooserDataLegacy } from '../../components/buildingChooser/types';
3
3
 
4
4
  export default class BuildingChooserResourceProvider {
5
5
  private _cdnFileResolver;
6
6
  private _resourceLoader;
7
7
  constructor(cdnFileResolver: CdnFileResolverCallback);
8
8
  constructFileUrl(filename: string): string;
9
- loadBuildingMapImage(config: Pick<BuildingChooserData, 'lookupFilename'>): Promise<HTMLImageElement>;
10
- getViewLongitude(config: Pick<BuildingChooserData, 'cameraRotation'>): number;
11
- getBuildingData(config: Pick<BuildingChooserData, 'buildings'>): {
9
+ loadBuildingMapImage(config: Pick<BuildingChooserDataLegacy, 'lookupFilename'>): Promise<HTMLImageElement>;
10
+ getViewLongitude(config: Pick<BuildingChooserDataLegacy, 'cameraRotation'>): number;
11
+ getBuildingData(config: Pick<BuildingChooserDataLegacy, 'buildings'>): {
12
12
  buildingIds: Array<string>;
13
13
  buildingOverlays: Array<{
14
14
  id: string;
15
15
  url: string;
16
16
  }>;
17
17
  };
18
- getBackgroundImageData(config: Pick<BuildingChooserData, 'timeSamples' | 'days'>): Array<{
18
+ getBackgroundImageData(config: Pick<BuildingChooserDataLegacy, 'timeSamples' | 'days'>): Array<{
19
19
  urls: Array<string>;
20
20
  referenceDate: Date;
21
21
  }>;
22
- processMultipleDays(dayRecords: BuildingChooserData['days']): {
22
+ processMultipleDays(dayRecords: BuildingChooserDataLegacy['days']): {
23
23
  urls: string[];
24
24
  referenceDate: Date;
25
25
  }[];
26
- processTimeSamples(dayOfYear: number, timeSamples: BuildingChooserData['timeSamples']): {
26
+ processTimeSamples(dayOfYear: number, timeSamples: BuildingChooserDataLegacy['timeSamples']): {
27
27
  urls: string[];
28
28
  referenceDate: Date;
29
29
  };
30
30
  makeReferenceDate(dayOfYear: number): Date;
31
- loadBuildingChooser(config?: Pick<BuildingChooserData, 'lookupFilename' | 'cameraRotation' | 'buildings' | 'timeSamples' | 'days'>): Promise<null | BuildingChooserConfig>;
31
+ loadBuildingChooser(config?: Pick<BuildingChooserDataLegacy, 'lookupFilename' | 'cameraRotation' | 'buildings' | 'timeSamples' | 'days'>): Promise<null | BuildingChooserConfig>;
32
32
  }
@@ -2,16 +2,19 @@ import { App } from 'vue';
2
2
  import { VApartmentChooser, VApartmentChooserV5, VBuildingChooser, VBuildingChooserV5, VVirtualTour, VManualSlideShow, VFloatingCard, VHoverProbe, VNorthDirection, VZoomBox } from './components';
3
3
  import { ResourceLoader } from './lib';
4
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';
5
+ import { ApartmentChooserDataLegacyInitializer, ApartmentChooserDataLegacy, CanGoToUnitCallback, SceneData, UnitRenderer } from './components/apartmentChooser/types';
6
+ import { BuildingChooserDataLegacy, BuildingChooserConfig, CanGoToBuildingCallback } from './components/buildingChooser/types';
7
7
  import { ApartmentChooserDataV5 } from './components/apartmentChooser/v5/types';
8
- import { ApartmentChooserV1ToV5 } from './components/apartmentChooser/v5/ApartmentChooserV1ToV5';
9
- import { BuildingChooserV1ToV5 } from './components/buildingChooser/v5/BuildingChooserV1ToV5';
10
- import { BuildingChooserDataV5, BuildingChooserDataV1 } from './components/buildingChooser/v5/types';
8
+ import { default as convertApartmentChooserDataLegacyToV5 } from './components/apartmentChooser/v5/convertApartmentChooserDataLegacyToV5';
9
+ import { default as convertBuildingChooserDataLegacyToV5 } from './components/buildingChooser/v5/convertBuildingChooserDataLegacyToV5';
10
+ import { BuildingChooserDataV5 } from './components/buildingChooser/v5/types';
11
11
  import { ApartmentJson, ConfigJson, FullPlayerSettingBaseOptions, FullPlayerSettingBooleanOptions, FullPlayerSettingLutOptions, FullPlayerSettingNumberOptions, FullPlayerSettings, MiniMapJson, PlayerSettings, ThumbsJson, VirtualPlayerViewMode } from './components/virtualTour/types';
12
+ import { default as VStructureChooser } from './components/structureChooser/VStructureChooser.vue';
13
+ import { default as convertStructureChooserDataLegacyToV5 } from './components/structureChooser/convertStructureChooserDataLegacyToV5';
14
+ import { StructureChooserData } from './components/structureChooser/types';
12
15
 
13
16
  declare const _default: {
14
17
  install: (app: App) => void;
15
18
  };
16
19
  export default _default;
17
- export { VApartmentChooser, VApartmentChooserV5, VBuildingChooser, VBuildingChooserV5, VVirtualTour, VManualSlideShow, VFloatingCard, VHoverProbe, VNorthDirection, VZoomBox, ResourceLoader, CdnFileResolverCallback, Color, ColorCallback, HoverState, I18NConfig, Pos, ApartmentChooserDataInitializer, ApartmentChooserData, CanGoToUnitCallback, SceneData, UnitRenderer, BuildingChooserData, BuildingChooserConfig, CanGoToBuildingCallback, ApartmentChooserDataV5, BuildingChooserDataV5, BuildingChooserDataV1, BuildingChooserV1ToV5, ApartmentJson, ApartmentChooserV1ToV5, ConfigJson, FullPlayerSettingBaseOptions, FullPlayerSettingBooleanOptions, FullPlayerSettingLutOptions, FullPlayerSettingNumberOptions, FullPlayerSettings, MiniMapJson, PlayerSettings, ThumbsJson, VirtualPlayerViewMode, };
20
+ export { VApartmentChooser, VApartmentChooserV5, VBuildingChooser, VBuildingChooserV5, VVirtualTour, VManualSlideShow, VFloatingCard, VHoverProbe, VNorthDirection, VZoomBox, ResourceLoader, CdnFileResolverCallback, Color, ColorCallback, HoverState, I18NConfig, Pos, ApartmentChooserDataLegacyInitializer, ApartmentChooserDataLegacy, CanGoToUnitCallback, SceneData, UnitRenderer, BuildingChooserDataLegacy, BuildingChooserConfig, CanGoToBuildingCallback, ApartmentChooserDataV5, BuildingChooserDataV5, convertBuildingChooserDataLegacyToV5, ApartmentJson, convertApartmentChooserDataLegacyToV5, ConfigJson, FullPlayerSettingBaseOptions, FullPlayerSettingBooleanOptions, FullPlayerSettingLutOptions, FullPlayerSettingNumberOptions, FullPlayerSettings, MiniMapJson, PlayerSettings, ThumbsJson, VirtualPlayerViewMode, VStructureChooser, convertStructureChooserDataLegacyToV5, StructureChooserData, };
@@ -1 +1 @@
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-528c8f5b]{padding-top:56.65%;position:relative}.fill-parent[data-v-528c8f5b]{position:absolute;top:0;bottom:0;left:0;right:0}.navigation[data-v-528c8f5b]{position:absolute;width:100%;bottom:32px;z-index:99;padding:0 20px;display:flex;justify-content:center}@media only screen and (max-width: 900px){.navigation[data-v-528c8f5b]{position:absolute;bottom:0;scale:.5;width:200%!important;transform:translate(-50%)}}img[data-v-189d0505]{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-f0aa5473]{font-size:80%}.top-left[data-v-6a295c78]{top:0;left:0}div[data-v-6a295c78] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-6a295c78]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-6a295c78]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-6a295c78],.v-leave-to[data-v-6a295c78]{opacity:0}.v-leave-from[data-v-6a295c78],.v-enter-to[data-v-6a295c78]{opacity:1}.actions-bar[data-v-a6de6506]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-a6de6506]{flex-basis:25%}.actions-bar>div[data-v-a6de6506]:last-child{flex-basis:50%}.actions-bar[data-v-a6de6506]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-a6de6506]:hover,.mobile .actions-bar[data-v-a6de6506]{opacity:1}.mobile .actions-bar.compact[data-v-a6de6506]{position:relative}.mobile .actions-bar>div[data-v-a6de6506]{flex-basis:50%}.mobile .actions-bar>div[data-v-a6de6506]:last-child{flex-basis:100%}.hover-bar[data-v-a6de6506]{position:absolute}.top-left[data-v-a6de6506]{top:0;left:0}.bottom-right[data-v-a6de6506],.bottom-right-compact[data-v-a6de6506]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-a6de6506]{bottom:inherit;right:0}.v-enter-from[data-v-a6de6506]{opacity:0}.v-enter-active[data-v-a6de6506]{transition:opacity .5s ease}.v-enter-to[data-v-a6de6506]{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-98118455]{position:relative;display:block;z-index:1}.small[data-v-99b853f4]{font-size:80%}.top-left[data-v-37109c67]{top:0;left:0}div[data-v-37109c67] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-37109c67]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-37109c67]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-37109c67],.v-leave-to[data-v-37109c67]{opacity:0}.v-leave-from[data-v-37109c67],.v-enter-to[data-v-37109c67]{opacity:1}.actions-bar[data-v-65cfcd3f]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-65cfcd3f]{flex-basis:25%}.actions-bar>div[data-v-65cfcd3f]:last-child{flex-basis:50%}.actions-bar[data-v-65cfcd3f]:hover,.mobile .actions-bar[data-v-65cfcd3f]{opacity:1}.mobile .actions-bar.compact[data-v-65cfcd3f]{position:relative}.mobile .actions-bar>div[data-v-65cfcd3f]{flex-basis:50%}.mobile .actions-bar>div[data-v-65cfcd3f]:last-child{flex-basis:100%}.hover-bar[data-v-65cfcd3f]{position:absolute}.top-left[data-v-65cfcd3f]{top:0;left:0}.bottom-right[data-v-65cfcd3f],.bottom-right-compact[data-v-65cfcd3f]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-65cfcd3f]{bottom:inherit;right:0}.v-enter-from[data-v-65cfcd3f]{opacity:0}.v-enter-active[data-v-65cfcd3f]{transition:opacity .5s ease}.v-enter-to[data-v-65cfcd3f]{opacity:1}.actions-bar[data-v-65cfcd3f]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-65cfcd3f]: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-3cf3c177]{background-color:#aaa}.interior-selector-list[data-v-3cf3c177]{box-shadow:none!important;padding:10px;background:transparent!important}.interior-selector-list-item[data-v-3cf3c177]{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-3cf3c177]:hover{transform:translate(-5px);border:2px solid #4caf50}.interior-selector-list-item .v-list-item-title[data-v-3cf3c177]{word-break:break-word}.compass-needle{transition:transform .5s;transition-timing-function:ease-out}@media screen and (max-width: 600px){.compass-wrapper{scale:.9}}.clock-face[data-v-cd73fd81]{margin-left:10px;height:50px;width:50px;background-color:#fff;border-radius:50%}.clock-value[data-v-cd73fd81]{font-size:11px}.clock-icon[data-v-cd73fd81]{width:18px}@media screen and (max-width: 600px){.clock-face[data-v-cd73fd81]{margin-left:0;scale:.8}}.fill-grey[data-v-f59c4942]{fill:#afafaf}.box.col[data-v-fd167eca]{max-width:130px;padding:0 10px}.tutorial-icon svg[data-v-fd167eca]{border:1px solid #e0e0e0;border-radius:5px;width:100px;height:50px}.text[data-v-fd167eca]{font-size:.8em;line-height:1.1}.tablet-mobile-content[data-v-fd167eca]{min-width:240px}.tablet-mobile-content .box.col[data-v-fd167eca]{margin:2px}.tablet-mobile-content .tutorial-icon svg[data-v-fd167eca]{border:none;width:60px;height:30px}.tutorial-buttons .v-messages[data-v-fd167eca]{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}.v-card[data-v-0345b87c]{transition:box-shadow .3s ease-in-out;border:1px solid transparent}[data-v-0345b87c] .v-slide-group__content{justify-content:center}[data-v-0345b87c] .v-slide-group__next--disabled,[data-v-0345b87c] .v-slide-group__prev--disabled{pointer-events:all!important}.align-baseline[data-v-0345b87c]{align-items:baseline}.active-apt[data-v-0345b87c]{border:1.5px solid #4caf50!important}.v-image[data-v-0345b87c]{border-radius:0!important}.single-waypoint[data-v-0345b87c]{width:81px;height:54px}.mobile.carousel-button[data-v-0345b87c]{scale:.7}.mobileWaypoint .single-waypoint[data-v-0345b87c]{margin-top:5px!important;width:63px;height:42px;scale:.95}.desktopWaypointWrapper[data-v-0345b87c]{max-width:50vw}.mobileWaypointWrapper[data-v-0345b87c]{max-width:100vw}#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-2955e686]{width:50px}.player-and-components-wrapper[data-v-2955e686]{position:relative;width:100%;height:100%}.static-image[data-v-2955e686]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-2955e686]{background:#fff}div#controls-bottom-center>div[data-v-2955e686]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-2955e686]{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-2955e686]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-2955e686]{display:none}}.settings-panel[data-v-2955e686]{position:absolute;top:0;left:0;z-index:10;width:500px;transform:scale(.8);transform-origin:left}.virtual-tour-wrapper[data-v-2955e686],.v-player.platform-desktop[data-v-2955e686]{width:100%;height:100%}@media screen and (min-width: 900px){.v-player.platform-desktop[data-v-2955e686]{height:100%}}@media screen and (min-width: 1600px){.v-player.platform-desktop[data-v-2955e686]{height:100%}}.v-player.platform-mobile[data-v-2955e686]{width:100%;height:calc(100% - 60px)}.waypoint-carousel.below-player[data-v-2955e686]{position:relative;height:50px}@media only screen and (max-width: 960px){#btn-fullscreen[data-v-2955e686]{display:none}}#player-wrapper[data-v-5fdd1e05]{position:relative;overflow:hidden}#player-sizer[data-v-5fdd1e05]{display:flex;justify-content:center;align-items:center;overflow:hidden}.player-control[data-v-5fdd1e05]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-5fdd1e05]{top:10px;left:10px}#controls-top-center[data-v-5fdd1e05]{top:10px;left:50%;transform:translate(-50%);z-index:4}#controls-top-right[data-v-5fdd1e05]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-5fdd1e05]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-5fdd1e05]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-5fdd1e05]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-5fdd1e05]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-5fdd1e05]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-5fdd1e05]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.compass-wrapper[data-v-040ac08f]{width:50px}.player-and-components-wrapper[data-v-040ac08f]{position:relative}.static-image[data-v-040ac08f]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-040ac08f]{background:#fff}.waypoint-carousel.full-screen[data-v-040ac08f]{scale:.5}div#controls-bottom-center>div[data-v-040ac08f]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-040ac08f]{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-040ac08f]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-040ac08f]{display:none}}.mss-image[data-v-040ac08f]{min-height:20vh;max-height:100vh;min-width:80%;max-width:100%}.minimap-compass[data-v-03a5584c]{position:absolute;right:5px;top:50px;z-index:11}
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-34e2e7a2]{padding-top:56.65%;position:relative}.fill-parent[data-v-34e2e7a2]{position:absolute;top:0;bottom:0;left:0;right:0}.navigation[data-v-34e2e7a2]{position:absolute;width:100%;bottom:32px;z-index:99;padding:0 20px;display:flex;justify-content:center}@media only screen and (max-width: 900px){.navigation[data-v-34e2e7a2]{position:absolute;bottom:0;scale:.5;width:200%!important;transform:translate(-50%)}}img[data-v-dbbdc1e0]{position:relative;display:block;z-index:1}img[data-v-ecb88391]{position:relative;display:block;z-index:3}.top-left[data-v-ecb88391]{top:0;left:0}.small[data-v-f2649c45]{font-size:80%}.top-left[data-v-09ccd2d0]{top:0;left:0}div[data-v-09ccd2d0] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-09ccd2d0]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-09ccd2d0]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-09ccd2d0],.v-leave-to[data-v-09ccd2d0]{opacity:0}.v-leave-from[data-v-09ccd2d0],.v-enter-to[data-v-09ccd2d0]{opacity:1}.actions-bar[data-v-0310f66a]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-0310f66a]{flex-basis:25%}.actions-bar>div[data-v-0310f66a]:last-child{flex-basis:50%}.actions-bar[data-v-0310f66a]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-0310f66a]:hover,.mobile .actions-bar[data-v-0310f66a]{opacity:1}.mobile .actions-bar.compact[data-v-0310f66a]{position:relative}.mobile .actions-bar>div[data-v-0310f66a]{flex-basis:50%}.mobile .actions-bar>div[data-v-0310f66a]:last-child{flex-basis:100%}.hover-bar[data-v-0310f66a]{position:absolute}.top-left[data-v-0310f66a]{top:0;left:0}.bottom-right[data-v-0310f66a],.bottom-right-compact[data-v-0310f66a]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-0310f66a]{bottom:inherit;right:0}.v-enter-from[data-v-0310f66a]{opacity:0}.v-enter-active[data-v-0310f66a]{transition:opacity .5s ease}.v-enter-to[data-v-0310f66a]{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-9be2e160]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-9be2e160]{position:relative}.image-instances[data-v-9be2e160]{position:relative;width:100%;height:100%}canvas[data-v-9be2e160]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-9be2e160]{position:absolute;top:0;bottom:0;left:0;right:0}.svg-container[data-v-9be2e160]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-9be2e160],svg[data-v-9be2e160]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-9be2e160] 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-9be2e160] path{cursor:default!important}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-9be2e160]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-9be2e160]{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-5402374e]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-5402374e]{position:relative}.image-instances[data-v-5402374e]{position:relative;width:100%;height:100%}canvas[data-v-5402374e]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-5402374e]{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-5402374e]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-5402374e]{margin-top:44px;margin-bottom:44px}}img[data-v-9866b8c2]{position:relative;display:block;z-index:1}.small[data-v-42a733f4]{font-size:80%}.top-left[data-v-61c8ae69]{top:0;left:0}div[data-v-61c8ae69] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-61c8ae69]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-61c8ae69]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-61c8ae69],.v-leave-to[data-v-61c8ae69]{opacity:0}.v-leave-from[data-v-61c8ae69],.v-enter-to[data-v-61c8ae69]{opacity:1}.actions-bar[data-v-47df87bc]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-47df87bc]{flex-basis:25%}.actions-bar>div[data-v-47df87bc]:last-child{flex-basis:50%}.actions-bar[data-v-47df87bc]:hover,.mobile .actions-bar[data-v-47df87bc]{opacity:1}.mobile .actions-bar.compact[data-v-47df87bc]{position:relative}.mobile .actions-bar>div[data-v-47df87bc]{flex-basis:50%}.mobile .actions-bar>div[data-v-47df87bc]:last-child{flex-basis:100%}.hover-bar[data-v-47df87bc]{position:absolute}.top-left[data-v-47df87bc]{top:0;left:0}.bottom-right[data-v-47df87bc],.bottom-right-compact[data-v-47df87bc]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-47df87bc]{bottom:inherit;right:0}.v-enter-from[data-v-47df87bc]{opacity:0}.v-enter-active[data-v-47df87bc]{transition:opacity .5s ease}.v-enter-to[data-v-47df87bc]{opacity:1}.actions-bar[data-v-47df87bc]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-47df87bc]: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-3cf3c177]{background-color:#aaa}.interior-selector-list[data-v-3cf3c177]{box-shadow:none!important;padding:10px;background:transparent!important}.interior-selector-list-item[data-v-3cf3c177]{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-3cf3c177]:hover{transform:translate(-5px);border:2px solid #4caf50}.interior-selector-list-item .v-list-item-title[data-v-3cf3c177]{word-break:break-word}.compass-needle{transition:transform .5s;transition-timing-function:ease-out}@media screen and (max-width: 600px){.compass-wrapper{scale:.9}}.clock-face[data-v-cd73fd81]{margin-left:10px;height:50px;width:50px;background-color:#fff;border-radius:50%}.clock-value[data-v-cd73fd81]{font-size:11px}.clock-icon[data-v-cd73fd81]{width:18px}@media screen and (max-width: 600px){.clock-face[data-v-cd73fd81]{margin-left:0;scale:.8}}.fill-grey[data-v-f59c4942]{fill:#afafaf}.box.col[data-v-fd167eca]{max-width:130px;padding:0 10px}.tutorial-icon svg[data-v-fd167eca]{border:1px solid #e0e0e0;border-radius:5px;width:100px;height:50px}.text[data-v-fd167eca]{font-size:.8em;line-height:1.1}.tablet-mobile-content[data-v-fd167eca]{min-width:240px}.tablet-mobile-content .box.col[data-v-fd167eca]{margin:2px}.tablet-mobile-content .tutorial-icon svg[data-v-fd167eca]{border:none;width:60px;height:30px}.tutorial-buttons .v-messages[data-v-fd167eca]{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}.v-card[data-v-0345b87c]{transition:box-shadow .3s ease-in-out;border:1px solid transparent}[data-v-0345b87c] .v-slide-group__content{justify-content:center}[data-v-0345b87c] .v-slide-group__next--disabled,[data-v-0345b87c] .v-slide-group__prev--disabled{pointer-events:all!important}.align-baseline[data-v-0345b87c]{align-items:baseline}.active-apt[data-v-0345b87c]{border:1.5px solid #4caf50!important}.v-image[data-v-0345b87c]{border-radius:0!important}.single-waypoint[data-v-0345b87c]{width:81px;height:54px}.mobile.carousel-button[data-v-0345b87c]{scale:.7}.mobileWaypoint .single-waypoint[data-v-0345b87c]{margin-top:5px!important;width:63px;height:42px;scale:.95}.desktopWaypointWrapper[data-v-0345b87c]{max-width:50vw}.mobileWaypointWrapper[data-v-0345b87c]{max-width:100vw}#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-2955e686]{width:50px}.player-and-components-wrapper[data-v-2955e686]{position:relative;width:100%;height:100%}.static-image[data-v-2955e686]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-2955e686]{background:#fff}div#controls-bottom-center>div[data-v-2955e686]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-2955e686]{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-2955e686]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-2955e686]{display:none}}.settings-panel[data-v-2955e686]{position:absolute;top:0;left:0;z-index:10;width:500px;transform:scale(.8);transform-origin:left}.virtual-tour-wrapper[data-v-2955e686],.v-player.platform-desktop[data-v-2955e686]{width:100%;height:100%}@media screen and (min-width: 900px){.v-player.platform-desktop[data-v-2955e686]{height:100%}}@media screen and (min-width: 1600px){.v-player.platform-desktop[data-v-2955e686]{height:100%}}.v-player.platform-mobile[data-v-2955e686]{width:100%;height:calc(100% - 60px)}.waypoint-carousel.below-player[data-v-2955e686]{position:relative;height:50px}@media only screen and (max-width: 960px){#btn-fullscreen[data-v-2955e686]{display:none}}#player-wrapper[data-v-5fdd1e05]{position:relative;overflow:hidden}#player-sizer[data-v-5fdd1e05]{display:flex;justify-content:center;align-items:center;overflow:hidden}.player-control[data-v-5fdd1e05]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-5fdd1e05]{top:10px;left:10px}#controls-top-center[data-v-5fdd1e05]{top:10px;left:50%;transform:translate(-50%);z-index:4}#controls-top-right[data-v-5fdd1e05]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-5fdd1e05]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-5fdd1e05]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-5fdd1e05]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-5fdd1e05]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-5fdd1e05]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-5fdd1e05]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.compass-wrapper[data-v-040ac08f]{width:50px}.player-and-components-wrapper[data-v-040ac08f]{position:relative}.static-image[data-v-040ac08f]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-040ac08f]{background:#fff}.waypoint-carousel.full-screen[data-v-040ac08f]{scale:.5}div#controls-bottom-center>div[data-v-040ac08f]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-040ac08f]{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-040ac08f]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-040ac08f]{display:none}}.mss-image[data-v-040ac08f]{min-height:20vh;max-height:100vh;min-width:80%;max-width:100%}.minimap-compass[data-v-03a5584c]{position:absolute;right:5px;top:50px;z-index:11}img[data-v-fb3300f3]{position:relative;display:block;z-index:1}img[data-v-b9a1a904]{position:relative;display:block;z-index:3}.top-left[data-v-b9a1a904]{top:0;left:0}.small[data-v-b1f1db73]{font-size:80%}.top-left[data-v-18cb0a3f]{top:0;left:0}div[data-v-18cb0a3f] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-18cb0a3f]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-18cb0a3f]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-18cb0a3f],.v-leave-to[data-v-18cb0a3f]{opacity:0}.v-leave-from[data-v-18cb0a3f],.v-enter-to[data-v-18cb0a3f]{opacity:1}.actions-bar[data-v-400c0856]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-400c0856]{flex-basis:25%}.actions-bar>div[data-v-400c0856]:last-child{flex-basis:50%}.actions-bar[data-v-400c0856]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-400c0856]:hover,.mobile .actions-bar[data-v-400c0856]{opacity:1}.mobile .actions-bar.compact[data-v-400c0856]{position:relative}.mobile .actions-bar>div[data-v-400c0856]{flex-basis:50%}.mobile .actions-bar>div[data-v-400c0856]:last-child{flex-basis:100%}.hover-bar[data-v-400c0856]{position:absolute}.top-left[data-v-400c0856]{top:0;left:0}.bottom-right[data-v-400c0856],.bottom-right-compact[data-v-400c0856]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-400c0856]{bottom:inherit;right:0}.v-enter-from[data-v-400c0856]{opacity:0}.v-enter-active[data-v-400c0856]{transition:opacity .5s ease}.v-enter-to[data-v-400c0856]{opacity:1}