This commit is contained in:
Mirco Wittrien 2019-12-19 14:46:58 +01:00
parent 215c8857a1
commit d2b98836ed
2 changed files with 3 additions and 1 deletions

View File

@ -6477,6 +6477,8 @@
LibraryComponents.Animations = Object.assign({}, BDFDB.ModuleUtils.findByProperties("Controller", "Spring"));
LibraryComponents.AutocompleteComponents = Object.assign({}, BDFDB.ModuleUtils.findByName("Autocomplete"));
LibraryComponents.Avatar = (BDFDB.ModuleUtils.findByProperties("AnimatedAvatar") || {}).default;
LibraryComponents.BadgeComponents = Object.assign({}, BDFDB.ModuleUtils.findByProperties("IconBadge", "NumberBadge"));

File diff suppressed because one or more lines are too long