pb-sxp-ui 1.7.4 → 1.7.5

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.
Files changed (31) hide show
  1. package/dist/index.cjs +13 -26
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.js +13 -26
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.cjs +3 -3
  6. package/dist/index.min.cjs.map +1 -1
  7. package/dist/index.min.js +3 -3
  8. package/dist/index.min.js.map +1 -1
  9. package/dist/pb-ui.js +13 -26
  10. package/dist/pb-ui.js.map +1 -1
  11. package/dist/pb-ui.min.js +3 -3
  12. package/dist/pb-ui.min.js.map +1 -1
  13. package/es/core/components/SxpPageRender/Modal/index.d.ts +1 -0
  14. package/es/core/components/SxpPageRender/Modal/index.js +2 -2
  15. package/es/core/components/SxpPageRender/PictureGroup/index.d.ts +0 -1
  16. package/es/core/components/SxpPageRender/PictureGroup/index.js +0 -3
  17. package/es/core/components/SxpPageRender/RenderCard.js +2 -1
  18. package/es/core/components/SxpPageRender/VideoWidget/index.js +8 -9
  19. package/es/core/components/SxpPageRender/index.js +0 -1
  20. package/es/core/utils/tool.d.ts +1 -2
  21. package/es/core/utils/tool.js +1 -11
  22. package/lib/core/components/SxpPageRender/Modal/index.d.ts +1 -0
  23. package/lib/core/components/SxpPageRender/Modal/index.js +2 -2
  24. package/lib/core/components/SxpPageRender/PictureGroup/index.d.ts +0 -1
  25. package/lib/core/components/SxpPageRender/PictureGroup/index.js +0 -3
  26. package/lib/core/components/SxpPageRender/RenderCard.js +2 -1
  27. package/lib/core/components/SxpPageRender/VideoWidget/index.js +8 -9
  28. package/lib/core/components/SxpPageRender/index.js +0 -1
  29. package/lib/core/utils/tool.d.ts +1 -2
  30. package/lib/core/utils/tool.js +1 -12
  31. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -298,16 +298,6 @@ function getCookie(val) {
298
298
  });
299
299
  return value !== null && value !== void 0 ? value : '';
300
300
  }
301
- const getResFileSizeFromSrc = (imageSrc) => {
302
- if (!imageSrc)
303
- return '';
304
- return fetch(imageSrc)
305
- .then((response) => response.blob())
306
- .then((blob) => {
307
- const fileSizeInMB = blob.size / (1024 * 1024); // 将文件大小转换为 MB
308
- return fileSizeInMB.toFixed(2) + '';
309
- });
310
- };
311
301
 
312
302
  function unzip(b64Data) {
313
303
  const strData = atob(b64Data);
@@ -8967,12 +8957,12 @@ SwiperSlide.displayName = 'SwiperSlide';
8967
8957
  * @Author: binruan@chatlabs.com
8968
8958
  * @Date: 2023-11-02 18:34:34
8969
8959
  * @LastEditors: binruan@chatlabs.com
8970
- * @LastEditTime: 2024-10-23 16:44:34
8960
+ * @LastEditTime: 2024-10-30 19:22:59
8971
8961
  * @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\Modal\index.tsx
8972
8962
  *
8973
8963
  */
8974
8964
  const closeIcon$1 = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=';
8975
- const Modal = ({ visible, onClose, children, modalStyle, padding, popup, schema, fullHeight = window.innerHeight, isFullScreen = false }) => {
8965
+ const Modal = ({ visible, onClose, children, modalStyle, padding, popup, schema, fullHeight = window.innerHeight, isFullScreen = false, openState }) => {
8976
8966
  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;
8977
8967
  const touchRef = useRef(null);
8978
8968
  const fTouchRef = useRef(null);
@@ -9024,7 +9014,7 @@ const Modal = ({ visible, onClose, children, modalStyle, padding, popup, schema,
9024
9014
  }, [isOpen, popup]);
9025
9015
  const child = useCallback(() => {
9026
9016
  return children;
9027
- }, [_popup]);
9017
+ }, [_popup, openState]);
9028
9018
  if (!modalEleRef.current)
9029
9019
  return null;
9030
9020
  const handleClose = debounce(() => {
@@ -15664,6 +15654,7 @@ const VideoWidget$2 = ({ rec, index, height, data, muted, activeIndex, videoPost
15664
15654
  const videoEleRef = useRef(null);
15665
15655
  const hlsRef = useRef(null);
15666
15656
  const initTimeRef = useRef();
15657
+ const loadedTimeRef = useRef();
15667
15658
  const blur = useMemo(() => {
15668
15659
  return (videoPostConfig === null || videoPostConfig === void 0 ? void 0 : videoPostConfig.mode) === '2';
15669
15660
  }, [videoPostConfig]);
@@ -15710,7 +15701,7 @@ const VideoWidget$2 = ({ rec, index, height, data, muted, activeIndex, videoPost
15710
15701
  setIsLoadFinish(true);
15711
15702
  }, []);
15712
15703
  const handleStartPlay = useCallback(() => __awaiter(void 0, void 0, void 0, function* () {
15713
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
15704
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
15714
15705
  if (!(videoRef === null || videoRef === void 0 ? void 0 : videoRef.current))
15715
15706
  return;
15716
15707
  setIsPauseVideo(false);
@@ -15720,22 +15711,20 @@ const VideoWidget$2 = ({ rec, index, height, data, muted, activeIndex, videoPost
15720
15711
  const videoDuration = ((_d = (_c = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _c === void 0 ? void 0 : _c.duration) !== null && _d !== void 0 ? _d : 0).toFixed(2);
15721
15712
  const videoCurrentTime = ((_f = (_e = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _e === void 0 ? void 0 : _e.currentTime) !== null && _f !== void 0 ? _f : 0).toFixed(2);
15722
15713
  const playType = isFirstPlay ? '0' : '1';
15723
- const contentSize = yield getResFileSizeFromSrc((_g = item === null || item === void 0 ? void 0 : item.video) === null || _g === void 0 ? void 0 : _g.url);
15724
15714
  bffEventReport === null || bffEventReport === void 0 ? void 0 : bffEventReport({
15725
15715
  eventInfo: {
15726
15716
  eventSubject: 'playVideo',
15727
15717
  eventDescription: 'User played the video',
15728
- contentId: (_j = (_h = item === null || item === void 0 ? void 0 : item.video) === null || _h === void 0 ? void 0 : _h.itemId) !== null && _j !== void 0 ? _j : '',
15729
- contentName: (_l = (_k = item === null || item === void 0 ? void 0 : item.video) === null || _k === void 0 ? void 0 : _k.title) !== null && _l !== void 0 ? _l : '',
15718
+ 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 : '',
15719
+ contentName: (_k = (_j = item === null || item === void 0 ? void 0 : item.video) === null || _j === void 0 ? void 0 : _j.title) !== null && _k !== void 0 ? _k : '',
15730
15720
  playType,
15731
15721
  startTime: videoCurrentTime,
15732
15722
  videoDuration,
15733
- contentTags: JSON.stringify((_o = (_m = item === null || item === void 0 ? void 0 : item.video) === null || _m === void 0 ? void 0 : _m.tags) !== null && _o !== void 0 ? _o : []),
15723
+ contentTags: JSON.stringify((_m = (_l = item === null || item === void 0 ? void 0 : item.video) === null || _l === void 0 ? void 0 : _l.tags) !== null && _m !== void 0 ? _m : []),
15734
15724
  position: index + '',
15735
15725
  contentFormat: 'video',
15736
- traceInfo: (_p = item === null || item === void 0 ? void 0 : item.video) === null || _p === void 0 ? void 0 : _p.traceInfo,
15737
- contentSize,
15738
- loadTime: (new Date() - (initTimeRef === null || initTimeRef === void 0 ? void 0 : initTimeRef.current)).toFixed(2) + ''
15726
+ traceInfo: (_o = item === null || item === void 0 ? void 0 : item.video) === null || _o === void 0 ? void 0 : _o.traceInfo,
15727
+ loadTime: ((loadedTimeRef === null || loadedTimeRef === void 0 ? void 0 : loadedTimeRef.current) - (initTimeRef === null || initTimeRef === void 0 ? void 0 : initTimeRef.current)).toFixed(2) + ''
15739
15728
  }
15740
15729
  });
15741
15730
  setIsFirstPlay(false);
@@ -15766,6 +15755,7 @@ const VideoWidget$2 = ({ rec, index, height, data, muted, activeIndex, videoPost
15766
15755
  const handleLoadedmetadata = useCallback(() => {
15767
15756
  if (!videoRef.current)
15768
15757
  return;
15758
+ loadedTimeRef.current = new Date();
15769
15759
  handleStartPlay();
15770
15760
  handLoadeddata();
15771
15761
  }, [videoRef.current, handLoadeddata, handleStartPlay]);
@@ -16120,9 +16110,7 @@ const PictureGroup$2 = ({ imgUrls, width, height, rec, index, onViewImageEndEven
16120
16110
  }, [rec, isActive, onViewImageEndEvent, openHashtag, index, onViewImageStartEvent, isLoad, imgInfo]);
16121
16111
  const showFirstImageFn = useCallback((e) => __awaiter(void 0, void 0, void 0, function* () {
16122
16112
  if (!isLoad) {
16123
- const contentSize = yield getResFileSizeFromSrc(e.src);
16124
16113
  setImgInfo({
16125
- contentSize,
16126
16114
  loadTime: (new Date() - initTime).toFixed(2) + ''
16127
16115
  });
16128
16116
  setIsLoad(true);
@@ -16279,7 +16267,7 @@ function withBindDataSource(Component) {
16279
16267
  * @Author: binruan@chatlabs.com
16280
16268
  * @Date: 2023-12-26 16:11:34
16281
16269
  * @LastEditors: binruan@chatlabs.com
16282
- * @LastEditTime: 2024-10-29 14:07:29
16270
+ * @LastEditTime: 2024-10-30 14:51:19
16283
16271
  * @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\RenderCard.tsx
16284
16272
  *
16285
16273
  */
@@ -16328,7 +16316,7 @@ const RenderCard = ({ rec, index, tempMap, resolver, includesCtaType, isActive }
16328
16316
  const Component = withBindDataSource(t);
16329
16317
  const defaulSetting = (_z = t === null || t === void 0 ? void 0 : t.extend) === null || _z === void 0 ? void 0 : _z.defaulSetting;
16330
16318
  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';
16331
- let style = (_3 = value === null || value === void 0 ? void 0 : value.item) === null || _3 === void 0 ? void 0 : _3.style;
16319
+ let style = cloneDeep((_3 = value === null || value === void 0 ? void 0 : value.item) === null || _3 === void 0 ? void 0 : _3.style);
16332
16320
  if (style.hasOwnProperty('backdropFilter')) {
16333
16321
  let sbf = style['backdropFilter'];
16334
16322
  style['backdropFilter'] = `blur(${sbf !== null && sbf !== void 0 ? sbf : 0}px)`;
@@ -16849,7 +16837,6 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
16849
16837
  position: activeIndex + '',
16850
16838
  contentFormat: 'image',
16851
16839
  traceInfo: item === null || item === void 0 ? void 0 : item.video.traceInfo,
16852
- contentSize: imgInfo === null || imgInfo === void 0 ? void 0 : imgInfo.contentSize,
16853
16840
  loadTime: imgInfo === null || imgInfo === void 0 ? void 0 : imgInfo.loadTime
16854
16841
  }
16855
16842
  });