@skyux/forms 11.21.0 → 11.23.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 (90) hide show
  1. package/documentation.json +2925 -1719
  2. package/esm2022/lib/modules/checkbox/checkbox-group.component.mjs +2 -2
  3. package/esm2022/lib/modules/field-group/field-group.component.mjs +2 -2
  4. package/esm2022/lib/modules/file-attachment/file-attachment/file-attachment.component.mjs +3 -5
  5. package/esm2022/lib/modules/input-box/input-box.component.mjs +2 -2
  6. package/esm2022/lib/modules/radio/radio-group.component.mjs +2 -2
  7. package/esm2022/lib/modules/radio/radio.component.mjs +2 -2
  8. package/esm2022/lib/modules/shared/sky-forms-resources.module.mjs +3 -21
  9. package/esm2022/lib/modules/toggle-switch/toggle-switch.component.mjs +3 -7
  10. package/esm2022/testing/legacy/checkbox-fixture.mjs +92 -0
  11. package/esm2022/testing/legacy/radio-fixture.mjs +85 -0
  12. package/esm2022/testing/modules/character-counter/character-counter-indicator-harness-filters.mjs +2 -0
  13. package/esm2022/testing/modules/character-counter/character-counter-indicator-harness.mjs +53 -0
  14. package/esm2022/testing/modules/checkbox/checkbox-group-harness-filters.mjs +2 -0
  15. package/esm2022/testing/modules/checkbox/checkbox-group-harness.mjs +158 -0
  16. package/esm2022/testing/modules/checkbox/checkbox-harness-filters.mjs +2 -0
  17. package/esm2022/testing/modules/checkbox/checkbox-harness.mjs +196 -0
  18. package/esm2022/testing/modules/checkbox/checkbox-label-harness.mjs +19 -0
  19. package/esm2022/testing/modules/checkbox/checkbox-label-text-label.harness.mjs +19 -0
  20. package/esm2022/testing/modules/field-group/field-group-harness-filters.mjs +2 -0
  21. package/esm2022/testing/modules/field-group/field-group-harness.mjs +92 -0
  22. package/esm2022/testing/modules/file-attachment/file-drop/file-drop-harness-filters.mjs +2 -0
  23. package/esm2022/testing/modules/file-attachment/file-drop/file-drop-harness.mjs +45 -0
  24. package/esm2022/testing/modules/form-error/form-error-harness.filters.mjs +2 -0
  25. package/esm2022/testing/modules/form-error/form-error-harness.mjs +21 -0
  26. package/esm2022/testing/modules/form-error/form-errors-harness.filters.mjs +2 -0
  27. package/esm2022/testing/modules/form-error/form-errors-harness.mjs +34 -0
  28. package/esm2022/testing/modules/input-box/input-box-harness-filters.mjs +2 -0
  29. package/esm2022/testing/modules/input-box/input-box-harness.mjs +188 -0
  30. package/esm2022/testing/modules/radio/radio-group-harness-filters.mjs +2 -0
  31. package/esm2022/testing/modules/radio/radio-group-harness.mjs +156 -0
  32. package/esm2022/testing/modules/radio/radio-harness-filters.mjs +2 -0
  33. package/esm2022/testing/modules/radio/radio-harness.mjs +147 -0
  34. package/esm2022/testing/modules/radio/radio-label-harness.mjs +19 -0
  35. package/esm2022/testing/public-api.mjs +15 -14
  36. package/fesm2022/skyux-forms-testing.mjs +144 -54
  37. package/fesm2022/skyux-forms-testing.mjs.map +1 -1
  38. package/fesm2022/skyux-forms.mjs +16 -40
  39. package/fesm2022/skyux-forms.mjs.map +1 -1
  40. package/lib/modules/shared/sky-forms-resources.module.d.ts +0 -4
  41. package/package.json +9 -9
  42. package/testing/{radio-fixture.d.ts → legacy/radio-fixture.d.ts} +1 -0
  43. package/testing/modules/field-group/field-group-harness-filters.d.ts +7 -0
  44. package/testing/modules/field-group/field-group-harness.d.ts +57 -0
  45. package/testing/public-api.d.ts +24 -22
  46. package/esm2022/testing/character-counter/character-counter-indicator-harness-filters.mjs +0 -2
  47. package/esm2022/testing/character-counter/character-counter-indicator-harness.mjs +0 -53
  48. package/esm2022/testing/checkbox/checkbox-group-harness-filters.mjs +0 -2
  49. package/esm2022/testing/checkbox/checkbox-group-harness.mjs +0 -158
  50. package/esm2022/testing/checkbox/checkbox-harness-filters.mjs +0 -2
  51. package/esm2022/testing/checkbox/checkbox-harness.mjs +0 -196
  52. package/esm2022/testing/checkbox/checkbox-label-harness.mjs +0 -19
  53. package/esm2022/testing/checkbox/checkbox-label-text-label.harness.mjs +0 -19
  54. package/esm2022/testing/checkbox-fixture.mjs +0 -92
  55. package/esm2022/testing/file-drop/file-drop-harness-filters.mjs +0 -2
  56. package/esm2022/testing/file-drop/file-drop-harness.mjs +0 -45
  57. package/esm2022/testing/form-error/form-error-harness.filters.mjs +0 -2
  58. package/esm2022/testing/form-error/form-error-harness.mjs +0 -21
  59. package/esm2022/testing/form-error/form-errors-harness.filters.mjs +0 -2
  60. package/esm2022/testing/form-error/form-errors-harness.mjs +0 -34
  61. package/esm2022/testing/input-box/input-box-harness-filters.mjs +0 -2
  62. package/esm2022/testing/input-box/input-box-harness.mjs +0 -188
  63. package/esm2022/testing/radio/radio-group-harness-filters.mjs +0 -2
  64. package/esm2022/testing/radio/radio-group-harness.mjs +0 -157
  65. package/esm2022/testing/radio/radio-harness-filters.mjs +0 -2
  66. package/esm2022/testing/radio/radio-harness.mjs +0 -147
  67. package/esm2022/testing/radio/radio-label-harness.mjs +0 -19
  68. package/esm2022/testing/radio-fixture.mjs +0 -84
  69. /package/testing/{checkbox-fixture.d.ts → legacy/checkbox-fixture.d.ts} +0 -0
  70. /package/testing/{character-counter → modules/character-counter}/character-counter-indicator-harness-filters.d.ts +0 -0
  71. /package/testing/{character-counter → modules/character-counter}/character-counter-indicator-harness.d.ts +0 -0
  72. /package/testing/{checkbox → modules/checkbox}/checkbox-group-harness-filters.d.ts +0 -0
  73. /package/testing/{checkbox → modules/checkbox}/checkbox-group-harness.d.ts +0 -0
  74. /package/testing/{checkbox → modules/checkbox}/checkbox-harness-filters.d.ts +0 -0
  75. /package/testing/{checkbox → modules/checkbox}/checkbox-harness.d.ts +0 -0
  76. /package/testing/{checkbox → modules/checkbox}/checkbox-label-harness.d.ts +0 -0
  77. /package/testing/{checkbox → modules/checkbox}/checkbox-label-text-label.harness.d.ts +0 -0
  78. /package/testing/{file-drop → modules/file-attachment/file-drop}/file-drop-harness-filters.d.ts +0 -0
  79. /package/testing/{file-drop → modules/file-attachment/file-drop}/file-drop-harness.d.ts +0 -0
  80. /package/testing/{form-error → modules/form-error}/form-error-harness.d.ts +0 -0
  81. /package/testing/{form-error → modules/form-error}/form-error-harness.filters.d.ts +0 -0
  82. /package/testing/{form-error → modules/form-error}/form-errors-harness.d.ts +0 -0
  83. /package/testing/{form-error → modules/form-error}/form-errors-harness.filters.d.ts +0 -0
  84. /package/testing/{input-box → modules/input-box}/input-box-harness-filters.d.ts +0 -0
  85. /package/testing/{input-box → modules/input-box}/input-box-harness.d.ts +0 -0
  86. /package/testing/{radio → modules/radio}/radio-group-harness-filters.d.ts +0 -0
  87. /package/testing/{radio → modules/radio}/radio-group-harness.d.ts +0 -0
  88. /package/testing/{radio → modules/radio}/radio-harness-filters.d.ts +0 -0
  89. /package/testing/{radio → modules/radio}/radio-harness.d.ts +0 -0
  90. /package/testing/{radio → modules/radio}/radio-label-harness.d.ts +0 -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.