carbon-components-angular 5.12.3 → 5.13.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 (107) hide show
  1. package/accordion/accordion.component.d.ts +3 -0
  2. package/button/button.directive.d.ts +8 -0
  3. package/docs/documentation/classes/NumberChange.html +1 -1
  4. package/docs/documentation/classes/TableHeaderItem.html +124 -124
  5. package/docs/documentation/classes/TableModel.html +253 -86
  6. package/docs/documentation/components/Accordion.html +23 -20
  7. package/docs/documentation/components/NumberComponent.html +3 -3
  8. package/docs/documentation/components/Table.html +21 -24
  9. package/docs/documentation/components/Tag.html +1 -1
  10. package/docs/documentation/components/TagFilter.html +1 -1
  11. package/docs/documentation/components/TextareaLabelComponent.html +5 -5
  12. package/docs/documentation/coverage.html +17 -17
  13. package/docs/documentation/directives/Button.html +309 -10
  14. package/docs/documentation/directives/TextInput.html +195 -11
  15. package/docs/documentation/js/search/search_index.js +2 -2
  16. package/docs/documentation/miscellaneous/typealiases.html +21 -0
  17. package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
  18. package/docs/documentation/modules/CodeSnippetModule.html +4 -4
  19. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +42 -38
  20. package/docs/documentation/modules/DatePickerInputModule.html +42 -38
  21. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +4 -4
  22. package/docs/documentation/modules/FileUploaderModule.html +4 -4
  23. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  24. package/docs/documentation/modules/NumberModule.html +4 -4
  25. package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
  26. package/docs/documentation/modules/PanelModule.html +36 -36
  27. package/docs/documentation/modules/RadioModule/dependencies.svg +49 -49
  28. package/docs/documentation/modules/RadioModule.html +49 -49
  29. package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
  30. package/docs/documentation/modules/SelectModule.html +43 -43
  31. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  32. package/docs/documentation/modules/SliderModule.html +4 -4
  33. package/docs/documentation/modules/TableModule/dependencies.svg +216 -216
  34. package/docs/documentation/modules/TableModule.html +216 -216
  35. package/docs/documentation/modules/TabsModule/dependencies.svg +4 -4
  36. package/docs/documentation/modules/TabsModule.html +4 -4
  37. package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
  38. package/docs/documentation/modules/TagModule.html +28 -28
  39. package/docs/documentation/modules/TilesModule/dependencies.svg +8 -8
  40. package/docs/documentation/modules/TilesModule.html +8 -8
  41. package/docs/documentation/modules/TimePickerModule/dependencies.svg +38 -42
  42. package/docs/documentation/modules/TimePickerModule.html +38 -42
  43. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
  44. package/docs/documentation/modules/TimePickerSelectModule.html +4 -4
  45. package/docs/documentation/modules/ToggleModule/dependencies.svg +18 -18
  46. package/docs/documentation/modules/ToggleModule.html +18 -18
  47. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  48. package/docs/documentation/modules/ToggletipModule.html +4 -4
  49. package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
  50. package/docs/documentation/modules/TooltipModule.html +28 -28
  51. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  52. package/docs/documentation/modules/UIShellModule.html +4 -4
  53. package/docs/documentation.json +635 -281
  54. package/docs/storybook/4578.86305077.iframe.bundle.js +1 -0
  55. package/docs/storybook/5868.9c8a5d5f.iframe.bundle.js +1 -0
  56. package/docs/storybook/{7153.22bf775d.iframe.bundle.js → 7153.81ca3a2c.iframe.bundle.js} +1 -1
  57. package/docs/storybook/accordion-accordion-stories.4a6c54ee.iframe.bundle.js +1 -0
  58. package/docs/storybook/iframe.html +2 -2
  59. package/docs/storybook/main.1e0c9932.iframe.bundle.js +1 -0
  60. package/docs/storybook/number-input-number-stories.8828b5f1.iframe.bundle.js +1 -0
  61. package/docs/storybook/{patterns-filtering-multiple-categories-stories.6703c130.iframe.bundle.js → patterns-filtering-multiple-categories-stories.558f489b.iframe.bundle.js} +1 -1
  62. package/docs/storybook/project.json +1 -1
  63. package/docs/storybook/{runtime~main.584e1b10.iframe.bundle.js → runtime~main.41c8e8cb.iframe.bundle.js} +1 -1
  64. package/docs/storybook/{tag-tag-stories.5e95b96d.iframe.bundle.js → tag-tag-stories.e525e112.iframe.bundle.js} +1 -1
  65. package/esm2020/accordion/accordion.component.mjs +12 -3
  66. package/esm2020/button/button.directive.mjs +36 -2
  67. package/esm2020/input/input.directive.mjs +24 -2
  68. package/esm2020/input/textarea-label.component.mjs +5 -5
  69. package/esm2020/number-input/number.component.mjs +3 -3
  70. package/esm2020/table/table-header-item.class.mjs +6 -11
  71. package/esm2020/table/table-model.class.mjs +55 -4
  72. package/esm2020/table/table.component.mjs +2 -5
  73. package/esm2020/tag/tag-filter.component.mjs +2 -2
  74. package/esm2020/tag/tag.component.mjs +2 -2
  75. package/fesm2015/carbon-components-angular-accordion.mjs +11 -2
  76. package/fesm2015/carbon-components-angular-accordion.mjs.map +1 -1
  77. package/fesm2015/carbon-components-angular-button.mjs +35 -1
  78. package/fesm2015/carbon-components-angular-button.mjs.map +1 -1
  79. package/fesm2015/carbon-components-angular-input.mjs +27 -5
  80. package/fesm2015/carbon-components-angular-input.mjs.map +1 -1
  81. package/fesm2015/carbon-components-angular-number-input.mjs +2 -2
  82. package/fesm2015/carbon-components-angular-number-input.mjs.map +1 -1
  83. package/fesm2015/carbon-components-angular-table.mjs +60 -17
  84. package/fesm2015/carbon-components-angular-table.mjs.map +1 -1
  85. package/fesm2015/carbon-components-angular-tag.mjs +2 -2
  86. package/fesm2015/carbon-components-angular-tag.mjs.map +1 -1
  87. package/fesm2020/carbon-components-angular-accordion.mjs +11 -2
  88. package/fesm2020/carbon-components-angular-accordion.mjs.map +1 -1
  89. package/fesm2020/carbon-components-angular-button.mjs +35 -1
  90. package/fesm2020/carbon-components-angular-button.mjs.map +1 -1
  91. package/fesm2020/carbon-components-angular-input.mjs +27 -5
  92. package/fesm2020/carbon-components-angular-input.mjs.map +1 -1
  93. package/fesm2020/carbon-components-angular-number-input.mjs +2 -2
  94. package/fesm2020/carbon-components-angular-number-input.mjs.map +1 -1
  95. package/fesm2020/carbon-components-angular-table.mjs +60 -17
  96. package/fesm2020/carbon-components-angular-table.mjs.map +1 -1
  97. package/fesm2020/carbon-components-angular-tag.mjs +2 -2
  98. package/fesm2020/carbon-components-angular-tag.mjs.map +1 -1
  99. package/input/input.directive.d.ts +6 -0
  100. package/package.json +1 -1
  101. package/table/table-header-item.class.d.ts +16 -20
  102. package/table/table-model.class.d.ts +9 -0
  103. package/docs/storybook/4578.d79a1b3e.iframe.bundle.js +0 -1
  104. package/docs/storybook/5868.140403a3.iframe.bundle.js +0 -1
  105. package/docs/storybook/accordion-accordion-stories.87b53382.iframe.bundle.js +0 -1
  106. package/docs/storybook/main.4241d66b.iframe.bundle.js +0 -1
  107. package/docs/storybook/number-input-number-stories.0bc36a19.iframe.bundle.js +0 -1
@@ -66,10 +66,6 @@
66
66
  <title>cluster_SliderModule</title>
67
67
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 624,-379.59 624,-70 8,-70"/>
68
68
  </g>
69
- <g id="clust4" class="cluster">
70
- <title>cluster_SliderModule_imports</title>
71
- <polygon fill="none" stroke="black" points="359,-189.59 359,-241.59 461,-241.59 461,-189.59 359,-189.59"/>
72
- </g>
73
69
  <g id="clust5" class="cluster">
74
70
  <title>cluster_SliderModule_exports</title>
75
71
  <polygon fill="none" stroke="black" points="328,-319.59 328,-371.59 398,-371.59 398,-319.59 328,-319.59"/>
@@ -78,6 +74,10 @@
78
74
  <title>cluster_SliderModule_declarations</title>
79
75
  <polygon fill="none" stroke="black" points="281,-189.59 281,-241.59 351,-241.59 351,-189.59 281,-189.59"/>
80
76
  </g>
77
+ <g id="clust4" class="cluster">
78
+ <title>cluster_SliderModule_imports</title>
79
+ <polygon fill="none" stroke="black" points="359,-189.59 359,-241.59 461,-241.59 461,-189.59 359,-189.59"/>
80
+ </g>
81
81
  <g id="clust3" class="cluster">
82
82
  <title>cluster_SliderModule_Slider_providers</title>
83
83
  <polygon fill="none" stroke="black" points="16,-78 16,-176.59 616,-176.59 616,-78 16,-78"/>