Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 16, 2023
1 parent 0cd87e4 commit 5dcd57a
Show file tree
Hide file tree
Showing 15 changed files with 251 additions and 31 deletions.
30 changes: 12 additions & 18 deletions Documentation/Class/Theme.Theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabI
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Constructors</h3>
<div class="tsd-index-list"><a href="Theme.Theme.html#constructor" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a>
<div class="tsd-index-list"><a href="Theme.Theme.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a>
</div></section>
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
Expand Down Expand Up @@ -77,26 +77,20 @@ <h3 class="tsd-index-heading">Methods</h3>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="constructor" class="tsd-anchor"></a>
<section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
<ul class="tsd-signatures">
<li class="tsd-signature tsd-anchor-link" id="constructor.new_Theme"><span class="tsd-kind-constructor-signature">new <wbr/>Theme</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">renderer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="Theme.Theme.html" class="tsd-signature-type tsd-kind-class">Theme</a><a href="#constructor.new_Theme" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Create a new DefaultTheme instance.</p>
</div>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5><span class="tsd-kind-parameter">renderer</span>: <span class="tsd-signature-type ">Renderer</span></h5>
<div class="tsd-comment tsd-typography"><p>The renderer this theme is attached to.</p>
</div>
<div class="tsd-comment tsd-typography"></div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="Theme.Theme.html" class="tsd-signature-type tsd-kind-class">Theme</a></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<p>Inherited from (await import(&quot;typedoc&quot;)).DefaultTheme.constructor</p>
<h5><span class="tsd-kind-parameter">renderer</span>: <span class="tsd-signature-type ">Renderer</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="Theme.Theme.html" class="tsd-signature-type tsd-kind-class">Theme</a></h4><aside class="tsd-sources">
<p>Overrides (await import(&quot;typedoc&quot;)).DefaultTheme.constructor</p>
<ul>
<li>Defined in node_modules/.pnpm/[email protected][email protected]/node_modules/typedoc/dist/lib/output/themes/default/DefaultTheme.d.ts:39</li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Class/Theme.ts#L9">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Class/Theme.ts:9</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member"><a id="Mapping" class="tsd-anchor"></a>
Expand All @@ -107,7 +101,7 @@ <h3 class="tsd-anchor-link"><span>Mapping</span><a href="#Mapping" aria-label="P
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<p>Implementation of <a href="../Interface/Interface_Theme.Type.html">Type</a>.<a href="../Interface/Interface_Theme.Type.html#Mapping">Mapping</a></p>
<ul>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Class/Theme.ts#L51">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Class/Theme.ts:51</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Class/Theme.ts#L55">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Class/Theme.ts:55</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="componentName" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>component<wbr/>Name</span><a href="#componentName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">component<wbr/>Name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
Expand Down Expand Up @@ -249,7 +243,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<p>Implementation of <a href="../Interface/Interface_Theme.Type.html">Type</a>.<a href="../Interface/Interface_Theme.Type.html#_Mapping">_Mapping</a></p>
<ul>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Class/Theme.ts#L48">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Class/Theme.ts:48</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Class/Theme.ts#L52">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Class/Theme.ts:52</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited tsd-is-external"><a id="bubble" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>bubble</span><a href="#bubble" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited tsd-is-external">
Expand Down Expand Up @@ -301,7 +295,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">UrlMappi
<p>Implementation of <a href="../Interface/Interface_Theme.Type.html">Type</a>.<a href="../Interface/Interface_Theme.Type.html#buildUrls">buildUrls</a></p>
<p>Overrides (await import(&quot;typedoc&quot;)).DefaultTheme.buildUrls</p>
<ul>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Class/Theme.ts#L9">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Class/Theme.ts:9</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Class/Theme.ts#L13">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Class/Theme.ts:13</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getNavigation" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>get<wbr/>Navigation</span><a href="#getNavigation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
Expand Down Expand Up @@ -362,7 +356,7 @@ <h5><span class="tsd-kind-parameter">project</span>: <span class="tsd-signature-
<div class="tsd-comment tsd-typography"><p>The project whose urls should be generated.</p>
</div>
<div class="tsd-comment tsd-typography"></div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">UrlMapping</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></h4><p>A list of UrlMapping instances defining which models
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">UrlMapping</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></h4><p>A list of <a href="../Variable/Theme.UrlMapping.html" class="tsd-kind-variable">UrlMapping</a> instances defining which models
should be rendered to which files.</p>

<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
Expand Down Expand Up @@ -713,7 +707,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li><a href="#constructor" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a></li>
<li><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a></li>
<li><a href="#Mapping" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>Mapping</span></a></li>
<li><a href="#componentName" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>component<wbr/>Name</span></a></li>
<li><a href="#defaultLayoutTemplate" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>default<wbr/>Layout<wbr/>Template</span></a></li>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Module/Build.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="Build.html">Build</a></li></ul>
<h1>Module Build</h1></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Interface/Build.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Interface/Build.ts:1</a></li></ul></aside>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Function/Build.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/Build.ts:1</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<h3 class="tsd-index-heading uppercase">Index</h3>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Module/Exec.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="Exec.html">Exec</a></li></ul>
<h1>Module Exec</h1></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Interface/Exec.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Interface/Exec.ts:1</a></li></ul></aside>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Function/Exec.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/Exec.ts:1</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<h3 class="tsd-index-heading uppercase">Index</h3>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Module/File.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="File.html">File</a></li></ul>
<h1>Module File</h1></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Interface/File.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Interface/File.ts:1</a></li></ul></aside>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Function/File.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/File.ts:1</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<h3 class="tsd-index-heading uppercase">Index</h3>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Module/JSON.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="JSON.html">JSON</a></li></ul>
<h1>Module JSON</h1></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Interface/JSON.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Interface/JSON.ts:1</a></li></ul></aside>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Function/JSON.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/JSON.ts:1</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<h3 class="tsd-index-heading uppercase">Index</h3>
Expand Down
7 changes: 7 additions & 0 deletions Documentation/Module/Theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ <h3 class="tsd-index-heading uppercase">Index</h3>
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Classes</h3>
<div class="tsd-index-list"><a href="../Class/Theme.Theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Theme</span></a>
</div></section>
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Variables</h3>
<div class="tsd-index-list"><a href="../Variable/Theme.DeclarationReflection.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>Declaration<wbr/>Reflection</span></a>
<a href="../Variable/Theme.DefaultTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>Default<wbr/>Theme</span></a>
<a href="../Variable/Theme.ReflectionKind.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>Reflection<wbr/>Kind</span></a>
<a href="../Variable/Theme.UrlMapping.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>Url<wbr/>Mapping</span></a>
</div></section></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
Expand Down
Loading

0 comments on commit 5dcd57a

Please sign in to comment.