@nutui/nutui 4.3.14 → 4.3.15-beta.1

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,22 @@
1
+ - ## v4.3.15
2
+
3
+ `2026-03-30`
4
+ Bug Fixes
5
+
6
+ - fix: 修复拖拽报错 (#3285)
7
+ - fix: resolve CI relative problems (#3287)
8
+ - fix(signature): 修复抖音支付宝等小程序无法获取到canvas节点 (#3289)
9
+
10
+ Features
11
+
12
+ - feat: 兼容canvas-id属性 (#3308)
13
+ - feat(dialog): 添加 zIndex 属性以支持自定义对话框层级 (#3313)
14
+ - feat: 京东保险主题定制 (#3318)
15
+
16
+ Other Changes
17
+
18
+ - chore(ascf): 支持ASCF鸿蒙元服务
19
+
1
20
  - ## v4.3.14
2
21
 
3
22
  `2025-07-25`
package/README.md CHANGED
@@ -116,7 +116,7 @@
116
116
 
117
117
  NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使用 NutUI 开发多端应用。
118
118
  <p>
119
- <img src="https://raw.githubusercontent.com/jd-opensource/nutui-user-cases/master/user-cases.jpg" alt="NutUI" />
119
+ <img src="https://github.com/jdf2e/nutui-user-cases/blob/master/user-cases.jpg" alt="NutUI" />
120
120
  </p>
121
121
  <p><a href="https://nutui.jd.com/#/case">更多案例</a></p>
122
122
 
@@ -124,7 +124,7 @@ NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使
124
124
 
125
125
  | 微信群 |内部咚咚群 |
126
126
  | --- |--- |
127
- | <img src="https://storage.360buyimg.com/nutui-static/image/wx-code.png" width="100" /> 添加好友并回复「NutUI Vue」 | 82957939
127
+ | <img src="https://storage.360buyimg.com/imgtools/17c67beff6-4acf07c0-609c-11ed-a6ef-69df15b605e4.png" width="100" /> 添加好友并回复「NutUI Vue」 | 82957939
128
128
 
129
129
  ## 参与共建
130
130
 
package/dist/nutui.es.js CHANGED
@@ -219,7 +219,7 @@ export function install(app) {
219
219
  }
220
220
  });
221
221
  }
222
- export const version = '4.3.14';
222
+ export const version = '4.3.15-beta.1';
223
223
  export default {
224
224
  install,
225
225
  version
package/dist/nutui.js CHANGED
@@ -8532,7 +8532,8 @@ const { create: t1 } = ne("drag"), n1 = t1({
8532
8532
  }), Tt(() => {
8533
8533
  n.keepAlive && (n.keepAlive = !1);
8534
8534
  }), _t(() => {
8535
- n.keepAlive = !0, t.value.removeEventListener("touchstart", i), t.value.removeEventListener("touchmove", a), t.value.removeEventListener("touchend", r);
8535
+ var p, d, y;
8536
+ n.keepAlive = !0, (p = t.value) == null || p.removeEventListener("touchstart", i), (d = t.value) == null || d.removeEventListener("touchmove", a), (y = t.value) == null || y.removeEventListener("touchend", r);
8536
8537
  }), {
8537
8538
  myDrag: t,
8538
8539
  touchStart: i,
@@ -8772,6 +8773,7 @@ class d1 {
8772
8773
  O(this, "lockScroll", !0);
8773
8774
  O(this, "cancelAutoClose", !0);
8774
8775
  O(this, "okAutoClose", !0);
8776
+ O(this, "zIndex", 2e3);
8775
8777
  }
8776
8778
  }
8777
8779
  class f1 {
@@ -15736,7 +15738,7 @@ function K2(e) {
15736
15738
  n.install ? e.use(n) : n.name && e.component(n.name, n);
15737
15739
  });
15738
15740
  }
15739
- const U2 = "4.3.14", Q2 = { install: K2, version: U2 };
15741
+ const U2 = "4.3.15", Q2 = { install: K2, version: U2 };
15740
15742
  export {
15741
15743
  e1 as ActionSheet,
15742
15744
  iv as Address,