@clikvn/showroom-visualizer 0.0.26-dev → 0.0.27-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.
@@ -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,4 @@
1
+ export { default as FullScreenContainer } from './Container';
2
+ export { default as WebRotateFullScreen } from './WebRotate';
3
+ export { default as IframeFullScreen } from './Iframe';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -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/Layout/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,EAAE,EAKH,MAAM,OAAO,CAAC;AAkBf,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,CA6crB,CAAC;AAEF,eAAe,MAAM,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: (value: boolean) => void;
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;IAC/C,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,mBAAmB,GAAG,IAAI,KAAK,IAAI,CAAC;CAChE,CAAC;;AAogBF,wBAAgC"}
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;AA6C3B,QAAA,MAAM,SAAS,EAAE,EAiDhB,CAAC;AAEF,eAAe,SAAS,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,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<500 | 0>;
11
+ getDuration(): Promise<0 | 500>;
12
12
  }
13
13
  export default MovingSceneAction;
14
14
  //# sourceMappingURL=MovingSceneAction.d.ts.map