@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.
Files changed (64) hide show
  1. package/address-edit.cjs.js +1 -1
  2. package/address-edit.es.js +2 -2
  3. package/address-edit.umd.js +1 -1
  4. package/address-item.cjs.js +1 -1
  5. package/address-item.es.js +2 -2
  6. package/address-item.umd.js +1 -1
  7. package/address-list.cjs.js +1 -1
  8. package/address-list.es.js +2 -2
  9. package/address-list.umd.js +2 -2
  10. package/big-card-popup.cjs.js +1 -1
  11. package/big-card-popup.es.js +2 -2
  12. package/big-card-popup.umd.js +1 -1
  13. package/index.cjs.js +1 -1
  14. package/index.es.js +6 -5
  15. package/index.umd.js +1 -1
  16. package/mobile-product-pendant.cjs.js +1 -1
  17. package/mobile-product-pendant.es.js +2 -2
  18. package/mobile-product-pendant.umd.js +1 -1
  19. package/order-confirm.cjs.js +1 -1
  20. package/order-confirm.es.js +2 -2
  21. package/order-confirm.umd.js +1 -1
  22. package/order-detail.cjs.js +1 -1
  23. package/order-detail.es.js +2 -2
  24. package/order-detail.umd.js +1 -1
  25. package/order-item.cjs.js +1 -1
  26. package/order-item.es.js +2 -2
  27. package/order-item.umd.js +1 -1
  28. package/order-list-popup.cjs.js +1 -1
  29. package/order-list-popup.es.js +2 -2
  30. package/order-list-popup.umd.js +1 -1
  31. package/order-list.cjs.js +1 -1
  32. package/order-list.es.js +2 -2
  33. package/order-list.umd.js +1 -1
  34. package/order-popup.cjs.js +1 -1
  35. package/order-popup.es.js +2 -2
  36. package/order-popup.umd.js +1 -1
  37. package/package.json +1 -1
  38. package/pc-product-pendant.cjs.js +1 -1
  39. package/pc-product-pendant.es.js +2 -2
  40. package/pc-product-pendant.umd.js +1 -1
  41. package/product-button.cjs.js +1 -1
  42. package/product-button.es.js +2 -2
  43. package/product-button.umd.js +1 -1
  44. package/product-detail-popup.cjs.js +2 -2
  45. package/product-detail-popup.es.js +6 -5
  46. package/product-detail-popup.umd.js +2 -2
  47. package/product-detail.cjs.js +2 -2
  48. package/product-detail.es.js +6 -5
  49. package/product-detail.umd.js +2 -2
  50. package/product-iframe-link-popup.cjs.js +1 -1
  51. package/product-iframe-link-popup.es.js +2 -2
  52. package/product-iframe-link-popup.umd.js +1 -1
  53. package/product-item.cjs.js +1 -1
  54. package/product-item.es.js +2 -2
  55. package/product-item.umd.js +1 -1
  56. package/product-list-popup.cjs.js +1 -1
  57. package/product-list-popup.es.js +2 -2
  58. package/product-list-popup.umd.js +1 -1
  59. package/product-list.cjs.js +1 -1
  60. package/product-list.es.js +2 -2
  61. package/product-list.umd.js +1 -1
  62. package/small-card.cjs.js +1 -1
  63. package/small-card.es.js +2 -2
  64. package/small-card.umd.js +1 -1
@@ -32215,7 +32215,7 @@ function loadScript(t2, n2) {
32215
32215
  }), p2));
32216
32216
  }));
32217
32217
  }
32218
- const devMaterialPlayerUrl = "https://polyv-frontend-sdk-test-01.oss-cn-shenzhen.aliyuncs.com/material-player/dev/material-player-legacy.min.js";
32218
+ const materialPlayerUrl = "https://websdk.videocc.net/material-player/latest/material-player-legacy.min.js";
32219
32219
  let materialPlayerLoader;
32220
32220
  function loadMaterialPlayer() {
32221
32221
  if (window.MaterialPlayer) {
@@ -32224,7 +32224,7 @@ function loadMaterialPlayer() {
32224
32224
  if (!materialPlayerLoader) {
32225
32225
  materialPlayerLoader = new Promise((resolve, reject) => {
32226
32226
  (() => __async(null, null, function* () {
32227
- yield loadScript(devMaterialPlayerUrl);
32227
+ yield loadScript(materialPlayerUrl);
32228
32228
  if (window.MaterialPlayer) {
32229
32229
  resolve(window.MaterialPlayer);
32230
32230
  } else {
@@ -32734,7 +32734,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
32734
32734
  width: "100%",
32735
32735
  height: "100%",
32736
32736
  controlBarVisibility: "never",
32737
- enabledKeyboard: false
32737
+ enabledKeyboard: false,
32738
+ playerBackgroundEnabled: true
32738
32739
  });
32739
32740
  bindPlayerEvent();
32740
32741
  }
@@ -63816,8 +63817,8 @@ console.log(
63816
63817
  "%c@polyv/product-ui",
63817
63818
  "background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
63818
63819
  "[component: product-detail]",
63819
- "[version: 1.9.0-rc-20251225.1]",
63820
- "[buildTime: 2025-12-25 02:24:08]"
63820
+ "[version: 1.9.0]",
63821
+ "[buildTime: 2025-12-26 02:15:45]"
63821
63822
  );
63822
63823
  export {
63823
63824
  productDetail as default