dolphin-weex-ui 2.0.2 → 2.0.4

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.0.4
4
+
5
+ - [ ! ] 优化UI走查包括dof-button,dof-popup,dof-switch组件的相关样式优化问题
6
+ - [ ! ] date: 2024/01/15
7
+
8
+ ## 2.0.3
9
+
10
+ - [ ! ] 兼容老版本一键换肤工具
11
+ - [ ! ] date: 2024/01/15
12
+
3
13
  ## 2.0.2
4
14
 
5
15
  - [ ! ] 修复dof-cell disabled为true在iOS不置灰问题
@@ -8,6 +18,10 @@
8
18
  ## 2.0.1
9
19
 
10
20
  - [ ! ] 同步1.4.8代码
21
+
22
+ ## 1.4.9
23
+
24
+ - [ ! ] 修复dof-cell disabled为true时ios不置灰问题
11
25
  - [ ! ] date: 2024/01/12
12
26
 
13
27
  ## 1.4.8
@@ -91,7 +91,7 @@ Object.defineProperty(exports, "__esModule", {
91
91
  var ColmoMixin = {
92
92
  computed: {
93
93
  _theme: function _theme() {
94
- return this.$theme ? this.$theme.getRootTheme() || this.$theme.getTheme() : '';
94
+ return this.$theme ? this.$theme.getRootTheme && this.$theme.getRootTheme() || this.$theme.getTheme() : '';
95
95
  },
96
96
  _isColmo: function _isColmo() {
97
97
  if (!this.$theme) return false;
@@ -8111,7 +8111,7 @@ var COLMO_BUTTON_STYLE_MAP = exports.COLMO_BUTTON_STYLE_MAP = {
8111
8111
  small: {
8112
8112
  width: '128px',
8113
8113
  height: '56px',
8114
- borderRadius: '26px',
8114
+ borderRadius: '28px',
8115
8115
  paddingLeft: '0px',
8116
8116
  paddingRight: '0px'
8117
8117
  }
@@ -30275,6 +30275,11 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
30275
30275
  //
30276
30276
  //
30277
30277
  //
30278
+ //
30279
+ //
30280
+ //
30281
+ //
30282
+ //
30278
30283
 
30279
30284
  var animation = weex.requireModule('animation');
30280
30285
  var platform = weex.config.env.platform;
@@ -44377,11 +44382,11 @@ module.exports = {
44377
44382
  "justifyContent": "center"
44378
44383
  },
44379
44384
  "dof-switch-loading": {
44380
- "width": "32",
44381
- "height": "32",
44385
+ "width": "48",
44386
+ "height": "48",
44382
44387
  "position": "absolute",
44383
44388
  "left": "32",
44384
- "top": "8"
44389
+ "top": "0"
44385
44390
  },
44386
44391
  "switch": {
44387
44392
  "width": "96",
@@ -49002,7 +49007,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
49002
49007
  }, [_vm._v(_vm._s(btn.hasOwnProperty('text') ? btn.text : btn))])
49003
49008
  })) : _vm._e(), _c('div', {
49004
49009
  style: {
49005
- height: _vm.show && _vm.isipx ? '68px' : '0px'
49010
+ height: _vm.show && _vm.isipx ? '68px' : '0px',
49011
+ backgroundColor: _vm._isColmo ? '#151617' : _vm.padStyle.backgroundColor
49006
49012
  }
49007
49013
  })], 2) : _vm._e()])
49008
49014
  },staticRenderFns: []}