@o3r/forms 11.6.0-prerelease.7 → 11.6.0-prerelease.8

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.
Files changed (47) hide show
  1. package/annotations/async-input.d.ts.map +1 -1
  2. package/core/custom-validation.d.ts.map +1 -1
  3. package/core/errors.d.ts.map +1 -1
  4. package/core/extended-validator.d.ts.map +1 -1
  5. package/core/flat-errors.d.ts.map +1 -1
  6. package/core/helpers.d.ts.map +1 -1
  7. package/core/submit.d.ts.map +1 -1
  8. package/esm2022/annotations/async-input.mjs +9 -9
  9. package/esm2022/core/custom-validation.mjs +1 -1
  10. package/esm2022/core/errors.mjs +1 -1
  11. package/esm2022/core/extended-validator.mjs +2 -2
  12. package/esm2022/core/flat-errors.mjs +1 -1
  13. package/esm2022/core/helpers.mjs +26 -27
  14. package/esm2022/core/index.mjs +1 -1
  15. package/esm2022/core/submit.mjs +1 -1
  16. package/esm2022/public_api.mjs +1 -2
  17. package/esm2022/stores/form-error-messages/form-error-messages.actions.mjs +2 -2
  18. package/esm2022/stores/form-error-messages/form-error-messages.module.mjs +5 -5
  19. package/esm2022/stores/form-error-messages/form-error-messages.reducer.mjs +3 -3
  20. package/esm2022/stores/form-error-messages/form-error-messages.selectors.mjs +4 -4
  21. package/esm2022/stores/form-error-messages/form-error-messages.state.mjs +1 -1
  22. package/esm2022/validators/date/date-validators.module.mjs +5 -5
  23. package/esm2022/validators/date/index.mjs +2 -2
  24. package/esm2022/validators/date/max-date.directive.mjs +5 -5
  25. package/esm2022/validators/date/min-date.directive.mjs +5 -5
  26. package/esm2022/validators/number/max.directive.mjs +4 -5
  27. package/esm2022/validators/number/min.directive.mjs +4 -5
  28. package/esm2022/validators/number/number-validators.module.mjs +5 -5
  29. package/fesm2022/o3r-forms.mjs +36 -39
  30. package/fesm2022/o3r-forms.mjs.map +1 -1
  31. package/package.json +4 -4
  32. package/public_api.d.ts +0 -1
  33. package/public_api.d.ts.map +1 -1
  34. package/schematics/ng-add/index.d.ts.map +1 -1
  35. package/schematics/ng-add/schema.d.ts.map +1 -1
  36. package/stores/form-error-messages/form-error-messages.actions.d.ts.map +1 -1
  37. package/stores/form-error-messages/form-error-messages.module.d.ts.map +1 -1
  38. package/stores/form-error-messages/form-error-messages.reducer.d.ts.map +1 -1
  39. package/stores/form-error-messages/form-error-messages.selectors.d.ts.map +1 -1
  40. package/stores/form-error-messages/form-error-messages.state.d.ts.map +1 -1
  41. package/validators/date/date-validators.module.d.ts.map +1 -1
  42. package/validators/date/index.d.ts +1 -1
  43. package/validators/date/max-date.directive.d.ts.map +1 -1
  44. package/validators/date/min-date.directive.d.ts.map +1 -1
  45. package/validators/number/max.directive.d.ts.map +1 -1
  46. package/validators/number/min.directive.d.ts.map +1 -1
  47. package/validators/number/number-validators.module.d.ts.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"number-validators.module.d.ts","sourceRoot":"","sources":["../../../src/validators/number/number-validators.module.ts"],"names":[],"mappings":";;;;AAMA,qBAKa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
1
+ {"version":3,"file":"number-validators.module.d.ts","sourceRoot":"","sources":["../../../src/validators/number/number-validators.module.ts"],"names":[],"mappings":";;;;AAaA,qBAKa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}