@clikvn/showroom-visualizer 0.4.1-dev-03 → 0.4.1-dev-04
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/.claude/settings.local.json +19 -0
- package/CLAUDE.md +145 -145
- package/DEVELOPMENT.md +123 -120
- package/EXAMPLES.md +1007 -967
- package/README.md +490 -489
- package/SETUP_COMPLETE.md +151 -149
- package/base.json +21 -21
- package/dist/components/SkinLayer/Floorplan/Minimap/test01.d.ts +15 -0
- package/dist/components/SkinLayer/Floorplan/Minimap/test01.d.ts.map +1 -0
- package/dist/components/SkinLayer/HotspotCategorySlideIn/ProductSlideIn/index.d.ts.map +1 -1
- package/dist/components/SkinLayer/PoiDetailSlideIn/Detail.d.ts.map +1 -1
- package/dist/components/SkinLayer/SearchAndDiscoverySlideIn/HelpActionPart.d.ts.map +1 -1
- package/dist/components/SkinLayer/SearchAndDiscoverySlideIn/PoiInfoActionPart/index.d.ts.map +1 -1
- package/dist/components/SkinLayer/SearchAndDiscoverySlideIn/ScenariosPart/index.d.ts.map +1 -1
- package/dist/constants/SkinLayer/customLayoutPaths.d.ts.map +1 -1
- package/dist/fonts/icomoon.svg +633 -633
- package/dist/hooks/SkinLayer/useProductShake.d.ts +15 -0
- package/dist/hooks/SkinLayer/useProductShake.d.ts.map +1 -0
- package/dist/hooks/headless/useScenarioControl.d.ts.map +1 -1
- package/dist/hooks/useToolConfig.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/models/Visualizer/Tour.d.ts +7 -0
- package/dist/models/Visualizer/Tour.d.ts.map +1 -1
- package/dist/models/Visualizer/TourScenario/TourScenarioPlayer.d.ts.map +1 -1
- package/dist/types/SkinLayer/listeners.type.d.ts +0 -1
- package/dist/types/SkinLayer/listeners.type.d.ts.map +1 -1
- package/dist/types/SkinLayer/tool.type.d.ts +4 -0
- package/dist/types/SkinLayer/tool.type.d.ts.map +1 -1
- package/dist/types/custom-layout.d.ts.map +1 -1
- package/dist/web.d.ts.map +1 -1
- package/dist/web.js +1 -1
- package/example/CSS_HANDLING.md +141 -141
- package/example/FIXES_SUMMARY.md +131 -121
- package/example/PATH_ALIASES.md +102 -103
- package/example/README.md +63 -64
- package/example/index.html +12 -13
- package/example/package.json +25 -25
- package/example/postcss.config.cjs +6 -6
- package/example/tailwind.config.cjs +12 -12
- package/example/tsconfig.node.json +11 -12
- package/example/vite.config.ts +142 -142
- package/package.json +133 -133
- package/rollup.config.js +400 -400
- package/tailwind.config.cjs +151 -151
- package/dist/components/SkinLayer/Drawer/PoiHeader/index.d.ts +0 -16
- package/dist/components/SkinLayer/Drawer/PoiHeader/index.d.ts.map +0 -1
- package/dist/components/SkinLayer/Drawer/index.d.ts +0 -29
- package/dist/components/SkinLayer/Drawer/index.d.ts.map +0 -1
- package/dist/components/SkinLayer/PlayAll/index.d.ts +0 -8
- package/dist/components/SkinLayer/PlayAll/index.d.ts.map +0 -1
- package/dist/features/VirtualTourVisualizer/index.d.ts +0 -20
- package/dist/features/VirtualTourVisualizer/index.d.ts.map +0 -1
- package/dist/features/VirtualTourVisualizerUI/index.d.ts +0 -17
- package/dist/features/VirtualTourVisualizerUI/index.d.ts.map +0 -1
- package/dist/index.html +0 -36
- /package/dist/features/ShowroomVisualizer/{cssStyles.d.ts → CssStyles.d.ts} +0 -0
- /package/dist/features/ShowroomVisualizer/{cssStyles.d.ts.map → CssStyles.d.ts.map} +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type ProductShakeOptions = {
|
|
2
|
+
shakeDuration?: number;
|
|
3
|
+
playAGT?: boolean;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* Custom hook for product shake animation
|
|
7
|
+
* Returns success flag after shake + AGT completed
|
|
8
|
+
*/
|
|
9
|
+
export declare const useProductShake: () => {
|
|
10
|
+
shakeProduct: (productCode: string, options?: ProductShakeOptions) => Promise<boolean>;
|
|
11
|
+
isShaking: boolean;
|
|
12
|
+
shakingProductCode: string | null;
|
|
13
|
+
};
|
|
14
|
+
export default useProductShake;
|
|
15
|
+
//# sourceMappingURL=useProductShake.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useProductShake.d.ts","sourceRoot":"","sources":["../../../src/hooks/SkinLayer/useProductShake.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,mBAAmB,GAAG;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe;gCA+CX,MAAM,YACV,mBAAmB,KAC3B,OAAO,CAAC,OAAO,CAAC;;;CAiEpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useScenarioControl.d.ts","sourceRoot":"","sources":["../../../src/hooks/headless/useScenarioControl.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAMH,eAAO,MAAM,kBAAkB;;;;;;iCA8BN,MAAM;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useScenarioControl.d.ts","sourceRoot":"","sources":["../../../src/hooks/headless/useScenarioControl.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAMH,eAAO,MAAM,kBAAkB;;;;;;iCA8BN,MAAM;;;;;;;;CA6E9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useToolConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useToolConfig.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useToolConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useToolConfig.ts"],"names":[],"mappings":"AAqBA,QAAA,MAAM,aAAa,YAoalB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|