@esfaenza/forms-and-validations 11.2.149-beta1 → 11.2.149-beta2

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.
@@ -2,12 +2,13 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- export { FormAdaptiveComponentLoc as ɵe } from './lib/forms/form-adaptive/form-adaptive.component.loc';
6
- export { FormAutocompleteComponentLoc as ɵi } from './lib/forms/form-autocomplete/form-autocomplete.component.loc';
7
- export { FormFileComponentLoc as ɵh } from './lib/forms/form-file/form-file.component.loc';
8
- export { FormMultiSelectComponent as ɵf } from './lib/forms/form-multiselect/form-multiselect.component';
9
- export { FormMultiSelectComponentLoc as ɵg } from './lib/forms/form-multiselect/form-multiselect.component.loc';
10
- export { FormSelectComponentLoc as ɵd } from './lib/forms/form-select/form-select.component.loc';
5
+ export { FormAdaptiveComponentLoc as ɵf } from './lib/forms/form-adaptive/form-adaptive.component.loc';
6
+ export { FormAutocompleteComponentLoc as ɵj } from './lib/forms/form-autocomplete/form-autocomplete.component.loc';
7
+ export { FormFileComponentLoc as ɵi } from './lib/forms/form-file/form-file.component.loc';
8
+ export { FormInputComponent as ɵd } from './lib/forms/form-input-new/form-input.component';
9
+ export { FormMultiSelectComponent as ɵg } from './lib/forms/form-multiselect/form-multiselect.component';
10
+ export { FormMultiSelectComponentLoc as ɵh } from './lib/forms/form-multiselect/form-multiselect.component.loc';
11
+ export { FormSelectComponentLoc as ɵe } from './lib/forms/form-select/form-select.component.loc';
11
12
  export { BaseValidation as ɵa } from './lib/validations/base-validation';
12
13
  export { BaseValidationLoc as ɵb } from './lib/validations/base-validation.loc';
13
14
  export { CustomRequiredDirective as ɵc } from './lib/validations/customValidators/CustomRequiredDirective';