Browse Source

Merge branch 'master' of ssh://cloud.finedevelop.com:7999/visual/fineui

# Conflicts:
#	dist/2.0/fineui.ie.min.js
#	dist/2.0/fineui.min.js
#	dist/bundle.ie.min.js
#	dist/bundle.min.js
#	dist/fineui.ie.min.js
#	dist/fineui.min.js
#	dist/utils.min.js
es6
dailer 5 years ago
parent
commit
9d7b0f08c3
  1. 24
      dist/2.0/fineui.ie.js
  2. 6
      dist/2.0/fineui.ie.min.js
  3. 24
      dist/2.0/fineui.js
  4. 6
      dist/2.0/fineui.min.js
  5. 24
      dist/bundle.ie.js
  6. 6
      dist/bundle.ie.min.js
  7. 24
      dist/bundle.js
  8. 6
      dist/bundle.min.js
  9. 24
      dist/core.js
  10. 24
      dist/fineui.ie.js
  11. 12
      dist/fineui.ie.min.js
  12. 24
      dist/fineui.js
  13. 14
      dist/fineui.min.js
  14. 24
      dist/fineui_without_jquery_polyfill.js
  15. 2
      dist/utils.min.js
  16. 24
      src/core/wrapper/layout/layout.adaptive.js

24
dist/2.0/fineui.ie.js vendored

@ -34510,53 +34510,53 @@ BI.shortcut("bi.absolute", BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

6
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

24
dist/2.0/fineui.js vendored

@ -34510,53 +34510,53 @@ BI.shortcut("bi.absolute", BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

6
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

24
dist/bundle.ie.js vendored

@ -34510,53 +34510,53 @@ BI.shortcut("bi.absolute", BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

6
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

24
dist/bundle.js vendored

@ -34510,53 +34510,53 @@ BI.shortcut("bi.absolute", BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

24
dist/core.js vendored

@ -34510,53 +34510,53 @@ BI.shortcut("bi.absolute", BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

24
dist/fineui.ie.js vendored

@ -34755,53 +34755,53 @@ BI.shortcut("bi.absolute", BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

12
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

24
dist/fineui.js vendored

@ -34755,53 +34755,53 @@ BI.shortcut("bi.absolute", BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

14
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

24
dist/fineui_without_jquery_polyfill.js vendored

@ -23330,53 +23330,53 @@ BI.shortcut("bi.absolute", BI.AbsoluteLayout);BI.AdaptiveLayout = BI.inherit(BI.
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

24
src/core/wrapper/layout/layout.adaptive.js

@ -22,53 +22,53 @@ BI.AdaptiveLayout = BI.inherit(BI.Layout, {
var left = 0, right = 0, top = 0, bottom = 0;
if (BI.isNotNull(item.left)) {
w.element.css({
"margin-left": item.left
left: item.left
});
}
if (BI.isNotNull(item.right)) {
w.element.css({
"margin-right": item.right
right: item.right
});
}
if (BI.isNotNull(item.top)) {
w.element.css({
"margin-top": item.top
top: item.top
});
}
if (BI.isNotNull(item.bottom)) {
w.element.css({
"margin-bottom": item.bottom
bottom: item.bottom
});
}
if (BI.isNotNull(o.hgap)) {
left += o.hgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
right += o.hgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.vgap)) {
top += o.vgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
bottom += o.vgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(o.lgap)) {
left += o.lgap;
w.element.css({left: left});
w.element.css({"margin-left": left});
}
if (BI.isNotNull(o.rgap)) {
right += o.rgap;
w.element.css({right: right});
w.element.css({"margin-right": right});
}
if (BI.isNotNull(o.tgap)) {
top += o.tgap;
w.element.css({top: top});
w.element.css({"margin-top": top});
}
if (BI.isNotNull(o.bgap)) {
bottom += o.bgap;
w.element.css({bottom: bottom});
w.element.css({"margin-bottom": bottom});
}
if (BI.isNotNull(item.width)) {

Loading…
Cancel
Save