pb-sxp-ui 1.15.27 → 1.15.29
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- 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 +2 -2
- 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/VideoWidget/index.js +2 -2
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +2 -2
- package/package.json +1 -1
@@ -327,7 +327,7 @@ const VideoWidget = forwardRef(({ rec, index, height, data, muted, activeIndex,
|
|
327
327
|
if (!videoPoster || isLoadFinish) {
|
328
328
|
return null;
|
329
329
|
}
|
330
|
-
return (React.createElement(
|
330
|
+
return (React.createElement(FormatImage, { style: {
|
331
331
|
position: 'absolute',
|
332
332
|
left: 0,
|
333
333
|
top: 0,
|
@@ -339,7 +339,7 @@ const VideoWidget = forwardRef(({ rec, index, height, data, muted, activeIndex,
|
|
339
339
|
const renderLoading = useMemo(() => {
|
340
340
|
if (!waiting || !isLoadFinish)
|
341
341
|
return;
|
342
|
-
return (React.createElement(
|
342
|
+
return (React.createElement("img", { style: {
|
343
343
|
position: 'absolute',
|
344
344
|
top: '50%',
|
345
345
|
left: 0,
|
@@ -329,7 +329,7 @@ const VideoWidget = (0, react_1.forwardRef)(({ rec, index, height, data, muted,
|
|
329
329
|
if (!videoPoster || isLoadFinish) {
|
330
330
|
return null;
|
331
331
|
}
|
332
|
-
return (react_1.default.createElement(
|
332
|
+
return (react_1.default.createElement(FormatImage_1.default, { style: {
|
333
333
|
position: 'absolute',
|
334
334
|
left: 0,
|
335
335
|
top: 0,
|
@@ -341,7 +341,7 @@ const VideoWidget = (0, react_1.forwardRef)(({ rec, index, height, data, muted,
|
|
341
341
|
const renderLoading = (0, react_1.useMemo)(() => {
|
342
342
|
if (!waiting || !isLoadFinish)
|
343
343
|
return;
|
344
|
-
return (react_1.default.createElement(
|
344
|
+
return (react_1.default.createElement("img", { style: {
|
345
345
|
position: 'absolute',
|
346
346
|
top: '50%',
|
347
347
|
left: 0,
|