@polyv/product-ui 1.9.0-rc-20251225.1 → 1.9.0
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/address-edit.cjs.js +1 -1
- package/address-edit.es.js +2 -2
- package/address-edit.umd.js +1 -1
- package/address-item.cjs.js +1 -1
- package/address-item.es.js +2 -2
- package/address-item.umd.js +1 -1
- package/address-list.cjs.js +1 -1
- package/address-list.es.js +2 -2
- package/address-list.umd.js +2 -2
- package/big-card-popup.cjs.js +1 -1
- package/big-card-popup.es.js +2 -2
- package/big-card-popup.umd.js +1 -1
- package/index.cjs.js +1 -1
- package/index.es.js +6 -5
- package/index.umd.js +1 -1
- package/mobile-product-pendant.cjs.js +1 -1
- package/mobile-product-pendant.es.js +2 -2
- package/mobile-product-pendant.umd.js +1 -1
- package/order-confirm.cjs.js +1 -1
- package/order-confirm.es.js +2 -2
- package/order-confirm.umd.js +1 -1
- package/order-detail.cjs.js +1 -1
- package/order-detail.es.js +2 -2
- package/order-detail.umd.js +1 -1
- package/order-item.cjs.js +1 -1
- package/order-item.es.js +2 -2
- package/order-item.umd.js +1 -1
- package/order-list-popup.cjs.js +1 -1
- package/order-list-popup.es.js +2 -2
- package/order-list-popup.umd.js +1 -1
- package/order-list.cjs.js +1 -1
- package/order-list.es.js +2 -2
- package/order-list.umd.js +1 -1
- package/order-popup.cjs.js +1 -1
- package/order-popup.es.js +2 -2
- package/order-popup.umd.js +1 -1
- package/package.json +1 -1
- package/pc-product-pendant.cjs.js +1 -1
- package/pc-product-pendant.es.js +2 -2
- package/pc-product-pendant.umd.js +1 -1
- package/product-button.cjs.js +1 -1
- package/product-button.es.js +2 -2
- package/product-button.umd.js +1 -1
- package/product-detail-popup.cjs.js +2 -2
- package/product-detail-popup.es.js +6 -5
- package/product-detail-popup.umd.js +2 -2
- package/product-detail.cjs.js +2 -2
- package/product-detail.es.js +6 -5
- package/product-detail.umd.js +2 -2
- package/product-iframe-link-popup.cjs.js +1 -1
- package/product-iframe-link-popup.es.js +2 -2
- package/product-iframe-link-popup.umd.js +1 -1
- package/product-item.cjs.js +1 -1
- package/product-item.es.js +2 -2
- package/product-item.umd.js +1 -1
- package/product-list-popup.cjs.js +1 -1
- package/product-list-popup.es.js +2 -2
- package/product-list-popup.umd.js +1 -1
- package/product-list.cjs.js +1 -1
- package/product-list.es.js +2 -2
- package/product-list.umd.js +1 -1
- package/small-card.cjs.js +1 -1
- package/small-card.es.js +2 -2
- package/small-card.umd.js +1 -1
|
@@ -33695,7 +33695,7 @@ function loadScript(t2, n2) {
|
|
|
33695
33695
|
}), p2));
|
|
33696
33696
|
}));
|
|
33697
33697
|
}
|
|
33698
|
-
const
|
|
33698
|
+
const materialPlayerUrl = "https://websdk.videocc.net/material-player/latest/material-player-legacy.min.js";
|
|
33699
33699
|
let materialPlayerLoader;
|
|
33700
33700
|
function loadMaterialPlayer() {
|
|
33701
33701
|
if (window.MaterialPlayer) {
|
|
@@ -33704,7 +33704,7 @@ function loadMaterialPlayer() {
|
|
|
33704
33704
|
if (!materialPlayerLoader) {
|
|
33705
33705
|
materialPlayerLoader = new Promise((resolve, reject) => {
|
|
33706
33706
|
(() => __async(null, null, function* () {
|
|
33707
|
-
yield loadScript(
|
|
33707
|
+
yield loadScript(materialPlayerUrl);
|
|
33708
33708
|
if (window.MaterialPlayer) {
|
|
33709
33709
|
resolve(window.MaterialPlayer);
|
|
33710
33710
|
} else {
|
|
@@ -33742,7 +33742,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
33742
33742
|
width: "100%",
|
|
33743
33743
|
height: "100%",
|
|
33744
33744
|
controlBarVisibility: "never",
|
|
33745
|
-
enabledKeyboard: false
|
|
33745
|
+
enabledKeyboard: false,
|
|
33746
|
+
playerBackgroundEnabled: true
|
|
33746
33747
|
});
|
|
33747
33748
|
bindPlayerEvent();
|
|
33748
33749
|
}
|
|
@@ -63997,8 +63998,8 @@ console.log(
|
|
|
63997
63998
|
"%c@polyv/product-ui",
|
|
63998
63999
|
"background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
|
|
63999
64000
|
"[component: product-detail-popup]",
|
|
64000
|
-
"[version: 1.9.0
|
|
64001
|
-
"[buildTime: 2025-12-
|
|
64001
|
+
"[version: 1.9.0]",
|
|
64002
|
+
"[buildTime: 2025-12-26 02:16:10]"
|
|
64002
64003
|
);
|
|
64003
64004
|
export {
|
|
64004
64005
|
productDetailPopup as default
|