dolphin-weex-ui 2.2.3 → 2.2.5
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 +10 -0
- package/dist/index.native.js +11 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +15 -3
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-cell/index.vue +1 -0
- package/packages/dof-minibar/index.vue +9 -0
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -19326,6 +19326,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
19326
19326
|
//
|
|
19327
19327
|
//
|
|
19328
19328
|
//
|
|
19329
|
+
//
|
|
19329
19330
|
|
|
19330
19331
|
var icon = __webpack_require__(3);
|
|
19331
19332
|
var modal = weex.requireModule('modal');
|
|
@@ -27134,6 +27135,13 @@ exports.default = {
|
|
|
27134
27135
|
|
|
27135
27136
|
var backgroundColor = backgroundColor_;
|
|
27136
27137
|
var isIPhoneSE = weex.config.env.deviceModel.substr(6) === '12,8';
|
|
27138
|
+
// harmony
|
|
27139
|
+
if (_utils2.default.env.isWeb()) return _extends({
|
|
27140
|
+
backgroundColor: backgroundColor,
|
|
27141
|
+
height: '44wx',
|
|
27142
|
+
'padding-top': '20wx'
|
|
27143
|
+
}, barStyle);
|
|
27144
|
+
|
|
27137
27145
|
if (this.isImmersion) {
|
|
27138
27146
|
// 全屏显示,weex自行处理状态栏高度
|
|
27139
27147
|
result = _extends({
|
|
@@ -48257,6 +48265,9 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
48257
48265
|
"code": '\u4713',
|
|
48258
48266
|
"size": 48,
|
|
48259
48267
|
"color": 'rgba(255,255,255,0.80)'
|
|
48268
|
+
},
|
|
48269
|
+
on: {
|
|
48270
|
+
"dofIconFontClicked": _vm.onClick
|
|
48260
48271
|
}
|
|
48261
48272
|
}) : _c('image', {
|
|
48262
48273
|
staticClass: ["cell-arrow-icon"],
|