@clikvn/showroom-visualizer 0.0.26-dev → 0.0.28-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/dist/commons/SkinLayer/components/FullScreen/Container.d.ts +13 -0
- package/dist/commons/SkinLayer/components/FullScreen/Container.d.ts.map +1 -0
- package/dist/commons/SkinLayer/components/FullScreen/Iframe.d.ts +10 -0
- package/dist/commons/SkinLayer/components/FullScreen/Iframe.d.ts.map +1 -0
- package/dist/commons/SkinLayer/components/FullScreen/WebRotate.d.ts +8 -0
- package/dist/commons/SkinLayer/components/FullScreen/WebRotate.d.ts.map +1 -0
- package/dist/commons/SkinLayer/components/FullScreen/index.d.ts +4 -0
- package/dist/commons/SkinLayer/components/FullScreen/index.d.ts.map +1 -0
- package/dist/components/SkinLayer/Floorplan/index.d.ts.map +1 -1
- package/dist/components/SkinLayer/Layout/index.d.ts.map +1 -1
- package/dist/components/SkinLayer/PinActionButtons/index.d.ts +1 -1
- package/dist/components/SkinLayer/PinActionButtons/index.d.ts.map +1 -1
- package/dist/features/ShowroomVisualizer/cssStyles.d.ts.map +1 -1
- package/dist/hooks/SkinLayer/useResizeObserver.d.ts +1 -0
- package/dist/hooks/SkinLayer/useResizeObserver.d.ts.map +1 -1
- package/dist/models/Visualizer/TourScenario/actions/MovingSceneAction.d.ts +1 -1
- package/dist/web.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
export type FullScreenProps = {
|
|
3
|
+
visible: boolean;
|
|
4
|
+
onClickClose?: () => void;
|
|
5
|
+
};
|
|
6
|
+
type ContainerProps = {
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
className?: string;
|
|
9
|
+
};
|
|
10
|
+
type FullScreenContainerProps = FullScreenProps & ContainerProps;
|
|
11
|
+
declare const _default: React.NamedExoticComponent<FullScreenContainerProps>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=Container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../../../src/commons/SkinLayer/components/FullScreen/Container.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAGZ,SAAS,EAGV,MAAM,OAAO,CAAC;AAEf,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,KAAK,wBAAwB,GAAG,eAAe,GAAG,cAAc,CAAC;;AAyCjE,wBAA+C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FullScreenProps } from './Container';
|
|
3
|
+
type IframeProps = React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
|
|
4
|
+
type IframeFullScreenProps = IframeProps & FullScreenProps & {
|
|
5
|
+
wrapClassName?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: React.NamedExoticComponent<IframeFullScreenProps>;
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=Iframe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Iframe.d.ts","sourceRoot":"","sources":["../../../../../src/commons/SkinLayer/components/FullScreen/Iframe.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuB,MAAM,OAAO,CAAC;AAI5C,OAA4B,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnE,KAAK,WAAW,GAAG,KAAK,CAAC,iBAAiB,CACxC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAC7C,iBAAiB,CAClB,CAAC;AAEF,KAAK,qBAAqB,GAAG,WAAW,GACtC,eAAe,GAAG;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;;AAsCJ,wBAA4C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FullScreenProps } from './Container';
|
|
3
|
+
type WebRotateFullScreenProps = {
|
|
4
|
+
code: string;
|
|
5
|
+
} & FullScreenProps;
|
|
6
|
+
declare const _default: React.NamedExoticComponent<WebRotateFullScreenProps>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=WebRotate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebRotate.d.ts","sourceRoot":"","sources":["../../../../../src/commons/SkinLayer/components/FullScreen/WebRotate.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAElC,OAA4B,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnE,KAAK,wBAAwB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,CAAC;;AAkBnE,wBAA+C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/commons/SkinLayer/components/FullScreen/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/Floorplan/index.tsx"],"names":[],"mappings":"AAYA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/Floorplan/index.tsx"],"names":[],"mappings":"AAYA,OAAO,KAQN,MAAM,OAAO,CAAC;AAaf,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;AAimB3C,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":"AACA,OAAO,EAEL,EAAE,EAKH,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/Layout/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,EAAE,EAKH,MAAM,OAAO,CAAC;AAmBf,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AA6B9D,KAAK,KAAK,GAAG;IACX,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC,KAAK,CA8crB,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FunctionButtonTypes } from '../../../types/SkinLayer';
|
|
2
2
|
export declare const DisplayActionPartId = "display-action-part-id";
|
|
3
3
|
type PinActionsPropsType = {
|
|
4
|
-
setShareOriginalLink
|
|
4
|
+
setShareOriginalLink?: (value: boolean) => void;
|
|
5
5
|
onClickFuncButton?: (item: FunctionButtonTypes | null) => void;
|
|
6
6
|
};
|
|
7
7
|
declare const _default: import("react").NamedExoticComponent<PinActionsPropsType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/PinActionButtons/index.tsx"],"names":[],"mappings":"AAwBA,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;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/PinActionButtons/index.tsx"],"names":[],"mappings":"AAwBA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D,eAAO,MAAM,mBAAmB,2BAA2B,CAAC;AAU5D,KAAK,mBAAmB,GAAG;IACzB,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,mBAAmB,GAAG,IAAI,KAAK,IAAI,CAAC;CAChE,CAAC;;AAsgBF,wBAAgC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cssStyles.d.ts","sourceRoot":"","sources":["../../../src/features/ShowroomVisualizer/cssStyles.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"cssStyles.d.ts","sourceRoot":"","sources":["../../../src/features/ShowroomVisualizer/cssStyles.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AA8C3B,QAAA,MAAM,SAAS,EAAE,EAkDhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -8,6 +8,7 @@ type UseResizeObserverTypes = {
|
|
|
8
8
|
} & ObservedSizeTypes;
|
|
9
9
|
type UseResizeObserverPropsTypes = {
|
|
10
10
|
ref: RefObject<HTMLElement>;
|
|
11
|
+
parentId?: string;
|
|
11
12
|
};
|
|
12
13
|
declare const useResizeObserver: (props: UseResizeObserverPropsTypes) => UseResizeObserverTypes;
|
|
13
14
|
export default useResizeObserver;
|
|
@@ -1 +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;
|
|
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;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,iBAAiB,GACrB,OAAO,2BAA2B,KACjC,sBA8DF,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -8,7 +8,7 @@ declare class MovingSceneAction extends TourScenarioAction {
|
|
|
8
8
|
delayPromise: any;
|
|
9
9
|
constructor(props: TourScenarioActionType);
|
|
10
10
|
run({ language }?: any): Promise<void>;
|
|
11
|
-
getDuration(): Promise<
|
|
11
|
+
getDuration(): Promise<0 | 500>;
|
|
12
12
|
}
|
|
13
13
|
export default MovingSceneAction;
|
|
14
14
|
//# sourceMappingURL=MovingSceneAction.d.ts.map
|