carbon-components-angular 5.49.0 → 5.50.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 (78) hide show
  1. package/docs/documentation/components/ListRow.html +1 -1
  2. package/docs/documentation/components/PasswordInputLabelComponent.html +263 -71
  3. package/docs/documentation/components/TextInputLabelComponent.html +379 -108
  4. package/docs/documentation/coverage.html +10 -10
  5. package/docs/documentation/directives/PasswordInput.html +63 -5
  6. package/docs/documentation/directives/TextInput.html +60 -1
  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/DatePickerInputModule/dependencies.svg +34 -38
  11. package/docs/documentation/modules/DatePickerInputModule.html +34 -38
  12. package/docs/documentation/modules/DatePickerModule/dependencies.svg +52 -56
  13. package/docs/documentation/modules/DatePickerModule.html +52 -56
  14. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +35 -35
  15. package/docs/documentation/modules/FileUploaderModule.html +35 -35
  16. package/docs/documentation/modules/InlineLoadingModule/dependencies.svg +4 -4
  17. package/docs/documentation/modules/InlineLoadingModule.html +4 -4
  18. package/docs/documentation/modules/ProgressBarModule/dependencies.svg +4 -4
  19. package/docs/documentation/modules/ProgressBarModule.html +4 -4
  20. package/docs/documentation/modules/RadioModule/dependencies.svg +35 -35
  21. package/docs/documentation/modules/RadioModule.html +35 -35
  22. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  23. package/docs/documentation/modules/SearchModule.html +4 -4
  24. package/docs/documentation/modules/SelectModule/dependencies.svg +60 -60
  25. package/docs/documentation/modules/SelectModule.html +60 -60
  26. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  27. package/docs/documentation/modules/SliderModule.html +4 -4
  28. package/docs/documentation/modules/TableModule/dependencies.svg +4 -4
  29. package/docs/documentation/modules/TableModule.html +4 -4
  30. package/docs/documentation/modules/TabsModule/dependencies.svg +68 -68
  31. package/docs/documentation/modules/TabsModule.html +68 -68
  32. package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
  33. package/docs/documentation/modules/ThemeModule.html +15 -15
  34. package/docs/documentation/modules/TilesModule/dependencies.svg +4 -4
  35. package/docs/documentation/modules/TilesModule.html +4 -4
  36. package/docs/documentation/modules/TimePickerModule/dependencies.svg +46 -42
  37. package/docs/documentation/modules/TimePickerModule.html +46 -42
  38. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +46 -50
  39. package/docs/documentation/modules/TimePickerSelectModule.html +46 -50
  40. package/docs/documentation/modules/ToggleModule/dependencies.svg +45 -41
  41. package/docs/documentation/modules/ToggleModule.html +45 -41
  42. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  43. package/docs/documentation/modules/TooltipModule.html +4 -4
  44. package/docs/documentation/modules/TreeviewModule/dependencies.svg +30 -30
  45. package/docs/documentation/modules/TreeviewModule.html +30 -30
  46. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  47. package/docs/documentation/modules/UIShellModule.html +4 -4
  48. package/docs/documentation.json +302 -90
  49. package/docs/storybook/1345.4ae7e616.iframe.bundle.js +1 -0
  50. package/docs/storybook/iframe.html +2 -2
  51. package/docs/storybook/index.json +1 -1
  52. package/docs/storybook/{input-input-stories.fa251a40.iframe.bundle.js → input-input-stories.13368962.iframe.bundle.js} +1 -1
  53. package/docs/storybook/{input-password-stories.def6cbdf.iframe.bundle.js → input-password-stories.de5bf47f.iframe.bundle.js} +1 -1
  54. package/docs/storybook/main.8ed1584b.iframe.bundle.js +1 -0
  55. package/docs/storybook/main.css +34 -28
  56. package/docs/storybook/project.json +1 -1
  57. package/docs/storybook/{runtime~main.807a23cc.iframe.bundle.js → runtime~main.ac7f971f.iframe.bundle.js} +1 -1
  58. package/docs/storybook/stories.json +1 -1
  59. package/docs/storybook/{structured-list-structured-list-stories.e6a4535e.iframe.bundle.js → structured-list-structured-list-stories.a1c0bf43.iframe.bundle.js} +1 -1
  60. package/esm2020/input/input.directive.mjs +9 -3
  61. package/esm2020/input/label.component.mjs +1 -1
  62. package/esm2020/input/password-input-label.component.mjs +92 -38
  63. package/esm2020/input/password.directive.mjs +9 -3
  64. package/esm2020/input/text-input-label.component.mjs +145 -83
  65. package/esm2020/structured-list/list-row.component.mjs +1 -1
  66. package/fesm2015/carbon-components-angular-input.mjs +251 -123
  67. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  68. package/fesm2015/carbon-components-angular-structured-list.mjs.map +1 -1
  69. package/fesm2020/carbon-components-angular-input.mjs +251 -123
  70. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  71. package/fesm2020/carbon-components-angular-structured-list.mjs.map +1 -1
  72. package/input/input.directive.d.ts +1 -0
  73. package/input/password-input-label.component.d.ts +7 -1
  74. package/input/password.directive.d.ts +1 -0
  75. package/input/text-input-label.component.d.ts +9 -2
  76. package/package.json +1 -1
  77. package/docs/storybook/1345.e54b0c87.iframe.bundle.js +0 -1
  78. package/docs/storybook/main.11fd86ca.iframe.bundle.js +0 -1
@@ -1194,7 +1194,7 @@ export class ListRow implements AfterContentInit {
1194
1194
  this.input.nativeElement.click();
1195
1195
  }
1196
1196
  }
1197
-
1197
+
1198
1198
  onChange(event) {
1199
1199
  this.change.emit(event);
1200
1200
  }