ngx-material-entity 15.1.1 → 15.1.3

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/classes/date.utilities.d.ts +1 -1
  2. package/classes/entity.utilities.d.ts +36 -0
  3. package/components/input/date/date-range-input/date-range-input.component.d.ts +6 -3
  4. package/components/input/date/date-time-input/date-time-input.component.d.ts +3 -2
  5. package/components/input/file/file-image-input/file-image-input.component.d.ts +4 -2
  6. package/components/input/file/file-input/file-input.component.d.ts +5 -2
  7. package/components/input/string/string-password-input/string-password-input.component.d.ts +2 -1
  8. package/decorators/base/base-property.decorator.d.ts +2 -1
  9. package/decorators/boolean/boolean-decorator.data.d.ts +6 -2
  10. package/decorators/custom/custom.decorator.d.ts +2 -1
  11. package/decorators/date/date-decorator-internal.data.d.ts +1 -1
  12. package/decorators/date/date-decorator.data.d.ts +1 -1
  13. package/decorators/number/number-decorator-internal.data.d.ts +1 -1
  14. package/decorators/number/number-decorator.data.d.ts +1 -1
  15. package/decorators/string/string-decorator-internal.data.d.ts +1 -1
  16. package/decorators/string/string-decorator.data.d.ts +1 -1
  17. package/encapsulation/reflect.utilities.d.ts +9 -0
  18. package/esm2020/classes/date.utilities.mjs +1 -1
  19. package/esm2020/classes/entity.utilities.mjs +51 -4
  20. package/esm2020/components/input/boolean/boolean-dropdown-input/boolean-dropdown-input.component.mjs +3 -3
  21. package/esm2020/components/input/date/date-range-input/date-range-input.component.mjs +21 -1
  22. package/esm2020/components/input/date/date-time-input/date-time-input.component.mjs +11 -3
  23. package/esm2020/components/input/file/file-default-input/file-default-input.component.mjs +3 -3
  24. package/esm2020/components/input/file/file-image-input/file-image-input.component.mjs +17 -3
  25. package/esm2020/components/input/file/file-input/file-input.component.mjs +14 -2
  26. package/esm2020/components/input/number/number-dropdown-input/number-dropdown-input.component.mjs +3 -3
  27. package/esm2020/components/input/string/string-dropdown-input/string-dropdown-input.component.mjs +3 -3
  28. package/esm2020/components/input/string/string-password-input/string-password-input.component.mjs +8 -3
  29. package/esm2020/decorators/base/base-property.decorator.mjs +6 -2
  30. package/esm2020/decorators/boolean/boolean-decorator-internal.data.mjs +3 -3
  31. package/esm2020/decorators/boolean/boolean-decorator.data.mjs +1 -1
  32. package/esm2020/decorators/custom/custom.decorator.mjs +4 -3
  33. package/esm2020/decorators/date/date-decorator-internal.data.mjs +1 -1
  34. package/esm2020/decorators/date/date-decorator.data.mjs +1 -1
  35. package/esm2020/decorators/date/date.decorator.mjs +4 -3
  36. package/esm2020/decorators/file/file.decorator.mjs +4 -3
  37. package/esm2020/decorators/number/number-decorator-internal.data.mjs +1 -1
  38. package/esm2020/decorators/number/number-decorator.data.mjs +1 -1
  39. package/esm2020/decorators/string/string-decorator-internal.data.mjs +1 -1
  40. package/esm2020/decorators/string/string-decorator.data.mjs +1 -1
  41. package/esm2020/decorators/string/string.decorator.mjs +3 -2
  42. package/esm2020/encapsulation/reflect.utilities.mjs +12 -1
  43. package/fesm2015/ngx-material-entity.mjs +351 -238
  44. package/fesm2015/ngx-material-entity.mjs.map +1 -1
  45. package/fesm2020/ngx-material-entity.mjs +347 -235
  46. package/fesm2020/ngx-material-entity.mjs.map +1 -1
  47. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-material-entity",
3
- "version": "15.1.1",
3
+ "version": "15.1.3",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "angular",