@rxap/ngx-theme
Version:
This package provides an Angular theme service that allows you to manage and customize the look and feel of your application. It includes features such as dark mode support, theme density control, typography settings, and color palette management. The ser
345 lines (301 loc) • 22.3 kB
HTML
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>angular-theme</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">
</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">angular-theme</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 getting-started">
<div class="content-data">
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.3-dev.1...@rxap/ngx-theme@19.0.3">19.0.3</a> (2025-03-07)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.3-dev.0...@rxap/ngx-theme@19.0.3-dev.1">19.0.3-dev.1</a> (2025-02-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.2...@rxap/ngx-theme@19.0.3-dev.0">19.0.3-dev.0</a> (2025-02-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/7060546f6e8c0c7644bd18f5ad6b1ed62c672fc2">7060546</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.2-dev.3...@rxap/ngx-theme@19.0.2">19.0.2</a> (2025-02-23)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.2-dev.2...@rxap/ngx-theme@19.0.2-dev.3">19.0.2-dev.3</a> (2025-02-23)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.2-dev.1...@rxap/ngx-theme@19.0.2-dev.2">19.0.2-dev.2</a> (2025-02-23)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.2-dev.0...@rxap/ngx-theme@19.0.2-dev.1">19.0.2-dev.1</a> (2025-02-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/4afd316e33c6edab0e500d7ddc572ae8e48f8c34">4afd316</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.1...@rxap/ngx-theme@19.0.2-dev.0">19.0.2-dev.0</a> (2025-02-18)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.1-dev.6...@rxap/ngx-theme@19.0.1">19.0.1</a> (2025-02-13)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.1-dev.5...@rxap/ngx-theme@19.0.1-dev.6">19.0.1-dev.6</a> (2025-02-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232">21378b7</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.1-dev.4...@rxap/ngx-theme@19.0.1-dev.5">19.0.1-dev.5</a> (2025-02-13)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.1-dev.3...@rxap/ngx-theme@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.1-dev.2...@rxap/ngx-theme@19.0.1-dev.3">19.0.1-dev.3</a> (2025-02-07)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.1-dev.1...@rxap/ngx-theme@19.0.1-dev.2">19.0.1-dev.2</a> (2025-01-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.1-dev.0...@rxap/ngx-theme@19.0.1-dev.1">19.0.1-dev.1</a> (2025-01-22)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.0...@rxap/ngx-theme@19.0.1-dev.0">19.0.1-dev.0</a> (2025-01-08)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.0-dev.2...@rxap/ngx-theme@19.0.0">19.0.0</a> (2025-01-08)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@19.0.0-dev.1...@rxap/ngx-theme@19.0.0-dev.2">19.0.0-dev.2</a> (2025-01-03)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.3-dev.0...@rxap/ngx-theme@19.0.0-dev.1">19.0.0-dev.1</a> (2024-12-11)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.2...@rxap/ngx-theme@18.1.3-dev.0">18.1.3-dev.0</a> (2024-12-10)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.2-dev.0...@rxap/ngx-theme@18.1.2">18.1.2</a> (2024-10-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.1...@rxap/ngx-theme@18.1.2-dev.0">18.1.2-dev.0</a> (2024-10-04)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.1-dev.0...@rxap/ngx-theme@18.1.1">18.1.1</a> (2024-08-22)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.0...@rxap/ngx-theme@18.1.1-dev.0">18.1.1-dev.0</a> (2024-08-22)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.0-dev.2...@rxap/ngx-theme@18.1.0">18.1.0</a> (2024-07-30)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.0-dev.1...@rxap/ngx-theme@18.1.0-dev.2">18.1.0-dev.2</a> (2024-07-25)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.1.0-dev.0...@rxap/ngx-theme@18.1.0-dev.1">18.1.0-dev.1</a> (2024-07-09)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.4...@rxap/ngx-theme@18.1.0-dev.0">18.1.0-dev.0</a> (2024-07-03)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add publish option (<a href="https://gitlab.com/rxap/packages/commit/62559d613e53b9647e9ef849727067f72fcebe2e">62559d6</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>use pubSub to update theme (<a href="https://gitlab.com/rxap/packages/commit/f400f0c434c2c75e31f4bbb2d25e6f4c13e6704a">f400f0c</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.4-dev.0...@rxap/ngx-theme@18.0.4">18.0.4</a> (2024-06-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.3...@rxap/ngx-theme@18.0.4-dev.0">18.0.4-dev.0</a> (2024-06-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.3-dev.1...@rxap/ngx-theme@18.0.3">18.0.3</a> (2024-06-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.3-dev.0...@rxap/ngx-theme@18.0.3-dev.1">18.0.3-dev.1</a> (2024-06-21)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.2...@rxap/ngx-theme@18.0.3-dev.0">18.0.3-dev.0</a> (2024-06-20)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.2-dev.2...@rxap/ngx-theme@18.0.2">18.0.2</a> (2024-06-18)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.2-dev.1...@rxap/ngx-theme@18.0.2-dev.2">18.0.2-dev.2</a> (2024-06-17)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.2-dev.0...@rxap/ngx-theme@18.0.2-dev.1">18.0.2-dev.1</a> (2024-06-17)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.1...@rxap/ngx-theme@18.0.2-dev.0">18.0.2-dev.0</a> (2024-06-05)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@18.0.1-dev.0...@rxap/ngx-theme@18.0.1">18.0.1</a> (2024-05-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@17.0.1...@rxap/ngx-theme@18.0.1-dev.0">18.0.1-dev.0</a> (2024-05-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@17.0.1...@rxap/ngx-theme@17.0.1">17.0.1</a> (2024-05-29)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@17.0.1...@rxap/ngx-theme@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@17.0.1-dev.0...@rxap/ngx-theme@17.0.1">17.0.1</a> (2024-05-29)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.3...@rxap/ngx-theme@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.3-dev.0...@rxap/ngx-theme@16.1.3">16.1.3</a> (2024-05-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.2...@rxap/ngx-theme@16.1.3-dev.0">16.1.3-dev.0</a> (2024-05-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.2-dev.1...@rxap/ngx-theme@16.1.2">16.1.2</a> (2024-05-27)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.2-dev.0...@rxap/ngx-theme@16.1.2-dev.1">16.1.2-dev.1</a> (2024-05-27)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.1...@rxap/ngx-theme@16.1.2-dev.0">16.1.2-dev.0</a> (2024-04-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>return null if explicit set to false (<a href="https://gitlab.com/rxap/packages/commit/285b99c01c6cd051238747150f0c11f0764239c2">285b99c</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.1-dev.1...@rxap/ngx-theme@16.1.1">16.1.1</a> (2024-04-17)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.1-dev.0...@rxap/ngx-theme@16.1.1-dev.1">16.1.1-dev.1</a> (2024-04-09)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.0...@rxap/ngx-theme@16.1.1-dev.0">16.1.1-dev.0</a> (2024-03-05)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.0-dev.4...@rxap/ngx-theme@16.1.0">16.1.0</a> (2024-02-07)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.0-dev.3...@rxap/ngx-theme@16.1.0-dev.4">16.1.0-dev.4</a> (2023-10-30)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.0-dev.3...@rxap/ngx-theme@16.1.0-dev.3">16.1.0-dev.3</a> (2023-10-11)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-theme</p>
<h1>16.1.0-dev.3 (2023-10-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>move restore logic in separate function (<a href="https://gitlab.com/rxap/packages/commit/f08facbe8e4e3bcf6741e5e1968d3a7ee35d7e85">f08facb</a>)</li>
<li>move theme related code to the project angular-theme (<a href="https://gitlab.com/rxap/packages/commit/c0fd3bc6de2b1b43ddafa0743bc9efe3e144ea72">c0fd3bc</a>)</li>
<li>only use media query to get prefers-color-scheme if dark mode is not defined in local storage (<a href="https://gitlab.com/rxap/packages/commit/99968a12b7fd46ef81a6d4e53f2f138ff357f249">99968a1</a>)</li>
<li>use new angular-theme project (<a href="https://gitlab.com/rxap/packages/commit/67e9290c693b0f1c5ac087453897c0ee3d43521e">67e9290</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>emit theme changes to pub-sub (<a href="https://gitlab.com/rxap/packages/commit/1b9e55ba0a4a2cc0c39483cbb195c4a13df796e3">1b9e55b</a>)</li>
<li>restore theme settings from local storage (<a href="https://gitlab.com/rxap/packages/commit/89383c24a4dde3e7b0a43795995fd4badba97801">89383c2</a>)</li>
<li>restore theme settings from user settings (<a href="https://gitlab.com/rxap/packages/commit/fd3270834279958e6650c099e55a812bde9c1c19">fd32708</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.0-dev.1...@rxap/ngx-theme@16.1.0-dev.2">16.1.0-dev.2</a> (2023-10-01)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>move restore logic in separate function (<a href="https://gitlab.com/rxap/packages/commit/e20fae29d149245c7e629a764c7bdd3a10db6364">e20fae2</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.1.0-dev.0...@rxap/ngx-theme@16.1.0-dev.1">16.1.0-dev.1</a> (2023-09-30)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>only use media query to get prefers-color-scheme if dark mode is not defined in local storage (<a href="https://gitlab.com/rxap/packages/commit/f57380be1e0ff7783345d88d0671fc4bd7a469f2">f57380b</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-theme@16.0.1-dev.0...@rxap/ngx-theme@16.1.0-dev.0">16.1.0-dev.0</a> (2023-09-30)</h1>
<h3>Features</h3>
<ul>
<li>emit theme changes to pub-sub (<a href="https://gitlab.com/rxap/packages/commit/6bb2e414b8139f1f343d215d8ef79282fdf1d83c">6bb2e41</a>)</li>
<li>restore theme settings from local storage (<a href="https://gitlab.com/rxap/packages/commit/b6782c502f81dc88042f7172dec6b18a8cb42c4f">b6782c5</a>)</li>
<li>restore theme settings from user settings (<a href="https://gitlab.com/rxap/packages/commit/35d2fefa3e5cd1c63962a6d9a1ba854679ee60c2">35d2fef</a>)</li>
</ul>
<h2>16.0.1-dev.0 (2023-09-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>move theme related code to the project angular-theme (<a href="https://gitlab.com/rxap/packages/commit/dff497a36e7dab5de535050c5ddafa7082bfa399">dff497a</a>)</li>
<li>use new angular-theme project (<a href="https://gitlab.com/rxap/packages/commit/4d99def8e1b70a5c27e19bc5f5452ee1d5eadfa8">4d99def</a>)</li>
</ul>
</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 = 0;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'getting-started';
var COMPODOC_CURRENT_PAGE_URL = 'changelog.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>
</body>
</html>