|
|
@ -37,19 +37,21 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, { |
|
|
|
type: "bi.vertical_adapt", |
|
|
|
type: "bi.vertical_adapt", |
|
|
|
columnSize: [o.iconWrapperWidth || o.height, "fill"], |
|
|
|
columnSize: [o.iconWrapperWidth || o.height, "fill"], |
|
|
|
items: [this.checkbox, { |
|
|
|
items: [this.checkbox, { |
|
|
|
type: "bi.label", |
|
|
|
el: { |
|
|
|
ref: function (_ref) { |
|
|
|
type: "bi.label", |
|
|
|
self.text = _ref; |
|
|
|
ref: function (_ref) { |
|
|
|
}, |
|
|
|
self.text = _ref; |
|
|
|
textAlign: "left", |
|
|
|
}, |
|
|
|
whiteSpace: "nowrap", |
|
|
|
textAlign: "left", |
|
|
|
textHeight: o.height, |
|
|
|
whiteSpace: "nowrap", |
|
|
|
height: o.height, |
|
|
|
textHeight: o.height, |
|
|
|
hgap: o.hgap, |
|
|
|
height: o.height, |
|
|
|
text: o.text, |
|
|
|
hgap: o.hgap, |
|
|
|
value: o.value, |
|
|
|
text: o.text, |
|
|
|
keyword: o.keyword, |
|
|
|
value: o.value, |
|
|
|
py: o.py |
|
|
|
keyword: o.keyword, |
|
|
|
|
|
|
|
py: o.py |
|
|
|
|
|
|
|
} |
|
|
|
}] |
|
|
|
}] |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|