@elite.framework/ng.core 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5334,7 +5334,7 @@ const provideFormly = provideFormlyCore([
5334
5334
  { name: 'attachment-type', component: AttachmentTypeComponent, wrappers: ['form-field'] },
5335
5335
  { name: 'rich-text-editor', component: RichTextEditorTypeComponent, wrappers: ['form-field'] },
5336
5336
  { name: 'generic-selector', component: GenericSelectorTypeComponent, wrappers: ['form-field'] },
5337
- { name: 'switch', component: InputSwitchTypeComponent, wrappers: ['form-field'] },
5337
+ { name: 'switch', component: InputSwitchTypeComponent, wrappers: ['form-field-no'] },
5338
5338
  { name: 'username-with-domain', component: UsernameWithDomainComponent, wrappers: ['form-field'] },
5339
5339
  { name: 'custom-switch', component: CustomSwitchFieldComponent, wrappers: ['form-field'] },
5340
5340
  { name: 'Formly-Split', component: FormlySplitButtonComponent, wrappers: ['form-field'] },