@qispace/vue3-player 0.4.34 → 0.4.37

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 (75) hide show
  1. package/dist/vue-components/src/components/injectionKeys.d.ts +0 -1
  2. package/dist/vue-components/src/components/manualSlideShow/VManualSlideShow.vue.d.ts +4 -36
  3. package/dist/vue-components/src/components/manualSlideShow/VManualSlideShowPlayer.vue.d.ts +25 -27
  4. package/dist/vue-components/src/components/miniMap/VMiniMap.vue.d.ts +34 -39
  5. package/dist/vue-components/src/components/miniMap/VMiniMapCompass.vue.d.ts +3 -15
  6. package/dist/vue-components/src/components/miniMap/VMiniMapMap.vue.d.ts +32 -98
  7. package/dist/vue-components/src/components/miniMap/VRotationMarker.vue.d.ts +3 -13
  8. package/dist/vue-components/src/components/miniMap/VSunSimulationSlider.vue.d.ts +6 -20
  9. package/dist/vue-components/src/components/shared/VFloatingCard.vue.d.ts +21 -22
  10. package/dist/vue-components/src/components/shared/VFullScreenButton.vue.d.ts +6 -16
  11. package/dist/vue-components/src/components/shared/VHoverProbe.vue.d.ts +3 -1
  12. package/dist/vue-components/src/components/shared/VNorthDirection.vue.d.ts +3 -13
  13. package/dist/vue-components/src/components/shared/VSingleImage.vue.d.ts +4 -27
  14. package/dist/vue-components/src/components/shared/VSocialShare.vue.d.ts +1 -1
  15. package/dist/vue-components/src/components/shared/VWaypointCarousel.vue.d.ts +23 -42
  16. package/dist/vue-components/src/components/shared/VZoomBox.vue.d.ts +28 -53
  17. package/dist/vue-components/src/components/structureChooser/VStructureChooser.vue.d.ts +352 -85
  18. package/dist/vue-components/src/components/structureChooser/VStructureChooserCamera.vue.d.ts +5 -18
  19. package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDay.vue.d.ts +3 -17
  20. package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDayTimeSample.vue.d.ts +5 -16
  21. package/dist/vue-components/src/components/structureChooser/VStructureChooserOverlay.vue.d.ts +15 -28
  22. package/dist/vue-components/src/components/structureChooser/VStructureChooserTransition.vue.d.ts +5 -16
  23. package/dist/vue-components/src/components/structureChooser/VStructureChooserUiCameraThumbnails.vue.d.ts +9 -21
  24. package/dist/vue-components/src/components/structureChooser/VStructureChooserUiDayButton.vue.d.ts +6 -20
  25. package/dist/vue-components/src/components/structureChooser/VStructureChooserUiTimeSampleSlider.vue.d.ts +6 -20
  26. package/dist/vue-components/src/components/structureChooser/VStructureChooserUiZoomButtons.vue.d.ts +7 -20
  27. package/dist/vue-components/src/components/structureChooser/types.d.ts +0 -1
  28. package/dist/vue-components/src/components/structureChooser/utils/convertStructureChooserDataLegacyToV5.d.ts +0 -1
  29. package/dist/vue-components/src/components/structureChooser/utils/useImagePreloader.d.ts +18 -0
  30. package/dist/vue-components/src/components/virtualTour/VAutoplay.vue.d.ts +6 -16
  31. package/dist/vue-components/src/components/virtualTour/VCompass.vue.d.ts +3 -13
  32. package/dist/vue-components/src/components/virtualTour/VFloorLevel.vue.d.ts +7 -32
  33. package/dist/vue-components/src/components/virtualTour/VInteriorSelector.vue.d.ts +6 -21
  34. package/dist/vue-components/src/components/virtualTour/VMiniMap.vue.d.ts +68 -24
  35. package/dist/vue-components/src/components/virtualTour/VMoveable.vue.d.ts +19 -21
  36. package/dist/vue-components/src/components/virtualTour/VPlayer.vue.d.ts +36 -56
  37. package/dist/vue-components/src/components/virtualTour/VPlayerSettingsUi.vue.d.ts +7 -18
  38. package/dist/vue-components/src/components/virtualTour/VSunStudyToggle.vue.d.ts +6 -17
  39. package/dist/vue-components/src/components/virtualTour/VSunsimSlider.vue.d.ts +7 -20
  40. package/dist/vue-components/src/components/virtualTour/VTimeOfDay.vue.d.ts +4 -29
  41. package/dist/vue-components/src/components/virtualTour/VTutorial.vue.d.ts +4 -4
  42. package/dist/vue-components/src/components/virtualTour/VViewModeToggle.vue.d.ts +6 -16
  43. package/dist/vue-components/src/components/virtualTour/VVirtualTour.vue.d.ts +157 -150
  44. package/dist/vue-components/src/components/virtualTour/VVisuadoCreateButton.vue.d.ts +3 -3
  45. package/dist/vue-components/src/components/virtualTour/types.d.ts +0 -1
  46. package/dist/vue-components/src/components/virtualTour2/VAutoplay.vue.d.ts +8 -5
  47. package/dist/vue-components/src/components/virtualTour2/VCompass.vue.d.ts +3 -13
  48. package/dist/vue-components/src/components/virtualTour2/VFloorLevel.vue.d.ts +12 -14
  49. package/dist/vue-components/src/components/virtualTour2/VFullScreenButton.vue.d.ts +6 -16
  50. package/dist/vue-components/src/components/virtualTour2/VInteriorSelector.vue.d.ts +6 -19
  51. package/dist/vue-components/src/components/virtualTour2/VMiniMap.vue.d.ts +68 -24
  52. package/dist/vue-components/src/components/virtualTour2/VMoveable.vue.d.ts +19 -21
  53. package/dist/vue-components/src/components/virtualTour2/VPlayer.vue.d.ts +55 -63
  54. package/dist/vue-components/src/components/virtualTour2/VPlayerSettingsUi.vue.d.ts +7 -18
  55. package/dist/vue-components/src/components/virtualTour2/VSocialShare.vue.d.ts +1 -1
  56. package/dist/vue-components/src/components/virtualTour2/VSunStudyToggle.vue.d.ts +11 -13
  57. package/dist/vue-components/src/components/virtualTour2/VSunsimSlider.vue.d.ts +14 -28
  58. package/dist/vue-components/src/components/virtualTour2/VTimeOfDay.vue.d.ts +4 -29
  59. package/dist/vue-components/src/components/virtualTour2/VTutorial.vue.d.ts +4 -4
  60. package/dist/vue-components/src/components/virtualTour2/VViewModeToggle.vue.d.ts +8 -5
  61. package/dist/vue-components/src/components/virtualTour2/VVirtualTour.vue.d.ts +101 -121
  62. package/dist/vue-components/src/components/virtualTour2/VVisuadoCreateButton.vue.d.ts +3 -3
  63. package/dist/vue-components/src/components/virtualTour2/VWaypointCarousel.vue.d.ts +20 -24
  64. package/dist/vue-components/src/components/virtualTour2/types.d.ts +0 -1
  65. package/dist/vue-components/src/lib/I18N.d.ts +0 -1
  66. package/dist/vue-components/src/lib/IndexedDBImageCache.d.ts +24 -0
  67. package/dist/vue-components/src/lib/OPFSImageCache.d.ts +25 -0
  68. package/dist/vue-components/src/lib/index.d.ts +2 -0
  69. package/dist/vue-components/src/vue-components.d.ts +0 -1
  70. package/dist/vue-components/src/web-components.d.ts +0 -1
  71. package/dist/vue-components/vue3-player.css +1 -0
  72. package/dist/vue-components/vue3-player.js +5074 -4829
  73. package/dist/vue-components/vue3-player.umd.cjs +1 -1
  74. package/package.json +7 -25
  75. package/dist/vue-components/style.css +0 -1
@@ -3,26 +3,7 @@ import { default as CameraSnapshot } from './CameraSnapshot';
3
3
  import { CdnFileResolverCallback, I18NConfig } from '../types';
4
4
  import { ApartmentJson, PlayerSettings } from './types';
5
5
  import { StructureChooserDataCameraDay } from '../structureChooser/types/StructureChooserData';
6
-
7
- declare function getCurrentRotation(): any;
8
- declare function setCurrentRotation(rotation: [number, number, number, string]): any;
9
- declare function getCurrentFov(): any;
10
- declare function setCurrentFov(rotation: number): any;
11
- declare function setCurrentCamera(cameraId: string): void;
12
- declare function updateSelectedInterior(value: string): void;
13
- declare function setFrontendMarkers(markers: Array<MarkerDataInput>): void;
14
- declare function clearCurrentMarkerLayer(): void;
15
- declare function loadDynamicMarkers(markersJson: string): void;
16
- declare function screenToWorld(coords: {
17
- x: number;
18
- y: number;
19
- }): {
20
- x: number;
21
- y: number;
22
- z: number;
23
- };
24
- declare function takeSnapshot(): Promise<CameraSnapshot>;
25
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
+ type __VLS_Props = {
26
7
  cdnFileResolver: CdnFileResolverCallback;
27
8
  apartmentId: string;
28
9
  defaultInteriorId?: string;
@@ -51,39 +32,26 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
51
32
  showVersion?: boolean;
52
33
  enableAutoplay?: boolean;
53
34
  showVisuadoCreateButton: boolean;
54
- }>, {
55
- validInteriorIds: () => any[];
56
- displayViewModeSwitch: boolean;
57
- showCarousel: boolean;
58
- showTimeOfDay: boolean;
59
- showCompass: boolean;
60
- showFullScreen: boolean;
61
- showSnapshot: boolean;
62
- showShare: boolean;
63
- showInteriorOptions: boolean;
64
- showMiniMap: boolean;
65
- showFloorLevel: boolean;
66
- defaultWaypointIndex: number;
67
- defaultViewMode: string;
68
- mouseSensitivity: number;
69
- adminMode: boolean;
70
- enableAutoplay: boolean;
71
- showVisuadoCreateButton: boolean;
72
- playerSettings: () => {
73
- temperature: number;
74
- targetLuminance: number;
75
- exposureFovScale: number;
76
- UNREAL_BLOOM_ENABLED: boolean;
77
- sharpenFilter_amount: number;
78
- UNREAL_BLOOM_STRENGTH: number;
79
- TRANSITION_MOVEMENT_SCALE: number;
80
- whitePoint: number[];
81
- lut: string;
82
- };
83
- dynamicMarkers: any;
84
- hasMarkersJson: boolean;
85
- showVersion: boolean;
86
- }>, {
35
+ };
36
+ declare function getCurrentRotation(): any;
37
+ declare function setCurrentRotation(rotation: [number, number, number, string]): any;
38
+ declare function getCurrentFov(): any;
39
+ declare function setCurrentFov(rotation: number): any;
40
+ declare function setCurrentCamera(cameraId: string): void;
41
+ declare function updateSelectedInterior(value: string): void;
42
+ declare function setFrontendMarkers(markers: Array<MarkerDataInput>): void;
43
+ declare function clearCurrentMarkerLayer(): void;
44
+ declare function loadDynamicMarkers(markersJson: string): void;
45
+ declare function screenToWorld(coords: {
46
+ x: number;
47
+ y: number;
48
+ }): {
49
+ x: number;
50
+ y: number;
51
+ z: number;
52
+ };
53
+ declare function takeSnapshot(): Promise<CameraSnapshot>;
54
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
87
55
  updateSelectedInterior: typeof updateSelectedInterior;
88
56
  takeSnapshot: typeof takeSnapshot;
89
57
  setCurrentCamera: typeof setCurrentCamera;
@@ -95,126 +63,165 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
95
63
  screenToWorld: typeof screenToWorld;
96
64
  setFrontendMarkers: typeof setFrontendMarkers;
97
65
  clearCurrentMarkerLayer: typeof clearCurrentMarkerLayer;
98
- apartmentJson: import('vue').Ref<ApartmentJson>;
99
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
100
- onError: (error: Error) => void;
101
- onFrontendMarkersUpdate: (markers: MarkerDataOutput[]) => void;
102
- saveSettings: (playerSettings: PlayerSettings) => void;
103
- onSnapshot: (snapshot: CameraSnapshot, rotation: [x: number, y: number, z: number]) => void;
104
- onVisuadoCreateButtonClicked: (snapshot: CameraSnapshot) => void;
105
- onInteriorUpdate: (interiorId: string) => void;
106
- onCameraUpdate: (cameraId: string, apartmentJson: ApartmentJson) => void;
107
- onSunsimUpdate: (sunsimData: StructureChooserDataCameraDay[]) => void;
108
- onInitialized: (playerApi: any) => void;
109
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
110
- cdnFileResolver: CdnFileResolverCallback;
111
- apartmentId: string;
112
- defaultInteriorId?: string;
113
- validInteriorIds?: Array<string>;
114
- displayViewModeSwitch?: boolean;
115
- websiteUrl?: string;
116
- i18nConfig?: I18NConfig;
117
- showCarousel?: boolean;
118
- showTimeOfDay?: boolean;
119
- showCompass?: boolean;
120
- showFullScreen?: boolean;
121
- showSnapshot?: boolean;
122
- showShare?: boolean;
123
- showInteriorOptions?: boolean;
124
- showMiniMap?: boolean;
125
- showFloorLevel?: boolean;
126
- defaultWaypointIndex?: number;
127
- defaultViewMode?: string;
128
- mouseSensitivity?: number;
129
- isInIframe?: boolean;
130
- adminMode?: boolean;
131
- playerSettings?: PlayerSettings;
132
- hasMarkersJson?: boolean;
133
- dynamicMarkers?: string;
134
- version?: string;
135
- showVersion?: boolean;
136
- enableAutoplay?: boolean;
137
- showVisuadoCreateButton: boolean;
138
- }>, {
139
- validInteriorIds: () => any[];
140
- displayViewModeSwitch: boolean;
141
- showCarousel: boolean;
142
- showTimeOfDay: boolean;
143
- showCompass: boolean;
144
- showFullScreen: boolean;
145
- showSnapshot: boolean;
146
- showShare: boolean;
147
- showInteriorOptions: boolean;
148
- showMiniMap: boolean;
149
- showFloorLevel: boolean;
150
- defaultWaypointIndex: number;
151
- defaultViewMode: string;
152
- mouseSensitivity: number;
153
- adminMode: boolean;
154
- enableAutoplay: boolean;
155
- showVisuadoCreateButton: boolean;
156
- playerSettings: () => {
157
- temperature: number;
158
- targetLuminance: number;
159
- exposureFovScale: number;
160
- UNREAL_BLOOM_ENABLED: boolean;
161
- sharpenFilter_amount: number;
162
- UNREAL_BLOOM_STRENGTH: number;
163
- TRANSITION_MOVEMENT_SCALE: number;
164
- whitePoint: number[];
165
- lut: string;
166
- };
167
- dynamicMarkers: any;
168
- hasMarkersJson: boolean;
169
- showVersion: boolean;
170
- }>>> & {
66
+ apartmentJson: import('vue').Ref<ApartmentJson, ApartmentJson>;
67
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
68
+ onError: (error: Error) => any;
69
+ onFrontendMarkersUpdate: (markers: MarkerDataOutput[]) => any;
70
+ saveSettings: (playerSettings: PlayerSettings) => any;
71
+ onSnapshot: (snapshot: CameraSnapshot, rotation: [x: number, y: number, z: number]) => any;
72
+ onVisuadoCreateButtonClicked: (snapshot: CameraSnapshot) => any;
73
+ onInteriorUpdate: (interiorId: string) => any;
74
+ onCameraUpdate: (cameraId: string, apartmentJson: ApartmentJson) => any;
75
+ onSunsimUpdate: (sunsimData: StructureChooserDataCameraDay[]) => any;
76
+ onInitialized: (playerApi: any) => any;
77
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
171
78
  onOnError?: (error: Error) => any;
79
+ onOnFrontendMarkersUpdate?: (markers: MarkerDataOutput[]) => any;
172
80
  onSaveSettings?: (playerSettings: PlayerSettings) => any;
173
81
  onOnSnapshot?: (snapshot: CameraSnapshot, rotation: [x: number, y: number, z: number]) => any;
174
- onOnFrontendMarkersUpdate?: (markers: MarkerDataOutput[]) => any;
175
82
  onOnVisuadoCreateButtonClicked?: (snapshot: CameraSnapshot) => any;
176
83
  onOnInteriorUpdate?: (interiorId: string) => any;
177
84
  onOnCameraUpdate?: (cameraId: string, apartmentJson: ApartmentJson) => any;
178
85
  onOnSunsimUpdate?: (sunsimData: StructureChooserDataCameraDay[]) => any;
179
86
  onOnInitialized?: (playerApi: any) => any;
180
- }, {
181
- showFullScreen: boolean;
182
- showShare: boolean;
183
- defaultWaypointIndex: number;
184
- showVersion: boolean;
87
+ }>, {
185
88
  mouseSensitivity: number;
186
89
  validInteriorIds: Array<string>;
187
90
  displayViewModeSwitch: boolean;
188
91
  showCarousel: boolean;
189
92
  showTimeOfDay: boolean;
190
93
  showCompass: boolean;
94
+ showFullScreen: boolean;
191
95
  showSnapshot: boolean;
96
+ showShare: boolean;
192
97
  showInteriorOptions: boolean;
193
98
  showMiniMap: boolean;
194
99
  showFloorLevel: boolean;
100
+ defaultWaypointIndex: number;
195
101
  defaultViewMode: string;
196
102
  adminMode: boolean;
197
103
  playerSettings: PlayerSettings;
198
104
  hasMarkersJson: boolean;
199
105
  dynamicMarkers: string;
106
+ showVersion: boolean;
200
107
  enableAutoplay: boolean;
201
108
  showVisuadoCreateButton: boolean;
202
- }, {}>;
203
- export default _default;
204
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
205
- type __VLS_TypePropsToRuntimeProps<T> = {
206
- [K in keyof T]-?: {} extends Pick<T, K> ? {
207
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
208
- } : {
209
- type: import('vue').PropType<T[K]>;
210
- required: true;
109
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
110
+ vPlayerInstance: {
111
+ $: import('vue').ComponentInternalInstance;
112
+ $data: {};
113
+ $props: {
114
+ readonly cdnFileResolver: CdnFileResolverCallback;
115
+ readonly interiorId: string;
116
+ readonly apartmentId: string;
117
+ readonly currentCameraId: string;
118
+ readonly showStaticImage: boolean;
119
+ readonly mouseSensitivity?: number;
120
+ readonly onNewCameraCallback?: (cameraId: string) => any;
121
+ readonly onNewRotationCallback?: (rotation: number) => any;
122
+ readonly onNewFloorCallback?: (floor: number) => any;
123
+ readonly onNewFovCallback?: (fov: number) => any;
124
+ readonly onSunsimCallback?: (sunSimData: StructureChooserDataCameraDay[]) => any;
125
+ readonly onPlayerApiCallback?: (playerApi: any) => any;
126
+ readonly onNewSizeCallback?: (width: number, height: number) => any;
127
+ readonly onFrontendMarkersUpdate?: (markers: MarkerDataOutput[]) => any;
128
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
129
+ $attrs: {
130
+ [x: string]: unknown;
131
+ };
132
+ $refs: {
133
+ [x: string]: unknown;
134
+ };
135
+ $slots: Readonly<{
136
+ [name: string]: import('vue').Slot<any>;
137
+ }>;
138
+ $root: import('vue').ComponentPublicInstance | null;
139
+ $parent: import('vue').ComponentPublicInstance | null;
140
+ $host: Element | null;
141
+ $emit: ((event: "newCameraCallback", cameraId: string) => void) & ((event: "newRotationCallback", rotation: number) => void) & ((event: "newFloorCallback", floor: number) => void) & ((event: "newFovCallback", fov: number) => void) & ((event: "sunsimCallback", sunSimData: StructureChooserDataCameraDay[]) => void) & ((event: "playerApiCallback", playerApi: any) => void) & ((event: "newSizeCallback", width: number, height: number) => void) & ((event: "frontendMarkersUpdate", markers: MarkerDataOutput[]) => void);
142
+ $el: HTMLDivElement;
143
+ $options: import('vue').ComponentOptionsBase<Readonly<{
144
+ cdnFileResolver: CdnFileResolverCallback;
145
+ interiorId: string;
146
+ apartmentId: string;
147
+ currentCameraId: string;
148
+ showStaticImage: boolean;
149
+ mouseSensitivity?: number;
150
+ }> & Readonly<{
151
+ onNewCameraCallback?: (cameraId: string) => any;
152
+ onNewRotationCallback?: (rotation: number) => any;
153
+ onNewFloorCallback?: (floor: number) => any;
154
+ onNewFovCallback?: (fov: number) => any;
155
+ onSunsimCallback?: (sunSimData: StructureChooserDataCameraDay[]) => any;
156
+ onPlayerApiCallback?: (playerApi: any) => any;
157
+ onNewSizeCallback?: (width: number, height: number) => any;
158
+ onFrontendMarkersUpdate?: (markers: MarkerDataOutput[]) => any;
159
+ }>, {
160
+ updateFrontendMarkers: (markers: Array<MarkerDataInput>) => void;
161
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
162
+ newCameraCallback: (cameraId: string) => any;
163
+ newRotationCallback: (rotation: number) => any;
164
+ newFloorCallback: (floor: number) => any;
165
+ newFovCallback: (fov: number) => any;
166
+ sunsimCallback: (sunSimData: StructureChooserDataCameraDay[]) => any;
167
+ playerApiCallback: (playerApi: any) => any;
168
+ newSizeCallback: (width: number, height: number) => any;
169
+ frontendMarkersUpdate: (markers: MarkerDataOutput[]) => any;
170
+ }, string, {
171
+ mouseSensitivity: number;
172
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
173
+ beforeCreate?: (() => void) | (() => void)[];
174
+ created?: (() => void) | (() => void)[];
175
+ beforeMount?: (() => void) | (() => void)[];
176
+ mounted?: (() => void) | (() => void)[];
177
+ beforeUpdate?: (() => void) | (() => void)[];
178
+ updated?: (() => void) | (() => void)[];
179
+ activated?: (() => void) | (() => void)[];
180
+ deactivated?: (() => void) | (() => void)[];
181
+ beforeDestroy?: (() => void) | (() => void)[];
182
+ beforeUnmount?: (() => void) | (() => void)[];
183
+ destroyed?: (() => void) | (() => void)[];
184
+ unmounted?: (() => void) | (() => void)[];
185
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
186
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
187
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
188
+ };
189
+ $forceUpdate: () => void;
190
+ $nextTick: typeof import('vue').nextTick;
191
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
192
+ } & Readonly<{
193
+ mouseSensitivity: number;
194
+ }> & Omit<Readonly<{
195
+ cdnFileResolver: CdnFileResolverCallback;
196
+ interiorId: string;
197
+ apartmentId: string;
198
+ currentCameraId: string;
199
+ showStaticImage: boolean;
200
+ mouseSensitivity?: number;
201
+ }> & Readonly<{
202
+ onNewCameraCallback?: (cameraId: string) => any;
203
+ onNewRotationCallback?: (rotation: number) => any;
204
+ onNewFloorCallback?: (floor: number) => any;
205
+ onNewFovCallback?: (fov: number) => any;
206
+ onSunsimCallback?: (sunSimData: StructureChooserDataCameraDay[]) => any;
207
+ onPlayerApiCallback?: (playerApi: any) => any;
208
+ onNewSizeCallback?: (width: number, height: number) => any;
209
+ onFrontendMarkersUpdate?: (markers: MarkerDataOutput[]) => any;
210
+ }>, "updateFrontendMarkers" | "mouseSensitivity"> & import('vue').ShallowUnwrapRef<{
211
+ updateFrontendMarkers: (markers: Array<MarkerDataInput>) => void;
212
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
213
+ $slots: {
214
+ 'slideshow-image'?(_: {}): any;
215
+ 'top-left'?(_: {}): any;
216
+ 'top-center'?(_: {}): any;
217
+ 'top-right'?(_: {}): any;
218
+ 'center-left'?(_: {}): any;
219
+ 'center-center'?(_: {}): any;
220
+ 'center-right'?(_: {}): any;
221
+ 'bottom-left'?(_: {}): any;
222
+ 'bottom-center'?(_: {}): any;
223
+ 'bottom-right'?(_: {}): any;
224
+ };
211
225
  };
212
- };
213
- type __VLS_WithDefaults<P, D> = {
214
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
215
- default: D[K];
216
- }> : P[K];
217
- };
218
- type __VLS_Prettify<T> = {
219
- [K in keyof T]: T[K];
220
- } & {};
226
+ }, HTMLDivElement>;
227
+ export default _default;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
- onSnapshot: () => void;
3
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
2
+ onSnapshot: () => any;
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
4
  onOnSnapshot?: () => any;
5
- }, {}, {}>;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
6
6
  export default _default;
@@ -1,5 +1,4 @@
1
1
  import { StructureChooserDataCameraDay } from '../structureChooser/types/StructureChooserData';
2
-
3
2
  export type PlayerSettings = {
4
3
  temperature: number;
5
4
  targetLuminance: number;
@@ -1,6 +1,9 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- modelValue: import('vue').PropType<any>;
3
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4
- modelValue: import('vue').PropType<any>;
5
- }>>, {}, {}>;
1
+ type __VLS_PublicProps = {
2
+ modelValue?: any;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ "update:modelValue": (value: any) => any;
6
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
7
+ "onUpdate:modelValue"?: (value: any) => any;
8
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
9
  export default _default;
@@ -1,15 +1,5 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ type __VLS_Props = {
2
2
  rotation: number;
3
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
- rotation: number;
5
- }>>>, {}, {}>;
6
- export default _default;
7
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- type __VLS_TypePropsToRuntimeProps<T> = {
9
- [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
- } : {
12
- type: import('vue').PropType<T[K]>;
13
- required: true;
14
- };
15
3
  };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
+ export default _default;
@@ -1,16 +1,14 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- modelValue: import('vue').PropType<number>;
3
- floorLevels: {
4
- type: import('vue').PropType<number[]>;
5
- default: () => any[];
6
- };
7
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
- modelValue: import('vue').PropType<number>;
9
- floorLevels: {
10
- type: import('vue').PropType<number[]>;
11
- default: () => any[];
12
- };
13
- }>>, {
1
+ type __VLS_Props = {
2
+ floorLevels?: Array<number>;
3
+ };
4
+ type __VLS_PublicProps = {
5
+ modelValue?: number;
6
+ } & __VLS_Props;
7
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ "update:modelValue": (value: number) => any;
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
10
+ "onUpdate:modelValue"?: (value: number) => any;
11
+ }>, {
14
12
  floorLevels: Array<number>;
15
- }, {}>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
14
  export default _default;
@@ -1,19 +1,9 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ type __VLS_Props = {
2
2
  isFullScreen: boolean;
3
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4
- toggleFullscreen: () => void;
5
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- isFullScreen: boolean;
7
- }>>> & {
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ toggleFullscreen: () => any;
6
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
7
  onToggleFullscreen?: () => any;
9
- }, {}, {}>;
8
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
9
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToRuntimeProps<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
@@ -1,27 +1,14 @@
1
1
  import { CdnFileResolverCallback, Unpacked } from '../types';
2
2
  import { ConfigJson } from './types';
3
3
  import { DataPoint } from '@qispace/visuado-player-core';
4
-
5
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
+ type __VLS_Props = {
6
5
  cdnFileResolver: CdnFileResolverCallback;
7
6
  archetypes: Array<Unpacked<ConfigJson['archetypes']>>;
8
7
  currentDataPoint?: DataPoint;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- selectInterior: (interiorId: string) => void;
11
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
12
- cdnFileResolver: CdnFileResolverCallback;
13
- archetypes: Array<Unpacked<ConfigJson['archetypes']>>;
14
- currentDataPoint?: DataPoint;
15
- }>>> & {
8
+ };
9
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ selectInterior: (interiorId: string) => any;
11
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
12
  onSelectInterior?: (interiorId: string) => any;
17
- }, {}, {}>;
13
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
14
  export default _default;
19
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToRuntimeProps<T> = {
21
- [K in keyof T]-?: {} extends Pick<T, K> ? {
22
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
- } : {
24
- type: import('vue').PropType<T[K]>;
25
- required: true;
26
- };
27
- };
@@ -1,34 +1,78 @@
1
1
  import { ApartmentJson, MiniMapJson } from './types';
2
2
  import { CdnFileResolverCallback } from '../types';
3
-
4
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ type __VLS_Props = {
5
4
  cdnFileResolver: CdnFileResolverCallback;
6
5
  minimapJson: MiniMapJson;
7
6
  apartmentJson: ApartmentJson;
8
7
  currentCamera: string;
9
8
  level: number;
10
9
  rotation: number;
11
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
- goToCamera: (cameraId: string) => void;
13
- close: () => void;
14
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
15
- cdnFileResolver: CdnFileResolverCallback;
16
- minimapJson: MiniMapJson;
17
- apartmentJson: ApartmentJson;
18
- currentCamera: string;
19
- level: number;
20
- rotation: number;
21
- }>>> & {
22
- onGoToCamera?: (cameraId: string) => any;
10
+ };
11
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ close: () => any;
13
+ goToCamera: (cameraId: string) => any;
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
23
15
  onClose?: () => 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;
16
+ onGoToCamera?: (cameraId: string) => any;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
18
+ minimapMoveable: {
19
+ $: import('vue').ComponentInternalInstance;
20
+ $data: {};
21
+ $props: {
22
+ readonly size: string;
23
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
24
+ $attrs: {
25
+ [x: string]: unknown;
26
+ };
27
+ $refs: {
28
+ [x: string]: unknown;
29
+ };
30
+ $slots: Readonly<{
31
+ [name: string]: import('vue').Slot<any>;
32
+ }>;
33
+ $root: import('vue').ComponentPublicInstance | null;
34
+ $parent: import('vue').ComponentPublicInstance | null;
35
+ $host: Element | null;
36
+ $emit: (event: string, ...args: any[]) => void;
37
+ $el: HTMLDivElement;
38
+ $options: import('vue').ComponentOptionsBase<Readonly<{
39
+ size: string;
40
+ }> & Readonly<{}>, {
41
+ bodyWidth: import('vue').Ref<any, any>;
42
+ bodyHeight: import('vue').Ref<any, any>;
43
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
44
+ beforeCreate?: (() => void) | (() => void)[];
45
+ created?: (() => void) | (() => void)[];
46
+ beforeMount?: (() => void) | (() => void)[];
47
+ mounted?: (() => void) | (() => void)[];
48
+ beforeUpdate?: (() => void) | (() => void)[];
49
+ updated?: (() => void) | (() => void)[];
50
+ activated?: (() => void) | (() => void)[];
51
+ deactivated?: (() => void) | (() => void)[];
52
+ beforeDestroy?: (() => void) | (() => void)[];
53
+ beforeUnmount?: (() => void) | (() => void)[];
54
+ destroyed?: (() => void) | (() => void)[];
55
+ unmounted?: (() => void) | (() => void)[];
56
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
57
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
58
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
59
+ };
60
+ $forceUpdate: () => void;
61
+ $nextTick: typeof import('vue').nextTick;
62
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
63
+ } & Readonly<{}> & Omit<Readonly<{
64
+ size: string;
65
+ }> & Readonly<{}>, "bodyWidth" | "bodyHeight"> & import('vue').ShallowUnwrapRef<{
66
+ bodyWidth: import('vue').Ref<any, any>;
67
+ bodyHeight: import('vue').Ref<any, any>;
68
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
69
+ $slots: {
70
+ 'top-left'?(_: {}): any;
71
+ 'top-right'?(_: {}): any;
72
+ header?(_: {}): any;
73
+ body?(_: {}): any;
74
+ footer?(_: {}): any;
75
+ };
33
76
  };
34
- };
77
+ }, HTMLDivElement>;
78
+ export default _default;
@@ -1,27 +1,25 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ type __VLS_Props = {
2
2
  size: string;
3
- }>, {
4
- bodyWidth: import('vue').Ref<any>;
5
- bodyHeight: import('vue').Ref<any>;
6
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- size: string;
8
- }>>>, {}, {}>, {
9
- "top-left"?(_: {}): any;
10
- "top-right"?(_: {}): any;
11
- header?(_: {}): any;
12
- body?(_: {}): any;
13
- footer?(_: {}): any;
14
- }>;
15
- export default _default;
16
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToRuntimeProps<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
3
+ };
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ 'top-left'?(_: {}): any;
8
+ 'top-right'?(_: {}): any;
9
+ header?(_: {}): any;
10
+ body?(_: {}): any;
11
+ footer?(_: {}): any;
23
12
  };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
24
15
  };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
18
+ bodyWidth: import('vue').Ref<any, any>;
19
+ bodyHeight: import('vue').Ref<any, any>;
20
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
25
23
  type __VLS_WithTemplateSlots<T, S> = T & {
26
24
  new (): {
27
25
  $slots: S;