@clikvn/showroom-visualizer 0.0.41-dev → 0.0.43-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/Modal/index.d.ts +17 -0
- package/dist/commons/SkinLayer/components/Modal/index.d.ts.map +1 -0
- package/dist/commons/SkinLayer/components/VideoThumbnail/index.d.ts +9 -0
- package/dist/commons/SkinLayer/components/VideoThumbnail/index.d.ts.map +1 -0
- package/dist/components/SkinLayer/Layout/index.d.ts.map +1 -1
- package/dist/components/SkinLayer/ModalItemInfo/Description.d.ts +10 -0
- package/dist/components/SkinLayer/ModalItemInfo/Description.d.ts.map +1 -0
- package/dist/components/SkinLayer/ModalItemInfo/Intro.d.ts +9 -0
- package/dist/components/SkinLayer/ModalItemInfo/Intro.d.ts.map +1 -0
- package/dist/components/SkinLayer/ModalItemInfo/Media.d.ts +13 -0
- package/dist/components/SkinLayer/ModalItemInfo/Media.d.ts.map +1 -0
- package/dist/components/SkinLayer/ModalItemInfo/index.d.ts +10 -0
- package/dist/components/SkinLayer/ModalItemInfo/index.d.ts.map +1 -0
- package/dist/components/SkinLayer/ModalPoi/index.d.ts +9 -0
- package/dist/components/SkinLayer/ModalPoi/index.d.ts.map +1 -0
- package/dist/components/SkinLayer/ModalPromotion/index.d.ts +9 -0
- package/dist/components/SkinLayer/ModalPromotion/index.d.ts.map +1 -0
- package/dist/constants/SkinLayer/index.d.ts +6 -0
- package/dist/constants/SkinLayer/index.d.ts.map +1 -1
- package/dist/features/ShowroomVisualizer/cssStyles.d.ts.map +1 -1
- package/dist/models/Visualizer/Poi/PoiPopup.d.ts +1 -0
- package/dist/models/Visualizer/Poi/PoiPopup.d.ts.map +1 -1
- package/dist/web.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
type SkinLayerCommonModalPropsTypes = {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
visible: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onShare?: () => void;
|
|
7
|
+
title?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
wrapClassName?: string;
|
|
10
|
+
width?: string | number;
|
|
11
|
+
mask?: boolean;
|
|
12
|
+
forceRender?: boolean;
|
|
13
|
+
shareOnHeader?: boolean;
|
|
14
|
+
};
|
|
15
|
+
declare const Modal: FC<SkinLayerCommonModalPropsTypes>;
|
|
16
|
+
export default Modal;
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/commons/SkinLayer/components/Modal/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAa,MAAM,OAAO,CAAC;AAOjD,KAAK,8BAA8B,GAAG;IACpC,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC,8BAA8B,CAwF7C,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/commons/SkinLayer/components/VideoThumbnail/index.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,EAAE,EAAoB,MAAM,OAAO,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG;IAChC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAkC3C,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/Layout/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAiB,EAAE,EAAuB,MAAM,OAAO,CAAC;AAe/D,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/Layout/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAiB,EAAE,EAAuB,MAAM,OAAO,CAAC;AAe/D,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AA8B9D,KAAK,KAAK,GAAG;IACX,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC,KAAK,CAoTrB,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ItemInfoType } from '../../../types/Visualizer';
|
|
3
|
+
type ModalItemInfoDescriptionPropsTypes = {
|
|
4
|
+
product: ItemInfoType;
|
|
5
|
+
collectionIdx: number;
|
|
6
|
+
setCollectionIdx: (val: number) => void;
|
|
7
|
+
};
|
|
8
|
+
export declare const ModalItemInfoDescription: FC<ModalItemInfoDescriptionPropsTypes>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=Description.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Description.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/ModalItemInfo/Description.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAoC,MAAM,OAAO,CAAC;AAI7D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAKzD,KAAK,kCAAkC,GAAG;IACxC,OAAO,EAAE,YAAY,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,EAAE,CACvC,kCAAkC,CA+MnC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ItemInfoType } from '../../../types/Visualizer';
|
|
3
|
+
type ModalItemInfoIntroPropsTypes = {
|
|
4
|
+
product: ItemInfoType;
|
|
5
|
+
collectionIdx: number;
|
|
6
|
+
};
|
|
7
|
+
export declare const ModalItemInfoIntro: FC<ModalItemInfoIntroPropsTypes>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=Intro.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Intro.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/ModalItemInfo/Intro.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAMzD,KAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,YAAY,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,4BAA4B,CA8C/D,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ItemInfoType } from '../../../types/Visualizer';
|
|
3
|
+
type ModalItemInfoBrandMediaPropsTypes = {
|
|
4
|
+
product: ItemInfoType;
|
|
5
|
+
};
|
|
6
|
+
interface ModalItemInfoMediaPropsTypes extends ModalItemInfoBrandMediaPropsTypes {
|
|
7
|
+
collectionIdx: number;
|
|
8
|
+
selectedMediaIdx: number;
|
|
9
|
+
setSelectedMediaIdx: (val: number) => void;
|
|
10
|
+
}
|
|
11
|
+
export declare const ModalItemInfoMedia: FC<ModalItemInfoMediaPropsTypes>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=Media.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Media.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/ModalItemInfo/Media.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,EAAE,EAAU,MAAM,OAAO,CAAC;AAO1C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzD,KAAK,iCAAiC,GAAG;IACvC,OAAO,EAAE,YAAY,CAAC;CACvB,CAAC;AAuBF,UAAU,4BACR,SAAQ,iCAAiC;IACzC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C;AAED,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,4BAA4B,CA8K/D,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type ModalItemInfoPropsTypes = {
|
|
3
|
+
wrapClassName?: string;
|
|
4
|
+
className?: string;
|
|
5
|
+
mask?: boolean;
|
|
6
|
+
betaLayout?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const ModalItemInfoMemo: React.NamedExoticComponent<ModalItemInfoPropsTypes>;
|
|
9
|
+
export { ModalItemInfoMemo as ModalItemInfo };
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/ModalItemInfo/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAkBzE,KAAK,uBAAuB,GAAG;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAqLF,QAAA,MAAM,iBAAiB,qDAAsB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,IAAI,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type ModalPopupPoiPropsTypes = {
|
|
2
|
+
mask?: boolean;
|
|
3
|
+
betaLayout?: boolean;
|
|
4
|
+
wrapClassName?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const ModalPopupPoiMemo: import("react").NamedExoticComponent<ModalPopupPoiPropsTypes>;
|
|
8
|
+
export { ModalPopupPoiMemo as ModalPopupPoi };
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/ModalPoi/index.tsx"],"names":[],"mappings":"AAeA,KAAK,uBAAuB,GAAG;IAC7B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAmJF,QAAA,MAAM,iBAAiB,+DAAsB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,IAAI,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type ModalPopupPromotionPropsTypes = {
|
|
3
|
+
mask?: boolean;
|
|
4
|
+
wrapClassName?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const ModalPopupPromotionMemo: React.NamedExoticComponent<ModalPopupPromotionPropsTypes>;
|
|
8
|
+
export { ModalPopupPromotionMemo as ModalPopupPromotion };
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkinLayer/ModalPromotion/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAM7D,KAAK,6BAA6B,GAAG;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAwDF,QAAA,MAAM,uBAAuB,2DAA4B,CAAC;AAC1D,OAAO,EAAE,uBAAuB,IAAI,mBAAmB,EAAE,CAAC"}
|
|
@@ -86,4 +86,10 @@ export declare const DEFAULT_GALLERY_ID: {
|
|
|
86
86
|
export declare const POI_VISIBLE_CONFIG: SlideInActionTypes;
|
|
87
87
|
export declare const WIDTH_SLIDE_IN = 390;
|
|
88
88
|
export declare const GUIDE_IMAGE = "https://cdn3.clik.vn/clikvirtualtour/common/guideline/help_screen_fg.jpeg";
|
|
89
|
+
export declare const POPUP_TYPE: {
|
|
90
|
+
TEXT: string;
|
|
91
|
+
IMAGE: string;
|
|
92
|
+
IFRAME: string;
|
|
93
|
+
WEB_ROTATE: string;
|
|
94
|
+
};
|
|
89
95
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/SkinLayer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,gBAAgB,EACjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,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,EAAE;IACtB,EAAE,EAAE,YAAY,CAAC;IACjB,EAAE,EAAE,YAAY,CAAC;IACjB,EAAE,EAAE,YAAY,CAAC;IACjB,EAAE,EAAE,YAAY,CAAC;IACjB,EAAE,EAAE,YAAY,CAAC;CAClB,GAAG;IACF,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,CAAC;CAqChC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;CAQ7B,CAAC;AAEF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;CAOjD,CAAC;AAEF,eAAO,MAAM,gDAAgD,MAAM,CAAC;AAEpE,eAAO,MAAM,aAAa,EAAE,gBAqB3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAmD9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,IAAI,CAAC;AAEvC,eAAO,MAAM,sCAAsC,yBAAyB,CAAC;AAE7E,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AAEzD,eAAO,MAAM,kBAAkB;;CAE9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAmDhC,CAAC;AAEF,eAAO,MAAM,cAAc,MAAM,CAAC;AAElC,eAAO,MAAM,WAAW,8EAAsD,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/SkinLayer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,gBAAgB,EACjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,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,EAAE;IACtB,EAAE,EAAE,YAAY,CAAC;IACjB,EAAE,EAAE,YAAY,CAAC;IACjB,EAAE,EAAE,YAAY,CAAC;IACjB,EAAE,EAAE,YAAY,CAAC;IACjB,EAAE,EAAE,YAAY,CAAC;CAClB,GAAG;IACF,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,CAAC;CAqChC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;CAQ7B,CAAC;AAEF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;CAOjD,CAAC;AAEF,eAAO,MAAM,gDAAgD,MAAM,CAAC;AAEpE,eAAO,MAAM,aAAa,EAAE,gBAqB3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAmD9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,IAAI,CAAC;AAEvC,eAAO,MAAM,sCAAsC,yBAAyB,CAAC;AAE7E,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AAEzD,eAAO,MAAM,kBAAkB;;CAE9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAmDhC,CAAC;AAEF,eAAO,MAAM,cAAc,MAAM,CAAC;AAElC,eAAO,MAAM,WAAW,8EAAsD,CAAC;AAE/E,eAAO,MAAM,UAAU;;;;;CAKtB,CAAC"}
|
|
@@ -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;AAiD3B,QAAA,MAAM,SAAS,EAAE,EAqDhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -2,6 +2,7 @@ import { FileModel } from '../../../types/Visualizer/common.type';
|
|
|
2
2
|
import { PoiPopupType } from '../../../types/Visualizer/poi.type';
|
|
3
3
|
import Poi from './Poi';
|
|
4
4
|
declare class PoiPopup extends Poi {
|
|
5
|
+
popupType: string;
|
|
5
6
|
text: string | undefined;
|
|
6
7
|
image: FileModel | undefined;
|
|
7
8
|
iframe: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PoiPopup.d.ts","sourceRoot":"","sources":["../../../../src/models/Visualizer/Poi/PoiPopup.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PoiPopup.d.ts","sourceRoot":"","sources":["../../../../src/models/Visualizer/Poi/PoiPopup.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAMlE,OAAO,GAAG,MAAM,OAAO,CAAC;AAExB,cAAM,QAAS,SAAQ,GAAG;IACjB,SAAS,EAAE,MAAM,CAAmB;IACpC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAa;IACrC,KAAK,EAAE,SAAS,GAAG,SAAS,CAAa;IACzC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAa;IACvC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAa;IAC9C,KAAK,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,GAAG,SAAS,CAAa;gBAEtC,KAAK,EAAE,YAAY;IAe/B,OAAO;IAKP,MAAM;IAIN,KAAK;IAIL,OAAO;IAIP,eAAe;IAaf,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,GAAG,IAAI;CAoB3C;AAED,eAAe,QAAQ,CAAC"}
|