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

Deployed 64175b24e0 to master with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
GitHub Action 2021-10-19 14:44:18 +00:00
parent 7f0af468b5
commit 9eb40c6793
7 changed files with 43 additions and 30 deletions

View File

@ -904,7 +904,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@44030</p>
<p>IpcRegistrar.__@IpcPrefix@44094</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

@ -1007,7 +1007,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@24587</p>
<p>LensExtension.__@Disposers@24628</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>

View File

@ -835,6 +835,13 @@
<nav class="md-nav" aria-label="Accessors">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#issortable" class="md-nav__link">
isSortable
</a>
</li>
<li class="md-nav__item">
<a href="#sortparams" class="md-nav__link">
sortParams
@ -1050,6 +1057,7 @@
</ul>
<h3 id="accessors">Accessors<a class="headerlink" href="#accessors" title="Permanent link">#</a></h3>
<ul>
<li><a href="./#issortable">isSortable</a></li>
<li><a href="./#sortparams">sortParams</a></li>
</ul>
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
@ -1165,9 +1173,14 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</p>
<h3 id="defaultprops">defaultProps<a class="headerlink" href="#defaultprops" title="Permanent link">#</a></h3>
<p><code>Static</code> <strong>defaultProps</strong>: <a href="../../interfaces/Renderer.Component.TableProps/"><code>TableProps</code></a>&lt;<code>any</code>></p>
<h2 id="accessors_1">Accessors<a class="headerlink" href="#accessors_1" title="Permanent link">#</a></h2>
<h3 id="issortable">isSortable<a class="headerlink" href="#issortable" title="Permanent link">#</a></h3>
<p><code>get</code> <strong>isSortable</strong>(): <code>boolean</code></p>
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
<p><code>boolean</code></p>
<hr />
<h3 id="sortparams">sortParams<a class="headerlink" href="#sortparams" title="Permanent link">#</a></h3>
<p><code>get</code> <strong>sortParams</strong>(): <code>Partial</code>&lt;<a href="../../modules/Renderer.Component/#tablesortparams"><code>TableSortParams</code></a>></p>
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
<p><code>Partial</code>&lt;<a href="../../modules/Renderer.Component/#tablesortparams"><code>TableSortParams</code></a>></p>
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
<h3 id="unsafe_componentwillmount">UNSAFE_componentWillMount<a class="headerlink" href="#unsafe_componentwillmount" title="Permanent link">#</a></h3>
@ -1180,7 +1193,7 @@ prevents this from being invoked.</p>
<p><strong><code>deprecated</code></strong> 16.3, use componentDidMount or the constructor instead</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</p>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillMount</p>
@ -1216,7 +1229,7 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillReceiveProps</p>
@ -1254,7 +1267,7 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
<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_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
<p>React.Component.UNSAFE_componentWillUpdate</p>
@ -1282,14 +1295,14 @@ the entire component tree to unmount.</p>
</tr>
</tbody>
</table>
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
<p>React.Component.componentDidCatch</p>
<hr />
<h3 id="componentdidmount">componentDidMount<a class="headerlink" href="#componentdidmount" title="Permanent link">#</a></h3>
<p><strong>componentDidMount</strong>(): <code>void</code></p>
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
<p>React.Component.componentDidMount</p>
@ -1321,7 +1334,7 @@ the entire component tree to unmount.</p>
</tr>
</tbody>
</table>
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
<p>React.Component.componentDidUpdate</p>
@ -1335,7 +1348,7 @@ prevents this from being invoked.</p>
<p><strong><code>deprecated</code></strong> 16.3, use componentDidMount or the constructor instead; will stop working in React 17</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state</p>
<p><strong><code>see</code></strong> https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</p>
<h4 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h4>
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
<p>React.Component.componentWillMount</p>
@ -1370,7 +1383,7 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h4>
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" 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>React.Component.componentWillReceiveProps</p>
@ -1379,7 +1392,7 @@ prevents this from being invoked.</p>
<p><code>Optional</code> <strong>componentWillUnmount</strong>(): <code>void</code></p>
<p>Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in <code>componentDidMount</code>.</p>
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
<p>React.Component.componentWillUnmount</p>
@ -1416,7 +1429,7 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
<p>React.Component.componentWillUpdate</p>
@ -1438,7 +1451,7 @@ prevents this from being invoked.</p>
</tr>
</tbody>
</table>
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
<p>React.Component.forceUpdate</p>
@ -1469,13 +1482,13 @@ lifecycle events from running.</p>
</tr>
</tbody>
</table>
<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>any</code></p>
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>React.Component.getSnapshotBeforeUpdate</p>
<hr />
<h3 id="getsorted">getSorted<a class="headerlink" href="#getsorted" title="Permanent link">#</a></h3>
<p><strong>getSorted</strong>(<code>items</code>): <code>any</code>[]</p>
<p><strong>getSorted</strong>(<code>rawItems</code>): <code>Item</code>[]</p>
<h4 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" title="Permanent link">#</a></h4>
<table>
<thead>
@ -1486,13 +1499,13 @@ lifecycle events from running.</p>
</thead>
<tbody>
<tr>
<td align="left"><code>items</code></td>
<td align="left"><code>any</code>[]</td>
<td align="left"><code>rawItems</code></td>
<td align="left"><code>Item</code>[]</td>
</tr>
</tbody>
</table>
<h4 id="returns_13">Returns<a class="headerlink" href="#returns_13" title="Permanent link">#</a></h4>
<p><code>any</code>[]</p>
<h4 id="returns_14">Returns<a class="headerlink" href="#returns_14" title="Permanent link">#</a></h4>
<p><code>Item</code>[]</p>
<hr />
<h3 id="onsort">onSort<a class="headerlink" href="#onsort" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>onSort</strong>(<code>__namedParameters</code>): <code>void</code></p>
@ -1511,24 +1524,24 @@ lifecycle events from running.</p>
</tr>
</tbody>
</table>
<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>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_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>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
<p>React.Component.render</p>
<hr />
<h3 id="renderhead">renderHead<a class="headerlink" href="#renderhead" title="Permanent link">#</a></h3>
<p><strong>renderHead</strong>(): <code>ReactElement</code>&lt;<a href="../../interfaces/Renderer.Component.TableHeadProps/"><code>TableHeadProps</code></a>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p>
<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>ReactElement</code>&lt;<a href="../../interfaces/Renderer.Component.TableHeadProps/"><code>TableHeadProps</code></a>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>>></p>
<hr />
<h3 id="renderrows">renderRows<a class="headerlink" href="#renderrows" title="Permanent link">#</a></h3>
<p><strong>renderRows</strong>(): <code>Object</code></p>
<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>Object</code></p>
<hr />
<h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3>
@ -1567,7 +1580,7 @@ lifecycle events from running.</p>
</tr>
</tbody>
</table>
<h4 id="returns_18">Returns<a class="headerlink" href="#returns_18" title="Permanent link">#</a></h4>
<h4 id="returns_19">Returns<a class="headerlink" href="#returns_19" title="Permanent link">#</a></h4>
<p><code>void</code></p>
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
<p>React.Component.setState</p>
@ -1603,7 +1616,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
</tr>
</tbody>
</table>
<h4 id="returns_19">Returns<a class="headerlink" href="#returns_19" title="Permanent link">#</a></h4>
<h4 id="returns_20">Returns<a class="headerlink" href="#returns_20" title="Permanent link">#</a></h4>
<p><code>boolean</code></p>
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
<p>React.Component.shouldComponentUpdate</p>
@ -1625,7 +1638,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
</tr>
</tbody>
</table>
<h4 id="returns_20">Returns<a class="headerlink" href="#returns_20" title="Permanent link">#</a></h4>
<h4 id="returns_21">Returns<a class="headerlink" href="#returns_21" title="Permanent link">#</a></h4>
<p><code>void</code></p>

View File

@ -904,7 +904,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@44030</p>
<p>IpcRegistrar.__@IpcPrefix@44094</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

@ -1127,7 +1127,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@24587</p>
<p>LensExtension.__@Disposers@24628</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>

File diff suppressed because one or more lines are too long

Binary file not shown.