@esfaenza/forms-and-validations 11.2.149-beta4 → 11.2.149-beta5
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.
- package/bundles/esfaenza-forms-and-validations.umd.js +67 -111
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esfaenza-forms-and-validations.d.ts +6 -7
- package/esfaenza-forms-and-validations.metadata.json +1 -1
- package/esm2015/esfaenza-forms-and-validations.js +7 -8
- package/esm2015/lib/forms/base-form-control.js +37 -12
- package/esm2015/lib/forms/form-input/form-input.component.js +22 -34
- package/esm2015/lib/forms-and-validations.module.js +5 -5
- package/fesm2015/esfaenza-forms-and-validations.js +53 -98
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/lib/forms/base-form-control.d.ts +6 -0
- package/lib/forms/form-input/form-input.component.d.ts +6 -12
- package/package.json +1 -1
- package/esm2015/lib/forms/form-input-new/form-input.component.js +0 -66
- package/lib/forms/form-input-new/form-input.component.d.ts +0 -21
|
@@ -2,13 +2,12 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { FormAdaptiveComponentLoc as
|
|
6
|
-
export { FormAutocompleteComponentLoc as
|
|
7
|
-
export { FormFileComponentLoc as
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export { FormSelectComponentLoc as ɵe } from './lib/forms/form-select/form-select.component.loc';
|
|
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';
|
|
12
11
|
export { BaseValidation as ɵa } from './lib/validations/base-validation';
|
|
13
12
|
export { BaseValidationLoc as ɵb } from './lib/validations/base-validation.loc';
|
|
14
13
|
export { CustomRequiredDirective as ɵc } from './lib/validations/customValidators/CustomRequiredDirective';
|