Browse Source

Merge pull request #853 in VISUAL/fineui from ~WINDY/fineui:master to master

* commit '399f623e973e46e3d7c55143f20c416587990a7f':
  无JIRA任务 refactor:删多余class
es6
windy 6 years ago
parent
commit
ca7c23bdd3
  1. 2
      dist/bundle.ie.js
  2. 14
      dist/bundle.ie.min.js
  3. 2
      dist/bundle.js
  4. 6
      dist/bundle.min.js
  5. 2
      dist/case.js
  6. 2
      dist/fineui.ie.js
  7. 14
      dist/fineui.ie.min.js
  8. 2
      dist/fineui.js
  9. 6
      dist/fineui.min.js
  10. 2
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 2
      src/case/combo/bubblecombo/combo.bubble.js

2
dist/bundle.ie.js vendored

@ -53192,7 +53192,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
cls: "button-combo-triangle-wrapper",
items: [{
type: "bi.layout",
cls: "bubble-combo-triangle-" + direction + " bi-high-light-border"
cls: "bubble-combo-triangle-" + direction
}]
});
pos.el = this.triangle;

14
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -53596,7 +53596,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
cls: "button-combo-triangle-wrapper",
items: [{
type: "bi.layout",
cls: "bubble-combo-triangle-" + direction + " bi-high-light-border"
cls: "bubble-combo-triangle-" + direction
}]
});
pos.el = this.triangle;

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -3853,7 +3853,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
cls: "button-combo-triangle-wrapper",
items: [{
type: "bi.layout",
cls: "bubble-combo-triangle-" + direction + " bi-high-light-border"
cls: "bubble-combo-triangle-" + direction
}]
});
pos.el = this.triangle;

2
dist/fineui.ie.js vendored

@ -53437,7 +53437,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
cls: "button-combo-triangle-wrapper",
items: [{
type: "bi.layout",
cls: "bubble-combo-triangle-" + direction + " bi-high-light-border"
cls: "bubble-combo-triangle-" + direction
}]
});
pos.el = this.triangle;

14
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -53841,7 +53841,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
cls: "button-combo-triangle-wrapper",
items: [{
type: "bi.layout",
cls: "bubble-combo-triangle-" + direction + " bi-high-light-border"
cls: "bubble-combo-triangle-" + direction
}]
});
pos.el = this.triangle;

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui_without_jquery_polyfill.js vendored

@ -36911,7 +36911,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
cls: "button-combo-triangle-wrapper",
items: [{
type: "bi.layout",
cls: "bubble-combo-triangle-" + direction + " bi-high-light-border"
cls: "bubble-combo-triangle-" + direction
}]
});
pos.el = this.triangle;

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
src/case/combo/bubblecombo/combo.bubble.js

@ -136,7 +136,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
cls: "button-combo-triangle-wrapper",
items: [{
type: "bi.layout",
cls: "bubble-combo-triangle-" + direction + " bi-high-light-border"
cls: "bubble-combo-triangle-" + direction
}]
});
pos.el = this.triangle;

Loading…
Cancel
Save