carbon-components-angular 5.41.0 → 5.42.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/docs/documentation/classes/CheckboxExportedTests.html +1 -1
  2. package/docs/documentation/components/ComboBox.html +4 -4
  3. package/docs/documentation/components/TextareaLabelComponent.html +346 -128
  4. package/docs/documentation/coverage.html +6 -6
  5. package/docs/documentation/directives/RouterLinkExtendedDirective.html +1 -1
  6. package/docs/documentation/directives/TextArea.html +58 -0
  7. package/docs/documentation/js/search/search_index.js +2 -2
  8. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  9. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  10. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  11. package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
  12. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +41 -37
  13. package/docs/documentation/modules/DatePickerInputModule.html +41 -37
  14. package/docs/documentation/modules/DatePickerModule/dependencies.svg +38 -38
  15. package/docs/documentation/modules/DatePickerModule.html +38 -38
  16. package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
  17. package/docs/documentation/modules/GridModule.html +60 -60
  18. package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
  19. package/docs/documentation/modules/LoadingModule.html +4 -4
  20. package/docs/documentation/modules/NFormsModule/dependencies.svg +4 -4
  21. package/docs/documentation/modules/NFormsModule.html +4 -4
  22. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  23. package/docs/documentation/modules/NumberModule.html +4 -4
  24. package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
  25. package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
  26. package/docs/documentation/modules/RadioModule/dependencies.svg +4 -4
  27. package/docs/documentation/modules/RadioModule.html +4 -4
  28. package/docs/documentation/modules/SelectModule/dependencies.svg +58 -58
  29. package/docs/documentation/modules/SelectModule.html +58 -58
  30. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  31. package/docs/documentation/modules/SliderModule.html +4 -4
  32. package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
  33. package/docs/documentation/modules/TableModule.html +216 -216
  34. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  35. package/docs/documentation/modules/TabsModule.html +69 -69
  36. package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
  37. package/docs/documentation/modules/TagModule.html +4 -4
  38. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  39. package/docs/documentation/modules/ThemeModule.html +4 -4
  40. package/docs/documentation/modules/TilesModule/dependencies.svg +86 -86
  41. package/docs/documentation/modules/TilesModule.html +86 -86
  42. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +40 -44
  43. package/docs/documentation/modules/TimePickerSelectModule.html +40 -44
  44. package/docs/documentation/modules/ToggleModule/dependencies.svg +42 -46
  45. package/docs/documentation/modules/ToggleModule.html +42 -46
  46. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  47. package/docs/documentation/modules/ToggletipModule.html +4 -4
  48. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  49. package/docs/documentation/modules/TooltipModule.html +4 -4
  50. package/docs/documentation/modules/TreeviewModule/dependencies.svg +35 -35
  51. package/docs/documentation/modules/TreeviewModule.html +35 -35
  52. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  53. package/docs/documentation/modules/UIShellModule.html +4 -4
  54. package/docs/documentation.json +200 -108
  55. package/docs/storybook/1250.47c381c1.iframe.bundle.js +1 -0
  56. package/docs/storybook/1277.4be2b1a4.iframe.bundle.js +1 -0
  57. package/docs/storybook/{1345.9eabf5e2.iframe.bundle.js → 1345.ec2701f8.iframe.bundle.js} +1 -1
  58. package/docs/storybook/{6765.2096c92a.iframe.bundle.js → 6765.2c6ceeb0.iframe.bundle.js} +1 -1
  59. package/docs/storybook/{combobox-combobox-stories.3bbada2d.iframe.bundle.js → combobox-combobox-stories.84acbfa0.iframe.bundle.js} +1 -1
  60. package/docs/storybook/iframe.html +2 -2
  61. package/docs/storybook/index.json +1 -1
  62. package/docs/storybook/input-textarea-stories.f6532f41.iframe.bundle.js +1 -0
  63. package/docs/storybook/main.a2b57351.iframe.bundle.js +1 -0
  64. package/docs/storybook/project.json +1 -1
  65. package/docs/storybook/runtime~main.f3aed674.iframe.bundle.js +1 -0
  66. package/docs/storybook/stories.json +1 -1
  67. package/esm2020/combobox/combobox.component.mjs +3 -3
  68. package/esm2020/input/label.component.mjs +1 -1
  69. package/esm2020/input/text-area.directive.mjs +8 -2
  70. package/esm2020/input/textarea-label.component.mjs +186 -106
  71. package/esm2020/ui-shell/sidenav/routerlink-extended.directive.mjs +2 -2
  72. package/fesm2015/carbon-components-angular-combobox.mjs +2 -2
  73. package/fesm2015/carbon-components-angular-combobox.mjs.map +1 -1
  74. package/fesm2015/carbon-components-angular-input.mjs +193 -107
  75. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  76. package/fesm2015/carbon-components-angular-ui-shell.mjs +1 -1
  77. package/fesm2015/carbon-components-angular-ui-shell.mjs.map +1 -1
  78. package/fesm2020/carbon-components-angular-combobox.mjs +2 -2
  79. package/fesm2020/carbon-components-angular-combobox.mjs.map +1 -1
  80. package/fesm2020/carbon-components-angular-input.mjs +193 -107
  81. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  82. package/fesm2020/carbon-components-angular-ui-shell.mjs +1 -1
  83. package/fesm2020/carbon-components-angular-ui-shell.mjs.map +1 -1
  84. package/input/text-area.directive.d.ts +1 -0
  85. package/input/textarea-label.component.d.ts +7 -1
  86. package/package.json +1 -1
  87. package/docs/storybook/7529.5272f30b.iframe.bundle.js +0 -1
  88. package/docs/storybook/input-textarea-stories.1a3b5e80.iframe.bundle.js +0 -1
  89. package/docs/storybook/main.7f34f466.iframe.bundle.js +0 -1
  90. package/docs/storybook/runtime~main.d2952d59.iframe.bundle.js +0 -1

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.