@qispace/vue3-player 0.4.36 → 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.
- package/dist/vue-components/src/components/injectionKeys.d.ts +0 -1
- package/dist/vue-components/src/components/manualSlideShow/VManualSlideShow.vue.d.ts +4 -36
- package/dist/vue-components/src/components/manualSlideShow/VManualSlideShowPlayer.vue.d.ts +25 -27
- package/dist/vue-components/src/components/miniMap/VMiniMap.vue.d.ts +34 -39
- package/dist/vue-components/src/components/miniMap/VMiniMapCompass.vue.d.ts +3 -15
- package/dist/vue-components/src/components/miniMap/VMiniMapMap.vue.d.ts +32 -98
- package/dist/vue-components/src/components/miniMap/VRotationMarker.vue.d.ts +3 -13
- package/dist/vue-components/src/components/miniMap/VSunSimulationSlider.vue.d.ts +6 -20
- package/dist/vue-components/src/components/shared/VFloatingCard.vue.d.ts +21 -22
- package/dist/vue-components/src/components/shared/VFullScreenButton.vue.d.ts +6 -16
- package/dist/vue-components/src/components/shared/VHoverProbe.vue.d.ts +3 -1
- package/dist/vue-components/src/components/shared/VNorthDirection.vue.d.ts +3 -13
- package/dist/vue-components/src/components/shared/VSingleImage.vue.d.ts +4 -27
- package/dist/vue-components/src/components/shared/VSocialShare.vue.d.ts +1 -1
- package/dist/vue-components/src/components/shared/VWaypointCarousel.vue.d.ts +23 -42
- package/dist/vue-components/src/components/shared/VZoomBox.vue.d.ts +28 -53
- package/dist/vue-components/src/components/structureChooser/VStructureChooser.vue.d.ts +352 -85
- package/dist/vue-components/src/components/structureChooser/VStructureChooserCamera.vue.d.ts +5 -18
- package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDay.vue.d.ts +3 -17
- package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDayTimeSample.vue.d.ts +5 -16
- package/dist/vue-components/src/components/structureChooser/VStructureChooserOverlay.vue.d.ts +15 -28
- package/dist/vue-components/src/components/structureChooser/VStructureChooserTransition.vue.d.ts +5 -16
- package/dist/vue-components/src/components/structureChooser/VStructureChooserUiCameraThumbnails.vue.d.ts +9 -21
- package/dist/vue-components/src/components/structureChooser/VStructureChooserUiDayButton.vue.d.ts +6 -20
- package/dist/vue-components/src/components/structureChooser/VStructureChooserUiTimeSampleSlider.vue.d.ts +6 -20
- package/dist/vue-components/src/components/structureChooser/VStructureChooserUiZoomButtons.vue.d.ts +7 -20
- package/dist/vue-components/src/components/structureChooser/types.d.ts +0 -1
- package/dist/vue-components/src/components/structureChooser/utils/convertStructureChooserDataLegacyToV5.d.ts +0 -1
- package/dist/vue-components/src/components/structureChooser/utils/useImagePreloader.d.ts +18 -0
- package/dist/vue-components/src/components/virtualTour/VAutoplay.vue.d.ts +6 -16
- package/dist/vue-components/src/components/virtualTour/VCompass.vue.d.ts +3 -13
- package/dist/vue-components/src/components/virtualTour/VFloorLevel.vue.d.ts +7 -32
- package/dist/vue-components/src/components/virtualTour/VInteriorSelector.vue.d.ts +6 -21
- package/dist/vue-components/src/components/virtualTour/VMiniMap.vue.d.ts +68 -24
- package/dist/vue-components/src/components/virtualTour/VMoveable.vue.d.ts +19 -21
- package/dist/vue-components/src/components/virtualTour/VPlayer.vue.d.ts +36 -56
- package/dist/vue-components/src/components/virtualTour/VPlayerSettingsUi.vue.d.ts +7 -18
- package/dist/vue-components/src/components/virtualTour/VSunStudyToggle.vue.d.ts +6 -17
- package/dist/vue-components/src/components/virtualTour/VSunsimSlider.vue.d.ts +7 -20
- package/dist/vue-components/src/components/virtualTour/VTimeOfDay.vue.d.ts +4 -29
- package/dist/vue-components/src/components/virtualTour/VTutorial.vue.d.ts +4 -4
- package/dist/vue-components/src/components/virtualTour/VViewModeToggle.vue.d.ts +6 -16
- package/dist/vue-components/src/components/virtualTour/VVirtualTour.vue.d.ts +157 -150
- package/dist/vue-components/src/components/virtualTour/VVisuadoCreateButton.vue.d.ts +3 -3
- package/dist/vue-components/src/components/virtualTour/types.d.ts +0 -1
- package/dist/vue-components/src/components/virtualTour2/VAutoplay.vue.d.ts +8 -5
- package/dist/vue-components/src/components/virtualTour2/VCompass.vue.d.ts +3 -13
- package/dist/vue-components/src/components/virtualTour2/VFloorLevel.vue.d.ts +12 -14
- package/dist/vue-components/src/components/virtualTour2/VFullScreenButton.vue.d.ts +6 -16
- package/dist/vue-components/src/components/virtualTour2/VInteriorSelector.vue.d.ts +6 -19
- package/dist/vue-components/src/components/virtualTour2/VMiniMap.vue.d.ts +68 -24
- package/dist/vue-components/src/components/virtualTour2/VMoveable.vue.d.ts +19 -21
- package/dist/vue-components/src/components/virtualTour2/VPlayer.vue.d.ts +55 -63
- package/dist/vue-components/src/components/virtualTour2/VPlayerSettingsUi.vue.d.ts +7 -18
- package/dist/vue-components/src/components/virtualTour2/VSocialShare.vue.d.ts +1 -1
- package/dist/vue-components/src/components/virtualTour2/VSunStudyToggle.vue.d.ts +11 -13
- package/dist/vue-components/src/components/virtualTour2/VSunsimSlider.vue.d.ts +14 -28
- package/dist/vue-components/src/components/virtualTour2/VTimeOfDay.vue.d.ts +4 -29
- package/dist/vue-components/src/components/virtualTour2/VTutorial.vue.d.ts +4 -4
- package/dist/vue-components/src/components/virtualTour2/VViewModeToggle.vue.d.ts +8 -5
- package/dist/vue-components/src/components/virtualTour2/VVirtualTour.vue.d.ts +101 -121
- package/dist/vue-components/src/components/virtualTour2/VVisuadoCreateButton.vue.d.ts +3 -3
- package/dist/vue-components/src/components/virtualTour2/VWaypointCarousel.vue.d.ts +20 -24
- package/dist/vue-components/src/components/virtualTour2/types.d.ts +0 -1
- package/dist/vue-components/src/lib/I18N.d.ts +0 -1
- package/dist/vue-components/src/lib/IndexedDBImageCache.d.ts +24 -0
- package/dist/vue-components/src/lib/OPFSImageCache.d.ts +25 -0
- package/dist/vue-components/src/lib/index.d.ts +2 -0
- package/dist/vue-components/src/vue-components.d.ts +0 -1
- package/dist/vue-components/src/web-components.d.ts +0 -1
- package/dist/vue-components/vue3-player.css +1 -0
- package/dist/vue-components/vue3-player.js +4935 -4686
- package/dist/vue-components/vue3-player.umd.cjs +1 -1
- package/package.json +7 -25
- package/dist/vue-components/style.css +0 -1
|
@@ -1,54 +1,63 @@
|
|
|
1
1
|
import { Main, DataPointsLoaderArgument, AutoRotatePluginOptionsEvent, DataPointChangedEvent, DataPointLoadEvent, DataPointsLoadedEvent, DataPointsActivatedEvent, DataPointsDeactivatedEvent, DataPointTextureLoadEvent, FrontendMarkersUpdateEvent, ImageLoaderOptionsEvent, InitializedEvent, KeyDownEvent, KeyEvent, KeyUpEvent, MainOptionsEvent, MouseDownEvent, MouseEvent, MouseMoveEvent, MousePickEvent, MouseScrollEvent, MouseUpEvent, PanoramaTransitionRendererPluginOptionsEvent, PostProcessorOptionsEvent, ResizedEvent, StateUpdatedEvent, UserInputPluginOptionsEvent } from '@qispace/visuado-player-core';
|
|
2
2
|
import { Labels } from './VVirtualTour.vue';
|
|
3
3
|
import { StructureChooserDataCameraDay, StructureChooserDataCameraDayTimeSample } from '../structureChooser/types/StructureChooserData';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
data: DataPointsLoaderArgument<Record<string, any>, import('@qispace/visuado-player-core').DefaultExtra>[];
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
data: Array<DataPointsLoaderArgument>;
|
|
7
6
|
cameraId: string;
|
|
8
7
|
interiorId: string;
|
|
9
8
|
day?: StructureChooserDataCameraDay;
|
|
10
9
|
time?: StructureChooserDataCameraDayTimeSample;
|
|
11
10
|
isAutoPlaying?: boolean;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
11
|
+
};
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: {
|
|
15
|
+
'slideshow-image'?(_: {}): any;
|
|
16
|
+
'top-left'?(_: {}): any;
|
|
17
|
+
'top-center'?(_: {}): any;
|
|
18
|
+
'top-right'?(_: {}): any;
|
|
19
|
+
'center-left'?(_: {}): any;
|
|
20
|
+
'center-center'?(_: {}): any;
|
|
21
|
+
'center-right'?(_: {}): any;
|
|
22
|
+
'bottom-left'?(_: {}): any;
|
|
23
|
+
'bottom-center'?(_: {}): any;
|
|
24
|
+
'bottom-right'?(_: {}): any;
|
|
25
|
+
};
|
|
26
|
+
refs: {};
|
|
27
|
+
rootEl: HTMLDivElement;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
31
|
+
playerCore: import('vue').Ref<Main<Record<string, any>, import('@qispace/visuado-player-core').DefaultExtra>, Main<Record<string, any>, import('@qispace/visuado-player-core').DefaultExtra>>;
|
|
32
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
frontendMarkersUpdate: (event: FrontendMarkersUpdateEvent) => any;
|
|
34
|
+
key: (event: KeyEvent) => any;
|
|
35
|
+
autoRotatePluginOptions: (event: AutoRotatePluginOptionsEvent) => any;
|
|
36
|
+
dataPointChanged: (event: DataPointChangedEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
37
|
+
dataPointLoad: (event: DataPointLoadEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
38
|
+
dataPointsLoaded: (event: DataPointsLoadedEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
39
|
+
dataPointsActivated: (event: DataPointsActivatedEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
40
|
+
dataPointsDeactivated: (event: DataPointsDeactivatedEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
41
|
+
dataPointTextureLoad: (event: DataPointTextureLoadEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
42
|
+
imageLoaderOptions: (event: ImageLoaderOptionsEvent) => any;
|
|
43
|
+
initialized: (event: InitializedEvent) => any;
|
|
44
|
+
keyDown: (event: KeyDownEvent) => any;
|
|
45
|
+
keyUp: (event: KeyUpEvent) => any;
|
|
46
|
+
mainOptions: (event: MainOptionsEvent) => any;
|
|
47
|
+
mouseDown: (event: MouseDownEvent) => any;
|
|
48
|
+
mouse: (event: MouseEvent) => any;
|
|
49
|
+
mouseMove: (event: MouseMoveEvent) => any;
|
|
50
|
+
mousePick: (event: MousePickEvent) => any;
|
|
51
|
+
mouseScroll: (event: MouseScrollEvent) => any;
|
|
52
|
+
mouseUp: (event: MouseUpEvent) => any;
|
|
53
|
+
panoramaTransitionRendererPluginOptions: (event: PanoramaTransitionRendererPluginOptionsEvent) => any;
|
|
54
|
+
postProcessorOptions: (event: PostProcessorOptionsEvent) => any;
|
|
55
|
+
resized: (event: ResizedEvent) => any;
|
|
56
|
+
stateUpdated: (event: StateUpdatedEvent) => any;
|
|
57
|
+
userInputPluginOptions: (event: UserInputPluginOptionsEvent) => any;
|
|
58
|
+
playerCoreAccessible: (playerCore: Main<Record<string, any>, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
59
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
50
60
|
onFrontendMarkersUpdate?: (event: FrontendMarkersUpdateEvent) => any;
|
|
51
|
-
onInitialized?: (event: InitializedEvent) => any;
|
|
52
61
|
onKey?: (event: KeyEvent) => any;
|
|
53
62
|
onAutoRotatePluginOptions?: (event: AutoRotatePluginOptionsEvent) => any;
|
|
54
63
|
onDataPointChanged?: (event: DataPointChangedEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
@@ -58,11 +67,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
58
67
|
onDataPointsDeactivated?: (event: DataPointsDeactivatedEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
59
68
|
onDataPointTextureLoad?: (event: DataPointTextureLoadEvent<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
60
69
|
onImageLoaderOptions?: (event: ImageLoaderOptionsEvent) => any;
|
|
70
|
+
onInitialized?: (event: InitializedEvent) => any;
|
|
61
71
|
onKeyDown?: (event: KeyDownEvent) => any;
|
|
62
72
|
onKeyUp?: (event: KeyUpEvent) => any;
|
|
63
73
|
onMainOptions?: (event: MainOptionsEvent) => any;
|
|
64
74
|
onMouseDown?: (event: MouseDownEvent) => any;
|
|
65
75
|
onMouse?: (event: MouseEvent) => any;
|
|
76
|
+
onMouseMove?: (event: MouseMoveEvent) => any;
|
|
66
77
|
onMousePick?: (event: MousePickEvent) => any;
|
|
67
78
|
onMouseScroll?: (event: MouseScrollEvent) => any;
|
|
68
79
|
onMouseUp?: (event: MouseUpEvent) => any;
|
|
@@ -72,28 +83,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
72
83
|
onStateUpdated?: (event: StateUpdatedEvent) => any;
|
|
73
84
|
onUserInputPluginOptions?: (event: UserInputPluginOptionsEvent) => any;
|
|
74
85
|
onPlayerCoreAccessible?: (playerCore: Main<Record<string, any>, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
75
|
-
}, {}, {}
|
|
76
|
-
|
|
77
|
-
"top-left"?(_: {}): any;
|
|
78
|
-
"top-center"?(_: {}): any;
|
|
79
|
-
"top-right"?(_: {}): any;
|
|
80
|
-
"center-left"?(_: {}): any;
|
|
81
|
-
"center-center"?(_: {}): any;
|
|
82
|
-
"center-right"?(_: {}): any;
|
|
83
|
-
"bottom-left"?(_: {}): any;
|
|
84
|
-
"bottom-center"?(_: {}): any;
|
|
85
|
-
"bottom-right"?(_: {}): any;
|
|
86
|
-
}>;
|
|
86
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
87
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
87
88
|
export default _default;
|
|
88
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
89
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
90
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
91
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
92
|
-
} : {
|
|
93
|
-
type: import('vue').PropType<T[K]>;
|
|
94
|
-
required: true;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
89
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
98
90
|
new (): {
|
|
99
91
|
$slots: S;
|
|
@@ -1,23 +1,12 @@
|
|
|
1
1
|
import { PlayerSettings } from './types';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type __VLS_Props = {
|
|
4
3
|
initialSettings?: PlayerSettings;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}>>> & {
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
updateSettings: (playerSettings: PlayerSettings) => any;
|
|
7
|
+
saveSettings: (playerSettings: PlayerSettings) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
9
|
onUpdateSettings?: (playerSettings: PlayerSettings) => any;
|
|
12
10
|
onSaveSettings?: (playerSettings: PlayerSettings) => any;
|
|
13
|
-
}, {}, {}>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
12
|
export default _default;
|
|
15
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
-
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
modelValue:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
};
|
|
13
|
-
}>>, {}, {}>;
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
showUi: boolean;
|
|
3
|
+
};
|
|
4
|
+
type __VLS_PublicProps = {
|
|
5
|
+
modelValue?: boolean;
|
|
6
|
+
} & __VLS_Props;
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: boolean) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
12
|
export default _default;
|
|
@@ -1,30 +1,16 @@
|
|
|
1
1
|
import { StructureChooserDataCameraDay, StructureChooserDataCameraDayTimeSample } from '../structureChooser/types/StructureChooserData';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
-
modelValue: {
|
|
18
|
-
required: true;
|
|
19
|
-
type: import('vue').PropType<boolean>;
|
|
20
|
-
};
|
|
21
|
-
time: {
|
|
22
|
-
required: true;
|
|
23
|
-
type: import('vue').PropType<StructureChooserDataCameraDayTimeSample>;
|
|
24
|
-
};
|
|
25
|
-
day: {
|
|
26
|
-
required: true;
|
|
27
|
-
type: import('vue').PropType<StructureChooserDataCameraDay>;
|
|
28
|
-
};
|
|
29
|
-
}>>, {}, {}>;
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue: boolean;
|
|
4
|
+
'time': StructureChooserDataCameraDayTimeSample;
|
|
5
|
+
'day': StructureChooserDataCameraDay;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: boolean) => any;
|
|
9
|
+
"update:time": (value: StructureChooserDataCameraDayTimeSample) => any;
|
|
10
|
+
"update:day": (value: StructureChooserDataCameraDay) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
13
|
+
"onUpdate:time"?: (value: StructureChooserDataCameraDayTimeSample) => any;
|
|
14
|
+
"onUpdate:day"?: (value: StructureChooserDataCameraDay) => any;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
16
|
export default _default;
|
|
@@ -1,34 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
hours: number;
|
|
3
3
|
minutes: number;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
minutes: number;
|
|
7
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
hours: number;
|
|
9
|
-
minutes: number;
|
|
10
|
-
}>, {
|
|
11
|
-
hours: number;
|
|
12
|
-
minutes: number;
|
|
13
|
-
}>>>, {
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
6
|
hours: number;
|
|
15
7
|
minutes: number;
|
|
16
|
-
}, {}>;
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
9
|
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
|
-
};
|
|
27
|
-
type __VLS_WithDefaults<P, D> = {
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_Prettify<T> = {
|
|
33
|
-
[K in keyof T]: T[K];
|
|
34
|
-
} & {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
-
closeTutorial: (dontShow: boolean) =>
|
|
3
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
+
closeTutorial: (dontShow: boolean) => any;
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
4
|
onCloseTutorial?: (dontShow: boolean) => any;
|
|
5
|
-
}, {}, {}>;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
modelValue
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: boolean) => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
9
|
export default _default;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { Main, MarkerDataOutput, PlayerStateOutput } from '@qispace/visuado-player-core';
|
|
1
|
+
import { DataPoint, Main, MarkerDataOutput, PlayerStateOutput } from '@qispace/visuado-player-core';
|
|
2
2
|
import { CdnFileResolverCallback, I18NConfig } from '../types';
|
|
3
3
|
import { ApartmentJson } from '../../vue-components';
|
|
4
4
|
import { StructureChooserDataCameraDay } from '../structureChooser/types/StructureChooserData';
|
|
5
5
|
import { PlayerSettings } from './types';
|
|
6
6
|
import { default as CameraSnapshot } from './CameraSnapshot';
|
|
7
|
-
|
|
8
7
|
export interface Labels {
|
|
9
8
|
apartmentId: string;
|
|
10
9
|
interiorId: string;
|
|
@@ -16,13 +15,7 @@ export interface Labels {
|
|
|
16
15
|
dayOfYear?: number;
|
|
17
16
|
timeInHours?: number;
|
|
18
17
|
}
|
|
19
|
-
|
|
20
|
-
declare function setCurrentInteriorId(arg: string): void;
|
|
21
|
-
declare function setCurrentDay(arg: number): void;
|
|
22
|
-
declare function setCurrentTimeSample(arg: number): void;
|
|
23
|
-
declare function setCurrentRotation(arg: number): void;
|
|
24
|
-
declare function setCurrentFloorLevel(arg: number): void;
|
|
25
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
|
+
type __VLS_Props = {
|
|
26
19
|
i18nConfig?: I18NConfig;
|
|
27
20
|
cdnFileResolver: CdnFileResolverCallback;
|
|
28
21
|
apartmentId: string;
|
|
@@ -44,143 +37,130 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
44
37
|
showVersion?: boolean;
|
|
45
38
|
showVisuadoCreateButton?: boolean;
|
|
46
39
|
enableAutoplay?: boolean;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
showShare: boolean;
|
|
57
|
-
showInteriorOptions: boolean;
|
|
58
|
-
showMiniMap: boolean;
|
|
59
|
-
showFloorLevel: boolean;
|
|
60
|
-
showVersion: boolean;
|
|
61
|
-
showVisuadoCreateButton: boolean;
|
|
62
|
-
enableAutoplay: boolean;
|
|
63
|
-
playerSettings: () => {
|
|
64
|
-
temperature: number;
|
|
65
|
-
targetLuminance: number;
|
|
66
|
-
exposureFovScale: number;
|
|
67
|
-
UNREAL_BLOOM_ENABLED: boolean;
|
|
68
|
-
sharpenFilter_amount: number;
|
|
69
|
-
UNREAL_BLOOM_STRENGTH: number;
|
|
70
|
-
TRANSITION_MOVEMENT_SCALE: number;
|
|
71
|
-
whitePoint: number[];
|
|
72
|
-
lut: string;
|
|
73
|
-
};
|
|
74
|
-
}>, {
|
|
75
|
-
playerCore: import('vue').Ref<Main<Labels, import('@qispace/visuado-player-core').DefaultExtra>>;
|
|
40
|
+
};
|
|
41
|
+
declare function setCurrentCameraId(arg: string): void;
|
|
42
|
+
declare function setCurrentInteriorId(arg: string): void;
|
|
43
|
+
declare function setCurrentDay(arg: number): void;
|
|
44
|
+
declare function setCurrentTimeSample(arg: number): void;
|
|
45
|
+
declare function setCurrentRotation(arg: number): void;
|
|
46
|
+
declare function setCurrentFloorLevel(arg: number): void;
|
|
47
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
48
|
+
playerCore: import('vue').Ref<Main<Labels, import('@qispace/visuado-player-core').DefaultExtra>, Main<Labels, import('@qispace/visuado-player-core').DefaultExtra>>;
|
|
76
49
|
setCurrentCameraId: typeof setCurrentCameraId;
|
|
77
50
|
setCurrentInteriorId: typeof setCurrentInteriorId;
|
|
78
51
|
setCurrentDay: typeof setCurrentDay;
|
|
79
52
|
setCurrentTimeSample: typeof setCurrentTimeSample;
|
|
80
53
|
setCurrentRotation: typeof setCurrentRotation;
|
|
81
54
|
setCurrentFloorLevel: typeof setCurrentFloorLevel;
|
|
82
|
-
},
|
|
83
|
-
error: (error: Error) =>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
snapshot: (snapshot: CameraSnapshot, state: PlayerStateOutput) =>
|
|
88
|
-
visuadoCreateButtonClicked: (snapshot: CameraSnapshot) =>
|
|
89
|
-
interiorUpdate: (interiorId: string) =>
|
|
90
|
-
cameraUpdate: (cameraId: string, apartmentJson: ApartmentJson) =>
|
|
91
|
-
sunsimUpdate: (sunsimData: StructureChooserDataCameraDay[]) =>
|
|
92
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
93
|
-
i18nConfig?: I18NConfig;
|
|
94
|
-
cdnFileResolver: CdnFileResolverCallback;
|
|
95
|
-
apartmentId: string;
|
|
96
|
-
type?: string;
|
|
97
|
-
displayViewModeSwitch?: boolean;
|
|
98
|
-
version?: string;
|
|
99
|
-
adminMode?: boolean;
|
|
100
|
-
playerSettings?: PlayerSettings;
|
|
101
|
-
defaultViewMode?: string;
|
|
102
|
-
showCarousel?: boolean;
|
|
103
|
-
showTimeOfDay?: boolean;
|
|
104
|
-
showCompass?: boolean;
|
|
105
|
-
showFullScreen?: boolean;
|
|
106
|
-
showSnapshot?: boolean;
|
|
107
|
-
showShare?: boolean;
|
|
108
|
-
showInteriorOptions?: boolean;
|
|
109
|
-
showMiniMap?: boolean;
|
|
110
|
-
showFloorLevel?: boolean;
|
|
111
|
-
showVersion?: boolean;
|
|
112
|
-
showVisuadoCreateButton?: boolean;
|
|
113
|
-
enableAutoplay?: boolean;
|
|
114
|
-
}>, {
|
|
115
|
-
type: string;
|
|
116
|
-
displayViewModeSwitch: boolean;
|
|
117
|
-
defaultViewMode: string;
|
|
118
|
-
showCarousel: boolean;
|
|
119
|
-
showTimeOfDay: boolean;
|
|
120
|
-
showCompass: boolean;
|
|
121
|
-
showFullScreen: boolean;
|
|
122
|
-
showSnapshot: boolean;
|
|
123
|
-
showShare: boolean;
|
|
124
|
-
showInteriorOptions: boolean;
|
|
125
|
-
showMiniMap: boolean;
|
|
126
|
-
showFloorLevel: boolean;
|
|
127
|
-
showVersion: boolean;
|
|
128
|
-
showVisuadoCreateButton: boolean;
|
|
129
|
-
enableAutoplay: boolean;
|
|
130
|
-
playerSettings: () => {
|
|
131
|
-
temperature: number;
|
|
132
|
-
targetLuminance: number;
|
|
133
|
-
exposureFovScale: number;
|
|
134
|
-
UNREAL_BLOOM_ENABLED: boolean;
|
|
135
|
-
sharpenFilter_amount: number;
|
|
136
|
-
UNREAL_BLOOM_STRENGTH: number;
|
|
137
|
-
TRANSITION_MOVEMENT_SCALE: number;
|
|
138
|
-
whitePoint: number[];
|
|
139
|
-
lut: string;
|
|
140
|
-
};
|
|
141
|
-
}>>> & {
|
|
55
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
error: (error: Error) => any;
|
|
57
|
+
frontendMarkersUpdate: (markers: MarkerDataOutput[]) => any;
|
|
58
|
+
saveSettings: (playerSettings: PlayerSettings) => any;
|
|
59
|
+
initialized: (playerCore: Main<Record<string, any>, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
60
|
+
snapshot: (snapshot: CameraSnapshot, state: PlayerStateOutput) => any;
|
|
61
|
+
visuadoCreateButtonClicked: (snapshot: CameraSnapshot) => any;
|
|
62
|
+
interiorUpdate: (interiorId: string) => any;
|
|
63
|
+
cameraUpdate: (cameraId: string, apartmentJson: ApartmentJson) => any;
|
|
64
|
+
sunsimUpdate: (sunsimData: StructureChooserDataCameraDay[]) => any;
|
|
65
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
142
66
|
onError?: (error: Error) => any;
|
|
143
67
|
onFrontendMarkersUpdate?: (markers: MarkerDataOutput[]) => any;
|
|
144
68
|
onSaveSettings?: (playerSettings: PlayerSettings) => any;
|
|
69
|
+
onInitialized?: (playerCore: Main<Record<string, any>, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
145
70
|
onSnapshot?: (snapshot: CameraSnapshot, state: PlayerStateOutput) => any;
|
|
146
71
|
onVisuadoCreateButtonClicked?: (snapshot: CameraSnapshot) => any;
|
|
147
72
|
onInteriorUpdate?: (interiorId: string) => any;
|
|
148
73
|
onCameraUpdate?: (cameraId: string, apartmentJson: ApartmentJson) => any;
|
|
149
74
|
onSunsimUpdate?: (sunsimData: StructureChooserDataCameraDay[]) => any;
|
|
150
|
-
|
|
151
|
-
}, {
|
|
75
|
+
}>, {
|
|
152
76
|
type: string;
|
|
153
|
-
showFullScreen: boolean;
|
|
154
|
-
showShare: boolean;
|
|
155
|
-
showVersion: boolean;
|
|
156
77
|
displayViewModeSwitch: boolean;
|
|
157
78
|
showCarousel: boolean;
|
|
158
79
|
showTimeOfDay: boolean;
|
|
159
80
|
showCompass: boolean;
|
|
81
|
+
showFullScreen: boolean;
|
|
160
82
|
showSnapshot: boolean;
|
|
83
|
+
showShare: boolean;
|
|
161
84
|
showInteriorOptions: boolean;
|
|
162
85
|
showMiniMap: boolean;
|
|
163
86
|
showFloorLevel: boolean;
|
|
164
87
|
defaultViewMode: string;
|
|
165
88
|
playerSettings: PlayerSettings;
|
|
89
|
+
showVersion: boolean;
|
|
166
90
|
enableAutoplay: boolean;
|
|
167
91
|
showVisuadoCreateButton: boolean;
|
|
168
|
-
}, {}
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
92
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
93
|
+
carousel: {
|
|
94
|
+
$: import('vue').ComponentInternalInstance;
|
|
95
|
+
$data: {};
|
|
96
|
+
$props: {
|
|
97
|
+
readonly thumbnails: Array<DataPoint<Labels>>;
|
|
98
|
+
readonly currentThumbnail?: DataPoint<Labels>;
|
|
99
|
+
readonly onGo?: (dataPoint: DataPoint<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
100
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
101
|
+
$attrs: {
|
|
102
|
+
[x: string]: unknown;
|
|
103
|
+
};
|
|
104
|
+
$refs: {
|
|
105
|
+
[x: string]: unknown;
|
|
106
|
+
};
|
|
107
|
+
$slots: Readonly<{
|
|
108
|
+
[name: string]: import('vue').Slot<any>;
|
|
109
|
+
}>;
|
|
110
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
111
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
112
|
+
$host: Element | null;
|
|
113
|
+
$emit: (event: "go", dataPoint: DataPoint<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => void;
|
|
114
|
+
$el: HTMLDivElement;
|
|
115
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
116
|
+
thumbnails: Array<DataPoint<Labels>>;
|
|
117
|
+
currentThumbnail?: DataPoint<Labels>;
|
|
118
|
+
}> & Readonly<{
|
|
119
|
+
onGo?: (dataPoint: DataPoint<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
120
|
+
}>, {
|
|
121
|
+
updateLoadProgress: (event: {
|
|
122
|
+
dataPoint: DataPoint<Labels>;
|
|
123
|
+
progress: number;
|
|
124
|
+
finished: boolean;
|
|
125
|
+
}) => void;
|
|
126
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
127
|
+
go: (dataPoint: DataPoint<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
128
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
129
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
130
|
+
created?: (() => void) | (() => void)[];
|
|
131
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
132
|
+
mounted?: (() => void) | (() => void)[];
|
|
133
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
134
|
+
updated?: (() => void) | (() => void)[];
|
|
135
|
+
activated?: (() => void) | (() => void)[];
|
|
136
|
+
deactivated?: (() => void) | (() => void)[];
|
|
137
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
138
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
139
|
+
destroyed?: (() => void) | (() => void)[];
|
|
140
|
+
unmounted?: (() => void) | (() => void)[];
|
|
141
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
142
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
143
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
144
|
+
};
|
|
145
|
+
$forceUpdate: () => void;
|
|
146
|
+
$nextTick: typeof import('vue').nextTick;
|
|
147
|
+
$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;
|
|
148
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
149
|
+
thumbnails: Array<DataPoint<Labels>>;
|
|
150
|
+
currentThumbnail?: DataPoint<Labels>;
|
|
151
|
+
}> & Readonly<{
|
|
152
|
+
onGo?: (dataPoint: DataPoint<Labels, import('@qispace/visuado-player-core').DefaultExtra>) => any;
|
|
153
|
+
}>, "updateLoadProgress"> & import('vue').ShallowUnwrapRef<{
|
|
154
|
+
updateLoadProgress: (event: {
|
|
155
|
+
dataPoint: DataPoint<Labels>;
|
|
156
|
+
progress: number;
|
|
157
|
+
finished: boolean;
|
|
158
|
+
}) => void;
|
|
159
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
160
|
+
$slots: {
|
|
161
|
+
before?(_: {}): any;
|
|
162
|
+
after?(_: {}): any;
|
|
163
|
+
};
|
|
177
164
|
};
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
181
|
-
default: D[K];
|
|
182
|
-
}> : P[K];
|
|
183
|
-
};
|
|
184
|
-
type __VLS_Prettify<T> = {
|
|
185
|
-
[K in keyof T]: T[K];
|
|
186
|
-
} & {};
|
|
165
|
+
}, HTMLDivElement>;
|
|
166
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
-
onSnapshot: () =>
|
|
3
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
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;
|