uview-plus 3.3.52 → 3.3.53

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.53(2024-12-10)
2
+ fix: 修复popup居中模式点击内容区域触发关闭
3
+
1
4
  ## 3.3.52(2024-12-09)
2
5
  add: notice-bar支持justifyContent属性
3
6
 
@@ -11,7 +11,7 @@
11
11
  :class="iconClasses"
12
12
  :style="[iconWrapStyle]"
13
13
  >
14
- <slot name="icon">
14
+ <slot name="icon" :elIconSize="elIconSize" :elIconColor="elIconColor">
15
15
  <u-icon
16
16
  class="u-checkbox__icon-wrap__icon"
17
17
  name="checkbox-mark"
@@ -17,9 +17,11 @@
17
17
  @afterEnter="afterEnter"
18
18
  @click="clickHandler"
19
19
  >
20
+ <!-- @click.stop不能去除,去除会导致居中模式下点击内容区域触发关闭弹窗 -->
20
21
  <view
21
22
  class="u-popup__content"
22
23
  :style="[contentStyle]"
24
+ @click.stop="noop"
23
25
  @touchmove.stop.prevent="noop"
24
26
  >
25
27
  <u-status-bar v-if="safeAreaInsetTop"></u-status-bar>
@@ -11,7 +11,7 @@
11
11
  :class="iconClasses"
12
12
  :style="[iconWrapStyle]"
13
13
  >
14
- <slot name="icon">
14
+ <slot name="icon" :elIconSize="elIconSize" :elIconColor="elIconColor">
15
15
  <u-icon
16
16
  class="u-radio__icon-wrap__icon"
17
17
  name="checkbox-mark"
@@ -103,7 +103,7 @@
103
103
 
104
104
  // 自动伸缩
105
105
  .u-flex-fill,
106
- .u-flex-fillp {
106
+ .up-flex-fill {
107
107
  flex: 1 1 auto;
108
108
  }
109
109
 
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.52",
5
+ "version": "3.3.53",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",