carbon-components-angular
Version:
Next generation components
984 lines (970 loc) • 410 kB
HTML
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>carbon-components-angular documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/dark.css">
<style>
footer.carbon {
position: absolute;
bottom: 0;
width: 100%;
z-index: 9999;
}
#root > div {
/*
* Subtracting the height of the footer to prevent
* overlaying the footer ontop of content
*/
height: calc(100vh - 48px);
}
</style>
</head>
<body>
<script>
// Blocking script to avoid flickering dark mode
// Dark mode toggle button
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
var darkModeState = useDark.matches;
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
function checkToggle(check) {
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
$darkModeToggleSwitchers[i].checked = check;
}
}
function toggleDarkMode(state) {
if (window.localStorage) {
localStorage.setItem('compodoc_darkmode-state', state);
}
checkToggle(state);
const hasClass = document.body.classList.contains('dark');
if (state) {
for (var i = 0; i < $darkModeToggles.length; i++) {
$darkModeToggles[i].classList.add('dark');
}
if (!hasClass) {
document.body.classList.add('dark');
}
} else {
for (var i = 0; i < $darkModeToggles.length; i++) {
$darkModeToggles[i].classList.remove('dark');
}
if (hasClass) {
document.body.classList.remove('dark');
}
}
}
useDark.addEventListener('change', function (evt) {
toggleDarkMode(evt.matches);
});
if (darkModeStateLocal) {
darkModeState = darkModeStateLocal === 'true';
}
toggleDarkMode(darkModeState);
</script>
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
<div class="d-flex">
<a href="./" class="navbar-brand">carbon-components-angular documentation</a>
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
</div>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="d-none d-md-block menu">
<compodoc-menu mode="normal"></compodoc-menu>
</div>
<!-- START CONTENT -->
<div class="content overview">
<div class="content-data">
<ol class="breadcrumb">
<li class="breadcrumb-item">Overview</li>
</ol>
<div class="text-center module-graph-container">
<div id="module-graph-svg">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.47.0 (20210316.0004)
-->
<!-- Title: dependencies Pages: 1 -->
<svg width="30123pt" height="962pt"
viewBox="0.00 0.00 30123.00 962.06" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 958.06)">
<title>dependencies</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-958.06 30119,-958.06 30119,4 -4,4"/>
<text text-anchor="start" x="15036.51" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
<polygon fill="#ffffb3" stroke="transparent" points="14823.5,-10 14823.5,-30 14843.5,-30 14843.5,-10 14823.5,-10"/>
<text text-anchor="start" x="14847.13" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
<polygon fill="#8dd3c7" stroke="transparent" points="14936.5,-10 14936.5,-30 14956.5,-30 14956.5,-10 14936.5,-10"/>
<text text-anchor="start" x="14960.23" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
<polygon fill="#80b1d3" stroke="transparent" points="15022.5,-10 15022.5,-30 15042.5,-30 15042.5,-10 15022.5,-10"/>
<text text-anchor="start" x="15046.28" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
<polygon fill="#fdb462" stroke="transparent" points="15119.5,-10 15119.5,-30 15139.5,-30 15139.5,-10 15119.5,-10"/>
<text text-anchor="start" x="15143.17" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
<polygon fill="#fb8072" stroke="transparent" points="15215.5,-10 15215.5,-30 15235.5,-30 15235.5,-10 15215.5,-10"/>
<text text-anchor="start" x="15239.23" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
<g id="clust1" class="cluster">
<title>cluster_AccordionModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-445.99 8,-743.17 342,-743.17 342,-445.99 8,-445.99"/>
</g>
<g id="clust2" class="cluster">
<title>cluster_AccordionModule_declarations</title>
<polygon fill="none" stroke="black" points="16,-453.99 16,-505.99 226,-505.99 226,-453.99 16,-453.99"/>
</g>
<g id="clust5" class="cluster">
<title>cluster_AccordionModule_imports</title>
<polygon fill="none" stroke="black" points="234,-453.99 234,-505.99 334,-505.99 334,-453.99 234,-453.99"/>
</g>
<g id="clust6" class="cluster">
<title>cluster_AccordionModule_exports</title>
<polygon fill="none" stroke="black" points="67,-683.17 67,-735.17 283,-735.17 283,-683.17 67,-683.17"/>
</g>
<g id="clust9" class="cluster">
<title>cluster_BreadcrumbModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="350,-445.99 350,-857.76 887,-857.76 887,-445.99 350,-445.99"/>
</g>
<g id="clust10" class="cluster">
<title>cluster_BreadcrumbModule_declarations</title>
<polygon fill="none" stroke="black" points="358,-568.58 358,-620.58 654,-620.58 654,-568.58 358,-568.58"/>
</g>
<g id="clust13" class="cluster">
<title>cluster_BreadcrumbModule_imports</title>
<polygon fill="none" stroke="black" points="662,-453.99 662,-620.58 879,-620.58 879,-453.99 662,-453.99"/>
</g>
<g id="clust14" class="cluster">
<title>cluster_BreadcrumbModule_exports</title>
<polygon fill="none" stroke="black" points="465,-797.76 465,-849.76 767,-849.76 767,-797.76 465,-797.76"/>
</g>
<g id="clust17" class="cluster">
<title>cluster_ButtonModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="522,-331.4 522,-399.4 1318,-399.4 1318,-331.4 522,-331.4"/>
</g>
<g id="clust18" class="cluster">
<title>cluster_ButtonModule_declarations</title>
<polygon fill="none" stroke="black" points="930,-339.4 930,-391.4 1310,-391.4 1310,-339.4 930,-339.4"/>
</g>
<g id="clust23" class="cluster">
<title>cluster_ButtonModule_imports</title>
<polygon fill="none" stroke="black" points="806,-339.4 806,-391.4 922,-391.4 922,-339.4 806,-339.4"/>
</g>
<g id="clust24" class="cluster">
<title>cluster_ButtonModule_exports</title>
<polygon fill="none" stroke="black" points="530,-339.4 530,-391.4 798,-391.4 798,-339.4 530,-339.4"/>
</g>
<g id="clust27" class="cluster">
<title>cluster_CheckboxModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="6364,-308.11 6364,-743.17 7014,-743.17 7014,-308.11 6364,-308.11"/>
</g>
<g id="clust28" class="cluster">
<title>cluster_CheckboxModule_declarations</title>
<polygon fill="none" stroke="black" points="6580,-453.99 6580,-505.99 6668,-505.99 6668,-453.99 6580,-453.99"/>
</g>
<g id="clust29" class="cluster">
<title>cluster_CheckboxModule_Checkbox_providers</title>
<polygon fill="none" stroke="black" points="6372,-316.11 6372,-414.7 7006,-414.7 7006,-316.11 6372,-316.11"/>
</g>
<g id="clust31" class="cluster">
<title>cluster_CheckboxModule_exports</title>
<polygon fill="none" stroke="black" points="6513,-683.17 6513,-735.17 6605,-735.17 6605,-683.17 6513,-683.17"/>
</g>
<g id="clust34" class="cluster">
<title>cluster_CodeSnippetModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="2386,-445.99 2386,-743.17 2616,-743.17 2616,-445.99 2386,-445.99"/>
</g>
<g id="clust35" class="cluster">
<title>cluster_CodeSnippetModule_declarations</title>
<polygon fill="none" stroke="black" points="2394,-453.99 2394,-505.99 2498,-505.99 2498,-453.99 2394,-453.99"/>
</g>
<g id="clust37" class="cluster">
<title>cluster_CodeSnippetModule_imports</title>
<polygon fill="none" stroke="black" points="2506,-453.99 2506,-505.99 2608,-505.99 2608,-453.99 2506,-453.99"/>
</g>
<g id="clust38" class="cluster">
<title>cluster_CodeSnippetModule_exports</title>
<polygon fill="none" stroke="black" points="2406,-683.17 2406,-735.17 2514,-735.17 2514,-683.17 2406,-683.17"/>
</g>
<g id="clust41" class="cluster">
<title>cluster_ComboBoxModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8643,-422.7 8643,-857.76 9489,-857.76 9489,-422.7 8643,-422.7"/>
</g>
<g id="clust42" class="cluster">
<title>cluster_ComboBoxModule_declarations</title>
<polygon fill="none" stroke="black" points="8914,-568.58 8914,-620.58 9010,-620.58 9010,-568.58 8914,-568.58"/>
</g>
<g id="clust43" class="cluster">
<title>cluster_ComboBoxModule_ComboBox_providers</title>
<polygon fill="none" stroke="black" points="8651,-430.7 8651,-529.29 9295,-529.29 9295,-430.7 8651,-430.7"/>
</g>
<g id="clust44" class="cluster">
<title>cluster_ComboBoxModule_imports</title>
<polygon fill="none" stroke="black" points="9345,-568.58 9345,-620.58 9481,-620.58 9481,-568.58 9345,-568.58"/>
</g>
<g id="clust45" class="cluster">
<title>cluster_ComboBoxModule_exports</title>
<polygon fill="none" stroke="black" points="8793,-797.76 8793,-849.76 9033,-849.76 9033,-797.76 8793,-797.76"/>
</g>
<g id="clust47" class="cluster">
<title>cluster_ComboBoxModule_providers</title>
<polygon fill="none" stroke="black" points="9303,-453.99 9303,-505.99 9481,-505.99 9481,-453.99 9303,-453.99"/>
</g>
<g id="clust48" class="cluster">
<title>cluster_ComboButtonModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="18979,-560.58 18979,-857.76 19331,-857.76 19331,-560.58 18979,-560.58"/>
</g>
<g id="clust49" class="cluster">
<title>cluster_ComboButtonModule_declarations</title>
<polygon fill="none" stroke="black" points="18987,-568.58 18987,-620.58 19163,-620.58 19163,-568.58 18987,-568.58"/>
</g>
<g id="clust51" class="cluster">
<title>cluster_ComboButtonModule_imports</title>
<polygon fill="none" stroke="black" points="19171,-568.58 19171,-620.58 19323,-620.58 19323,-568.58 19171,-568.58"/>
</g>
<g id="clust52" class="cluster">
<title>cluster_ComboButtonModule_exports</title>
<polygon fill="none" stroke="black" points="18987,-797.76 18987,-849.76 19167,-849.76 19167,-797.76 18987,-797.76"/>
</g>
<g id="clust55" class="cluster">
<title>cluster_ContainedListModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="23969,-445.99 23969,-743.17 24242,-743.17 24242,-445.99 23969,-445.99"/>
</g>
<g id="clust56" class="cluster">
<title>cluster_ContainedListModule_declarations</title>
<polygon fill="none" stroke="black" points="23978,-453.99 23978,-505.99 24228,-505.99 24228,-453.99 23978,-453.99"/>
</g>
<g id="clust60" class="cluster">
<title>cluster_ContainedListModule_exports</title>
<polygon fill="none" stroke="black" points="23977,-683.17 23977,-735.17 24234,-735.17 24234,-683.17 23977,-683.17"/>
</g>
<g id="clust63" class="cluster">
<title>cluster_ContentSwitcherModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="27603,-117.05 27603,-399.4 27919,-399.4 27919,-117.05 27603,-117.05"/>
</g>
<g id="clust64" class="cluster">
<title>cluster_ContentSwitcherModule_declarations</title>
<polygon fill="none" stroke="black" points="27612,-125.05 27612,-177.05 27905,-177.05 27905,-125.05 27612,-125.05"/>
</g>
<g id="clust68" class="cluster">
<title>cluster_ContentSwitcherModule_exports</title>
<polygon fill="none" stroke="black" points="27611,-339.4 27611,-391.4 27911,-391.4 27911,-339.4 27611,-339.4"/>
</g>
<g id="clust71" class="cluster">
<title>cluster_ContextMenuModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="18979,-331.4 18979,-513.99 20099,-513.99 20099,-331.4 18979,-331.4"/>
</g>
<g id="clust72" class="cluster">
<title>cluster_ContextMenuModule_declarations</title>
<polygon fill="none" stroke="black" points="19267,-453.99 19267,-505.99 20075,-505.99 20075,-453.99 19267,-453.99"/>
</g>
<g id="clust75" class="cluster">
<title>cluster_ContextMenuModule_ContextMenuGroupComponent_providers</title>
<polygon fill="none" stroke="black" points="19817,-339.4 19817,-391.4 20091,-391.4 20091,-339.4 19817,-339.4"/>
</g>
<g id="clust78" class="cluster">
<title>cluster_ContextMenuModule_exports</title>
<polygon fill="none" stroke="black" points="18987,-339.4 18987,-391.4 19809,-391.4 19809,-339.4 18987,-339.4"/>
</g>
<g id="clust81" class="cluster">
<title>cluster_DatePickerInputModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="16859,-308.11 16859,-743.17 17557,-743.17 17557,-308.11 16859,-308.11"/>
</g>
<g id="clust82" class="cluster">
<title>cluster_DatePickerInputModule_declarations</title>
<polygon fill="none" stroke="black" points="17013,-453.99 17013,-505.99 17137,-505.99 17137,-453.99 17013,-453.99"/>
</g>
<g id="clust83" class="cluster">
<title>cluster_DatePickerInputModule_DatePickerInput_providers</title>
<polygon fill="none" stroke="black" points="16867,-316.11 16867,-414.7 17549,-414.7 17549,-316.11 16867,-316.11"/>
</g>
<g id="clust85" class="cluster">
<title>cluster_DatePickerInputModule_exports</title>
<polygon fill="none" stroke="black" points="16879,-683.17 16879,-735.17 17007,-735.17 17007,-683.17 16879,-683.17"/>
</g>
<g id="clust88" class="cluster">
<title>cluster_DatePickerModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="16195,-422.7 16195,-857.76 16851,-857.76 16851,-422.7 16195,-422.7"/>
</g>
<g id="clust89" class="cluster">
<title>cluster_DatePickerModule_declarations</title>
<polygon fill="none" stroke="black" points="16386,-568.58 16386,-620.58 16480,-620.58 16480,-568.58 16386,-568.58"/>
</g>
<g id="clust90" class="cluster">
<title>cluster_DatePickerModule_DatePicker_providers</title>
<polygon fill="none" stroke="black" points="16203,-430.7 16203,-529.29 16843,-529.29 16843,-430.7 16203,-430.7"/>
</g>
<g id="clust92" class="cluster">
<title>cluster_DatePickerModule_exports</title>
<polygon fill="none" stroke="black" points="16275,-797.76 16275,-849.76 16545,-849.76 16545,-797.76 16275,-797.76"/>
</g>
<g id="clust95" class="cluster">
<title>cluster_DialogModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="895,-445.99 895,-628.58 2378,-628.58 2378,-445.99 895,-445.99"/>
</g>
<g id="clust96" class="cluster">
<title>cluster_DialogModule_declarations</title>
<polygon fill="none" stroke="black" points="903,-568.58 903,-620.58 1889,-620.58 1889,-568.58 903,-568.58"/>
</g>
<g id="clust98" class="cluster">
<title>cluster_DialogModule_DialogDirective_providers</title>
<polygon fill="none" stroke="black" points="1920,-453.99 1920,-505.99 2068,-505.99 2068,-453.99 1920,-453.99"/>
</g>
<g id="clust104" class="cluster">
<title>cluster_DialogModule_imports</title>
<polygon fill="none" stroke="black" points="2076,-453.99 2076,-505.99 2370,-505.99 2370,-453.99 2076,-453.99"/>
</g>
<g id="clust105" class="cluster">
<title>cluster_DialogModule_exports</title>
<polygon fill="none" stroke="black" points="903,-453.99 903,-505.99 1912,-505.99 1912,-453.99 903,-453.99"/>
</g>
<g id="clust108" class="cluster">
<title>cluster_DocumentationModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="27927,-117.05 27927,-399.4 28089,-399.4 28089,-117.05 27927,-117.05"/>
</g>
<g id="clust109" class="cluster">
<title>cluster_DocumentationModule_declarations</title>
<polygon fill="none" stroke="black" points="27949,-125.05 27949,-177.05 28067,-177.05 28067,-125.05 27949,-125.05"/>
</g>
<g id="clust112" class="cluster">
<title>cluster_DocumentationModule_exports</title>
<polygon fill="none" stroke="black" points="27947,-339.4 27947,-391.4 28069,-391.4 28069,-339.4 27947,-339.4"/>
</g>
<g id="clust115" class="cluster">
<title>cluster_DropdownModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="9497,-651.88 9497,-857.76 10665,-857.76 10665,-651.88 9497,-651.88"/>
</g>
<g id="clust116" class="cluster">
<title>cluster_DropdownModule_declarations</title>
<polygon fill="none" stroke="black" points="10165,-797.76 10165,-849.76 10657,-849.76 10657,-797.76 10165,-797.76"/>
</g>
<g id="clust118" class="cluster">
<title>cluster_DropdownModule_Dropdown_providers</title>
<polygon fill="none" stroke="black" points="10019,-659.88 10019,-758.47 10657,-758.47 10657,-659.88 10019,-659.88"/>
</g>
<g id="clust122" class="cluster">
<title>cluster_DropdownModule_exports</title>
<polygon fill="none" stroke="black" points="9505,-683.17 9505,-735.17 10011,-735.17 10011,-683.17 9505,-683.17"/>
</g>
<g id="clust125" class="cluster">
<title>cluster_ExperimentalModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="2082,-331.4 2082,-399.4 2298,-399.4 2298,-331.4 2082,-331.4"/>
</g>
<g id="clust130" class="cluster">
<title>cluster_ExperimentalModule_providers</title>
<polygon fill="none" stroke="black" points="2090,-339.4 2090,-391.4 2290,-391.4 2290,-339.4 2090,-339.4"/>
</g>
<g id="clust131" class="cluster">
<title>cluster_FileUploaderModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="20107,-422.7 20107,-857.76 20781,-857.76 20781,-422.7 20107,-422.7"/>
</g>
<g id="clust132" class="cluster">
<title>cluster_FileUploaderModule_declarations</title>
<polygon fill="none" stroke="black" points="20182,-568.58 20182,-620.58 20409,-620.58 20409,-568.58 20182,-568.58"/>
</g>
<g id="clust134" class="cluster">
<title>cluster_FileUploaderModule_FileUploader_providers</title>
<polygon fill="none" stroke="black" points="20115,-430.7 20115,-529.29 20773,-529.29 20773,-430.7 20115,-430.7"/>
</g>
<g id="clust135" class="cluster">
<title>cluster_FileUploaderModule_imports</title>
<polygon fill="none" stroke="black" points="20534,-568.58 20534,-620.58 20656,-620.58 20656,-568.58 20534,-568.58"/>
</g>
<g id="clust136" class="cluster">
<title>cluster_FileUploaderModule_exports</title>
<polygon fill="none" stroke="black" points="20147,-797.76 20147,-849.76 20381,-849.76 20381,-797.76 20147,-797.76"/>
</g>
<g id="clust139" class="cluster">
<title>cluster_GridModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="28097,-70 28097,-513.99 29153,-513.99 29153,-70 28097,-70"/>
</g>
<g id="clust140" class="cluster">
<title>cluster_GridModule_declarations</title>
<polygon fill="none" stroke="black" points="28458,-240.11 28458,-292.11 28811,-292.11 28811,-240.11 28458,-240.11"/>
</g>
<g id="clust142" class="cluster">
<title>cluster_GridModule_GridDirective_providers</title>
<polygon fill="none" stroke="black" points="28105,-78 28105,-224.11 29145,-224.11 29145,-78 28105,-78"/>
</g>
<g id="clust145" class="cluster">
<title>cluster_GridModule_exports</title>
<polygon fill="none" stroke="black" points="28396,-453.99 28396,-505.99 28760,-505.99 28760,-453.99 28396,-453.99"/>
</g>
<g id="clust147" class="cluster">
<title>cluster_GridModule_providers</title>
<polygon fill="none" stroke="black" points="28318,-240.11 28318,-292.11 28450,-292.11 28450,-240.11 28318,-240.11"/>
</g>
<g id="clust148" class="cluster">
<title>cluster_HeaderModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="20981,-445.99 20981,-743.17 21761,-743.17 21761,-445.99 20981,-445.99"/>
</g>
<g id="clust149" class="cluster">
<title>cluster_HeaderModule_declarations</title>
<polygon fill="none" stroke="black" points="20989,-453.99 20989,-505.99 21728,-505.99 21728,-453.99 20989,-453.99"/>
</g>
<g id="clust158" class="cluster">
<title>cluster_HeaderModule_exports</title>
<polygon fill="none" stroke="black" points="20989,-683.17 20989,-735.17 21753,-735.17 21753,-683.17 20989,-683.17"/>
</g>
<g id="clust161" class="cluster">
<title>cluster_I18nModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="200,-331.4 200,-399.4 514,-399.4 514,-331.4 200,-331.4"/>
</g>
<g id="clust162" class="cluster">
<title>cluster_I18nModule_declarations</title>
<polygon fill="none" stroke="black" points="404,-339.4 404,-391.4 506,-391.4 506,-339.4 404,-339.4"/>
</g>
<g id="clust165" class="cluster">
<title>cluster_I18nModule_exports</title>
<polygon fill="none" stroke="black" points="290,-339.4 290,-391.4 396,-391.4 396,-339.4 290,-339.4"/>
</g>
<g id="clust167" class="cluster">
<title>cluster_I18nModule_providers</title>
<polygon fill="none" stroke="black" points="208,-339.4 208,-391.4 282,-391.4 282,-339.4 208,-339.4"/>
</g>
<g id="clust168" class="cluster">
<title>cluster_IconModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="19629,-560.58 19629,-628.58 19873,-628.58 19873,-560.58 19629,-560.58"/>
</g>
<g id="clust169" class="cluster">
<title>cluster_IconModule_declarations</title>
<polygon fill="none" stroke="black" points="19757,-568.58 19757,-620.58 19865,-620.58 19865,-568.58 19757,-568.58"/>
</g>
<g id="clust172" class="cluster">
<title>cluster_IconModule_exports</title>
<polygon fill="none" stroke="black" points="19637,-568.58 19637,-620.58 19749,-620.58 19749,-568.58 19637,-568.58"/>
</g>
<g id="clust175" class="cluster">
<title>cluster_InlineLoadingModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="24250,-445.99 24250,-743.17 24404,-743.17 24404,-445.99 24250,-445.99"/>
</g>
<g id="clust176" class="cluster">
<title>cluster_InlineLoadingModule_declarations</title>
<polygon fill="none" stroke="black" points="24271,-453.99 24271,-505.99 24383,-505.99 24383,-453.99 24271,-453.99"/>
</g>
<g id="clust179" class="cluster">
<title>cluster_InlineLoadingModule_exports</title>
<polygon fill="none" stroke="black" points="24270,-683.17 24270,-735.17 24384,-735.17 24384,-683.17 24270,-683.17"/>
</g>
<g id="clust182" class="cluster">
<title>cluster_InputModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="7022,-445.99 7022,-743.17 8003,-743.17 8003,-445.99 7022,-445.99"/>
</g>
<g id="clust183" class="cluster">
<title>cluster_InputModule_declarations</title>
<polygon fill="none" stroke="black" points="7030,-453.99 7030,-505.99 7975,-505.99 7975,-453.99 7030,-453.99"/>
</g>
<g id="clust192" class="cluster">
<title>cluster_InputModule_exports</title>
<polygon fill="none" stroke="black" points="7030,-683.17 7030,-735.17 7995,-735.17 7995,-683.17 7030,-683.17"/>
</g>
<g id="clust195" class="cluster">
<title>cluster_LayerModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="29161,-117.05 29161,-399.4 29297,-399.4 29297,-117.05 29161,-117.05"/>
</g>
<g id="clust196" class="cluster">
<title>cluster_LayerModule_declarations</title>
<polygon fill="none" stroke="black" points="29172,-125.05 29172,-177.05 29288,-177.05 29288,-125.05 29172,-125.05"/>
</g>
<g id="clust199" class="cluster">
<title>cluster_LayerModule_exports</title>
<polygon fill="none" stroke="black" points="29169,-339.4 29169,-391.4 29289,-391.4 29289,-339.4 29169,-339.4"/>
</g>
<g id="clust202" class="cluster">
<title>cluster_LayoutModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="29455,-117.05 29455,-399.4 29589,-399.4 29589,-117.05 29455,-117.05"/>
</g>
<g id="clust203" class="cluster">
<title>cluster_LayoutModule_declarations</title>
<polygon fill="none" stroke="black" points="29464,-125.05 29464,-177.05 29580,-177.05 29580,-125.05 29464,-125.05"/>
</g>
<g id="clust206" class="cluster">
<title>cluster_LayoutModule_exports</title>
<polygon fill="none" stroke="black" points="29463,-339.4 29463,-391.4 29581,-391.4 29581,-339.4 29463,-339.4"/>
</g>
<g id="clust209" class="cluster">
<title>cluster_LinkModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="14208,-331.4 14208,-628.58 14434,-628.58 14434,-331.4 14208,-331.4"/>
</g>
<g id="clust210" class="cluster">
<title>cluster_LinkModule_declarations</title>
<polygon fill="none" stroke="black" points="14216,-339.4 14216,-391.4 14424,-391.4 14424,-339.4 14216,-339.4"/>
</g>
<g id="clust214" class="cluster">
<title>cluster_LinkModule_exports</title>
<polygon fill="none" stroke="black" points="14216,-568.58 14216,-620.58 14426,-620.58 14426,-568.58 14216,-568.58"/>
</g>
<g id="clust217" class="cluster">
<title>cluster_ListModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="29597,-117.05 29597,-399.4 29821,-399.4 29821,-117.05 29597,-117.05"/>
</g>
<g id="clust218" class="cluster">
<title>cluster_ListModule_declarations</title>
<polygon fill="none" stroke="black" points="29607,-125.05 29607,-177.05 29811,-177.05 29811,-125.05 29607,-125.05"/>
</g>
<g id="clust222" class="cluster">
<title>cluster_ListModule_exports</title>
<polygon fill="none" stroke="black" points="29605,-339.4 29605,-391.4 29813,-391.4 29813,-339.4 29605,-339.4"/>
</g>
<g id="clust225" class="cluster">
<title>cluster_LoadingModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="20789,-675.17 20789,-743.17 20973,-743.17 20973,-675.17 20789,-675.17"/>
</g>
<g id="clust226" class="cluster">
<title>cluster_LoadingModule_declarations</title>
<polygon fill="none" stroke="black" points="20887,-683.17 20887,-735.17 20965,-735.17 20965,-683.17 20887,-683.17"/>
</g>
<g id="clust229" class="cluster">
<title>cluster_LoadingModule_exports</title>
<polygon fill="none" stroke="black" points="20797,-683.17 20797,-735.17 20879,-735.17 20879,-683.17 20797,-683.17"/>
</g>
<g id="clust232" class="cluster">
<title>cluster_MenuButtonModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="19339,-560.58 19339,-857.76 19527,-857.76 19527,-560.58 19339,-560.58"/>
</g>
<g id="clust233" class="cluster">
<title>cluster_MenuButtonModule_declarations</title>
<polygon fill="none" stroke="black" points="19347,-568.58 19347,-620.58 19515,-620.58 19515,-568.58 19347,-568.58"/>
</g>
<g id="clust236" class="cluster">
<title>cluster_MenuButtonModule_exports</title>
<polygon fill="none" stroke="black" points="19347,-797.76 19347,-849.76 19519,-849.76 19519,-797.76 19347,-797.76"/>
</g>
<g id="clust239" class="cluster">
<title>cluster_ModalModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="10809,-445.99 10809,-743.17 12287,-743.17 12287,-445.99 10809,-445.99"/>
</g>
<g id="clust240" class="cluster">
<title>cluster_ModalModule_declarations</title>
<polygon fill="none" stroke="black" points="11157,-453.99 11157,-505.99 12279,-505.99 12279,-453.99 11157,-453.99"/>
</g>
<g id="clust252" class="cluster">
<title>cluster_ModalModule_exports</title>
<polygon fill="none" stroke="black" points="10817,-683.17 10817,-735.17 11889,-735.17 11889,-683.17 10817,-683.17"/>
</g>
<g id="clust254" class="cluster">
<title>cluster_ModalModule_providers</title>
<polygon fill="none" stroke="black" points="10817,-453.99 10817,-505.99 11149,-505.99 11149,-453.99 10817,-453.99"/>
</g>
<g id="clust255" class="cluster">
<title>cluster_NFormsModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="5738,-560.58 5738,-857.76 6356,-857.76 6356,-560.58 5738,-560.58"/>
</g>
<g id="clust257" class="cluster">
<title>cluster_NFormsModule_imports</title>
<polygon fill="none" stroke="black" points="5778,-568.58 5778,-620.58 6004,-620.58 6004,-568.58 5778,-568.58"/>
</g>
<g id="clust258" class="cluster">
<title>cluster_NFormsModule_exports</title>
<polygon fill="none" stroke="black" points="5746,-797.76 5746,-849.76 6348,-849.76 6348,-797.76 5746,-797.76"/>
</g>
<g id="clust261" class="cluster">
<title>cluster_NotificationModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="12295,-445.99 12295,-743.17 14200,-743.17 14200,-445.99 12295,-445.99"/>
</g>
<g id="clust262" class="cluster">
<title>cluster_NotificationModule_declarations</title>
<polygon fill="none" stroke="black" points="12752,-453.99 12752,-505.99 14192,-505.99 14192,-453.99 12752,-453.99"/>
</g>
<g id="clust276" class="cluster">
<title>cluster_NotificationModule_exports</title>
<polygon fill="none" stroke="black" points="12458,-683.17 12458,-735.17 13806,-735.17 13806,-683.17 12458,-683.17"/>
</g>
<g id="clust278" class="cluster">
<title>cluster_NotificationModule_providers</title>
<polygon fill="none" stroke="black" points="12303,-453.99 12303,-505.99 12744,-505.99 12744,-453.99 12303,-453.99"/>
</g>
<g id="clust279" class="cluster">
<title>cluster_NumberModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="23657,-445.99 23657,-743.17 23779,-743.17 23779,-445.99 23657,-445.99"/>
</g>
<g id="clust280" class="cluster">
<title>cluster_NumberModule_declarations</title>
<polygon fill="none" stroke="black" points="23679,-453.99 23679,-505.99 23757,-505.99 23757,-453.99 23679,-453.99"/>
</g>
<g id="clust283" class="cluster">
<title>cluster_NumberModule_exports</title>
<polygon fill="none" stroke="black" points="23677,-683.17 23677,-735.17 23759,-735.17 23759,-683.17 23677,-683.17"/>
</g>
<g id="clust286" class="cluster">
<title>cluster_PaginationModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="15656,-445.99 15656,-743.17 16187,-743.17 16187,-445.99 15656,-445.99"/>
</g>
<g id="clust287" class="cluster">
<title>cluster_PaginationModule_declarations</title>
<polygon fill="none" stroke="black" points="15664,-453.99 15664,-505.99 16164,-505.99 16164,-453.99 15664,-453.99"/>
</g>
<g id="clust293" class="cluster">
<title>cluster_PaginationModule_exports</title>
<polygon fill="none" stroke="black" points="15664,-683.17 15664,-735.17 16179,-735.17 16179,-683.17 15664,-683.17"/>
</g>
<g id="clust296" class="cluster">
<title>cluster_PanelModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="22155,-445.99 22155,-743.17 22485,-743.17 22485,-445.99 22155,-445.99"/>
</g>
<g id="clust297" class="cluster">
<title>cluster_PanelModule_declarations</title>
<polygon fill="none" stroke="black" points="22163,-453.99 22163,-505.99 22471,-505.99 22471,-453.99 22163,-453.99"/>
</g>
<g id="clust302" class="cluster">
<title>cluster_PanelModule_exports</title>
<polygon fill="none" stroke="black" points="22163,-683.17 22163,-735.17 22477,-735.17 22477,-683.17 22163,-683.17"/>
</g>
<g id="clust305" class="cluster">
<title>cluster_PlaceholderModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="1850,-331.4 1850,-399.4 2074,-399.4 2074,-331.4 1850,-331.4"/>
</g>
<g id="clust306" class="cluster">
<title>cluster_PlaceholderModule_declarations</title>
<polygon fill="none" stroke="black" points="1968,-339.4 1968,-391.4 2066,-391.4 2066,-339.4 1968,-339.4"/>
</g>
<g id="clust309" class="cluster">
<title>cluster_PlaceholderModule_exports</title>
<polygon fill="none" stroke="black" points="1858,-339.4 1858,-391.4 1960,-391.4 1960,-339.4 1858,-339.4"/>
</g>
<g id="clust312" class="cluster">
<title>cluster_PopoverModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="1376,-117.05 1376,-399.4 1658,-399.4 1658,-117.05 1376,-117.05"/>
</g>
<g id="clust313" class="cluster">
<title>cluster_PopoverModule_declarations</title>
<polygon fill="none" stroke="black" points="1388,-125.05 1388,-177.05 1646,-177.05 1646,-125.05 1388,-125.05"/>
</g>
<g id="clust317" class="cluster">
<title>cluster_PopoverModule_exports</title>
<polygon fill="none" stroke="black" points="1384,-339.4 1384,-391.4 1650,-391.4 1650,-339.4 1384,-339.4"/>
</g>
<g id="clust320" class="cluster">
<title>cluster_ProgressBarModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="24412,-445.99 24412,-743.17 24556,-743.17 24556,-445.99 24412,-445.99"/>
</g>
<g id="clust321" class="cluster">
<title>cluster_ProgressBarModule_declarations</title>
<polygon fill="none" stroke="black" points="24434,-453.99 24434,-505.99 24534,-505.99 24534,-453.99 24434,-453.99"/>
</g>
<g id="clust324" class="cluster">
<title>cluster_ProgressBarModule_exports</title>
<polygon fill="none" stroke="black" points="24432,-683.17 24432,-735.17 24536,-735.17 24536,-683.17 24432,-683.17"/>
</g>
<g id="clust327" class="cluster">
<title>cluster_ProgressIndicatorModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="23787,-445.99 23787,-743.17 23961,-743.17 23961,-445.99 23787,-445.99"/>
</g>
<g id="clust328" class="cluster">
<title>cluster_ProgressIndicatorModule_declarations</title>
<polygon fill="none" stroke="black" points="23809,-453.99 23809,-505.99 23939,-505.99 23939,-453.99 23809,-453.99"/>
</g>
<g id="clust331" class="cluster">
<title>cluster_ProgressIndicatorModule_exports</title>
<polygon fill="none" stroke="black" points="23807,-683.17 23807,-735.17 23941,-735.17 23941,-683.17 23807,-683.17"/>
</g>
<g id="clust334" class="cluster">
<title>cluster_RadioModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="4182,-308.11 4182,-513.99 5640,-513.99 5640,-308.11 4182,-308.11"/>
</g>
<g id="clust335" class="cluster">
<title>cluster_RadioModule_declarations</title>
<polygon fill="none" stroke="black" points="5325,-453.99 5325,-505.99 5499,-505.99 5499,-453.99 5325,-453.99"/>
</g>
<g id="clust336" class="cluster">
<title>cluster_RadioModule_Radio_providers</title>
<polygon fill="none" stroke="black" points="5032,-316.11 5032,-414.7 5632,-414.7 5632,-316.11 5032,-316.11"/>
</g>
<g id="clust337" class="cluster">
<title>cluster_RadioModule_RadioGroup_providers</title>
<polygon fill="none" stroke="black" points="4374,-316.11 4374,-414.7 5024,-414.7 5024,-316.11 4374,-316.11"/>
</g>
<g id="clust339" class="cluster">
<title>cluster_RadioModule_exports</title>
<polygon fill="none" stroke="black" points="4190,-339.4 4190,-391.4 4366,-391.4 4366,-339.4 4190,-339.4"/>
</g>
<g id="clust342" class="cluster">
<title>cluster_SearchModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8013,-308.11 8013,-743.17 8635,-743.17 8635,-308.11 8013,-308.11"/>
</g>
<g id="clust343" class="cluster">
<title>cluster_SearchModule_declarations</title>
<polygon fill="none" stroke="black" points="8162,-453.99 8162,-505.99 8232,-505.99 8232,-453.99 8162,-453.99"/>
</g>
<g id="clust344" class="cluster">
<title>cluster_SearchModule_Search_providers</title>
<polygon fill="none" stroke="black" points="8021,-316.11 8021,-414.7 8627,-414.7 8627,-316.11 8021,-316.11"/>
</g>
<g id="clust346" class="cluster">
<title>cluster_SearchModule_exports</title>
<polygon fill="none" stroke="black" points="8041,-683.17 8041,-735.17 8115,-735.17 8115,-683.17 8041,-683.17"/>
</g>
<g id="clust349" class="cluster">
<title>cluster_SelectModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="24564,-308.11 24564,-743.17 25182,-743.17 25182,-308.11 24564,-308.11"/>
</g>
<g id="clust350" class="cluster">
<title>cluster_SelectModule_declarations</title>
<polygon fill="none" stroke="black" points="24675,-453.99 24675,-505.99 24908,-505.99 24908,-453.99 24675,-453.99"/>
</g>
<g id="clust353" class="cluster">
<title>cluster_SelectModule_Select_providers</title>
<polygon fill="none" stroke="black" points="24572,-316.11 24572,-414.7 25174,-414.7 25174,-316.11 24572,-316.11"/>
</g>
<g id="clust355" class="cluster">
<title>cluster_SelectModule_exports</title>
<polygon fill="none" stroke="black" points="24670,-683.17 24670,-735.17 24910,-735.17 24910,-683.17 24670,-683.17"/>
</g>
<g id="clust358" class="cluster">
<title>cluster_SideNavModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="22493,-445.99 22493,-743.17 23015,-743.17 23015,-445.99 22493,-445.99"/>
</g>
<g id="clust359" class="cluster">
<title>cluster_SideNavModule_declarations</title>
<polygon fill="none" stroke="black" points="22501,-453.99 22501,-505.99 23007,-505.99 23007,-453.99 22501,-453.99"/>
</g>
<g id="clust365" class="cluster">
<title>cluster_SideNavModule_exports</title>
<polygon fill="none" stroke="black" points="22515,-683.17 22515,-735.17 22829,-735.17 22829,-683.17 22515,-683.17"/>
</g>
<g id="clust368" class="cluster">
<title>cluster_SkeletonModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="29829,-117.05 29829,-399.4 30107,-399.4 30107,-117.05 29829,-117.05"/>
</g>
<g id="clust369" class="cluster">
<title>cluster_SkeletonModule_declarations</title>
<polygon fill="none" stroke="black" points="29838,-125.05 29838,-177.05 30094,-177.05 30094,-125.05 29838,-125.05"/>
</g>
<g id="clust373" class="cluster">
<title>cluster_SkeletonModule_exports</title>
<polygon fill="none" stroke="black" points="29837,-339.4 29837,-391.4 30099,-391.4 30099,-339.4 29837,-339.4"/>
</g>
<g id="clust376" class="cluster">
<title>cluster_SliderModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="17631,-308.11 17631,-743.17 18247,-743.17 18247,-308.11 17631,-308.11"/>
</g>
<g id="clust377" class="cluster">
<title>cluster_SliderModule_declarations</title>
<polygon fill="none" stroke="black" points="17841,-453.99 17841,-505.99 17911,-505.99 17911,-453.99 17841,-453.99"/>
</g>
<g id="clust378" class="cluster">
<title>cluster_SliderModule_Slider_providers</title>
<polygon fill="none" stroke="black" points="17639,-316.11 17639,-414.7 18239,-414.7 18239,-316.11 17639,-316.11"/>
</g>
<g id="clust380" class="cluster">
<title>cluster_SliderModule_exports</title>
<polygon fill="none" stroke="black" points="17778,-683.17 17778,-735.17 17848,-735.17 17848,-683.17 17778,-683.17"/>
</g>
<g id="clust383" class="cluster">
<title>cluster_StructuredListModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="25882,-308.11 25882,-743.17 26564,-743.17 26564,-308.11 25882,-308.11"/>
</g>
<g id="clust384" class="cluster">
<title>cluster_StructuredListModule_declarations</title>
<polygon fill="none" stroke="black" points="25953,-453.99 25953,-505.99 26344,-505.99 26344,-453.99 25953,-453.99"/>
</g>
<g id="clust388" class="cluster">
<title>cluster_StructuredListModule_StructuredList_providers</title>
<polygon fill="none" stroke="black" points="25890,-316.11 25890,-414.7 26556,-414.7 26556,-316.11 25890,-316.11"/>
</g>
<g id="clust390" class="cluster">
<title>cluster_StructuredListModule_exports</title>
<polygon fill="none" stroke="black" points="25923,-683.17 25923,-735.17 26329,-735.17 26329,-683.17 25923,-683.17"/>
</g>
<g id="clust393" class="cluster">
<title>cluster_TableModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="2624,-675.17 2624,-946.06 5674,-946.06 5674,-675.17 2624,-675.17"/>
</g>
<g id="clust394" class="cluster">
<title>cluster_TableModule_declarations</title>
<polygon fill="none" stroke="black" points="2632,-683.17 2632,-735.17 5586,-735.17 5586,-683.17 2632,-683.17"/>
</g>
<g id="clust419" class="cluster">
<title>cluster_TableModule_exports</title>
<polygon fill="none" stroke="black" points="2632,-886.06 2632,-938.06 5666,-938.06 5666,-886.06 2632,-886.06"/>
</g>
<g id="clust422" class="cluster">
<title>cluster_TabsModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="18255,-445.99 18255,-743.17 18971,-743.17 18971,-445.99 18255,-445.99"/>
</g>
<g id="clust423" class="cluster">
<title>cluster_TabsModule_declarations</title>
<polygon fill="none" stroke="black" points="18263,-453.99 18263,-505.99 18963,-505.99 18963,-453.99 18263,-453.99"/>
</g>
<g id="clust432" class="cluster">
<title>cluster_TabsModule_exports</title>
<polygon fill="none" stroke="black" points="18295,-683.17 18295,-735.17 18886,-735.17 18886,-683.17 18295,-683.17"/>
</g>
<g id="clust435" class="cluster">
<title>cluster_TagModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="26572,-445.99 26572,-743.17 27256,-743.17 27256,-445.99 26572,-445.99"/>
</g>
<g id="clust436" class="cluster">
<title>cluster_TagModule_declarations</title>
<polygon fill="none" stroke="black" points="26580,-453.99 26580,-505.99 27234,-505.99 27234,-453.99 26580,-453.99"/>
</g>
<g id="clust443" class="cluster">
<title>cluster_TagModule_exports</title>
<polygon fill="none" stroke="black" points="26580,-683.17 26580,-735.17 27248,-735.17 27248,-683.17 26580,-683.17"/>
</g>
<g id="clust446" class="cluster">
<title>cluster_ThemeModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="29305,-232.11 29305,-513.99 29447,-513.99 29447,-232.11 29305,-232.11"/>
</g>
<g id="clust447" class="cluster">
<title>cluster_ThemeModule_declarations</title>
<polygon fill="none" stroke="black" points="29314,-240.11 29314,-292.11 29436,-292.11 29436,-240.11 29314,-240.11"/>
</g>
<g id="clust450" class="cluster">
<title>cluster_ThemeModule_exports</title>
<polygon fill="none" stroke="black" points="29313,-453.99 29313,-505.99 29439,-505.99 29439,-453.99 29313,-453.99"/>
</g>
<g id="clust453" class="cluster">
<title>cluster_TilesModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="14442,-308.11 14442,-743.17 15648,-743.17 15648,-308.11 14442,-308.11"/>
</g>
<g id="clust454" class="cluster">
<title>cluster_TilesModule_declarations</title>
<polygon fill="none" stroke="black" points="14450,-453.99 14450,-505.99 15615,-505.99 15615,-453.99 14450,-453.99"/>
</g>
<g id="clust462" class="cluster">
<title>cluster_TilesModule_TileGroup_providers</title>
<polygon fill="none" stroke="black" points="15004,-316.11 15004,-414.7 15640,-414.7 15640,-316.11 15004,-316.11"/>
</g>
<g id="clust464" class="cluster">
<title>cluster_TilesModule_exports</title>
<polygon fill="none" stroke="black" points="14450,-683.17 14450,-735.17 15640,-735.17 15640,-683.17 14450,-683.17"/>
</g>
<g id="clust467" class="cluster">
<title>cluster_TimePickerModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="25190,-537.29 25190,-946.06 25852,-946.06 25852,-537.29 25190,-537.29"/>
</g>
<g id="clust468" class="cluster">
<title>cluster_TimePickerModule_declarations</title>
<polygon fill="none" stroke="black" points="25517,-683.17 25517,-735.17 25615,-735.17 25615,-683.17 25517,-683.17"/>
</g>
<g id="clust469" class="cluster">
<title>cluster_TimePickerModule_TimePicker_providers</title>
<polygon fill="none" stroke="black" points="25198,-545.29 25198,-643.88 25844,-643.88 25844,-545.29 25198,-545.29"/>
</g>
<g id="clust470" class="cluster">
<title>cluster_TimePickerModule_imports</title>
<polygon fill="none" stroke="black" points="25668,-683.17 25668,-735.17 25844,-735.17 25844,-683.17 25668,-683.17"/>
</g>
<g id="clust471" class="cluster">
<title>cluster_TimePickerModule_exports</title>
<polygon fill="none" stroke="black" points="25633,-886.06 25633,-938.06 25733,-938.06 25733,-886.06 25633,-886.06"/>
</g>
<g id="clust474" class="cluster">
<title>cluster_TimePickerSelectModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="25860,-766.47 25860,-946.06 26714,-946.06 26714,-766.47 25860,-766.47"/>
</g>
<g id="clust475" class="cluster">
<title>cluster_TimePickerSelectModule_declarations</title>
<polygon fill="none" stroke="black" points="26433,-886.06 26433,-938.06 26565,-938.06 26565,-886.06 26433,-886.06"/>
</g>
<g id="clust476" class="cluster">
<title>cluster_TimePickerSelectModule_TimePickerSelect_providers</title>
<polygon fill="none" stroke="black" points="26012,-774.47 26012,-873.06 26706,-873.06 26706,-774.47 26012,-774.47"/>
</g>
<g id="clust478" class="cluster">
<title>cluster_TimePickerSelectModule_exports</title>
<polygon fill="none" stroke="black" points="25868,-797.76 25868,-849.76 26004,-849.76 26004,-797.76 25868,-797.76"/>
</g>
<g id="clust481" class="cluster">
<title>cluster_ToggleModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="5648,-308.11 5648,-513.99 6356,-513.99 6356,-308.11 5648,-308.11"/>
</g>
<g id="clust482" class="cluster">
<title>cluster_ToggleModule_declarations</title>
<polygon fill="none" stroke="black" points="5959,-453.99 5959,-505.99 6031,-505.99 6031,-453.99 5959,-453.99"/>
</g>
<g id="clust483" class="cluster">
<title>cluster_ToggleModule_Toggle_providers</title>
<polygon fill="none" stroke="black" points="5740,-316.11 5740,-414.7 6348,-414.7 6348,-316.11 5740,-316.11"/>
</g>
<g id="clust485" class="cluster">
<title>cluster_ToggleModule_exports</title>
<polygon fill="none" stroke="black" points="5656,-339.4 5656,-391.4 5732,-391.4 5732,-339.4 5656,-339.4"/>
</g>
<g id="clust488" class="cluster">
<title>cluster_ToggletipModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="23023,-232.11 23023,-513.99 23649,-513.99 23649,-232.11 23023,-232.11"/>
</g>
<g id="clust489" class="cluster">
<title>cluster_ToggletipModule_declarations</title>
<polygon fill="none" stroke="black" points="23040,-240.11 23040,-292.11 23632,-292.11 23632,-240.11 23040,-240.11"/>
</g>
<g id="clust496" class="cluster">
<title>cluster_ToggletipModule_exports</title>
<polygon fill="none" stroke="black" points="23031,-453.99 23031,-505.99 23641,-505.99 23641,-453.99 23031,-453.99"/>
</g>
<g id="clust499" class="cluster">
<title>cluster_TooltipModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="626,-232.11 626,-300.11 1068,-300.11 1068,-232.11 626,-232.11"/>
</g>
<g id="clust500" class="cluster">
<title>cluster_TooltipModule_declarations</title>
<polygon fill="none" stroke="black" points="854,-240.11 854,-292.11 1060,-292.11 1060,-240.11 854,-240.11"/>
</g>
<g id="clust504" class="cluster">
<title>cluster_TooltipModule_exports</title>
<polygon fill="none" stroke="black" points="634,-240.11 634,-292.11 846,-292.11 846,-240.11 634,-240.11"/>
</g>
<g id="clust507" class="cluster">
<title>cluster_TreeviewModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="27264,-331.4 27264,-743.17 27595,-743.17 27595,-331.4 27264,-331.4"/>
</g>
<g id="clust508" class="cluster">
<title>cluster_TreeviewModule_declarations</title>
<polygon fill="none" stroke="black" points="27275,-453.99 27275,-505.99 27584,-505.99 27584,-453.99 27275,-453.99"/>
</g>
<g id="clust510" class="cluster">
<title>cluster_TreeviewModule_TreeViewComponent_providers</title>
<polygon fill="none" stroke="black" points="27272,-339.4 27272,-391.4 27446,-391.4 27446,-339.4 27272,-339.4"/>
</g>
<g id="clust512" class="cluster">
<title>cluster_TreeviewModule_exports</title>
<polygon fill="none" stroke="black" points="27272,-683.17 27272,-735.17 27587,-735.17 27587,-683.17 27272,-683.17"/>
</g>
<g id="clust515" class="cluster">
<title>cluster_UIShellModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="21769,-683.17 21769,-857.76 22147,-857.76 22147,-683.17 21769,-683.17"/>
</g>
<g id="clust518" class="cluster">
<title>cluster_UIShellModule_exports</title>
<polygon fill="none" stroke="black" points="21777,-797.76 21777,-849.76 22139,-849.76 22139,-797.76 21777,-797.76"/>
</g>
<g id="clust521" class="cluster">
<title>cluster_UtilsModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="2306,-331.4 2306,-399.4 3337,-399.4 3337,-331.4 2306,-331.4"/>
</g>
<g id="clust526" class="cluster">
<title>cluster_UtilsModule_providers</title>
<polygon fill="none" stroke="black" points="2314,-339.4 2314,-391.4 3329,-391.4 3329,-339.4 2314,-339.4"/>
</g>
<!-- Accordion -->
<g id="node1" class="node">
<title>Accordion</title>
<polygon fill="#ffffb3" stroke="black" points="217.59,-497.99 142.41,-497.99 142.41,-461.99 217.59,-461.99 217.59,-497.99"/>
<text text-anchor="middle" x="180" y="-475.79" font-family="Times,serif" font-size="14.00">Accordion</text>
</g>
<!-- AccordionModule -->
<g id="node3" class="node">
<title>AccordionModule</title>
<polygon fill="#8dd3c7" stroke="black" points="239.14,-612.58 236.14,-616.58 215.14,-616.58 212.14,-612.58 120.86,-612.58 120.86,-576.58 239.14,-576.58 239.14,-612.58"/>
<text text-anchor="middle" x="180" y="-590.38" font-family="Times,serif" font-size="14.00">AccordionModule</text>
</g>
<!-- Accordion->AccordionModule -->
<g id="edge1" class="edge">
<title>Accordion->AccordionModule</title>
<path fill="none" stroke="black" d="M180,-498.15C180,-498.15 180,-566.51 180,-566.51"/>
<polygon fill="black" stroke="black" points="176.5,-566.51 180,-576.51 183.5,-566.51 176.5,-566.51"/>
</g>
<!-- AccordionItem -->
<g id="node2" class="node">
<title>AccordionItem</title>
<polygon fill="#ffffb3" stroke="black" points="124.24,-497.99 23.76,-497.99 23.76,-461.99 124.24,-461.99 124.24,-497.99"/>
<text text-anchor="middle" x="74" y="-475.79" font-family="Times,serif" font-si