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/pb-ui.js CHANGED
@@ -313,16 +313,6 @@
313
313
  });
314
314
  return value !== null && value !== void 0 ? value : '';
315
315
  }
316
- const getResFileSizeFromSrc = (imageSrc) => {
317
- if (!imageSrc)
318
- return '';
319
- return fetch(imageSrc)
320
- .then((response) => response.blob())
321
- .then((blob) => {
322
- const fileSizeInMB = blob.size / (1024 * 1024); // 将文件大小转换为 MB
323
- return fileSizeInMB.toFixed(2) + '';
324
- });
325
- };
326
316
 
327
317
  function unzip(b64Data) {
328
318
  const strData = atob(b64Data);
@@ -8982,12 +8972,12 @@
8982
8972
  * @Author: binruan@chatlabs.com
8983
8973
  * @Date: 2023-11-02 18:34:34
8984
8974
  * @LastEditors: binruan@chatlabs.com
8985
- * @LastEditTime: 2024-10-23 16:44:34
8975
+ * @LastEditTime: 2024-10-30 19:22:59
8986
8976
  * @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\Modal\index.tsx
8987
8977
  *
8988
8978
  */
8989
8979
  const closeIcon$1 = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=';
8990
- const Modal = ({ visible, onClose, children, modalStyle, padding, popup, schema, fullHeight = window.innerHeight, isFullScreen = false }) => {
8980
+ const Modal = ({ visible, onClose, children, modalStyle, padding, popup, schema, fullHeight = window.innerHeight, isFullScreen = false, openState }) => {
8991
8981
  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;
8992
8982
  const touchRef = React.useRef(null);
8993
8983
  const fTouchRef = React.useRef(null);
@@ -9039,7 +9029,7 @@
9039
9029
  }, [isOpen, popup]);
9040
9030
  const child = React.useCallback(() => {
9041
9031
  return children;
9042
- }, [_popup]);
9032
+ }, [_popup, openState]);
9043
9033
  if (!modalEleRef.current)
9044
9034
  return null;
9045
9035
  const handleClose = lodash.debounce(() => {
@@ -15679,6 +15669,7 @@ Made in Italy` })));
15679
15669
  const videoEleRef = React.useRef(null);
15680
15670
  const hlsRef = React.useRef(null);
15681
15671
  const initTimeRef = React.useRef();
15672
+ const loadedTimeRef = React.useRef();
15682
15673
  const blur = React.useMemo(() => {
15683
15674
  return (videoPostConfig === null || videoPostConfig === void 0 ? void 0 : videoPostConfig.mode) === '2';
15684
15675
  }, [videoPostConfig]);
@@ -15725,7 +15716,7 @@ Made in Italy` })));
15725
15716
  setIsLoadFinish(true);
15726
15717
  }, []);
15727
15718
  const handleStartPlay = React.useCallback(() => __awaiter(void 0, void 0, void 0, function* () {
15728
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
15719
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
15729
15720
  if (!(videoRef === null || videoRef === void 0 ? void 0 : videoRef.current))
15730
15721
  return;
15731
15722
  setIsPauseVideo(false);
@@ -15735,22 +15726,20 @@ Made in Italy` })));
15735
15726
  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);
15736
15727
  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);
15737
15728
  const playType = isFirstPlay ? '0' : '1';
15738
- const contentSize = yield getResFileSizeFromSrc((_g = item === null || item === void 0 ? void 0 : item.video) === null || _g === void 0 ? void 0 : _g.url);
15739
15729
  bffEventReport === null || bffEventReport === void 0 ? void 0 : bffEventReport({
15740
15730
  eventInfo: {
15741
15731
  eventSubject: 'playVideo',
15742
15732
  eventDescription: 'User played the video',
15743
- 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 : '',
15744
- 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 : '',
15733
+ 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 : '',
15734
+ 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 : '',
15745
15735
  playType,
15746
15736
  startTime: videoCurrentTime,
15747
15737
  videoDuration,
15748
- 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 : []),
15738
+ 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 : []),
15749
15739
  position: index + '',
15750
15740
  contentFormat: 'video',
15751
- traceInfo: (_p = item === null || item === void 0 ? void 0 : item.video) === null || _p === void 0 ? void 0 : _p.traceInfo,
15752
- contentSize,
15753
- loadTime: (new Date() - (initTimeRef === null || initTimeRef === void 0 ? void 0 : initTimeRef.current)).toFixed(2) + ''
15741
+ traceInfo: (_o = item === null || item === void 0 ? void 0 : item.video) === null || _o === void 0 ? void 0 : _o.traceInfo,
15742
+ loadTime: ((loadedTimeRef === null || loadedTimeRef === void 0 ? void 0 : loadedTimeRef.current) - (initTimeRef === null || initTimeRef === void 0 ? void 0 : initTimeRef.current)).toFixed(2) + ''
15754
15743
  }
15755
15744
  });
15756
15745
  setIsFirstPlay(false);
@@ -15781,6 +15770,7 @@ Made in Italy` })));
15781
15770
  const handleLoadedmetadata = React.useCallback(() => {
15782
15771
  if (!videoRef.current)
15783
15772
  return;
15773
+ loadedTimeRef.current = new Date();
15784
15774
  handleStartPlay();
15785
15775
  handLoadeddata();
15786
15776
  }, [videoRef.current, handLoadeddata, handleStartPlay]);
@@ -16135,9 +16125,7 @@ Made in Italy` })));
16135
16125
  }, [rec, isActive, onViewImageEndEvent, openHashtag, index, onViewImageStartEvent, isLoad, imgInfo]);
16136
16126
  const showFirstImageFn = React.useCallback((e) => __awaiter(void 0, void 0, void 0, function* () {
16137
16127
  if (!isLoad) {
16138
- const contentSize = yield getResFileSizeFromSrc(e.src);
16139
16128
  setImgInfo({
16140
- contentSize,
16141
16129
  loadTime: (new Date() - initTime).toFixed(2) + ''
16142
16130
  });
16143
16131
  setIsLoad(true);
@@ -16294,7 +16282,7 @@ Made in Italy` })));
16294
16282
  * @Author: binruan@chatlabs.com
16295
16283
  * @Date: 2023-12-26 16:11:34
16296
16284
  * @LastEditors: binruan@chatlabs.com
16297
- * @LastEditTime: 2024-10-29 14:07:29
16285
+ * @LastEditTime: 2024-10-30 14:51:19
16298
16286
  * @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\RenderCard.tsx
16299
16287
  *
16300
16288
  */
@@ -16343,7 +16331,7 @@ Made in Italy` })));
16343
16331
  const Component = withBindDataSource(t);
16344
16332
  const defaulSetting = (_z = t === null || t === void 0 ? void 0 : t.extend) === null || _z === void 0 ? void 0 : _z.defaulSetting;
16345
16333
  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';
16346
- let style = (_3 = value === null || value === void 0 ? void 0 : value.item) === null || _3 === void 0 ? void 0 : _3.style;
16334
+ let style = lodash.cloneDeep((_3 = value === null || value === void 0 ? void 0 : value.item) === null || _3 === void 0 ? void 0 : _3.style);
16347
16335
  if (style.hasOwnProperty('backdropFilter')) {
16348
16336
  let sbf = style['backdropFilter'];
16349
16337
  style['backdropFilter'] = `blur(${sbf !== null && sbf !== void 0 ? sbf : 0}px)`;
@@ -16864,7 +16852,6 @@ Made in Italy` })));
16864
16852
  position: activeIndex + '',
16865
16853
  contentFormat: 'image',
16866
16854
  traceInfo: item === null || item === void 0 ? void 0 : item.video.traceInfo,
16867
- contentSize: imgInfo === null || imgInfo === void 0 ? void 0 : imgInfo.contentSize,
16868
16855
  loadTime: imgInfo === null || imgInfo === void 0 ? void 0 : imgInfo.loadTime
16869
16856
  }
16870
16857
  });