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

@@ -1919,7 +1919,8 @@ var List = /** @class */ (function (_super) {
}
};
List.prototype.scrollToItem = function (context, index, config) {
var animated = config === null || config === void 0 ? void 0 : config.animated;
var _a;
var animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
return this.nativeChannel(context, 'scrollToItem')({ index: index, animated: animated, });
};
List.prototype.reset = function () {