@polyv/product-launch 1.3.0-rc-20251023.1 → 1.3.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/index.cjs.js +1 -1
- package/index.es.js +3 -3
- package/index.umd.js +1 -1
- package/mobile-product-list-popup.cjs.js +1 -1
- package/mobile-product-list-popup.es.js +3 -3
- package/mobile-product-list-popup.umd.js +1 -1
- package/mobile-product-list.cjs.js +1 -1
- package/mobile-product-list.es.js +3 -3
- package/mobile-product-list.umd.js +1 -1
- package/package.json +1 -1
- package/pc-product-list.cjs.js +1 -1
- package/pc-product-list.es.js +2 -2
- package/pc-product-list.umd.js +1 -1
- package/product-explain-content.cjs.js +1 -1
- package/product-explain-content.es.js +2 -2
- package/product-explain-content.umd.js +1 -1
- package/product-pendant.cjs.js +1 -1
- package/product-pendant.es.js +2 -2
- package/product-pendant.umd.js +1 -1
|
@@ -45692,7 +45692,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
45692
45692
|
});
|
|
45693
45693
|
var _sfc_render$2 = function render43() {
|
|
45694
45694
|
var _vm = this, _c = _vm._self._c, _setup = _vm._self._setupProxy;
|
|
45695
|
-
return _c(_setup.PwcPopup, { attrs: { "background": "linear-gradient(145deg, #FAECF9 0%, #E4F6FF 95%)", "open-event": _setup.uiLaunchProductEvents.OpenProductAiCardPopup, "custom-close": _setup.close }, scopedSlots: _vm._u([{ key: "title", fn: function() {
|
|
45695
|
+
return _c(_setup.PwcPopup, { attrs: { "background": "linear-gradient(145deg, #FAECF9 0%, #E4F6FF 95%)", "open-event": _setup.uiLaunchProductEvents.OpenProductAiCardPopup, "custom-close": _setup.close, "height": "70%" }, scopedSlots: _vm._u([{ key: "title", fn: function() {
|
|
45696
45696
|
return [_c("div", [_c("img", { staticClass: "plv-launch-product-ai-icon", attrs: { "src": _setup.aiIcon } }), _c("span", { staticClass: "plv-launch-product-ai-title" }, [_vm._v(_vm._s(_setup.$t("launchProduct.operate.aiCard")))])])];
|
|
45697
45697
|
}, proxy: true }]), model: { value: _setup.visible, callback: function($$v) {
|
|
45698
45698
|
_setup.visible = $$v;
|
|
@@ -45876,8 +45876,8 @@ console.log(
|
|
|
45876
45876
|
"%c@polyv/product-launch",
|
|
45877
45877
|
"background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
|
|
45878
45878
|
"[component: mobile-product-list-popup]",
|
|
45879
|
-
"[version: 1.3.0
|
|
45880
|
-
"[buildTime: 2025-10-
|
|
45879
|
+
"[version: 1.3.0]",
|
|
45880
|
+
"[buildTime: 2025-10-23 03:46:58]"
|
|
45881
45881
|
);
|
|
45882
45882
|
export {
|
|
45883
45883
|
mobileProductListPopup as default
|