uview-plus 3.4.91 → 3.4.93

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,9 @@
1
+ ## 3.4.93(2025-08-15)
2
+ fix: 修复dropdown组件在打开下拉菜单时content高度为NANpx的问题
3
+
4
+ ## 3.4.92(2025-08-14)
5
+ fix: 修复多余空格导致cropper编译出错 #830
6
+
1
7
  ## 3.4.91(2025-08-14)
2
8
  feat: 新增agreement弹窗协议组件
3
9
 
@@ -6,8 +6,8 @@
6
6
  <canvas :canvas-id="'oper-canvas-' + instanceId" :id="'oper-canvas-' + instanceId" class="oper-canvas"
7
7
  :style="{top: styleTop, height: cvsStyleHeight}"
8
8
  disable-scroll="false" @touchstart="start" @touchmove="move" @touchend="end"></canvas>
9
- <canvas :canvas-id="'prv-canvas-' + instanceId" :id="'prv-canvas-' + instanceId" class="prv-canvas"disable-scroll="false"
10
- @touchstart="hideImg":style="{ height: cvsStyleHeight, top: prvTop }"></canvas>
9
+ <canvas :canvas-id="'prv-canvas-' + instanceId" :id="'prv-canvas-' + instanceId" class="prv-canvas"
10
+ disable-scroll="false" @touchstart="hideImg" :style="{ height: cvsStyleHeight, top: prvTop }"></canvas>
11
11
  <view class="oper-wrapper" :style="{display: styleDisplay}">
12
12
  <view class="oper">
13
13
  <view class="btn-wrapper" v-if="showOper">
@@ -66,10 +66,10 @@ export function sys() {
66
66
  }
67
67
  export function getWindowInfo() {
68
68
  let ret = {}
69
- // #ifdef APP || H5 || MP-WEIXIN
69
+ // #ifdef APP || H5
70
70
  ret = uni.getWindowInfo()
71
71
  // #endif
72
- // #ifndef APP || H5 || MP-WEIXIN
72
+ // #ifndef APP || H5
73
73
  ret = sys()
74
74
  // #endif
75
75
  return ret
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.4.91",
5
+ "version": "3.4.93",
6
6
  "description": "零云®uview-plus已兼容vue3,100+全面的组件和便捷的工具会让您信手拈来。近期新增拖动排序、条码、图片裁剪、下拉刷新、虚拟列表、签名等。",
7
7
  "keywords": [
8
8
  "uview",