@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
package/index.es.js
CHANGED
|
@@ -62095,7 +62095,7 @@ function loadScript(t2, n2) {
|
|
|
62095
62095
|
}), p2));
|
|
62096
62096
|
}));
|
|
62097
62097
|
}
|
|
62098
|
-
const
|
|
62098
|
+
const materialPlayerUrl = "https://websdk.videocc.net/material-player/latest/material-player-legacy.min.js";
|
|
62099
62099
|
let materialPlayerLoader;
|
|
62100
62100
|
function loadMaterialPlayer() {
|
|
62101
62101
|
if (window.MaterialPlayer) {
|
|
@@ -62104,7 +62104,7 @@ function loadMaterialPlayer() {
|
|
|
62104
62104
|
if (!materialPlayerLoader) {
|
|
62105
62105
|
materialPlayerLoader = new Promise((resolve, reject) => {
|
|
62106
62106
|
(() => __async(null, null, function* () {
|
|
62107
|
-
yield loadScript(
|
|
62107
|
+
yield loadScript(materialPlayerUrl);
|
|
62108
62108
|
if (window.MaterialPlayer) {
|
|
62109
62109
|
resolve(window.MaterialPlayer);
|
|
62110
62110
|
} else {
|
|
@@ -62142,7 +62142,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
62142
62142
|
width: "100%",
|
|
62143
62143
|
height: "100%",
|
|
62144
62144
|
controlBarVisibility: "never",
|
|
62145
|
-
enabledKeyboard: false
|
|
62145
|
+
enabledKeyboard: false,
|
|
62146
|
+
playerBackgroundEnabled: true
|
|
62146
62147
|
});
|
|
62147
62148
|
bindPlayerEvent();
|
|
62148
62149
|
}
|
|
@@ -69584,8 +69585,8 @@ console.log(
|
|
|
69584
69585
|
"%c@polyv/product-ui",
|
|
69585
69586
|
"background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
|
|
69586
69587
|
"[component: index]",
|
|
69587
|
-
"[version: 1.9.0
|
|
69588
|
-
"[buildTime: 2025-12-
|
|
69588
|
+
"[version: 1.9.0]",
|
|
69589
|
+
"[buildTime: 2025-12-26 02:13:15]"
|
|
69589
69590
|
);
|
|
69590
69591
|
export {
|
|
69591
69592
|
AddressEdit,
|