update generated dist

This commit is contained in:
王劲鹏
2020-05-09 10:30:11 +08:00
committed by osborn
parent 6c21866d39
commit 1c314bdb21
8 changed files with 19 additions and 20 deletions

View File

@@ -2942,7 +2942,8 @@ class List extends Superview {
}
}
scrollToItem(context, index, config) {
const animated = config === null || config === void 0 ? void 0 : config.animated;
var _a;
const animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
}
reset() {
@@ -4203,7 +4204,7 @@ return __module.exports;
var doric_web = (function (exports, axios, sandbox) {
'use strict';
axios = axios && Object.prototype.hasOwnProperty.call(axios, 'default') ? axios['default'] : axios;
axios = axios && axios.hasOwnProperty('default') ? axios['default'] : axios;
class DoricPlugin {
constructor(context) {

File diff suppressed because one or more lines are too long