@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
@@ -33695,7 +33695,7 @@ function loadScript(t2, n2) {
33695
33695
  }), p2));
33696
33696
  }));
33697
33697
  }
33698
- const devMaterialPlayerUrl = "https://polyv-frontend-sdk-test-01.oss-cn-shenzhen.aliyuncs.com/material-player/dev/material-player-legacy.min.js";
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(devMaterialPlayerUrl);
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-rc-20251225.1]",
64001
- "[buildTime: 2025-12-25 02:24:34]"
64001
+ "[version: 1.9.0]",
64002
+ "[buildTime: 2025-12-26 02:16:10]"
64002
64003
  );
64003
64004
  export {
64004
64005
  productDetailPopup as default