dolphin-weex-ui 2.4.4 → 2.4.6
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,5 +1,15 @@
|
|
|
1
1
|
# 升级日志
|
|
2
2
|
|
|
3
|
+
## 2.4.6
|
|
4
|
+
|
|
5
|
+
- [ ! ] dof-ipx-bar鸿蒙适配
|
|
6
|
+
- [ ! ] date: 2025/10/20
|
|
7
|
+
|
|
8
|
+
## 2.4.5
|
|
9
|
+
|
|
10
|
+
- [ ! ] 修复dof-popover2
|
|
11
|
+
- [ ! ] date: 2025/10/11
|
|
12
|
+
|
|
3
13
|
## 2.4.4
|
|
4
14
|
|
|
5
15
|
- [ ! ] 合并2.3.x版本修订
|
|
@@ -20,6 +30,16 @@
|
|
|
20
30
|
- [ ! ] 适配暗黑模式
|
|
21
31
|
- [ ! ] date: 2025/09/01
|
|
22
32
|
|
|
33
|
+
## 2.3.21
|
|
34
|
+
|
|
35
|
+
- [ ! ] dof-ipx-bar鸿蒙适配
|
|
36
|
+
- [ ! ] date: 2025/10/20
|
|
37
|
+
|
|
38
|
+
## 2.3.20
|
|
39
|
+
|
|
40
|
+
- [ ! ] 修复dof-popover2
|
|
41
|
+
- [ ! ] date: 2025/10/11
|
|
42
|
+
|
|
23
43
|
## 2.3.19
|
|
24
44
|
|
|
25
45
|
- [ ! ] 修正dof-modal 背景色
|
package/dist/index.native.js
CHANGED
|
@@ -26231,6 +26231,7 @@ exports.default = {
|
|
|
26231
26231
|
computed: {
|
|
26232
26232
|
isipx: function isipx() {
|
|
26233
26233
|
if (this.bottomArc) return true;
|
|
26234
|
+
if (weex.config.env.platform == "harmony" && weex.config.env.safeAreaBottomHeight) return true;
|
|
26234
26235
|
return weex && (weex.config.env.deviceModel === 'iPhone10,3' || weex.config.env.deviceModel === 'iPhone10,6' || //iphoneX
|
|
26235
26236
|
weex.config.env.deviceModel === 'iPhone11,8' || //iPhone XR
|
|
26236
26237
|
weex.config.env.deviceModel === 'iPhone11,2' || //iPhone XS
|
|
@@ -31518,7 +31519,7 @@ exports.default = {
|
|
|
31518
31519
|
if (this.animationLock) {
|
|
31519
31520
|
return;
|
|
31520
31521
|
}
|
|
31521
|
-
if (this.hasAnimation) {
|
|
31522
|
+
if (this.hasAnimation && this.show) {
|
|
31522
31523
|
this.setAnimationLock();
|
|
31523
31524
|
var popoverEl = this.$refs['dof-popover'];
|
|
31524
31525
|
var coverEl = this.$refs['dof-cover'];
|