new components

This commit is contained in:
Mirco Wittrien 2019-11-06 09:00:07 +01:00
parent 66828148db
commit 4566e4b240
2 changed files with 5 additions and 1 deletions

View File

@ -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