js: add beforeDragging property

This commit is contained in:
王劲鹏
2022-06-30 16:39:03 +08:00
committed by osborn
parent 88b9784534
commit 515b55de08
13 changed files with 4646 additions and 2671 deletions

View File

@@ -3559,6 +3559,10 @@ __decorate$a([
Property,
__metadata$a("design:type", Boolean)
], List.prototype, "canDrag", void 0);
__decorate$a([
Property,
__metadata$a("design:type", Function)
], List.prototype, "beforeDragging", void 0);
__decorate$a([
Property,
__metadata$a("design:type", Function)

File diff suppressed because one or more lines are too long