@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.
@@ -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.1]",
46352
- "[buildTime: 2025-11-13 05:47:58]"
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