Browse Source

BI-35864 交互觉得还是换成原来的默认向下弹出比较好

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

3
dist/base.js vendored

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

3
dist/bundle.ie.js vendored

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

48
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/bundle.js vendored

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

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/fineui.ie.js vendored

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

48
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/fineui.js vendored

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

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/fineui_without_jquery_polyfill.js vendored

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

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

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

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

Loading…
Cancel
Save