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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +3 -3
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/index.js +2 -2
- package/lib/core/components/SxpPageRender/index.js +2 -2
- package/package.json +1 -1
@@ -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
|
}
|