dolphin-weex-ui 2.0.3 → 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 +5 -0
- package/dist/index.native.js +11 -5
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +10 -4
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-button/type.js +1 -1
- package/packages/dof-popup/index.vue +6 -1
- package/packages/dof-switch/index.vue +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -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: '
|
|
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": "
|
|
44381
|
-
"height": "
|
|
44385
|
+
"width": "48",
|
|
44386
|
+
"height": "48",
|
|
44382
44387
|
"position": "absolute",
|
|
44383
44388
|
"left": "32",
|
|
44384
|
-
"top": "
|
|
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: []}
|