FlowLayoutItem add fullSpan attribute
This commit is contained in:
@@ -2931,6 +2931,10 @@ var FlowLayoutItem = /** @class */ (function (_super) {
|
||||
Property,
|
||||
__metadata$5("design:type", String)
|
||||
], FlowLayoutItem.prototype, "identifier", void 0);
|
||||
__decorate$5([
|
||||
Property,
|
||||
__metadata$5("design:type", Boolean)
|
||||
], FlowLayoutItem.prototype, "fullSpan", void 0);
|
||||
return FlowLayoutItem;
|
||||
}(Stack));
|
||||
var FlowLayout = /** @class */ (function (_super) {
|
||||
|
@@ -2211,6 +2211,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);
|
||||
|
@@ -3732,6 +3732,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);
|
||||
|
Reference in New Issue
Block a user