windy 6 years ago
parent
commit
84ffa84856
  1. 4
      dist/bundle.ie.js
  2. 12
      dist/bundle.ie.min.js
  3. 4
      dist/bundle.js
  4. 12
      dist/bundle.min.js
  5. 4
      dist/case.js
  6. 4
      dist/fineui.ie.js
  7. 4
      dist/fineui.js
  8. 12
      dist/fineui.min.js
  9. 4
      dist/fineui_without_jquery_polyfill.js
  10. 2
      dist/utils.min.js
  11. 4
      src/case/combo/bubblecombo/popup.bubble.js

4
dist/bundle.ie.js vendored

@ -52450,11 +52450,11 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
}
});
return BI.createWidget({
type: "bi.default",
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
height: 44,
lgap: 10,
items: items
}]

12
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.js vendored

@ -52854,11 +52854,11 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
}
});
return BI.createWidget({
type: "bi.default",
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
height: 44,
lgap: 10,
items: items
}]

12
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/case.js vendored

@ -4039,11 +4039,11 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
}
});
return BI.createWidget({
type: "bi.default",
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
height: 44,
lgap: 10,
items: items
}]

4
dist/fineui.ie.js vendored

@ -52692,11 +52692,11 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
}
});
return BI.createWidget({
type: "bi.default",
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
height: 44,
lgap: 10,
items: items
}]

4
dist/fineui.js vendored

@ -53096,11 +53096,11 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
}
});
return BI.createWidget({
type: "bi.default",
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
height: 44,
lgap: 10,
items: items
}]

12
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/fineui_without_jquery_polyfill.js vendored

@ -36156,11 +36156,11 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
}
});
return BI.createWidget({
type: "bi.default",
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
height: 44,
lgap: 10,
items: items
}]

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

4
src/case/combo/bubblecombo/popup.bubble.js

@ -58,11 +58,11 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
}
});
return BI.createWidget({
type: "bi.default",
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
height: 44,
lgap: 10,
items: items
}]

Loading…
Cancel
Save