Skip to content

Commit

Permalink
Another dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Aug 30, 2023
1 parent d4b5d9f commit 74a7bdc
Show file tree
Hide file tree
Showing 27 changed files with 473 additions and 541 deletions.
2 changes: 1 addition & 1 deletion docs/assets/main.js

Large diffs are not rendered by default.

26 changes: 19 additions & 7 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
--light-color-ts-accessor: var(--light-color-ts-property);
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--light-color-ts-type-alias: #d51270;
/* reference not included as links will be colored with the kind that it points to */

Expand Down Expand Up @@ -72,7 +71,6 @@
--dark-color-ts-accessor: var(--dark-color-ts-property);
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--dark-color-ts-type-alias: #ff6492;
/* reference not included as links will be colored with the kind that it points to */

Expand Down Expand Up @@ -468,13 +466,12 @@ blockquote {
padding: 0 0 0 20px;
margin: 0;
}
.tsd-typography h4,
.tsd-typography .tsd-index-panel h3,
.tsd-index-panel .tsd-typography h3,
.tsd-typography h4,
.tsd-typography h5,
.tsd-typography h6 {
font-size: 1em;
margin: 0;
}
.tsd-typography h5,
.tsd-typography h6 {
Expand All @@ -485,6 +482,19 @@ blockquote {
.tsd-typography ol {
margin: 1em 0;
}
.tsd-typography table {
border-collapse: collapse;
border: none;
}
.tsd-typography td,
.tsd-typography th {
padding: 6px 13px;
border: 1px solid var(--color-accent);
}
.tsd-typography thead,
.tsd-typography tr:nth-child(even) {
background-color: var(--color-background-secondary);
}

.tsd-breadcrumb {
margin: 0;
Expand Down Expand Up @@ -909,8 +919,8 @@ a.tsd-index-link {
#tsd-search .results li.state {
display: none;
}
#tsd-search .results li.current,
#tsd-search .results li:hover {
#tsd-search .results li.current:not(.no-results),
#tsd-search .results li:hover:not(.no-results) {
background-color: var(--color-accent);
}
#tsd-search .results a {
Expand Down Expand Up @@ -1070,7 +1080,9 @@ ul.tsd-type-parameter-list h5 {
overflow: hidden;
opacity: 0.8;
height: 40px;
transition: opacity 0.1s, background-color 0.2s;
transition:
opacity 0.1s,
background-color 0.2s;
vertical-align: bottom;
cursor: pointer;
}
Expand Down
32 changes: 15 additions & 17 deletions docs/classes/AbstractService.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h4>Hierarchy</h4>
<li><a href="SetStateService.html" class="tsd-signature-type tsd-kind-class">SetStateService</a></li>
<li><a href="UsrcfgCgiService.html" class="tsd-signature-type tsd-kind-class">UsrcfgCgiService</a></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L59">abstract-service.ts:59</a></li></ul></aside>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L59">abstract-service.ts:59</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -69,34 +69,32 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<li>
<h5><span class="tsd-kind-parameter">config</span>: <a href="../interfaces/IServiceConfig.html" class="tsd-signature-type tsd-kind-interface">IServiceConfig</a></h5>
<div class="tsd-comment tsd-typography"><p>Service config.</p>
</div>
<div class="tsd-comment tsd-typography"></div></li>
</div></li>
<li>
<h5><span class="tsd-kind-parameter">logger</span>: <a href="../interfaces/ILogger.html" class="tsd-signature-type tsd-kind-interface">ILogger</a></h5>
<div class="tsd-comment tsd-typography"><p>Service logger.</p>
</div>
<div class="tsd-comment tsd-typography"></div></li></ul></div>
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="AbstractService.html" class="tsd-signature-type tsd-kind-class">AbstractService</a></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L112">abstract-service.ts:112</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L112">abstract-service.ts:112</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 tsd-is-protected"><a id="_config" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_config</span><a href="#_config" 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">_config</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/IServiceConfig.html" class="tsd-signature-type tsd-kind-interface">IServiceConfig</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L60">abstract-service.ts:60</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L60">abstract-service.ts:60</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="_endpoint" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>_endpoint</span><a href="#_endpoint" 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">_endpoint</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-comment tsd-typography"><p>Specific webservice endpoint.</p>
<p>An <em>absolute URL</em>, which means a path with leading slash (&#39;/&#39;) relative to
the <a href="../interfaces/IServiceConfig.html#controllerUrl" class="tsd-kind-property">controllerUrl</a> (ProCon.IP base address).</p>
the <a href="../interfaces/IServiceConfig.html#controllerUrl" class="tsd-kind-property">IServiceConfig.controllerUrl</a> (ProCon.IP base address).</p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L68">abstract-service.ts:68</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L68">abstract-service.ts:68</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="_method" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>_method</span><a href="#_method" 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">_method</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Method</span></div>
Expand All @@ -108,7 +106,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L89">abstract-service.ts:89</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L89">abstract-service.ts:89</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_requestHeaders" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_request<wbr/>Headers</span><a href="#_requestHeaders" 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">_request<wbr/>Headers</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
Expand All @@ -124,15 +122,15 @@ <h4>Type declaration</h4>
<h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5></li></ul></div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L99">abstract-service.ts:99</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L99">abstract-service.ts:99</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-protected"><a id="log" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>log</span><a href="#log" 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">log</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/ILogger.html" class="tsd-signature-type tsd-kind-interface">ILogger</a></div>
<div class="tsd-comment tsd-typography"><p>Logger which will be used for all logging events.</p>
</div>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L104">abstract-service.ts:104</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L104">abstract-service.ts:104</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-is-protected"><a id="axiosRequestConfig" class="tsd-anchor"></a>
Expand All @@ -145,19 +143,19 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</co
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AxiosRequestConfig</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L164">abstract-service.ts:164</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L164">abstract-service.ts:164</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="baseUrl" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>base<wbr/>Url</span><a href="#baseUrl" 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">
<li class="tsd-signature" id="baseUrl.baseUrl-1"><span class="tsd-signature-symbol">get</span> baseUrl<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Get the base url.</p>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>The <a href="../interfaces/IServiceConfig.html#controllerUrl" class="tsd-kind-property">controllerUrl</a> string.</p>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>The <a href="../interfaces/IServiceConfig.html#controllerUrl" class="tsd-kind-property">IServiceConfig.controllerUrl</a> string.</p>

<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L123">abstract-service.ts:123</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L123">abstract-service.ts:123</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="url" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>url</span><a href="#url" 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">
Expand All @@ -171,7 +169,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
<h4>Throws</h4><p>TypeError [ERR_INVALID_URL]: Invalid URL</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/a102b36/src/abstract-service.ts#L141">abstract-service.ts:141</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/ylabonte/procon-ip/blob/d4b5d9f/src/abstract-service.ts#L141">abstract-service.ts:141</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down Expand Up @@ -225,5 +223,5 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon
<li><a href="../interfaces/IServiceConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IService<wbr/>Config</span></a></li>
<li><a href="../variables/GETSTATE.html" class="deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-32"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g></svg><span>GETSTATE</span></a></li></ul></nav></div></div></div>
<div class="tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<p>Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div></body></html>
Loading

0 comments on commit 74a7bdc

Please sign in to comment.