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

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.