pb-sxp-ui 1.0.32 → 1.0.33
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 +72 -71
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -6
- package/dist/index.js +72 -71
- 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 +76 -74
- 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/components/SxpPageRender/VideoWidget/index.js +56 -55
- package/es/core/components/SxpPageRender/WaterFall/index.js +1 -1
- package/es/core/components/SxpPageRender/index.js +7 -7
- package/es/core/context/SxpDataSourceProvider.js +1 -1
- package/es/core/hooks/useEventReport.js +4 -4
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +56 -55
- package/lib/core/components/SxpPageRender/WaterFall/index.js +1 -1
- package/lib/core/components/SxpPageRender/index.js +7 -7
- package/lib/core/context/SxpDataSourceProvider.js +1 -1
- package/lib/core/hooks/useEventReport.js +4 -4
- package/package.json +1 -2
package/dist/pb-ui.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('lodash'), require('uuid'), require('pako'), require('react'), require('qs'), require('@emotion/css'), require('@ant-design/pro-components'), require('react-dom'), require('
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', 'lodash', 'uuid', 'pako', 'react', 'qs', '@emotion/css', '@ant-design/pro-components', 'react-dom', '
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.PUI = {}, global.lodash, global.uuid$1, global.pako, global.React, global.qs, global.css, global.proComponents, global.ReactDOM, global.
|
5
|
-
})(this, (function (exports, lodash, uuid$1, pako, React, qs, css, proComponents, ReactDOM,
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('lodash'), require('uuid'), require('pako'), require('react'), require('qs'), require('@emotion/css'), require('@ant-design/pro-components'), require('react-dom'), require('eventemitter3')) :
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'lodash', 'uuid', 'pako', 'react', 'qs', '@emotion/css', '@ant-design/pro-components', 'react-dom', 'eventemitter3'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.PUI = {}, global.lodash, global.uuid$1, global.pako, global.React, global.qs, global.css, global.proComponents, global.ReactDOM, global.EventEmitter));
|
5
|
+
})(this, (function (exports, lodash, uuid$1, pako, React, qs, css, proComponents, ReactDOM, EventEmitter) { 'use strict';
|
6
6
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
8
8
|
var n = Object.create(null);
|
@@ -569,7 +569,7 @@
|
|
569
569
|
fromKName = 'imagePage';
|
570
570
|
}
|
571
571
|
bffEventReport === null || bffEventReport === void 0 ? void 0 : bffEventReport({
|
572
|
-
eventInfo: Object.assign(Object.assign({}, eventInfo), { ctaId: (_h = cta === null || cta === void 0 ? void 0 : cta.itemId) !== null && _h !== void 0 ? _h : '', ctaName: (_j = cta === null || cta === void 0 ? void 0 : cta.title) !== null && _j !== void 0 ? _j : '', contentTags: JSON.stringify(cta === null || cta === void 0 ? void 0 : cta.tags), position: position + '',
|
572
|
+
eventInfo: Object.assign(Object.assign({}, eventInfo), { ctaId: (_h = cta === null || cta === void 0 ? void 0 : cta.itemId) !== null && _h !== void 0 ? _h : '', ctaName: (_j = cta === null || cta === void 0 ? void 0 : cta.title) !== null && _j !== void 0 ? _j : '', contentTags: JSON.stringify(cta === null || cta === void 0 ? void 0 : cta.tags), position: position + '', relatedContentId: (_l = (_k = rec === null || rec === void 0 ? void 0 : rec.video) === null || _k === void 0 ? void 0 : _k.itemId) !== null && _l !== void 0 ? _l : '', relatedProductId: isProd ? product === null || product === void 0 ? void 0 : product.itemId : '', traceInfo: (_m = cta === null || cta === void 0 ? void 0 : cta.traceInfo) !== null && _m !== void 0 ? _m : '', fromKName })
|
573
573
|
});
|
574
574
|
}, [bffEventReport, isFromHashtag]);
|
575
575
|
React.useEffect(() => {
|
@@ -8142,8 +8142,8 @@
|
|
8142
8142
|
fromKPage: location === null || location === void 0 ? void 0 : location.href,
|
8143
8143
|
contentTags: (product === null || product === void 0 ? void 0 : product.tags) ? JSON.stringify(product === null || product === void 0 ? void 0 : product.tags) : '',
|
8144
8144
|
position: position + '',
|
8145
|
-
|
8146
|
-
|
8145
|
+
relatedContentId: (_m = (_l = data === null || data === void 0 ? void 0 : data.video) === null || _l === void 0 ? void 0 : _l.itemId) !== null && _m !== void 0 ? _m : '',
|
8146
|
+
relatedCtatId: (_o = cta === null || cta === void 0 ? void 0 : cta.itemId) !== null && _o !== void 0 ? _o : '',
|
8147
8147
|
traceInfo: (_p = product === null || product === void 0 ? void 0 : product.traceInfo) !== null && _p !== void 0 ? _p : ''
|
8148
8148
|
}
|
8149
8149
|
});
|
@@ -8167,8 +8167,8 @@
|
|
8167
8167
|
fromKPage: location === null || location === void 0 ? void 0 : location.href,
|
8168
8168
|
contentTags: JSON.stringify(product === null || product === void 0 ? void 0 : product.tags),
|
8169
8169
|
position: position + '',
|
8170
|
-
|
8171
|
-
|
8170
|
+
relatedContentId: (_d = data === null || data === void 0 ? void 0 : data.video) === null || _d === void 0 ? void 0 : _d.itemId,
|
8171
|
+
relatedCtatId: cta === null || cta === void 0 ? void 0 : cta.itemId,
|
8172
8172
|
traceInfo: product === null || product === void 0 ? void 0 : product.traceInfo,
|
8173
8173
|
timeOnSite: Math.floor((new Date() - viewTime) / 1000) + '',
|
8174
8174
|
eventSubject: 'productView',
|
@@ -11786,7 +11786,7 @@ Made in Italy` })));
|
|
11786
11786
|
}
|
11787
11787
|
bffEventReport === null || bffEventReport === void 0 ? void 0 : bffEventReport({
|
11788
11788
|
eventInfo: {
|
11789
|
-
|
11789
|
+
relatedContentId: (_d = rec === null || rec === void 0 ? void 0 : rec.video) === null || _d === void 0 ? void 0 : _d.itemId,
|
11790
11790
|
position: cacheActiveIndex + '',
|
11791
11791
|
contentTags: JSON.stringify((_e = rec === null || rec === void 0 ? void 0 : rec.video) === null || _e === void 0 ? void 0 : _e.tags),
|
11792
11792
|
traceInfo: (_f = rec === null || rec === void 0 ? void 0 : rec.video) === null || _f === void 0 ? void 0 : _f.traceInfo,
|
@@ -11992,12 +11992,13 @@ Made in Italy` })));
|
|
11992
11992
|
const { isActive } = useSwiperSlide();
|
11993
11993
|
const canvasRef = React.useRef(null);
|
11994
11994
|
const [firstFrameSrc, setFirstFrameSrc] = React.useState('');
|
11995
|
+
const videoId = `pb-video-${index}`;
|
11995
11996
|
React.useEffect(() => {
|
11996
11997
|
if (!videoRef.current)
|
11997
11998
|
return;
|
11998
|
-
videoRef.current.muted
|
11999
|
+
videoRef.current.muted(muted);
|
11999
12000
|
}, [muted]);
|
12000
|
-
const
|
12001
|
+
const handleEnded = React.useCallback(() => {
|
12001
12002
|
var _a;
|
12002
12003
|
(_a = videoRef.current) === null || _a === void 0 ? void 0 : _a.play();
|
12003
12004
|
}, []);
|
@@ -12006,10 +12007,10 @@ Made in Italy` })));
|
|
12006
12007
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
12007
12008
|
setIsPauseVideo(false);
|
12008
12009
|
const item = data[index];
|
12009
|
-
if (item && ((_a = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _a === void 0 ? void 0 : _a.duration)) {
|
12010
|
-
videoStartTime.current = ((_b = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _b === void 0 ? void 0 : _b.currentTime) || 0;
|
12011
|
-
const videoDuration = ((_d = (_c = videoRef.current) === null || _c === void 0 ? void 0 : _c.duration) !== null && _d !== void 0 ? _d : 0).toFixed(2);
|
12012
|
-
const videoCurrentTime = ((_f = (_e = videoRef.current) === null || _e === void 0 ? void 0 : _e.currentTime) !== null && _f !== void 0 ? _f : 0).toFixed(2);
|
12010
|
+
if (item && ((_a = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _a === void 0 ? void 0 : _a.duration())) {
|
12011
|
+
videoStartTime.current = ((_b = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _b === void 0 ? void 0 : _b.currentTime()) || 0;
|
12012
|
+
const videoDuration = ((_d = (_c = videoRef.current) === null || _c === void 0 ? void 0 : _c.duration()) !== null && _d !== void 0 ? _d : 0).toFixed(2);
|
12013
|
+
const videoCurrentTime = ((_f = (_e = videoRef.current) === null || _e === void 0 ? void 0 : _e.currentTime()) !== null && _f !== void 0 ? _f : 0).toFixed(2);
|
12013
12014
|
const playType = isFirstPlay ? '0' : '1';
|
12014
12015
|
bffEventReport === null || bffEventReport === void 0 ? void 0 : bffEventReport({
|
12015
12016
|
eventInfo: {
|
@@ -12029,14 +12030,14 @@ Made in Italy` })));
|
|
12029
12030
|
setIsFirstPlay(false);
|
12030
12031
|
}
|
12031
12032
|
}, [bffEventReport, data, index, isFirstPlay]);
|
12032
|
-
const
|
12033
|
+
const handleCanplay = React.useCallback(() => {
|
12033
12034
|
setIsLoadFinish(true);
|
12034
12035
|
}, []);
|
12035
12036
|
const handleClickVideo = React.useCallback((type) => () => {
|
12036
12037
|
var _a, _b, _c, _d, _e;
|
12037
12038
|
if (!isLoadFinish)
|
12038
12039
|
return;
|
12039
|
-
const isPause = (_a = videoRef.current) === null || _a === void 0 ? void 0 : _a.paused;
|
12040
|
+
const isPause = (_a = videoRef.current) === null || _a === void 0 ? void 0 : _a.paused();
|
12040
12041
|
switch (type) {
|
12041
12042
|
case 'start':
|
12042
12043
|
if (!isPause)
|
@@ -12061,13 +12062,13 @@ Made in Italy` })));
|
|
12061
12062
|
break;
|
12062
12063
|
}
|
12063
12064
|
}, [isLoadFinish]);
|
12064
|
-
const
|
12065
|
+
const handlePause = React.useCallback(() => {
|
12065
12066
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
12066
12067
|
const item = data[index];
|
12067
|
-
const videoDuration = ((_b = (_a = videoRef.current) === null || _a === void 0 ? void 0 : _a.duration) !== null && _b !== void 0 ? _b : 0).toFixed(2);
|
12068
|
-
const videoCurrentTime = ((_d = (_c = videoRef.current) === null || _c === void 0 ? void 0 : _c.currentTime) !== null && _d !== void 0 ? _d : 0).toFixed(2);
|
12069
|
-
if ((_e = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _e === void 0 ? void 0 : _e.duration) {
|
12070
|
-
const playDuration = (((_f = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _f === void 0 ? void 0 : _f.currentTime) - videoStartTime.current).toFixed(2);
|
12068
|
+
const videoDuration = ((_b = (_a = videoRef.current) === null || _a === void 0 ? void 0 : _a.duration()) !== null && _b !== void 0 ? _b : 0).toFixed(2);
|
12069
|
+
const videoCurrentTime = ((_d = (_c = videoRef.current) === null || _c === void 0 ? void 0 : _c.currentTime()) !== null && _d !== void 0 ? _d : 0).toFixed(2);
|
12070
|
+
if ((_e = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _e === void 0 ? void 0 : _e.duration()) {
|
12071
|
+
const playDuration = (((_f = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _f === void 0 ? void 0 : _f.currentTime()) - videoStartTime.current).toFixed(2);
|
12071
12072
|
bffEventReport === null || bffEventReport === void 0 ? void 0 : bffEventReport({
|
12072
12073
|
eventInfo: {
|
12073
12074
|
eventSubject: 'playOverVideo',
|
@@ -12099,9 +12100,10 @@ Made in Italy` })));
|
|
12099
12100
|
return ((_a = rec === null || rec === void 0 ? void 0 : rec.video) === null || _a === void 0 ? void 0 : _a.cover) || firstFrameSrc;
|
12100
12101
|
}, [firstFrameSrc, rec]);
|
12101
12102
|
const handLoadeddata = React.useCallback(() => {
|
12102
|
-
|
12103
|
+
const videoDomRef = document.getElementById(`${videoId}_html5_api`);
|
12104
|
+
if (!canvasRef || !videoDomRef || !canvasRef.current)
|
12103
12105
|
return;
|
12104
|
-
const video =
|
12106
|
+
const video = videoDomRef;
|
12105
12107
|
const canvas = canvasRef === null || canvasRef === void 0 ? void 0 : canvasRef.current;
|
12106
12108
|
const ctx = canvas.getContext('2d');
|
12107
12109
|
const targetWidth = window === null || window === void 0 ? void 0 : window.innerWidth;
|
@@ -12112,43 +12114,35 @@ Made in Italy` })));
|
|
12112
12114
|
setFirstFrameSrc(canvas.toDataURL());
|
12113
12115
|
}, []);
|
12114
12116
|
React.useEffect(() => {
|
12115
|
-
var _a, _b, _c, _d;
|
12116
|
-
if (
|
12117
|
+
var _a, _b, _c, _d, _e, _f;
|
12118
|
+
if (videoRef.current)
|
12117
12119
|
return;
|
12118
12120
|
setIsPauseVideo(false);
|
12119
|
-
|
12120
|
-
|
12121
|
-
|
12122
|
-
|
12123
|
-
|
12124
|
-
|
12125
|
-
|
12126
|
-
|
12127
|
-
|
12128
|
-
|
12129
|
-
|
12130
|
-
|
12131
|
-
|
12132
|
-
|
12133
|
-
|
12134
|
-
|
12135
|
-
|
12136
|
-
}
|
12137
|
-
videoRef.current.setAttribute('x5-playsinline', 'true');
|
12138
|
-
videoRef.current.setAttribute('webkit-playsinline', 'true');
|
12121
|
+
const videoSrc = rec.video.url;
|
12122
|
+
if (videoSrc && typeof TCPlayer === 'function') {
|
12123
|
+
videoRef.current = TCPlayer(videoId, {
|
12124
|
+
sources: [
|
12125
|
+
{
|
12126
|
+
src: videoSrc // 播放地址
|
12127
|
+
}
|
12128
|
+
],
|
12129
|
+
licenseUrl: 'https://license.vod2.myqcloud.com/license/v2/1325816236_1/v_cube.license', // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl
|
12130
|
+
controls: false,
|
12131
|
+
autoplay: false,
|
12132
|
+
loop: false,
|
12133
|
+
muted: true,
|
12134
|
+
preload: 'meta',
|
12135
|
+
posterImage: false,
|
12136
|
+
bigPlayButton: true
|
12137
|
+
});
|
12139
12138
|
}
|
12140
|
-
(_a = videoRef.current) === null || _a === void 0 ? void 0 : _a.
|
12141
|
-
(_b = videoRef.current) === null || _b === void 0 ? void 0 : _b.
|
12142
|
-
(_c = videoRef.current) === null || _c === void 0 ? void 0 : _c.
|
12143
|
-
(_d = videoRef.current) === null || _d === void 0 ? void 0 : _d.
|
12144
|
-
|
12145
|
-
|
12146
|
-
|
12147
|
-
(_b = videoRef.current) === null || _b === void 0 ? void 0 : _b.removeEventListener('canplay', handleLoadedMetadata);
|
12148
|
-
(_c = videoRef.current) === null || _c === void 0 ? void 0 : _c.removeEventListener('playing', handlePlaying);
|
12149
|
-
(_d = videoRef.current) === null || _d === void 0 ? void 0 : _d.removeEventListener('loadeddata', handLoadeddata);
|
12150
|
-
};
|
12151
|
-
}, [handleLoadedMetadata, handlePlaying, rec.video, handLoadeddata]);
|
12139
|
+
(_a = videoRef.current) === null || _a === void 0 ? void 0 : _a.on('loadedmetadata', handleCanplay);
|
12140
|
+
(_b = videoRef.current) === null || _b === void 0 ? void 0 : _b.on('canplay', handleCanplay);
|
12141
|
+
(_c = videoRef.current) === null || _c === void 0 ? void 0 : _c.on('playing', handlePlaying);
|
12142
|
+
(_d = videoRef.current) === null || _d === void 0 ? void 0 : _d.on('loadeddata', handLoadeddata);
|
12143
|
+
(_e = videoRef.current) === null || _e === void 0 ? void 0 : _e.on('pause', handlePause);
|
12144
|
+
(_f = videoRef.current) === null || _f === void 0 ? void 0 : _f.on('ended', handleEnded);
|
12145
|
+
}, [handleCanplay, handlePlaying, rec.video, handLoadeddata, index, handlePause, handleEnded, videoId]);
|
12152
12146
|
React.useEffect(() => {
|
12153
12147
|
var _a;
|
12154
12148
|
if (!(videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) || !isLoadFinish)
|
@@ -12234,19 +12228,27 @@ Made in Italy` })));
|
|
12234
12228
|
right: 0
|
12235
12229
|
} },
|
12236
12230
|
React.createElement("div", { style: { position: 'relative', width: '100%', height: '100%' } },
|
12237
|
-
React.createElement("video", { id: `pb-video-${index}`,
|
12231
|
+
React.createElement("video", { id: `pb-video-${index}`, playsInline: true, crossOrigin: 'anonymous', style: {
|
12238
12232
|
width: '100%',
|
12239
12233
|
height: '100%',
|
12240
|
-
objectFit: 'contain'
|
12234
|
+
objectFit: 'contain',
|
12235
|
+
backgroundColor: 'transparent',
|
12236
|
+
pointerEvents: 'none'
|
12241
12237
|
} }),
|
12242
12238
|
React.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON }))),
|
12243
|
-
renderPoster)) : (React.createElement("div", { className: 'video-container', key: rec.video.itemId,
|
12239
|
+
renderPoster)) : (React.createElement("div", { className: 'video-container', key: rec.video.itemId, style: {
|
12244
12240
|
position: 'relative',
|
12245
12241
|
width: '100%',
|
12246
12242
|
height,
|
12247
12243
|
overflow: 'hidden'
|
12248
|
-
} },
|
12249
|
-
React.createElement("video", { id: `pb-video-${index}`,
|
12244
|
+
}, onClick: handleClickVideo() },
|
12245
|
+
React.createElement("video", { id: `pb-video-${index}`, playsInline: true, crossOrigin: 'anonymous', style: {
|
12246
|
+
backgroundColor: 'transparent',
|
12247
|
+
width: '100%',
|
12248
|
+
height: '100%',
|
12249
|
+
objectFit: 'cover',
|
12250
|
+
pointerEvents: 'none'
|
12251
|
+
} }),
|
12250
12252
|
renderPoster,
|
12251
12253
|
React.createElement("img", { hidden: !isPauseVideo, className: 'clc-pb-video-pause', src: PAUSE_ICON })))));
|
12252
12254
|
};
|
@@ -12557,7 +12559,7 @@ Made in Italy` })));
|
|
12557
12559
|
* @Author: binruan@chatlabs.com
|
12558
12560
|
* @Date: 2024-01-15 19:03:09
|
12559
12561
|
* @LastEditors: binruan@chatlabs.com
|
12560
|
-
* @LastEditTime: 2024-04-
|
12562
|
+
* @LastEditTime: 2024-04-18 19:27:03
|
12561
12563
|
* @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
|
12562
12564
|
*
|
12563
12565
|
*/
|
@@ -12639,8 +12641,8 @@ Made in Italy` })));
|
|
12639
12641
|
// sessionDuration: Math.floor(((new Date() as any) - curTime) / 1000) + '',
|
12640
12642
|
// eventSubject: 'sessionCompleted',
|
12641
12643
|
// eventDescription: 'Session completed',
|
12642
|
-
//
|
12643
|
-
//
|
12644
|
+
// relatedContentId: item?.video?.itemId,
|
12645
|
+
// relatedProductId: item?.product?.itemId,
|
12644
12646
|
// position: item?.position
|
12645
12647
|
// }
|
12646
12648
|
// });
|
@@ -12684,12 +12686,12 @@ Made in Italy` })));
|
|
12684
12686
|
sessionDuration: Math.floor((new Date() - curTime.current) / 1000) + '',
|
12685
12687
|
eventSubject: 'sessionCompleted',
|
12686
12688
|
eventDescription: 'Session completed',
|
12687
|
-
|
12688
|
-
|
12689
|
+
relatedContentId: (_l = item === null || item === void 0 ? void 0 : item.video) === null || _l === void 0 ? void 0 : _l.itemId,
|
12690
|
+
relatedProductId: (_m = item === null || item === void 0 ? void 0 : item.product) === null || _m === void 0 ? void 0 : _m.itemId,
|
12689
12691
|
position: activeIndex + '',
|
12690
12692
|
fromKName,
|
12691
12693
|
fromKPage: location === null || location === void 0 ? void 0 : location.href,
|
12692
|
-
|
12694
|
+
relatedCtatId: (_q = (_p = (_o = item.video) === null || _o === void 0 ? void 0 : _o.bindCta) === null || _p === void 0 ? void 0 : _p.itemId) !== null && _q !== void 0 ? _q : ''
|
12693
12695
|
}
|
12694
12696
|
});
|
12695
12697
|
}
|
@@ -12823,8 +12825,8 @@ Made in Italy` })));
|
|
12823
12825
|
eventInfo: {
|
12824
12826
|
eventSubject: 'scrollDown',
|
12825
12827
|
eventDescription: 'User scroll down',
|
12826
|
-
|
12827
|
-
|
12828
|
+
relatedContentId: (_b = (_a = item.video) === null || _a === void 0 ? void 0 : _a.itemId) !== null && _b !== void 0 ? _b : '',
|
12829
|
+
relatedProductId: (_d = (_c = item.product) === null || _c === void 0 ? void 0 : _c.itemId) !== null && _d !== void 0 ? _d : '',
|
12828
12830
|
requestId: null
|
12829
12831
|
}
|
12830
12832
|
});
|
@@ -12836,8 +12838,8 @@ Made in Italy` })));
|
|
12836
12838
|
eventInfo: {
|
12837
12839
|
eventSubject: 'scrollUp',
|
12838
12840
|
eventDescription: 'User scroll up',
|
12839
|
-
|
12840
|
-
|
12841
|
+
relatedContentId: (_f = (_e = item.video) === null || _e === void 0 ? void 0 : _e.itemId) !== null && _f !== void 0 ? _f : '',
|
12842
|
+
relatedProductId: (_h = (_g = item.product) === null || _g === void 0 ? void 0 : _g.itemId) !== null && _h !== void 0 ? _h : '',
|
12841
12843
|
requestId: null
|
12842
12844
|
}
|
12843
12845
|
});
|