feat: Native add legacy mode

This commit is contained in:
pengfei.zhou
2022-07-15 15:59:06 +08:00
committed by osborn
parent 64a370c701
commit 7a126531af
21 changed files with 15180 additions and 15119 deletions

View File

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

View File

@@ -2066,6 +2066,10 @@ __decorate$9([
Property,
__metadata$9("design:type", Boolean)
], Slider.prototype, "bounces", void 0);
__decorate$9([
Property,
__metadata$9("design:type", String)
], Slider.prototype, "pageTransformer", void 0);
function slider(config) {
const ret = new Slider;
ret.apply(config);

File diff suppressed because it is too large Load Diff

View File

@@ -3594,6 +3594,10 @@ __decorate$9([
Property,
__metadata$9("design:type", Boolean)
], Slider.prototype, "bounces", void 0);
__decorate$9([
Property,
__metadata$9("design:type", String)
], Slider.prototype, "pageTransformer", void 0);
function slider(config) {
const ret = new Slider;
ret.apply(config);