@clikvn/showroom-visualizer 0.0.1-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.
- package/.idea/inspectionProfiles/Project_Default.xml +36 -0
- package/.idea/jsLinters/eslint.xml +7 -0
- package/.idea/misc.xml +9 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +7 -0
- package/.idea/showroom-visualizer.iml +9 -0
- package/.idea/vcs.xml +6 -0
- package/README.md +22 -0
- package/base.json +21 -0
- package/dist/commons/SkinLayer/components/Button/index.d.ts +11 -0
- package/dist/commons/SkinLayer/components/Button/index.d.ts.map +1 -0
- package/dist/commons/SkinLayer/components/index.d.ts +1 -0
- package/dist/commons/SkinLayer/components/index.d.ts.map +1 -0
- package/dist/components/SkinLayer/Layout/index.d.ts +3 -0
- package/dist/components/SkinLayer/Layout/index.d.ts.map +1 -0
- package/dist/components/SkinLayer/LogoAndTitle/index.d.ts +4 -0
- package/dist/components/SkinLayer/LogoAndTitle/index.d.ts.map +1 -0
- package/dist/components/SkinLayer/PinActionButtons/index.d.ts +9 -0
- package/dist/components/SkinLayer/PinActionButtons/index.d.ts.map +1 -0
- package/dist/components/SkinLayer/index.d.ts +2 -0
- package/dist/components/SkinLayer/index.d.ts.map +1 -0
- package/dist/components/Visualizer/VirtualTour/index.d.ts +3 -0
- package/dist/components/Visualizer/VirtualTour/index.d.ts.map +1 -0
- package/dist/components/Visualizer/index.d.ts +2 -0
- package/dist/components/Visualizer/index.d.ts.map +1 -0
- package/dist/constants/SkinLayer/actionButtons.d.ts +8 -0
- package/dist/constants/SkinLayer/actionButtons.d.ts.map +1 -0
- package/dist/constants/SkinLayer/index.d.ts +25 -0
- package/dist/constants/SkinLayer/index.d.ts.map +1 -0
- package/dist/constants/Visualizer/index.d.ts +200 -0
- package/dist/constants/Visualizer/index.d.ts.map +1 -0
- package/dist/constants/Visualizer/language.d.ts +6 -0
- package/dist/constants/Visualizer/language.d.ts.map +1 -0
- package/dist/constants/Visualizer/poi.d.ts +30 -0
- package/dist/constants/Visualizer/poi.d.ts.map +1 -0
- package/dist/constants/Visualizer/tour.d.ts +57 -0
- package/dist/constants/Visualizer/tour.d.ts.map +1 -0
- package/dist/constants/Visualizer/variables.d.ts +19 -0
- package/dist/constants/Visualizer/variables.d.ts.map +1 -0
- package/dist/constants/index.d.ts +2 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/context/TourContext.d.ts +8 -0
- package/dist/context/TourContext.d.ts.map +1 -0
- package/dist/features/ShowroomVisualizer/index.d.ts +25 -0
- package/dist/features/ShowroomVisualizer/index.d.ts.map +1 -0
- package/dist/features/VirtualTourVisualizer/index.d.ts +28 -0
- package/dist/features/VirtualTourVisualizer/index.d.ts.map +1 -0
- package/dist/features/VirtualTourVisualizerUI/index.d.ts +26 -0
- package/dist/features/VirtualTourVisualizerUI/index.d.ts.map +1 -0
- package/dist/fonts/icomoon.eot +0 -0
- package/dist/fonts/icomoon.svg +609 -0
- package/dist/fonts/icomoon.ttf +0 -0
- package/dist/fonts/icomoon.woff +0 -0
- package/dist/hooks/SkinLayer/useConfiguration.d.ts +30 -0
- package/dist/hooks/SkinLayer/useConfiguration.d.ts.map +1 -0
- package/dist/hooks/SkinLayer/useLayout.d.ts +46 -0
- package/dist/hooks/SkinLayer/useLayout.d.ts.map +1 -0
- package/dist/hooks/Visualizer/useConfiguration.d.ts +33 -0
- package/dist/hooks/Visualizer/useConfiguration.d.ts.map +1 -0
- package/dist/hooks/Visualizer/useTourVisualizer.d.ts +3 -0
- package/dist/hooks/Visualizer/useTourVisualizer.d.ts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.html +22 -0
- package/dist/models/Visualizer/Krpano.d.ts +38 -0
- package/dist/models/Visualizer/Krpano.d.ts.map +1 -0
- package/dist/models/Visualizer/Plugins/BasePlugin.d.ts +64 -0
- package/dist/models/Visualizer/Plugins/BasePlugin.d.ts.map +1 -0
- package/dist/models/Visualizer/Plugins/Gyro.d.ts +12 -0
- package/dist/models/Visualizer/Plugins/Gyro.d.ts.map +1 -0
- package/dist/models/Visualizer/Plugins/Radar.d.ts +21 -0
- package/dist/models/Visualizer/Plugins/Radar.d.ts.map +1 -0
- package/dist/models/Visualizer/Plugins/Sound.d.ts +11 -0
- package/dist/models/Visualizer/Plugins/Sound.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/BgPoi.d.ts +18 -0
- package/dist/models/Visualizer/Poi/BgPoi.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/FloorPoi.d.ts +27 -0
- package/dist/models/Visualizer/Poi/FloorPoi.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/NavigationPoi.d.ts +45 -0
- package/dist/models/Visualizer/Poi/NavigationPoi.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/Poi.d.ts +77 -0
- package/dist/models/Visualizer/Poi/Poi.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiGallery.d.ts +35 -0
- package/dist/models/Visualizer/Poi/PoiGallery.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiInfo.d.ts +20 -0
- package/dist/models/Visualizer/Poi/PoiInfo.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiItemInfo.d.ts +44 -0
- package/dist/models/Visualizer/Poi/PoiItemInfo.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiLensFlare.d.ts +19 -0
- package/dist/models/Visualizer/Poi/PoiLensFlare.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiMoving.d.ts +54 -0
- package/dist/models/Visualizer/Poi/PoiMoving.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiMultimedia/PoiMultimedia.d.ts +22 -0
- package/dist/models/Visualizer/Poi/PoiMultimedia/PoiMultimedia.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiMultimedia/PoiSound.d.ts +22 -0
- package/dist/models/Visualizer/Poi/PoiMultimedia/PoiSound.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiMultimedia/PoiVideo.d.ts +15 -0
- package/dist/models/Visualizer/Poi/PoiMultimedia/PoiVideo.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiNadirLogo.d.ts +12 -0
- package/dist/models/Visualizer/Poi/PoiNadirLogo.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiPhoto.d.ts +13 -0
- package/dist/models/Visualizer/Poi/PoiPhoto.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiPolygon.d.ts +31 -0
- package/dist/models/Visualizer/Poi/PoiPolygon.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiPopup.d.ts +21 -0
- package/dist/models/Visualizer/Poi/PoiPopup.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiPromotion.d.ts +40 -0
- package/dist/models/Visualizer/Poi/PoiPromotion.d.ts.map +1 -0
- package/dist/models/Visualizer/Poi/PoiTexture.d.ts +40 -0
- package/dist/models/Visualizer/Poi/PoiTexture.d.ts.map +1 -0
- package/dist/models/Visualizer/Scene.d.ts +103 -0
- package/dist/models/Visualizer/Scene.d.ts.map +1 -0
- package/dist/models/Visualizer/Tour.d.ts +168 -0
- package/dist/models/Visualizer/Tour.d.ts.map +1 -0
- package/dist/models/Visualizer/TourSound/TourBackgroundSound.d.ts +10 -0
- package/dist/models/Visualizer/TourSound/TourBackgroundSound.d.ts.map +1 -0
- package/dist/models/Visualizer/TourSound/TourSound.d.ts +56 -0
- package/dist/models/Visualizer/TourSound/TourSound.d.ts.map +1 -0
- package/dist/models.d.ts +1 -0
- package/dist/models.d.ts.map +1 -0
- package/dist/register.d.ts +28 -0
- package/dist/register.d.ts.map +1 -0
- package/dist/services/Visualizer/index.d.ts +3 -0
- package/dist/services/Visualizer/index.d.ts.map +1 -0
- package/dist/services/Visualizer/request.d.ts +2 -0
- package/dist/services/Visualizer/request.d.ts.map +1 -0
- package/dist/services/Visualizer/tour.service.d.ts +13 -0
- package/dist/services/Visualizer/tour.service.d.ts.map +1 -0
- package/dist/types/SkinLayer/common.type.d.ts +64 -0
- package/dist/types/SkinLayer/common.type.d.ts.map +1 -0
- package/dist/types/SkinLayer/functionButton.type.d.ts +11 -0
- package/dist/types/SkinLayer/functionButton.type.d.ts.map +1 -0
- package/dist/types/SkinLayer/index.d.ts +6 -0
- package/dist/types/SkinLayer/index.d.ts.map +1 -0
- package/dist/types/SkinLayer/pinActionButton.type.d.ts +32 -0
- package/dist/types/SkinLayer/pinActionButton.type.d.ts.map +1 -0
- package/dist/types/SkinLayer/storage.type.d.ts +21 -0
- package/dist/types/SkinLayer/storage.type.d.ts.map +1 -0
- package/dist/types/SkinLayer/visualizer.type.d.ts +22 -0
- package/dist/types/SkinLayer/visualizer.type.d.ts.map +1 -0
- package/dist/types/Visualizer/common.type.d.ts +64 -0
- package/dist/types/Visualizer/common.type.d.ts.map +1 -0
- package/dist/types/Visualizer/floorplan.type.d.ts +14 -0
- package/dist/types/Visualizer/floorplan.type.d.ts.map +1 -0
- package/dist/types/Visualizer/floorplanPolygon.type.d.ts +11 -0
- package/dist/types/Visualizer/floorplanPolygon.type.d.ts.map +1 -0
- package/dist/types/Visualizer/index.d.ts +18 -0
- package/dist/types/Visualizer/index.d.ts.map +1 -0
- package/dist/types/Visualizer/itemInfo.type.d.ts +50 -0
- package/dist/types/Visualizer/itemInfo.type.d.ts.map +1 -0
- package/dist/types/Visualizer/krpano.type.d.ts +55 -0
- package/dist/types/Visualizer/krpano.type.d.ts.map +1 -0
- package/dist/types/Visualizer/marker.type.d.ts +9 -0
- package/dist/types/Visualizer/marker.type.d.ts.map +1 -0
- package/dist/types/Visualizer/metadata.type.d.ts +34 -0
- package/dist/types/Visualizer/metadata.type.d.ts.map +1 -0
- package/dist/types/Visualizer/plugin.type.d.ts +77 -0
- package/dist/types/Visualizer/plugin.type.d.ts.map +1 -0
- package/dist/types/Visualizer/poi.type.d.ts +188 -0
- package/dist/types/Visualizer/poi.type.d.ts.map +1 -0
- package/dist/types/Visualizer/point.type.d.ts +7 -0
- package/dist/types/Visualizer/point.type.d.ts.map +1 -0
- package/dist/types/Visualizer/scene.type.d.ts +54 -0
- package/dist/types/Visualizer/scene.type.d.ts.map +1 -0
- package/dist/types/Visualizer/signal.type.d.ts +49 -0
- package/dist/types/Visualizer/signal.type.d.ts.map +1 -0
- package/dist/types/Visualizer/storage.type.d.ts +21 -0
- package/dist/types/Visualizer/storage.type.d.ts.map +1 -0
- package/dist/types/Visualizer/theme.type.d.ts +14 -0
- package/dist/types/Visualizer/theme.type.d.ts.map +1 -0
- package/dist/types/Visualizer/tour.type.d.ts +65 -0
- package/dist/types/Visualizer/tour.type.d.ts.map +1 -0
- package/dist/types/Visualizer/tourSound.type.d.ts +35 -0
- package/dist/types/Visualizer/tourSound.type.d.ts.map +1 -0
- package/dist/types/Visualizer/visualizer.type.d.ts +24 -0
- package/dist/types/Visualizer/visualizer.type.d.ts.map +1 -0
- package/dist/utils/Visualizer/file.utils.d.ts +2 -0
- package/dist/utils/Visualizer/file.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/fullscreen.utils.d.ts +4 -0
- package/dist/utils/Visualizer/fullscreen.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/function.utils.d.ts +19 -0
- package/dist/utils/Visualizer/function.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/image.utils.d.ts +8 -0
- package/dist/utils/Visualizer/image.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/index.d.ts +11 -0
- package/dist/utils/Visualizer/index.d.ts.map +1 -0
- package/dist/utils/Visualizer/krpano.utils.d.ts +49 -0
- package/dist/utils/Visualizer/krpano.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/krpanoHtml.utils.d.ts +36 -0
- package/dist/utils/Visualizer/krpanoHtml.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/localStorage.utils.d.ts +4 -0
- package/dist/utils/Visualizer/localStorage.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/pricing.utils.d.ts +3 -0
- package/dist/utils/Visualizer/pricing.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/tour.utils.d.ts +12 -0
- package/dist/utils/Visualizer/tour.utils.d.ts.map +1 -0
- package/dist/utils/Visualizer/url.utils.d.ts +3 -0
- package/dist/utils/Visualizer/url.utils.d.ts.map +1 -0
- package/dist/web.d.ts +8 -0
- package/dist/web.d.ts.map +1 -0
- package/dist/web.js +1 -0
- package/dist/window.d.ts +18 -0
- package/dist/window.d.ts.map +1 -0
- package/package.json +107 -0
- package/rollup.config.js +71 -0
- package/tailwind.config.cjs +149 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<component name="InspectionProjectProfileManager">
|
|
2
|
+
<profile version="1.0">
|
|
3
|
+
<option name="myName" value="Project Default" />
|
|
4
|
+
<inspection_tool class="AngularAmbiguousComponentTag" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
5
|
+
<inspection_tool class="AngularCliAddDependency" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
6
|
+
<inspection_tool class="AngularInaccessibleComponentMemberInAotMode" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
7
|
+
<inspection_tool class="AngularIncorrectTemplateDefinition" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
8
|
+
<inspection_tool class="AngularInsecureBindingToEvent" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
9
|
+
<inspection_tool class="AngularInvalidAnimationTriggerAssignment" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
10
|
+
<inspection_tool class="AngularInvalidEntryComponent" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
11
|
+
<inspection_tool class="AngularInvalidI18nAttribute" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
12
|
+
<inspection_tool class="AngularInvalidImportedOrDeclaredSymbol" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
13
|
+
<inspection_tool class="AngularInvalidSelector" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
14
|
+
<inspection_tool class="AngularInvalidTemplateReferenceVariable" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
15
|
+
<inspection_tool class="AngularMissingEventHandler" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
16
|
+
<inspection_tool class="AngularMissingOrInvalidDeclarationInModule" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
17
|
+
<inspection_tool class="AngularMissingRequiredDirectiveInputBinding" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
18
|
+
<inspection_tool class="AngularMultipleStructuralDirectives" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
19
|
+
<inspection_tool class="AngularNgOptimizedImage" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
20
|
+
<inspection_tool class="AngularNonEmptyNgContent" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
21
|
+
<inspection_tool class="AngularRecursiveModuleImportExport" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
22
|
+
<inspection_tool class="AngularUndefinedBinding" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
23
|
+
<inspection_tool class="AngularUndefinedModuleExport" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
24
|
+
<inspection_tool class="AngularUndefinedTag" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
25
|
+
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
26
|
+
<inspection_tool class="MicronautDataMethodInconsistency" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
27
|
+
<inspection_tool class="MicronautDataRepositoryMethodParameters" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
28
|
+
<inspection_tool class="MicronautDataRepositoryMethodReturnType" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
29
|
+
<inspection_tool class="MnCacheAnnotationParameters" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
30
|
+
<inspection_tool class="MnInjectionPoints" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
31
|
+
<inspection_tool class="MnPropertiesConfig" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
32
|
+
<inspection_tool class="MnUnresolvedPathVariable" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
33
|
+
<inspection_tool class="MnYamlConfig" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
34
|
+
<inspection_tool class="TsLint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
35
|
+
</profile>
|
|
36
|
+
</component>
|
package/.idea/misc.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/showroom-visualizer.iml" filepath="$PROJECT_DIR$/.idea/showroom-visualizer.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="JAVA_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
+
<exclude-output />
|
|
5
|
+
<content url="file://$MODULE_DIR$" />
|
|
6
|
+
<orderEntry type="inheritedJdk" />
|
|
7
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
+
</component>
|
|
9
|
+
</module>
|
package/.idea/vcs.xml
ADDED
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- markdownlint-disable MD030 -->
|
|
2
|
+
|
|
3
|
+
# showroom-visualizer
|
|
4
|
+
|
|
5
|
+
Javascript library to display Clik Showroom Visualizer with UI on your website
|
|
6
|
+
|
|
7
|
+
```html
|
|
8
|
+
<!-- public/index.html -->
|
|
9
|
+
<script type="module">
|
|
10
|
+
import ShowroomVisualizer from 'http://localhost:3000/web.js';
|
|
11
|
+
ShowroomVisualizer.initVisualizer({
|
|
12
|
+
apiHost: 'https://ci-api.clik.vn/vt360',
|
|
13
|
+
config: {
|
|
14
|
+
tourCode: 'TOUR_FXYCEN7ZZVW6',
|
|
15
|
+
language: 'EN'
|
|
16
|
+
},
|
|
17
|
+
});
|
|
18
|
+
</script>
|
|
19
|
+
<div style="width: 100vw; height: 100vh">
|
|
20
|
+
<showroom-visualizer></showroom-visualizer>
|
|
21
|
+
</div>
|
|
22
|
+
```
|
package/base.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/tsconfig",
|
|
3
|
+
"display": "Default",
|
|
4
|
+
"compilerOptions": {
|
|
5
|
+
"composite": false,
|
|
6
|
+
"declaration": true,
|
|
7
|
+
"declarationMap": true,
|
|
8
|
+
"esModuleInterop": true,
|
|
9
|
+
"forceConsistentCasingInFileNames": true,
|
|
10
|
+
"inlineSources": false,
|
|
11
|
+
"isolatedModules": true,
|
|
12
|
+
"moduleResolution": "node",
|
|
13
|
+
"noUnusedLocals": false,
|
|
14
|
+
"noUnusedParameters": false,
|
|
15
|
+
"preserveWatchOutput": true,
|
|
16
|
+
"skipLibCheck": true,
|
|
17
|
+
"strict": true,
|
|
18
|
+
"downlevelIteration": true
|
|
19
|
+
},
|
|
20
|
+
"exclude": ["node_modules"]
|
|
21
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
type ButtonProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
icon?: ReactNode;
|
|
6
|
+
onClick?: () => void;
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
};
|
|
9
|
+
declare const Button: FC<ButtonProps>;
|
|
10
|
+
export default Button;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commons/SkinLayer/components/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FunctionButtonTypes } from '../../../types/SkinLayer';
|
|
2
|
+
export declare const DisplayActionPartId = "display-action-part-id";
|
|
3
|
+
type PinActionsPropsType = {
|
|
4
|
+
setShareOriginalLink: (value: boolean) => void;
|
|
5
|
+
onClickFuncButton?: (item: FunctionButtonTypes | null) => void;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("react").NamedExoticComponent<PinActionsPropsType>;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Visualizer/VirtualTour/index.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,WAAW,+CAIhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Visualizer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DisplayActionTypes, HelpActionType } from '../../types/SkinLayer';
|
|
2
|
+
export declare enum FUNCTION_BUTTON_OPEN_TYPE {
|
|
3
|
+
IFRAME = "IFRAME",
|
|
4
|
+
NEW_TAB = "NEW_TAB"
|
|
5
|
+
}
|
|
6
|
+
export declare const DISPLAY_ACTION: DisplayActionTypes;
|
|
7
|
+
export declare const HELP_ACTION: HelpActionType;
|
|
8
|
+
//# sourceMappingURL=actionButtons.d.ts.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from './actionButtons';
|
|
2
|
+
export declare const GALLERY_TYPE: {
|
|
3
|
+
VIDEO: string;
|
|
4
|
+
IMAGE: string;
|
|
5
|
+
ORBIT_REELS: string;
|
|
6
|
+
WEB_ROTATE: string;
|
|
7
|
+
AR: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const FLOORPLAN_ELEMENT_ID = "floor-plan-id";
|
|
10
|
+
export declare const POI_TYPE: {
|
|
11
|
+
MOVING: string;
|
|
12
|
+
SOUND: string;
|
|
13
|
+
INFO: string;
|
|
14
|
+
POPUP: string;
|
|
15
|
+
PHOTO: string;
|
|
16
|
+
VIDEO: string;
|
|
17
|
+
ITEM_INFO: string;
|
|
18
|
+
POLYGON: string;
|
|
19
|
+
LENSFLARE: string;
|
|
20
|
+
NADIR_LOGO: string;
|
|
21
|
+
PROMOTION: string;
|
|
22
|
+
GALLERY: string;
|
|
23
|
+
TEXTURE: string;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
export * from './tour';
|
|
2
|
+
export * from './poi';
|
|
3
|
+
export declare const S3_DOMAIN = "https://cdn3.clik.vn/clikvirtualtour";
|
|
4
|
+
export declare const PLUGINS: {
|
|
5
|
+
GYRO2: string;
|
|
6
|
+
SOUND_INTERFACE: string;
|
|
7
|
+
RADAR: string;
|
|
8
|
+
VIDEO_PLAYER: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const CONFIGS: {
|
|
11
|
+
FLARE: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const DEFAULT_ICON_HOTSPOT: {
|
|
14
|
+
FLARE: string;
|
|
15
|
+
MOVING: string;
|
|
16
|
+
SOUND: string;
|
|
17
|
+
INFO: string;
|
|
18
|
+
POPUP: string;
|
|
19
|
+
PHOTO: string;
|
|
20
|
+
VIDEO: string;
|
|
21
|
+
PIN: string;
|
|
22
|
+
SOUND_PLAY: string;
|
|
23
|
+
SOUND_PAUSE: string;
|
|
24
|
+
BACKGROUND: string;
|
|
25
|
+
VTOURSKIN_HOTSPOT: string;
|
|
26
|
+
PROMOTION: string;
|
|
27
|
+
GALLERY: string;
|
|
28
|
+
NAVIGATION: string;
|
|
29
|
+
TEXTURE: string;
|
|
30
|
+
NAVIGATION_NORTH: string;
|
|
31
|
+
NAVIGATION_EAST: string;
|
|
32
|
+
NAVIGATION_SOUTH: string;
|
|
33
|
+
NAVIGATION_WEST: string;
|
|
34
|
+
FOCUSING_IMAGE_STRIP: string;
|
|
35
|
+
NAVIGATION_ARROW: string;
|
|
36
|
+
NAVIGATION_HIGHLIGHT: string;
|
|
37
|
+
};
|
|
38
|
+
export declare const COVER_MODE: {
|
|
39
|
+
NONE: string;
|
|
40
|
+
LOCK_VIEW: string;
|
|
41
|
+
NADIR_LOGO: string;
|
|
42
|
+
};
|
|
43
|
+
export declare const MOVING_PREVIEW_TYPE: {
|
|
44
|
+
SNEAK_PEEK: string;
|
|
45
|
+
LABEL: string;
|
|
46
|
+
SNEAK_PEEK_AND_LABEL: string;
|
|
47
|
+
};
|
|
48
|
+
export declare const SINGLE_CLICK_TYPE: {
|
|
49
|
+
NONE: string;
|
|
50
|
+
TOGGLE_UI: string;
|
|
51
|
+
MOVE_TO_SCENE: string;
|
|
52
|
+
};
|
|
53
|
+
export declare const HOTSPOT_AUTO_DISPLAY_TYPE: {
|
|
54
|
+
LABEL: string;
|
|
55
|
+
POPUP: string;
|
|
56
|
+
};
|
|
57
|
+
export declare const ECOMMERCE_PRODUCT_OPEN_TYPES: {
|
|
58
|
+
IFRAME: string;
|
|
59
|
+
MODAL: string;
|
|
60
|
+
};
|
|
61
|
+
export declare const SM_MAX_WIDTH = 767;
|
|
62
|
+
export declare const SM_MAX_HEIGHT = 1023;
|
|
63
|
+
export declare const SM_MIN_WIDTH = 768;
|
|
64
|
+
export declare const MAX_HEX_NUMBER_1_DIGIT = 16;
|
|
65
|
+
export declare const MAX_HEX_NUMBER_2_DIGIT = 255;
|
|
66
|
+
export declare const MAX_HEX_DIGIT_WITHOUT_OPACITY = 6;
|
|
67
|
+
export declare const LASER_TOOLTIP_CONTENT_WIDTH = 150;
|
|
68
|
+
export declare const POI_AND_CONTENT_SPACE = 16;
|
|
69
|
+
export declare const LASER_TOOLTIP_SLASH_MAX_SIZE = 500;
|
|
70
|
+
export declare const NAVIGATION_HOTSPOT_DIRECTION: {
|
|
71
|
+
NORTH: string;
|
|
72
|
+
SOUTH: string;
|
|
73
|
+
EAST: string;
|
|
74
|
+
WEST: string;
|
|
75
|
+
NORTH_EAST: string;
|
|
76
|
+
NORTH_WEST: string;
|
|
77
|
+
SOUTH_EAST: string;
|
|
78
|
+
SOUTH_WEST: string;
|
|
79
|
+
};
|
|
80
|
+
export declare const DEFAULT_LASER_RANGE = 1;
|
|
81
|
+
export declare enum POI_Z_ORDER {
|
|
82
|
+
MIN = 0,
|
|
83
|
+
BASE = 1,
|
|
84
|
+
STANDARD = 2,
|
|
85
|
+
FOCUSING_AREA = 3,
|
|
86
|
+
HOVERING_AREA = 4,
|
|
87
|
+
HOVERING = 5,
|
|
88
|
+
MAX = 1000
|
|
89
|
+
}
|
|
90
|
+
export declare const OVERVIEW_POSITION_POI: {
|
|
91
|
+
NONE: string;
|
|
92
|
+
BOTTOM_LEFT_CORNER: string;
|
|
93
|
+
};
|
|
94
|
+
export declare const POSITION_POI: {
|
|
95
|
+
NONE: string;
|
|
96
|
+
RIGHT: string;
|
|
97
|
+
TOP: string;
|
|
98
|
+
BOTTOM: string;
|
|
99
|
+
LEFT: string;
|
|
100
|
+
};
|
|
101
|
+
export declare const POPUP_SIZE: {
|
|
102
|
+
SMALL: string;
|
|
103
|
+
MEDIUM: string;
|
|
104
|
+
LARGE: string;
|
|
105
|
+
};
|
|
106
|
+
export declare const POPUP_SIZE_VALUE: {
|
|
107
|
+
[POPUP_SIZE.SMALL]: number;
|
|
108
|
+
[POPUP_SIZE.MEDIUM]: number;
|
|
109
|
+
[POPUP_SIZE.LARGE]: number;
|
|
110
|
+
};
|
|
111
|
+
export declare const LASER_RANGE_VALUE: number[];
|
|
112
|
+
export declare const POI_POPUP_WIDTH = 54;
|
|
113
|
+
export declare const POPUP_ELEMENT_SIZE: {
|
|
114
|
+
POI: number;
|
|
115
|
+
DOT: number;
|
|
116
|
+
};
|
|
117
|
+
export declare const INFINITY = 9999;
|
|
118
|
+
export declare const PIN_ACTION_KEY = "pin_action_key";
|
|
119
|
+
export declare const LABEL_INVISIBLE_ALL = "LABEL_INVISIBLE_ALL";
|
|
120
|
+
export declare const TEXTURE_ITEM_SELECTION_SIZE = 56;
|
|
121
|
+
export declare const SLIDE_IN_AND_RIGHT_SPACE = 412;
|
|
122
|
+
export declare const POI_POSITION_OFFSET: {
|
|
123
|
+
NONE: {
|
|
124
|
+
x: number;
|
|
125
|
+
y: number;
|
|
126
|
+
};
|
|
127
|
+
HORIZONTAL: {
|
|
128
|
+
x: number;
|
|
129
|
+
y: number;
|
|
130
|
+
};
|
|
131
|
+
DYNAMIC_VERTICAL: (offsetY: number) => {
|
|
132
|
+
x: number;
|
|
133
|
+
y: number;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
export declare const POI_LOOK_AT_OFFSET: {
|
|
137
|
+
NONE: {
|
|
138
|
+
h: number;
|
|
139
|
+
v: number;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
export declare const PLAY_TOUR_DELAY = 200;
|
|
143
|
+
export declare const PREVENT_UPDATE_TOUR_VIEW_DELAY = 300;
|
|
144
|
+
export declare const TEMP_SCENARIO_DELAY = 3000;
|
|
145
|
+
export declare const DELAY_TIME_LOAD_VIDEO = 1000;
|
|
146
|
+
export declare const DELAY_TIME_ACTIVE_SLIDE = 300;
|
|
147
|
+
export declare const HORIZONTAL_MOVE_OVERVIEW_TO_UP = 720;
|
|
148
|
+
export declare const OVERVIEW_TYPE: {
|
|
149
|
+
TEXT: string;
|
|
150
|
+
IMAGE: string;
|
|
151
|
+
};
|
|
152
|
+
export declare const BOTTOM_SHEET_SPACE_TOP = 36;
|
|
153
|
+
export declare const MOVING_DISPLAY_TYPE: {
|
|
154
|
+
CLASSIC: string;
|
|
155
|
+
NAMEPLATE: string;
|
|
156
|
+
};
|
|
157
|
+
export declare const MOVING_BG_COLOR_DEFAULT = "#333333";
|
|
158
|
+
export declare const MOVING_TEXT_COLOR_DEFAULT = "#ffffff";
|
|
159
|
+
export declare const MOVING_FONT_SIZE_DEFAULT = "12pt";
|
|
160
|
+
export declare const DEFAULT_LANGUAGE_CODE = "VN";
|
|
161
|
+
export declare const ITEM_INFO_TEMPLATE: {
|
|
162
|
+
NONE: string;
|
|
163
|
+
PRODUCT: string;
|
|
164
|
+
BRAND: string;
|
|
165
|
+
LOCATION: string;
|
|
166
|
+
FACILITY: string;
|
|
167
|
+
};
|
|
168
|
+
export declare const ITEM_INFO_TYPES: {
|
|
169
|
+
PRODUCT: string;
|
|
170
|
+
BRAND: string;
|
|
171
|
+
LOCATION: string;
|
|
172
|
+
ECOMMERCE_PRODUCT: string;
|
|
173
|
+
FACILITY: string;
|
|
174
|
+
};
|
|
175
|
+
export declare const ITEM_INFO_FOCUS: {
|
|
176
|
+
NONE: string;
|
|
177
|
+
LABEL: string;
|
|
178
|
+
};
|
|
179
|
+
export declare const SUPPORTED_OVERVIEW_POI: string[];
|
|
180
|
+
export declare const SUPPORTED_OVERVIEW_POI_ITEM_INFO: string[];
|
|
181
|
+
export declare const GALLERY_TYPE: {
|
|
182
|
+
VIDEO: string;
|
|
183
|
+
IMAGE: string;
|
|
184
|
+
ORBIT_REELS: string;
|
|
185
|
+
WEB_ROTATE: string;
|
|
186
|
+
AR: string;
|
|
187
|
+
};
|
|
188
|
+
export declare enum UNIT {
|
|
189
|
+
SQUARE_METER = "\u33A1",
|
|
190
|
+
CUBIC_METER = "\u33A5",
|
|
191
|
+
KILOGRAM = "kg",
|
|
192
|
+
CENTIMETER = "cm",
|
|
193
|
+
GRAM = "g",
|
|
194
|
+
LITER = "L\u00EDt"
|
|
195
|
+
}
|
|
196
|
+
export declare enum FUNCTION_BUTTON_OPEN_TYPE {
|
|
197
|
+
IFRAME = "IFRAME",
|
|
198
|
+
NEW_TAB = "NEW_TAB"
|
|
199
|
+
}
|
|
200
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/Visualizer/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../../src/constants/Visualizer/language.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;CACV"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const POI_TYPE: {
|
|
2
|
+
MOVING: string;
|
|
3
|
+
SOUND: string;
|
|
4
|
+
INFO: string;
|
|
5
|
+
POPUP: string;
|
|
6
|
+
PHOTO: string;
|
|
7
|
+
VIDEO: string;
|
|
8
|
+
ITEM_INFO: string;
|
|
9
|
+
POLYGON: string;
|
|
10
|
+
LENSFLARE: string;
|
|
11
|
+
NADIR_LOGO: string;
|
|
12
|
+
PROMOTION: string;
|
|
13
|
+
GALLERY: string;
|
|
14
|
+
TEXTURE: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const POI_KEY: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const OVERVIEW_POSITION_POI: {
|
|
20
|
+
NONE: string;
|
|
21
|
+
BOTTOM_LEFT_CORNER: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const POSITION_POI: {
|
|
24
|
+
NONE: string;
|
|
25
|
+
RIGHT: string;
|
|
26
|
+
TOP: string;
|
|
27
|
+
BOTTOM: string;
|
|
28
|
+
LEFT: string;
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=poi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"poi.d.ts","sourceRoot":"","sources":["../../../src/constants/Visualizer/poi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;CAcpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAW5C,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;CAGjC,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;CAMxB,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare const TOUR_PLUGIN: {
|
|
2
|
+
GYRO: string;
|
|
3
|
+
RADAR: string;
|
|
4
|
+
SOUND: string;
|
|
5
|
+
};
|
|
6
|
+
export declare enum BlendMode {
|
|
7
|
+
DEFAULT = "DEFAULT",
|
|
8
|
+
SIMPLE_CROSS_BLENDING = "SIMPLE_CROSS_BLENDING",
|
|
9
|
+
ZOOM_BLEND = "ZOOM_BLEND",
|
|
10
|
+
BLACK_OUT = "BLACK_OUT",
|
|
11
|
+
WHITE_FLASH = "WHITE_FLASH",
|
|
12
|
+
RIGHT_TO_LEFT = "RIGHT_TO_LEFT",
|
|
13
|
+
TOP_TO_BOTTOM = "TOP_TO_BOTTOM",
|
|
14
|
+
DIAGONAL = "DIAGONAL",
|
|
15
|
+
CIRCLE_OPEN = "CIRCLE_OPEN",
|
|
16
|
+
VERTICAL_OPEN = "VERTICAL_OPEN",
|
|
17
|
+
HORIZONTAL_OPEN = "HORIZONTAL_OPEN"
|
|
18
|
+
}
|
|
19
|
+
export declare const BLEND_SPEED: {
|
|
20
|
+
[speed: string]: number;
|
|
21
|
+
};
|
|
22
|
+
export declare const BLEND_DURATION: {
|
|
23
|
+
DEFAULT: number;
|
|
24
|
+
SIMPLE_CROSS_BLENDING: number;
|
|
25
|
+
ZOOM_BLEND: number;
|
|
26
|
+
BLACK_OUT: number;
|
|
27
|
+
WHITE_FLASH: number;
|
|
28
|
+
RIGHT_TO_LEFT: number;
|
|
29
|
+
TOP_TO_BOTTOM: number;
|
|
30
|
+
DIAGONAL: number;
|
|
31
|
+
CIRCLE_OPEN: number;
|
|
32
|
+
VERTICAL_OPEN: number;
|
|
33
|
+
HORIZONTAL_OPEN: number;
|
|
34
|
+
};
|
|
35
|
+
export declare const BLEND_MODE: {
|
|
36
|
+
/**
|
|
37
|
+
* Reference to: https://krpano.com/docu/actions/#loadpano.blend
|
|
38
|
+
*/
|
|
39
|
+
DEFAULT: string;
|
|
40
|
+
SIMPLE_CROSS_BLENDING: string;
|
|
41
|
+
ZOOM_BLEND: string;
|
|
42
|
+
BLACK_OUT: string;
|
|
43
|
+
WHITE_FLASH: string;
|
|
44
|
+
RIGHT_TO_LEFT: string;
|
|
45
|
+
TOP_TO_BOTTOM: string;
|
|
46
|
+
DIAGONAL: string;
|
|
47
|
+
CIRCLE_OPEN: string;
|
|
48
|
+
VERTICAL_OPEN: string;
|
|
49
|
+
HORIZONTAL_OPEN: string;
|
|
50
|
+
};
|
|
51
|
+
export declare const SPLASH_SCREEN_STATUS: {
|
|
52
|
+
SKIP_AUTO: string;
|
|
53
|
+
PLAY_AUTO: string;
|
|
54
|
+
};
|
|
55
|
+
export declare const DEFAULT_SWITCH_SCENE_DURATION = 500;
|
|
56
|
+
export declare const DEFAULT_SWITCH_SCENE_BLEND = "BLEND(0.5, easeInCubic)";
|
|
57
|
+
//# sourceMappingURL=tour.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tour.d.ts","sourceRoot":"","sources":["../../../src/constants/Visualizer/tour.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;CAIvB,CAAC;AAEF,oBAAY,SAAS;IACnB,OAAO,YAAY;IACnB,qBAAqB,0BAA0B;IAC/C,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;CACpC;AAUD,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CAMlD,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;CAY1B,CAAC;AAEF,eAAO,MAAM,UAAU;IACrB;;OAEG;;;;;;;;;;;;CAYJ,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;CAGhC,CAAC;AAEF,eAAO,MAAM,6BAA6B,MAAM,CAAC;AACjD,eAAO,MAAM,0BAA0B,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const MINIMAP_ACTIVE_ID = "minimap-active-marker";
|
|
2
|
+
export declare const DEFAULT_MINIMAP_MARKER_SIZE = 8;
|
|
3
|
+
export declare const DEFAULT_MINIMAP_MARKER_LARGE_SIZE = 16;
|
|
4
|
+
export declare const DEFAULT_MINIMAP_MARKER_COLOR = "var(--color-white-48)";
|
|
5
|
+
export declare const DEFAULT_MINIMAP_MARKER_ACTIVE_COLOR = "var(--color-cyan-on-dark)";
|
|
6
|
+
export declare const DEBOUNCE_DISPLAY_MODAL = 200;
|
|
7
|
+
export declare const WIDTH_SLIDE_IN = 390;
|
|
8
|
+
export declare const MIN_SNAP = 0;
|
|
9
|
+
export declare const FAST_SWIPE_TIME = 300;
|
|
10
|
+
export declare const REGEX_LINK_MARKDOWN: RegExp;
|
|
11
|
+
export declare const REGEX_IMAGE_MARKDOWN: RegExp;
|
|
12
|
+
export declare const DEFAULT_FOV = 65;
|
|
13
|
+
export declare const DEFAULT_FOV_MAX = 120;
|
|
14
|
+
export declare const DEFAULT_BOX_SIZE_THUMBNAIL = 100;
|
|
15
|
+
export declare const FULLSCREEN_GALLERY_SIZE = 800;
|
|
16
|
+
export declare const TIME_OUT_SCROLL = 300;
|
|
17
|
+
export declare const LIMIT_VIEW_HORIZONTAL = 360;
|
|
18
|
+
export declare const PANO_ID = "pano";
|
|
19
|
+
//# sourceMappingURL=variables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/constants/Visualizer/variables.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,0BAA0B,CAAC;AACzD,eAAO,MAAM,2BAA2B,IAAI,CAAC;AAC7C,eAAO,MAAM,iCAAiC,KAAK,CAAC;AACpD,eAAO,MAAM,4BAA4B,0BAA0B,CAAC;AACpE,eAAO,MAAM,mCAAmC,8BAA8B,CAAC;AAC/E,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAC1C,eAAO,MAAM,cAAc,MAAM,CAAC;AAClC,eAAO,MAAM,QAAQ,IAAI,CAAC;AAC1B,eAAO,MAAM,eAAe,MAAM,CAAC;AACnC,eAAO,MAAM,mBAAmB,QAA0B,CAAC;AAC3D,eAAO,MAAM,oBAAoB,QAA2B,CAAC;AAC7D,eAAO,MAAM,WAAW,KAAK,CAAC;AAC9B,eAAO,MAAM,eAAe,MAAM,CAAC;AACnC,eAAO,MAAM,0BAA0B,MAAM,CAAC;AAC9C,eAAO,MAAM,uBAAuB,MAAM,CAAC;AAC3C,eAAO,MAAM,eAAe,MAAM,CAAC;AAEnC,eAAO,MAAM,qBAAqB,MAAM,CAAC;AAEzC,eAAO,MAAM,OAAO,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Tour from '../models/Visualizer/Tour';
|
|
3
|
+
export interface TourContextProps {
|
|
4
|
+
tour?: Tour;
|
|
5
|
+
}
|
|
6
|
+
declare const TourContext: React.Context<TourContextProps>;
|
|
7
|
+
export default TourContext;
|
|
8
|
+
//# sourceMappingURL=TourContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TourContext.d.ts","sourceRoot":"","sources":["../../src/context/TourContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,2BAA2B,CAAC;AAE7C,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,IAAI,CAAC;CACb;AAED,QAAA,MAAM,WAAW,iCAA6D,CAAC;AAE/E,eAAe,WAAW,CAAC"}
|