Layout add minWidth minHeight maxWidth maxHeight
This commit is contained in:
16
doric-web/dist/index.js
vendored
16
doric-web/dist/index.js
vendored
@@ -2087,6 +2087,22 @@ class LayoutConfigImpl {
|
||||
this.weight = w;
|
||||
return this;
|
||||
}
|
||||
configMaxWidth(v) {
|
||||
this.maxWidth = v;
|
||||
return this;
|
||||
}
|
||||
configMaxHeight(v) {
|
||||
this.maxHeight = v;
|
||||
return this;
|
||||
}
|
||||
configMinWidth(v) {
|
||||
this.minWidth = v;
|
||||
return this;
|
||||
}
|
||||
configMinHeight(v) {
|
||||
this.minHeight = v;
|
||||
return this;
|
||||
}
|
||||
toModel() {
|
||||
return {
|
||||
widthSpec: this.widthSpec,
|
||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user