This commit is contained in:
Mirco Wittrien 2019-10-14 13:00:07 +02:00
parent 3dd5ff7fc6
commit a9b765cd98
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -5668,6 +5668,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
LibraryComponents.FormComponents = BDFDB.WebModules.findByProperties('FormSection', 'FormText');
LibraryComponents.ModalComponents = BDFDB.WebModules.findByProperties('ModalContent', 'ModalFooter');
LibraryComponents.SvgIcon = BDFDB.WebModules.findByProperties('Gradients', 'Names');
LibraryComponents.Switch = BDFDB.WebModules.findByName('Switch');
LibraryComponents.TextElement = BDFDB.WebModules.findByProperties('Sizes', 'Weights');
LibraryComponents.TextInput = BDFDB.WebModules.findByName('TextInput');
BDFDB.LibraryComponents = Object.assign({}, LibraryComponents);