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
package/dist/pb-ui.js
CHANGED
@@ -12489,7 +12489,7 @@ Made in Italy` })));
|
|
12489
12489
|
* @Author: binruan@chatlabs.com
|
12490
12490
|
* @Date: 2024-01-15 19:03:09
|
12491
12491
|
* @LastEditors: binruan@chatlabs.com
|
12492
|
-
* @LastEditTime: 2024-04-15
|
12492
|
+
* @LastEditTime: 2024-04-15 17:07:42
|
12493
12493
|
* @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\index.tsx
|
12494
12494
|
*
|
12495
12495
|
*/
|
@@ -12709,7 +12709,7 @@ Made in Italy` })));
|
|
12709
12709
|
imageEndTime: `${endTime}`,
|
12710
12710
|
playDuration: `${duration}`,
|
12711
12711
|
contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
|
12712
|
-
position: activeIndex,
|
12712
|
+
position: activeIndex + '',
|
12713
12713
|
contentFormat: 'image',
|
12714
12714
|
traceInfo: item.video.traceInfo
|
12715
12715
|
}
|
@@ -12777,7 +12777,7 @@ Made in Italy` })));
|
|
12777
12777
|
contentName: (_e = item.video.title) !== null && _e !== void 0 ? _e : '',
|
12778
12778
|
imageStartTime: `${startTime}`,
|
12779
12779
|
contentTags: JSON.stringify((_f = item.video.tags) !== null && _f !== void 0 ? _f : []),
|
12780
|
-
position: activeIndex,
|
12780
|
+
position: activeIndex + '',
|
12781
12781
|
contentFormat: 'image',
|
12782
12782
|
traceInfo: item.video.traceInfo
|
12783
12783
|
}
|