chrv-components 1.10.77 → 1.11.0

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 (60) hide show
  1. package/chrv-components-1.11.0.tgz +0 -0
  2. package/fesm2022/chrv-components.mjs +1209 -1028
  3. package/fesm2022/chrv-components.mjs.map +1 -1
  4. package/index.d.ts +1417 -3
  5. package/package.json +1 -1
  6. package/chrv-components-1.10.77.tgz +0 -0
  7. package/lib/animations/in-out.animation.d.ts +0 -1
  8. package/lib/animations/rotation.animation.d.ts +0 -1
  9. package/lib/chr-breadcrumb/chr-breadcrumb.component.d.ts +0 -15
  10. package/lib/chr-button/chr-button.component.d.ts +0 -27
  11. package/lib/chr-checkbox/chr-checkbox.component.d.ts +0 -13
  12. package/lib/chr-default-modal/chr-default-modal.component.d.ts +0 -36
  13. package/lib/chr-delete-modal/chr-delete-modal.component.d.ts +0 -12
  14. package/lib/chr-form/chr-base-input/chr-base-input.component.d.ts +0 -177
  15. package/lib/chr-form/chr-color-input/chr-color-input.component.d.ts +0 -10
  16. package/lib/chr-form/chr-date-input/chr-date-input.component.d.ts +0 -16
  17. package/lib/chr-form/chr-datetime-input/chr-datetime-input.component.d.ts +0 -16
  18. package/lib/chr-form/chr-file-input/chr-file-input.component.d.ts +0 -43
  19. package/lib/chr-form/chr-form.component.d.ts +0 -137
  20. package/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.d.ts +0 -8
  21. package/lib/chr-form/chr-textarea-input/chr-textarea-input.component.d.ts +0 -15
  22. package/lib/chr-form/chr-toggle-input/chr-toggle-input.component.d.ts +0 -10
  23. package/lib/chr-paginator/chr-paginator.component.d.ts +0 -42
  24. package/lib/chr-search-select/chr-search-select.component.d.ts +0 -71
  25. package/lib/chr-searchbar/chr-searchbar.component.d.ts +0 -14
  26. package/lib/chr-separator/chr-separator.component.d.ts +0 -5
  27. package/lib/chr-spinner/chr-spinner.component.d.ts +0 -16
  28. package/lib/chr-table/chr-table.component.d.ts +0 -94
  29. package/lib/chr-table-header-cell/chr-table-header-cell.component.d.ts +0 -19
  30. package/lib/chr-table-new/chr-table-new.component.d.ts +0 -147
  31. package/lib/chr-tag-select/chr-tag-select.component.d.ts +0 -66
  32. package/lib/chr-toast/chr-toast.component.d.ts +0 -9
  33. package/lib/config/interceptors/SpinnerInterceptor.d.ts +0 -2
  34. package/lib/config/interceptors/XsrfInterceptor.d.ts +0 -5
  35. package/lib/config/ngx-mask.config.d.ts +0 -49
  36. package/lib/config/providers/xsrf-provider.d.ts +0 -13
  37. package/lib/directives/autofocus.directive.d.ts +0 -10
  38. package/lib/directives/tab-input-only-handler.directive.d.ts +0 -9
  39. package/lib/directives/tab-to-enter-handler.directive.d.ts +0 -9
  40. package/lib/models/chr-validators/base-validator.d.ts +0 -12
  41. package/lib/models/chr-validators/decimal-validator.d.ts +0 -10
  42. package/lib/models/chr-validators/max-date-validator.d.ts +0 -10
  43. package/lib/models/chr-validators/max-file-size-validator.d.ts +0 -10
  44. package/lib/models/chr-validators/maxlength-validator.d.ts +0 -10
  45. package/lib/models/chr-validators/min-file-size-validator.d.ts +0 -10
  46. package/lib/models/chr-validators/minlength-validator.d.ts +0 -10
  47. package/lib/models/chr-validators/required-validator.d.ts +0 -10
  48. package/lib/models/chr-validators/type-validator.d.ts +0 -10
  49. package/lib/models/colors.d.ts +0 -10
  50. package/lib/models/controls.d.ts +0 -38
  51. package/lib/models/file.d.ts +0 -7
  52. package/lib/models/live-update-message.d.ts +0 -12
  53. package/lib/services/cookie.service.d.ts +0 -25
  54. package/lib/services/data.service.d.ts +0 -18
  55. package/lib/services/dialog.service.d.ts +0 -12
  56. package/lib/services/files.service.d.ts +0 -15
  57. package/lib/services/live-update.service.d.ts +0 -22
  58. package/lib/services/loader.service.d.ts +0 -16
  59. package/lib/services/toast.service.d.ts +0 -23
  60. package/public-api.d.ts +0 -49
Binary file