|
|
|
@ -79518,6 +79518,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
|
|
|
|
|
direction: "bottom", |
|
|
|
|
trigger: "click", |
|
|
|
|
container: null, |
|
|
|
|
stopPropagation: false, |
|
|
|
|
el: {} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -79550,6 +79551,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
|
|
|
|
|
container: o.container, |
|
|
|
|
adjustLength: o.adjustLength, |
|
|
|
|
direction: o.direction, |
|
|
|
|
stopPropagation: o.stopPropagation, |
|
|
|
|
el: BI.createWidget(o.el, { |
|
|
|
|
type: "bi.icon_trigger", |
|
|
|
|
extraCls: o.iconCls ? o.iconCls : "pull-down-font", |
|
|
|
@ -91274,7 +91276,7 @@ BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
|
|
|
|
|
_defaultConfig: function () { |
|
|
|
|
return BI.extend(BI.RelationViewRegionContainer.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
|
baseCls: "bi-relation-view-region-container", |
|
|
|
|
width: 150 |
|
|
|
|
width: 200 |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -91284,6 +91286,7 @@ BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
|
|
|
|
|
this.region = BI.createWidget({ |
|
|
|
|
type: "bi.relation_view_region", |
|
|
|
|
value: o.value, |
|
|
|
|
width: o.width, |
|
|
|
|
header: o.header, |
|
|
|
|
text: o.text, |
|
|
|
|
handler: o.handler, |
|
|
|
|