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.
@@ -211,7 +211,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
211
211
  imageEndTime: `${endTime}`,
212
212
  playDuration: `${duration}`,
213
213
  contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
214
- position: activeIndex,
214
+ position: activeIndex + '',
215
215
  contentFormat: 'image',
216
216
  traceInfo: item.video.traceInfo
217
217
  }
@@ -275,7 +275,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
275
275
  contentName: (_e = item.video.title) !== null && _e !== void 0 ? _e : '',
276
276
  imageStartTime: `${startTime}`,
277
277
  contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
278
- position: activeIndex,
278
+ position: activeIndex + '',
279
279
  contentFormat: 'image',
280
280
  traceInfo: item.video.traceInfo
281
281
  }
@@ -214,7 +214,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
214
214
  imageEndTime: `${endTime}`,
215
215
  playDuration: `${duration}`,
216
216
  contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
217
- position: activeIndex,
217
+ position: activeIndex + '',
218
218
  contentFormat: 'image',
219
219
  traceInfo: item.video.traceInfo
220
220
  }
@@ -278,7 +278,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
278
278
  contentName: (_e = item.video.title) !== null && _e !== void 0 ? _e : '',
279
279
  imageStartTime: `${startTime}`,
280
280
  contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
281
- position: activeIndex,
281
+ position: activeIndex + '',
282
282
  contentFormat: 'image',
283
283
  traceInfo: item.video.traceInfo
284
284
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",