FlowLayoutItem add fullSpan attribute

This commit is contained in:
pengfei.zhou
2021-10-11 16:26:56 +08:00
committed by osborn
parent 9429c75834
commit 0e77c62e13
13 changed files with 53 additions and 5 deletions

View File

@@ -3786,6 +3786,10 @@ __decorate$5([
Property,
__metadata$5("design:type", String)
], FlowLayoutItem.prototype, "identifier", void 0);
__decorate$5([
Property,
__metadata$5("design:type", Boolean)
], FlowLayoutItem.prototype, "fullSpan", void 0);
class FlowLayout extends Superview {
constructor() {
super(...arguments);

File diff suppressed because one or more lines are too long