dolphin-weex-ui 2.2.8 → 2.2.10
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 +12 -1
- package/dist/index.native.js +9 -5
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +10 -8
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-minibar/index.vue +3 -3
- package/packages/dof-modal/index.vue +1 -0
- package/packages/dof-overlay/index.vue +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
# 升级日志
|
|
2
2
|
|
|
3
|
+
## 2.2.10
|
|
4
|
+
|
|
5
|
+
- [ ! ] 修复dof-modal、dof-overlay鸿蒙适配
|
|
6
|
+
- [ ! ] date: 2024/12/12
|
|
7
|
+
|
|
8
|
+
## 2.2.9
|
|
9
|
+
|
|
10
|
+
- [ ! ] 修复dof-minibar鸿蒙适配
|
|
11
|
+
- [ ! ] date: 2024/12/10
|
|
12
|
+
|
|
3
13
|
## 2.2.8
|
|
4
14
|
|
|
5
15
|
- [ ! ] 修复dof-slider的问题,适配折叠机滑动
|
|
6
|
-
- [ ! ]
|
|
16
|
+
- [ ! ] 修复dof-status边框颜色UI规范
|
|
17
|
+
- [ ! ] date: 2024/12/04
|
|
7
18
|
|
|
8
19
|
## 2.2.7
|
|
9
20
|
|
package/dist/index.native.js
CHANGED
|
@@ -27149,7 +27149,7 @@ exports.default = {
|
|
|
27149
27149
|
statusBarHeight: function statusBarHeight() {
|
|
27150
27150
|
var result = '20';
|
|
27151
27151
|
if (weex.config.env.statusBarHeight) {
|
|
27152
|
-
if (weex.config.env.platform === 'iOS') {
|
|
27152
|
+
if (weex.config.env.platform === 'iOS' || weex.config.env.platform == 'harmony') {
|
|
27153
27153
|
// iOS使用pt为单位
|
|
27154
27154
|
result = weex.config.env.statusBarHeight;
|
|
27155
27155
|
} else {
|
|
@@ -27169,8 +27169,8 @@ exports.default = {
|
|
|
27169
27169
|
// harmony
|
|
27170
27170
|
if (_utils2.default.env.isHarmony()) return _extends({
|
|
27171
27171
|
backgroundColor: backgroundColor,
|
|
27172
|
-
height: '
|
|
27173
|
-
'padding-top': '
|
|
27172
|
+
height: +this.statusBarHeight + 44 + 'wx',
|
|
27173
|
+
'padding-top': this.statusBarHeight + 'wx'
|
|
27174
27174
|
}, barStyle);
|
|
27175
27175
|
|
|
27176
27176
|
if (this.isImmersion) {
|
|
@@ -27495,6 +27495,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
27495
27495
|
//
|
|
27496
27496
|
//
|
|
27497
27497
|
//
|
|
27498
|
+
//
|
|
27498
27499
|
|
|
27499
27500
|
var _dofOverlay = __webpack_require__(6);
|
|
27500
27501
|
|
|
@@ -28697,6 +28698,7 @@ var animation = weex.requireModule('animation'); //
|
|
|
28697
28698
|
//
|
|
28698
28699
|
//
|
|
28699
28700
|
//
|
|
28701
|
+
//
|
|
28700
28702
|
|
|
28701
28703
|
exports.default = {
|
|
28702
28704
|
mixins: [_colmo2.default],
|
|
@@ -43072,7 +43074,8 @@ module.exports = {
|
|
|
43072
43074
|
"left": "0",
|
|
43073
43075
|
"right": "0",
|
|
43074
43076
|
"alignItems": "center",
|
|
43075
|
-
"justifyContent": "center"
|
|
43077
|
+
"justifyContent": "center",
|
|
43078
|
+
"zIndex": 1000
|
|
43076
43079
|
},
|
|
43077
43080
|
"modal-box": {
|
|
43078
43081
|
"width": "540",
|
|
@@ -45907,7 +45910,8 @@ module.exports = {
|
|
|
45907
45910
|
"left": 0,
|
|
45908
45911
|
"top": 0,
|
|
45909
45912
|
"bottom": 0,
|
|
45910
|
-
"right": 0
|
|
45913
|
+
"right": 0,
|
|
45914
|
+
"zIndex": 1000
|
|
45911
45915
|
}
|
|
45912
45916
|
}
|
|
45913
45917
|
|