dolphin-weex-ui 2.3.7 → 2.3.9
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 +19 -12
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +12 -8
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-mask/index.vue +1 -3
- package/packages/dof-refresher/index.vue +11 -7
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -26851,8 +26851,6 @@ exports.default = {
|
|
|
26851
26851
|
height: this.height + 'px',
|
|
26852
26852
|
borderRadius: this.borderRadius + 'px',
|
|
26853
26853
|
overflow: 'hidden'
|
|
26854
|
-
// backgroundImage: "../../assets/img/image/activity.png",
|
|
26855
|
-
// backgroundRepeat: "no-repeat",
|
|
26856
26854
|
};
|
|
26857
26855
|
},
|
|
26858
26856
|
shouldShow: function shouldShow() {
|
|
@@ -32315,6 +32313,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
32315
32313
|
//
|
|
32316
32314
|
//
|
|
32317
32315
|
//
|
|
32316
|
+
//
|
|
32318
32317
|
|
|
32319
32318
|
var animation = weex.requireModule('animation');
|
|
32320
32319
|
|
|
@@ -32351,7 +32350,8 @@ exports.default = {
|
|
|
32351
32350
|
return {
|
|
32352
32351
|
ICON_ARROW_DOWN: ICON_ARROW_DOWN,
|
|
32353
32352
|
refreshing: false,
|
|
32354
|
-
couldUnLash: false
|
|
32353
|
+
couldUnLash: false,
|
|
32354
|
+
loadingIcon: 'http://dolphin-weex-dev.msmartlife.cn/cdn/images/common/loading_gray.png'
|
|
32355
32355
|
};
|
|
32356
32356
|
},
|
|
32357
32357
|
|
|
@@ -41228,8 +41228,10 @@ module.exports = {
|
|
|
41228
41228
|
"dof-refresher": {
|
|
41229
41229
|
"height": "140",
|
|
41230
41230
|
"width": "750",
|
|
41231
|
+
"display": "flex",
|
|
41231
41232
|
"flexDirection": "row",
|
|
41232
41233
|
"justifyContent": "center",
|
|
41234
|
+
"alignItems": "center",
|
|
41233
41235
|
"paddingTop": "50"
|
|
41234
41236
|
},
|
|
41235
41237
|
"cycle-container": {
|
|
@@ -41261,7 +41263,7 @@ module.exports = {
|
|
|
41261
41263
|
"right": 0,
|
|
41262
41264
|
"top": 0,
|
|
41263
41265
|
"borderWidth": "2",
|
|
41264
|
-
"borderColor": "#
|
|
41266
|
+
"borderColor": "#616c73",
|
|
41265
41267
|
"borderStyle": "solid",
|
|
41266
41268
|
"borderRadius": "30",
|
|
41267
41269
|
"opacity": 0
|
|
@@ -41270,9 +41272,9 @@ module.exports = {
|
|
|
41270
41272
|
"opacity": 1
|
|
41271
41273
|
},
|
|
41272
41274
|
"indicator": {
|
|
41273
|
-
"height": "
|
|
41274
|
-
"width": "
|
|
41275
|
-
"color": "#
|
|
41275
|
+
"height": "35",
|
|
41276
|
+
"width": "35",
|
|
41277
|
+
"color": "#616c73"
|
|
41276
41278
|
},
|
|
41277
41279
|
"arrow-down": {
|
|
41278
41280
|
"position": "relative",
|
|
@@ -41285,7 +41287,7 @@ module.exports = {
|
|
|
41285
41287
|
"u-txt": {
|
|
41286
41288
|
"fontSize": "24",
|
|
41287
41289
|
"lineHeight": "40",
|
|
41288
|
-
"color": "#
|
|
41290
|
+
"color": "#8e969b",
|
|
41289
41291
|
"marginTop": "10",
|
|
41290
41292
|
"marginLeft": "10",
|
|
41291
41293
|
"height": "40",
|
|
@@ -46880,11 +46882,16 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
46880
46882
|
"refresh": _vm.onRefresh,
|
|
46881
46883
|
"pullingdown": _vm.onPullingDown
|
|
46882
46884
|
}
|
|
46883
|
-
}, [_c('
|
|
46884
|
-
staticClass: ["indicator"]
|
|
46885
|
-
|
|
46885
|
+
}, [(_vm.refreshing) ? _c('midea-apng-view', {
|
|
46886
|
+
staticClass: ["indicator"],
|
|
46887
|
+
attrs: {
|
|
46888
|
+
"loop": true,
|
|
46889
|
+
"auto": true,
|
|
46890
|
+
"src": _vm.loadingIcon
|
|
46891
|
+
}
|
|
46892
|
+
}) : _vm._e(), (_vm.refresherText) ? _c('text', {
|
|
46886
46893
|
staticClass: ["u-txt"]
|
|
46887
|
-
}, [_vm._v(_vm._s(_vm.refresherText))]) : _vm._e()])
|
|
46894
|
+
}, [_vm._v(_vm._s(_vm.refresherText))]) : _vm._e()], 1)
|
|
46888
46895
|
},staticRenderFns: []}
|
|
46889
46896
|
module.exports.render._withStripped = true
|
|
46890
46897
|
|