dolphin-weex-ui 2.3.8 → 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 +5 -0
- package/dist/index.native.js +19 -13
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +11 -8
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-refresher/index.vue +11 -7
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -6871,9 +6871,6 @@ class WeexTheme {
|
|
|
6871
6871
|
action: 'requestState',
|
|
6872
6872
|
id: this._id
|
|
6873
6873
|
})
|
|
6874
|
-
|
|
6875
|
-
if (weex && weex.config && weex.config.env && weex.config.env.platform == "harmony") return
|
|
6876
|
-
|
|
6877
6874
|
setTimeout(() => {
|
|
6878
6875
|
// 关闭引用其他页面的 state,降低性能消耗
|
|
6879
6876
|
UseResponseState = false
|
|
@@ -32316,6 +32313,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
32316
32313
|
//
|
|
32317
32314
|
//
|
|
32318
32315
|
//
|
|
32316
|
+
//
|
|
32319
32317
|
|
|
32320
32318
|
var animation = weex.requireModule('animation');
|
|
32321
32319
|
|
|
@@ -32352,7 +32350,8 @@ exports.default = {
|
|
|
32352
32350
|
return {
|
|
32353
32351
|
ICON_ARROW_DOWN: ICON_ARROW_DOWN,
|
|
32354
32352
|
refreshing: false,
|
|
32355
|
-
couldUnLash: false
|
|
32353
|
+
couldUnLash: false,
|
|
32354
|
+
loadingIcon: 'http://dolphin-weex-dev.msmartlife.cn/cdn/images/common/loading_gray.png'
|
|
32356
32355
|
};
|
|
32357
32356
|
},
|
|
32358
32357
|
|
|
@@ -41229,8 +41228,10 @@ module.exports = {
|
|
|
41229
41228
|
"dof-refresher": {
|
|
41230
41229
|
"height": "140",
|
|
41231
41230
|
"width": "750",
|
|
41231
|
+
"display": "flex",
|
|
41232
41232
|
"flexDirection": "row",
|
|
41233
41233
|
"justifyContent": "center",
|
|
41234
|
+
"alignItems": "center",
|
|
41234
41235
|
"paddingTop": "50"
|
|
41235
41236
|
},
|
|
41236
41237
|
"cycle-container": {
|
|
@@ -41262,7 +41263,7 @@ module.exports = {
|
|
|
41262
41263
|
"right": 0,
|
|
41263
41264
|
"top": 0,
|
|
41264
41265
|
"borderWidth": "2",
|
|
41265
|
-
"borderColor": "#
|
|
41266
|
+
"borderColor": "#616c73",
|
|
41266
41267
|
"borderStyle": "solid",
|
|
41267
41268
|
"borderRadius": "30",
|
|
41268
41269
|
"opacity": 0
|
|
@@ -41271,9 +41272,9 @@ module.exports = {
|
|
|
41271
41272
|
"opacity": 1
|
|
41272
41273
|
},
|
|
41273
41274
|
"indicator": {
|
|
41274
|
-
"height": "
|
|
41275
|
-
"width": "
|
|
41276
|
-
"color": "#
|
|
41275
|
+
"height": "35",
|
|
41276
|
+
"width": "35",
|
|
41277
|
+
"color": "#616c73"
|
|
41277
41278
|
},
|
|
41278
41279
|
"arrow-down": {
|
|
41279
41280
|
"position": "relative",
|
|
@@ -41286,7 +41287,7 @@ module.exports = {
|
|
|
41286
41287
|
"u-txt": {
|
|
41287
41288
|
"fontSize": "24",
|
|
41288
41289
|
"lineHeight": "40",
|
|
41289
|
-
"color": "#
|
|
41290
|
+
"color": "#8e969b",
|
|
41290
41291
|
"marginTop": "10",
|
|
41291
41292
|
"marginLeft": "10",
|
|
41292
41293
|
"height": "40",
|
|
@@ -46881,11 +46882,16 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
46881
46882
|
"refresh": _vm.onRefresh,
|
|
46882
46883
|
"pullingdown": _vm.onPullingDown
|
|
46883
46884
|
}
|
|
46884
|
-
}, [_c('
|
|
46885
|
-
staticClass: ["indicator"]
|
|
46886
|
-
|
|
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', {
|
|
46887
46893
|
staticClass: ["u-txt"]
|
|
46888
|
-
}, [_vm._v(_vm._s(_vm.refresherText))]) : _vm._e()])
|
|
46894
|
+
}, [_vm._v(_vm._s(_vm.refresherText))]) : _vm._e()], 1)
|
|
46889
46895
|
},staticRenderFns: []}
|
|
46890
46896
|
module.exports.render._withStripped = true
|
|
46891
46897
|
|