@esfaenza/forms-and-validations 11.2.49 → 11.2.50
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 +48 -48
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esfaenza-forms-and-validations.d.ts +0 -1
- package/esfaenza-forms-and-validations.metadata.json +1 -1
- package/esm2015/esfaenza-forms-and-validations.js +1 -2
- package/esm2015/lib/models/dayjs-adapter/dayjs-date-adapter.js +1 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/esfaenza-forms-and-validations.js +46 -46
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -9,7 +9,6 @@ export { FormFileComponentLoc as ɵk } from './lib/forms/form-file/form-file.com
|
|
|
9
9
|
export { FormMultiSelectComponent as ɵi } from './lib/forms/form-multiselect/form-multiselect.component';
|
|
10
10
|
export { FormMultiSelectComponentLoc as ɵj } from './lib/forms/form-multiselect/form-multiselect.component.loc';
|
|
11
11
|
export { FormSelectComponentLoc as ɵg } from './lib/forms/form-select/form-select.component.loc';
|
|
12
|
-
export { NgxExpandedDayJsDateAdapter as ɵm } from './lib/models/dayjs-adapter/dayjs-date-adapter';
|
|
13
12
|
export { ACO_CUSTOMKEY as ɵd, FAV_LOCALE as ɵc } from './lib/tokens';
|
|
14
13
|
export { BaseValidation as ɵa } from './lib/validations/base-validation';
|
|
15
14
|
export { BaseValidationLoc as ɵb } from './lib/validations/base-validation.loc';
|