feat: slider add bounces for iOS

This commit is contained in:
pengfei.zhou
2021-04-30 14:28:38 +08:00
committed by osborn
parent f8b983b8d2
commit e621db48b9
11 changed files with 52 additions and 1 deletions

View File

@@ -3306,6 +3306,10 @@ __decorate$7([
Property,
__metadata$7("design:type", Boolean)
], Slider.prototype, "scrollable", void 0);
__decorate$7([
Property,
__metadata$7("design:type", Boolean)
], Slider.prototype, "bounces", void 0);
function slider(config) {
const ret = new Slider;
for (let key in config) {

File diff suppressed because one or more lines are too long