new components
This commit is contained in:
parent
66828148db
commit
4566e4b240
|
@ -6242,6 +6242,10 @@ var BDFDB = {
|
|||
}
|
||||
} : LibraryComponents.PopoutContainer;
|
||||
|
||||
LibraryComponents.QuickSelect = BDFDB.ModuleUtils.findByName("QuickSelect");
|
||||
|
||||
LibraryComponents.SearchBar = BDFDB.ModuleUtils.findByName("SearchBar");
|
||||
|
||||
LibraryComponents.Select = reactInitialized ? class BDFDB_Select extends LibraryModules.React.Component {
|
||||
handleChange(value) {
|
||||
this.props.value = value;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue