|
|
@ -77888,6 +77888,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
trigger: o.trigger, |
|
|
|
trigger: o.trigger, |
|
|
|
toggle: o.toggle, |
|
|
|
toggle: o.toggle, |
|
|
|
|
|
|
|
container: o.container, |
|
|
|
direction: o.direction, |
|
|
|
direction: o.direction, |
|
|
|
isDefaultInit: o.isDefaultInit, |
|
|
|
isDefaultInit: o.isDefaultInit, |
|
|
|
destroyWhenHide: o.destroyWhenHide, |
|
|
|
destroyWhenHide: o.destroyWhenHide, |
|
|
@ -78773,6 +78774,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
|
|
|
|
container: o.container, |
|
|
|
adjustLength: 2, |
|
|
|
adjustLength: 2, |
|
|
|
toggle: false, |
|
|
|
toggle: false, |
|
|
|
ref: function () { |
|
|
|
ref: function () { |
|
|
@ -79123,6 +79125,7 @@ BI.StaticCombo = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
adjustLength: 2, |
|
|
|
adjustLength: 2, |
|
|
|
|
|
|
|
container: o.container, |
|
|
|
el: this.trigger, |
|
|
|
el: this.trigger, |
|
|
|
popup: { |
|
|
|
popup: { |
|
|
|
el: this.popup |
|
|
|
el: this.popup |
|
|
@ -97358,6 +97361,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, { |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
toggle: false, |
|
|
|
toggle: false, |
|
|
|
|
|
|
|
container: o.container, |
|
|
|
el: this.trigger, |
|
|
|
el: this.trigger, |
|
|
|
adjustLength: 1, |
|
|
|
adjustLength: 1, |
|
|
|
popup: { |
|
|
|
popup: { |
|
|
@ -97740,6 +97744,7 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, { |
|
|
|
toggle: false, |
|
|
|
toggle: false, |
|
|
|
el: this.trigger, |
|
|
|
el: this.trigger, |
|
|
|
adjustLength: 1, |
|
|
|
adjustLength: 1, |
|
|
|
|
|
|
|
container: o.container, |
|
|
|
popup: { |
|
|
|
popup: { |
|
|
|
type: "bi.multi_select_popup_view", |
|
|
|
type: "bi.multi_select_popup_view", |
|
|
|
ref: function () { |
|
|
|
ref: function () { |
|
|
@ -98122,6 +98127,7 @@ BI.MultiSelectInsertNoBarCombo = BI.inherit(BI.Single, { |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
toggle: false, |
|
|
|
toggle: false, |
|
|
|
|
|
|
|
container: o.container, |
|
|
|
el: this.trigger, |
|
|
|
el: this.trigger, |
|
|
|
adjustLength: 1, |
|
|
|
adjustLength: 1, |
|
|
|
popup: { |
|
|
|
popup: { |
|
|
@ -104287,6 +104293,7 @@ BI.SearchMultiTextValueCombo = BI.inherit(BI.Single, { |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
toggle: false, |
|
|
|
toggle: false, |
|
|
|
|
|
|
|
container: o.container, |
|
|
|
el: this.trigger, |
|
|
|
el: this.trigger, |
|
|
|
adjustLength: 1, |
|
|
|
adjustLength: 1, |
|
|
|
popup: { |
|
|
|
popup: { |
|
|
|