uview-plus 3.1.28 → 3.1.30

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.1.30(2023-04-24)
2
+ 修复date-time-picker
3
+ ## 3.1.29(2023-03-11)
4
+ 修复u-tabs标签结束兼容性
1
5
  ## 3.1.28(2023-03-03)
2
6
  修复u-tabs标签缺失
3
7
  ## 3.1.27(2023-02-28)
@@ -98,7 +98,7 @@
98
98
  this.init()
99
99
  },
100
100
  // #ifdef VUE3
101
- emits: ['close', 'cancel', 'confirm', 'change'],
101
+ emits: ['close', 'cancel', 'confirm', 'change', 'update:modelValue'],
102
102
  // #endif
103
103
  methods: {
104
104
  init() {
@@ -49,29 +49,29 @@
49
49
  class="u-tabs__wrapper__nav__line"
50
50
  ref="u-tabs__wrapper__nav__line"
51
51
  :style="[{
52
- width: $u.addUnit(lineWidth),
53
- height: $u.addUnit(lineHeight),
54
- background: lineColor,
55
- backgroundSize: lineBgSize,
56
- }]"
52
+ width: $u.addUnit(lineWidth),
53
+ height: $u.addUnit(lineHeight),
54
+ background: lineColor,
55
+ backgroundSize: lineBgSize,
56
+ }]"
57
57
  >
58
- <!-- #endif -->
59
- <!-- #ifndef APP-NVUE -->
60
- <view
61
- class="u-tabs__wrapper__nav__line"
62
- ref="u-tabs__wrapper__nav__line"
63
- :style="[{
64
- width: $u.addUnit(lineWidth),
65
- transform: `translate(${lineOffsetLeft}px)`,
66
- transitionDuration: `${firstTime ? 0 : duration}ms`,
67
- height: $u.addUnit(lineHeight),
68
- background: lineColor,
69
- backgroundSize: lineBgSize,
70
- }]"
71
- >
72
- <!-- #endif -->
73
- </view>
74
58
  </view>
59
+ <!-- #endif -->
60
+ <!-- #ifndef APP-NVUE -->
61
+ <view
62
+ class="u-tabs__wrapper__nav__line"
63
+ ref="u-tabs__wrapper__nav__line"
64
+ :style="[{
65
+ width: $u.addUnit(lineWidth),
66
+ transform: `translate(${lineOffsetLeft}px)`,
67
+ transitionDuration: `${firstTime ? 0 : duration}ms`,
68
+ height: $u.addUnit(lineHeight),
69
+ background: lineColor,
70
+ backgroundSize: lineBgSize,
71
+ }]"
72
+ >
73
+ </view>
74
+ <!-- #endif -->
75
75
  </view>
76
76
  </scroll-view>
77
77
  </view>
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.1.28",
5
+ "version": "3.1.30",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",