mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 22d2133ac8 to master with MkDocs 1.3.0 and mike 1.1.2
This commit is contained in:
parent
5120cd4d09
commit
81b8a6a5e4
@ -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@54738</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@56124</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>
|
||||
|
||||
@ -1069,7 +1069,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@23768</p>
|
||||
<p>LensExtension.__@Disposers@24342</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>
|
||||
@ -1167,7 +1167,7 @@ does not modify the shell environment</p>
|
||||
<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_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@23728</p>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@24302</p>
|
||||
<hr />
|
||||
<h3 id="activate">activate<a class="headerlink" href="#activate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>activate</strong>(): <code>Promise</code><<code>void</code>></p>
|
||||
|
||||
@ -854,6 +854,13 @@
|
||||
selectedOption
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#styles" class="md-nav__link">
|
||||
styles
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -1046,6 +1053,7 @@
|
||||
<ul>
|
||||
<li><a href="./#options">options</a></li>
|
||||
<li><a href="./#selectedoption">selectedOption</a></li>
|
||||
<li><a href="./#styles">styles</a></li>
|
||||
<li><a href="./#themeclass">themeClass</a></li>
|
||||
</ul>
|
||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
||||
@ -1156,9 +1164,14 @@ https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</p>
|
||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||
<p><a href="../../interfaces/Renderer.Component.SelectOption/"><code>SelectOption</code></a><<code>any</code>> | <a href="../../interfaces/Renderer.Component.SelectOption/"><code>SelectOption</code></a><<code>any</code>>[]</p>
|
||||
<hr />
|
||||
<h3 id="styles">styles<a class="headerlink" href="#styles" title="Permanent link">#</a></h3>
|
||||
<p>• <code>get</code> <strong>styles</strong>(): <code>StylesConfig</code><<code>unknown</code>, <code>boolean</code>, <code>GroupBase</code><<code>unknown</code>>></p>
|
||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||
<p><code>StylesConfig</code><<code>unknown</code>, <code>boolean</code>, <code>GroupBase</code><<code>unknown</code>>></p>
|
||||
<hr />
|
||||
<h3 id="themeclass">themeClass<a class="headerlink" href="#themeclass" title="Permanent link">#</a></h3>
|
||||
<p>• <code>get</code> <strong>themeClass</strong>(): <code>string</code></p>
|
||||
<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>string</code></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>
|
||||
@ -1171,7 +1184,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_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_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.UNSAFE_componentWillMount</p>
|
||||
@ -1207,7 +1220,7 @@ prevents this from being invoked.</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_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.UNSAFE_componentWillReceiveProps</p>
|
||||
@ -1245,7 +1258,7 @@ prevents this from being invoked.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.UNSAFE_componentWillUpdate</p>
|
||||
@ -1273,7 +1286,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_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.componentDidCatch</p>
|
||||
@ -1281,7 +1294,7 @@ the entire component tree to unmount.</p>
|
||||
<h3 id="componentdidmount">componentDidMount<a class="headerlink" href="#componentdidmount" title="Permanent link">#</a></h3>
|
||||
<p>▸ <code>Optional</code> <strong>componentDidMount</strong>(): <code>void</code></p>
|
||||
<p>Called immediately after a component is mounted. Setting state here will trigger re-rendering.</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_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.componentDidMount</p>
|
||||
@ -1313,7 +1326,7 @@ the entire component tree to unmount.</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_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.componentDidUpdate</p>
|
||||
@ -1327,7 +1340,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_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_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.componentWillMount</p>
|
||||
@ -1362,7 +1375,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_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.componentWillReceiveProps</p>
|
||||
@ -1371,7 +1384,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_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_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.componentWillUnmount</p>
|
||||
@ -1408,7 +1421,7 @@ prevents this from being invoked.</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>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.componentWillUpdate</p>
|
||||
@ -1430,7 +1443,7 @@ prevents this from being invoked.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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>
|
||||
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.forceUpdate</p>
|
||||
@ -1461,7 +1474,7 @@ 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>any</code></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>
|
||||
@ -1483,7 +1496,7 @@ lifecycle events from running.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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>boolean</code></p>
|
||||
<hr />
|
||||
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
||||
@ -1507,7 +1520,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>
|
||||
<hr />
|
||||
<h3 id="onkeydown">onKeyDown<a class="headerlink" href="#onkeydown" title="Permanent link">#</a></h3>
|
||||
@ -1523,16 +1536,16 @@ lifecycle events from running.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><code>evt</code></td>
|
||||
<td align="left"><code>KeyboardEvent</code><<code>HTMLElement</code>></td>
|
||||
<td align="left"><code>KeyboardEvent</code><<code>HTMLDivElement</code>></td>
|
||||
</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>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_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>Element</code></p>
|
||||
<h4 id="overrides_1">Overrides<a class="headerlink" href="#overrides_1" title="Permanent link">#</a></h4>
|
||||
<p>React.Component.render</p>
|
||||
@ -1573,7 +1586,7 @@ lifecycle events from running.</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>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>
|
||||
@ -1609,7 +1622,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>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>
|
||||
|
||||
@ -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@54738</p>
|
||||
<p>IpcRegistrar.__@IpcPrefix@56124</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>
|
||||
|
||||
@ -1189,7 +1189,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@23768</p>
|
||||
<p>LensExtension.__@Disposers@24342</p>
|
||||
<hr />
|
||||
<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>
|
||||
@ -1322,7 +1322,7 @@
|
||||
<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_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@23728</p>
|
||||
<p>LensExtension.__@setLensExtensionDependencies@24302</p>
|
||||
<hr />
|
||||
<h3 id="activate">activate<a class="headerlink" href="#activate" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>activate</strong>(): <code>Promise</code><<code>void</code>></p>
|
||||
|
||||
@ -765,6 +765,20 @@
|
||||
className
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#cx" class="md-nav__link">
|
||||
cx
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#getstyles" class="md-nav__link">
|
||||
getStyles
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -800,6 +814,13 @@
|
||||
isMulti
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#isrtl" class="md-nav__link">
|
||||
isRtl
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -814,6 +835,13 @@
|
||||
selectProps
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#theme" class="md-nav__link">
|
||||
theme
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@ -834,20 +862,6 @@
|
||||
clearValue
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#cx" class="md-nav__link">
|
||||
cx
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#getstyles" class="md-nav__link">
|
||||
getStyles
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -894,7 +908,7 @@
|
||||
<p><a href="../../modules/Renderer/">Renderer</a>.<a href="../../modules/Renderer.Component/">Component</a>.CustomPlaceholderProps</p>
|
||||
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
|
||||
<ul>
|
||||
<li><code>PlaceholderProps</code><<code>OptionTypeBase</code>, <code>boolean</code>></li>
|
||||
<li><code>PlaceholderProps</code></li>
|
||||
</ul>
|
||||
<p>↳ <strong><code>CustomPlaceholderProps</code></strong></p>
|
||||
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
|
||||
@ -902,19 +916,21 @@
|
||||
<ul>
|
||||
<li><a href="./#children">children</a></li>
|
||||
<li><a href="./#classname">className</a></li>
|
||||
<li><a href="./#cx">cx</a></li>
|
||||
<li><a href="./#getstyles">getStyles</a></li>
|
||||
<li><a href="./#hasvalue">hasValue</a></li>
|
||||
<li><a href="./#innerprops">innerProps</a></li>
|
||||
<li><a href="./#isdisabled">isDisabled</a></li>
|
||||
<li><a href="./#isfocused">isFocused</a></li>
|
||||
<li><a href="./#ismulti">isMulti</a></li>
|
||||
<li><a href="./#isrtl">isRtl</a></li>
|
||||
<li><a href="./#options">options</a></li>
|
||||
<li><a href="./#selectprops">selectProps</a></li>
|
||||
<li><a href="./#theme">theme</a></li>
|
||||
</ul>
|
||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
||||
<ul>
|
||||
<li><a href="./#clearvalue">clearValue</a></li>
|
||||
<li><a href="./#cx">cx</a></li>
|
||||
<li><a href="./#getstyles">getStyles</a></li>
|
||||
<li><a href="./#getvalue">getValue</a></li>
|
||||
<li><a href="./#selectoption">selectOption</a></li>
|
||||
<li><a href="./#setvalue">setValue</a></li>
|
||||
@ -931,65 +947,81 @@
|
||||
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.className</p>
|
||||
<hr />
|
||||
<h3 id="cx">cx<a class="headerlink" href="#cx" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>cx</strong>: <code>CX</code></p>
|
||||
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.cx</p>
|
||||
<hr />
|
||||
<h3 id="getstyles">getStyles<a class="headerlink" href="#getstyles" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>getStyles</strong>: <code>GetStyles</code><<code>unknown</code>, <code>boolean</code>, <code>GroupBase</code><<code>unknown</code>>></p>
|
||||
<p>Get the styles of a particular part of the select. Pass in the name of the
|
||||
property as the first argument, and the current props as the second argument.
|
||||
See the <code>styles</code> object for the properties available.</p>
|
||||
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.getStyles</p>
|
||||
<hr />
|
||||
<h3 id="hasvalue">hasValue<a class="headerlink" href="#hasvalue" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>hasValue</strong>: <code>boolean</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_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.hasValue</p>
|
||||
<hr />
|
||||
<h3 id="innerprops">innerProps<a class="headerlink" href="#innerprops" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>innerProps</strong>: <code>Object</code></p>
|
||||
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" 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>style</code></td>
|
||||
<td align="left"><code>CSSProperties</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
||||
<p>• <strong>innerProps</strong>: <code>DetailedHTMLProps</code><<code>HTMLAttributes</code><<code>HTMLDivElement</code>>, <code>HTMLDivElement</code>></p>
|
||||
<p>props passed to the wrapping element for the group.</p>
|
||||
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.innerProps</p>
|
||||
<hr />
|
||||
<h3 id="isdisabled">isDisabled<a class="headerlink" href="#isdisabled" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>isDisabled</strong>: <code>boolean</code></p>
|
||||
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.isDisabled</p>
|
||||
<hr />
|
||||
<h3 id="isfocused">isFocused<a class="headerlink" href="#isfocused" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>isFocused</strong>: <code>boolean</code></p>
|
||||
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.isFocused</p>
|
||||
<hr />
|
||||
<h3 id="ismulti">isMulti<a class="headerlink" href="#ismulti" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>isMulti</strong>: <code>boolean</code></p>
|
||||
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
||||
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.isMulti</p>
|
||||
<hr />
|
||||
<h3 id="isrtl">isRtl<a class="headerlink" href="#isrtl" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>isRtl</strong>: <code>boolean</code></p>
|
||||
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.isRtl</p>
|
||||
<hr />
|
||||
<h3 id="options">options<a class="headerlink" href="#options" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>options</strong>: <code>OptionsType</code><<code>OptionTypeBase</code>></p>
|
||||
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
||||
<p>• <strong>options</strong>: <code>OptionsOrGroups</code><<code>unknown</code>, <code>GroupBase</code><<code>unknown</code>>></p>
|
||||
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.options</p>
|
||||
<hr />
|
||||
<h3 id="selectprops">selectProps<a class="headerlink" href="#selectprops" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>selectProps</strong>: <code>Props</code><<code>OptionTypeBase</code>, <code>false</code>></p>
|
||||
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
|
||||
<p>• <strong>selectProps</strong>: <code>Props</code><<code>unknown</code>, <code>boolean</code>, <code>GroupBase</code><<code>unknown</code>>></p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.selectProps</p>
|
||||
<hr />
|
||||
<h3 id="theme">theme<a class="headerlink" href="#theme" title="Permanent link">#</a></h3>
|
||||
<p>• <strong>theme</strong>: <code>Theme</code></p>
|
||||
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.theme</p>
|
||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||
<h3 id="clearvalue">clearValue<a class="headerlink" href="#clearvalue" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>clearValue</strong>(): <code>void</code></p>
|
||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" 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>
|
||||
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.clearValue</p>
|
||||
<hr />
|
||||
<h3 id="cx">cx<a class="headerlink" href="#cx" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>cx</strong>(<code>state</code>, <code>className</code>): <code>string</code></p>
|
||||
<h3 id="getvalue">getValue<a class="headerlink" href="#getvalue" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getValue</strong>(): <code>Options</code><<code>Option</code>></p>
|
||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||
<p><code>Options</code><<code>Option</code>></p>
|
||||
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.getValue</p>
|
||||
<hr />
|
||||
<h3 id="selectoption">selectOption<a class="headerlink" href="#selectoption" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>selectOption</strong>(<code>newValue</code>): <code>void</code></p>
|
||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1000,22 +1032,18 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><code>state</code></td>
|
||||
<td align="left"><code>Object</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>className</code></td>
|
||||
<td align="left"><code>string</code></td>
|
||||
<td align="left"><code>newValue</code></td>
|
||||
<td align="left"><code>Option</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||
<p><code>string</code></p>
|
||||
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.cx</p>
|
||||
<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_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.selectOption</p>
|
||||
<hr />
|
||||
<h3 id="getstyles">getStyles<a class="headerlink" href="#getstyles" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getStyles</strong>(<code>name</code>, <code>props</code>): <code>Object</code></p>
|
||||
<h3 id="setvalue">setValue<a class="headerlink" href="#setvalue" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>setValue</strong>(<code>newValue</code>, <code>action</code>, <code>option?</code>): <code>void</code></p>
|
||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
||||
<table>
|
||||
<thead>
|
||||
@ -1026,73 +1054,22 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left"><code>name</code></td>
|
||||
<td align="left"><code>string</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>props</code></td>
|
||||
<td align="left"><code>any</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||
<p><code>Object</code></p>
|
||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.getStyles</p>
|
||||
<hr />
|
||||
<h3 id="getvalue">getValue<a class="headerlink" href="#getvalue" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>getValue</strong>(): <code>OptionsType</code><<code>OptionType</code>></p>
|
||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||
<p><code>OptionsType</code><<code>OptionType</code>></p>
|
||||
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.getValue</p>
|
||||
<hr />
|
||||
<h3 id="selectoption">selectOption<a class="headerlink" href="#selectoption" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>selectOption</strong>(<code>option</code>): <code>void</code></p>
|
||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" 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>option</code></td>
|
||||
<td align="left"><code>OptionType</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.selectOption</p>
|
||||
<hr />
|
||||
<h3 id="setvalue">setValue<a class="headerlink" href="#setvalue" title="Permanent link">#</a></h3>
|
||||
<p>▸ <strong>setValue</strong>(<code>value</code>, <code>action</code>): <code>void</code></p>
|
||||
<h4 id="parameters_3">Parameters<a class="headerlink" href="#parameters_3" 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>value</code></td>
|
||||
<td align="left"><code>IsMulti</code> extends <code>true</code> ? <code>OptionsType</code><<code>OptionType</code>> : <code>OptionType</code></td>
|
||||
<td align="left"><code>newValue</code></td>
|
||||
<td align="left"><code>OnChangeValue</code><<code>Option</code>, <code>IsMulti</code>></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>action</code></td>
|
||||
<td align="left"><code>ActionTypes</code></td>
|
||||
<td align="left"><code>SetValueAction</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><code>option?</code></td>
|
||||
<td align="left"><code>Option</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" 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_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
|
||||
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
||||
<p>PlaceholderProps.setValue</p>
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user