@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(),
|
|
@@ -46348,8 +46349,8 @@ console.log(
|
|
|
46348
46349
|
"%c@polyv/product-launch",
|
|
46349
46350
|
"background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
|
|
46350
46351
|
"[component: mobile-product-list]",
|
|
46351
|
-
"[version: 1.4.0-rc-20251113.
|
|
46352
|
-
"[buildTime: 2025-11-
|
|
46352
|
+
"[version: 1.4.0-rc-20251113.2]",
|
|
46353
|
+
"[buildTime: 2025-11-20 01:49:47]"
|
|
46353
46354
|
);
|
|
46354
46355
|
export {
|
|
46355
46356
|
mobileProductList as default
|