carbon-components-angular 5.56.6 → 5.57.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 (247) hide show
  1. package/README.md +23 -6
  2. package/combo-button/combo-button.component.d.ts +99 -0
  3. package/combo-button/combo-button.module.d.ts +31 -0
  4. package/combo-button/index.d.ts +22 -0
  5. package/context-menu/context-menu-divider.component.d.ts +1 -1
  6. package/context-menu/context-menu-group.component.d.ts +1 -1
  7. package/context-menu/context-menu-item.component.d.ts +6 -1
  8. package/context-menu/context-menu.component.d.ts +11 -7
  9. package/context-menu/context-menu.types.d.ts +27 -0
  10. package/context-menu/index.d.ts +1 -0
  11. package/docs/documentation/components/Accordion.html +1 -1
  12. package/docs/documentation/components/AccordionItem.html +1 -1
  13. package/docs/documentation/components/ActionableNotification.html +1 -1
  14. package/docs/documentation/components/AlertModal.html +1 -1
  15. package/docs/documentation/components/BaseIconButton.html +1 -1
  16. package/docs/documentation/components/BaseNotification.html +1 -1
  17. package/docs/documentation/components/BaseTabHeader.html +1 -1
  18. package/docs/documentation/components/Breadcrumb.html +1 -1
  19. package/docs/documentation/components/BreadcrumbItemComponent.html +1 -1
  20. package/docs/documentation/components/ButtonSet.html +1 -1
  21. package/docs/documentation/components/Checkbox.html +1 -1
  22. package/docs/documentation/components/ClickableTile.html +1 -1
  23. package/docs/documentation/components/CodeSnippet.html +1 -1
  24. package/docs/documentation/components/ComboBox.html +1 -1
  25. package/docs/documentation/components/ComboButtonComponent.html +2264 -0
  26. package/docs/documentation/components/ContainedList.html +1 -1
  27. package/docs/documentation/components/ContainedListItem.html +1 -1
  28. package/docs/documentation/components/ContentSwitcher.html +1 -1
  29. package/docs/documentation/components/ContextMenuComponent.html +147 -164
  30. package/docs/documentation/components/ContextMenuDividerComponent.html +3 -3
  31. package/docs/documentation/components/ContextMenuGroupComponent.html +4 -4
  32. package/docs/documentation/components/ContextMenuItemComponent.html +218 -66
  33. package/docs/documentation/components/DatePicker.html +1 -1
  34. package/docs/documentation/components/DatePickerInput.html +1 -1
  35. package/docs/documentation/components/Dialog.html +1 -1
  36. package/docs/documentation/components/Documentation.html +1 -1
  37. package/docs/documentation/components/Dropdown.html +1 -1
  38. package/docs/documentation/components/DropdownList.html +1 -1
  39. package/docs/documentation/components/ExpandableTile.html +1 -1
  40. package/docs/documentation/components/FileComponent.html +1 -1
  41. package/docs/documentation/components/FileUploader.html +1 -1
  42. package/docs/documentation/components/Hamburger.html +1 -1
  43. package/docs/documentation/components/Header.html +1 -1
  44. package/docs/documentation/components/HeaderAction.html +1 -1
  45. package/docs/documentation/components/HeaderGlobal.html +1 -1
  46. package/docs/documentation/components/HeaderItem.html +1 -1
  47. package/docs/documentation/components/HeaderMenu.html +1 -1
  48. package/docs/documentation/components/HeaderNavigation.html +1 -1
  49. package/docs/documentation/components/IconButton.html +1 -1
  50. package/docs/documentation/components/InlineLoading.html +1 -1
  51. package/docs/documentation/components/Label.html +1 -1
  52. package/docs/documentation/components/ListColumn.html +1 -1
  53. package/docs/documentation/components/ListHeader.html +1 -1
  54. package/docs/documentation/components/ListRow.html +1 -1
  55. package/docs/documentation/components/Loading.html +1 -1
  56. package/docs/documentation/components/MenuButtonComponent.html +1931 -0
  57. package/docs/documentation/components/Modal.html +1 -1
  58. package/docs/documentation/components/ModalFooter.html +1 -1
  59. package/docs/documentation/components/ModalHeader.html +1 -1
  60. package/docs/documentation/components/Notification.html +1 -1
  61. package/docs/documentation/components/NumberComponent.html +1 -1
  62. package/docs/documentation/components/OverflowMenu.html +1 -1
  63. package/docs/documentation/components/OverflowMenuCustomPane.html +1 -1
  64. package/docs/documentation/components/OverflowMenuOption.html +1 -1
  65. package/docs/documentation/components/OverflowMenuPane.html +1 -1
  66. package/docs/documentation/components/Overlay.html +1 -1
  67. package/docs/documentation/components/Pagination.html +1 -1
  68. package/docs/documentation/components/PaginationNav.html +1 -1
  69. package/docs/documentation/components/PaginationNavItem.html +1 -1
  70. package/docs/documentation/components/PaginationOverflow.html +1 -1
  71. package/docs/documentation/components/Panel.html +1 -1
  72. package/docs/documentation/components/PasswordInputLabelComponent.html +1 -1
  73. package/docs/documentation/components/Placeholder.html +1 -1
  74. package/docs/documentation/components/PopoverContent.html +1 -1
  75. package/docs/documentation/components/ProgressBar.html +1 -1
  76. package/docs/documentation/components/ProgressIndicator.html +1 -1
  77. package/docs/documentation/components/Radio.html +1 -1
  78. package/docs/documentation/components/RadioGroup.html +1 -1
  79. package/docs/documentation/components/Search.html +1 -1
  80. package/docs/documentation/components/Select.html +1 -1
  81. package/docs/documentation/components/SelectionTile.html +1 -1
  82. package/docs/documentation/components/SideNav.html +1 -1
  83. package/docs/documentation/components/SideNavItem.html +1 -1
  84. package/docs/documentation/components/SideNavMenu.html +1 -1
  85. package/docs/documentation/components/SkeletonPlaceholder.html +1 -1
  86. package/docs/documentation/components/SkeletonText.html +1 -1
  87. package/docs/documentation/components/Slider.html +1 -1
  88. package/docs/documentation/components/StructuredList.html +1 -1
  89. package/docs/documentation/components/SwitcherList.html +1 -1
  90. package/docs/documentation/components/SwitcherListItem.html +1 -1
  91. package/docs/documentation/components/Tab.html +1 -1
  92. package/docs/documentation/components/TabHeaderGroup.html +1 -1
  93. package/docs/documentation/components/TabHeaders.html +1 -1
  94. package/docs/documentation/components/TabSkeleton.html +1 -1
  95. package/docs/documentation/components/Table.html +1 -1
  96. package/docs/documentation/components/TableBody.html +1 -1
  97. package/docs/documentation/components/TableCheckbox.html +1 -1
  98. package/docs/documentation/components/TableContainer.html +1 -1
  99. package/docs/documentation/components/TableData.html +1 -1
  100. package/docs/documentation/components/TableExpandButton.html +1 -1
  101. package/docs/documentation/components/TableExpandedRow.html +1 -1
  102. package/docs/documentation/components/TableHead.html +1 -1
  103. package/docs/documentation/components/TableHeadCell.html +1 -1
  104. package/docs/documentation/components/TableHeadCheckbox.html +1 -1
  105. package/docs/documentation/components/TableHeadExpand.html +1 -1
  106. package/docs/documentation/components/TableHeader.html +1 -1
  107. package/docs/documentation/components/TableRadio.html +1 -1
  108. package/docs/documentation/components/TableRowComponent.html +1 -1
  109. package/docs/documentation/components/TableToolbar.html +1 -1
  110. package/docs/documentation/components/TableToolbarActions.html +1 -1
  111. package/docs/documentation/components/TableToolbarContent.html +1 -1
  112. package/docs/documentation/components/TableToolbarSearch.html +1 -1
  113. package/docs/documentation/components/Tabs.html +1 -1
  114. package/docs/documentation/components/Tag.html +1 -1
  115. package/docs/documentation/components/TagFilter.html +1 -1
  116. package/docs/documentation/components/TagOperationalComponent.html +1 -1
  117. package/docs/documentation/components/TagSelectableComponent.html +1 -1
  118. package/docs/documentation/components/TextInputLabelComponent.html +1 -1
  119. package/docs/documentation/components/TextareaLabelComponent.html +1 -1
  120. package/docs/documentation/components/Tile.html +1 -1
  121. package/docs/documentation/components/TileGroup.html +1 -1
  122. package/docs/documentation/components/TimePicker.html +1 -1
  123. package/docs/documentation/components/TimePickerSelect.html +1 -1
  124. package/docs/documentation/components/Toast.html +1 -1
  125. package/docs/documentation/components/Toggle.html +1 -1
  126. package/docs/documentation/components/Toggletip.html +1 -1
  127. package/docs/documentation/components/Tooltip.html +1 -1
  128. package/docs/documentation/components/TooltipDefinition.html +1 -1
  129. package/docs/documentation/components/TreeNodeComponent.html +1 -1
  130. package/docs/documentation/components/TreeViewComponent.html +1 -1
  131. package/docs/documentation/coverage.html +40 -4
  132. package/docs/documentation/dependencies.html +1 -1
  133. package/docs/documentation/graph/dependencies.svg +3058 -2934
  134. package/docs/documentation/index.html +17 -6
  135. package/docs/documentation/interfaces/ItemClickEvent.html +437 -0
  136. package/docs/documentation/js/menu-wc.js +37 -0
  137. package/docs/documentation/js/menu-wc_es5.js +1 -1
  138. package/docs/documentation/js/search/search_index.js +2 -2
  139. package/docs/documentation/miscellaneous/typealiases.html +42 -0
  140. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  141. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  142. package/docs/documentation/modules/ComboButtonModule/dependencies.svg +106 -0
  143. package/docs/documentation/modules/ComboButtonModule.html +397 -0
  144. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +34 -38
  145. package/docs/documentation/modules/DatePickerInputModule.html +34 -38
  146. package/docs/documentation/modules/DatePickerModule/dependencies.svg +4 -4
  147. package/docs/documentation/modules/DatePickerModule.html +4 -4
  148. package/docs/documentation/modules/DialogModule/dependencies.svg +34 -34
  149. package/docs/documentation/modules/DialogModule.html +34 -34
  150. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +36 -36
  151. package/docs/documentation/modules/FileUploaderModule.html +36 -36
  152. package/docs/documentation/modules/GridModule/dependencies.svg +60 -60
  153. package/docs/documentation/modules/GridModule.html +60 -60
  154. package/docs/documentation/modules/LoadingModule/dependencies.svg +4 -4
  155. package/docs/documentation/modules/LoadingModule.html +4 -4
  156. package/docs/documentation/modules/MenuButtonModule/dependencies.svg +106 -0
  157. package/docs/documentation/modules/MenuButtonModule.html +398 -0
  158. package/docs/documentation/modules/ProgressIndicatorModule/dependencies.svg +4 -4
  159. package/docs/documentation/modules/ProgressIndicatorModule.html +4 -4
  160. package/docs/documentation/modules/RadioModule/dependencies.svg +46 -42
  161. package/docs/documentation/modules/RadioModule.html +46 -42
  162. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  163. package/docs/documentation/modules/SearchModule.html +4 -4
  164. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  165. package/docs/documentation/modules/SliderModule.html +4 -4
  166. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  167. package/docs/documentation/modules/TabsModule.html +69 -69
  168. package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
  169. package/docs/documentation/modules/TagModule.html +4 -4
  170. package/docs/documentation/modules/ThemeModule/dependencies.svg +14 -14
  171. package/docs/documentation/modules/ThemeModule.html +14 -14
  172. package/docs/documentation/modules/TilesModule/dependencies.svg +93 -93
  173. package/docs/documentation/modules/TilesModule.html +93 -93
  174. package/docs/documentation/modules/TimePickerModule/dependencies.svg +18 -18
  175. package/docs/documentation/modules/TimePickerModule.html +18 -18
  176. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +30 -30
  177. package/docs/documentation/modules/TimePickerSelectModule.html +30 -30
  178. package/docs/documentation/modules/ToggleModule/dependencies.svg +45 -41
  179. package/docs/documentation/modules/ToggleModule.html +45 -41
  180. package/docs/documentation/modules/ToggletipModule/dependencies.svg +39 -39
  181. package/docs/documentation/modules/ToggletipModule.html +39 -39
  182. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  183. package/docs/documentation/modules/TooltipModule.html +4 -4
  184. package/docs/documentation/modules/TreeviewModule/dependencies.svg +31 -31
  185. package/docs/documentation/modules/TreeviewModule.html +31 -31
  186. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  187. package/docs/documentation/modules/UIShellModule.html +4 -4
  188. package/docs/documentation/modules.html +34 -0
  189. package/docs/documentation/overview.html +3061 -2937
  190. package/docs/documentation.json +1710 -271
  191. package/docs/storybook/1125.37c137fa.iframe.bundle.js +1 -0
  192. package/docs/storybook/4292.3a543fed.iframe.bundle.js +1 -0
  193. package/docs/storybook/6702.f2acb76e.iframe.bundle.js +1 -0
  194. package/docs/storybook/combo-button-combo-button-stories.17bfb9ad.iframe.bundle.js +1 -0
  195. package/docs/storybook/context-menu-context-menu-stories.eb5edb41.iframe.bundle.js +1 -0
  196. package/docs/storybook/iframe.html +2 -2
  197. package/docs/storybook/index.json +1 -1
  198. package/docs/storybook/main.625b3296.iframe.bundle.js +1 -0
  199. package/docs/storybook/menu-button-menu-button-stories.869bfd47.iframe.bundle.js +1 -0
  200. package/docs/storybook/popover-popover-stories.ea5149e0.iframe.bundle.js +1 -0
  201. package/docs/storybook/project.json +1 -1
  202. package/docs/storybook/runtime~main.61967556.iframe.bundle.js +1 -0
  203. package/docs/storybook/stories.json +1 -1
  204. package/docs/storybook/tag-tag-stories.7b925787.iframe.bundle.js +1 -0
  205. package/esm2020/combo-button/carbon-components-angular-combo-button.mjs +5 -0
  206. package/esm2020/combo-button/combo-button.component.mjs +302 -0
  207. package/esm2020/combo-button/combo-button.module.mjs +32 -0
  208. package/esm2020/combo-button/index.mjs +3 -0
  209. package/esm2020/context-menu/context-menu-divider.component.mjs +3 -3
  210. package/esm2020/context-menu/context-menu-group.component.mjs +3 -3
  211. package/esm2020/context-menu/context-menu-item.component.mjs +33 -3
  212. package/esm2020/context-menu/context-menu.component.mjs +27 -20
  213. package/esm2020/context-menu/context-menu.types.mjs +2 -0
  214. package/esm2020/context-menu/index.mjs +2 -1
  215. package/esm2020/index.mjs +2 -1
  216. package/esm2020/menu-button/carbon-components-angular-menu-button.mjs +5 -0
  217. package/esm2020/menu-button/index.mjs +3 -0
  218. package/esm2020/menu-button/menu-button.component.mjs +265 -0
  219. package/esm2020/menu-button/menu-button.module.mjs +33 -0
  220. package/fesm2015/carbon-components-angular-combo-button.mjs +338 -0
  221. package/fesm2015/carbon-components-angular-combo-button.mjs.map +1 -0
  222. package/fesm2015/carbon-components-angular-context-menu.mjs +62 -25
  223. package/fesm2015/carbon-components-angular-context-menu.mjs.map +1 -1
  224. package/fesm2015/carbon-components-angular-menu-button.mjs +302 -0
  225. package/fesm2015/carbon-components-angular-menu-button.mjs.map +1 -0
  226. package/fesm2015/carbon-components-angular.mjs +1 -0
  227. package/fesm2015/carbon-components-angular.mjs.map +1 -1
  228. package/fesm2020/carbon-components-angular-combo-button.mjs +337 -0
  229. package/fesm2020/carbon-components-angular-combo-button.mjs.map +1 -0
  230. package/fesm2020/carbon-components-angular-context-menu.mjs +62 -25
  231. package/fesm2020/carbon-components-angular-context-menu.mjs.map +1 -1
  232. package/fesm2020/carbon-components-angular-menu-button.mjs +301 -0
  233. package/fesm2020/carbon-components-angular-menu-button.mjs.map +1 -0
  234. package/fesm2020/carbon-components-angular.mjs +1 -0
  235. package/fesm2020/carbon-components-angular.mjs.map +1 -1
  236. package/index.d.ts +1 -0
  237. package/menu-button/index.d.ts +22 -0
  238. package/menu-button/menu-button.component.d.ts +88 -0
  239. package/menu-button/menu-button.module.d.ts +31 -0
  240. package/package.json +18 -2
  241. package/docs/storybook/1562.1e6a79b6.iframe.bundle.js +0 -1
  242. package/docs/storybook/6702.8b6fb391.iframe.bundle.js +0 -1
  243. package/docs/storybook/context-menu-context-menu-stories.7c62ce72.iframe.bundle.js +0 -1
  244. package/docs/storybook/main.9bc55d67.iframe.bundle.js +0 -1
  245. package/docs/storybook/popover-popover-stories.a91784a3.iframe.bundle.js +0 -1
  246. package/docs/storybook/runtime~main.31991a82.iframe.bundle.js +0 -1
  247. package/docs/storybook/tag-tag-stories.c5c2cc86.iframe.bundle.js +0 -1
@@ -117,51 +117,51 @@
117
117
  <title>cluster_TreeviewModule</title>
118
118
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="31.5,-70 31.5,-333 464.5,-333 464.5,-70 31.5,-70"/>
119
119
  </g>
120
+ <g id="clust2" class="cluster">
121
+ <title>cluster_TreeviewModule_declarations</title>
122
+ <polygon fill="none" stroke="black" points="147.5,-143 147.5,-195 456.5,-195 456.5,-143 147.5,-143"/>
123
+ </g>
124
+ <g id="clust4" class="cluster">
125
+ <title>cluster_TreeviewModule_TreeViewComponent_providers</title>
126
+ <polygon fill="none" stroke="black" points="137.5,-78 137.5,-130 311.5,-130 311.5,-78 137.5,-78"/>
127
+ </g>
120
128
  <g id="clust6" class="cluster">
121
129
  <title>cluster_TreeviewModule_exports</title>
122
130
  <polygon fill="none" stroke="black" points="90.5,-273 90.5,-325 405.5,-325 405.5,-273 90.5,-273"/>
123
131
  </g>
124
132
  <g id="clust5" class="cluster">
125
133
  <title>cluster_TreeviewModule_imports</title>
126
- <polygon fill="none" stroke="black" points="356.5,-143 356.5,-195 456.5,-195 456.5,-143 356.5,-143"/>
127
- </g>
128
- <g id="clust2" class="cluster">
129
- <title>cluster_TreeviewModule_declarations</title>
130
- <polygon fill="none" stroke="black" points="39.5,-143 39.5,-195 348.5,-195 348.5,-143 39.5,-143"/>
131
- </g>
132
- <g id="clust4" class="cluster">
133
- <title>cluster_TreeviewModule_TreeViewComponent_providers</title>
134
- <polygon fill="none" stroke="black" points="39.5,-78 39.5,-130 213.5,-130 213.5,-78 39.5,-78"/>
134
+ <polygon fill="none" stroke="black" points="39.5,-143 39.5,-195 139.5,-195 139.5,-143 39.5,-143"/>
135
135
  </g>
136
136
  <!-- TreeNodeComponent -->
137
137
  <g id="node1" class="node">
138
138
  <title>TreeNodeComponent</title>
139
- <polygon fill="#ffffb3" stroke="black" points="340.3,-187 202.7,-187 202.7,-151 340.3,-151 340.3,-187"/>
140
- <text text-anchor="middle" x="271.5" y="-164.8" font-family="Times,serif" font-size="14.00">TreeNodeComponent</text>
139
+ <polygon fill="#ffffb3" stroke="black" points="448.3,-187 310.7,-187 310.7,-151 448.3,-151 448.3,-187"/>
140
+ <text text-anchor="middle" x="379.5" y="-164.8" font-family="Times,serif" font-size="14.00">TreeNodeComponent</text>
141
141
  </g>
142
142
  <!-- TreeviewModule -->
143
143
  <g id="node3" class="node">
144
144
  <title>TreeviewModule</title>
145
- <polygon fill="#8dd3c7" stroke="black" points="327.9,-252 324.9,-256 303.9,-256 300.9,-252 215.1,-252 215.1,-216 327.9,-216 327.9,-252"/>
146
- <text text-anchor="middle" x="271.5" y="-229.8" font-family="Times,serif" font-size="14.00">TreeviewModule</text>
145
+ <polygon fill="#8dd3c7" stroke="black" points="280.9,-252 277.9,-256 256.9,-256 253.9,-252 168.1,-252 168.1,-216 280.9,-216 280.9,-252"/>
146
+ <text text-anchor="middle" x="224.5" y="-229.8" font-family="Times,serif" font-size="14.00">TreeviewModule</text>
147
147
  </g>
148
148
  <!-- TreeNodeComponent&#45;&gt;TreeviewModule -->
149
149
  <g id="edge1" class="edge">
150
150
  <title>TreeNodeComponent&#45;&gt;TreeviewModule</title>
151
- <path fill="none" stroke="black" d="M271.5,-187.11C271.5,-187.11 271.5,-205.99 271.5,-205.99"/>
152
- <polygon fill="black" stroke="black" points="268,-205.99 271.5,-215.99 275,-205.99 268,-205.99"/>
151
+ <path fill="none" stroke="black" d="M354.38,-187.11C354.38,-206.34 354.38,-234 354.38,-234 354.38,-234 290.71,-234 290.71,-234"/>
152
+ <polygon fill="black" stroke="black" points="290.71,-230.5 280.71,-234 290.71,-237.5 290.71,-230.5"/>
153
153
  </g>
154
154
  <!-- TreeViewComponent -->
155
155
  <g id="node2" class="node">
156
156
  <title>TreeViewComponent</title>
157
- <polygon fill="#ffffb3" stroke="black" points="185.29,-187 47.71,-187 47.71,-151 185.29,-151 185.29,-187"/>
158
- <text text-anchor="middle" x="116.5" y="-164.8" font-family="Times,serif" font-size="14.00">TreeViewComponent</text>
157
+ <polygon fill="#ffffb3" stroke="black" points="293.29,-187 155.71,-187 155.71,-151 293.29,-151 293.29,-187"/>
158
+ <text text-anchor="middle" x="224.5" y="-164.8" font-family="Times,serif" font-size="14.00">TreeViewComponent</text>
159
159
  </g>
160
160
  <!-- TreeViewComponent&#45;&gt;TreeviewModule -->
161
161
  <g id="edge2" class="edge">
162
162
  <title>TreeViewComponent&#45;&gt;TreeviewModule</title>
163
- <path fill="none" stroke="black" d="M141.62,-187.11C141.62,-206.34 141.62,-234 141.62,-234 141.62,-234 205.29,-234 205.29,-234"/>
164
- <polygon fill="black" stroke="black" points="205.29,-237.5 215.29,-234 205.29,-230.5 205.29,-237.5"/>
163
+ <path fill="none" stroke="black" d="M224.5,-187.11C224.5,-187.11 224.5,-205.99 224.5,-205.99"/>
164
+ <polygon fill="black" stroke="black" points="221,-205.99 224.5,-215.99 228,-205.99 221,-205.99"/>
165
165
  </g>
166
166
  <!-- TreeNodeComponent -->
167
167
  <g id="node6" class="node">
@@ -172,8 +172,8 @@
172
172
  <!-- TreeviewModule&#45;&gt;TreeNodeComponent -->
173
173
  <g id="edge5" class="edge">
174
174
  <title>TreeviewModule&#45;&gt;TreeNodeComponent </title>
175
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M292.4,-252.11C292.4,-252.11 292.4,-270.99 292.4,-270.99"/>
176
- <polygon fill="black" stroke="black" points="288.9,-270.99 292.4,-280.99 295.9,-270.99 288.9,-270.99"/>
175
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M268.9,-252.11C268.9,-252.11 268.9,-270.99 268.9,-270.99"/>
176
+ <polygon fill="black" stroke="black" points="265.4,-270.99 268.9,-280.99 272.4,-270.99 265.4,-270.99"/>
177
177
  </g>
178
178
  <!-- TreeViewComponent -->
179
179
  <g id="node7" class="node">
@@ -184,32 +184,32 @@
184
184
  <!-- TreeviewModule&#45;&gt;TreeViewComponent -->
185
185
  <g id="edge6" class="edge">
186
186
  <title>TreeviewModule&#45;&gt;TreeViewComponent </title>
187
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M227.1,-252.11C227.1,-252.11 227.1,-270.99 227.1,-270.99"/>
188
- <polygon fill="black" stroke="black" points="223.6,-270.99 227.1,-280.99 230.6,-270.99 223.6,-270.99"/>
187
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M203.6,-252.11C203.6,-252.11 203.6,-270.99 203.6,-270.99"/>
188
+ <polygon fill="black" stroke="black" points="200.1,-270.99 203.6,-280.99 207.1,-270.99 200.1,-270.99"/>
189
189
  </g>
190
190
  <!-- TreeViewService -->
191
191
  <g id="node4" class="node">
192
192
  <title>TreeViewService</title>
193
- <ellipse fill="#fdb462" stroke="black" cx="126.5" cy="-104" rx="78.69" ry="18"/>
194
- <text text-anchor="middle" x="126.5" y="-99.8" font-family="Times,serif" font-size="14.00">TreeViewService</text>
193
+ <ellipse fill="#fdb462" stroke="black" cx="224.5" cy="-104" rx="78.69" ry="18"/>
194
+ <text text-anchor="middle" x="224.5" y="-99.8" font-family="Times,serif" font-size="14.00">TreeViewService</text>
195
195
  </g>
196
196
  <!-- TreeViewService&#45;&gt;TreeViewComponent -->
197
197
  <g id="edge3" class="edge">
198
198
  <title>TreeViewService&#45;&gt;TreeViewComponent</title>
199
- <path fill="none" stroke="black" d="M116.53,-122.11C116.53,-122.11 116.53,-140.99 116.53,-140.99"/>
200
- <polygon fill="black" stroke="black" points="113.03,-140.99 116.53,-150.99 120.03,-140.99 113.03,-140.99"/>
199
+ <path fill="none" stroke="black" d="M224.5,-122.11C224.5,-122.11 224.5,-140.99 224.5,-140.99"/>
200
+ <polygon fill="black" stroke="black" points="221,-140.99 224.5,-150.99 228,-140.99 221,-140.99"/>
201
201
  </g>
202
202
  <!-- IconModule -->
203
203
  <g id="node5" class="node">
204
204
  <title>IconModule</title>
205
- <polygon fill="#8dd3c7" stroke="black" points="448.93,-187 445.93,-191 424.93,-191 421.93,-187 364.07,-187 364.07,-151 448.93,-151 448.93,-187"/>
206
- <text text-anchor="middle" x="406.5" y="-164.8" font-family="Times,serif" font-size="14.00">IconModule</text>
205
+ <polygon fill="#8dd3c7" stroke="black" points="131.93,-187 128.93,-191 107.93,-191 104.93,-187 47.07,-187 47.07,-151 131.93,-151 131.93,-187"/>
206
+ <text text-anchor="middle" x="89.5" y="-164.8" font-family="Times,serif" font-size="14.00">IconModule</text>
207
207
  </g>
208
208
  <!-- IconModule&#45;&gt;TreeviewModule -->
209
209
  <g id="edge4" class="edge">
210
210
  <title>IconModule&#45;&gt;TreeviewModule</title>
211
- <path fill="none" stroke="black" d="M381.09,-187.11C381.09,-206.34 381.09,-234 381.09,-234 381.09,-234 337.9,-234 337.9,-234"/>
212
- <polygon fill="black" stroke="black" points="337.9,-230.5 327.9,-234 337.9,-237.5 337.9,-230.5"/>
211
+ <path fill="none" stroke="black" d="M114.91,-187.11C114.91,-206.34 114.91,-234 114.91,-234 114.91,-234 158.1,-234 158.1,-234"/>
212
+ <polygon fill="black" stroke="black" points="158.1,-237.5 168.1,-234 158.1,-230.5 158.1,-237.5"/>
213
213
  </g>
214
214
  </g>
215
215
  </svg>
@@ -24,14 +24,14 @@
24
24
  <title>cluster_UIShellModule</title>
25
25
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="13,-70 13,-268 483,-268 483,-70 13,-70"/>
26
26
  </g>
27
- <g id="clust4" class="cluster">
28
- <title>cluster_UIShellModule_exports</title>
29
- <polygon fill="none" stroke="black" points="67,-208 67,-260 429,-260 429,-208 67,-208"/>
30
- </g>
31
27
  <g id="clust3" class="cluster">
32
28
  <title>cluster_UIShellModule_imports</title>
33
29
  <polygon fill="none" stroke="black" points="21,-78 21,-130 475,-130 475,-78 21,-78"/>
34
30
  </g>
31
+ <g id="clust4" class="cluster">
32
+ <title>cluster_UIShellModule_exports</title>
33
+ <polygon fill="none" stroke="black" points="67,-208 67,-260 429,-260 429,-208 67,-208"/>
34
+ </g>
35
35
  <!-- HeaderModule -->
36
36
  <g id="node1" class="node">
37
37
  <title>HeaderModule</title>
@@ -117,14 +117,14 @@
117
117
  <title>cluster_UIShellModule</title>
118
118
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="13,-70 13,-268 483,-268 483,-70 13,-70"/>
119
119
  </g>
120
- <g id="clust4" class="cluster">
121
- <title>cluster_UIShellModule_exports</title>
122
- <polygon fill="none" stroke="black" points="67,-208 67,-260 429,-260 429,-208 67,-208"/>
123
- </g>
124
120
  <g id="clust3" class="cluster">
125
121
  <title>cluster_UIShellModule_imports</title>
126
122
  <polygon fill="none" stroke="black" points="21,-78 21,-130 475,-130 475,-78 21,-78"/>
127
123
  </g>
124
+ <g id="clust4" class="cluster">
125
+ <title>cluster_UIShellModule_exports</title>
126
+ <polygon fill="none" stroke="black" points="67,-208 67,-260 429,-260 429,-208 67,-208"/>
127
+ </g>
128
128
  <!-- HeaderModule -->
129
129
  <g id="node1" class="node">
130
130
  <title>HeaderModule</title>
@@ -191,6 +191,23 @@
191
191
  </div>
192
192
  </div>
193
193
  </div>
194
+ <div class="col-md-6 col-lg-4">
195
+ <div class="card card-module">
196
+ <div class="card-header">
197
+ <h4 class="card-title">ComboButtonModule</h4>
198
+ </div>
199
+ <div class="card-block">
200
+ <p>
201
+ <object id="demo-svg" type="image/svg+xml" lazy="./modules/ComboButtonModule/dependencies.svg" style="width: 100%; height: 175px;">
202
+ Your browser does not support SVG
203
+ </object>
204
+ </p>
205
+ <footer class="text-center">
206
+ <a href="./modules/ComboButtonModule.html" class="btn btn-default">Browse</a>
207
+ </footer>
208
+ </div>
209
+ </div>
210
+ </div>
194
211
  <div class="col-md-6 col-lg-4">
195
212
  <div class="card card-module">
196
213
  <div class="card-header">
@@ -548,6 +565,23 @@
548
565
  </div>
549
566
  </div>
550
567
  </div>
568
+ <div class="col-md-6 col-lg-4">
569
+ <div class="card card-module">
570
+ <div class="card-header">
571
+ <h4 class="card-title">MenuButtonModule</h4>
572
+ </div>
573
+ <div class="card-block">
574
+ <p>
575
+ <object id="demo-svg" type="image/svg+xml" lazy="./modules/MenuButtonModule/dependencies.svg" style="width: 100%; height: 175px;">
576
+ Your browser does not support SVG
577
+ </object>
578
+ </p>
579
+ <footer class="text-center">
580
+ <a href="./modules/MenuButtonModule.html" class="btn btn-default">Browse</a>
581
+ </footer>
582
+ </div>
583
+ </div>
584
+ </div>
551
585
  <div class="col-md-6 col-lg-4">
552
586
  <div class="card card-module">
553
587
  <div class="card-header">