@clikvn/showroom-visualizer 0.0.2-dev → 0.0.4-dev

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 (97) hide show
  1. package/dist/commons/SkinLayer/components/Button/index.d.ts +2 -2
  2. package/dist/commons/SkinLayer/components/Button/index.d.ts.map +1 -1
  3. package/dist/components/SkinLayer/ActionsChangeScene/index.d.ts +4 -0
  4. package/dist/components/SkinLayer/ActionsChangeScene/index.d.ts.map +1 -0
  5. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapMarker.d.ts +14 -0
  6. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapMarker.d.ts.map +1 -0
  7. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/Area.d.ts +11 -0
  8. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/Area.d.ts.map +1 -0
  9. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/MapAreas.d.ts +11 -0
  10. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/MapAreas.d.ts.map +1 -0
  11. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/PolygonRenderer.d.ts +14 -0
  12. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/PolygonRenderer.d.ts.map +1 -0
  13. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/index.d.ts +18 -0
  14. package/dist/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/index.d.ts.map +1 -0
  15. package/dist/components/SkinLayer/Floorplan/Minimap/index.d.ts +15 -0
  16. package/dist/components/SkinLayer/Floorplan/Minimap/index.d.ts.map +1 -0
  17. package/dist/components/SkinLayer/Floorplan/index.d.ts +7 -0
  18. package/dist/components/SkinLayer/Floorplan/index.d.ts.map +1 -0
  19. package/dist/components/SkinLayer/Layout/index.d.ts.map +1 -1
  20. package/dist/components/SkinLayer/LoadingScreen/index.d.ts +11 -0
  21. package/dist/components/SkinLayer/LoadingScreen/index.d.ts.map +1 -0
  22. package/dist/components/SkinLayer/LogoAndTitle/index.d.ts.map +1 -1
  23. package/dist/components/SkinLayer/PinActionButtons/index.d.ts.map +1 -1
  24. package/dist/components/SkinLayer/PlayBar/PlayList/PlayListItem.d.ts +9 -0
  25. package/dist/components/SkinLayer/PlayBar/PlayList/PlayListItem.d.ts.map +1 -0
  26. package/dist/components/SkinLayer/PlayBar/PlayList/index.d.ts +8 -0
  27. package/dist/components/SkinLayer/PlayBar/PlayList/index.d.ts.map +1 -0
  28. package/dist/components/SkinLayer/PlayBar/index.d.ts +4 -0
  29. package/dist/components/SkinLayer/PlayBar/index.d.ts.map +1 -0
  30. package/dist/components/SkinLayer/PlayBar/variables.d.ts +17 -0
  31. package/dist/components/SkinLayer/PlayBar/variables.d.ts.map +1 -0
  32. package/dist/components/SkinLayer/PoiMovingPreview/index.d.ts +4 -0
  33. package/dist/components/SkinLayer/PoiMovingPreview/index.d.ts.map +1 -0
  34. package/dist/components/SkinLayer/PoiTextureOptions/HorizontalMenu/index.d.ts +13 -0
  35. package/dist/components/SkinLayer/PoiTextureOptions/HorizontalMenu/index.d.ts.map +1 -0
  36. package/dist/components/SkinLayer/PoiTextureOptions/SemicircleMenu/index.d.ts +13 -0
  37. package/dist/components/SkinLayer/PoiTextureOptions/SemicircleMenu/index.d.ts.map +1 -0
  38. package/dist/components/SkinLayer/PoiTextureOptions/TextureMenuItem/index.d.ts +15 -0
  39. package/dist/components/SkinLayer/PoiTextureOptions/TextureMenuItem/index.d.ts.map +1 -0
  40. package/dist/components/SkinLayer/PoiTextureOptions/VerticalMenu/index.d.ts +13 -0
  41. package/dist/components/SkinLayer/PoiTextureOptions/VerticalMenu/index.d.ts.map +1 -0
  42. package/dist/components/SkinLayer/PoiTextureOptions/index.d.ts +11 -0
  43. package/dist/components/SkinLayer/PoiTextureOptions/index.d.ts.map +1 -0
  44. package/dist/components/SkinLayer/ScenarioList/index.d.ts +5 -0
  45. package/dist/components/SkinLayer/ScenarioList/index.d.ts.map +1 -0
  46. package/dist/components/SkinLayer/TourScenarios/index.d.ts +4 -0
  47. package/dist/components/SkinLayer/TourScenarios/index.d.ts.map +1 -0
  48. package/dist/components/SkinLayer/UnmuteButton/index.d.ts +4 -0
  49. package/dist/components/SkinLayer/UnmuteButton/index.d.ts.map +1 -0
  50. package/dist/components/SkinLayer/index.d.ts +1 -0
  51. package/dist/components/SkinLayer/index.d.ts.map +1 -1
  52. package/dist/constants/SkinLayer/actionButtons.d.ts +31 -0
  53. package/dist/constants/SkinLayer/actionButtons.d.ts.map +1 -1
  54. package/dist/constants/SkinLayer/index.d.ts +43 -0
  55. package/dist/constants/SkinLayer/index.d.ts.map +1 -1
  56. package/dist/constants/Visualizer/scenario.d.ts +16 -0
  57. package/dist/constants/Visualizer/scenario.d.ts.map +1 -1
  58. package/dist/features/ShowroomVisualizer/index.d.ts.map +1 -1
  59. package/dist/hooks/SkinLayer/useMiniMapRadar.d.ts +5 -0
  60. package/dist/hooks/SkinLayer/useMiniMapRadar.d.ts.map +1 -0
  61. package/dist/hooks/SkinLayer/useResizeObserver.d.ts +14 -0
  62. package/dist/hooks/SkinLayer/useResizeObserver.d.ts.map +1 -0
  63. package/dist/hooks/SkinLayer/useWindowSize.d.ts +13 -0
  64. package/dist/hooks/SkinLayer/useWindowSize.d.ts.map +1 -0
  65. package/dist/hooks/Visualizer/reducer.d.ts +116 -0
  66. package/dist/hooks/Visualizer/reducer.d.ts.map +1 -0
  67. package/dist/hooks/Visualizer/useTourDetails.d.ts.map +1 -1
  68. package/dist/hooks/Visualizer/useTourVisualizer.d.ts.map +1 -1
  69. package/dist/hooks/useConfiguration.d.ts +25 -0
  70. package/dist/hooks/useConfiguration.d.ts.map +1 -0
  71. package/dist/hooks/useStore.d.ts +150 -0
  72. package/dist/hooks/useStore.d.ts.map +1 -0
  73. package/dist/index.html +1 -1
  74. package/dist/models/Visualizer/Scene.d.ts +5 -3
  75. package/dist/models/Visualizer/Scene.d.ts.map +1 -1
  76. package/dist/models/Visualizer/Tour.d.ts +6 -5
  77. package/dist/models/Visualizer/Tour.d.ts.map +1 -1
  78. package/dist/types/SkinLayer/common.type.d.ts +5 -0
  79. package/dist/types/SkinLayer/common.type.d.ts.map +1 -1
  80. package/dist/types/Visualizer/categoryData.type.d.ts +10 -0
  81. package/dist/types/Visualizer/categoryData.type.d.ts.map +1 -0
  82. package/dist/types/Visualizer/index.d.ts +1 -0
  83. package/dist/types/Visualizer/index.d.ts.map +1 -1
  84. package/dist/types/Visualizer/scene.type.d.ts +6 -0
  85. package/dist/types/Visualizer/scene.type.d.ts.map +1 -1
  86. package/dist/types/Visualizer/sceneGroup.type.d.ts +12 -0
  87. package/dist/types/Visualizer/sceneGroup.type.d.ts.map +1 -0
  88. package/dist/types/Visualizer/tourScenario/index.d.ts +1 -0
  89. package/dist/types/Visualizer/tourScenario/index.d.ts.map +1 -1
  90. package/dist/types/Visualizer/tourScenario/tourScenarioCurrentStep.type.d.ts +14 -0
  91. package/dist/types/Visualizer/tourScenario/tourScenarioCurrentStep.type.d.ts.map +1 -0
  92. package/dist/utils/Visualizer/scenario.utils.d.ts +1 -1
  93. package/dist/utils/Visualizer/scenario.utils.d.ts.map +1 -1
  94. package/dist/utils/Visualizer/tour.utils.d.ts +2 -0
  95. package/dist/utils/Visualizer/tour.utils.d.ts.map +1 -1
  96. package/dist/web.js +1 -1
  97. package/package.json +5 -2
@@ -1,9 +1,9 @@
1
- import { FC, ReactNode } from 'react';
1
+ import { FC, MouseEventHandler, ReactNode } from 'react';
2
2
  type ButtonProps = {
3
3
  className?: string;
4
4
  disabled?: boolean;
5
5
  icon?: ReactNode;
6
- onClick?: () => void;
6
+ onClick?: MouseEventHandler<HTMLButtonElement>;
7
7
  children?: ReactNode;
8
8
  };
9
9
  declare const Button: FC<ButtonProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/commons/SkinLayer/components/Button/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtC,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AACF,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CAe3B,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/commons/SkinLayer/components/Button/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzD,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC/C,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AACF,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CAe3B,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ declare const ActionsChangeScene: FC;
3
+ export default ActionsChangeScene;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/ActionsChangeScene/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAA2C,MAAM,OAAO,CAAC;AAQpE,QAAA,MAAM,kBAAkB,EAAE,EAqQzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { MarkerType } from '../../../../types/Visualizer';
3
+ type Props = {
4
+ marker: MarkerType;
5
+ active: boolean;
6
+ scaleOffset: number;
7
+ color: string;
8
+ size: number;
9
+ onClick: (m: MarkerType) => void;
10
+ invisible?: boolean;
11
+ };
12
+ declare const MiniMapMarker: FC<Props>;
13
+ export default MiniMapMarker;
14
+ //# sourceMappingURL=MiniMapMarker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MiniMapMarker.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkinLayer/Floorplan/Minimap/MiniMapMarker.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE1D,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,KAAK,CAmC5B,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ type AreaType = {
3
+ name?: string;
4
+ coords: string;
5
+ onClick: () => void;
6
+ onHover?: () => void;
7
+ onOut?: () => void;
8
+ };
9
+ declare const Area: FC<AreaType>;
10
+ export default Area;
11
+ //# sourceMappingURL=Area.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Area.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/Area.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,KAAK,QAAQ,GAAG;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,EAAE,CAAC,QAAQ,CAmBtB,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ import { FloorplanPolygonType } from '../../../../../types/Visualizer';
3
+ type MapAreasProps = {
4
+ name: string;
5
+ areas: FloorplanPolygonType[];
6
+ onClick: (cfg: FloorplanPolygonType) => void;
7
+ onHover?: (cfg: FloorplanPolygonType | null) => void;
8
+ };
9
+ declare const MapAreas: FC<MapAreasProps>;
10
+ export default MapAreas;
11
+ //# sourceMappingURL=MapAreas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MapAreas.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/MapAreas.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAGvE,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,oBAAoB,EAAE,CAAC;IAC9B,OAAO,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAC7C,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,oBAAoB,GAAG,IAAI,KAAK,IAAI,CAAC;CACtD,CAAC;AAEF,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAkB/B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ declare class PolygonRenderer {
3
+ context2D: CanvasRenderingContext2D | null;
4
+ constructor();
5
+ setContext(context2D: CanvasRenderingContext2D | null): void;
6
+ getContext(): CanvasRenderingContext2D | null;
7
+ clear({ width, height }: {
8
+ width?: number | undefined;
9
+ height?: number | undefined;
10
+ }): void;
11
+ }
12
+ export declare const PolygonRendererContext: React.Context<PolygonRenderer>;
13
+ export {};
14
+ //# sourceMappingURL=PolygonRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PolygonRenderer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/PolygonRenderer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,cAAM,eAAe;IACZ,SAAS,EAAE,wBAAwB,GAAG,IAAI,CAAQ;;IAQzD,UAAU,CAAC,SAAS,EAAE,wBAAwB,GAAG,IAAI;IAIrD,UAAU;IAIV,KAAK,CAAC,EAAE,KAAyB,EAAE,MAA2B,EAAE;;;KAAA;CAKjE;AAED,eAAO,MAAM,sBAAsB,gCAElC,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { FC } from 'react';
2
+ import { FloorplanPolygonType } from '../../../../../types/Visualizer';
3
+ export declare const POLYGON_LINE_WIDTH = 1;
4
+ export declare const POLYGON_STROKE_COLOR = "#ffffff";
5
+ export declare const POLYGON_FILL_OPACITY = 0.5;
6
+ export declare const POLYGON_FILL_COLOR = "#768FAA";
7
+ type MiniMapPolygonsProps = {
8
+ name: string;
9
+ imgWidth: number;
10
+ imgHeight: number;
11
+ areas?: FloorplanPolygonType[];
12
+ onAreaClick?: (area: FloorplanPolygonType) => void;
13
+ onAreaHover?: (area: FloorplanPolygonType | null) => void;
14
+ activeArea?: string;
15
+ };
16
+ declare const MiniMapPolygons: FC<MiniMapPolygonsProps>;
17
+ export default MiniMapPolygons;
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SkinLayer/Floorplan/Minimap/MiniMapPolygons/index.tsx"],"names":[],"mappings":"AACA,OAAc,EACZ,EAAE,EAMH,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAIvE,eAAO,MAAM,kBAAkB,IAAI,CAAC;AACpC,eAAO,MAAM,oBAAoB,YAAY,CAAC;AAC9C,eAAO,MAAM,oBAAoB,MAAM,CAAC;AACxC,eAAO,MAAM,kBAAkB,YAAY,CAAC;AAE5C,KAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAC/B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACnD,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,oBAAoB,GAAG,IAAI,KAAK,IAAI,CAAC;IAC1D,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CA+I7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,15 @@
1
+ type FloorplanMinimapPropsTypes = {
2
+ showActiveOnly?: boolean;
3
+ noRadar?: boolean;
4
+ defaultSize?: number;
5
+ largeSize?: number;
6
+ defaultColor?: string;
7
+ activeColor?: string;
8
+ onWrapperClick?: () => void;
9
+ onMarkerClick?: () => void;
10
+ boxWidth?: number;
11
+ isMinimized?: boolean;
12
+ };
13
+ declare const _default: import("react").NamedExoticComponent<FloorplanMinimapPropsTypes>;
14
+ export default _default;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkinLayer/Floorplan/Minimap/index.tsx"],"names":[],"mappings":"AA4BA,KAAK,0BAA0B,GAAG;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;;AAmYF,wBAAsC"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { FloorplanType } from '../../../types/Visualizer';
3
+ export declare const sortFloorPlans: (a: FloorplanType, b: FloorplanType) => number;
4
+ export declare const FloorPlanId = "floor-plan-id";
5
+ declare const FloorplanMemo: React.NamedExoticComponent<{}>;
6
+ export { FloorplanMemo as Floorplan };
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/Floorplan/index.tsx"],"names":[],"mappings":"AAYA,OAAO,KAON,MAAM,OAAO,CAAC;AAef,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAM1D,eAAO,MAAM,cAAc,GAAI,GAAG,aAAa,EAAE,GAAG,aAAa,WAKhE,CAAC;AA0CF,eAAO,MAAM,WAAW,kBAAkB,CAAC;AAyjB3C,QAAA,MAAM,aAAa,gCAAkB,CAAC;AACtC,OAAO,EAAE,aAAa,IAAI,SAAS,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/Layout/index.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,MAAM,+CAqBX,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/Layout/index.tsx"],"names":[],"mappings":"AAqBA,QAAA,MAAM,MAAM,+CA+LX,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ type LoadingScreenProps = {
3
+ imageUrl?: string;
4
+ name: string;
5
+ loading?: boolean;
6
+ query: any;
7
+ isMobile?: boolean;
8
+ };
9
+ declare const LoadingScreen: FC<LoadingScreenProps>;
10
+ export default LoadingScreen;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/LoadingScreen/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,KAAK,kBAAkB,GAAG;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAyBzC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/LogoAndTitle/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAKhD,QAAA,MAAM,YAAY,EAAE,EA0BnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/LogoAndTitle/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAKhD,QAAA,MAAM,YAAY,EAAE,EA4BnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/PinActionButtons/index.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D,eAAO,MAAM,mBAAmB,2BAA2B,CAAC;AAU5D,KAAK,mBAAmB,GAAG;IACzB,oBAAoB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,mBAAmB,GAAG,IAAI,KAAK,IAAI,CAAC;CAChE,CAAC;;AA4eF,wBAAgC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/PinActionButtons/index.tsx"],"names":[],"mappings":"AAsBA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D,eAAO,MAAM,mBAAmB,2BAA2B,CAAC;AAU5D,KAAK,mBAAmB,GAAG;IACzB,oBAAoB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,mBAAmB,GAAG,IAAI,KAAK,IAAI,CAAC;CAChE,CAAC;;AAyeF,wBAAgC"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ type PlayListItemProps = {
3
+ step: any;
4
+ duration: any;
5
+ isPlaying: boolean;
6
+ };
7
+ declare const PlayListItem: FC<PlayListItemProps>;
8
+ export default PlayListItem;
9
+ //# sourceMappingURL=PlayListItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlayListItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkinLayer/PlayBar/PlayList/PlayListItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAc,MAAM,OAAO,CAAC;AAKvC,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,GAAG,CAAC;IACV,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAwBF,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA6DvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { TourScenarioStepType } from '../../../../types/Visualizer';
3
+ type PlayListProps = {
4
+ steps: TourScenarioStepType[];
5
+ };
6
+ declare const PlayList: FC<PlayListProps>;
7
+ export default PlayList;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkinLayer/PlayBar/PlayList/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAoD,MAAM,OAAO,CAAC;AAI7E,OAAO,EAEL,oBAAoB,EACrB,MAAM,8BAA8B,CAAC;AAGtC,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,oBAAoB,EAAE,CAAC;CAC/B,CAAC;AAEF,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAoF/B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ declare const PlayBar: FC;
3
+ export default PlayBar;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/PlayBar/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAA4C,MAAM,OAAO,CAAC;AAcrE,QAAA,MAAM,OAAO,EAAE,EA+Sd,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,17 @@
1
+ export type PlayBarItemTypes = {
2
+ key: string;
3
+ icon: string;
4
+ offIcon?: string;
5
+ };
6
+ type PlayBarActionsTypes = {
7
+ CLOSE: PlayBarItemTypes;
8
+ LOOP: PlayBarItemTypes;
9
+ PREV: PlayBarItemTypes;
10
+ PLAY_PAUSE: PlayBarItemTypes;
11
+ NEXT: PlayBarItemTypes;
12
+ SOUND: PlayBarItemTypes;
13
+ PLAY_LIST: PlayBarItemTypes;
14
+ };
15
+ export declare const PLAY_BAR_ACTIONS: PlayBarActionsTypes;
16
+ export {};
17
+ //# sourceMappingURL=variables.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/PlayBar/variables.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,gBAAgB,CAAC;IACxB,IAAI,EAAE,gBAAgB,CAAC;IACvB,IAAI,EAAE,gBAAgB,CAAC;IACvB,UAAU,EAAE,gBAAgB,CAAC;IAC7B,IAAI,EAAE,gBAAgB,CAAC;IACvB,KAAK,EAAE,gBAAgB,CAAC;IACxB,SAAS,EAAE,gBAAgB,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,mBAgC9B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import './styles.scss';
2
+ declare const MemoPoiMovingPreview: () => import("react/jsx-runtime").JSX.Element;
3
+ export { MemoPoiMovingPreview as PoiMovingPreview };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/PoiMovingPreview/index.tsx"],"names":[],"mappings":"AAUA,OAAO,eAAe,CAAC;AA2GvB,QAAA,MAAM,oBAAoB,+CAAmB,CAAC;AAE9C,OAAO,EAAE,oBAAoB,IAAI,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { TextureTypes } from '../../../types/PoiTypes';
3
+ import './styles.scss';
4
+ type Props = {
5
+ textures: TextureTypes[];
6
+ selectedIndex: number;
7
+ displayed: boolean;
8
+ imgEls: HTMLCollectionOf<HTMLImageElement>;
9
+ onClick: (index: number) => void;
10
+ };
11
+ declare const HorizontalMenu: FC<Props>;
12
+ export default HorizontalMenu;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkinLayer/PoiTextureOptions/HorizontalMenu/index.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,OAAO,eAAe,CAAC;AAMvB,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;IAC3C,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,KAAK,CAsC7B,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { TextureTypes } from '../../../types/PoiTypes';
3
+ import './styles.scss';
4
+ type Props = {
5
+ textures: TextureTypes[];
6
+ selectedIndex: number;
7
+ displayed: boolean;
8
+ imgEls: HTMLCollectionOf<HTMLImageElement>;
9
+ onClick: (index: number) => void;
10
+ };
11
+ declare const SemicircleMenu: FC<Props>;
12
+ export default SemicircleMenu;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkinLayer/PoiTextureOptions/SemicircleMenu/index.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,OAAO,eAAe,CAAC;AAIvB,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;IAC3C,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,KAAK,CAsC7B,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { CSSProperties, FC } from 'react';
2
+ import './styles.scss';
3
+ type Props = {
4
+ imgEl: HTMLImageElement;
5
+ caption: string;
6
+ activated: boolean;
7
+ displayed?: boolean;
8
+ delay?: number;
9
+ style?: CSSProperties;
10
+ onClick: () => void;
11
+ captionStyle?: CSSProperties;
12
+ };
13
+ declare const TextureMenuItem: FC<Props>;
14
+ export default TextureMenuItem;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkinLayer/PoiTextureOptions/TextureMenuItem/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKjD,OAAO,eAAe,CAAC;AAEvB,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,gBAAgB,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,KAAK,CAuB9B,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { TextureTypes } from '../../../types/PoiTypes';
3
+ import './styles.scss';
4
+ type Props = {
5
+ textures: TextureTypes[];
6
+ selectedIndex: number;
7
+ displayed: boolean;
8
+ imgEls: HTMLCollectionOf<HTMLImageElement>;
9
+ onClick: (index: number) => void;
10
+ };
11
+ declare const VerticalMenu: FC<Props>;
12
+ export default VerticalMenu;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkinLayer/PoiTextureOptions/VerticalMenu/index.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,OAAO,eAAe,CAAC;AAMvB,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;IAC3C,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,KAAK,CAsC3B,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ import './styles.scss';
3
+ export declare enum MenuStyle {
4
+ NONE = "NONE",
5
+ SEMICIRCLE = "SEMICIRCLE",
6
+ HORIZONTAL = "HORIZONTAL",
7
+ VERTICAL = "VERTICAL"
8
+ }
9
+ declare const PoiTextureOptions: FC;
10
+ export default PoiTextureOptions;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/PoiTextureOptions/index.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,EAAE,EAA4C,MAAM,OAAO,CAAC;AAc5E,OAAO,eAAe,CAAC;AA2BvB,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,QAAQ,aAAa;CACtB;AAED,QAAA,MAAM,iBAAiB,EAAE,EA0JxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import './styles.scss';
3
+ declare const ScenarioList: FC;
4
+ export default ScenarioList;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/ScenarioList/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAA4C,MAAM,OAAO,CAAC;AAkBrE,OAAO,eAAe,CAAC;AAuBvB,QAAA,MAAM,YAAY,EAAE,EA4FnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import './styles.scss';
2
+ declare const TourScenariosMemo: import("react").NamedExoticComponent<{}>;
3
+ export { TourScenariosMemo as TourScenarios };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/TourScenarios/index.tsx"],"names":[],"mappings":"AAwBA,OAAO,eAAe,CAAC;AA2KvB,QAAA,MAAM,iBAAiB,0CAAsB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,IAAI,aAAa,EAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ declare const UnmuteButton: FC;
3
+ export default UnmuteButton;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/UnmuteButton/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,QAAA,MAAM,YAAY,EAAE,EA+CnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export { default as Layout } from './Layout';
2
+ export { default as LoadingScreen } from './LoadingScreen';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SkinLayer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SkinLayer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
@@ -3,6 +3,37 @@ export declare enum FUNCTION_BUTTON_OPEN_TYPE {
3
3
  IFRAME = "IFRAME",
4
4
  NEW_TAB = "NEW_TAB"
5
5
  }
6
+ export declare enum GROUP_BAR_ACTIONS_KEY {
7
+ FLOOR_PLAN = "FLOOR_PLAN",
8
+ SCENES = "SCENES",
9
+ PLAY_LIST = "PLAY_LIST",
10
+ CLOSE = "CLOSE",
11
+ SUB_TITLE = "SUB_TITLE"
12
+ }
13
+ export declare const GROUP_BAR_ACTIONS: {
14
+ FLOOR_PLAN: {
15
+ key: GROUP_BAR_ACTIONS_KEY;
16
+ icon: string;
17
+ iconOff: string;
18
+ };
19
+ SCENES: {
20
+ key: GROUP_BAR_ACTIONS_KEY;
21
+ icon: string;
22
+ };
23
+ PLAY_LIST: {
24
+ key: GROUP_BAR_ACTIONS_KEY;
25
+ icon: string;
26
+ };
27
+ CLOSE: {
28
+ key: GROUP_BAR_ACTIONS_KEY;
29
+ icon: string;
30
+ };
31
+ SUB_TITLE: {
32
+ key: GROUP_BAR_ACTIONS_KEY;
33
+ icon: string;
34
+ iconOff: string;
35
+ };
36
+ };
6
37
  export declare const DISPLAY_ACTION: DisplayActionTypes;
7
38
  export declare const HELP_ACTION: HelpActionType;
8
39
  //# sourceMappingURL=actionButtons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actionButtons.d.ts","sourceRoot":"","sources":["../../../src/constants/SkinLayer/actionButtons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE3E,oBAAY,yBAAyB;IACnC,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,eAAO,MAAM,cAAc,EAAE,kBA4F5B,CAAC;AACF,eAAO,MAAM,WAAW,EAAE,cAqBzB,CAAC"}
1
+ {"version":3,"file":"actionButtons.d.ts","sourceRoot":"","sources":["../../../src/constants/SkinLayer/actionButtons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE3E,oBAAY,yBAAyB;IACnC,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,oBAAY,qBAAqB;IAC/B,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,SAAS,cAAc;CACxB;AAED,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;CAuB7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBA4F5B,CAAC;AACF,eAAO,MAAM,WAAW,EAAE,cAqBzB,CAAC"}
@@ -22,4 +22,47 @@ export declare const POI_TYPE: {
22
22
  GALLERY: string;
23
23
  TEXTURE: string;
24
24
  };
25
+ export declare enum BOTTOM_SHEET_SWIPE_LEVEL {
26
+ MAX = "MAX",
27
+ MIDDLE = "MIDDLE",
28
+ MIN = "MIN"
29
+ }
30
+ export declare const S3_DOMAIN = "https://cdn3.clik.vn/clikvirtualtour";
31
+ export declare const LANGUAGES: {
32
+ vi: {
33
+ languageCode: string;
34
+ id: string;
35
+ flagUrl: string;
36
+ title: string;
37
+ apiLanguage: string;
38
+ };
39
+ en: {
40
+ languageCode: string;
41
+ id: string;
42
+ flagUrl: string;
43
+ title: string;
44
+ apiLanguage: string;
45
+ };
46
+ jp: {
47
+ languageCode: string;
48
+ id: string;
49
+ flagUrl: string;
50
+ title: string;
51
+ apiLanguage: string;
52
+ };
53
+ kr: {
54
+ languageCode: string;
55
+ id: string;
56
+ flagUrl: string;
57
+ title: string;
58
+ apiLanguage: string;
59
+ };
60
+ cn: {
61
+ languageCode: string;
62
+ id: string;
63
+ flagUrl: string;
64
+ title: string;
65
+ apiLanguage: string;
66
+ };
67
+ };
25
68
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/SkinLayer/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAEhC,eAAO,MAAM,YAAY;;;;;;CAMxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,kBAAkB,CAAC;AAEpD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;CAcpB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/SkinLayer/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAEhC,eAAO,MAAM,YAAY;;;;;;CAMxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,kBAAkB,CAAC;AAEpD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;CAcpB,CAAC;AAEF,oBAAY,wBAAwB;IAClC,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,GAAG,QAAQ;CACZ;AAED,eAAO,MAAM,SAAS,yCAAyC,CAAC;AAChE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCrB,CAAC"}
@@ -23,4 +23,20 @@ export declare enum SCENARIO_PLAYLIST_KEY {
23
23
  DETAIL = "DETAIL",
24
24
  TEMP = "TEMP"
25
25
  }
26
+ export declare const HOTSPOTS_AGT_TYPE: {
27
+ SCENE: string;
28
+ PROMOTION: string;
29
+ FEATURES: string;
30
+ PRODUCT_LIST: string;
31
+ INFORMATION: string;
32
+ BRAND: string;
33
+ LOCATION: string;
34
+ FACILITY: string;
35
+ MULTIMEDIA: string;
36
+ SWAP_ELEMENT: string;
37
+ };
38
+ export declare const TEMP_SCENARIO_TYPE: {
39
+ DETAIL: string;
40
+ TEMP: string;
41
+ };
26
42
  //# sourceMappingURL=scenario.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"scenario.d.ts","sourceRoot":"","sources":["../../../src/constants/Visualizer/scenario.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;;;;;CAShC,CAAC;AAEF,oBAAY,qBAAqB;IAC/B,GAAG,QAAQ;IACX,KAAK,oBAAoB;IACzB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,IAAI,SAAS;CACd"}
1
+ {"version":3,"file":"scenario.d.ts","sourceRoot":"","sources":["../../../src/constants/Visualizer/scenario.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;;;;;CAShC,CAAC;AAEF,oBAAY,qBAAqB;IAC/B,GAAG,QAAQ;IACX,KAAK,oBAAoB;IACzB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;IACjB,IAAI,SAAS;CACd;AAED,eAAO,MAAM,iBAAiB;;;;;;;;;;;CAW7B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;CAG9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/ShowroomVisualizer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAwB,MAAM,OAAO,CAAC;AAUjD,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAI3D,KAAK,0BAA0B,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE;QACP,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,0BAA0B,CA8BtD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/ShowroomVisualizer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAwB,MAAM,OAAO,CAAC;AAiBjD,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAE3D,KAAK,0BAA0B,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE;QACP,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,0BAA0B,CAgDtD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const useMiniMapRadar: (targetId: string, disabled?: boolean) => {
2
+ toggleRadar: (status: boolean) => void;
3
+ };
4
+ export default useMiniMapRadar;
5
+ //# sourceMappingURL=useMiniMapRadar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMiniMapRadar.d.ts","sourceRoot":"","sources":["../../../src/hooks/SkinLayer/useMiniMapRadar.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,eAAe,GAAI,UAAU,MAAM,EAAE,kBAAgB;0BAuF5B,OAAO;CAgBrC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { RefObject } from 'react';
2
+ type ObservedSizeTypes = {
3
+ width?: number;
4
+ height?: number;
5
+ };
6
+ type UseResizeObserverTypes = {
7
+ ref: any;
8
+ } & ObservedSizeTypes;
9
+ type UseResizeObserverPropsTypes = {
10
+ ref: RefObject<HTMLElement>;
11
+ };
12
+ declare const useResizeObserver: (props: UseResizeObserverPropsTypes) => UseResizeObserverTypes;
13
+ export default useResizeObserver;
14
+ //# sourceMappingURL=useResizeObserver.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useResizeObserver.d.ts","sourceRoot":"","sources":["../../../src/hooks/SkinLayer/useResizeObserver.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAwC,MAAM,OAAO,CAAC;AAExE,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,GAAG,EAAE,GAAG,CAAC;CACV,GAAG,iBAAiB,CAAC;AAEtB,KAAK,2BAA2B,GAAG;IACjC,GAAG,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,iBAAiB,GACrB,OAAO,2BAA2B,KACjC,sBAwDF,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,13 @@
1
+ interface SizeProps {
2
+ size: {
3
+ width?: number;
4
+ height?: number;
5
+ };
6
+ }
7
+ export interface WindowSizeProps extends SizeProps {
8
+ min?: number;
9
+ max?: number;
10
+ }
11
+ declare const useWindowSize: () => WindowSizeProps | SizeProps;
12
+ export default useWindowSize;
13
+ //# sourceMappingURL=useWindowSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useWindowSize.d.ts","sourceRoot":"","sources":["../../../src/hooks/SkinLayer/useWindowSize.ts"],"names":[],"mappings":"AAEA,UAAU,SAAS;IACjB,IAAI,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,aAAa,QAAO,eAAe,GAAG,SAuE3C,CAAC;AAEF,eAAe,aAAa,CAAC"}