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

@@ -2261,6 +2261,10 @@ var Slider = /** @class */ (function (_super) {
Property,
__metadata$7("design:type", Boolean)
], Slider.prototype, "scrollable", void 0);
__decorate$7([
Property,
__metadata$7("design:type", Boolean)
], Slider.prototype, "bounces", void 0);
return Slider;
}(Superview));
function slider(config) {

View File

@@ -1731,6 +1731,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) {

View File

@@ -3252,6 +3252,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) {