@ -246,6 +246,10 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
blur: function () {
this.trigger.blur();
},
showView: function () {
this.combo.showView();
}
});
@ -247,6 +247,10 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
@ -19,4 +19,6 @@ export declare class MultiLayerSelectTreeCombo extends Widget {
focus(): void;
blur(): void;
showView(): void;
@ -19,4 +19,6 @@ export declare class MultiLayerSingleTreeCombo extends Widget {