guy 7 years ago
parent
commit
4dcab79754
  1. 18
      bi/case.js
  2. 18
      dist/bundle.js
  3. 4
      dist/bundle.min.js
  4. 18
      dist/case.js
  5. 6
      src/case/combo/icontextvaluecombo/combo.icontextvalue.js
  6. 6
      src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js
  7. 6
      src/case/combo/textvaluecombo/combo.textvalue.js

18
bi/case.js

@ -5462,7 +5462,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
return BI.extend(BI.IconTextValueCombo.superclass._defaultConfig.apply(this, arguments), {
baseClass: "bi-icon-text-value-combo",
height: 30,
text: "",
value: "",
el: {}
});
},
@ -5497,8 +5497,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
maxHeight: 300
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},
@ -5652,7 +5652,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
width: 100,
height: 24,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: ""
value: ""
});
},
@ -5688,8 +5688,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},
@ -5849,7 +5849,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
baseClass: "bi-text-value-combo",
height: 30,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: "",
value: "",
el: {}
});
},
@ -5885,8 +5885,8 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
maxHeight: 300
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},

18
dist/bundle.js vendored

@ -66965,7 +66965,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
return BI.extend(BI.IconTextValueCombo.superclass._defaultConfig.apply(this, arguments), {
baseClass: "bi-icon-text-value-combo",
height: 30,
text: "",
value: "",
el: {}
});
},
@ -67000,8 +67000,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
maxHeight: 300
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},
@ -67155,7 +67155,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
width: 100,
height: 24,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: ""
value: ""
});
},
@ -67191,8 +67191,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},
@ -67352,7 +67352,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
baseClass: "bi-text-value-combo",
height: 30,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: "",
value: "",
el: {}
});
},
@ -67388,8 +67388,8 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
maxHeight: 300
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

18
dist/case.js vendored

@ -5462,7 +5462,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
return BI.extend(BI.IconTextValueCombo.superclass._defaultConfig.apply(this, arguments), {
baseClass: "bi-icon-text-value-combo",
height: 30,
text: "",
value: "",
el: {}
});
},
@ -5497,8 +5497,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
maxHeight: 300
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},
@ -5652,7 +5652,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
width: 100,
height: 24,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: ""
value: ""
});
},
@ -5688,8 +5688,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},
@ -5849,7 +5849,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
baseClass: "bi-text-value-combo",
height: 30,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: "",
value: "",
el: {}
});
},
@ -5885,8 +5885,8 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
maxHeight: 300
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},

6
src/case/combo/icontextvaluecombo/combo.icontextvalue.js

@ -7,7 +7,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
return BI.extend(BI.IconTextValueCombo.superclass._defaultConfig.apply(this, arguments), {
baseClass: "bi-icon-text-value-combo",
height: 30,
text: "",
value: "",
el: {}
});
},
@ -42,8 +42,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
maxHeight: 300
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},

6
src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js

@ -10,7 +10,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
width: 100,
height: 24,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: ""
value: ""
});
},
@ -46,8 +46,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},

6
src/case/combo/textvaluecombo/combo.textvalue.js

@ -10,7 +10,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
baseClass: "bi-text-value-combo",
height: 30,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: "",
value: "",
el: {}
});
},
@ -46,8 +46,8 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
maxHeight: 300
}
});
if (BI.isKey(o.text)) {
this.setValue(o.text);
if (BI.isKey(o.value)) {
this.setValue(o.value);
}
},

Loading…
Cancel
Save