|
|
@ -39,17 +39,21 @@ export class TextValueComboPopup extends Pane { |
|
|
|
vgap: 5, |
|
|
|
vgap: 5, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: ButtonGroup.xtype, |
|
|
|
type: ListPane.xtype, |
|
|
|
ref: _ref => { |
|
|
|
ref: _ref => { |
|
|
|
this.popup = _ref; |
|
|
|
this.popup = _ref; |
|
|
|
}, |
|
|
|
}, |
|
|
|
items: this._formatItems(o.items), |
|
|
|
items: this._formatItems(o.items), |
|
|
|
chooseType: o.chooseType, |
|
|
|
chooseType: o.chooseType, |
|
|
|
layouts: [ |
|
|
|
el: { |
|
|
|
{ |
|
|
|
type: ButtonGroup.xtype, |
|
|
|
type: VerticalLayout.xtype, |
|
|
|
chooseType: o.chooseType, |
|
|
|
} |
|
|
|
layouts: [ |
|
|
|
], |
|
|
|
{ |
|
|
|
|
|
|
|
type: VerticalLayout.xtype, |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
}, |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
listeners: [ |
|
|
|
listeners: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|