web: update dist

This commit is contained in:
王劲鹏 2022-06-17 15:44:26 +08:00 committed by osborn
parent a9575cf67f
commit 63398a47f1
2 changed files with 13 additions and 1 deletions

View File

@ -3555,6 +3555,18 @@ __decorate$a([
Property, Property,
__metadata$a("design:type", Boolean) __metadata$a("design:type", Boolean)
], List.prototype, "bounces", void 0); ], List.prototype, "bounces", void 0);
__decorate$a([
Property,
__metadata$a("design:type", Boolean)
], List.prototype, "canDrag", void 0);
__decorate$a([
Property,
__metadata$a("design:type", Function)
], List.prototype, "onDragging", void 0);
__decorate$a([
Property,
__metadata$a("design:type", Function)
], List.prototype, "onDragged", void 0);
function list(config) { function list(config) {
const ret = new List; const ret = new List;
ret.apply(config); ret.apply(config);

File diff suppressed because one or more lines are too long