@esfaenza/forms-and-validations 11.2.104 → 11.2.105
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 +30 -14
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esfaenza-forms-and-validations.d.ts +9 -9
- package/esfaenza-forms-and-validations.metadata.json +1 -1
- package/esm2015/esfaenza-forms-and-validations.js +10 -10
- package/esm2015/lib/forms/form-checkbox/form-checkbox.component.js +19 -7
- package/esm2015/lib/forms-and-validations.module.js +3 -2
- package/esm2015/lib/models/FormsAndValidationsModuleConfig.js +1 -1
- package/esm2015/lib/tokens.js +3 -1
- package/fesm2015/esfaenza-forms-and-validations.js +22 -7
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/lib/forms/form-checkbox/form-checkbox.component.d.ts +5 -1
- package/lib/models/FormsAndValidationsModuleConfig.d.ts +2 -0
- package/lib/tokens.d.ts +2 -0
- package/package.json +1 -1
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { BaseFormControl as
|
|
6
|
-
export { FormAdaptiveComponentLoc as
|
|
7
|
-
export { FormAutocompleteComponentLoc as
|
|
8
|
-
export { FormFileComponentLoc as
|
|
9
|
-
export { FormMultiSelectComponent as
|
|
10
|
-
export { FormMultiSelectComponentLoc as
|
|
11
|
-
export { FormSelectComponentLoc as
|
|
12
|
-
export { ACO_CUSTOMKEY as ɵd, FAV_DEBUG_MODE as ɵe, FAV_LOCALE as ɵc } from './lib/tokens';
|
|
5
|
+
export { BaseFormControl as ɵh } from './lib/forms/base-form-control';
|
|
6
|
+
export { FormAdaptiveComponentLoc as ɵj } from './lib/forms/form-adaptive/form-adaptive.component.loc';
|
|
7
|
+
export { FormAutocompleteComponentLoc as ɵn } from './lib/forms/form-autocomplete/form-autocomplete.component.loc';
|
|
8
|
+
export { FormFileComponentLoc as ɵm } from './lib/forms/form-file/form-file.component.loc';
|
|
9
|
+
export { FormMultiSelectComponent as ɵk } from './lib/forms/form-multiselect/form-multiselect.component';
|
|
10
|
+
export { FormMultiSelectComponentLoc as ɵl } from './lib/forms/form-multiselect/form-multiselect.component.loc';
|
|
11
|
+
export { FormSelectComponentLoc as ɵi } from './lib/forms/form-select/form-select.component.loc';
|
|
12
|
+
export { ACO_CUSTOMKEY as ɵd, FAV_DEBUG_MODE as ɵe, FAV_LOCALE as ɵc, FAV_SLIDER_MODE as ɵf } from './lib/tokens';
|
|
13
13
|
export { BaseValidation as ɵa } from './lib/validations/base-validation';
|
|
14
14
|
export { BaseValidationLoc as ɵb } from './lib/validations/base-validation.loc';
|
|
15
|
-
export { CustomRequiredDirective as
|
|
15
|
+
export { CustomRequiredDirective as ɵg } from './lib/validations/customValidators/CustomRequiredDirective';
|