@esfaenza/forms-and-validations 11.2.105 → 11.2.106

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.
@@ -3992,7 +3992,11 @@
3992
3992
  * Generated bundle index. Do not edit.
3993
3993
  */
3994
3994
 
3995
+ exports.ACO_CUSTOMKEY = ACO_CUSTOMKEY;
3995
3996
  exports.AppFile = AppFile;
3997
+ exports.FAV_DEBUG_MODE = FAV_DEBUG_MODE;
3998
+ exports.FAV_LOCALE = FAV_LOCALE;
3999
+ exports.FAV_SLIDER_MODE = FAV_SLIDER_MODE;
3996
4000
  exports.FormAdaptiveComponent = FormAdaptiveComponent;
3997
4001
  exports.FormAutocompleteComponent = FormAutocompleteComponent;
3998
4002
  exports.FormCheckboxComponent = FormCheckboxComponent;
@@ -4020,18 +4024,14 @@
4020
4024
  exports.ValidationTextAreaComponent = ValidationTextAreaComponent;
4021
4025
  exports.ɵa = BaseValidation;
4022
4026
  exports.ɵb = BaseValidationLoc;
4023
- exports.ɵc = FAV_LOCALE;
4024
- exports.ɵd = ACO_CUSTOMKEY;
4025
- exports.ɵe = FAV_DEBUG_MODE;
4026
- exports.ɵf = FAV_SLIDER_MODE;
4027
- exports.ɵg = CustomRequiredDirective;
4028
- exports.ɵh = BaseFormControl;
4029
- exports.ɵi = FormSelectComponentLoc;
4030
- exports.ɵj = FormAdaptiveComponentLoc;
4031
- exports.ɵk = FormMultiSelectComponent;
4032
- exports.ɵl = FormMultiSelectComponentLoc;
4033
- exports.ɵm = FormFileComponentLoc;
4034
- exports.ɵn = FormAutocompleteComponentLoc;
4027
+ exports.ɵc = CustomRequiredDirective;
4028
+ exports.ɵd = BaseFormControl;
4029
+ exports.ɵe = FormSelectComponentLoc;
4030
+ exports.ɵf = FormAdaptiveComponentLoc;
4031
+ exports.ɵg = FormMultiSelectComponent;
4032
+ exports.ɵh = FormMultiSelectComponentLoc;
4033
+ exports.ɵi = FormFileComponentLoc;
4034
+ exports.ɵj = FormAutocompleteComponentLoc;
4035
4035
 
4036
4036
  Object.defineProperty(exports, '__esModule', { value: true });
4037
4037