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
@@ -560,7 +560,7 @@
560
560
 
561
561
  <div class="tab-pane fade tab-source-code" id="source">
562
562
  <pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { expect } from &quot;chai&quot;;
563
- import merge from &quot;lodash/merge&quot;;
563
+ import merge from &quot;lodash-es/merge&quot;;
564
564
  import ComponentTests from &quot;../exported-tests/component-tests&quot;;
565
565
 
566
566
  const defaults &#x3D; {
@@ -1147,7 +1147,7 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1147
1147
  </tr>
1148
1148
  <tr>
1149
1149
  <td class="col-md-4">
1150
- <i>Default value : </i><code>&#x60;dropdown-${ComboBox.comboBoxCount++}&#x60;</code>
1150
+ <i>Default value : </i><code>&#x60;combobox-${ComboBox.comboBoxCount++}&#x60;</code>
1151
1151
  </td>
1152
1152
  </tr>
1153
1153
  <tr>
@@ -1336,7 +1336,7 @@ Multi-select comboboxes also provide &quot;pills&quot; of selected items.</p>
1336
1336
  </tr>
1337
1337
  <tr>
1338
1338
  <td class="col-md-4">
1339
- <i>Default value : </i><code>&#x60;dropdown-label-${ComboBox.comboBoxCount++}&#x60;</code>
1339
+ <i>Default value : </i><code>&#x60;combobox-label-${ComboBox.comboBoxCount++}&#x60;</code>
1340
1340
  </td>
1341
1341
  </tr>
1342
1342
  <tr>
@@ -4875,8 +4875,8 @@ export class ComboBox implements OnChanges, AfterViewInit, AfterContentInit, OnD
4875
4875
  return this._clearSelectionAria.value;
4876
4876
  }
4877
4877
  static comboBoxCount &#x3D; 0;
4878
- @Input() id &#x3D; &#x60;dropdown-${ComboBox.comboBoxCount++}&#x60;;
4879
- @Input() labelId &#x3D; &#x60;dropdown-label-${ComboBox.comboBoxCount++}&#x60;;
4878
+ @Input() id &#x3D; &#x60;combobox-${ComboBox.comboBoxCount++}&#x60;;
4879
+ @Input() labelId &#x3D; &#x60;combobox-label-${ComboBox.comboBoxCount++}&#x60;;
4880
4880
  /**
4881
4881
  * List of items to fill the content with.
4882
4882
  *