uview-plus 3.3.0 → 3.3.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/changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 3.3.2(2024-06-27)
2
+ fix: 在Nvue环境中编译,出现大量警告 #406
3
+ ## 3.3.1(2024-06-27)
4
+ u-button组件报错,找不到button mixins #407
1
5
  ## 3.3.0(2024-06-27)
2
6
  feat: checkbox支持label设置slot
3
7
 
@@ -165,7 +165,7 @@ import color from '../../libs/config/color';
165
165
  export default {
166
166
  name: "u-button",
167
167
  // #ifdef MP
168
- mixins: [mpMixin, mixin, button, openType, props],
168
+ mixins: [mpMixin, mixin, buttonMixin, openType, props],
169
169
  // #endif
170
170
  // #ifndef MP
171
171
  mixins: [mpMixin, mixin, props],
@@ -96,5 +96,7 @@
96
96
  }
97
97
 
98
98
  .cursor-pointer {
99
- cursor: pointer;
99
+ /* #ifndef APP-NVUE */
100
+ cursor: pointer;
101
+ /* #endif */
100
102
  }
@@ -188,6 +188,7 @@
188
188
  // 以下属于项目(子元素)的类
189
189
 
190
190
  // 子元素交叉轴起点对齐
191
+ /* #ifndef APP-NVUE */
191
192
  .u-flex-self-start {
192
193
  align-self: flex-start;
193
194
  }
@@ -211,7 +212,7 @@
211
212
  .u-flex-self-stretch {
212
213
  align-self: stretch;
213
214
  }
214
-
215
+ /* #endif */
215
216
  // 多轴交叉时的对齐方式
216
217
 
217
218
  // 起点对齐
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.0",
5
+ "version": "3.3.2",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",