|
|
@ -77888,7 +77888,6 @@ 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, |
|
|
@ -78774,7 +78773,6 @@ 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 () { |
|
|
@ -79125,7 +79123,6 @@ 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 |
|
|
@ -97361,7 +97358,6 @@ 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: { |
|
|
@ -97744,7 +97740,6 @@ 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 () { |
|
|
@ -98127,7 +98122,6 @@ 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: { |
|
|
@ -104293,7 +104287,6 @@ 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: { |
|
|
|