1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Deployed 86f14a9cdf to master with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-01-19 13:36:00 +00:00
parent 9dfde49f68
commit 321482f360
8 changed files with 55 additions and 29 deletions

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@45565</p>
<p>IpcRegistrar.__@IpcPrefix@45486</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -1053,7 +1053,7 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@21219</p>
<p>LensExtension.__@Disposers@21134</p>
<hr />
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
<p><strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p>
@ -1134,7 +1134,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<p>LensExtension.__@setLensExtensionDependencies@21223</p>
<p>LensExtension.__@setLensExtensionDependencies@21138</p>
<hr />
<h3 id="activate">activate<a class="headerlink" href="#activate" title="Permanent link">#</a></h3>
<p><strong>activate</strong>(): <code>void</code> | <code>Promise</code>&lt;<code>void</code>></p>

View File

@ -806,6 +806,13 @@
state
</a>
</li>
<li class="md-nav__item">
<a href="#submit" class="md-nav__link">
submit
</a>
</li>
<li class="md-nav__item">
@ -917,6 +924,13 @@
getSnapshotBeforeUpdate
</a>
</li>
<li class="md-nav__item">
<a href="#keydown" class="md-nav__link">
keyDown
</a>
</li>
<li class="md-nav__item">
@ -959,13 +973,6 @@
shouldComponentUpdate
</a>
</li>
<li class="md-nav__item">
<a href="#submit" class="md-nav__link">
submit
</a>
</li>
</ul>
@ -1005,6 +1012,7 @@
<li><a href="./#props">props</a></li>
<li><a href="./#refs">refs</a></li>
<li><a href="./#state">state</a></li>
<li><a href="./#submit">submit</a></li>
<li><a href="./#contexttype">contextType</a></li>
<li><a href="./#defaultprops">defaultProps</a></li>
</ul>
@ -1022,13 +1030,13 @@
<li><a href="./#componentwillupdate">componentWillUpdate</a></li>
<li><a href="./#forceupdate">forceUpdate</a></li>
<li><a href="./#getsnapshotbeforeupdate">getSnapshotBeforeUpdate</a></li>
<li><a href="./#keydown">keyDown</a></li>
<li><a href="./#next">next</a></li>
<li><a href="./#prev">prev</a></li>
<li><a href="./#render">render</a></li>
<li><a href="./#renderloading">renderLoading</a></li>
<li><a href="./#setstate">setState</a></li>
<li><a href="./#shouldcomponentupdate">shouldComponentUpdate</a></li>
<li><a href="./#submit">submit</a></li>
</ul>
<h2 id="constructors_1">Constructors<a class="headerlink" href="#constructors_1" title="Permanent link">#</a></h2>
<h3 id="constructor">constructor<a class="headerlink" href="#constructor" title="Permanent link">#</a></h3>
@ -1109,6 +1117,9 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</p>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p>React.Component.state</p>
<hr />
<h3 id="submit">submit<a class="headerlink" href="#submit" title="Permanent link">#</a></h3>
<p><strong>submit</strong>: <code>DebouncedFunc</code>&lt;<code>fn</code>></p>
<hr />
<h3 id="contexttype">contextType<a class="headerlink" href="#contexttype" title="Permanent link">#</a></h3>
<p><code>Static</code> <code>Optional</code> <strong>contextType</strong>: <code>Context</code>&lt;<code>any</code>></p>
<p>If set, <code>this.context</code> will be set at runtime to the current value of the given Context.</p>
@ -1434,26 +1445,46 @@ lifecycle events from running.</p>
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
<p>React.Component.getSnapshotBeforeUpdate</p>
<hr />
<h3 id="keydown">keyDown<a class="headerlink" href="#keydown" title="Permanent link">#</a></h3>
<p><strong>keyDown</strong>(<code>evt</code>): <code>void</code></p>
<h4 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
<th align="left">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>evt</code></td>
<td align="left"><code>KeyboardEvent</code>&lt;<code>HTMLElement</code>></td>
</tr>
</tbody>
</table>
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<hr />
<h3 id="next">next<a class="headerlink" href="#next" title="Permanent link">#</a></h3>
<p><strong>next</strong>(): <code>void</code></p>
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<hr />
<h3 id="prev">prev<a class="headerlink" href="#prev" title="Permanent link">#</a></h3>
<p><strong>prev</strong>(): <code>void</code></p>
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" title="Permanent link">#</a></h4>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<hr />
<h3 id="render">render<a class="headerlink" href="#render" title="Permanent link">#</a></h3>
<p><strong>render</strong>(): <code>Element</code></p>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4>
<p><code>Element</code></p>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
<p>React.Component.render</p>
<hr />
<h3 id="renderloading">renderLoading<a class="headerlink" href="#renderloading" title="Permanent link">#</a></h3>
<p><strong>renderLoading</strong>(): <code>Element</code></p>
<h4 id="returns_15">Returns<a class="headerlink" href="#returns_15" title="Permanent link">#</a></h4>
<h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
<p><code>Element</code></p>
<hr />
<h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3>
@ -1473,7 +1504,7 @@ lifecycle events from running.</p>
</tr>
</tbody>
</table>
<h4 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h4>
<h4 id="parameters_11">Parameters<a class="headerlink" href="#parameters_11" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
@ -1492,7 +1523,7 @@ lifecycle events from running.</p>
</tr>
</tbody>
</table>
<h4 id="returns_16">Returns<a class="headerlink" href="#returns_16" title="Permanent link">#</a></h4>
<h4 id="returns_17">Returns<a class="headerlink" href="#returns_17" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
<p>React.Component.setState</p>
@ -1505,7 +1536,7 @@ lifecycle events from running.</p>
props or states have changed.</p>
<p>If false is returned, <code>Component#render</code>, <code>componentWillUpdate</code>
and <code>componentDidUpdate</code> will not be called.</p>
<h4 id="parameters_11">Parameters<a class="headerlink" href="#parameters_11" title="Permanent link">#</a></h4>
<h4 id="parameters_12">Parameters<a class="headerlink" href="#parameters_12" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
@ -1528,15 +1559,10 @@ and <code>componentDidUpdate</code> will not be called.</p>
</tr>
</tbody>
</table>
<h4 id="returns_17">Returns<a class="headerlink" href="#returns_17" title="Permanent link">#</a></h4>
<h4 id="returns_18">Returns<a class="headerlink" href="#returns_18" title="Permanent link">#</a></h4>
<p><code>boolean</code></p>
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
<p>React.Component.shouldComponentUpdate</p>
<hr />
<h3 id="submit">submit<a class="headerlink" href="#submit" title="Permanent link">#</a></h3>
<p><strong>submit</strong>(): <code>void</code></p>
<h4 id="returns_18">Returns<a class="headerlink" href="#returns_18" title="Permanent link">#</a></h4>
<p><code>void</code></p>

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@45565</p>
<p>IpcRegistrar.__@IpcPrefix@45486</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -1165,7 +1165,7 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@21219</p>
<p>LensExtension.__@Disposers@21134</p>
<hr />
<h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3>
<p><strong>appPreferences</strong>: <a href="../../interfaces/Common.Types.AppPreferenceRegistration/"><code>AppPreferenceRegistration</code></a>[] = <code>[]</code></p>
@ -1285,7 +1285,7 @@
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
<p>LensExtension.__@setLensExtensionDependencies@21223</p>
<p>LensExtension.__@setLensExtensionDependencies@21138</p>
<hr />
<h3 id="activate">activate<a class="headerlink" href="#activate" title="Permanent link">#</a></h3>
<p><strong>activate</strong>(): <code>void</code> | <code>Promise</code>&lt;<code>void</code>></p>

View File

@ -1329,7 +1329,7 @@
- Or a function that produces a react node</p>
<hr />
<h3 id="inputprops">InputProps<a class="headerlink" href="#inputprops" title="Permanent link">#</a></h3>
<p>Ƭ <strong>InputProps</strong>: <code>Omit</code>&lt;<code>InputElementProps</code>, <code>"onChange"</code> | <code>"onSubmit"</code>> &amp; { <code>autoSelectOnFocus?</code>: <code>boolean</code> ; <code>className?</code>: <code>string</code> ; <code>contentRight?</code>: <code>string</code> | <code>React.ReactNode</code> ; <code>defaultValue?</code>: <code>string</code> ; <code>dirty?</code>: <code>boolean</code> ; <code>iconLeft?</code>: <a href="./#icondata"><code>IconData</code></a> ; <code>iconRight?</code>: <a href="./#icondata"><code>IconData</code></a> ; <code>maxRows?</code>: <code>number</code> ; <code>multiLine?</code>: <code>boolean</code> ; <code>showErrorsAsTooltip?</code>: <code>boolean</code> | <code>Omit</code>&lt;<a href="../../interfaces/Renderer.Component.TooltipProps/"><code>TooltipProps</code></a>, <code>"targetId"</code>> ; <code>showValidationLine?</code>: <code>boolean</code> ; <code>theme?</code>: <code>"round-black"</code> | <code>"round"</code> ; <code>trim?</code>: <code>boolean</code> ; <code>validators?</code>: <a href="../../interfaces/Renderer.Component.InputValidator/"><code>InputValidator</code></a> | <a href="../../interfaces/Renderer.Component.InputValidator/"><code>InputValidator</code></a>[] ; <code>value?</code>: <code>string</code> ; <code>onChange?</code>: (<code>value</code>: <code>string</code>, <code>evt</code>: <code>ChangeEvent</code>&lt;<code>InputElement</code>>) =&gt; <code>void</code> ; <code>onSubmit?</code>: (<code>value</code>: <code>string</code>, <code>evt</code>: <code>KeyboardEvent</code>&lt;<code>InputElement</code>>) =&gt; <code>void</code> }</p>
<p>Ƭ <strong>InputProps</strong>: <code>Omit</code>&lt;<code>InputElementProps</code>, <code>"onChange"</code> | <code>"onSubmit"</code>> &amp; { <code>autoSelectOnFocus?</code>: <code>boolean</code> ; <code>blurOnEnter?</code>: <code>boolean</code> ; <code>className?</code>: <code>string</code> ; <code>contentRight?</code>: <code>string</code> | <code>React.ReactNode</code> ; <code>defaultValue?</code>: <code>string</code> ; <code>dirty?</code>: <code>boolean</code> ; <code>iconLeft?</code>: <a href="./#icondata"><code>IconData</code></a> ; <code>iconRight?</code>: <a href="./#icondata"><code>IconData</code></a> ; <code>maxRows?</code>: <code>number</code> ; <code>multiLine?</code>: <code>boolean</code> ; <code>showErrorsAsTooltip?</code>: <code>boolean</code> | <code>Omit</code>&lt;<a href="../../interfaces/Renderer.Component.TooltipProps/"><code>TooltipProps</code></a>, <code>"targetId"</code>> ; <code>showValidationLine?</code>: <code>boolean</code> ; <code>theme?</code>: <code>"round-black"</code> | <code>"round"</code> ; <code>trim?</code>: <code>boolean</code> ; <code>validators?</code>: <a href="../../interfaces/Renderer.Component.InputValidator/"><code>InputValidator</code></a> | <a href="../../interfaces/Renderer.Component.InputValidator/"><code>InputValidator</code></a>[] ; <code>value?</code>: <code>string</code> ; <code>onChange?</code>: (<code>value</code>: <code>string</code>, <code>evt</code>: <code>ChangeEvent</code>&lt;<code>InputElement</code>>) =&gt; <code>void</code> ; <code>onSubmit?</code>: (<code>value</code>: <code>string</code>, <code>evt</code>: <code>KeyboardEvent</code>&lt;<code>InputElement</code>>) =&gt; <code>void</code> }</p>
<hr />
<h3 id="menucontextvalue">MenuContextValue<a class="headerlink" href="#menucontextvalue" title="Permanent link">#</a></h3>
<p>Ƭ <strong>MenuContextValue</strong>: <a href="../../classes/Renderer.Component.Menu/"><code>Menu</code></a></p>

File diff suppressed because one or more lines are too long

Binary file not shown.