pb-sxp-ui 1.19.7 → 1.19.8
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/core/components/SxpPageRender/index.js +1 -1
- package/package.json +1 -1
package/dist/pb-ui.js
CHANGED
|
@@ -19130,7 +19130,7 @@ Made in Italy` })));
|
|
|
19130
19130
|
if (repCond) {
|
|
19131
19131
|
setTimeout(() => {
|
|
19132
19132
|
SXP_EVENT_BUS.emit(SXP_EVENT_TYPE.PAGE_DID_SHOW, item);
|
|
19133
|
-
});
|
|
19133
|
+
}, 100);
|
|
19134
19134
|
backMainFeed('external', selectTag);
|
|
19135
19135
|
}
|
|
19136
19136
|
}
|