|
|
@ -77033,7 +77033,7 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, { |
|
|
|
this.storeValue = {}; |
|
|
|
this.storeValue = {}; |
|
|
|
this.colorShow = BI.createWidget({ |
|
|
|
this.colorShow = BI.createWidget({ |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
|
cls: "color-picker-editor-display bi-card", |
|
|
|
cls: "color-picker-editor-display bi-card bi-border", |
|
|
|
height: 16, |
|
|
|
height: 16, |
|
|
|
width: 16 |
|
|
|
width: 16 |
|
|
|
}); |
|
|
|
}); |
|
|
@ -77269,7 +77269,7 @@ BI.SimpleColorPickerEditor = BI.inherit(BI.Widget, { |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
this.colorShow = BI.createWidget({ |
|
|
|
this.colorShow = BI.createWidget({ |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
|
cls: "color-picker-editor-display bi-card", |
|
|
|
cls: "color-picker-editor-display bi-card bi-border", |
|
|
|
height: 16, |
|
|
|
height: 16, |
|
|
|
width: 16 |
|
|
|
width: 16 |
|
|
|
}); |
|
|
|
}); |
|
|
@ -99070,7 +99070,7 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
this.addNotMatchTip = BI.createWidget({ |
|
|
|
this.addNotMatchTip = BI.createWidget({ |
|
|
|
type: "bi.label", |
|
|
|
type: "bi.text_button", |
|
|
|
invisible: true, |
|
|
|
invisible: true, |
|
|
|
text: BI.i18nText("BI-Basic_Click_To_Add_Text", ""), |
|
|
|
text: BI.i18nText("BI-Basic_Click_To_Add_Text", ""), |
|
|
|
height: this.constants.height, |
|
|
|
height: this.constants.height, |
|
|
@ -100130,6 +100130,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Single, { |
|
|
|
self.fireEvent(BI.MultiSelectInsertList.EVENT_CHANGE); |
|
|
|
self.fireEvent(BI.MultiSelectInsertList.EVENT_CHANGE); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
self._showAdapter(); |
|
|
|
} |
|
|
|
} |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
eventName: BI.Searcher.EVENT_SEARCHING, |
|
|
|
eventName: BI.Searcher.EVENT_SEARCHING, |
|
|
|