pb-sxp-ui 1.0.11 → 1.0.12

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 CHANGED
@@ -12497,7 +12497,7 @@ const Nudge = ({ nudge }) => {
12497
12497
  * @Author: binruan@chatlabs.com
12498
12498
  * @Date: 2024-01-15 19:03:09
12499
12499
  * @LastEditors: binruan@chatlabs.com
12500
- * @LastEditTime: 2024-04-15 16:41:07
12500
+ * @LastEditTime: 2024-04-15 17:07:42
12501
12501
  * @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
12502
12502
  *
12503
12503
  */
@@ -12717,7 +12717,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
12717
12717
  imageEndTime: `${endTime}`,
12718
12718
  playDuration: `${duration}`,
12719
12719
  contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
12720
- position: activeIndex,
12720
+ position: activeIndex + '',
12721
12721
  contentFormat: 'image',
12722
12722
  traceInfo: item.video.traceInfo
12723
12723
  }
@@ -12785,7 +12785,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
12785
12785
  contentName: (_e = item.video.title) !== null && _e !== void 0 ? _e : '',
12786
12786
  imageStartTime: `${startTime}`,
12787
12787
  contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
12788
- position: activeIndex,
12788
+ position: activeIndex + '',
12789
12789
  contentFormat: 'image',
12790
12790
  traceInfo: item.video.traceInfo
12791
12791
  }