pb-sxp-ui 1.1.2 → 1.2.0
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/index.cjs +2260 -861
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +356 -175
- package/dist/index.js +2260 -861
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -3
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2260 -861
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -3
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/Pagebuilder/type.d.ts +1 -0
- package/es/core/components/SxpPageRender/FingerSwipeTip/index.d.ts +0 -1
- package/es/core/components/SxpPageRender/FingerSwipeTip/index.js +3 -3
- package/es/core/components/SxpPageRender/Hashtag/index.js +1 -3
- package/es/core/components/SxpPageRender/Modal/index.d.ts +3 -0
- package/es/core/components/SxpPageRender/Modal/index.js +70 -6
- package/es/core/components/SxpPageRender/Navbar.js +1 -1
- package/es/core/components/SxpPageRender/Popup/index.js +1 -1
- package/es/core/components/SxpPageRender/RenderCard.d.ts +1 -0
- package/es/core/components/SxpPageRender/RenderCard.js +16 -12
- package/es/core/components/SxpPageRender/VideoWidget/index.js +10 -13
- package/es/core/components/SxpPageRender/WaterFall/List.js +1 -1
- package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +1 -1
- package/es/core/components/SxpPageRender/index.d.ts +3 -3
- package/es/core/components/SxpPageRender/index.js +51 -17
- package/es/core/components/SxpPageRender/typing.d.ts +1 -0
- package/es/core/context/SxpDataSourceProvider.d.ts +1 -0
- package/es/core/context/SxpDataSourceProvider.js +6 -3
- package/es/core/utils/localStore.d.ts +3 -0
- package/es/core/utils/localStore.js +8 -0
- package/es/materials/sxp/HashTag/material.js +1 -2
- package/es/materials/sxp/cta/AniLink/index.d.ts +14 -0
- package/es/materials/sxp/cta/AniLink/index.js +58 -0
- package/es/materials/sxp/cta/AniLink/interactionRender.d.ts +42 -0
- package/es/materials/sxp/cta/AniLink/interactionRender.js +50 -0
- package/es/materials/sxp/cta/AniLink/material.d.ts +2 -0
- package/es/materials/sxp/cta/AniLink/material.js +38 -0
- package/es/materials/sxp/cta/AniLink/settingRender.d.ts +73 -0
- package/es/materials/sxp/cta/AniLink/settingRender.js +103 -0
- package/es/materials/sxp/cta/AniLinkPopup/index.d.ts +17 -0
- package/es/materials/sxp/cta/AniLinkPopup/index.js +65 -0
- package/es/materials/sxp/cta/AniLinkPopup/interactionRender.d.ts +42 -0
- package/es/materials/sxp/cta/AniLinkPopup/interactionRender.js +50 -0
- package/es/materials/sxp/cta/AniLinkPopup/material.d.ts +2 -0
- package/es/materials/sxp/cta/AniLinkPopup/material.js +52 -0
- package/es/materials/sxp/cta/AniLinkPopup/settingRender.d.ts +176 -0
- package/es/materials/sxp/cta/AniLinkPopup/settingRender.js +249 -0
- package/es/materials/sxp/cta/index.d.ts +2 -0
- package/es/materials/sxp/cta/index.js +2 -0
- package/es/materials/sxp/index.d.ts +1 -0
- package/es/materials/sxp/index.js +1 -0
- package/es/materials/sxp/popup/AppointForm/Form.js +1 -1
- package/es/materials/sxp/popup/CommodityDetail/index.d.ts +5 -0
- package/es/materials/sxp/popup/CommodityDetail/index.js +43 -26
- package/es/materials/sxp/popup/CommodityDetail/interactionRender.d.ts +9 -0
- package/es/materials/sxp/popup/CommodityDetail/interactionRender.js +12 -0
- package/es/materials/sxp/popup/CommodityDetail/material.js +3 -1
- package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +37 -0
- package/es/materials/sxp/popup/CommodityDetail/settingRender.js +41 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +5 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +11 -25
- package/es/materials/sxp/popup/CommodityDetailDiroNew/interactionRender.d.ts +9 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/interactionRender.js +12 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/material.js +3 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +37 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +41 -0
- package/es/materials/sxp/popup/CommodityList/index.d.ts +28 -0
- package/es/materials/sxp/popup/CommodityList/index.js +56 -0
- package/es/materials/sxp/popup/CommodityList/interactionRender.d.ts +8 -0
- package/es/materials/sxp/popup/CommodityList/interactionRender.js +11 -0
- package/es/materials/sxp/popup/CommodityList/material.d.ts +2 -0
- package/es/materials/sxp/popup/CommodityList/material.js +51 -0
- package/es/materials/sxp/popup/CommodityList/settingRender.d.ts +151 -0
- package/es/materials/sxp/popup/CommodityList/settingRender.js +207 -0
- package/es/materials/sxp/popup/index.d.ts +1 -0
- package/es/materials/sxp/popup/index.js +1 -0
- package/es/materials/sxp/template/Link/index.js +2 -2
- package/es/materials/sxp/template/MultiCommodity/index.js +2 -2
- package/es/materials/sxp/template/MultiCommodityDiro/index.js +2 -2
- package/es/materials/sxp/template/MultiCommodityDiroNew/index.js +5 -4
- package/es/materials/sxp/template/components/CommodityGroup.d.ts +14 -0
- package/es/materials/sxp/template/components/CommodityGroup.js +31 -0
- package/es/materials/sxp/template/components/Img.js +1 -1
- package/es/materials/sxp/template/components/Scroll.d.ts +2 -1
- package/es/materials/sxp/template/components/Scroll.js +10 -3
- package/es/materials/sxp/template/components/settingRender.js +0 -5
- package/lib/core/Pagebuilder/type.d.ts +1 -0
- package/lib/core/components/SxpPageRender/FingerSwipeTip/index.d.ts +0 -1
- package/lib/core/components/SxpPageRender/FingerSwipeTip/index.js +3 -3
- package/lib/core/components/SxpPageRender/Hashtag/index.js +1 -3
- package/lib/core/components/SxpPageRender/Modal/index.d.ts +3 -0
- package/lib/core/components/SxpPageRender/Modal/index.js +70 -6
- package/lib/core/components/SxpPageRender/Navbar.js +1 -1
- package/lib/core/components/SxpPageRender/Popup/index.js +1 -1
- package/lib/core/components/SxpPageRender/RenderCard.d.ts +1 -0
- package/lib/core/components/SxpPageRender/RenderCard.js +16 -12
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +10 -13
- package/lib/core/components/SxpPageRender/WaterFall/List.js +1 -1
- package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +1 -1
- package/lib/core/components/SxpPageRender/index.d.ts +3 -3
- package/lib/core/components/SxpPageRender/index.js +50 -16
- package/lib/core/components/SxpPageRender/typing.d.ts +1 -0
- package/lib/core/context/SxpDataSourceProvider.d.ts +1 -0
- package/lib/core/context/SxpDataSourceProvider.js +6 -3
- package/lib/core/utils/localStore.d.ts +3 -0
- package/lib/core/utils/localStore.js +11 -1
- package/lib/materials/sxp/HashTag/material.js +1 -2
- package/lib/materials/sxp/cta/AniLink/index.d.ts +14 -0
- package/lib/materials/sxp/cta/AniLink/index.js +60 -0
- package/lib/materials/sxp/cta/AniLink/interactionRender.d.ts +42 -0
- package/lib/materials/sxp/cta/AniLink/interactionRender.js +52 -0
- package/lib/materials/sxp/cta/AniLink/material.d.ts +2 -0
- package/lib/materials/sxp/cta/AniLink/material.js +42 -0
- package/lib/materials/sxp/cta/AniLink/settingRender.d.ts +73 -0
- package/lib/materials/sxp/cta/AniLink/settingRender.js +105 -0
- package/lib/materials/sxp/cta/AniLinkPopup/index.d.ts +17 -0
- package/lib/materials/sxp/cta/AniLinkPopup/index.js +67 -0
- package/lib/materials/sxp/cta/AniLinkPopup/interactionRender.d.ts +42 -0
- package/lib/materials/sxp/cta/AniLinkPopup/interactionRender.js +52 -0
- package/lib/materials/sxp/cta/AniLinkPopup/material.d.ts +2 -0
- package/lib/materials/sxp/cta/AniLinkPopup/material.js +56 -0
- package/lib/materials/sxp/cta/AniLinkPopup/settingRender.d.ts +176 -0
- package/lib/materials/sxp/cta/AniLinkPopup/settingRender.js +251 -0
- package/lib/materials/sxp/cta/index.d.ts +2 -0
- package/lib/materials/sxp/cta/index.js +5 -0
- package/lib/materials/sxp/index.d.ts +1 -0
- package/lib/materials/sxp/index.js +1 -0
- package/lib/materials/sxp/popup/AppointForm/Form.js +1 -1
- package/lib/materials/sxp/popup/CommodityDetail/index.d.ts +5 -0
- package/lib/materials/sxp/popup/CommodityDetail/index.js +43 -26
- package/lib/materials/sxp/popup/CommodityDetail/interactionRender.d.ts +9 -0
- package/lib/materials/sxp/popup/CommodityDetail/interactionRender.js +14 -0
- package/lib/materials/sxp/popup/CommodityDetail/material.js +3 -1
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +37 -0
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +41 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +5 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +11 -25
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/interactionRender.d.ts +9 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/interactionRender.js +14 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/material.js +3 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +37 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +41 -0
- package/lib/materials/sxp/popup/CommodityList/index.d.ts +28 -0
- package/lib/materials/sxp/popup/CommodityList/index.js +58 -0
- package/lib/materials/sxp/popup/CommodityList/interactionRender.d.ts +8 -0
- package/lib/materials/sxp/popup/CommodityList/interactionRender.js +13 -0
- package/lib/materials/sxp/popup/CommodityList/material.d.ts +2 -0
- package/lib/materials/sxp/popup/CommodityList/material.js +55 -0
- package/lib/materials/sxp/popup/CommodityList/settingRender.d.ts +151 -0
- package/lib/materials/sxp/popup/CommodityList/settingRender.js +209 -0
- package/lib/materials/sxp/popup/index.d.ts +1 -0
- package/lib/materials/sxp/popup/index.js +1 -0
- package/lib/materials/sxp/template/Link/index.js +2 -2
- package/lib/materials/sxp/template/MultiCommodity/index.js +2 -2
- package/lib/materials/sxp/template/MultiCommodityDiro/index.js +2 -2
- package/lib/materials/sxp/template/MultiCommodityDiroNew/index.js +5 -4
- package/lib/materials/sxp/template/components/CommodityGroup.d.ts +14 -0
- package/lib/materials/sxp/template/components/CommodityGroup.js +34 -0
- package/lib/materials/sxp/template/components/Img.js +1 -1
- package/lib/materials/sxp/template/components/Scroll.d.ts +2 -1
- package/lib/materials/sxp/template/components/Scroll.js +9 -2
- package/lib/materials/sxp/template/components/settingRender.js +0 -5
- package/package.json +1 -1
@@ -1,19 +1,19 @@
|
|
1
1
|
import React, { useEffect, useMemo, useState } from 'react';
|
2
2
|
import { useIconLink } from '../useIconLink';
|
3
3
|
import { useEditor } from '../../../../core/hooks';
|
4
|
-
const FingerSwipeTip = ({ imageUrl, style
|
4
|
+
const FingerSwipeTip = ({ imageUrl, style }) => {
|
5
5
|
const [show, setShow] = useState(true);
|
6
6
|
const { schema: { sxpPageConf } } = useEditor();
|
7
7
|
useEffect(() => {
|
8
8
|
setTimeout(() => {
|
9
9
|
setShow(false);
|
10
|
-
},
|
10
|
+
}, 2000);
|
11
11
|
}, []);
|
12
12
|
const FINGER_SWIPE_ICON = useIconLink('/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png');
|
13
13
|
const animationCls = useMemo(() => {
|
14
14
|
return show ? 'pb-fadeIn' : 'pb-fadeOut';
|
15
15
|
}, [show]);
|
16
|
-
return (React.createElement("div", { hidden: !show, className: `pb-finger-wrap ${animationCls}`, style:
|
16
|
+
return (React.createElement("div", { hidden: !show, className: `pb-finger-wrap ${animationCls}`, style: style },
|
17
17
|
React.createElement("img", { src: imageUrl || FINGER_SWIPE_ICON, alt: 'finger swiper' })));
|
18
18
|
};
|
19
19
|
export default FingerSwipeTip;
|
@@ -4,7 +4,6 @@ import { useSxpDataSource } from '../../../../core/hooks';
|
|
4
4
|
import Scroll from '../../../../materials/sxp/template/components/Scroll';
|
5
5
|
import { setFontForText } from '../../../../core/utils/tool';
|
6
6
|
const Hashtag = ({ tags, itemId, itemType, index, rec, hashTagStyle }) => {
|
7
|
-
var _a;
|
8
7
|
const [isShowMore, setIsShowMore] = useState(false);
|
9
8
|
const { setWaterFallData, setOpenHashtag, setCacheActiveIndex, waterFallData, setIsFromHashtag } = useSxpDataSource();
|
10
9
|
const handleClickTag = (data) => {
|
@@ -36,8 +35,7 @@ const Hashtag = ({ tags, itemId, itemType, index, rec, hashTagStyle }) => {
|
|
36
35
|
}
|
37
36
|
return (React.createElement("span", { style: { textDecoration: 'underline', cursor: 'pointer', color: '#fff' }, onClick: () => setIsShowMore(!isShowMore) }, isShowMore ? 'show less' : 'show more'));
|
38
37
|
}, [isShowMore, tags]);
|
39
|
-
|
40
|
-
return (React.createElement("div", { className: 'clc-sxp-bottom-hashtag', style: { marginTop: `${(_a = hashTagStyle === null || hashTagStyle === void 0 ? void 0 : hashTagStyle.marginTop) !== null && _a !== void 0 ? _a : 16}px` } },
|
38
|
+
return (React.createElement("div", { className: 'clc-sxp-bottom-hashtag' },
|
41
39
|
React.createElement(Scroll, null, tags === null || tags === void 0 ? void 0 : tags.map((item, index) => (React.createElement(SwiperSlide, { key: index, hidden: !isShowMore ? index >= 6 : false, className: 'clc-sxp-bottom-hashtag-item', style: hashTagStyle, onClick: () => handleClickTag(item) },
|
42
40
|
React.createElement("div", { dangerouslySetInnerHTML: { __html: setFontForText(`#${item}`, hashTagStyle) } })))))));
|
43
41
|
};
|
@@ -6,6 +6,9 @@ interface IModalProps {
|
|
6
6
|
padding?: number | string;
|
7
7
|
modalStyle?: CSSProperties;
|
8
8
|
onClose?: () => void;
|
9
|
+
schema?: any;
|
10
|
+
fullHeight?: number;
|
11
|
+
isFullScreen?: boolean;
|
9
12
|
}
|
10
13
|
declare const _default: React.NamedExoticComponent<React.PropsWithChildren<IModalProps>>;
|
11
14
|
export default _default;
|
@@ -1,11 +1,21 @@
|
|
1
1
|
import { debounce } from 'lodash';
|
2
2
|
import React, { memo, useEffect, useMemo, useRef, useState } from 'react';
|
3
3
|
import * as ReactDOM from 'react-dom';
|
4
|
+
import { useEditor, useSxpDataSource } from '../../../../core/hooks';
|
4
5
|
const closeIcon = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=';
|
5
|
-
const Modal = ({ visible, onClose, children, modalStyle, padding, popup }) => {
|
6
|
-
var _a;
|
6
|
+
const Modal = ({ visible, onClose, children, modalStyle, padding, popup, schema, fullHeight = window.innerHeight, isFullScreen = false }) => {
|
7
|
+
var _a, _b;
|
8
|
+
const touchRef = useRef(null);
|
9
|
+
const fTouchRef = useRef(null);
|
10
|
+
const touchMoveRef = useRef(null);
|
11
|
+
const ref = useRef(null);
|
12
|
+
const MODAL_DEF_TRANS = fullHeight * 0.2;
|
13
|
+
const MODAL_DEF_CON_H = isFullScreen ? fullHeight : fullHeight * 0.8;
|
14
|
+
const [modalTrans, setModalTrans] = useState(MODAL_DEF_TRANS);
|
7
15
|
const [isShow, setIsShow] = useState(false);
|
8
16
|
const modalEleRef = useRef(null);
|
17
|
+
const { globalConfig, popupDetailData } = useSxpDataSource();
|
18
|
+
const { schema: _schema } = useEditor();
|
9
19
|
useEffect(() => {
|
10
20
|
const parentNode = document.getElementById('sxp-render');
|
11
21
|
const node = document.getElementById('pb-modal');
|
@@ -21,6 +31,12 @@ const Modal = ({ visible, onClose, children, modalStyle, padding, popup }) => {
|
|
21
31
|
const isOpen = useMemo(() => {
|
22
32
|
return ((popup === null || popup === void 0 ? void 0 : popup.id) && (popup === null || popup === void 0 ? void 0 : popup.id) !== '') || visible;
|
23
33
|
}, [visible, popup]);
|
34
|
+
const isScrollFullScreen = useMemo(() => {
|
35
|
+
var _a, _b, _c, _d, _e;
|
36
|
+
const schemaData = schema !== null && schema !== void 0 ? schema : _schema;
|
37
|
+
const value = (_c = (_b = (_a = schemaData === null || schemaData === void 0 ? void 0 : schemaData.sxpPageConf) === null || _a === void 0 ? void 0 : _a.globalConfig) === null || _b === void 0 ? void 0 : _b.popupList) === null || _c === void 0 ? void 0 : _c.find((value) => (value === null || value === void 0 ? void 0 : value.id) === (popup === null || popup === void 0 ? void 0 : popup.id));
|
38
|
+
return ((_e = (_d = value === null || value === void 0 ? void 0 : value.item) === null || _d === void 0 ? void 0 : _d.event) === null || _e === void 0 ? void 0 : _e.isScrollFullScreen) || false;
|
39
|
+
}, [popup, schema, _schema]);
|
24
40
|
useEffect(() => {
|
25
41
|
if (isOpen) {
|
26
42
|
setIsShow(true);
|
@@ -28,6 +44,7 @@ const Modal = ({ visible, onClose, children, modalStyle, padding, popup }) => {
|
|
28
44
|
else {
|
29
45
|
setTimeout(() => {
|
30
46
|
setIsShow(false);
|
47
|
+
setModalTrans(MODAL_DEF_TRANS);
|
31
48
|
}, popup === null || popup === void 0 ? void 0 : popup.duration);
|
32
49
|
}
|
33
50
|
}, [isOpen, popup]);
|
@@ -36,13 +53,60 @@ const Modal = ({ visible, onClose, children, modalStyle, padding, popup }) => {
|
|
36
53
|
const handleClose = debounce(() => {
|
37
54
|
onClose === null || onClose === void 0 ? void 0 : onClose();
|
38
55
|
}, 300);
|
56
|
+
const handleTouchStart = (event) => {
|
57
|
+
event.stopPropagation();
|
58
|
+
touchRef.current = event.touches[0].clientY;
|
59
|
+
fTouchRef.current = event.touches[0].clientY;
|
60
|
+
touchMoveRef.current = true;
|
61
|
+
};
|
62
|
+
const handleTouchMove = (event) => {
|
63
|
+
event.stopPropagation();
|
64
|
+
requestAnimationFrame(() => {
|
65
|
+
var _a;
|
66
|
+
if (touchMoveRef.current && ((_a = ref === null || ref === void 0 ? void 0 : ref.current) === null || _a === void 0 ? void 0 : _a.scrollTop) === 0) {
|
67
|
+
const currentY = event.touches[0].clientY;
|
68
|
+
const diff = touchRef.current - currentY;
|
69
|
+
touchRef.current = currentY;
|
70
|
+
const ts = modalTrans - diff;
|
71
|
+
if (ts > 0) {
|
72
|
+
setModalTrans(ts);
|
73
|
+
}
|
74
|
+
}
|
75
|
+
});
|
76
|
+
};
|
77
|
+
const handleTouchEnd = (event) => {
|
78
|
+
var _a;
|
79
|
+
event.stopPropagation();
|
80
|
+
if (touchMoveRef.current && ((_a = ref === null || ref === void 0 ? void 0 : ref.current) === null || _a === void 0 ? void 0 : _a.scrollTop) === 0) {
|
81
|
+
const diff = fTouchRef.current - touchRef.current;
|
82
|
+
if (diff > 0) {
|
83
|
+
setModalTrans(0);
|
84
|
+
}
|
85
|
+
else if (modalTrans < MODAL_DEF_TRANS && diff < 0) {
|
86
|
+
setModalTrans(MODAL_DEF_TRANS);
|
87
|
+
}
|
88
|
+
else if (modalTrans >= MODAL_DEF_TRANS && diff < 0) {
|
89
|
+
onClose === null || onClose === void 0 ? void 0 : onClose();
|
90
|
+
}
|
91
|
+
}
|
92
|
+
touchMoveRef.current = false;
|
93
|
+
};
|
39
94
|
return ReactDOM.createPortal(React.createElement(React.Fragment, null, isShow && (React.createElement("div", { className: 'modal-bg', style: Object.assign({ display: 'flex', backgroundColor: isOpen ? 'rgba(0, 0, 0, 0.7)' : 'rgba(0, 0, 0, 0)' }, modalStyle), onClick: handleClose },
|
40
|
-
React.createElement("div", { className: `modal-container ${isOpen ? 'modal-popIn' : 'modal-popOut'}`, style: { padding, animationDuration: ((_a = popup === null || popup === void 0 ? void 0 : popup.duration) !== null && _a !== void 0 ? _a : 0) / 1000 + 's' },
|
95
|
+
React.createElement("div", Object.assign({ className: `modal-container ${isOpen ? 'modal-popIn' : 'modal-popOut'}`, style: Object.assign({ padding, animationDuration: ((_a = popup === null || popup === void 0 ? void 0 : popup.duration) !== null && _a !== void 0 ? _a : 0) / 1000 + 's' }, (isScrollFullScreen && {
|
96
|
+
transform: `translateY(${modalTrans}px)`
|
97
|
+
})), onClick: (e) => {
|
41
98
|
e.stopPropagation();
|
42
99
|
e.preventDefault();
|
43
|
-
} },
|
100
|
+
} }, (isScrollFullScreen && {
|
101
|
+
onTouchMove: handleTouchMove,
|
102
|
+
onTouchStart: handleTouchStart,
|
103
|
+
onTouchEnd: handleTouchEnd
|
104
|
+
})),
|
44
105
|
React.createElement("div", { onClick: onClose, className: 'modal-icon-wrapper' },
|
45
|
-
React.createElement("img", { src: closeIcon, alt: 'close', className: 'modal-icon' })),
|
46
|
-
|
106
|
+
React.createElement("img", { src: (_b = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.popupCloseIcon) !== null && _b !== void 0 ? _b : closeIcon, alt: 'close', className: 'modal-icon' })),
|
107
|
+
React.createElement("div", { ref: ref, style: {
|
108
|
+
height: isScrollFullScreen ? fullHeight : MODAL_DEF_CON_H,
|
109
|
+
overflow: (isScrollFullScreen && modalTrans <= 0) || !isScrollFullScreen ? 'auto' : 'hidden'
|
110
|
+
} }, children))))), modalEleRef.current);
|
47
111
|
};
|
48
112
|
export default memo(Modal);
|
@@ -6,7 +6,7 @@ const Navbar = ({ icon, styles, textStyle, onClose }) => {
|
|
6
6
|
const { waterFallData, setOpenHashtag } = useSxpDataSource();
|
7
7
|
return (React.createElement("div", { className: 'clc-sxp-nav', style: styles },
|
8
8
|
React.createElement("img", { className: 'clc-sxp-nav-left', src: icon, alt: 'back button', onClick: onClose }),
|
9
|
-
React.createElement("div", { className: 'clc-sxp-nav-title', style:
|
9
|
+
React.createElement("div", { className: 'clc-sxp-nav-title', style: textStyle, dangerouslySetInnerHTML: {
|
10
10
|
__html: setFontForText(`#${(_a = waterFallData === null || waterFallData === void 0 ? void 0 : waterFallData.hashTag) !== null && _a !== void 0 ? _a : '标题'}`, textStyle)
|
11
11
|
} })));
|
12
12
|
};
|
@@ -52,7 +52,7 @@ const Popup = () => {
|
|
52
52
|
const isExternalLink = ((_d = (_c = (_b = value === null || value === void 0 ? void 0 : value.item) === null || _b === void 0 ? void 0 : _b.event) === null || _c === void 0 ? void 0 : _c.onClick) === null || _d === void 0 ? void 0 : _d.linkType) === 'externalLink';
|
53
53
|
const isPopup = ((_g = (_f = (_e = value === null || value === void 0 ? void 0 : value.item) === null || _e === void 0 ? void 0 : _e.event) === null || _f === void 0 ? void 0 : _f.onClick) === null || _g === void 0 ? void 0 : _g.linkType) === 'popup';
|
54
54
|
const defaulSetting = (_h = t === null || t === void 0 ? void 0 : t.extend) === null || _h === void 0 ? void 0 : _h.defaulSetting;
|
55
|
-
return (React.createElement(Component, Object.assign({ key: index, style: Object.assign(Object.assign(Object.assign({}, defaulSetting === null || defaulSetting === void 0 ? void 0 : defaulSetting.style), (_j = value === null || value === void 0 ? void 0 : value.item) === null || _j === void 0 ? void 0 : _j.style), { width: (_k = window.innerWidth) !== null && _k !== void 0 ? _k : '100vw'
|
55
|
+
return (React.createElement(Component, Object.assign({ key: index, style: Object.assign(Object.assign(Object.assign({}, defaulSetting === null || defaulSetting === void 0 ? void 0 : defaulSetting.style), (_j = value === null || value === void 0 ? void 0 : value.item) === null || _j === void 0 ? void 0 : _j.style), { width: (_k = window.innerWidth) !== null && _k !== void 0 ? _k : '100vw' }), textStyle: Object.assign(Object.assign({}, defaulSetting === null || defaulSetting === void 0 ? void 0 : defaulSetting.textStyle), (_l = value === null || value === void 0 ? void 0 : value.item) === null || _l === void 0 ? void 0 : _l.textStyle), bindDatas: (_o = (_m = value === null || value === void 0 ? void 0 : value.item) === null || _m === void 0 ? void 0 : _m.bindDatas) !== null && _o !== void 0 ? _o : [] }, defaulSetting === null || defaulSetting === void 0 ? void 0 : defaulSetting.props, (_p = value === null || value === void 0 ? void 0 : value.item) === null || _p === void 0 ? void 0 : _p.props, { event: ((_q = value === null || value === void 0 ? void 0 : value.item) === null || _q === void 0 ? void 0 : _q.event) || {}, schema: schema, id: value === null || value === void 0 ? void 0 : value.id, isExternalLink: isExternalLink, isPopup: isPopup, onClose: handleClose })));
|
56
56
|
}
|
57
57
|
else {
|
58
58
|
return React.createElement(React.Fragment, null);
|
@@ -2,10 +2,10 @@ import React, { memo, useMemo } from 'react';
|
|
2
2
|
import './index.less';
|
3
3
|
import withBindDataSource from '../../../core/hoc/withBindDataSource';
|
4
4
|
import { useEditor } from '../../../core/hooks';
|
5
|
-
const RenderCard = ({ rec, index, tempMap, resolver }) => {
|
5
|
+
const RenderCard = ({ rec, index, tempMap, resolver, includesCtaType }) => {
|
6
6
|
const { schema } = useEditor();
|
7
7
|
const renderComp = useMemo(() => {
|
8
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6;
|
8
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8;
|
9
9
|
if (!(rec === null || rec === void 0 ? void 0 : rec.video))
|
10
10
|
return null;
|
11
11
|
let cta = null;
|
@@ -19,20 +19,24 @@ const RenderCard = ({ rec, index, tempMap, resolver }) => {
|
|
19
19
|
cta = (_e = (_d = rec === null || rec === void 0 ? void 0 : rec.video) === null || _d === void 0 ? void 0 : _d.bindCta) === null || _e === void 0 ? void 0 : _e.itemId;
|
20
20
|
}
|
21
21
|
const value = tempMap === null || tempMap === void 0 ? void 0 : tempMap[cta];
|
22
|
-
if (
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
(((
|
22
|
+
if (includesCtaType && !(includesCtaType === null || includesCtaType === void 0 ? void 0 : includesCtaType.includes((_f = value === null || value === void 0 ? void 0 : value.item) === null || _f === void 0 ? void 0 : _f.type)))
|
23
|
+
return;
|
24
|
+
if (!includesCtaType && ((_g = value === null || value === void 0 ? void 0 : value.item) === null || _g === void 0 ? void 0 : _g.category) === 'cta')
|
25
|
+
return;
|
26
|
+
if ((((_h = value === null || value === void 0 ? void 0 : value.item) === null || _h === void 0 ? void 0 : _h.type) === 'CommodityDiro' && !((_j = rec === null || rec === void 0 ? void 0 : rec.video) === null || _j === void 0 ? void 0 : _j.bindProduct)) ||
|
27
|
+
(((_k = value === null || value === void 0 ? void 0 : value.item) === null || _k === void 0 ? void 0 : _k.type) === 'Commodity' && !((_l = rec === null || rec === void 0 ? void 0 : rec.video) === null || _l === void 0 ? void 0 : _l.bindProduct)) ||
|
28
|
+
(((_m = value === null || value === void 0 ? void 0 : value.item) === null || _m === void 0 ? void 0 : _m.type) === 'CommodityDiroNew' && !((_o = rec === null || rec === void 0 ? void 0 : rec.video) === null || _o === void 0 ? void 0 : _o.bindProduct)) ||
|
29
|
+
(((_p = value === null || value === void 0 ? void 0 : value.item) === null || _p === void 0 ? void 0 : _p.type) === 'MultiCommodity' && !((_r = (_q = rec === null || rec === void 0 ? void 0 : rec.video) === null || _q === void 0 ? void 0 : _q.bindProducts) === null || _r === void 0 ? void 0 : _r.length)) ||
|
30
|
+
(((_s = value === null || value === void 0 ? void 0 : value.item) === null || _s === void 0 ? void 0 : _s.type) === 'MultiCommodityDiro' && !((_u = (_t = rec === null || rec === void 0 ? void 0 : rec.video) === null || _t === void 0 ? void 0 : _t.bindProducts) === null || _u === void 0 ? void 0 : _u.length)) ||
|
31
|
+
(((_v = value === null || value === void 0 ? void 0 : value.item) === null || _v === void 0 ? void 0 : _v.type) === 'MultiCommodityDiroNew' && !((_x = (_w = rec === null || rec === void 0 ? void 0 : rec.video) === null || _w === void 0 ? void 0 : _w.bindProducts) === null || _x === void 0 ? void 0 : _x.length))) {
|
28
32
|
return null;
|
29
33
|
}
|
30
34
|
if (value && resolver) {
|
31
|
-
const t = resolver[(
|
35
|
+
const t = resolver[(_y = value === null || value === void 0 ? void 0 : value.item) === null || _y === void 0 ? void 0 : _y.type];
|
32
36
|
const Component = withBindDataSource(t);
|
33
|
-
const defaulSetting = (
|
34
|
-
const isExternalLink = ((
|
35
|
-
return (React.createElement(Component, Object.assign({ style: Object.assign(Object.assign(Object.assign({}, defaulSetting === null || defaulSetting === void 0 ? void 0 : defaulSetting.style), (
|
37
|
+
const defaulSetting = (_z = t === null || t === void 0 ? void 0 : t.extend) === null || _z === void 0 ? void 0 : _z.defaulSetting;
|
38
|
+
const isExternalLink = ((_2 = (_1 = (_0 = value === null || value === void 0 ? void 0 : value.item) === null || _0 === void 0 ? void 0 : _0.event) === null || _1 === void 0 ? void 0 : _1.onClick) === null || _2 === void 0 ? void 0 : _2.linkType) === 'externalLink';
|
39
|
+
return (React.createElement(Component, Object.assign({ style: Object.assign(Object.assign(Object.assign({}, defaulSetting === null || defaulSetting === void 0 ? void 0 : defaulSetting.style), (_3 = value === null || value === void 0 ? void 0 : value.item) === null || _3 === void 0 ? void 0 : _3.style), { zIndex: 50, marginLeft: '20px', boxSizing: 'border-box', transform: 'translate3d(0px, 0px, 0px)' }), textStyle: Object.assign(Object.assign({}, defaulSetting === null || defaulSetting === void 0 ? void 0 : defaulSetting.textStyle), (_4 = value === null || value === void 0 ? void 0 : value.item) === null || _4 === void 0 ? void 0 : _4.textStyle), bindDatas: (_6 = (_5 = value === null || value === void 0 ? void 0 : value.item) === null || _5 === void 0 ? void 0 : _5.bindDatas) !== null && _6 !== void 0 ? _6 : [] }, defaulSetting === null || defaulSetting === void 0 ? void 0 : defaulSetting.props, (_7 = value === null || value === void 0 ? void 0 : value.item) === null || _7 === void 0 ? void 0 : _7.props, { event: ((_8 = value === null || value === void 0 ? void 0 : value.item) === null || _8 === void 0 ? void 0 : _8.event) || {}, schema: schema, id: value === null || value === void 0 ? void 0 : value.id, key: value === null || value === void 0 ? void 0 : value.id, recData: rec, isExternalLink: isExternalLink, index: index })));
|
36
40
|
}
|
37
41
|
else {
|
38
42
|
return null;
|
@@ -221,23 +221,20 @@ const VideoWidget = ({ rec, index, height, data, muted, activeIndex, videoPostCo
|
|
221
221
|
(_j = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _j === void 0 ? void 0 : _j.addEventListener('canplay', handlePlay);
|
222
222
|
(_k = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _k === void 0 ? void 0 : _k.addEventListener('waiting', handleWaiting);
|
223
223
|
return () => {
|
224
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
225
|
-
const isPause = (_a = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _a === void 0 ? void 0 : _a.paused;
|
226
|
-
if (!isPause)
|
227
|
-
handlePause();
|
224
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
228
225
|
if (hls)
|
229
226
|
hls === null || hls === void 0 ? void 0 : hls.destroy();
|
230
227
|
setIsLoadFinish(false);
|
231
|
-
(
|
232
|
-
(
|
233
|
-
(
|
234
|
-
(
|
235
|
-
(
|
236
|
-
(
|
237
|
-
(
|
238
|
-
(
|
228
|
+
(_a = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _a === void 0 ? void 0 : _a.removeEventListener('loadedmetadata', handleLoadedmetadata);
|
229
|
+
(_b = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _b === void 0 ? void 0 : _b.removeEventListener('loadeddata', handLoadeddata);
|
230
|
+
(_c = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _c === void 0 ? void 0 : _c.removeEventListener('play', handleStartPlay);
|
231
|
+
(_d = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _d === void 0 ? void 0 : _d.removeEventListener('playing', handlePlaying);
|
232
|
+
(_e = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _e === void 0 ? void 0 : _e.removeEventListener('pause', handlePause);
|
233
|
+
(_f = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _f === void 0 ? void 0 : _f.removeEventListener('ended', handlePlay);
|
234
|
+
(_g = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _g === void 0 ? void 0 : _g.removeEventListener('canplay', handlePlay);
|
235
|
+
(_h = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _h === void 0 ? void 0 : _h.removeEventListener('waiting', handleWaiting);
|
239
236
|
};
|
240
|
-
}, [isActive, videoId, rec
|
237
|
+
}, [isActive, videoId, rec]);
|
241
238
|
useEffect(() => {
|
242
239
|
var _a, _b;
|
243
240
|
if (!(videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) || !isLoadFinish)
|
@@ -169,7 +169,7 @@ export default function WaterfallList(_a) {
|
|
169
169
|
var _a, _b;
|
170
170
|
if ((_a = data === null || data === void 0 ? void 0 : data.tag) === null || _a === void 0 ? void 0 : _a.link) {
|
171
171
|
reportTagsView();
|
172
|
-
window.location.href =
|
172
|
+
window.location.href = (_b = data === null || data === void 0 ? void 0 : data.tag) === null || _b === void 0 ? void 0 : _b.link;
|
173
173
|
}
|
174
174
|
};
|
175
175
|
return (React.createElement(React.Fragment, null, isLoadingData ? (React.createElement("div", { style: { height: '100%', width: '100%', display: 'flex', justifyContent: 'center', alignItems: 'center' } },
|
@@ -277,7 +277,7 @@ export default function WaterfallList(_a) {
|
|
277
277
|
var _a, _b;
|
278
278
|
if ((_a = data === null || data === void 0 ? void 0 : data.tag) === null || _a === void 0 ? void 0 : _a.link) {
|
279
279
|
reportTagsView();
|
280
|
-
window.location.href =
|
280
|
+
window.location.href = (_b = data === null || data === void 0 ? void 0 : data.tag) === null || _b === void 0 ? void 0 : _b.link;
|
281
281
|
}
|
282
282
|
};
|
283
283
|
return (React.createElement(React.Fragment, null, isLoadingData ? (React.createElement("div", { style: { height: '100%', width: '100%', display: 'flex', justifyContent: 'center', alignItems: 'center' } },
|
@@ -37,9 +37,9 @@ export interface ISxpPageRenderProps {
|
|
37
37
|
swipeTipOffset?: number;
|
38
38
|
consent?: any[];
|
39
39
|
videoPlayIcon?: string;
|
40
|
-
|
41
|
-
|
42
|
-
|
40
|
+
popupCloseIcon?: string;
|
41
|
+
openSlideSkip?: boolean;
|
42
|
+
slideSkipStartTime?: number;
|
43
43
|
};
|
44
44
|
descStyle?: CSSProperties;
|
45
45
|
tipText?: {
|
@@ -20,7 +20,7 @@ import './index.less';
|
|
20
20
|
import { useEventReport } from '../../../core/hooks/useEventReport';
|
21
21
|
import withBindDataSource from '../../../core/hoc/withBindDataSource';
|
22
22
|
import Tagbar from './Tagbar';
|
23
|
-
import { getFeUserId } from '../../../core/utils/localStore';
|
23
|
+
import { getFeUserId, getSlideSkipState, setSlideSkipState } from '../../../core/utils/localStore';
|
24
24
|
const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.innerHeight, containerWidth = window.innerWidth, tempMap, resolver, data = [], ctaType, tipText, nudge, _schema, hashTagStyle, tagList = [], licenseUrl }) => {
|
25
25
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
26
26
|
const { schema } = useEditor();
|
@@ -30,7 +30,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
30
30
|
const viewTime = useRef();
|
31
31
|
const [isLoadMore, setIsLoadMore] = useState(false);
|
32
32
|
const [isShowMore, setIsShowMore] = useState(false);
|
33
|
-
const { loadVideos, bffEventReport, loading, setPopupDetailData, ctaEvent, swiperRef, waterFallData, setOpenHashtag, appDomain, openHashtag, loadingImage, isFromHashtag, popupDetailData, bffFbReport, curTime, h5EnterLink, isShowConsent, selectTag } = useSxpDataSource();
|
33
|
+
const { loadVideos, bffEventReport, loading, setPopupDetailData, ctaEvent, swiperRef, waterFallData, setOpenHashtag, appDomain, openHashtag, loadingImage, isFromHashtag, popupDetailData, bffFbReport, curTime, h5EnterLink, isShowConsent, selectTag, isPreview } = useSxpDataSource();
|
34
34
|
const { backMainFeed } = useEventReport();
|
35
35
|
const { productView } = useEventReport();
|
36
36
|
const isShowFingerTip = useMemo(() => {
|
@@ -78,7 +78,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
78
78
|
useEffect(() => {
|
79
79
|
const item = data === null || data === void 0 ? void 0 : data[activeIndex];
|
80
80
|
const visibleChange = () => {
|
81
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
81
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
|
82
82
|
const repCond = !openHashtag && !isShowConsent;
|
83
83
|
if (document.visibilityState === 'hidden') {
|
84
84
|
if (repCond) {
|
@@ -115,7 +115,8 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
115
115
|
position: activeIndex + '',
|
116
116
|
fromKName,
|
117
117
|
fromKPage: location === null || location === void 0 ? void 0 : location.href,
|
118
|
-
ctatId: (_r = (_q = (_p = item === null || item === void 0 ? void 0 : item.video) === null || _p === void 0 ? void 0 : _p.bindCta) === null || _q === void 0 ? void 0 : _q.itemId) !== null && _r !== void 0 ? _r : ''
|
118
|
+
ctatId: (_r = (_q = (_p = item === null || item === void 0 ? void 0 : item.video) === null || _p === void 0 ? void 0 : _p.bindCta) === null || _q === void 0 ? void 0 : _q.itemId) !== null && _r !== void 0 ? _r : '',
|
119
|
+
traceInfo: (_t = (_s = item === null || item === void 0 ? void 0 : item.video) === null || _s === void 0 ? void 0 : _s.traceInfo) !== null && _t !== void 0 ? _t : ''
|
119
120
|
}
|
120
121
|
});
|
121
122
|
}
|
@@ -219,17 +220,19 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
219
220
|
};
|
220
221
|
}, [isShowMore]);
|
221
222
|
const renderBottom = useCallback((rec, index) => {
|
222
|
-
var _a, _b, _c, _d, _e, _f, _g
|
223
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
223
224
|
if (rec === null || rec === void 0 ? void 0 : rec.video) {
|
224
225
|
return (React.createElement(React.Fragment, null,
|
225
226
|
((_a = rec === null || rec === void 0 ? void 0 : rec.video) === null || _a === void 0 ? void 0 : _a.title) && !isShowMore && React.createElement("div", { className: 'clc-sxp-bottom-shadow' }),
|
226
|
-
React.createElement("div", { className: 'clc-sxp-bottom'
|
227
|
+
React.createElement("div", { className: 'clc-sxp-bottom' },
|
227
228
|
React.createElement(Nudge, { nudge: nudge }),
|
228
229
|
(globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.isShowCTA) === undefined || (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.isShowCTA) ? (React.createElement("div", { className: 'clc-sxp-bottom-card' },
|
229
230
|
React.createElement(RenderCard, { rec: rec, index: index, tempMap: tempMap, resolver: resolver }))) : null,
|
230
231
|
React.createElement("div", null,
|
231
|
-
React.createElement(ExpandableText, { className: 'clc-sxp-bottom-text', isPost: true, foldText: tipText === null || tipText === void 0 ? void 0 : tipText.foldText, unfoldText: tipText === null || tipText === void 0 ? void 0 : tipText.unfoldText, text: (
|
232
|
-
React.createElement(
|
232
|
+
React.createElement(ExpandableText, { className: 'clc-sxp-bottom-text', isPost: true, foldText: tipText === null || tipText === void 0 ? void 0 : tipText.foldText, unfoldText: tipText === null || tipText === void 0 ? void 0 : tipText.unfoldText, text: (_c = (_b = rec === null || rec === void 0 ? void 0 : rec.video) === null || _b === void 0 ? void 0 : _b.title) !== null && _c !== void 0 ? _c : '', style: Object.assign(Object.assign({}, descStyle), { textShadow: (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.isOpenTextShadow) ? '2px 2px 4px rgba(0, 0, 0, 0.5)' : 'none' }), onChange: onExpandableChange }),
|
233
|
+
React.createElement(RenderCard, { rec: rec, index: index, tempMap: tempMap, resolver: resolver, includesCtaType: ['AniLink'] }),
|
234
|
+
React.createElement(Hashtag, { index: activeIndex, tags: (_e = (_d = rec === null || rec === void 0 ? void 0 : rec.video) === null || _d === void 0 ? void 0 : _d.hashTags) !== null && _e !== void 0 ? _e : [], itemId: (_f = rec === null || rec === void 0 ? void 0 : rec.video) === null || _f === void 0 ? void 0 : _f.itemId, itemType: ((_g = rec === null || rec === void 0 ? void 0 : rec.video) === null || _g === void 0 ? void 0 : _g.itemId) ? 'VIDEO' : null, rec: rec, hashTagStyle: hashTagStyle }))),
|
235
|
+
React.createElement(RenderCard, { rec: rec, index: index, tempMap: tempMap, resolver: resolver, includesCtaType: ['AniLinkPopup'] })));
|
233
236
|
}
|
234
237
|
return null;
|
235
238
|
}, [
|
@@ -282,8 +285,36 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
282
285
|
});
|
283
286
|
}
|
284
287
|
};
|
288
|
+
const handleSlideSkip = (item, position) => {
|
289
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
290
|
+
if (isPreview)
|
291
|
+
return;
|
292
|
+
const t = new Date() - curTime.current;
|
293
|
+
if ((globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.openSlideSkip) && t >= ((_a = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.slideSkipStartTime) !== null && _a !== void 0 ? _a : 0) && getSlideSkipState() && item) {
|
294
|
+
const link = ((_c = (_b = item === null || item === void 0 ? void 0 : item.video) === null || _b === void 0 ? void 0 : _b.bindProduct) === null || _c === void 0 ? void 0 : _c.link) || ((_f = (_e = (_d = item === null || item === void 0 ? void 0 : item.video) === null || _d === void 0 ? void 0 : _d.bindProducts) === null || _e === void 0 ? void 0 : _e[0]) === null || _f === void 0 ? void 0 : _f.link) || ((_g = item === null || item === void 0 ? void 0 : item.product) === null || _g === void 0 ? void 0 : _g.link);
|
295
|
+
const product = (item === null || item === void 0 ? void 0 : item.product) || ((_h = item === null || item === void 0 ? void 0 : item.video) === null || _h === void 0 ? void 0 : _h.bindProduct) || ((_k = (_j = item === null || item === void 0 ? void 0 : item.video) === null || _j === void 0 ? void 0 : _j.bindProducts) === null || _k === void 0 ? void 0 : _k[0]);
|
296
|
+
if (link) {
|
297
|
+
bffEventReport === null || bffEventReport === void 0 ? void 0 : bffEventReport({
|
298
|
+
eventInfo: {
|
299
|
+
eventSubject: 'swipeToWeb',
|
300
|
+
eventDescription: 'User swiped to web',
|
301
|
+
productId: (_l = product === null || product === void 0 ? void 0 : product.itemId) !== null && _l !== void 0 ? _l : '',
|
302
|
+
productName: (_m = product === null || product === void 0 ? void 0 : product.title) !== null && _m !== void 0 ? _m : '',
|
303
|
+
price: (product === null || product === void 0 ? void 0 : product.price) ? (product === null || product === void 0 ? void 0 : product.price) + '' : '0',
|
304
|
+
productCollection: (_o = product === null || product === void 0 ? void 0 : product.collection) !== null && _o !== void 0 ? _o : '',
|
305
|
+
contentTags: (product === null || product === void 0 ? void 0 : product.tags) ? JSON.stringify(product === null || product === void 0 ? void 0 : product.tags) : '',
|
306
|
+
position: position + '',
|
307
|
+
contentId: (_q = (_p = item === null || item === void 0 ? void 0 : item.video) === null || _p === void 0 ? void 0 : _p.itemId) !== null && _q !== void 0 ? _q : '',
|
308
|
+
traceInfo: (_r = product === null || product === void 0 ? void 0 : product.traceInfo) !== null && _r !== void 0 ? _r : ''
|
309
|
+
}
|
310
|
+
});
|
311
|
+
setSlideSkipState();
|
312
|
+
window.location.href = window.getJointUtmLink(link);
|
313
|
+
}
|
314
|
+
}
|
315
|
+
};
|
285
316
|
const handleScrollEvent = (swiper) => {
|
286
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
317
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
287
318
|
viewTime.current = new Date();
|
288
319
|
const item = data[swiper.previousIndex];
|
289
320
|
if (!item)
|
@@ -295,26 +326,29 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
295
326
|
eventDescription: 'User scroll down',
|
296
327
|
contentId: (_b = (_a = item === null || item === void 0 ? void 0 : item.video) === null || _a === void 0 ? void 0 : _a.itemId) !== null && _b !== void 0 ? _b : '',
|
297
328
|
productId: (_d = (_c = item === null || item === void 0 ? void 0 : item.product) === null || _c === void 0 ? void 0 : _c.itemId) !== null && _d !== void 0 ? _d : '',
|
298
|
-
requestId: null
|
329
|
+
requestId: null,
|
330
|
+
traceInfo: (_f = (_e = item === null || item === void 0 ? void 0 : item.video) === null || _e === void 0 ? void 0 : _e.traceInfo) !== null && _f !== void 0 ? _f : ''
|
299
331
|
}
|
300
332
|
});
|
301
333
|
handleReportViewImageEnd(item);
|
334
|
+
handleSlideSkip(item, swiper.previousIndex);
|
302
335
|
}
|
303
336
|
else {
|
304
337
|
bffEventReport === null || bffEventReport === void 0 ? void 0 : bffEventReport({
|
305
338
|
eventInfo: {
|
306
339
|
eventSubject: 'scrollUp',
|
307
340
|
eventDescription: 'User scroll up',
|
308
|
-
contentId: (
|
309
|
-
productId: (
|
310
|
-
requestId: null
|
341
|
+
contentId: (_h = (_g = item === null || item === void 0 ? void 0 : item.video) === null || _g === void 0 ? void 0 : _g.itemId) !== null && _h !== void 0 ? _h : '',
|
342
|
+
productId: (_k = (_j = item.product) === null || _j === void 0 ? void 0 : _j.itemId) !== null && _k !== void 0 ? _k : '',
|
343
|
+
requestId: null,
|
344
|
+
traceInfo: (_m = (_l = item === null || item === void 0 ? void 0 : item.video) === null || _l === void 0 ? void 0 : _l.traceInfo) !== null && _m !== void 0 ? _m : ''
|
311
345
|
}
|
312
346
|
});
|
313
347
|
handleReportViewImageEnd(item);
|
314
348
|
}
|
315
349
|
handleReportProductView(item);
|
316
350
|
const curItem = data[swiper.activeIndex];
|
317
|
-
if (!((
|
351
|
+
if (!((_o = curItem === null || curItem === void 0 ? void 0 : curItem.video) === null || _o === void 0 ? void 0 : _o.url) && !((_p = curItem === null || curItem === void 0 ? void 0 : curItem.video) === null || _p === void 0 ? void 0 : _p.imgUrls) && (curItem === null || curItem === void 0 ? void 0 : curItem.product)) {
|
318
352
|
bffFbReport === null || bffFbReport === void 0 ? void 0 : bffFbReport({
|
319
353
|
eventName: 'ProductView'
|
320
354
|
});
|
@@ -398,7 +432,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
398
432
|
React.createElement(Tagbar, { tagList: tagList, setActiveIndex: setActiveIndex, style: {
|
399
433
|
top: minusHeight
|
400
434
|
} }),
|
401
|
-
isShowFingerTip ? (React.createElement(FingerSwipeTip, { imageUrl: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipIcon, style: { top: `${50
|
435
|
+
isShowFingerTip ? (React.createElement(FingerSwipeTip, { imageUrl: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipIcon, style: { top: `${50 + ((_a = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.swipeTipOffset) !== null && _a !== void 0 ? _a : 0)}%` } })) : null,
|
402
436
|
React.createElement(Swiper, { style: {
|
403
437
|
marginTop: tagHeight
|
404
438
|
}, ref: swiperRef, onSlideChange: () => {
|
@@ -422,13 +456,13 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
422
456
|
}
|
423
457
|
}
|
424
458
|
}, direction: 'vertical', height: height },
|
425
|
-
|
459
|
+
React.createElement(ToggleButton, { style: {
|
426
460
|
position: 'fixed',
|
427
461
|
visibility: ((_c = (_b = data === null || data === void 0 ? void 0 : data[activeIndex]) === null || _b === void 0 ? void 0 : _b.video) === null || _c === void 0 ? void 0 : _c.url) ? 'visible' : 'hidden',
|
428
462
|
zIndex: 999,
|
429
463
|
[(_d = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIconXPosit) !== null && _d !== void 0 ? _d : 'right']: (_e = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIconX) !== null && _e !== void 0 ? _e : 0,
|
430
464
|
[(_f = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIconYPosit) !== null && _f !== void 0 ? _f : 'bottom']: (_g = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIconY) !== null && _g !== void 0 ? _g : 23
|
431
|
-
}, defaultValue: isMuted, activeIcon: (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.unMuteIcon) ? globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.unMuteIcon : mutedIcon, unactiveIcon: (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIcon) ? globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIcon : unmutedIcon, onChange: setIsMuted })
|
465
|
+
}, defaultValue: isMuted, activeIcon: (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.unMuteIcon) ? globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.unMuteIcon : mutedIcon, unactiveIcon: (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIcon) ? globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.muteIcon : unmutedIcon, onChange: setIsMuted }),
|
432
466
|
renderView),
|
433
467
|
React.createElement(WaterFall, Object.assign({}, (_k = (_j = (_h = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.hashTag) === null || _h === void 0 ? void 0 : _h[0]) === null || _j === void 0 ? void 0 : _j.item) === null || _k === void 0 ? void 0 : _k.props))));
|
434
468
|
};
|
@@ -80,6 +80,7 @@ export interface ISxpDataSourceContext {
|
|
80
80
|
isShowConsent?: boolean;
|
81
81
|
selectTag?: string;
|
82
82
|
setSelectTag?: React.Dispatch<React.SetStateAction<string>>;
|
83
|
+
globalConfig?: ISxpPageRenderProps['globalConfig'];
|
83
84
|
}
|
84
85
|
export declare const SxpDataSourceContext: React.Context<ISxpDataSourceContext>;
|
85
86
|
export interface SxpDataSourceProviderProps {
|
@@ -90,8 +90,9 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
|
|
90
90
|
};
|
91
91
|
if (utmVal) {
|
92
92
|
const val = (_h = (_g = (_f = utmVal === null || utmVal === void 0 ? void 0 : utmVal.split('&')) === null || _f === void 0 ? void 0 : _f.filter((val) => {
|
93
|
+
var _a, _b;
|
93
94
|
const key = val.split('=')[0];
|
94
|
-
return UTM_KEYS.includes(key);
|
95
|
+
return (_b = ((_a = sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.channels) !== null && _a !== void 0 ? _a : UTM_KEYS)) === null || _b === void 0 ? void 0 : _b.includes(key);
|
95
96
|
})) === null || _g === void 0 ? void 0 : _g.join('&')) !== null && _h !== void 0 ? _h : '';
|
96
97
|
query = Object.assign(Object.assign({}, query), { channel: decodeURIComponent(val) });
|
97
98
|
}
|
@@ -178,8 +179,9 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
|
|
178
179
|
return;
|
179
180
|
try {
|
180
181
|
const val = (_o = (_m = (_l = utmVal === null || utmVal === void 0 ? void 0 : utmVal.split('&')) === null || _l === void 0 ? void 0 : _l.filter((val) => {
|
182
|
+
var _a, _b;
|
181
183
|
const key = val.split('=')[0];
|
182
|
-
return UTM_KEYS.includes(key);
|
184
|
+
return (_b = ((_a = sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.channels) !== null && _a !== void 0 ? _a : UTM_KEYS)) === null || _b === void 0 ? void 0 : _b.includes(key);
|
183
185
|
})) === null || _m === void 0 ? void 0 : _m.join('&')) !== null && _o !== void 0 ? _o : '';
|
184
186
|
const result = yield (bffFetch === null || bffFetch === void 0 ? void 0 : bffFetch('/tag/list', { method: 'GET', query: { channel: decodeURIComponent(val) } }));
|
185
187
|
setTagList((_q = (_p = result === null || result === void 0 ? void 0 : result.data) === null || _p === void 0 ? void 0 : _p.tags) !== null && _q !== void 0 ? _q : []);
|
@@ -317,7 +319,8 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
|
|
317
319
|
themeTag,
|
318
320
|
isShowConsent,
|
319
321
|
selectTag,
|
320
|
-
setSelectTag
|
322
|
+
setSelectTag,
|
323
|
+
globalConfig
|
321
324
|
} }, isShowConsent ? (React.createElement(Consent, Object.assign({}, (_c = (_b = (_a = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.consent) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.item) === null || _c === void 0 ? void 0 : _c.props))) : (render({
|
322
325
|
rtcList,
|
323
326
|
mutateLike: bffMutateLike,
|
@@ -1,6 +1,9 @@
|
|
1
1
|
export declare const FAKE_USER_KEY = "SXP_FAKE_USER_ID";
|
2
2
|
export declare const FAKE_USER_STATE = "FAKE_USER_STATE";
|
3
3
|
export declare const AGREE_POLICY = "AGREE_POLICY";
|
4
|
+
export declare const SLIDE_SKIP_STATE = "SLIDE_SKIP_STATE";
|
4
5
|
export declare const storeAndLoadFeUserId: () => string;
|
5
6
|
export declare const removeFeUserId: () => void;
|
6
7
|
export declare const getFeUserId: () => boolean;
|
8
|
+
export declare const getSlideSkipState: () => boolean;
|
9
|
+
export declare const setSlideSkipState: () => void;
|
@@ -3,6 +3,7 @@ import { uuid } from './tool';
|
|
3
3
|
export const FAKE_USER_KEY = 'SXP_FAKE_USER_ID';
|
4
4
|
export const FAKE_USER_STATE = 'FAKE_USER_STATE';
|
5
5
|
export const AGREE_POLICY = 'AGREE_POLICY';
|
6
|
+
export const SLIDE_SKIP_STATE = 'SLIDE_SKIP_STATE';
|
6
7
|
export const storeAndLoadFeUserId = () => {
|
7
8
|
let fakeUserId = window.localStorage.getItem(FAKE_USER_KEY);
|
8
9
|
if (isEmpty(fakeUserId)) {
|
@@ -21,3 +22,10 @@ export const getFeUserId = () => {
|
|
21
22
|
}
|
22
23
|
return isEmpty(fakeUserState);
|
23
24
|
};
|
25
|
+
export const getSlideSkipState = () => {
|
26
|
+
const slideSkipState = window.localStorage.getItem(SLIDE_SKIP_STATE);
|
27
|
+
return isEmpty(slideSkipState);
|
28
|
+
};
|
29
|
+
export const setSlideSkipState = () => {
|
30
|
+
window.localStorage.setItem(SLIDE_SKIP_STATE, 'true');
|
31
|
+
};
|