|
|
@ -82038,6 +82038,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
adjustLength: 0, |
|
|
|
adjustLength: 0, |
|
|
|
direction: "bottom", |
|
|
|
direction: "bottom", |
|
|
|
trigger: "click", |
|
|
|
trigger: "click", |
|
|
|
|
|
|
|
container: null, |
|
|
|
el: {} |
|
|
|
el: {} |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
@ -82067,6 +82068,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
type: 'bi.combo', |
|
|
|
type: 'bi.combo', |
|
|
|
trigger: o.trigger, |
|
|
|
trigger: o.trigger, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
|
|
|
|
container: o.container, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
direction: o.direction, |
|
|
|
direction: o.direction, |
|
|
|
el: BI.createWidget(o.el, { |
|
|
|
el: BI.createWidget(o.el, { |
|
|
|