|
|
@ -76186,7 +76186,6 @@ BI.EditorTrigger = BI.inherit(BI.Trigger, { |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
cls: "bi-border-left", |
|
|
|
|
|
|
|
width: o.triggerWidth || o.height |
|
|
|
width: o.triggerWidth || o.height |
|
|
|
}, |
|
|
|
}, |
|
|
|
width: o.triggerWidth || o.height |
|
|
|
width: o.triggerWidth || o.height |
|
|
@ -76267,7 +76266,6 @@ BI.IconTextTrigger = BI.inherit(BI.Trigger, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.trigerButton = BI.createWidget({ |
|
|
|
this.trigerButton = BI.createWidget({ |
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
cls: "bi-border-left", |
|
|
|
|
|
|
|
width: o.triggerWidth || o.height |
|
|
|
width: o.triggerWidth || o.height |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|