|
|
|
@ -97,6 +97,7 @@ BI.LeftVerticalAdaptLayout = BI.inherit(BI.Layout, {
|
|
|
|
|
return BI.extend(BI.LeftRightVerticalAdaptLayout.superclass.props.apply(this, arguments), { |
|
|
|
|
baseCls: "bi-l-v-a", |
|
|
|
|
items: [], |
|
|
|
|
columnSize: [], |
|
|
|
|
lgap: 0, |
|
|
|
|
rgap: 0, |
|
|
|
|
hgap: 0, |
|
|
|
@ -114,6 +115,7 @@ BI.LeftVerticalAdaptLayout = BI.inherit(BI.Layout, {
|
|
|
|
|
self.layout = _ref; |
|
|
|
|
}, |
|
|
|
|
items: o.items, |
|
|
|
|
columnSize: o.columnSize, |
|
|
|
|
hgap: o.hgap, |
|
|
|
|
lgap: o.lgap, |
|
|
|
|
rgap: o.rgap, |
|
|
|
@ -146,6 +148,7 @@ BI.RightVerticalAdaptLayout = BI.inherit(BI.Layout, {
|
|
|
|
|
return BI.extend(BI.RightVerticalAdaptLayout.superclass.props.apply(this, arguments), { |
|
|
|
|
baseCls: "bi-r-v-a", |
|
|
|
|
items: [], |
|
|
|
|
columnSize: [], |
|
|
|
|
lgap: 0, |
|
|
|
|
rgap: 0, |
|
|
|
|
hgap: 0, |
|
|
|
@ -164,6 +167,7 @@ BI.RightVerticalAdaptLayout = BI.inherit(BI.Layout, {
|
|
|
|
|
}, |
|
|
|
|
horizontalAlign: BI.HorizontalAlign.Right, |
|
|
|
|
items: o.items, |
|
|
|
|
columnSize: o.columnSize, |
|
|
|
|
hgap: o.hgap, |
|
|
|
|
lgap: o.lgap, |
|
|
|
|
rgap: o.rgap, |
|
|
|
|