@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
package/dist/vue-components/src/components/structureChooser/VStructureChooserCamera.vue.d.ts
CHANGED
|
@@ -1,26 +1,13 @@
|
|
|
1
1
|
import { StructureChooserDataCameraDay, StructureChooserDataCameraDayTimeSample, StructureChooserDataCameraStill } from './types/StructureChooserData';
|
|
2
2
|
import { CdnFileResolverCallback } from '../types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
cameraData: StructureChooserDataCameraStill;
|
|
6
5
|
cdnFileResolver: CdnFileResolverCallback;
|
|
7
6
|
currentCamera: StructureChooserDataCameraStill;
|
|
8
7
|
currentDay?: StructureChooserDataCameraDay;
|
|
9
8
|
currentTime?: StructureChooserDataCameraDayTimeSample;
|
|
10
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
-
cameraData: StructureChooserDataCameraStill;
|
|
12
|
-
cdnFileResolver: CdnFileResolverCallback;
|
|
13
|
-
currentCamera: StructureChooserDataCameraStill;
|
|
14
|
-
currentDay?: StructureChooserDataCameraDay;
|
|
15
|
-
currentTime?: StructureChooserDataCameraDayTimeSample;
|
|
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
9
|
};
|
|
10
|
+
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, {
|
|
11
|
+
image: HTMLImageElement;
|
|
12
|
+
}, any>;
|
|
13
|
+
export default _default;
|
package/dist/vue-components/src/components/structureChooser/VStructureChooserCameraDay.vue.d.ts
CHANGED
|
@@ -1,24 +1,10 @@
|
|
|
1
1
|
import { StructureChooserDataCameraDay, StructureChooserDataCameraDayTimeSample } from './types/StructureChooserData';
|
|
2
2
|
import { CdnFileResolverCallback } from '../types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
dayData: StructureChooserDataCameraDay;
|
|
6
5
|
cdnFileResolver: CdnFileResolverCallback;
|
|
7
6
|
currentDay?: StructureChooserDataCameraDay;
|
|
8
7
|
currentTime?: StructureChooserDataCameraDayTimeSample;
|
|
9
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
-
dayData: StructureChooserDataCameraDay;
|
|
11
|
-
cdnFileResolver: CdnFileResolverCallback;
|
|
12
|
-
currentDay?: StructureChooserDataCameraDay;
|
|
13
|
-
currentTime?: StructureChooserDataCameraDayTimeSample;
|
|
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;
|
|
23
|
-
};
|
|
24
8
|
};
|
|
9
|
+
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, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -1,22 +1,11 @@
|
|
|
1
1
|
import { CdnFileResolverCallback } from '../types';
|
|
2
2
|
import { StructureChooserDataCameraDayTimeSample } from './types/StructureChooserData';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
timeSampleData: StructureChooserDataCameraDayTimeSample;
|
|
6
5
|
cdnFileResolver: CdnFileResolverCallback;
|
|
7
6
|
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
7
|
};
|
|
8
|
+
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, {
|
|
9
|
+
image: HTMLImageElement;
|
|
10
|
+
}, HTMLImageElement>;
|
|
11
|
+
export default _default;
|
package/dist/vue-components/src/components/structureChooser/VStructureChooserOverlay.vue.d.ts
CHANGED
|
@@ -1,29 +1,23 @@
|
|
|
1
1
|
import { CdnFileResolverCallback, ColorCallback } from '../types';
|
|
2
2
|
import { StructureChooserDataCameraStill } from './types/StructureChooserData';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
cdnFileResolver: CdnFileResolverCallback;
|
|
6
5
|
colorCallback: ColorCallback;
|
|
7
6
|
currentCamera: StructureChooserDataCameraStill;
|
|
8
7
|
selectedId?: string;
|
|
9
8
|
activeStructureIds?: Array<string> | undefined;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
onError: (error: Error) => any;
|
|
12
|
+
onClick: (structureId: string) => any;
|
|
13
|
+
onHoverOver: (structureId: string) => any;
|
|
14
|
+
onHoverOut: (structureId: string) => any;
|
|
15
|
+
updateSvgContainer: (svgContainer: SVGElement) => any;
|
|
16
16
|
onBoundingBoxesUpdate: (boundingBoxes: {
|
|
17
17
|
id: string;
|
|
18
|
-
boundingBox:
|
|
19
|
-
}[]) =>
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
21
|
-
cdnFileResolver: CdnFileResolverCallback;
|
|
22
|
-
colorCallback: ColorCallback;
|
|
23
|
-
currentCamera: StructureChooserDataCameraStill;
|
|
24
|
-
selectedId?: string;
|
|
25
|
-
activeStructureIds?: Array<string> | undefined;
|
|
26
|
-
}>>> & {
|
|
18
|
+
boundingBox: ReturnType<DOMRect["toJSON"]>;
|
|
19
|
+
}[]) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
27
21
|
onOnError?: (error: Error) => any;
|
|
28
22
|
onOnClick?: (structureId: string) => any;
|
|
29
23
|
onOnHoverOver?: (structureId: string) => any;
|
|
@@ -31,16 +25,9 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
31
25
|
onUpdateSvgContainer?: (svgContainer: SVGElement) => any;
|
|
32
26
|
onOnBoundingBoxesUpdate?: (boundingBoxes: {
|
|
33
27
|
id: string;
|
|
34
|
-
boundingBox:
|
|
28
|
+
boundingBox: ReturnType<DOMRect["toJSON"]>;
|
|
35
29
|
}[]) => any;
|
|
36
|
-
}, {}, {}
|
|
30
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
31
|
+
svgContainer: HTMLDivElement;
|
|
32
|
+
}, any>;
|
|
37
33
|
export default _default;
|
|
38
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
40
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
-
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
};
|
package/dist/vue-components/src/components/structureChooser/VStructureChooserTransition.vue.d.ts
CHANGED
|
@@ -1,22 +1,11 @@
|
|
|
1
1
|
import { StructureChooserDataCameraTransition } from './types/StructureChooserData';
|
|
2
2
|
import { CdnFileResolverCallback } from '../types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
transitionData: StructureChooserDataCameraTransition;
|
|
6
5
|
cdnFileResolver: CdnFileResolverCallback;
|
|
7
6
|
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
7
|
};
|
|
8
|
+
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, {
|
|
9
|
+
image: HTMLImageElement;
|
|
10
|
+
}, HTMLImageElement>;
|
|
11
|
+
export default _default;
|
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
import { StructureChooserDataCameraStill } from './types/StructureChooserData';
|
|
2
2
|
import { CdnFileResolverCallback } from '../types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
isMobileSized: boolean;
|
|
6
5
|
stillCameras: Array<StructureChooserDataCameraStill>;
|
|
7
6
|
currentCamera: StructureChooserDataCameraStill;
|
|
8
7
|
cdnFileResolver: CdnFileResolverCallback;
|
|
9
8
|
disabled?: boolean;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
stillCameras: Array<StructureChooserDataCameraStill>;
|
|
15
|
-
currentCamera: StructureChooserDataCameraStill;
|
|
16
|
-
cdnFileResolver: CdnFileResolverCallback;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
}>>> & {
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
onCameraChange: (camera: StructureChooserDataCameraStill) => any;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
13
|
onOnCameraChange?: (camera: StructureChooserDataCameraStill) => any;
|
|
20
|
-
}, {}, {}
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
+
parent: HTMLDivElement;
|
|
16
|
+
child: HTMLDivElement;
|
|
17
|
+
}, HTMLDivElement>;
|
|
21
18
|
export default _default;
|
|
22
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: import('vue').PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
};
|
package/dist/vue-components/src/components/structureChooser/VStructureChooserUiDayButton.vue.d.ts
CHANGED
|
@@ -1,27 +1,13 @@
|
|
|
1
1
|
import { StructureChooserDataCameraDay, StructureChooserDataCameraStill } from './types/StructureChooserData';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type __VLS_Props = {
|
|
4
3
|
isMobileSized: boolean;
|
|
5
4
|
currentCamera: StructureChooserDataCameraStill;
|
|
6
5
|
currentDay: StructureChooserDataCameraDay;
|
|
7
6
|
disabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
currentCamera: StructureChooserDataCameraStill;
|
|
13
|
-
currentDay: StructureChooserDataCameraDay;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
}>>> & {
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
onDayChange: (camera: StructureChooserDataCameraDay) => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
11
|
onOnDayChange?: (camera: StructureChooserDataCameraDay) => any;
|
|
17
|
-
}, {}, {}>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
13
|
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,27 +1,13 @@
|
|
|
1
1
|
import { StructureChooserDataCameraDay, StructureChooserDataCameraDayTimeSample } from './types/StructureChooserData';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type __VLS_Props = {
|
|
4
3
|
isMobileSized: boolean;
|
|
5
4
|
currentDay: StructureChooserDataCameraDay;
|
|
6
5
|
currentTime: StructureChooserDataCameraDayTimeSample;
|
|
7
6
|
disabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
currentDay: StructureChooserDataCameraDay;
|
|
13
|
-
currentTime: StructureChooserDataCameraDayTimeSample;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
}>>> & {
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
onTimeChange: (camera: StructureChooserDataCameraDayTimeSample) => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
11
|
onOnTimeChange?: (camera: StructureChooserDataCameraDayTimeSample) => any;
|
|
17
|
-
}, {}, {}>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
13
|
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
|
-
};
|
package/dist/vue-components/src/components/structureChooser/VStructureChooserUiZoomButtons.vue.d.ts
CHANGED
|
@@ -1,27 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
isMobileSized: boolean;
|
|
3
3
|
canZoomIn?: boolean;
|
|
4
4
|
canZoomOut?: boolean;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
canZoomIn?: boolean;
|
|
12
|
-
canZoomOut?: boolean;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
}>>> & {
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
onZoomIn: () => any;
|
|
9
|
+
onZoomOut: () => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
11
|
onOnZoomIn?: () => any;
|
|
16
12
|
onOnZoomOut?: () => 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,5 +1,4 @@
|
|
|
1
1
|
import { StructureChooserDataStillCameraData, StructureChooserDataCamera, StructureChooserDataCameraStill, StructureChooserDataCameraTransition, StructureChooserDataStructure } from './types/StructureChooserData';
|
|
2
|
-
|
|
3
2
|
export type StructureChooserData = {
|
|
4
3
|
version: string;
|
|
5
4
|
latitude: number;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
export declare function useImagePreloader(container: Ref<HTMLDivElement | undefined>): {
|
|
3
|
+
images: Ref<{
|
|
4
|
+
image: HTMLImageElement;
|
|
5
|
+
loaded: boolean;
|
|
6
|
+
}[], {
|
|
7
|
+
image: HTMLImageElement;
|
|
8
|
+
loaded: boolean;
|
|
9
|
+
}[] | {
|
|
10
|
+
image: HTMLImageElement;
|
|
11
|
+
loaded: boolean;
|
|
12
|
+
}[]>;
|
|
13
|
+
ratio: Ref<number, number>;
|
|
14
|
+
height: Ref<number, number>;
|
|
15
|
+
loaded: import('vue').ComputedRef<boolean>;
|
|
16
|
+
loadedPercentage: import('vue').ComputedRef<number>;
|
|
17
|
+
resetImages: () => void;
|
|
18
|
+
};
|
|
@@ -1,19 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
autoplayStatus: boolean;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}>>> & {
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
toggleAutoPlay: () => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
7
|
onToggleAutoPlay?: () => any;
|
|
9
|
-
}, {}, {}>;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
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,15 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
rotation: number;
|
|
3
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
rotation: number;
|
|
5
|
-
}>>>, {}, {}>;
|
|
6
|
-
export default _default;
|
|
7
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
-
} : {
|
|
12
|
-
type: import('vue').PropType<T[K]>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
3
|
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -1,38 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
level?: number;
|
|
3
3
|
floorLevels?: Array<number>;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
level: (level: number) => void;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
-
level?: number;
|
|
11
|
-
floorLevels?: Array<number>;
|
|
12
|
-
}>, {
|
|
13
|
-
level: number;
|
|
14
|
-
floorLevels: () => any[];
|
|
15
|
-
}>>> & {
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
level: (level: number) => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
8
|
onLevel?: (level: number) => any;
|
|
17
|
-
}
|
|
9
|
+
}>, {
|
|
18
10
|
level: number;
|
|
19
11
|
floorLevels: Array<number>;
|
|
20
|
-
}, {}>;
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
13
|
export default _default;
|
|
22
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: import('vue').PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
@@ -1,30 +1,15 @@
|
|
|
1
1
|
import { CdnFileResolverCallback, Unpacked } from '../types';
|
|
2
2
|
import { ConfigJson } from './types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
type __VLS_Props = {
|
|
5
4
|
cdnFileResolver: CdnFileResolverCallback;
|
|
6
5
|
availableArchetypes: Array<Unpacked<ConfigJson['archetypes']> & {
|
|
7
6
|
url: string;
|
|
8
7
|
}>;
|
|
9
8
|
selectedIndex: number;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
availableArchetypes: Array<Unpacked<ConfigJson['archetypes']> & {
|
|
15
|
-
url: string;
|
|
16
|
-
}>;
|
|
17
|
-
selectedIndex: number;
|
|
18
|
-
}>>> & {
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
selectInterior: (interiorId: string) => any;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
13
|
onSelectInterior?: (interiorId: string) => any;
|
|
20
|
-
}, {}, {}>;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
15
|
export default _default;
|
|
22
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: import('vue').PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -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
|
-
}
|
|
12
|
-
|
|
13
|
-
close: () =>
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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;
|