@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
package/index.es.js CHANGED
@@ -62095,7 +62095,7 @@ function loadScript(t2, n2) {
62095
62095
  }), p2));
62096
62096
  }));
62097
62097
  }
62098
- const devMaterialPlayerUrl = "https://polyv-frontend-sdk-test-01.oss-cn-shenzhen.aliyuncs.com/material-player/dev/material-player-legacy.min.js";
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(devMaterialPlayerUrl);
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-rc-20251225.1]",
69588
- "[buildTime: 2025-12-25 02:21:36]"
69588
+ "[version: 1.9.0]",
69589
+ "[buildTime: 2025-12-26 02:13:15]"
69589
69590
  );
69590
69591
  export {
69591
69592
  AddressEdit,