@skyux/forms 11.26.0 → 11.28.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 (64) hide show
  1. package/documentation.json +5768 -3982
  2. package/esm2022/lib/modules/character-counter/character-counter-indicator.component.mjs +4 -4
  3. package/esm2022/lib/modules/character-counter/character-counter-screen-reader.pipe.mjs +4 -4
  4. package/esm2022/lib/modules/character-counter/character-counter.directive.mjs +4 -4
  5. package/esm2022/lib/modules/character-counter/character-counter.module.mjs +5 -5
  6. package/esm2022/lib/modules/checkbox/checkbox-group.component.mjs +4 -4
  7. package/esm2022/lib/modules/checkbox/checkbox-label-text-label.component.mjs +4 -4
  8. package/esm2022/lib/modules/checkbox/checkbox-label.component.mjs +4 -4
  9. package/esm2022/lib/modules/checkbox/checkbox.component.mjs +4 -4
  10. package/esm2022/lib/modules/checkbox/checkbox.module.mjs +5 -5
  11. package/esm2022/lib/modules/field-group/field-group.component.mjs +4 -4
  12. package/esm2022/lib/modules/field-group/field-group.module.mjs +5 -5
  13. package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment-join-ids.pipe.mjs +4 -4
  14. package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment-label.component.mjs +4 -4
  15. package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment.component.mjs +27 -19
  16. package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment.module.mjs +5 -5
  17. package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment.service.mjs +4 -4
  18. package/esm2022/lib/modules/file-attachment/file-attachments.module.mjs +5 -5
  19. package/esm2022/lib/modules/file-attachment/file-drop/file-drop.component.mjs +10 -7
  20. package/esm2022/lib/modules/file-attachment/file-drop/file-drop.module.mjs +5 -5
  21. package/esm2022/lib/modules/file-attachment/file-drop/file-item.component.mjs +5 -5
  22. package/esm2022/lib/modules/file-attachment/shared/file-item.service.mjs +4 -4
  23. package/esm2022/lib/modules/file-attachment/shared/file-size.pipe.mjs +4 -4
  24. package/esm2022/lib/modules/form-error/form-error.component.mjs +4 -4
  25. package/esm2022/lib/modules/form-error/form-error.module.mjs +5 -5
  26. package/esm2022/lib/modules/form-error/form-errors.component.mjs +4 -4
  27. package/esm2022/lib/modules/form-error/form-errors.module.mjs +5 -5
  28. package/esm2022/lib/modules/input-box/input-box-adapter.service.mjs +4 -4
  29. package/esm2022/lib/modules/input-box/input-box-control.directive.mjs +4 -4
  30. package/esm2022/lib/modules/input-box/input-box-hint-text.pipe.mjs +4 -4
  31. package/esm2022/lib/modules/input-box/input-box-host.service.mjs +4 -4
  32. package/esm2022/lib/modules/input-box/input-box.component.mjs +6 -6
  33. package/esm2022/lib/modules/input-box/input-box.module.mjs +5 -5
  34. package/esm2022/lib/modules/radio/radio-group-id.service.mjs +4 -4
  35. package/esm2022/lib/modules/radio/radio-group.component.mjs +4 -4
  36. package/esm2022/lib/modules/radio/radio-label.component.mjs +4 -4
  37. package/esm2022/lib/modules/radio/radio.component.mjs +4 -4
  38. package/esm2022/lib/modules/radio/radio.module.mjs +5 -5
  39. package/esm2022/lib/modules/required-state/required-state.directive.mjs +4 -4
  40. package/esm2022/lib/modules/selection-box/selection-box-adapter.service.mjs +4 -4
  41. package/esm2022/lib/modules/selection-box/selection-box-description.component.mjs +4 -4
  42. package/esm2022/lib/modules/selection-box/selection-box-grid.component.mjs +4 -4
  43. package/esm2022/lib/modules/selection-box/selection-box-header.component.mjs +4 -4
  44. package/esm2022/lib/modules/selection-box/selection-box.component.mjs +4 -4
  45. package/esm2022/lib/modules/selection-box/selection-box.module.mjs +5 -5
  46. package/esm2022/lib/modules/shared/sky-forms-resources.module.mjs +5 -5
  47. package/esm2022/lib/modules/toggle-switch/toggle-switch-label.component.mjs +4 -4
  48. package/esm2022/lib/modules/toggle-switch/toggle-switch.component.mjs +4 -4
  49. package/esm2022/lib/modules/toggle-switch/toggle-switch.module.mjs +5 -5
  50. package/esm2022/testing/modules/file-attachment/file-attachment/file-attachment-harness-filters.mjs +2 -0
  51. package/esm2022/testing/modules/file-attachment/file-attachment/file-attachment-harness.mjs +193 -0
  52. package/esm2022/testing/modules/file-attachment/file-drop/file-drop-harness.mjs +2 -8
  53. package/esm2022/testing/modules/file-attachment/shared/provide-file-attachment-testing.mjs +14 -0
  54. package/esm2022/testing/public-api.mjs +3 -1
  55. package/fesm2022/skyux-forms-testing.mjs +206 -9
  56. package/fesm2022/skyux-forms-testing.mjs.map +1 -1
  57. package/fesm2022/skyux-forms.mjs +187 -178
  58. package/fesm2022/skyux-forms.mjs.map +1 -1
  59. package/lib/modules/file-attachment/file-attachment/file-attachment.component.d.ts +1 -1
  60. package/package.json +14 -14
  61. package/testing/modules/file-attachment/file-attachment/file-attachment-harness-filters.d.ts +7 -0
  62. package/testing/modules/file-attachment/file-attachment/file-attachment-harness.d.ts +101 -0
  63. package/testing/modules/file-attachment/shared/provide-file-attachment-testing.d.ts +11 -0
  64. package/testing/public-api.d.ts +3 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.