dolphin-weex-ui 2.2.11 → 2.2.13
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 +15 -0
- package/dist/index.native.js +12 -4
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +13 -7
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-actionsheet/index-bak.vue +1 -0
- package/packages/dof-actionsheet/index.vue +1 -0
- package/packages/dof-button/index.vue +1 -1
- package/packages/dof-popup/index.vue +1 -0
- package/packages/dof-select-picker/index.vue +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# 升级日志
|
|
2
2
|
|
|
3
|
+
## 2.2.13
|
|
4
|
+
|
|
5
|
+
- [ ! ] 解决dof-button disabled切换背景颜色异常问题
|
|
6
|
+
- [ ! ] date: 2025/01/07
|
|
7
|
+
|
|
8
|
+
## 2.2.12
|
|
9
|
+
|
|
10
|
+
- [ ! ] dof-popup鸿蒙适配
|
|
11
|
+
- [ ! ] date: 2025/01/03
|
|
12
|
+
|
|
13
|
+
## 2.2.11
|
|
14
|
+
|
|
15
|
+
- [ ! ] 适配工具方法promisify兼容webpack高版本
|
|
16
|
+
- [ ! ] date: 2024/12/12
|
|
17
|
+
|
|
3
18
|
## 2.2.10
|
|
4
19
|
|
|
5
20
|
- [ ! ] 修复dof-modal、dof-overlay鸿蒙适配
|
package/dist/index.native.js
CHANGED
|
@@ -17263,6 +17263,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
17263
17263
|
//
|
|
17264
17264
|
//
|
|
17265
17265
|
//
|
|
17266
|
+
//
|
|
17266
17267
|
|
|
17267
17268
|
var animation = weex.requireModule('animation');
|
|
17268
17269
|
var platform = weex.config.env.platform;
|
|
@@ -30987,6 +30988,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
30987
30988
|
//
|
|
30988
30989
|
//
|
|
30989
30990
|
//
|
|
30991
|
+
//
|
|
30990
30992
|
|
|
30991
30993
|
var animation = weex.requireModule('animation');
|
|
30992
30994
|
var platform = weex.config.env.platform;
|
|
@@ -34051,6 +34053,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
34051
34053
|
//
|
|
34052
34054
|
//
|
|
34053
34055
|
//
|
|
34056
|
+
//
|
|
34054
34057
|
|
|
34055
34058
|
var animation = weex.requireModule('animation');
|
|
34056
34059
|
var platform = weex.config.env.platform;
|
|
@@ -42105,7 +42108,8 @@ module.exports = {}
|
|
|
42105
42108
|
module.exports = {
|
|
42106
42109
|
"dof-popup": {
|
|
42107
42110
|
"position": "fixed",
|
|
42108
|
-
"width": "750"
|
|
42111
|
+
"width": "750",
|
|
42112
|
+
"zIndex": 1000
|
|
42109
42113
|
},
|
|
42110
42114
|
"top": {
|
|
42111
42115
|
"left": 0,
|
|
@@ -42986,7 +42990,8 @@ module.exports = {
|
|
|
42986
42990
|
module.exports = {
|
|
42987
42991
|
"dof-popup": {
|
|
42988
42992
|
"position": "fixed",
|
|
42989
|
-
"overflow": "hidden"
|
|
42993
|
+
"overflow": "hidden",
|
|
42994
|
+
"zIndex": 1000
|
|
42990
42995
|
},
|
|
42991
42996
|
"title": {
|
|
42992
42997
|
"paddingTop": "30",
|
|
@@ -44317,7 +44322,8 @@ module.exports = {}
|
|
|
44317
44322
|
|
|
44318
44323
|
module.exports = {
|
|
44319
44324
|
"dof-popup": {
|
|
44320
|
-
"position": "fixed"
|
|
44325
|
+
"position": "fixed",
|
|
44326
|
+
"zIndex": 1000
|
|
44321
44327
|
},
|
|
44322
44328
|
"top": {
|
|
44323
44329
|
"left": 0,
|
|
@@ -51864,7 +51870,9 @@ module.exports.render._withStripped = true
|
|
|
51864
51870
|
/***/ (function(module, exports) {
|
|
51865
51871
|
|
|
51866
51872
|
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
|
|
51867
|
-
return _c('WeexThemeView',
|
|
51873
|
+
return _c('WeexThemeView', {
|
|
51874
|
+
key: _vm.disabled + ''
|
|
51875
|
+
}, [(_vm.pattern === 'plain_text') ? _c('text', {
|
|
51868
51876
|
class: ['btn-text', _vm.isHighlight && !_vm.disabled && _vm.pattern === 'text' && !_vm._isColmo && ("dof-text-highlight-" + _vm.type)],
|
|
51869
51877
|
style: _vm.mrTextStyle,
|
|
51870
51878
|
attrs: {
|