Young 7 years ago
parent
commit
912aa970a4
  1. 3
      dist/bundle.js
  2. 3
      dist/case.js
  3. 3
      dist/fineui.js
  4. 3
      src/case/combo/icontextvaluecombo/combo.icontextvalue.js

3
dist/bundle.js vendored

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

3
dist/case.js vendored

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

3
dist/fineui.js vendored

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

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

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

Loading…
Cancel
Save