uview-plus 3.3.69 → 3.3.70

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/changelog.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.3.70(2025-02-24)
2
+ fix: 修改u-checkbox-group组件changes事件发生位置
3
+
1
4
  ## 3.3.69(2025-02-19)
2
5
  picker允许传递禁用颜色props
3
6
 
@@ -100,8 +100,7 @@
100
100
  values.push(child.name)
101
101
  }
102
102
  })
103
- // 发出事件
104
- this.$emit('change', values)
103
+
105
104
  // 修改通过v-model绑定的值
106
105
  // #ifdef VUE3
107
106
  this.$emit("update:modelValue", values);
@@ -109,6 +108,8 @@
109
108
  // #ifdef VUE2
110
109
  this.$emit("input", values);
111
110
  // #endif
111
+ // 放在最后更新,否则change事件传出去的values不会更新
112
+ this.$emit('change', values)
112
113
  },
113
114
  }
114
115
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "零云®uview-plus3.0重磅发布,全面的Vue3鸿蒙移动组件库。",
5
- "version": "3.3.69",
5
+ "version": "3.3.70",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",