@polyv/product-launch 1.4.0-rc-20251113.1 → 1.4.0-rc-20251113.2
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 +3 -3
- package/index.es.js +12 -10
- package/index.umd.js +3 -3
- package/mobile-product-list-popup.cjs.js +2 -2
- package/mobile-product-list-popup.es.js +4 -3
- package/mobile-product-list-popup.umd.js +2 -2
- package/mobile-product-list.cjs.js +1 -1
- package/mobile-product-list.es.js +4 -3
- package/mobile-product-list.umd.js +1 -1
- package/package.json +1 -1
- package/pc-product-list.cjs.js +2 -2
- package/pc-product-list.es.js +12 -10
- package/pc-product-list.umd.js +2 -2
- 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
|
@@ -38532,7 +38532,8 @@ const uiLaunchProductEvents = {
|
|
|
38532
38532
|
};
|
|
38533
38533
|
const productListProps = () => __spreadProps(__spreadValues({}, productTargetProps()), {
|
|
38534
38534
|
/** 是否启用 AI 手卡 */
|
|
38535
|
-
enableAiCard: PropUtils.bool.def(false)
|
|
38535
|
+
enableAiCard: PropUtils.bool.def(false),
|
|
38536
|
+
enableDrag: PropUtils.bool.def(true)
|
|
38536
38537
|
});
|
|
38537
38538
|
const productListEmits = () => ({
|
|
38538
38539
|
"click-add": emitFunc$1(),
|
|
@@ -46381,8 +46382,8 @@ console.log(
|
|
|
46381
46382
|
"%c@polyv/product-launch",
|
|
46382
46383
|
"background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
|
|
46383
46384
|
"[component: mobile-product-list-popup]",
|
|
46384
|
-
"[version: 1.4.0-rc-20251113.
|
|
46385
|
-
"[buildTime: 2025-11-
|
|
46385
|
+
"[version: 1.4.0-rc-20251113.2]",
|
|
46386
|
+
"[buildTime: 2025-11-20 01:49:30]"
|
|
46386
46387
|
);
|
|
46387
46388
|
export {
|
|
46388
46389
|
mobileProductListPopup as default
|