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

10
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: 24,
width: 36,
height: 24,
el: {},
popup: {},
@ -75659,8 +75659,8 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
el: {},
items: [],
iconCls: "",
width: 25,
height: 25,
width: 36,
height: 24,
isShowDown: true,
value: ""
});
@ -75678,7 +75678,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
cls: "icon-combo-trigger-icon",
iconCls: iconCls,
disableSelected: true,
width: o.width,
width: o.width - 12,
height: o.height,
iconWidth: o.iconWidth,
iconHeight: o.iconHeight,
@ -75689,7 +75689,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
disableSelected: true,
cls: "icon-combo-down-icon trigger-triangle-font",
width: 12,
height: 8,
height: o.height,
selected: BI.isNotEmptyString(iconCls)
});
this.down.setVisible(o.isShowDown);

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

10
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: 24,
width: 36,
height: 24,
el: {},
popup: {},
@ -5399,8 +5399,8 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
el: {},
items: [],
iconCls: "",
width: 25,
height: 25,
width: 36,
height: 24,
isShowDown: true,
value: ""
});
@ -5418,7 +5418,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
cls: "icon-combo-trigger-icon",
iconCls: iconCls,
disableSelected: true,
width: o.width,
width: o.width - 12,
height: o.height,
iconWidth: o.iconWidth,
iconHeight: o.iconHeight,
@ -5429,7 +5429,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
disableSelected: true,
cls: "icon-combo-down-icon trigger-triangle-font",
width: 12,
height: 8,
height: o.height,
selected: BI.isNotEmptyString(iconCls)
});
this.down.setVisible(o.isShowDown);

10
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: 24,
width: 36,
height: 24,
el: {},
popup: {},
@ -77465,8 +77465,8 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
el: {},
items: [],
iconCls: "",
width: 25,
height: 25,
width: 36,
height: 24,
isShowDown: true,
value: ""
});
@ -77484,7 +77484,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
cls: "icon-combo-trigger-icon",
iconCls: iconCls,
disableSelected: true,
width: o.width,
width: o.width - 12,
height: o.height,
iconWidth: o.iconWidth,
iconHeight: o.iconHeight,
@ -77495,7 +77495,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
disableSelected: true,
cls: "icon-combo-down-icon trigger-triangle-font",
width: 12,
height: 8,
height: o.height,
selected: BI.isNotEmptyString(iconCls)
});
this.down.setVisible(o.isShowDown);

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: 24,
width: 36,
height: 24,
el: {},
popup: {},

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

@ -11,8 +11,8 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
el: {},
items: [],
iconCls: "",
width: 25,
height: 25,
width: 36,
height: 24,
isShowDown: true,
value: ""
});
@ -30,7 +30,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
cls: "icon-combo-trigger-icon",
iconCls: iconCls,
disableSelected: true,
width: o.width,
width: o.width - 12,
height: o.height,
iconWidth: o.iconWidth,
iconHeight: o.iconHeight,
@ -41,7 +41,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
disableSelected: true,
cls: "icon-combo-down-icon trigger-triangle-font",
width: 12,
height: 8,
height: o.height,
selected: BI.isNotEmptyString(iconCls)
});
this.down.setVisible(o.isShowDown);

Loading…
Cancel
Save