uview-plus 3.0.13 → 3.0.14

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,5 @@
1
+ ## 3.0.14(2022-07-22)
2
+ 修复u-grid-item与u-swipe-action-item在支付宝编译报错问题
1
3
  ## 3.0.13(2022-07-22)
2
4
  修复u--input与u--textarea组件多个事件执行两次问题
3
5
  ## 3.0.12(2022-07-20)
@@ -129,7 +129,7 @@
129
129
  },
130
130
  gridItemClasses() {
131
131
  if(this.parentData.border) {
132
- const classes = []
132
+ let classes = []
133
133
  this.parent.children.map((child, index) =>{
134
134
  if(this === child) {
135
135
  const len = this.parent.children.length
@@ -31,14 +31,16 @@
31
31
  <view class="u-swipe-action-item__content" @touchstart="wxs.touchstart" @touchmove="wxs.touchmove"
32
32
  @touchend="wxs.touchend" :status="status" :change:status="wxs.statusChange" :size="size"
33
33
  :change:size="wxs.sizeChange">
34
- <!-- #endif -->
35
- <!-- #ifdef APP-NVUE -->
36
- <view class="u-swipe-action-item__content" ref="u-swipe-action-item__content" @panstart="onTouchstart"
37
- @tap="clickHandler">
38
- <!-- #endif -->
39
- <slot />
40
- </view>
34
+ <slot></slot>
41
35
  </view>
36
+ <!-- #endif -->
37
+ <!-- #ifdef APP-NVUE -->
38
+ <view class="u-swipe-action-item__content" ref="u-swipe-action-item__content" @panstart="onTouchstart"
39
+ @tap="clickHandler">
40
+ <slot></slot>
41
+ </view>
42
+ <!-- #endif -->
43
+ </view>
42
44
  </template>
43
45
  <!-- #ifdef APP-VUE || MP-WEIXIN || H5 || MP-QQ -->
44
46
  <script src="./index.wxs" module="wxs" lang="wxs"></script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "uview-plus3.0重磅发布,利剑出鞘,一统江湖",
5
- "version": "3.0.13",
5
+ "version": "3.0.14",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",