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