Skip to content

Commit 4cbb855

Browse files
update docs
1 parent dc9329a commit 4cbb855

56 files changed

Lines changed: 8136 additions & 377 deletions

File tree

Some content is hidden

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

AvenxApp.html

Lines changed: 70 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h6>Properties</h6>
192192

193193
<dt class="tag-source">Source:</dt>
194194
<dd class="tag-source"><ul class="dummy"><li>
195-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line5">line 5</a>
195+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line12">line 12</a>
196196
</li></ul></dd>
197197

198198

@@ -299,7 +299,7 @@ <h5>Type:</h5>
299299

300300
<dt class="tag-source">Source:</dt>
301301
<dd class="tag-source"><ul class="dummy"><li>
302-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line22">line 22</a>
302+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line32">line 32</a>
303303
</li></ul></dd>
304304

305305

@@ -357,7 +357,7 @@ <h4 class="name" id="components"><span class="type-signature"></span>components<
357357

358358
<dt class="tag-source">Source:</dt>
359359
<dd class="tag-source"><ul class="dummy"><li>
360-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line18">line 18</a>
360+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line28">line 28</a>
361361
</li></ul></dd>
362362

363363

@@ -415,7 +415,7 @@ <h4 class="name" id="pages"><span class="type-signature"></span>pages<span class
415415

416416
<dt class="tag-source">Source:</dt>
417417
<dd class="tag-source"><ul class="dummy"><li>
418-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line20">line 20</a>
418+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line30">line 30</a>
419419
</li></ul></dd>
420420

421421

@@ -486,7 +486,7 @@ <h5>Type:</h5>
486486

487487
<dt class="tag-source">Source:</dt>
488488
<dd class="tag-source"><ul class="dummy"><li>
489-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line24">line 24</a>
489+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line34">line 34</a>
490490
</li></ul></dd>
491491

492492

@@ -615,7 +615,7 @@ <h5>Parameters:</h5>
615615

616616
<dt class="tag-source">Source:</dt>
617617
<dd class="tag-source"><ul class="dummy"><li>
618-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line50">line 50</a>
618+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line66">line 66</a>
619619
</li></ul></dd>
620620

621621

@@ -832,7 +832,7 @@ <h5>Parameters:</h5>
832832

833833
<dt class="tag-source">Source:</dt>
834834
<dd class="tag-source"><ul class="dummy"><li>
835-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line121">line 121</a>
835+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line175">line 175</a>
836836
</li></ul></dd>
837837

838838

@@ -868,7 +868,7 @@ <h5>Parameters:</h5>
868868

869869

870870

871-
<h4 class="name" id="mountPage"><span class="type-signature"></span>mountPage<span class="signature">(name)</span><span class="type-signature"></span></h4>
871+
<h4 class="name" id="mountPage"><span class="type-signature"></span>mountPage<span class="signature">(name, params<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
872872

873873

874874

@@ -900,8 +900,12 @@ <h5>Parameters:</h5>
900900
<th>Type</th>
901901

902902

903+
<th>Attributes</th>
904+
903905

904906

907+
<th>Default</th>
908+
905909

906910
<th class="last">Description</th>
907911
</tr>
@@ -925,13 +929,64 @@ <h5>Parameters:</h5>
925929
</td>
926930

927931

932+
<td class="attributes">
933+
928934

935+
936+
937+
938+
</td>
939+
940+
941+
942+
<td class="default">
943+
944+
</td>
929945

930946

931947
<td class="description last"><p>The name of the page to mount.</p></td>
932948
</tr>
933949

934950

951+
952+
<tr>
953+
954+
<td class="name"><code>params</code></td>
955+
956+
957+
<td class="type">
958+
959+
960+
<span class="param-type">Object</span>
961+
962+
963+
964+
</td>
965+
966+
967+
<td class="attributes">
968+
969+
&lt;optional><br>
970+
971+
972+
973+
974+
975+
</td>
976+
977+
978+
979+
<td class="default">
980+
981+
{}
982+
983+
</td>
984+
985+
986+
<td class="description last"><p>Dynamic route parameters to inject.</p></td>
987+
</tr>
988+
989+
935990
</tbody>
936991
</table>
937992

@@ -969,7 +1024,7 @@ <h5>Parameters:</h5>
9691024

9701025
<dt class="tag-source">Source:</dt>
9711026
<dd class="tag-source"><ul class="dummy"><li>
972-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line102">line 102</a>
1027+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line120">line 120</a>
9731028
</li></ul></dd>
9741029

9751030

@@ -1124,7 +1179,7 @@ <h5>Parameters:</h5>
11241179

11251180
<dt class="tag-source">Source:</dt>
11261181
<dd class="tag-source"><ul class="dummy"><li>
1127-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line32">line 32</a>
1182+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line43">line 43</a>
11281183
</li></ul></dd>
11291184

11301185

@@ -1288,7 +1343,7 @@ <h5>Parameters:</h5>
12881343

12891344
<dt class="tag-source">Source:</dt>
12901345
<dd class="tag-source"><ul class="dummy"><li>
1291-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line62">line 62</a>
1346+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line78">line 78</a>
12921347
</li></ul></dd>
12931348

12941349

@@ -1443,7 +1498,7 @@ <h5>Parameters:</h5>
14431498

14441499
<dt class="tag-source">Source:</dt>
14451500
<dd class="tag-source"><ul class="dummy"><li>
1446-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line41">line 41</a>
1501+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line52">line 52</a>
14471502
</li></ul></dd>
14481503

14491504

@@ -1531,7 +1586,7 @@ <h4 class="name" id="updateAll"><span class="type-signature"></span>updateAll<sp
15311586

15321587
<dt class="tag-source">Source:</dt>
15331588
<dd class="tag-source"><ul class="dummy"><li>
1534-
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line94">line 94</a>
1589+
<a href="lib_core_runtime_AvenxApp.js.html">lib/core/runtime/AvenxApp.js</a>, <a href="lib_core_runtime_AvenxApp.js.html#line111">line 111</a>
15351590
</li></ul></dd>
15361591

15371592

@@ -1577,13 +1632,13 @@ <h4 class="name" id="updateAll"><span class="type-signature"></span>updateAll<sp
15771632
</div>
15781633

15791634
<nav>
1580-
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-lib_core_index.html">lib/core/index</a></li></ul><h3>Classes</h3><ul><li><a href="AvenxApp.html">AvenxApp</a></li><li><a href="AvenxBridge.html">AvenxBridge</a></li><li><a href="AvenxCLI.html">AvenxCLI</a></li><li><a href="AvenxCompiler.html">AvenxCompiler</a></li><li><a href="AvenxComponent.html">AvenxComponent</a></li><li><a href="AvenxPage.html">AvenxPage</a></li><li><a href="AvenxRouter.html">AvenxRouter</a></li><li><a href="ComponentParser.html">ComponentParser</a></li><li><a href="ComputedRegistry.html">ComputedRegistry</a></li><li><a href="DomPatcher.html">DomPatcher</a></li><li><a href="DynamicEvaluator.html">DynamicEvaluator</a></li><li><a href="EventBinder.html">EventBinder</a></li><li><a href="EventExecutor.html">EventExecutor</a></li><li><a href="ExpressionParser.html">ExpressionParser</a></li><li><a href="HtmlDiff.html">HtmlDiff</a></li><li><a href="HtmlEscaper.html">HtmlEscaper</a></li><li><a href="LifecycleManager.html">LifecycleManager</a></li><li><a href="ProxyHandlerFactory.html">ProxyHandlerFactory</a></li><li><a href="Sanitizer.html">Sanitizer</a></li><li><a href="StateFactory.html">StateFactory</a></li><li><a href="StyleProcessor.html">StyleProcessor</a></li><li><a href="TemplateRenderer.html">TemplateRenderer</a></li></ul>
1635+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-lib_core_index.html">lib/core/index</a></li></ul><h3>Classes</h3><ul><li><a href="AvenxApp.html">AvenxApp</a></li><li><a href="AvenxBridge.html">AvenxBridge</a></li><li><a href="AvenxCLI.html">AvenxCLI</a></li><li><a href="AvenxCompiler.html">AvenxCompiler</a></li><li><a href="AvenxComponent.html">AvenxComponent</a></li><li><a href="AvenxError.html">AvenxError</a></li><li><a href="AvenxGuard.html">AvenxGuard</a></li><li><a href="AvenxPage.html">AvenxPage</a></li><li><a href="AvenxRouter.html">AvenxRouter</a></li><li><a href="ComponentParser.html">ComponentParser</a></li><li><a href="ComputedRegistry.html">ComputedRegistry</a></li><li><a href="DomPatcher.html">DomPatcher</a></li><li><a href="DynamicEvaluator.html">DynamicEvaluator</a></li><li><a href="EventBinder.html">EventBinder</a></li><li><a href="EventExecutor.html">EventExecutor</a></li><li><a href="ExpressionParser.html">ExpressionParser</a></li><li><a href="HtmlDiff.html">HtmlDiff</a></li><li><a href="HtmlEscaper.html">HtmlEscaper</a></li><li><a href="LifecycleManager.html">LifecycleManager</a></li><li><a href="ListManager.html">ListManager</a></li><li><a href="ProxyHandlerFactory_ProxyHandlerFactory.html">ProxyHandlerFactory</a></li><li><a href="SafeHtml.html">SafeHtml</a></li><li><a href="Sanitizer.html">Sanitizer</a></li><li><a href="StateFactory.html">StateFactory</a></li><li><a href="StyleProcessor.html">StyleProcessor</a></li><li><a href="TemplateRenderer.html">TemplateRenderer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#AvenxErrorCodes">AvenxErrorCodes</a></li><li><a href="global.html#AvenxErrorMessages">AvenxErrorMessages</a></li><li><a href="global.html#RAW_SYMBOL">RAW_SYMBOL</a></li><li><a href="global.html#belongsToComponent">belongsToComponent</a></li><li><a href="global.html#flushJobs">flushJobs</a></li><li><a href="global.html#formatMessage">formatMessage</a></li><li><a href="global.html#html">html</a></li><li><a href="global.html#isReactiveTarget">isReactiveTarget</a></li><li><a href="global.html#processBindDirectives">processBindDirectives</a></li><li><a href="global.html#queueJob">queueJob</a></li></ul>
15811636
</nav>
15821637

15831638
<br class="clear">
15841639

15851640
<footer>
1586-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Jun 15 2026 13:03:55 GMT+0200 (Mitteleuropäische Sommerzeit)
1641+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Thu Jun 25 2026 13:00:09 GMT+0200 (Mitteleuropäische Sommerzeit)
15871642
</footer>
15881643

15891644
<script> prettyPrint(); </script>

AvenxBridge.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ <h3 class="subsection-title">Classes</h3>
163163
</div>
164164

165165
<nav>
166-
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-lib_core_index.html">lib/core/index</a></li></ul><h3>Classes</h3><ul><li><a href="AvenxApp.html">AvenxApp</a></li><li><a href="AvenxBridge.html">AvenxBridge</a></li><li><a href="AvenxCLI.html">AvenxCLI</a></li><li><a href="AvenxCompiler.html">AvenxCompiler</a></li><li><a href="AvenxComponent.html">AvenxComponent</a></li><li><a href="AvenxPage.html">AvenxPage</a></li><li><a href="AvenxRouter.html">AvenxRouter</a></li><li><a href="ComponentParser.html">ComponentParser</a></li><li><a href="ComputedRegistry.html">ComputedRegistry</a></li><li><a href="DomPatcher.html">DomPatcher</a></li><li><a href="DynamicEvaluator.html">DynamicEvaluator</a></li><li><a href="EventBinder.html">EventBinder</a></li><li><a href="EventExecutor.html">EventExecutor</a></li><li><a href="ExpressionParser.html">ExpressionParser</a></li><li><a href="HtmlDiff.html">HtmlDiff</a></li><li><a href="HtmlEscaper.html">HtmlEscaper</a></li><li><a href="LifecycleManager.html">LifecycleManager</a></li><li><a href="ProxyHandlerFactory.html">ProxyHandlerFactory</a></li><li><a href="Sanitizer.html">Sanitizer</a></li><li><a href="StateFactory.html">StateFactory</a></li><li><a href="StyleProcessor.html">StyleProcessor</a></li><li><a href="TemplateRenderer.html">TemplateRenderer</a></li></ul>
166+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-lib_core_index.html">lib/core/index</a></li></ul><h3>Classes</h3><ul><li><a href="AvenxApp.html">AvenxApp</a></li><li><a href="AvenxBridge.html">AvenxBridge</a></li><li><a href="AvenxCLI.html">AvenxCLI</a></li><li><a href="AvenxCompiler.html">AvenxCompiler</a></li><li><a href="AvenxComponent.html">AvenxComponent</a></li><li><a href="AvenxError.html">AvenxError</a></li><li><a href="AvenxGuard.html">AvenxGuard</a></li><li><a href="AvenxPage.html">AvenxPage</a></li><li><a href="AvenxRouter.html">AvenxRouter</a></li><li><a href="ComponentParser.html">ComponentParser</a></li><li><a href="ComputedRegistry.html">ComputedRegistry</a></li><li><a href="DomPatcher.html">DomPatcher</a></li><li><a href="DynamicEvaluator.html">DynamicEvaluator</a></li><li><a href="EventBinder.html">EventBinder</a></li><li><a href="EventExecutor.html">EventExecutor</a></li><li><a href="ExpressionParser.html">ExpressionParser</a></li><li><a href="HtmlDiff.html">HtmlDiff</a></li><li><a href="HtmlEscaper.html">HtmlEscaper</a></li><li><a href="LifecycleManager.html">LifecycleManager</a></li><li><a href="ListManager.html">ListManager</a></li><li><a href="ProxyHandlerFactory_ProxyHandlerFactory.html">ProxyHandlerFactory</a></li><li><a href="SafeHtml.html">SafeHtml</a></li><li><a href="Sanitizer.html">Sanitizer</a></li><li><a href="StateFactory.html">StateFactory</a></li><li><a href="StyleProcessor.html">StyleProcessor</a></li><li><a href="TemplateRenderer.html">TemplateRenderer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#AvenxErrorCodes">AvenxErrorCodes</a></li><li><a href="global.html#AvenxErrorMessages">AvenxErrorMessages</a></li><li><a href="global.html#RAW_SYMBOL">RAW_SYMBOL</a></li><li><a href="global.html#belongsToComponent">belongsToComponent</a></li><li><a href="global.html#flushJobs">flushJobs</a></li><li><a href="global.html#formatMessage">formatMessage</a></li><li><a href="global.html#html">html</a></li><li><a href="global.html#isReactiveTarget">isReactiveTarget</a></li><li><a href="global.html#processBindDirectives">processBindDirectives</a></li><li><a href="global.html#queueJob">queueJob</a></li></ul>
167167
</nav>
168168

169169
<br class="clear">
170170

171171
<footer>
172-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Jun 15 2026 13:03:55 GMT+0200 (Mitteleuropäische Sommerzeit)
172+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Thu Jun 25 2026 13:00:09 GMT+0200 (Mitteleuropäische Sommerzeit)
173173
</footer>
174174

175175
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)