carbon-components-angular
Version:
Next generation components
741 lines (675 loc) • 35.1 kB
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 module">
<div class="content-data">
<ol class="breadcrumb">
<li class="breadcrumb-item">Modules</li>
<li class="breadcrumb-item" >DialogModule</li>
</ol>
<div class="text-center module-graph-container">
<div id="module-graph-svg">
<!-- Generated by graphviz version 2.47.0 (20210316.0004)
-->
<!-- Title: dependencies Pages: 1 -->
<svg width="1904pt" height="349pt"
viewBox="0.00 0.00 1904.00 349.00" 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 345)">
<title>dependencies</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-345 1900,-345 1900,4 -4,4"/>
<text text-anchor="start" x="927.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
<polygon fill="#ffffb3" stroke="transparent" points="714,-10 714,-30 734,-30 734,-10 714,-10"/>
<text text-anchor="start" x="737.63" y="-15.4" font-family="Times-12" font-size="14.00">  Declarations</text>
<polygon fill="#8dd3c7" stroke="transparent" points="827,-10 827,-30 847,-30 847,-10 827,-10"/>
<text text-anchor="start" x="850.73" y="-15.4" font-family="Times-12" font-size="14.00">  Module</text>
<polygon fill="#80b1d3" stroke="transparent" points="913,-10 913,-30 933,-30 933,-10 913,-10"/>
<text text-anchor="start" x="936.78" y="-15.4" font-family="Times-12" font-size="14.00">  Bootstrap</text>
<polygon fill="#fdb462" stroke="transparent" points="1010,-10 1010,-30 1030,-30 1030,-10 1010,-10"/>
<text text-anchor="start" x="1033.67" y="-15.4" font-family="Times-12" font-size="14.00">  Providers</text>
<polygon fill="#fb8072" stroke="transparent" points="1106,-10 1106,-30 1126,-30 1126,-10 1106,-10"/>
<text text-anchor="start" x="1129.73" y="-15.4" font-family="Times-12" font-size="14.00">  Exports</text>
<g id="clust1" class="cluster">
<title>cluster_DialogModule</title>
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-333 1888,-333 1888,-70 8,-70"/>
</g>
<g id="clust4" class="cluster">
<title>cluster_DialogModule_DialogDirective_providers</title>
<polygon fill="none" stroke="black" points="1732,-78 1732,-195 1880,-195 1880,-78 1732,-78"/>
</g>
<g id="clust2" class="cluster">
<title>cluster_DialogModule_declarations</title>
<polygon fill="none" stroke="black" points="863,-143 863,-195 1724,-195 1724,-143 863,-143"/>
</g>
<g id="clust11" class="cluster">
<title>cluster_DialogModule_exports</title>
<polygon fill="none" stroke="black" points="350,-273 350,-325 1360,-325 1360,-273 350,-273"/>
</g>
<g id="clust10" class="cluster">
<title>cluster_DialogModule_imports</title>
<polygon fill="none" stroke="black" points="16,-143 16,-195 855,-195 855,-143 16,-143"/>
</g>
<!-- Dialog -->
<g id="node1" class="node">
<title>Dialog</title>
<polygon fill="#ffffb3" stroke="black" points="1716.1,-187 1661.9,-187 1661.9,-151 1716.1,-151 1716.1,-187"/>
<text text-anchor="middle" x="1689" y="-164.8" font-family="Times,serif" font-size="14.00">Dialog</text>
</g>
<!-- DialogModule -->
<g id="node8" class="node">
<title>DialogModule</title>
<polygon fill="#8dd3c7" stroke="black" points="984.65,-252 981.65,-256 960.65,-256 957.65,-252 887.35,-252 887.35,-216 984.65,-216 984.65,-252"/>
<text text-anchor="middle" x="936" y="-229.8" font-family="Times,serif" font-size="14.00">DialogModule</text>
</g>
<!-- Dialog->DialogModule -->
<g id="edge1" class="edge">
<title>Dialog->DialogModule</title>
<path fill="none" stroke="black" d="M1689,-187.17C1689,-206.09 1689,-233 1689,-233 1689,-233 994.83,-233 994.83,-233"/>
<polygon fill="black" stroke="black" points="994.83,-229.5 984.83,-233 994.83,-236.5 994.83,-229.5"/>
</g>
<!-- DialogDirective -->
<g id="node2" class="node">
<title>DialogDirective</title>
<polygon fill="#ffffb3" stroke="black" points="1846.19,-187 1739.81,-187 1739.81,-151 1846.19,-151 1846.19,-187"/>
<text text-anchor="middle" x="1793" y="-164.8" font-family="Times,serif" font-size="14.00">DialogDirective</text>
</g>
<!-- DialogDirective->DialogModule -->
<g id="edge2" class="edge">
<title>DialogDirective->DialogModule</title>
<path fill="none" stroke="black" d="M1793,-187.31C1793,-207.15 1793,-236 1793,-236 1793,-236 994.84,-236 994.84,-236"/>
<polygon fill="black" stroke="black" points="994.84,-232.5 984.84,-236 994.84,-239.5 994.84,-232.5"/>
</g>
<!-- OverflowMenu -->
<g id="node3" class="node">
<title>OverflowMenu</title>
<polygon fill="#ffffb3" stroke="black" points="1644.3,-187 1541.7,-187 1541.7,-151 1644.3,-151 1644.3,-187"/>
<text text-anchor="middle" x="1593" y="-164.8" font-family="Times,serif" font-size="14.00">OverflowMenu</text>
</g>
<!-- OverflowMenu->DialogModule -->
<g id="edge4" class="edge">
<title>OverflowMenu->DialogModule</title>
<path fill="none" stroke="black" d="M1593,-187.3C1593,-205.27 1593,-230 1593,-230 1593,-230 994.85,-230 994.85,-230"/>
<polygon fill="black" stroke="black" points="994.85,-226.5 984.85,-230 994.84,-233.5 994.85,-226.5"/>
</g>
<!-- OverflowMenuCustomPane -->
<g id="node4" class="node">
<title>OverflowMenuCustomPane</title>
<polygon fill="#ffffb3" stroke="black" points="1523.57,-187 1350.43,-187 1350.43,-151 1523.57,-151 1523.57,-187"/>
<text text-anchor="middle" x="1437" y="-164.8" font-family="Times,serif" font-size="14.00">OverflowMenuCustomPane</text>
</g>
<!-- OverflowMenuCustomPane->DialogModule -->
<g id="edge5" class="edge">
<title>OverflowMenuCustomPane->DialogModule</title>
<path fill="none" stroke="black" d="M1437.67,-187.04C1437.67,-203.73 1437.67,-226 1437.67,-226 1437.67,-226 995.02,-226 995.02,-226"/>
<polygon fill="black" stroke="black" points="995.02,-222.5 985.02,-226 995.02,-229.5 995.02,-222.5"/>
</g>
<!-- OverflowMenuDirective -->
<g id="node5" class="node">
<title>OverflowMenuDirective</title>
<polygon fill="#ffffb3" stroke="black" points="1332.38,-187 1177.62,-187 1177.62,-151 1332.38,-151 1332.38,-187"/>
<text text-anchor="middle" x="1255" y="-164.8" font-family="Times,serif" font-size="14.00">OverflowMenuDirective</text>
</g>
<!-- OverflowMenuDirective->DialogModule -->
<g id="edge6" class="edge">
<title>OverflowMenuDirective->DialogModule</title>
<path fill="none" stroke="black" d="M1226.83,-187.28C1226.83,-202.95 1226.83,-223 1226.83,-223 1226.83,-223 994.68,-223 994.68,-223"/>
<polygon fill="black" stroke="black" points="994.68,-219.5 984.68,-223 994.68,-226.5 994.68,-219.5"/>
</g>
<!-- OverflowMenuOption -->
<g id="node6" class="node">
<title>OverflowMenuOption</title>
<polygon fill="#ffffb3" stroke="black" points="1159.69,-187 1018.31,-187 1018.31,-151 1159.69,-151 1159.69,-187"/>
<text text-anchor="middle" x="1089" y="-164.8" font-family="Times,serif" font-size="14.00">OverflowMenuOption</text>
</g>
<!-- OverflowMenuOption->DialogModule -->
<g id="edge7" class="edge">
<title>OverflowMenuOption->DialogModule</title>
<path fill="none" stroke="black" d="M1033.19,-187.12C1033.19,-201.78 1033.19,-220 1033.19,-220 1033.19,-220 994.88,-220 994.88,-220"/>
<polygon fill="black" stroke="black" points="994.88,-216.5 984.88,-220 994.88,-223.5 994.88,-216.5"/>
</g>
<!-- OverflowMenuPane -->
<g id="node7" class="node">
<title>OverflowMenuPane</title>
<polygon fill="#ffffb3" stroke="black" points="1000.51,-187 871.49,-187 871.49,-151 1000.51,-151 1000.51,-187"/>
<text text-anchor="middle" x="936" y="-164.8" font-family="Times,serif" font-size="14.00">OverflowMenuPane</text>
</g>
<!-- OverflowMenuPane->DialogModule -->
<g id="edge8" class="edge">
<title>OverflowMenuPane->DialogModule</title>
<path fill="none" stroke="black" d="M936,-187.11C936,-187.11 936,-205.99 936,-205.99"/>
<polygon fill="black" stroke="black" points="932.5,-205.99 936,-215.99 939.5,-205.99 932.5,-205.99"/>
</g>
<!-- Dialog -->
<g id="node17" class="node">
<title>Dialog </title>
<polygon fill="#fb8072" stroke="black" points="1351.6,-317 1294.4,-317 1294.4,-281 1351.6,-281 1351.6,-317"/>
<text text-anchor="middle" x="1323" y="-294.8" font-family="Times,serif" font-size="14.00">Dialog </text>
</g>
<!-- DialogModule->Dialog -->
<g id="edge16" class="edge">
<title>DialogModule->Dialog </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M984.92,-243C1086.98,-243 1313.19,-243 1313.19,-243 1313.19,-243 1313.19,-270.97 1313.19,-270.97"/>
<polygon fill="black" stroke="black" points="1309.69,-270.97 1313.19,-280.97 1316.69,-270.97 1309.69,-270.97"/>
</g>
<!-- DialogDirective -->
<g id="node18" class="node">
<title>DialogDirective </title>
<polygon fill="#fb8072" stroke="black" points="1275.69,-317 1166.31,-317 1166.31,-281 1275.69,-281 1275.69,-317"/>
<text text-anchor="middle" x="1221" y="-294.8" font-family="Times,serif" font-size="14.00">DialogDirective </text>
</g>
<!-- DialogModule->DialogDirective -->
<g id="edge17" class="edge">
<title>DialogModule->DialogDirective </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M984.9,-246C1054.02,-246 1171.98,-246 1171.98,-246 1171.98,-246 1171.98,-270.76 1171.98,-270.76"/>
<polygon fill="black" stroke="black" points="1168.48,-270.76 1171.98,-280.76 1175.48,-270.76 1168.48,-270.76"/>
</g>
<!-- OverflowMenu -->
<g id="node19" class="node">
<title>OverflowMenu </title>
<polygon fill="#fb8072" stroke="black" points="1147.8,-317 1042.2,-317 1042.2,-281 1147.8,-281 1147.8,-317"/>
<text text-anchor="middle" x="1095" y="-294.8" font-family="Times,serif" font-size="14.00">OverflowMenu </text>
</g>
<!-- DialogModule->OverflowMenu -->
<g id="edge18" class="edge">
<title>DialogModule->OverflowMenu </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M985,-249C1031.72,-249 1095,-249 1095,-249 1095,-249 1095,-270.95 1095,-270.95"/>
<polygon fill="black" stroke="black" points="1091.5,-270.95 1095,-280.95 1098.5,-270.95 1091.5,-270.95"/>
</g>
<!-- OverflowMenuCustomPane -->
<g id="node20" class="node">
<title>OverflowMenuCustomPane </title>
<polygon fill="#fb8072" stroke="black" points="1024.07,-317 847.93,-317 847.93,-281 1024.07,-281 1024.07,-317"/>
<text text-anchor="middle" x="936" y="-294.8" font-family="Times,serif" font-size="14.00">OverflowMenuCustomPane </text>
</g>
<!-- DialogModule->OverflowMenuCustomPane -->
<g id="edge19" class="edge">
<title>DialogModule->OverflowMenuCustomPane </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M936,-252.11C936,-252.11 936,-270.99 936,-270.99"/>
<polygon fill="black" stroke="black" points="932.5,-270.99 936,-280.99 939.5,-270.99 932.5,-270.99"/>
</g>
<!-- OverflowMenuDirective -->
<g id="node21" class="node">
<title>OverflowMenuDirective </title>
<polygon fill="#fb8072" stroke="black" points="829.88,-317 672.12,-317 672.12,-281 829.88,-281 829.88,-317"/>
<text text-anchor="middle" x="751" y="-294.8" font-family="Times,serif" font-size="14.00">OverflowMenuDirective </text>
</g>
<!-- DialogModule->OverflowMenuDirective -->
<g id="edge20" class="edge">
<title>DialogModule->OverflowMenuDirective </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M887.24,-249C844.63,-249 789.55,-249 789.55,-249 789.55,-249 789.55,-270.95 789.55,-270.95"/>
<polygon fill="black" stroke="black" points="786.05,-270.95 789.55,-280.95 793.05,-270.95 786.05,-270.95"/>
</g>
<!-- OverflowMenuOption -->
<g id="node22" class="node">
<title>OverflowMenuOption </title>
<polygon fill="#fb8072" stroke="black" points="654.19,-317 509.81,-317 509.81,-281 654.19,-281 654.19,-317"/>
<text text-anchor="middle" x="582" y="-294.8" font-family="Times,serif" font-size="14.00">OverflowMenuOption </text>
</g>
<!-- DialogModule->OverflowMenuOption -->
<g id="edge21" class="edge">
<title>DialogModule->OverflowMenuOption </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M887.13,-246C799.67,-246 625.43,-246 625.43,-246 625.43,-246 625.43,-270.76 625.43,-270.76"/>
<polygon fill="black" stroke="black" points="621.93,-270.76 625.43,-280.76 628.93,-270.76 621.93,-270.76"/>
</g>
<!-- OverflowMenuPane -->
<g id="node23" class="node">
<title>OverflowMenuPane </title>
<polygon fill="#fb8072" stroke="black" points="491.51,-317 358.49,-317 358.49,-281 491.51,-281 491.51,-317"/>
<text text-anchor="middle" x="425" y="-294.8" font-family="Times,serif" font-size="14.00">OverflowMenuPane </text>
</g>
<!-- DialogModule->OverflowMenuPane -->
<g id="edge22" class="edge">
<title>DialogModule->OverflowMenuPane </title>
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M887.13,-243C770.09,-243 483.36,-243 483.36,-243 483.36,-243 483.36,-270.97 483.36,-270.97"/>
<polygon fill="black" stroke="black" points="479.86,-270.97 483.36,-280.97 486.86,-270.97 479.86,-270.97"/>
</g>
<!-- DialogService -->
<g id="node9" class="node">
<title>DialogService</title>
<ellipse fill="#fdb462" stroke="black" cx="1806" cy="-104" rx="66.05" ry="18"/>
<text text-anchor="middle" x="1806" y="-99.8" font-family="Times,serif" font-size="14.00">DialogService</text>
</g>
<!-- DialogService->DialogDirective -->
<g id="edge3" class="edge">
<title>DialogService->DialogDirective</title>
<path fill="none" stroke="black" d="M1793,-121.76C1793,-121.76 1793,-140.81 1793,-140.81"/>
<polygon fill="black" stroke="black" points="1789.5,-140.81 1793,-150.81 1796.5,-140.81 1789.5,-140.81"/>
</g>
<!-- DialogService->DialogModule -->
<g id="edge23" class="edge">
<title>DialogService->DialogModule</title>
<path fill="none" stroke="black" d="M1859.18,-115.05C1859.18,-147.29 1859.18,-239 1859.18,-239 1859.18,-239 994.66,-239 994.66,-239"/>
<polygon fill="black" stroke="black" points="994.66,-235.5 984.66,-239 994.66,-242.5 994.66,-235.5"/>
</g>
<!-- ButtonModule -->
<g id="node10" class="node">
<title>ButtonModule</title>
<polygon fill="#8dd3c7" stroke="black" points="846.67,-187 843.67,-191 822.67,-191 819.67,-187 749.33,-187 749.33,-151 846.67,-151 846.67,-187"/>
<text text-anchor="middle" x="798" y="-164.8" font-family="Times,serif" font-size="14.00">ButtonModule</text>
</g>
<!-- ButtonModule->DialogModule -->
<g id="edge9" class="edge">
<title>ButtonModule->DialogModule</title>
<path fill="none" stroke="black" d="M838.39,-187.12C838.39,-201.78 838.39,-220 838.39,-220 838.39,-220 877.19,-220 877.19,-220"/>
<polygon fill="black" stroke="black" points="877.19,-223.5 887.19,-220 877.19,-216.5 877.19,-223.5"/>
</g>
<!-- ExperimentalModule -->
<g id="node11" class="node">
<title>ExperimentalModule</title>
<polygon fill="#8dd3c7" stroke="black" points="731.47,-187 728.47,-191 707.47,-191 704.47,-187 596.53,-187 596.53,-151 731.47,-151 731.47,-187"/>
<text text-anchor="middle" x="664" y="-164.8" font-family="Times,serif" font-size="14.00">ExperimentalModule</text>
</g>
<!-- ExperimentalModule->DialogModule -->
<g id="edge10" class="edge">
<title>ExperimentalModule->DialogModule</title>
<path fill="none" stroke="black" d="M701.77,-187.28C701.77,-202.95 701.77,-223 701.77,-223 701.77,-223 877.18,-223 877.18,-223"/>
<polygon fill="black" stroke="black" points="877.18,-226.5 887.18,-223 877.18,-219.5 877.18,-226.5"/>
</g>
<!-- I18nModule -->
<g id="node12" class="node">
<title>I18nModule</title>
<polygon fill="#8dd3c7" stroke="black" points="578.71,-187 575.71,-191 554.71,-191 551.71,-187 493.29,-187 493.29,-151 578.71,-151 578.71,-187"/>
<text text-anchor="middle" x="536" y="-164.8" font-family="Times,serif" font-size="14.00">I18nModule</text>
</g>
<!-- I18nModule->DialogModule -->
<g id="edge11" class="edge">
<title>I18nModule->DialogModule</title>
<path fill="none" stroke="black" d="M544.13,-187.04C544.13,-203.73 544.13,-226 544.13,-226 544.13,-226 877.16,-226 877.16,-226"/>
<polygon fill="black" stroke="black" points="877.16,-229.5 887.16,-226 877.16,-222.5 877.16,-229.5"/>
</g>
<!-- IconModule -->
<g id="node13" class="node">
<title>IconModule</title>
<polygon fill="#8dd3c7" stroke="black" points="475.43,-187 472.43,-191 451.43,-191 448.43,-187 390.57,-187 390.57,-151 475.43,-151 475.43,-187"/>
<text text-anchor="middle" x="433" y="-164.8" font-family="Times,serif" font-size="14.00">IconModule</text>
</g>
<!-- IconModule->DialogModule -->
<g id="edge12" class="edge">
<title>IconModule->DialogModule</title>
<path fill="none" stroke="black" d="M433,-187.3C433,-205.27 433,-230 433,-230 433,-230 877.31,-230 877.31,-230"/>
<polygon fill="black" stroke="black" points="877.31,-233.5 887.31,-230 877.31,-226.5 877.31,-233.5"/>
</g>
<!-- PlaceholderModule -->
<g id="node14" class="node">
<title>PlaceholderModule</title>
<polygon fill="#8dd3c7" stroke="black" points="372.63,-187 369.63,-191 348.63,-191 345.63,-187 247.37,-187 247.37,-151 372.63,-151 372.63,-187"/>
<text text-anchor="middle" x="310" y="-164.8" font-family="Times,serif" font-size="14.00">PlaceholderModule</text>
</g>
<!-- PlaceholderModule->DialogModule -->
<g id="edge13" class="edge">
<title>PlaceholderModule->DialogModule</title>
<path fill="none" stroke="black" d="M365.66,-187.17C365.66,-206.09 365.66,-233 365.66,-233 365.66,-233 876.88,-233 876.88,-233"/>
<polygon fill="black" stroke="black" points="876.88,-236.5 886.88,-233 876.88,-229.5 876.88,-236.5"/>
</g>
<!-- TooltipModule -->
<g id="node15" class="node">
<title>TooltipModule</title>
<polygon fill="#8dd3c7" stroke="black" points="229.27,-187 226.27,-191 205.27,-191 202.27,-187 128.73,-187 128.73,-151 229.27,-151 229.27,-187"/>
<text text-anchor="middle" x="179" y="-164.8" font-family="Times,serif" font-size="14.00">TooltipModule</text>
</g>
<!-- TooltipModule->DialogModule -->
<g id="edge14" class="edge">
<title>TooltipModule->DialogModule</title>
<path fill="none" stroke="black" d="M179,-187.31C179,-207.15 179,-236 179,-236 179,-236 877.2,-236 877.2,-236"/>
<polygon fill="black" stroke="black" points="877.2,-239.5 887.2,-236 877.2,-232.5 877.2,-239.5"/>
</g>
<!-- UtilsModule -->
<g id="node16" class="node">
<title>UtilsModule</title>
<polygon fill="#8dd3c7" stroke="black" points="110.27,-187 107.27,-191 86.27,-191 83.27,-187 23.73,-187 23.73,-151 110.27,-151 110.27,-187"/>
<text text-anchor="middle" x="67" y="-164.8" font-family="Times,serif" font-size="14.00">UtilsModule</text>
</g>
<!-- UtilsModule->DialogModule -->
<g id="edge15" class="edge">
<title>UtilsModule->DialogModule</title>
<path fill="none" stroke="black" d="M67,-187.03C67,-207.77 67,-239 67,-239 67,-239 877.1,-239 877.1,-239"/>
<polygon fill="black" stroke="black" points="877.1,-242.5 887.1,-239 877.1,-235.5 877.1,-242.5"/>
</g>
</g>
</svg>
</div>
<i id="fullscreen" class="icon ion-ios-resize module-graph-fullscreen-btn" aria-hidden="true"></i>
<div class="btn-group size-buttons">
<button id="zoom-in" class="btn btn-default btn-sm">Zoom in</button>
<button id="reset" class="btn btn-default btn-sm">Reset</button>
<button id="zoom-out" class="btn btn-default btn-sm">Zoom out</button>
</div>
</div>
<script src="../js/libs/svg-pan-zoom.min.js"></script>
<script src="../js/svg-pan-zoom.controls.js"></script>
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item">
<a href="#info"
class="nav-link"
class="nav-link active"
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
</li>
<li class="nav-item">
<a href="#source"
class="nav-link"
role="tab" id="source-tab" data-bs-toggle="tab" data-link="source">Source</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active in" id="info">
<p class="comment">
<h3>File</h3>
</p>
<p class="comment">
<code>src/dialog/dialog.module.ts</code>
</p>
<div class="container-fluid module">
<div class="row">
<div class="col-sm-3">
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../components/Dialog.html">Dialog</a>
</li>
<li class="list-group-item">
<a href="../directives/DialogDirective.html">DialogDirective</a>
</li>
<li class="list-group-item">
<a href="../components/OverflowMenu.html">OverflowMenu</a>
</li>
<li class="list-group-item">
<a href="../components/OverflowMenuCustomPane.html">OverflowMenuCustomPane</a>
</li>
<li class="list-group-item">
<a href="../directives/OverflowMenuDirective.html">OverflowMenuDirective</a>
</li>
<li class="list-group-item">
<a href="../components/OverflowMenuOption.html">OverflowMenuOption</a>
</li>
<li class="list-group-item">
<a href="../components/OverflowMenuPane.html">OverflowMenuPane</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h3>Providers<a href="https://angular.io/api/core/NgModule#providers" target="_blank" rel="noopener noreferrer"
title="Official documentation about module providers"><span class="icon ion-ios-information-circle-outline"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../injectables/DialogService.html">DialogService</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
title="Official documentation about module imports"><span
class="icon ion-ios-information-circle-outline"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../modules/ButtonModule.html">ButtonModule</a>
</li>
<li class="list-group-item">
<a href="../modules/ExperimentalModule.html">ExperimentalModule</a>
</li>
<li class="list-group-item">
<a href="../modules/I18nModule.html">I18nModule</a>
</li>
<li class="list-group-item">
<a href="../modules/IconModule.html">IconModule</a>
</li>
<li class="list-group-item">
<a href="../modules/PlaceholderModule.html">PlaceholderModule</a>
</li>
<li class="list-group-item">
<a href="../modules/TooltipModule.html">TooltipModule</a>
</li>
<li class="list-group-item">
<a href="../modules/UtilsModule.html">UtilsModule</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
title="Official documentation about module exports"><span
class="icon ion-ios-information-circle-outline"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../components/Dialog.html">Dialog</a>
</li>
<li class="list-group-item">
<a href="../directives/DialogDirective.html">DialogDirective</a>
</li>
<li class="list-group-item">
<a href="../components/OverflowMenu.html">OverflowMenu</a>
</li>
<li class="list-group-item">
<a href="../components/OverflowMenuCustomPane.html">OverflowMenuCustomPane</a>
</li>
<li class="list-group-item">
<a href="../directives/OverflowMenuDirective.html">OverflowMenuDirective</a>
</li>
<li class="list-group-item">
<a href="../components/OverflowMenuOption.html">OverflowMenuOption</a>
</li>
<li class="list-group-item">
<a href="../components/OverflowMenuPane.html">OverflowMenuPane</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">// modules
import { NgModule } from "@angular/core";
import { CommonModule } from "@angular/common";
// imports
import { DialogService } from "./dialog.service";
import { Dialog } from "./dialog.component";
import { DialogDirective } from "./dialog.directive";
import { OverflowMenu } from "./overflow-menu/overflow-menu.component";
import { OverflowMenuPane } from "./overflow-menu/overflow-menu-pane.component";
import { OverflowMenuCustomPane } from "./overflow-menu/overflow-menu-custom-pane.component";
import { OverflowMenuDirective } from "./overflow-menu/overflow-menu.directive";
import { OverflowMenuOption } from "./overflow-menu/overflow-menu-option.component";
import { I18nModule } from "carbon-components-angular/i18n";
import { PlaceholderModule } from "carbon-components-angular/placeholder";
import { ExperimentalModule } from "carbon-components-angular/experimental";
import { UtilsModule } from "carbon-components-angular/utils";
import { IconModule } from "carbon-components-angular/icon";
import { ButtonModule } from "carbon-components-angular/button";
import { TooltipModule } from "carbon-components-angular/tooltip";
@NgModule({
declarations: [
Dialog,
OverflowMenu,
OverflowMenuPane,
OverflowMenuCustomPane,
DialogDirective,
OverflowMenuDirective,
OverflowMenuOption
],
exports: [
Dialog,
OverflowMenu,
OverflowMenuPane,
OverflowMenuCustomPane,
DialogDirective,
OverflowMenuDirective,
OverflowMenuOption
],
providers: [ DialogService ],
imports: [
CommonModule,
I18nModule,
PlaceholderModule,
ExperimentalModule,
UtilsModule,
IconModule,
ButtonModule,
TooltipModule
]
})
export class DialogModule {}
</code></pre>
</div>
</div>
</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
</div>
<label class="dark-mode-switch">
<input type="checkbox">
<span class="slider">
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
</svg>
</span>
</label>
<script>
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
var COMPODOC_CURRENT_PAGE_URL = 'DialogModule.html';
var MAX_SEARCH_RESULTS = 15;
</script>
<script>
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
checkToggle(darkModeState);
if ($darkModeToggleSwitchers.length > 0) {
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
darkModeState = !darkModeState;
toggleDarkMode(darkModeState);
});
}
}
</script>
<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<script src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>
<script src="../js/libs/bootstrap-native.js"></script>
<script src="../js/libs/es6-shim.min.js"></script>
<script src="../js/libs/EventDispatcher.js"></script>
<script src="../js/libs/promise.min.js"></script>
<script src="../js/libs/zepto.min.js"></script>
<script src="../js/compodoc.js"></script>
<script src="../js/tabs.js"></script>
<script src="../js/menu.js"></script>
<script src="../js/libs/clipboard.min.js"></script>
<script src="../js/libs/prism.js"></script>
<script src="../js/sourceCode.js"></script>
<script src="../js/search/search.js"></script>
<script src="../js/search/lunr.min.js"></script>
<script src="../js/search/search-lunr.js"></script>
<script src="../js/search/search_index.js"></script>
<script src="../js/lazy-load-graphs.js"></script>
<footer class="carbon">
<dds-footer-container key="footer" disable-locale-button="true" size="micro" />
</footer>
<script
key="8"
type="module"
src="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/tag/v1/latest/footer.min.js">
</script>
<!-- Storybook override -->
<script>
document.title = "Carbon Components Angular";
</script>
<script
src="//1.www.s81c.com/common/stats/ibm-common.js"
type="text/javascript"
async="async">
</script>
</body>
</html>