guy 7 years ago
parent
commit
76c3f77181
  1. 4
      dist/bundle.js
  2. 2
      dist/bundle.min.js
  3. 4
      dist/case.js
  4. 4
      dist/fineui.js
  5. 2
      dist/fineui.min.js
  6. 2
      src/case/combo/iconcombo/combo.icon.js
  7. 2
      src/case/combo/iconcombo/trigger.iconcombo.js

4
dist/bundle.js vendored

@ -75495,7 +75495,7 @@ BI.IconCombo = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.IconCombo.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-icon-combo",
width: 36,
width: 28,
height: 24,
el: {},
popup: {},
@ -75659,7 +75659,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
el: {},
items: [],
iconCls: "",
width: 36,
width: 28,
height: 24,
isShowDown: true,
value: ""

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/case.js vendored

@ -5235,7 +5235,7 @@ BI.IconCombo = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.IconCombo.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-icon-combo",
width: 36,
width: 28,
height: 24,
el: {},
popup: {},
@ -5399,7 +5399,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
el: {},
items: [],
iconCls: "",
width: 36,
width: 28,
height: 24,
isShowDown: true,
value: ""

4
dist/fineui.js vendored

@ -77301,7 +77301,7 @@ BI.IconCombo = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.IconCombo.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-icon-combo",
width: 36,
width: 28,
height: 24,
el: {},
popup: {},
@ -77465,7 +77465,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
el: {},
items: [],
iconCls: "",
width: 36,
width: 28,
height: 24,
isShowDown: true,
value: ""

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
src/case/combo/iconcombo/combo.icon.js

@ -8,7 +8,7 @@ BI.IconCombo = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.IconCombo.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-icon-combo",
width: 36,
width: 28,
height: 24,
el: {},
popup: {},

2
src/case/combo/iconcombo/trigger.iconcombo.js

@ -11,7 +11,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
el: {},
items: [],
iconCls: "",
width: 36,
width: 28,
height: 24,
isShowDown: true,
value: ""

Loading…
Cancel
Save