guy 7 years ago
parent
commit
2a8ee8a8c9
  1. 21
      bi/base.js
  2. 21
      dist/base.js
  3. 21
      dist/bundle.js
  4. 54
      dist/bundle.min.js
  5. 9
      src/base/single/button/listitem/blankiconicontextitem.js
  6. 2
      src/base/single/button/listitem/blankicontexticonitem.js
  7. 1
      src/base/single/button/listitem/blankicontextitem.js
  8. 1
      src/base/single/button/listitem/icontexticonitem.js
  9. 1
      src/base/single/button/listitem/icontextitem.js
  10. 1
      src/base/single/button/listitem/texticonitem.js
  11. 4
      src/base/single/button/node/icontexticonnode.js
  12. 1
      src/base/single/button/node/icontextnode.js
  13. 1
      src/base/single/button/node/texticonnode.js

21
bi/base.js

@ -17849,7 +17849,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
var o = this.options, c = this._const;
var blank = BI.createWidget({
type: "bi.layout",
width: o.blankWidth
width: o.blankWidth,
height: o.height
})
this.text = BI.createWidget({
type: "bi.label",
@ -17868,13 +17869,15 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
type: "bi.icon_button",
cls: o.iconCls1,
forceNotSelected: true,
width: c.commonWidth
width: c.commonWidth,
height: o.height
});
this.icon2 = BI.createWidget({
type: "bi.icon_button",
cls: o.iconCls2,
forceNotSelected: true,
width: c.commonWidth
width: c.commonWidth,
height: o.height
});
BI.createWidget(BI.extend({
@ -17983,6 +17986,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -17999,6 +18003,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls2,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18120,6 +18125,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18228,6 +18234,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18358,6 +18365,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18464,6 +18472,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18655,6 +18664,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18665,7 +18675,8 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
})
var blank = BI.createWidget({
type: "bi.layout",
width: c.commonWidth
width: c.commonWidth,
height: o.height
})
BI.createWidget({
type: "bi.absolute",
@ -18776,6 +18787,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18871,6 +18883,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

21
dist/base.js vendored

@ -17849,7 +17849,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
var o = this.options, c = this._const;
var blank = BI.createWidget({
type: "bi.layout",
width: o.blankWidth
width: o.blankWidth,
height: o.height
})
this.text = BI.createWidget({
type: "bi.label",
@ -17868,13 +17869,15 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
type: "bi.icon_button",
cls: o.iconCls1,
forceNotSelected: true,
width: c.commonWidth
width: c.commonWidth,
height: o.height
});
this.icon2 = BI.createWidget({
type: "bi.icon_button",
cls: o.iconCls2,
forceNotSelected: true,
width: c.commonWidth
width: c.commonWidth,
height: o.height
});
BI.createWidget(BI.extend({
@ -17983,6 +17986,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -17999,6 +18003,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls2,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18120,6 +18125,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18228,6 +18234,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18358,6 +18365,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18464,6 +18472,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18655,6 +18664,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18665,7 +18675,8 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
})
var blank = BI.createWidget({
type: "bi.layout",
width: c.commonWidth
width: c.commonWidth,
height: o.height
})
BI.createWidget({
type: "bi.absolute",
@ -18776,6 +18787,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -18871,6 +18883,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

21
dist/bundle.js vendored

@ -46720,7 +46720,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
var o = this.options, c = this._const;
var blank = BI.createWidget({
type: "bi.layout",
width: o.blankWidth
width: o.blankWidth,
height: o.height
})
this.text = BI.createWidget({
type: "bi.label",
@ -46739,13 +46740,15 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
type: "bi.icon_button",
cls: o.iconCls1,
forceNotSelected: true,
width: c.commonWidth
width: c.commonWidth,
height: o.height
});
this.icon2 = BI.createWidget({
type: "bi.icon_button",
cls: o.iconCls2,
forceNotSelected: true,
width: c.commonWidth
width: c.commonWidth,
height: o.height
});
BI.createWidget(BI.extend({
@ -46854,6 +46857,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -46870,6 +46874,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls2,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -46991,6 +46996,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -47099,6 +47105,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -47229,6 +47236,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -47335,6 +47343,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -47526,6 +47535,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -47536,7 +47546,8 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
})
var blank = BI.createWidget({
type: "bi.layout",
width: c.commonWidth
width: c.commonWidth,
height: o.height
})
BI.createWidget({
type: "bi.absolute",
@ -47647,6 +47658,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -47742,6 +47754,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

54
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

9
src/base/single/button/listitem/blankiconicontextitem.js

@ -33,7 +33,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
var o = this.options, c = this._const;
var blank = BI.createWidget({
type: "bi.layout",
width: o.blankWidth
width: o.blankWidth,
height: o.height
})
this.text = BI.createWidget({
type: "bi.label",
@ -52,13 +53,15 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
type: "bi.icon_button",
cls: o.iconCls1,
forceNotSelected: true,
width: c.commonWidth
width: c.commonWidth,
height: o.height
});
this.icon2 = BI.createWidget({
type: "bi.icon_button",
cls: o.iconCls2,
forceNotSelected: true,
width: c.commonWidth
width: c.commonWidth,
height: o.height
});
BI.createWidget(BI.extend({

2
src/base/single/button/listitem/blankicontexticonitem.js

@ -49,6 +49,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -65,6 +66,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls2,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

1
src/base/single/button/listitem/blankicontextitem.js

@ -50,6 +50,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

1
src/base/single/button/listitem/icontexticonitem.js

@ -48,6 +48,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

1
src/base/single/button/listitem/icontextitem.js

@ -45,6 +45,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

1
src/base/single/button/listitem/texticonitem.js

@ -46,6 +46,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

4
src/base/single/button/node/icontexticonnode.js

@ -46,6 +46,7 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
type: "bi.center_adapt",
cls: o.iconCls1,
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",
@ -56,7 +57,8 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
})
var blank = BI.createWidget({
type: "bi.layout",
width: c.commonWidth
width: c.commonWidth,
height: o.height
})
BI.createWidget({
type: "bi.absolute",

1
src/base/single/button/node/icontextnode.js

@ -44,6 +44,7 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

1
src/base/single/button/node/texticonnode.js

@ -43,6 +43,7 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
this.icon = BI.createWidget({
type: "bi.center_adapt",
width: c.commonWidth,
height: o.height,
items: [{
el: {
type: "bi.icon",

Loading…
Cancel
Save