* commit '560600ac1a1659e9b5f66a191fe6fcae100db369': 无jira任务 接口整理 无jira任务 接口整理
@ -11,9 +11,6 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
var conf = BI.BlankIconIconTextItem.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
baseCls: (conf.baseCls || "") + " bi-blank-icon-text-item",
logic: {
dynamic: false
},
iconCls1: "",
iconCls2: "",
blankWidth: 0,
@ -12,9 +12,6 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
var conf = BI.BlankIconTextIconItem.superclass._defaultConfig.apply(this, arguments);
baseCls: (conf.baseCls || "") + " bi-blank-icon-text-icon-item",
@ -11,9 +11,6 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
var conf = BI.BlankIconTextItem.superclass._defaultConfig.apply(this, arguments);
iconHeight: null,
iconWidth: null,
@ -12,9 +12,6 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
var conf = BI.IconTextIconItem.superclass._defaultConfig.apply(this, arguments);
baseCls: (conf.baseCls || "") + " bi-icon-text-icon-item",
@ -12,9 +12,6 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
baseCls: (conf.baseCls || "") + " bi-icon-text-item",
direction: BI.Direction.Left,
iconWrapperWidth: null,
@ -12,9 +12,6 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
var conf = BI.TextIconItem.superclass._defaultConfig.apply(this, arguments);
baseCls: (conf.baseCls || "") + " bi-text-icon-item",
@ -10,9 +10,6 @@ BI.IconTextIconNode = BI.inherit(BI.NodeButton, {
var conf = BI.IconTextIconNode.superclass._defaultConfig.apply(this, arguments);
baseCls: (conf.baseCls || "") + " bi-icon-text-icon-node",
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
@ -10,9 +10,6 @@ BI.IconTextNode = BI.inherit(BI.NodeButton, {
var conf = BI.IconTextNode.superclass._defaultConfig.apply(this, arguments);
baseCls: (conf.baseCls || "") + " bi-icon-text-node",
cls: "close-ha-font",
@ -9,9 +9,6 @@ BI.TextIconNode = BI.inherit(BI.NodeButton, {
var conf = BI.TextIconNode.superclass._defaultConfig.apply(this, arguments);
baseCls: (conf.baseCls || "") + " bi-text-icon-node",
@ -11,9 +11,6 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
tabIndex: 1
height: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
iconWrapperWidth: 26,
});
@ -10,9 +10,6 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
attributes: {
iconWrapperWidth: 16,
textHgap: 10,
@ -6,9 +6,6 @@ BI.ArrowNode = BI.inherit(BI.NodeButton, {
var conf = BI.ArrowNode.superclass._defaultConfig.apply(this, arguments);
baseCls: (conf.baseCls || "") + " bi-arrow-group-node bi-list-item",
id: "",
pId: "",
open: false,
@ -9,9 +9,6 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, {
var conf = BI.PlusGroupNode.superclass._defaultConfig.apply(this, arguments);
baseCls: (conf.baseCls || "") + " bi-plus-group-node bi-list-item",
@ -14,9 +14,6 @@ BI.Switch = BI.inherit(BI.BasicButton, {
height: 20,
width: 44,
showTip: false
@ -5,9 +5,6 @@ export declare class IconTextIconItem extends BasicButton {
static EVENT_CHANGE: string;
props: {
logic?: {
dynamic: boolean;
};
iconCls1?: string;
iconCls2?: string;
iconHeight?: number;
@ -6,9 +6,6 @@ export declare class IconTextItem extends BasicButton {
direction?: string;
iconWrapperWidth?: number;
iconCls?: string;
@ -6,9 +6,6 @@ export declare class MultiSelectItem extends BasicButton {
}
text: string;
iconWrapperWidth: number;
textLgap: number;
@ -6,9 +6,6 @@ export declare class SingleSelectRadioItem extends BasicButton {
textHgap: number;
textRgap: number;