web: update dist

This commit is contained in:
王劲鹏 2022-08-26 14:33:22 +08:00 committed by osborn
parent 11c6c72792
commit fd9a9e1eed
2 changed files with 13 additions and 1 deletions

View File

@ -3579,6 +3579,10 @@ __decorate$b([
Property,
__metadata$b("design:type", Boolean)
], List.prototype, "canDrag", void 0);
__decorate$b([
Property,
__metadata$b("design:type", Function)
], List.prototype, "itemCanDrag", void 0);
__decorate$b([
Property,
__metadata$b("design:type", Function)
@ -4112,6 +4116,10 @@ __decorate$7([
Property,
__metadata$7("design:type", Boolean)
], FlowLayout.prototype, "canDrag", void 0);
__decorate$7([
Property,
__metadata$7("design:type", Function)
], FlowLayout.prototype, "itemCanDrag", void 0);
__decorate$7([
Property,
__metadata$7("design:type", Function)
@ -4678,6 +4686,10 @@ __decorate([
Property,
__metadata("design:type", Boolean)
], HorizontalList.prototype, "canDrag", void 0);
__decorate([
Property,
__metadata("design:type", Function)
], HorizontalList.prototype, "itemCanDrag", void 0);
__decorate([
Property,
__metadata("design:type", Function)

File diff suppressed because one or more lines are too long