windy 6 years ago
parent
commit
338ab66506
  1. 1
      dist/base.js
  2. 1
      dist/bundle.ie.js
  3. 4
      dist/bundle.ie.min.js
  4. 1
      dist/bundle.js
  5. 4
      dist/bundle.min.js
  6. 1
      dist/fineui.ie.js
  7. 4
      dist/fineui.ie.min.js
  8. 1
      dist/fineui.js
  9. 4
      dist/fineui.min.js
  10. 1
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 1
      src/base/single/button/button.basic.js

1
dist/base.js vendored

@ -865,6 +865,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
direction: "top,left",
ref: function () {
self.combo = this;
},

1
dist/bundle.ie.js vendored

@ -35932,6 +35932,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
direction: "top,left",
ref: function () {
self.combo = this;
},

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -36336,6 +36336,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
direction: "top,left",
ref: function () {
self.combo = this;
},

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.ie.js vendored

@ -36174,6 +36174,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
direction: "top,left",
ref: function () {
self.combo = this;
},

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.js vendored

@ -36578,6 +36578,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
direction: "top,left",
ref: function () {
self.combo = this;
},

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui_without_jquery_polyfill.js vendored

@ -25104,6 +25104,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
direction: "top,left",
ref: function () {
self.combo = this;
},

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

1
src/base/single/button/button.basic.js

@ -229,6 +229,7 @@ BI.BasicButton = BI.inherit(BI.Single, {
el: {
type: "bi.bubble_combo",
trigger: "",
direction: "top,left",
ref: function () {
self.combo = this;
},

Loading…
Cancel
Save