windy 6 years ago
parent
commit
b452e5afcf
  1. 13
      dist/bundle.ie.js
  2. 60
      dist/bundle.ie.min.js
  3. 13
      dist/bundle.js
  4. 8
      dist/bundle.min.js
  5. 13
      dist/core.js
  6. 13
      dist/fineui.ie.js
  7. 60
      dist/fineui.ie.min.js
  8. 13
      dist/fineui.js
  9. 8
      dist/fineui.min.js
  10. 13
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 1
      src/core/wrapper/layout/layout.horizontal.js

13
dist/bundle.ie.js vendored

@ -31263,12 +31263,12 @@ BI.InlineVerticalAdaptLayout = BI.inherit(BI.Layout, {
});
BI.shortcut("bi.inline_vertical_adapt", BI.InlineVerticalAdaptLayout);/**
* 使用display:table和display:table-cell实现的horizontal布局
* @class BI.TableCenterAdaptLayout
* @class BI.TableAdaptLayout
* @extends BI.Layout
*/
BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
BI.TableAdaptLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.TableCenterAdaptLayout.superclass.props.apply(this, arguments), {
return BI.extend(BI.TableAdaptLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-table-center-adapt-layout",
columnSize: [],
verticalAlign: BI.VerticalAlign.Top,
@ -31283,7 +31283,7 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
render: function () {
var o = this.options;
BI.TableCenterAdaptLayout.superclass.render.apply(this, arguments);
BI.TableAdaptLayout.superclass.render.apply(this, arguments);
this.$table = BI.Widget._renderEngine.createElement("<div>").css({
position: "relative",
display: "table",
@ -31357,11 +31357,11 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
populate: function (items) {
BI.TableCenterAdaptLayout.superclass.populate.apply(this, arguments);
BI.TableAdaptLayout.superclass.populate.apply(this, arguments);
this._mount();
}
});
BI.shortcut("bi.table_center_adapt", BI.TableCenterAdaptLayout);/**
BI.shortcut("bi.table_adapt", BI.TableAdaptLayout);/**
*自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2.
*
@ -32753,6 +32753,7 @@ BI.HorizontalLayout = BI.inherit(BI.Layout, {
verticalAlign: BI.VerticalAlign.Top,
horizontalAlign: BI.HorizontalAlign.Left,
columnSize: [],
scrollx: true,
hgap: 0,
vgap: 0,
lgap: 0,

60
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/bundle.js vendored

@ -31263,12 +31263,12 @@ BI.InlineVerticalAdaptLayout = BI.inherit(BI.Layout, {
});
BI.shortcut("bi.inline_vertical_adapt", BI.InlineVerticalAdaptLayout);/**
* 使用display:table和display:table-cell实现的horizontal布局
* @class BI.TableCenterAdaptLayout
* @class BI.TableAdaptLayout
* @extends BI.Layout
*/
BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
BI.TableAdaptLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.TableCenterAdaptLayout.superclass.props.apply(this, arguments), {
return BI.extend(BI.TableAdaptLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-table-center-adapt-layout",
columnSize: [],
verticalAlign: BI.VerticalAlign.Top,
@ -31283,7 +31283,7 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
render: function () {
var o = this.options;
BI.TableCenterAdaptLayout.superclass.render.apply(this, arguments);
BI.TableAdaptLayout.superclass.render.apply(this, arguments);
this.$table = BI.Widget._renderEngine.createElement("<div>").css({
position: "relative",
display: "table",
@ -31357,11 +31357,11 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
populate: function (items) {
BI.TableCenterAdaptLayout.superclass.populate.apply(this, arguments);
BI.TableAdaptLayout.superclass.populate.apply(this, arguments);
this._mount();
}
});
BI.shortcut("bi.table_center_adapt", BI.TableCenterAdaptLayout);/**
BI.shortcut("bi.table_adapt", BI.TableAdaptLayout);/**
*自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2.
*
@ -32753,6 +32753,7 @@ BI.HorizontalLayout = BI.inherit(BI.Layout, {
verticalAlign: BI.VerticalAlign.Top,
horizontalAlign: BI.HorizontalAlign.Left,
columnSize: [],
scrollx: true,
hgap: 0,
vgap: 0,
lgap: 0,

8
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/core.js vendored

@ -31263,12 +31263,12 @@ BI.InlineVerticalAdaptLayout = BI.inherit(BI.Layout, {
});
BI.shortcut("bi.inline_vertical_adapt", BI.InlineVerticalAdaptLayout);/**
* 使用display:table和display:table-cell实现的horizontal布局
* @class BI.TableCenterAdaptLayout
* @class BI.TableAdaptLayout
* @extends BI.Layout
*/
BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
BI.TableAdaptLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.TableCenterAdaptLayout.superclass.props.apply(this, arguments), {
return BI.extend(BI.TableAdaptLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-table-center-adapt-layout",
columnSize: [],
verticalAlign: BI.VerticalAlign.Top,
@ -31283,7 +31283,7 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
render: function () {
var o = this.options;
BI.TableCenterAdaptLayout.superclass.render.apply(this, arguments);
BI.TableAdaptLayout.superclass.render.apply(this, arguments);
this.$table = BI.Widget._renderEngine.createElement("<div>").css({
position: "relative",
display: "table",
@ -31357,11 +31357,11 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
populate: function (items) {
BI.TableCenterAdaptLayout.superclass.populate.apply(this, arguments);
BI.TableAdaptLayout.superclass.populate.apply(this, arguments);
this._mount();
}
});
BI.shortcut("bi.table_center_adapt", BI.TableCenterAdaptLayout);/**
BI.shortcut("bi.table_adapt", BI.TableAdaptLayout);/**
*自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2.
*
@ -32753,6 +32753,7 @@ BI.HorizontalLayout = BI.inherit(BI.Layout, {
verticalAlign: BI.VerticalAlign.Top,
horizontalAlign: BI.HorizontalAlign.Left,
columnSize: [],
scrollx: true,
hgap: 0,
vgap: 0,
lgap: 0,

13
dist/fineui.ie.js vendored

@ -31505,12 +31505,12 @@ BI.InlineVerticalAdaptLayout = BI.inherit(BI.Layout, {
});
BI.shortcut("bi.inline_vertical_adapt", BI.InlineVerticalAdaptLayout);/**
* 使用display:table和display:table-cell实现的horizontal布局
* @class BI.TableCenterAdaptLayout
* @class BI.TableAdaptLayout
* @extends BI.Layout
*/
BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
BI.TableAdaptLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.TableCenterAdaptLayout.superclass.props.apply(this, arguments), {
return BI.extend(BI.TableAdaptLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-table-center-adapt-layout",
columnSize: [],
verticalAlign: BI.VerticalAlign.Top,
@ -31525,7 +31525,7 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
render: function () {
var o = this.options;
BI.TableCenterAdaptLayout.superclass.render.apply(this, arguments);
BI.TableAdaptLayout.superclass.render.apply(this, arguments);
this.$table = BI.Widget._renderEngine.createElement("<div>").css({
position: "relative",
display: "table",
@ -31599,11 +31599,11 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
populate: function (items) {
BI.TableCenterAdaptLayout.superclass.populate.apply(this, arguments);
BI.TableAdaptLayout.superclass.populate.apply(this, arguments);
this._mount();
}
});
BI.shortcut("bi.table_center_adapt", BI.TableCenterAdaptLayout);/**
BI.shortcut("bi.table_adapt", BI.TableAdaptLayout);/**
*自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2.
*
@ -32995,6 +32995,7 @@ BI.HorizontalLayout = BI.inherit(BI.Layout, {
verticalAlign: BI.VerticalAlign.Top,
horizontalAlign: BI.HorizontalAlign.Left,
columnSize: [],
scrollx: true,
hgap: 0,
vgap: 0,
lgap: 0,

60
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/fineui.js vendored

@ -31505,12 +31505,12 @@ BI.InlineVerticalAdaptLayout = BI.inherit(BI.Layout, {
});
BI.shortcut("bi.inline_vertical_adapt", BI.InlineVerticalAdaptLayout);/**
* 使用display:table和display:table-cell实现的horizontal布局
* @class BI.TableCenterAdaptLayout
* @class BI.TableAdaptLayout
* @extends BI.Layout
*/
BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
BI.TableAdaptLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.TableCenterAdaptLayout.superclass.props.apply(this, arguments), {
return BI.extend(BI.TableAdaptLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-table-center-adapt-layout",
columnSize: [],
verticalAlign: BI.VerticalAlign.Top,
@ -31525,7 +31525,7 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
render: function () {
var o = this.options;
BI.TableCenterAdaptLayout.superclass.render.apply(this, arguments);
BI.TableAdaptLayout.superclass.render.apply(this, arguments);
this.$table = BI.Widget._renderEngine.createElement("<div>").css({
position: "relative",
display: "table",
@ -31599,11 +31599,11 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
populate: function (items) {
BI.TableCenterAdaptLayout.superclass.populate.apply(this, arguments);
BI.TableAdaptLayout.superclass.populate.apply(this, arguments);
this._mount();
}
});
BI.shortcut("bi.table_center_adapt", BI.TableCenterAdaptLayout);/**
BI.shortcut("bi.table_adapt", BI.TableAdaptLayout);/**
*自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2.
*
@ -32995,6 +32995,7 @@ BI.HorizontalLayout = BI.inherit(BI.Layout, {
verticalAlign: BI.VerticalAlign.Top,
horizontalAlign: BI.HorizontalAlign.Left,
columnSize: [],
scrollx: true,
hgap: 0,
vgap: 0,
lgap: 0,

8
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/fineui_without_jquery_polyfill.js vendored

@ -20274,12 +20274,12 @@ BI.InlineVerticalAdaptLayout = BI.inherit(BI.Layout, {
});
BI.shortcut("bi.inline_vertical_adapt", BI.InlineVerticalAdaptLayout);/**
* 使用display:table和display:table-cell实现的horizontal布局
* @class BI.TableCenterAdaptLayout
* @class BI.TableAdaptLayout
* @extends BI.Layout
*/
BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
BI.TableAdaptLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.TableCenterAdaptLayout.superclass.props.apply(this, arguments), {
return BI.extend(BI.TableAdaptLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-table-center-adapt-layout",
columnSize: [],
verticalAlign: BI.VerticalAlign.Top,
@ -20294,7 +20294,7 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
render: function () {
var o = this.options;
BI.TableCenterAdaptLayout.superclass.render.apply(this, arguments);
BI.TableAdaptLayout.superclass.render.apply(this, arguments);
this.$table = BI.Widget._renderEngine.createElement("<div>").css({
position: "relative",
display: "table",
@ -20368,11 +20368,11 @@ BI.TableCenterAdaptLayout = BI.inherit(BI.Layout, {
},
populate: function (items) {
BI.TableCenterAdaptLayout.superclass.populate.apply(this, arguments);
BI.TableAdaptLayout.superclass.populate.apply(this, arguments);
this._mount();
}
});
BI.shortcut("bi.table_center_adapt", BI.TableCenterAdaptLayout);/**
BI.shortcut("bi.table_adapt", BI.TableAdaptLayout);/**
*自适应水平和垂直方向都居中容器
* Created by GUY on 2016/12/2.
*
@ -21764,6 +21764,7 @@ BI.HorizontalLayout = BI.inherit(BI.Layout, {
verticalAlign: BI.VerticalAlign.Top,
horizontalAlign: BI.HorizontalAlign.Left,
columnSize: [],
scrollx: true,
hgap: 0,
vgap: 0,
lgap: 0,

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

1
src/core/wrapper/layout/layout.horizontal.js

@ -10,6 +10,7 @@ BI.HorizontalLayout = BI.inherit(BI.Layout, {
verticalAlign: BI.VerticalAlign.Top,
horizontalAlign: BI.HorizontalAlign.Left,
columnSize: [],
scrollx: true,
hgap: 0,
vgap: 0,
lgap: 0,

Loading…
Cancel
Save