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

Deployed 36ee4d8289 to master with MkDocs 1.4.2 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-11-03 12:43:55 +00:00
parent 1e1ef8c68e
commit 377e08fe1e
7 changed files with 333 additions and 305 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@74790</p> <p>IpcRegistrar.__@IpcPrefix@74830</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

@ -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@74790</p> <p>IpcRegistrar.__@IpcPrefix@74830</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

@ -1220,6 +1220,13 @@
placeholder placeholder
</a> </a>
</li>
<li class="md-nav__item">
<a href="#required" class="md-nav__link">
required
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1396,6 +1403,7 @@
<li><a href="./#openmenuonfocus">openMenuOnFocus</a></li> <li><a href="./#openmenuonfocus">openMenuOnFocus</a></li>
<li><a href="./#pagesize">pageSize</a></li> <li><a href="./#pagesize">pageSize</a></li>
<li><a href="./#placeholder">placeholder</a></li> <li><a href="./#placeholder">placeholder</a></li>
<li><a href="./#required">required</a></li>
<li><a href="./#screenreaderstatus">screenReaderStatus</a></li> <li><a href="./#screenreaderstatus">screenReaderStatus</a></li>
<li><a href="./#showicons">showIcons</a></li> <li><a href="./#showicons">showIcons</a></li>
<li><a href="./#sort">sort</a></li> <li><a href="./#sort">sort</a></li>
@ -2073,6 +2081,12 @@ when there isn't enough space below the control.</p>
<h4 id="inherited-from_66">Inherited from<a class="headerlink" href="#inherited-from_66" title="Permanent link">#</a></h4> <h4 id="inherited-from_66">Inherited from<a class="headerlink" href="#inherited-from_66" title="Permanent link">#</a></h4>
<p>Omit.placeholder</p> <p>Omit.placeholder</p>
<hr /> <hr />
<h3 id="required">required<a class="headerlink" href="#required" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>required</strong>: <code>boolean</code></p>
<p>Marks the value-holding input as required for form validation</p>
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
<p>Omit.required</p>
<hr />
<h3 id="screenreaderstatus">screenReaderStatus<a class="headerlink" href="#screenreaderstatus" title="Permanent link">#</a></h3> <h3 id="screenreaderstatus">screenReaderStatus<a class="headerlink" href="#screenreaderstatus" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>screenReaderStatus</strong>: (<code>obj</code>: { <code>count</code>: <code>number</code> }) =&gt; <code>string</code></p> <p><code>Optional</code> <strong>screenReaderStatus</strong>: (<code>obj</code>: { <code>count</code>: <code>number</code> }) =&gt; <code>string</code></p>
<h4 id="type-declaration_12">Type declaration<a class="headerlink" href="#type-declaration_12" title="Permanent link">#</a></h4> <h4 id="type-declaration_12">Type declaration<a class="headerlink" href="#type-declaration_12" title="Permanent link">#</a></h4>
@ -2099,7 +2113,7 @@ when there isn't enough space below the control.</p>
</table> </table>
<h5 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h5> <h5 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h5>
<p><code>string</code></p> <p><code>string</code></p>
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4> <h4 id="inherited-from_68">Inherited from<a class="headerlink" href="#inherited-from_68" title="Permanent link">#</a></h4>
<p>Omit.screenReaderStatus</p> <p>Omit.screenReaderStatus</p>
<hr /> <hr />
<h3 id="showicons">showIcons<a class="headerlink" href="#showicons" title="Permanent link">#</a></h3> <h3 id="showicons">showIcons<a class="headerlink" href="#showicons" title="Permanent link">#</a></h3>
@ -2112,30 +2126,30 @@ when there isn't enough space below the control.</p>
<p><code>Optional</code> <strong>styles</strong>: <code>StylesConfig</code>&lt;{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }, <code>IsMulti</code>, <code>GroupBase</code>&lt;{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }>></p> <p><code>Optional</code> <strong>styles</strong>: <code>StylesConfig</code>&lt;{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }, <code>IsMulti</code>, <code>GroupBase</code>&lt;{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }>></p>
<p>Style modifier methods</p> <p>Style modifier methods</p>
<p>A basic example can be found at the bottom of the <a href="/advanced#replacing-builtins">Replacing builtins</a> documentation.</p> <p>A basic example can be found at the bottom of the <a href="/advanced#replacing-builtins">Replacing builtins</a> documentation.</p>
<h4 id="inherited-from_68">Inherited from<a class="headerlink" href="#inherited-from_68" title="Permanent link">#</a></h4> <h4 id="inherited-from_69">Inherited from<a class="headerlink" href="#inherited-from_69" title="Permanent link">#</a></h4>
<p>Omit.styles</p> <p>Omit.styles</p>
<hr /> <hr />
<h3 id="tabindex">tabIndex<a class="headerlink" href="#tabindex" title="Permanent link">#</a></h3> <h3 id="tabindex">tabIndex<a class="headerlink" href="#tabindex" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>tabIndex</strong>: <code>number</code></p> <p><code>Optional</code> <strong>tabIndex</strong>: <code>number</code></p>
<p>Sets the tabIndex attribute on the input</p> <p>Sets the tabIndex attribute on the input</p>
<h4 id="inherited-from_69">Inherited from<a class="headerlink" href="#inherited-from_69" title="Permanent link">#</a></h4> <h4 id="inherited-from_70">Inherited from<a class="headerlink" href="#inherited-from_70" title="Permanent link">#</a></h4>
<p>Omit.tabIndex</p> <p>Omit.tabIndex</p>
<hr /> <hr />
<h3 id="tabselectsvalue">tabSelectsValue<a class="headerlink" href="#tabselectsvalue" title="Permanent link">#</a></h3> <h3 id="tabselectsvalue">tabSelectsValue<a class="headerlink" href="#tabselectsvalue" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>tabSelectsValue</strong>: <code>boolean</code></p> <p><code>Optional</code> <strong>tabSelectsValue</strong>: <code>boolean</code></p>
<p>Select the currently focused option when the user presses tab</p> <p>Select the currently focused option when the user presses tab</p>
<h4 id="inherited-from_70">Inherited from<a class="headerlink" href="#inherited-from_70" title="Permanent link">#</a></h4> <h4 id="inherited-from_71">Inherited from<a class="headerlink" href="#inherited-from_71" title="Permanent link">#</a></h4>
<p>Omit.tabSelectsValue</p> <p>Omit.tabSelectsValue</p>
<hr /> <hr />
<h3 id="theme">theme<a class="headerlink" href="#theme" title="Permanent link">#</a></h3> <h3 id="theme">theme<a class="headerlink" href="#theme" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>theme</strong>: <code>ThemeConfig</code></p> <p><code>Optional</code> <strong>theme</strong>: <code>ThemeConfig</code></p>
<p>Theme modifier method</p> <p>Theme modifier method</p>
<h4 id="inherited-from_71">Inherited from<a class="headerlink" href="#inherited-from_71" title="Permanent link">#</a></h4> <h4 id="inherited-from_72">Inherited from<a class="headerlink" href="#inherited-from_72" title="Permanent link">#</a></h4>
<p>Omit.theme</p> <p>Omit.theme</p>
<hr /> <hr />
<h3 id="themename">themeName<a class="headerlink" href="#themename" title="Permanent link">#</a></h3> <h3 id="themename">themeName<a class="headerlink" href="#themename" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>themeName</strong>: <code>"dark"</code> | <code>"light"</code> | <code>"lens"</code> | <code>"outlined"</code></p> <p><code>Optional</code> <strong>themeName</strong>: <code>"dark"</code> | <code>"light"</code> | <code>"lens"</code> | <code>"outlined"</code></p>
<h4 id="inherited-from_72">Inherited from<a class="headerlink" href="#inherited-from_72" title="Permanent link">#</a></h4> <h4 id="inherited-from_73">Inherited from<a class="headerlink" href="#inherited-from_73" title="Permanent link">#</a></h4>
<p>Omit.themeName</p> <p>Omit.themeName</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>

View File

@ -1227,6 +1227,13 @@
placeholder placeholder
</a> </a>
</li>
<li class="md-nav__item">
<a href="#required" class="md-nav__link">
required
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1402,6 +1409,7 @@
<li><a href="./#options">options</a></li> <li><a href="./#options">options</a></li>
<li><a href="./#pagesize">pageSize</a></li> <li><a href="./#pagesize">pageSize</a></li>
<li><a href="./#placeholder">placeholder</a></li> <li><a href="./#placeholder">placeholder</a></li>
<li><a href="./#required">required</a></li>
<li><a href="./#screenreaderstatus">screenReaderStatus</a></li> <li><a href="./#screenreaderstatus">screenReaderStatus</a></li>
<li><a href="./#styles">styles</a></li> <li><a href="./#styles">styles</a></li>
<li><a href="./#tabindex">tabIndex</a></li> <li><a href="./#tabindex">tabIndex</a></li>
@ -2050,6 +2058,12 @@ when there isn't enough space below the control.</p>
<h4 id="inherited-from_62">Inherited from<a class="headerlink" href="#inherited-from_62" title="Permanent link">#</a></h4> <h4 id="inherited-from_62">Inherited from<a class="headerlink" href="#inherited-from_62" title="Permanent link">#</a></h4>
<p>Omit.placeholder</p> <p>Omit.placeholder</p>
<hr /> <hr />
<h3 id="required">required<a class="headerlink" href="#required" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>required</strong>: <code>boolean</code></p>
<p>Marks the value-holding input as required for form validation</p>
<h4 id="inherited-from_63">Inherited from<a class="headerlink" href="#inherited-from_63" title="Permanent link">#</a></h4>
<p>Omit.required</p>
<hr />
<h3 id="screenreaderstatus">screenReaderStatus<a class="headerlink" href="#screenreaderstatus" title="Permanent link">#</a></h3> <h3 id="screenreaderstatus">screenReaderStatus<a class="headerlink" href="#screenreaderstatus" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>screenReaderStatus</strong>: (<code>obj</code>: { <code>count</code>: <code>number</code> }) =&gt; <code>string</code></p> <p><code>Optional</code> <strong>screenReaderStatus</strong>: (<code>obj</code>: { <code>count</code>: <code>number</code> }) =&gt; <code>string</code></p>
<h4 id="type-declaration_12">Type declaration<a class="headerlink" href="#type-declaration_12" title="Permanent link">#</a></h4> <h4 id="type-declaration_12">Type declaration<a class="headerlink" href="#type-declaration_12" title="Permanent link">#</a></h4>
@ -2076,32 +2090,32 @@ when there isn't enough space below the control.</p>
</table> </table>
<h5 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h5> <h5 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h5>
<p><code>string</code></p> <p><code>string</code></p>
<h4 id="inherited-from_63">Inherited from<a class="headerlink" href="#inherited-from_63" title="Permanent link">#</a></h4> <h4 id="inherited-from_64">Inherited from<a class="headerlink" href="#inherited-from_64" title="Permanent link">#</a></h4>
<p>Omit.screenReaderStatus</p> <p>Omit.screenReaderStatus</p>
<hr /> <hr />
<h3 id="styles">styles<a class="headerlink" href="#styles" title="Permanent link">#</a></h3> <h3 id="styles">styles<a class="headerlink" href="#styles" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>styles</strong>: <code>StylesConfig</code>&lt;<code>Option</code>, <code>IsMulti</code>, <code>Group</code>></p> <p><code>Optional</code> <strong>styles</strong>: <code>StylesConfig</code>&lt;<code>Option</code>, <code>IsMulti</code>, <code>Group</code>></p>
<p>Style modifier methods</p> <p>Style modifier methods</p>
<p>A basic example can be found at the bottom of the <a href="/advanced#replacing-builtins">Replacing builtins</a> documentation.</p> <p>A basic example can be found at the bottom of the <a href="/advanced#replacing-builtins">Replacing builtins</a> documentation.</p>
<h4 id="inherited-from_64">Inherited from<a class="headerlink" href="#inherited-from_64" title="Permanent link">#</a></h4> <h4 id="inherited-from_65">Inherited from<a class="headerlink" href="#inherited-from_65" title="Permanent link">#</a></h4>
<p>Omit.styles</p> <p>Omit.styles</p>
<hr /> <hr />
<h3 id="tabindex">tabIndex<a class="headerlink" href="#tabindex" title="Permanent link">#</a></h3> <h3 id="tabindex">tabIndex<a class="headerlink" href="#tabindex" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>tabIndex</strong>: <code>number</code></p> <p><code>Optional</code> <strong>tabIndex</strong>: <code>number</code></p>
<p>Sets the tabIndex attribute on the input</p> <p>Sets the tabIndex attribute on the input</p>
<h4 id="inherited-from_65">Inherited from<a class="headerlink" href="#inherited-from_65" title="Permanent link">#</a></h4> <h4 id="inherited-from_66">Inherited from<a class="headerlink" href="#inherited-from_66" title="Permanent link">#</a></h4>
<p>Omit.tabIndex</p> <p>Omit.tabIndex</p>
<hr /> <hr />
<h3 id="tabselectsvalue">tabSelectsValue<a class="headerlink" href="#tabselectsvalue" title="Permanent link">#</a></h3> <h3 id="tabselectsvalue">tabSelectsValue<a class="headerlink" href="#tabselectsvalue" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>tabSelectsValue</strong>: <code>boolean</code></p> <p><code>Optional</code> <strong>tabSelectsValue</strong>: <code>boolean</code></p>
<p>Select the currently focused option when the user presses tab</p> <p>Select the currently focused option when the user presses tab</p>
<h4 id="inherited-from_66">Inherited from<a class="headerlink" href="#inherited-from_66" title="Permanent link">#</a></h4> <h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
<p>Omit.tabSelectsValue</p> <p>Omit.tabSelectsValue</p>
<hr /> <hr />
<h3 id="theme">theme<a class="headerlink" href="#theme" title="Permanent link">#</a></h3> <h3 id="theme">theme<a class="headerlink" href="#theme" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>theme</strong>: <code>ThemeConfig</code></p> <p><code>Optional</code> <strong>theme</strong>: <code>ThemeConfig</code></p>
<p>Theme modifier method</p> <p>Theme modifier method</p>
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4> <h4 id="inherited-from_68">Inherited from<a class="headerlink" href="#inherited-from_68" title="Permanent link">#</a></h4>
<p>Omit.theme</p> <p>Omit.theme</p>
<hr /> <hr />
<h3 id="themename">themeName<a class="headerlink" href="#themename" title="Permanent link">#</a></h3> <h3 id="themename">themeName<a class="headerlink" href="#themename" title="Permanent link">#</a></h3>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.