Skip to content

Commit 6f3e467

Browse files
committed
docs: update docs
1 parent 855bdb7 commit 6f3e467

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3304
-2373
lines changed

docs/classes/AppPage.html

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

1010
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11-
<link rel="stylesheet" href="../styles/style.css">
11+
<link rel="stylesheet" href="../styles/style.css">
12+
<link rel="stylesheet" href="../styles/dark.css">
1213
<link rel="stylesheet" href="../styles/material.css">
1314
</head>
1415
<body>
@@ -41,9 +42,10 @@
4142

4243

4344

45+
4446
<ol class="breadcrumb">
4547
<li>Classes</li>
46-
<li>AppPage</li>
48+
<li >AppPage</li>
4749
</ol>
4850

4951
<ul class="nav nav-tabs" role="tablist">
@@ -68,6 +70,7 @@ <h3>File</h3>
6870

6971

7072

73+
7174
<section>
7275
<h3 id="index">Index</h3>
7376
<table class="table table-sm table-bordered index-table">
@@ -82,10 +85,10 @@ <h6><b>Methods</b></h6>
8285
<td class="col-md-4">
8386
<ul class="index-list">
8487
<li>
85-
<a href="#getTitleText">getTitleText</a>
88+
<a href="#getTitleText" >getTitleText</a>
8689
</li>
8790
<li>
88-
<a href="#navigateTo">navigateTo</a>
91+
<a href="#navigateTo" >navigateTo</a>
8992
</li>
9093
</ul>
9194
</td>
@@ -112,9 +115,7 @@ <h3 id="methods">
112115
<td class="col-md-4">
113116
<a name="getTitleText"></a>
114117
<span class="name">
115-
<b>
116-
getTitleText
117-
</b>
118+
<span ><b>getTitleText</b></span>
118119
<a href="#getTitleText"><span class="icon ion-ios-link"></span></a>
119120
</span>
120121
</td>
@@ -151,9 +152,7 @@ <h3 id="methods">
151152
<td class="col-md-4">
152153
<a name="navigateTo"></a>
153154
<span class="name">
154-
<b>
155-
navigateTo
156-
</b>
155+
<span ><b>navigateTo</b></span>
157156
<a href="#navigateTo"><span class="icon ion-ios-link"></span></a>
158157
</span>
159158
</td>
@@ -177,7 +176,7 @@ <h3 id="methods">
177176
<td class="col-md-4">
178177

179178
<div class="io-description">
180-
<b>Returns : </b> <code>Promise&lt;unknown&gt;</code>
179+
<b>Returns : </b> <code>Promise&lt;&gt;</code>
181180

182181
</div>
183182
</td>
@@ -211,14 +210,15 @@ <h3 id="methods">
211210

212211

213212

214-
213+
214+
215215

216216

217217

218218

219219
</div><div class="search-results">
220220
<div class="has-results">
221-
<h1 class="search-results-title"><span class='search-results-count'></span> result-matching "<span class='search-query'></span>"</h1>
221+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
222222
<ul class="search-results-list"></ul>
223223
</div>
224224
<div class="no-results">
@@ -230,6 +230,15 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
230230
</div>
231231
</div>
232232

233+
<label class="dark-mode-switch">
234+
<input type="checkbox">
235+
<span class="slider">
236+
<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">
237+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
238+
</svg>
239+
</span>
240+
</label>
241+
233242
<script>
234243
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
235244
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -239,9 +248,9 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
239248

240249
<script src="../js/libs/custom-elements.min.js"></script>
241250
<script src="../js/libs/lit-html.js"></script>
242-
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
243-
<script src="../js/libs/custom-elements-es5-adapter.js" charset="utf-8" defer></script>
251+
244252
<script src="../js/menu-wc.js" defer></script>
253+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
245254

246255
<script src="../js/libs/bootstrap-native.js"></script>
247256

0 commit comments

Comments
 (0)