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

Deployed 9589175604 to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-11-28 17:24:11 +00:00
parent 06954dc978
commit 9e08e6dbeb
10 changed files with 126 additions and 51 deletions

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3> <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> <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> <h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@74098</p> <p>IpcRegistrar.__@IpcPrefix@74152</p>
<hr /> <hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3> <h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p> <p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -1069,12 +1069,12 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3> <h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p> <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> <h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@30764</p> <p>LensExtension.__@Disposers@30730</p>
<hr /> <hr />
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3> <h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensMainExtensionDependencies</code></p> <p><code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensMainExtensionDependencies</code></p>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4> <h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<p>LensExtension.__@lensExtensionDependencies@30767</p> <p>LensExtension.__@lensExtensionDependencies@30733</p>
<hr /> <hr />
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3> <h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
<p><strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p> <p><strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p>

View File

@ -88,7 +88,7 @@
<div data-md-component="skip"> <div data-md-component="skip">
<a href="#class-tab" class="md-skip"> <a href="#class-tabd" class="md-skip">
Skip to content Skip to content
</a> </a>
@ -126,7 +126,7 @@
<div class="md-header__topic" data-md-component="header-topic"> <div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis"> <span class="md-ellipsis">
Class: Tab Class: Tab<D\>
</span> </span>
</div> </div>
@ -711,6 +711,13 @@
</label> </label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#type-parameters" class="md-nav__link">
Type parameters
</a>
</li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#hierarchy" class="md-nav__link"> <a href="#hierarchy" class="md-nav__link">
Hierarchy Hierarchy
@ -1021,11 +1028,24 @@
<h1 id="class-tab">Class: Tab<a class="headerlink" href="#class-tab" title="Permanent link">#</a></h1> <h1 id="class-tabd">Class: Tab&lt;D><a class="headerlink" href="#class-tabd" title="Permanent link">#</a></h1>
<p><a href="../../modules/Renderer/">Renderer</a>.<a href="../../modules/Renderer.Component/">Component</a>.Tab</p> <p><a href="../../modules/Renderer/">Renderer</a>.<a href="../../modules/Renderer.Component/">Component</a>.Tab</p>
<h2 id="type-parameters">Type parameters<a class="headerlink" href="#type-parameters" title="Permanent link">#</a></h2>
<table>
<thead>
<tr>
<th align="left">Name</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>D</code></td>
</tr>
</tbody>
</table>
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2> <h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
<ul> <ul>
<li><code>PureComponent</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>></li> <li><code>PureComponent</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>></li>
</ul> </ul>
<p><strong><code>Tab</code></strong></p> <p><strong><code>Tab</code></strong></p>
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2> <h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
@ -1071,7 +1091,20 @@
</ul> </ul>
<h2 id="constructors_1">Constructors<a class="headerlink" href="#constructors_1" title="Permanent link">#</a></h2> <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> <h3 id="constructor">constructor<a class="headerlink" href="#constructor" title="Permanent link">#</a></h3>
<p><strong>new Tab</strong>(<code>props</code>)</p> <p><strong>new Tab</strong>&lt;<code>D</code>>(<code>props</code>)</p>
<h4 id="type-parameters_1">Type parameters<a class="headerlink" href="#type-parameters_1" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>D</code></td>
</tr>
</tbody>
</table>
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4> <h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
@ -1083,20 +1116,20 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>props</code></td> <td align="left"><code>props</code></td>
<td align="left"><a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>></td> <td align="left"><a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4> <h4 id="overrides">Overrides<a class="headerlink" href="#overrides" title="Permanent link">#</a></h4>
<p>React.PureComponent&lt;TabProps\&gt;.constructor</p> <p>React.PureComponent&lt;TabProps&lt;D\&gt;\&gt;.constructor</p>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2> <h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="context">context<a class="headerlink" href="#context" title="Permanent link">#</a></h3> <h3 id="context">context<a class="headerlink" href="#context" title="Permanent link">#</a></h3>
<p><strong>context</strong>: <code>TabsContextValue</code>&lt;<code>any</code>></p> <p><strong>context</strong>: <code>TabsContextValue</code>&lt;<code>D</code>></p>
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4> <h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
<p>React.PureComponent.context</p> <p>React.PureComponent.context</p>
<hr /> <hr />
<h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3> <h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>props</strong>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>> &amp; <code>Readonly</code>&lt;{ <code>children?</code>: <code>ReactNode</code> }></p> <p><code>Readonly</code> <strong>props</strong>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>> &amp; <code>Readonly</code>&lt;{ <code>children?</code>: <code>ReactNode</code> }></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4> <h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>React.PureComponent.props</p> <p>React.PureComponent.props</p>
<hr /> <hr />
@ -1118,7 +1151,7 @@
<p>React.PureComponent.state</p> <p>React.PureComponent.state</p>
<hr /> <hr />
<h3 id="contexttype">contextType<a class="headerlink" href="#contexttype" title="Permanent link">#</a></h3> <h3 id="contexttype">contextType<a class="headerlink" href="#contexttype" title="Permanent link">#</a></h3>
<p><code>Static</code> <strong>contextType</strong>: <code>Context</code>&lt;<code>TabsContextValue</code>&lt;<code>any</code>>> = <code>TabsContext</code></p> <p><code>Static</code> <strong>contextType</strong>: <code>Context</code>&lt;<code>TabsContextValue</code>&lt;<code>unknown</code>>> = <code>TabsContext</code></p>
<h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4> <h4 id="overrides_2">Overrides<a class="headerlink" href="#overrides_2" title="Permanent link">#</a></h4>
<p>React.PureComponent.contextType</p> <p>React.PureComponent.contextType</p>
<h2 id="accessors_1">Accessors<a class="headerlink" href="#accessors_1" title="Permanent link">#</a></h2> <h2 id="accessors_1">Accessors<a class="headerlink" href="#accessors_1" title="Permanent link">#</a></h2>
@ -1173,7 +1206,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextContext</code></td> <td align="left"><code>nextContext</code></td>
@ -1211,7 +1244,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>
@ -1278,7 +1311,7 @@ the entire component tree to unmount.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>prevProps</code></td> <td align="left"><code>prevProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>prevState</code></td> <td align="left"><code>prevState</code></td>
@ -1339,7 +1372,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextContext</code></td> <td align="left"><code>nextContext</code></td>
@ -1385,7 +1418,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>
@ -1447,7 +1480,7 @@ lifecycle events from running.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>prevProps</code></td> <td align="left"><code>prevProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>prevState</code></td> <td align="left"><code>prevState</code></td>
@ -1534,7 +1567,7 @@ lifecycle events from running.</p>
<hr /> <hr />
<h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3> <h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3>
<p><strong>setState</strong>&lt;<code>K</code>>(<code>state</code>, <code>callback?</code>): <code>void</code></p> <p><strong>setState</strong>&lt;<code>K</code>>(<code>state</code>, <code>callback?</code>): <code>void</code></p>
<h4 id="type-parameters">Type parameters<a class="headerlink" href="#type-parameters" title="Permanent link">#</a></h4> <h4 id="type-parameters_2">Type parameters<a class="headerlink" href="#type-parameters_2" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -1560,7 +1593,7 @@ lifecycle events from running.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>state</code></td> <td align="left"><code>state</code></td>
<td align="left"><code>null</code> | {} | (<code>prevState</code>: <code>Readonly</code>&lt;{}>, <code>props</code>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>>) =&gt; <code>null</code> | {} | <code>Pick</code>&lt;{}, <code>K</code>> | <code>Pick</code>&lt;{}, <code>K</code>></td> <td align="left"><code>null</code> | {} | (<code>prevState</code>: <code>Readonly</code>&lt;{}>, <code>props</code>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>>) =&gt; <code>null</code> | {} | <code>Pick</code>&lt;{}, <code>K</code>> | <code>Pick</code>&lt;{}, <code>K</code>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>callback?</code></td> <td align="left"><code>callback?</code></td>
@ -1592,7 +1625,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabProps/"><code>TabProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>

View File

@ -88,7 +88,7 @@
<div data-md-component="skip"> <div data-md-component="skip">
<a href="#class-tabs" class="md-skip"> <a href="#class-tabsd" class="md-skip">
Skip to content Skip to content
</a> </a>
@ -126,7 +126,7 @@
<div class="md-header__topic" data-md-component="header-topic"> <div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis"> <span class="md-ellipsis">
Class: Tabs Class: Tabs<D\>
</span> </span>
</div> </div>
@ -711,6 +711,13 @@
</label> </label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#type-parameters" class="md-nav__link">
Type parameters
</a>
</li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#hierarchy" class="md-nav__link"> <a href="#hierarchy" class="md-nav__link">
Hierarchy Hierarchy
@ -959,11 +966,24 @@
<h1 id="class-tabs">Class: Tabs<a class="headerlink" href="#class-tabs" title="Permanent link">#</a></h1> <h1 id="class-tabsd">Class: Tabs&lt;D><a class="headerlink" href="#class-tabsd" title="Permanent link">#</a></h1>
<p><a href="../../modules/Renderer/">Renderer</a>.<a href="../../modules/Renderer.Component/">Component</a>.Tabs</p> <p><a href="../../modules/Renderer/">Renderer</a>.<a href="../../modules/Renderer.Component/">Component</a>.Tabs</p>
<h2 id="type-parameters">Type parameters<a class="headerlink" href="#type-parameters" title="Permanent link">#</a></h2>
<table>
<thead>
<tr>
<th align="left">Name</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>D</code></td>
</tr>
</tbody>
</table>
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2> <h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
<ul> <ul>
<li><code>PureComponent</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>></li> <li><code>PureComponent</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></li>
</ul> </ul>
<p><strong><code>Tabs</code></strong></p> <p><strong><code>Tabs</code></strong></p>
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2> <h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
@ -1000,7 +1020,20 @@
</ul> </ul>
<h2 id="constructors_1">Constructors<a class="headerlink" href="#constructors_1" title="Permanent link">#</a></h2> <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> <h3 id="constructor">constructor<a class="headerlink" href="#constructor" title="Permanent link">#</a></h3>
<p><strong>new Tabs</strong>(<code>props</code>)</p> <p><strong>new Tabs</strong>&lt;<code>D</code>>(<code>props</code>)</p>
<h4 id="type-parameters_1">Type parameters<a class="headerlink" href="#type-parameters_1" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>D</code></td>
</tr>
</tbody>
</table>
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4> <h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
@ -1012,16 +1045,29 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>props</code></td> <td align="left"><code>props</code></td>
<td align="left"><a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>> | <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>></td> <td align="left"><a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>> | <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4> <h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>React.PureComponent&lt;TabsProps>.constructor</p> <p>React.PureComponent&lt;TabsProps&lt;D>>.constructor</p>
<p><strong>new Tabs</strong>(<code>props</code>, <code>context</code>)</p> <p><strong>new Tabs</strong>&lt;<code>D</code>>(<code>props</code>, <code>context</code>)</p>
<p><strong><code>Deprecated</code></strong></p> <p><strong><code>Deprecated</code></strong></p>
<p><strong><code>See</code></strong></p> <p><strong><code>See</code></strong></p>
<p>https://reactjs.org/docs/legacy-context.html</p> <p>https://reactjs.org/docs/legacy-context.html</p>
<h4 id="type-parameters_2">Type parameters<a class="headerlink" href="#type-parameters_2" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th align="left">Name</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><code>D</code></td>
</tr>
</tbody>
</table>
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4> <h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
@ -1033,7 +1079,7 @@
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>props</code></td> <td align="left"><code>props</code></td>
<td align="left"><a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>></td> <td align="left"><a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>context</code></td> <td align="left"><code>context</code></td>
@ -1042,7 +1088,7 @@
</tbody> </tbody>
</table> </table>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4> <h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>React.PureComponent&lt;TabsProps>.constructor</p> <p>React.PureComponent&lt;TabsProps&lt;D>>.constructor</p>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2> <h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="context">context<a class="headerlink" href="#context" title="Permanent link">#</a></h3> <h3 id="context">context<a class="headerlink" href="#context" title="Permanent link">#</a></h3>
<p><strong>context</strong>: <code>any</code></p> <p><strong>context</strong>: <code>any</code></p>
@ -1064,7 +1110,7 @@ Should be used with type annotation or static contextType.</p>
<p><strong>elem</strong>: <code>null</code> | <code>HTMLDivElement</code> = <code>null</code></p> <p><strong>elem</strong>: <code>null</code> | <code>HTMLDivElement</code> = <code>null</code></p>
<hr /> <hr />
<h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3> <h3 id="props">props<a class="headerlink" href="#props" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>props</strong>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>> &amp; <code>Readonly</code>&lt;{ <code>children?</code>: <code>ReactNode</code> }></p> <p><code>Readonly</code> <strong>props</strong>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>> &amp; <code>Readonly</code>&lt;{ <code>children?</code>: <code>ReactNode</code> }></p>
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4> <h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
<p>React.PureComponent.props</p> <p>React.PureComponent.props</p>
<hr /> <hr />
@ -1148,7 +1194,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextContext</code></td> <td align="left"><code>nextContext</code></td>
@ -1186,7 +1232,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>
@ -1254,7 +1300,7 @@ the entire component tree to unmount.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>prevProps</code></td> <td align="left"><code>prevProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>prevState</code></td> <td align="left"><code>prevState</code></td>
@ -1315,7 +1361,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextContext</code></td> <td align="left"><code>nextContext</code></td>
@ -1361,7 +1407,7 @@ prevents this from being invoked.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>
@ -1418,7 +1464,7 @@ lifecycle events from running.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>prevProps</code></td> <td align="left"><code>prevProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>prevState</code></td> <td align="left"><code>prevState</code></td>
@ -1440,7 +1486,7 @@ lifecycle events from running.</p>
<hr /> <hr />
<h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3> <h3 id="setstate">setState<a class="headerlink" href="#setstate" title="Permanent link">#</a></h3>
<p><strong>setState</strong>&lt;<code>K</code>>(<code>state</code>, <code>callback?</code>): <code>void</code></p> <p><strong>setState</strong>&lt;<code>K</code>>(<code>state</code>, <code>callback?</code>): <code>void</code></p>
<h4 id="type-parameters">Type parameters<a class="headerlink" href="#type-parameters" title="Permanent link">#</a></h4> <h4 id="type-parameters_3">Type parameters<a class="headerlink" href="#type-parameters_3" title="Permanent link">#</a></h4>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -1466,7 +1512,7 @@ lifecycle events from running.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>state</code></td> <td align="left"><code>state</code></td>
<td align="left"><code>null</code> | {} | (<code>prevState</code>: <code>Readonly</code>&lt;{}>, <code>props</code>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>>) =&gt; <code>null</code> | {} | <code>Pick</code>&lt;{}, <code>K</code>> | <code>Pick</code>&lt;{}, <code>K</code>></td> <td align="left"><code>null</code> | {} | (<code>prevState</code>: <code>Readonly</code>&lt;{}>, <code>props</code>: <code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>>) =&gt; <code>null</code> | {} | <code>Pick</code>&lt;{}, <code>K</code>> | <code>Pick</code>&lt;{}, <code>K</code>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>callback?</code></td> <td align="left"><code>callback?</code></td>
@ -1498,7 +1544,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>nextProps</code></td> <td align="left"><code>nextProps</code></td>
<td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>any</code>>></td> <td align="left"><code>Readonly</code>&lt;<a href="../../interfaces/Renderer.Component.TabsProps/"><code>TabsProps</code></a>&lt;<code>D</code>>></td>
</tr> </tr>
<tr> <tr>
<td align="left"><code>nextState</code></td> <td align="left"><code>nextState</code></td>

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3> <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> <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> <h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@74098</p> <p>IpcRegistrar.__@IpcPrefix@74152</p>
<hr /> <hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3> <h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p> <p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -1213,12 +1213,12 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3> <h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p> <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> <h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@30764</p> <p>LensExtension.__@Disposers@30730</p>
<hr /> <hr />
<h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3> <h3 id="lensextensiondependencies">[lensExtensionDependencies]<a class="headerlink" href="#lensextensiondependencies" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensRendererExtensionDependencies</code></p> <p><code>Readonly</code> <strong>[lensExtensionDependencies]</strong>: <code>LensRendererExtensionDependencies</code></p>
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4> <h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
<p>LensExtension.__@lensExtensionDependencies@30767</p> <p>LensExtension.__@lensExtensionDependencies@30733</p>
<hr /> <hr />
<h3 id="additionalcategorycolumns">additionalCategoryColumns<a class="headerlink" href="#additionalcategorycolumns" title="Permanent link">#</a></h3> <h3 id="additionalcategorycolumns">additionalCategoryColumns<a class="headerlink" href="#additionalcategorycolumns" title="Permanent link">#</a></h3>
<p><strong>additionalCategoryColumns</strong>: <a href="../../interfaces/Renderer.Component.AdditionalCategoryColumnRegistration/"><code>AdditionalCategoryColumnRegistration</code></a>[] = <code>[]</code></p> <p><strong>additionalCategoryColumns</strong>: <a href="../../interfaces/Renderer.Component.AdditionalCategoryColumnRegistration/"><code>AdditionalCategoryColumnRegistration</code></a>[] = <code>[]</code></p>

View File

@ -1962,13 +1962,11 @@
<thead> <thead>
<tr> <tr>
<th align="left">Name</th> <th align="left">Name</th>
<th align="left">Type</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>D</code></td> <td align="left"><code>D</code></td>
<td align="left"><code>any</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -2997,7 +2995,7 @@
<p>DOMAttributes.onWheelCapture</p> <p>DOMAttributes.onWheelCapture</p>
<hr /> <hr />
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3> <h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>value</strong>: <code>D</code></p> <p><strong>value</strong>: <code>D</code></p>

View File

@ -1982,13 +1982,11 @@
<thead> <thead>
<tr> <tr>
<th align="left">Name</th> <th align="left">Name</th>
<th align="left">Type</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td align="left"><code>D</code></td> <td align="left"><code>D</code></td>
<td align="left"><code>any</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

File diff suppressed because one or more lines are too long

Binary file not shown.