|
|
|
@ -52922,34 +52922,24 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
var icon1 = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
cls: o.iconCls1, |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
BI.createWidget({ |
|
|
|
|
type: "bi.absolute", |
|
|
|
|
element: this, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
cls: o.iconCls2, |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}, |
|
|
|
|
top: 0, |
|
|
|
|
bottom: 0, |
|
|
|
@ -53059,16 +53049,11 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
height: o.height |
|
|
|
|
}); |
|
|
|
|
this.icon = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.createWidget(BI.extend({ |
|
|
|
@ -53164,17 +53149,12 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
var icon1 = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
cls: o.iconCls1, |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
var blank = BI.createWidget({ |
|
|
|
|
type: "bi.layout", |
|
|
|
@ -53185,16 +53165,12 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
element: this, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
cls: o.iconCls2, |
|
|
|
|
width: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
height: o.height, |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}, |
|
|
|
|
top: 0, |
|
|
|
|
bottom: 0, |
|
|
|
@ -53293,16 +53269,11 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
height: o.height |
|
|
|
|
}); |
|
|
|
|
this.icon = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.createWidget(BI.extend({ |
|
|
|
@ -53397,16 +53368,11 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
height: o.height |
|
|
|
|
}); |
|
|
|
|
this.icon = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.createWidget(BI.extend({ |
|
|
|
@ -53585,17 +53551,12 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
var icon1 = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
cls: o.iconCls1, |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
var blank = BI.createWidget({ |
|
|
|
|
type: "bi.layout", |
|
|
|
@ -53607,16 +53568,11 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
|
|
|
|
|
element: this, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
cls: o.iconCls2, |
|
|
|
|
width: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}, |
|
|
|
|
top: 0, |
|
|
|
|
bottom: 0, |
|
|
|
@ -53706,16 +53662,11 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
|
|
|
|
|
height: o.height |
|
|
|
|
}); |
|
|
|
|
this.icon = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.createWidget(BI.extend({ |
|
|
|
@ -53799,16 +53750,11 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
|
|
|
|
|
height: o.height |
|
|
|
|
}); |
|
|
|
|
this.icon = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
|
type: "bi.icon", |
|
|
|
|
width: o.iconWidth, |
|
|
|
|
height: o.iconHeight |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.createWidget(BI.extend({ |
|
|
|
@ -73030,9 +72976,7 @@ BI.ArrowNode = BI.inherit(BI.NodeButton, {
|
|
|
|
|
var self = this, o = this.options; |
|
|
|
|
BI.ArrowNode.superclass._init.apply(this, arguments); |
|
|
|
|
this.checkbox = BI.createWidget({ |
|
|
|
|
type: "bi.arrow_group_node_checkbox", |
|
|
|
|
iconWidth: 12, |
|
|
|
|
iconHeight: 12 |
|
|
|
|
type: "bi.arrow_group_node_checkbox" |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
this.text = BI.createWidget({ |
|
|
|
@ -73206,14 +73150,11 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
var icon = BI.createWidget({ |
|
|
|
|
type: "bi.center_adapt", |
|
|
|
|
cls: o.iconCls, |
|
|
|
|
type: "bi.icon_label", |
|
|
|
|
width: 24, |
|
|
|
|
items: [{ |
|
|
|
|
type: "bi.icon", |
|
|
|
|
height: o.iconHeight, |
|
|
|
|
width: o.iconWidth |
|
|
|
|
}] |
|
|
|
|
cls: o.iconCls, |
|
|
|
|
iconWidth: o.iconWidth, |
|
|
|
|
iconHeight: o.iconHeight |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
this.text = BI.createWidget({ |
|
|
|
|