@nutui/nutui 4.3.14-beta.3 → 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 +43 -11
- package/README.md +2 -2
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +4 -2
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/dialog/Dialog.js +1 -0
- package/dist/packages/drag/Drag.js +4 -3
- package/dist/smartips/web-types.json +10 -1
- package/dist/styles/base-jda.css +1 -0
- package/dist/styles/themes/jda.scss +107 -0
- package/dist/styles/variables-jda.scss +945 -0
- package/dist/types/__VUE/dialog/index.d.ts +1 -0
- package/dist/types/index.d.ts +1 -1
- package/package.json +96 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
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
|
+
|
|
20
|
+
- ## v4.3.14
|
|
21
|
+
|
|
22
|
+
`2025-07-25`
|
|
23
|
+
Bug Fixes
|
|
24
|
+
|
|
25
|
+
- fix: 横竖屏切换时height侦听事件增加 (#3284)
|
|
26
|
+
- fix(elevator): resolve error while switching index and selection (#3282)
|
|
27
|
+
- fix: ios avatarcropper cannot render picture
|
|
28
|
+
- fix(dialog): closeOnClickOverlay default props
|
|
29
|
+
Other Changes
|
|
30
|
+
- chore(deps): update vue/core to v3.5.10 (#3206)
|
|
31
|
+
- chore: replace local prettier plugin with npm package (#3197)
|
|
32
|
+
|
|
1
33
|
- ## v4.3.13
|
|
2
34
|
|
|
3
35
|
`2024-09-14`
|
|
@@ -756,8 +788,8 @@ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
|
|
|
756
788
|
- :zap: feat(list): 优化虚拟列表,支持不固定高度 #1658 #1382 @szg2008
|
|
757
789
|
- :zap: feat(uploader): 微信小程序支持上传视频文件、录制时长等功能 #2119 @richard1015
|
|
758
790
|
- :zap: feat(address): 地址组件新增功能 #2101 (#2113) @yangxiaolu1993
|
|
759
|
-
- :zap: feat(noticebar): 公告栏组件添加省略号功能 (#2114)
|
|
760
|
-
- :zap: feat: input 新增 blur 后清除按钮是否展示字段
|
|
791
|
+
- :zap: feat(noticebar): 公告栏组件添加省略号功能 (#2114) @yangxiaolu1993
|
|
792
|
+
- :zap: feat: input 新增 blur 后清除按钮是否展示字段 @lkjh3214
|
|
761
793
|
- :bug: fix(tabs): change event emit bug #1884 @richard1015
|
|
762
794
|
- :bug: fix(shortpassword): theme-dark style optimization @Drjingfubo
|
|
763
795
|
- :bug: fix(form): modify validation rules @Drjingfubo
|
|
@@ -784,19 +816,19 @@ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
|
|
|
784
816
|
- :zap: feat(checkbox): add checkbox new props of shape (#1978) @mikasayw
|
|
785
817
|
- :zap: feat(tabs): title bar supports automatic scrolling (#2035) @gyt95
|
|
786
818
|
- :zap: feat: calendar 添加自定义方法 (#2084) @lkjh3214
|
|
787
|
-
- :zap: feat: 增加 unplugin 插件配置导出 (#2097)
|
|
788
|
-
- :zap: feat: 日历组件新增 周选择功能 (#2102)
|
|
789
|
-
- :zap: feat(input): 新增slots (#2098)
|
|
819
|
+
- :zap: feat: 增加 unplugin 插件配置导出 (#2097) @eiinu
|
|
820
|
+
- :zap: feat: 日历组件新增 周选择功能 (#2102) @lkjh3214
|
|
821
|
+
- :zap: feat(input): 新增slots (#2098) @lkjh3214
|
|
790
822
|
- :zap: feat(badge): 新增bubble样式 (#2091) @dongj0316
|
|
791
823
|
- :bug: fix(list): list 虚拟列表未设置height,滚动加载有问题 #2088 @szg2008
|
|
792
824
|
- :bug: fix(list): 虚拟列表在ios手机上,滚动条滚动到顶部会出现白屏。 #2031 @szg2008
|
|
793
825
|
- :bug: fix: barrage,sinature demo修改 @Ymm0008
|
|
794
|
-
- :bug: fix(address): 地址问题修改 (#2054)
|
|
826
|
+
- :bug: fix(address): 地址问题修改 (#2054) @yangxiaolu1993
|
|
795
827
|
- :bug: fix: drag,configprovide,badge 修改demo @Drjingfubo
|
|
796
828
|
- :bug: fix: taro h5 demo修改 @szg2008
|
|
797
829
|
- :bug: fix: jdt-style error @Drjingfubo
|
|
798
|
-
- :bug: fix: sku组件修改 (#2056)
|
|
799
|
-
- :bug: fix: collapse,textarea 优化
|
|
830
|
+
- :bug: fix: sku组件修改 (#2056) @yangxiaolu1993
|
|
831
|
+
- :bug: fix: collapse,textarea 优化 @Ymm0008
|
|
800
832
|
- :bug: fix(tour): demo style edit @Drjingfubo
|
|
801
833
|
- :bug: fix(menu): change style @Drjingfubo
|
|
802
834
|
- :bug: fix(calendar): demo样式修改,文档修改 (#2052) @lkjh3214
|
|
@@ -812,12 +844,12 @@ NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
|
|
|
812
844
|
- :bug: fix: 公告栏demo修改 (#2105) @yangxiaolu1993
|
|
813
845
|
- :bug: fix: timer ts error resolve @szg2008
|
|
814
846
|
- :bug: fix: 签名组件交互优化 @Ymm0008
|
|
815
|
-
- 📖 docs(addresslist): taro env use edit
|
|
847
|
+
- 📖 docs(addresslist): taro env use edit @richard1015
|
|
816
848
|
- 📖 docs: popover修改 (#2053) @yangxiaolu1993
|
|
817
|
-
- 📖 docs: price 文档问题 (#2064)
|
|
849
|
+
- 📖 docs: price 文档问题 (#2064) @ailululu
|
|
818
850
|
- 📖 docs: card edit @Drjingfubo
|
|
819
851
|
- 📖 docs(tabbar): taro add punctuation @Drjingfubo
|
|
820
|
-
- 📖 docs: 新增4.0介绍 (#2086)
|
|
852
|
+
- 📖 docs: 新增4.0介绍 (#2086) @yangxiaolu1993
|
|
821
853
|
|
|
822
854
|
## v4.0.0 🚀
|
|
823
855
|
|
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
|
|
117
117
|
NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使用 NutUI 开发多端应用。
|
|
118
118
|
<p>
|
|
119
|
-
<img src="https://
|
|
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/
|
|
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
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
|
-
|
|
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.
|
|
15741
|
+
const U2 = "4.3.15", Q2 = { install: K2, version: U2 };
|
|
15740
15742
|
export {
|
|
15741
15743
|
e1 as ActionSheet,
|
|
15742
15744
|
iv as Address,
|