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.js CHANGED
@@ -12474,7 +12474,7 @@ const Nudge = ({ nudge }) => {
12474
12474
  * @Author: binruan@chatlabs.com
12475
12475
  * @Date: 2024-01-15 19:03:09
12476
12476
  * @LastEditors: binruan@chatlabs.com
12477
- * @LastEditTime: 2024-04-15 16:41:07
12477
+ * @LastEditTime: 2024-04-15 17:07:42
12478
12478
  * @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
12479
12479
  *
12480
12480
  */
@@ -12694,7 +12694,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
12694
12694
  imageEndTime: `${endTime}`,
12695
12695
  playDuration: `${duration}`,
12696
12696
  contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
12697
- position: activeIndex,
12697
+ position: activeIndex + '',
12698
12698
  contentFormat: 'image',
12699
12699
  traceInfo: item.video.traceInfo
12700
12700
  }
@@ -12762,7 +12762,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
12762
12762
  contentName: (_e = item.video.title) !== null && _e !== void 0 ? _e : '',
12763
12763
  imageStartTime: `${startTime}`,
12764
12764
  contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
12765
- position: activeIndex,
12765
+ position: activeIndex + '',
12766
12766
  contentFormat: 'image',
12767
12767
  traceInfo: item.video.traceInfo
12768
12768
  }