mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Deployed 30880276d7 to master with MkDocs 1.3.0 and mike 1.1.2
This commit is contained in:
parent
ce1ce8b442
commit
5d9fad4a6f
@ -2456,8 +2456,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
|
|||||||
<h4 id="returns_51">Returns<a class="headerlink" href="#returns_51" title="Permanent link">#</a></h4>
|
<h4 id="returns_51">Returns<a class="headerlink" href="#returns_51" title="Permanent link">#</a></h4>
|
||||||
<p><code>fn</code></p>
|
<p><code>fn</code></p>
|
||||||
<p>▸ <<code>T</code>>(...<code>args</code>): <code>void</code></p>
|
<p>▸ <<code>T</code>>(...<code>args</code>): <code>void</code></p>
|
||||||
<p>Copyright (c) OpenLens Authors. All rights reserved.
|
<p>A function that does nothing</p>
|
||||||
Licensed under MIT License. See LICENSE in root directory for more information.</p>
|
|
||||||
<h5 id="type-parameters">Type parameters<a class="headerlink" href="#type-parameters" title="Permanent link">#</a></h5>
|
<h5 id="type-parameters">Type parameters<a class="headerlink" href="#type-parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
@ -720,8 +720,8 @@
|
|||||||
<ul class="md-nav__list">
|
<ul class="md-nav__list">
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#methods" class="md-nav__link">
|
<a href="#properties" class="md-nav__link">
|
||||||
Methods
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@ -732,11 +732,11 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#methods_1" class="md-nav__link">
|
<a href="#properties_1" class="md-nav__link">
|
||||||
Methods
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
<nav class="md-nav" aria-label="Properties">
|
||||||
<ul class="md-nav__list">
|
<ul class="md-nav__list">
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -782,18 +782,20 @@
|
|||||||
<h1 id="interface-catalogcategoryevents">Interface: CatalogCategoryEvents<a class="headerlink" href="#interface-catalogcategoryevents" title="Permanent link">#</a></h1>
|
<h1 id="interface-catalogcategoryevents">Interface: CatalogCategoryEvents<a class="headerlink" href="#interface-catalogcategoryevents" title="Permanent link">#</a></h1>
|
||||||
<p><a href="../../modules/Common/">Common</a>.<a href="../../modules/Common.Catalog/">Catalog</a>.CatalogCategoryEvents</p>
|
<p><a href="../../modules/Common/">Common</a>.<a href="../../modules/Common.Catalog/">Catalog</a>.CatalogCategoryEvents</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>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#catalogaddmenu">catalogAddMenu</a></li>
|
<li><a href="./#catalogaddmenu">catalogAddMenu</a></li>
|
||||||
<li><a href="./#contextmenuopen">contextMenuOpen</a></li>
|
<li><a href="./#contextmenuopen">contextMenuOpen</a></li>
|
||||||
<li><a href="./#load">load</a></li>
|
<li><a href="./#load">load</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="catalogaddmenu">catalogAddMenu<a class="headerlink" href="#catalogaddmenu" title="Permanent link">#</a></h3>
|
<h3 id="catalogaddmenu">catalogAddMenu<a class="headerlink" href="#catalogaddmenu" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>catalogAddMenu</strong>(<code>context</code>): <code>void</code></p>
|
<p>• <strong>catalogAddMenu</strong>: (<code>context</code>: <a href="../Common.Catalog.CatalogEntityAddMenuContext/"><code>CatalogEntityAddMenuContext</code></a>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>context</code>): <code>void</code></p>
|
||||||
<p>This event will be emitted when the catalog add menu is opened and is the
|
<p>This event will be emitted when the catalog add menu is opened and is the
|
||||||
way to added entries to that menu.</p>
|
way to added entries to that menu.</p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -808,14 +810,16 @@ way to added entries to that menu.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="contextmenuopen">contextMenuOpen<a class="headerlink" href="#contextmenuopen" title="Permanent link">#</a></h3>
|
<h3 id="contextmenuopen">contextMenuOpen<a class="headerlink" href="#contextmenuopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>contextMenuOpen</strong>(<code>entity</code>, <code>context</code>): <code>void</code></p>
|
<p>• <strong>contextMenuOpen</strong>: (<code>entity</code>: <a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>, <code>context</code>: <a href="../Common.Catalog.CatalogEntityContextMenuContext/"><code>CatalogEntityContextMenuContext</code></a>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>entity</code>, <code>context</code>): <code>void</code></p>
|
||||||
<p>This event will be emitted when the context menu for an entity is declared
|
<p>This event will be emitted when the context menu for an entity is declared
|
||||||
by this category is opened.</p>
|
by this category is opened.</p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h5 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -834,14 +838,16 @@ by this category is opened.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="load">load<a class="headerlink" href="#load" title="Permanent link">#</a></h3>
|
<h3 id="load">load<a class="headerlink" href="#load" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>load</strong>(): <code>void</code></p>
|
<p>• <strong>load</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
<p>This event will be emitted when the category is loaded in the catalog
|
<p>This event will be emitted when the category is loaded in the catalog
|
||||||
view.</p>
|
view.</p>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -720,8 +720,8 @@
|
|||||||
<ul class="md-nav__list">
|
<ul class="md-nav__list">
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#methods" class="md-nav__link">
|
<a href="#properties" class="md-nav__link">
|
||||||
Methods
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@ -732,11 +732,11 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#methods_1" class="md-nav__link">
|
<a href="#properties_1" class="md-nav__link">
|
||||||
Methods
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
<nav class="md-nav" aria-label="Properties">
|
||||||
<ul class="md-nav__list">
|
<ul class="md-nav__list">
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -775,15 +775,17 @@
|
|||||||
<h1 id="interface-catalogentityactioncontext">Interface: CatalogEntityActionContext<a class="headerlink" href="#interface-catalogentityactioncontext" title="Permanent link">#</a></h1>
|
<h1 id="interface-catalogentityactioncontext">Interface: CatalogEntityActionContext<a class="headerlink" href="#interface-catalogentityactioncontext" title="Permanent link">#</a></h1>
|
||||||
<p><a href="../../modules/Common/">Common</a>.<a href="../../modules/Common.Catalog/">Catalog</a>.CatalogEntityActionContext</p>
|
<p><a href="../../modules/Common/">Common</a>.<a href="../../modules/Common.Catalog/">Catalog</a>.CatalogEntityActionContext</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>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#navigate">navigate</a></li>
|
<li><a href="./#navigate">navigate</a></li>
|
||||||
<li><a href="./#setcommandpalettecontext">setCommandPaletteContext</a></li>
|
<li><a href="./#setcommandpalettecontext">setCommandPaletteContext</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
|
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>navigate</strong>(<code>url</code>): <code>void</code></p>
|
<p>• <strong>navigate</strong>: (<code>url</code>: <code>string</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>url</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -798,12 +800,14 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="setcommandpalettecontext">setCommandPaletteContext<a class="headerlink" href="#setcommandpalettecontext" title="Permanent link">#</a></h3>
|
<h3 id="setcommandpalettecontext">setCommandPaletteContext<a class="headerlink" href="#setcommandpalettecontext" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>setCommandPaletteContext</strong>(<code>context?</code>): <code>void</code></p>
|
<p>• <strong>setCommandPaletteContext</strong>: (<code>context?</code>: <a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>) => <code>void</code></p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>context?</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -818,7 +822,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -774,31 +767,18 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#title" class="md-nav__link">
|
|
||||||
title
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#onclick" class="md-nav__link">
|
<a href="#onclick" class="md-nav__link">
|
||||||
onClick
|
onClick
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#title" class="md-nav__link">
|
||||||
|
title
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -833,11 +813,8 @@
|
|||||||
<li><a href="./#confirm">confirm</a></li>
|
<li><a href="./#confirm">confirm</a></li>
|
||||||
<li><a href="./#defaultaction">defaultAction</a></li>
|
<li><a href="./#defaultaction">defaultAction</a></li>
|
||||||
<li><a href="./#icon">icon</a></li>
|
<li><a href="./#icon">icon</a></li>
|
||||||
<li><a href="./#title">title</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#onclick">onClick</a></li>
|
<li><a href="./#onclick">onClick</a></li>
|
||||||
|
<li><a href="./#title">title</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="confirm">confirm<a class="headerlink" href="#confirm" title="Permanent link">#</a></h3>
|
<h3 id="confirm">confirm<a class="headerlink" href="#confirm" title="Permanent link">#</a></h3>
|
||||||
@ -870,19 +847,21 @@
|
|||||||
<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><a href="../Common.Catalog.CatalogEntityContextMenu/">CatalogEntityContextMenu</a>.<a href="../Common.Catalog.CatalogEntityContextMenu/#icon">icon</a></p>
|
<p><a href="../Common.Catalog.CatalogEntityContextMenu/">CatalogEntityContextMenu</a>.<a href="../Common.Catalog.CatalogEntityContextMenu/#icon">icon</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>onClick</strong>: () => <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<p>OnClick handler</p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Common.Catalog.CatalogEntityContextMenu/">CatalogEntityContextMenu</a>.<a href="../Common.Catalog.CatalogEntityContextMenu/#onclick">onClick</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
|
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>title</strong>: <code>string</code></p>
|
<p>• <strong>title</strong>: <code>string</code></p>
|
||||||
<p>Menu title</p>
|
<p>Menu title</p>
|
||||||
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Common.Catalog.CatalogEntityContextMenu/">CatalogEntityContextMenu</a>.<a href="../Common.Catalog.CatalogEntityContextMenu/#title">title</a></p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <strong>onClick</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
<p>OnClick handler</p>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code> | <code>Promise</code><<code>void</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><a href="../Common.Catalog.CatalogEntityContextMenu/">CatalogEntityContextMenu</a>.<a href="../Common.Catalog.CatalogEntityContextMenu/#onclick">onClick</a></p>
|
<p><a href="../Common.Catalog.CatalogEntityContextMenu/">CatalogEntityContextMenu</a>.<a href="../Common.Catalog.CatalogEntityContextMenu/#title">title</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -724,13 +724,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -753,19 +746,6 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#navigate" class="md-nav__link">
|
<a href="#navigate" class="md-nav__link">
|
||||||
navigate
|
navigate
|
||||||
@ -798,18 +778,17 @@
|
|||||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#menuitems">menuItems</a></li>
|
<li><a href="./#menuitems">menuItems</a></li>
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#navigate">navigate</a></li>
|
<li><a href="./#navigate">navigate</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="menuitems">menuItems<a class="headerlink" href="#menuitems" title="Permanent link">#</a></h3>
|
<h3 id="menuitems">menuItems<a class="headerlink" href="#menuitems" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>menuItems</strong>: <a href="../Common.Catalog.CatalogEntityAddMenu/"><code>CatalogEntityAddMenu</code></a>[]</p>
|
<p>• <strong>menuItems</strong>: <a href="../Common.Catalog.CatalogEntityAddMenu/"><code>CatalogEntityAddMenu</code></a>[]</p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<hr />
|
||||||
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
|
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>navigate</strong>(<code>url</code>): <code>void</code></p>
|
<p>• <strong>navigate</strong>: (<code>url</code>: <code>string</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>url</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -824,7 +803,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -767,31 +760,18 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#title" class="md-nav__link">
|
|
||||||
title
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#onclick" class="md-nav__link">
|
<a href="#onclick" class="md-nav__link">
|
||||||
onClick
|
onClick
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#title" class="md-nav__link">
|
||||||
|
title
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -825,11 +805,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#confirm">confirm</a></li>
|
<li><a href="./#confirm">confirm</a></li>
|
||||||
<li><a href="./#icon">icon</a></li>
|
<li><a href="./#icon">icon</a></li>
|
||||||
<li><a href="./#title">title</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#onclick">onClick</a></li>
|
<li><a href="./#onclick">onClick</a></li>
|
||||||
|
<li><a href="./#title">title</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="confirm">confirm<a class="headerlink" href="#confirm" title="Permanent link">#</a></h3>
|
<h3 id="confirm">confirm<a class="headerlink" href="#confirm" title="Permanent link">#</a></h3>
|
||||||
@ -855,15 +832,17 @@
|
|||||||
<p>• <code>Optional</code> <strong>icon</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>icon</strong>: <code>string</code></p>
|
||||||
<p>Menu icon</p>
|
<p>Menu icon</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>onClick</strong>: () => <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<p>OnClick handler</p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<hr />
|
||||||
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
|
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>title</strong>: <code>string</code></p>
|
<p>• <strong>title</strong>: <code>string</code></p>
|
||||||
<p>Menu title</p>
|
<p>Menu title</p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <strong>onClick</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
<p>OnClick handler</p>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -724,13 +724,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -753,31 +746,18 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#title" class="md-nav__link">
|
|
||||||
title
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#onclick" class="md-nav__link">
|
<a href="#onclick" class="md-nav__link">
|
||||||
onClick
|
onClick
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#title" class="md-nav__link">
|
||||||
|
title
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -805,11 +785,8 @@
|
|||||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#icon">icon</a></li>
|
<li><a href="./#icon">icon</a></li>
|
||||||
<li><a href="./#title">title</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#onclick">onClick</a></li>
|
<li><a href="./#onclick">onClick</a></li>
|
||||||
|
<li><a href="./#title">title</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="icon">icon<a class="headerlink" href="#icon" title="Permanent link">#</a></h3>
|
<h3 id="icon">icon<a class="headerlink" href="#icon" title="Permanent link">#</a></h3>
|
||||||
@ -818,14 +795,12 @@
|
|||||||
<p>This is required because this item can be either rendered as a context menu or as a toolbar in
|
<p>This is required because this item can be either rendered as a context menu or as a toolbar in
|
||||||
the kube object details page.</p>
|
the kube object details page.</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <strong>title</strong>: <code>string</code></p>
|
|
||||||
<p>The title text for the menu item or the hover text for the icon.</p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
|
<h3 id="onclick">onClick<a class="headerlink" href="#onclick" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onClick</strong>(<code>obj</code>): <code>void</code></p>
|
<p>• <strong>onClick</strong>: (<code>obj</code>: <a href="../../classes/Renderer.K8sApi.KubeObject/"><code>KubeObject</code></a><<a href="../../modules/Renderer.K8sApi/#kubeobjectmetadata"><code>KubeObjectMetadata</code></a><<code>KubeObjectScope</code>>, <code>unknown</code>, <code>unknown</code>>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>obj</code>): <code>void</code></p>
|
||||||
<p>The action when clicked</p>
|
<p>The action when clicked</p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -840,8 +815,12 @@ the kube object details page.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>title</strong>: <code>string</code></p>
|
||||||
|
<p>The title text for the menu item or the hover text for the icon.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -724,13 +724,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -753,19 +746,6 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#navigate" class="md-nav__link">
|
<a href="#navigate" class="md-nav__link">
|
||||||
navigate
|
navigate
|
||||||
@ -798,18 +778,17 @@
|
|||||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#menuitems">menuItems</a></li>
|
<li><a href="./#menuitems">menuItems</a></li>
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#navigate">navigate</a></li>
|
<li><a href="./#navigate">navigate</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="menuitems">menuItems<a class="headerlink" href="#menuitems" title="Permanent link">#</a></h3>
|
<h3 id="menuitems">menuItems<a class="headerlink" href="#menuitems" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>menuItems</strong>: <a href="../Common.Types.KubeObjectContextMenuItem/"><code>KubeObjectContextMenuItem</code></a>[]</p>
|
<p>• <strong>menuItems</strong>: <a href="../Common.Types.KubeObjectContextMenuItem/"><code>KubeObjectContextMenuItem</code></a>[]</p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<hr />
|
||||||
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
|
<h3 id="navigate">navigate<a class="headerlink" href="#navigate" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>navigate</strong>(<code>location</code>): <code>void</code></p>
|
<p>• <strong>navigate</strong>: (<code>location</code>: <code>string</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>location</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -824,7 +803,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -724,13 +724,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -760,19 +753,6 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#resolve" class="md-nav__link">
|
<a href="#resolve" class="md-nav__link">
|
||||||
resolve
|
resolve
|
||||||
@ -806,9 +786,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#apiversions">apiVersions</a></li>
|
<li><a href="./#apiversions">apiVersions</a></li>
|
||||||
<li><a href="./#kind">kind</a></li>
|
<li><a href="./#kind">kind</a></li>
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#resolve">resolve</a></li>
|
<li><a href="./#resolve">resolve</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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>
|
||||||
@ -817,10 +794,12 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
<h3 id="kind">kind<a class="headerlink" href="#kind" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>kind</strong>: <code>string</code></p>
|
<p>• <strong>kind</strong>: <code>string</code></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<hr />
|
||||||
<h3 id="resolve">resolve<a class="headerlink" href="#resolve" title="Permanent link">#</a></h3>
|
<h3 id="resolve">resolve<a class="headerlink" href="#resolve" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>resolve</strong>(<code>object</code>): <a href="../Renderer.K8sApi.KubeObjectStatus/"><code>KubeObjectStatus</code></a></p>
|
<p>• <strong>resolve</strong>: (<code>object</code>: <a href="../../classes/Renderer.K8sApi.KubeObject/"><code>KubeObject</code></a><<a href="../../modules/Renderer.K8sApi/#kubeobjectmetadata"><code>KubeObjectMetadata</code></a><<code>KubeObjectScope</code>>, <code>unknown</code>, <code>unknown</code>>) => <a href="../Renderer.K8sApi.KubeObjectStatus/"><code>KubeObjectStatus</code></a></p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>object</code>): <a href="../Renderer.K8sApi.KubeObjectStatus/"><code>KubeObjectStatus</code></a></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -835,7 +814,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><a href="../Renderer.K8sApi.KubeObjectStatus/"><code>KubeObjectStatus</code></a></p>
|
<p><a href="../Renderer.K8sApi.KubeObjectStatus/"><code>KubeObjectStatus</code></a></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -724,13 +724,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -746,6 +739,13 @@
|
|||||||
<nav class="md-nav" aria-label="Properties">
|
<nav class="md-nav" aria-label="Properties">
|
||||||
<ul class="md-nav__list">
|
<ul class="md-nav__list">
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#click" class="md-nav__link">
|
||||||
|
click
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#enabled" class="md-nav__link">
|
<a href="#enabled" class="md-nav__link">
|
||||||
enabled
|
enabled
|
||||||
@ -798,26 +798,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#click" class="md-nav__link">
|
|
||||||
click
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -839,6 +819,7 @@
|
|||||||
<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>
|
||||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="./#click">click</a></li>
|
||||||
<li><a href="./#enabled">enabled</a></li>
|
<li><a href="./#enabled">enabled</a></li>
|
||||||
<li><a href="./#id">id</a></li>
|
<li><a href="./#id">id</a></li>
|
||||||
<li><a href="./#label">label</a></li>
|
<li><a href="./#label">label</a></li>
|
||||||
@ -847,11 +828,29 @@
|
|||||||
<li><a href="./#type">type</a></li>
|
<li><a href="./#type">type</a></li>
|
||||||
<li><a href="./#visible">visible</a></li>
|
<li><a href="./#visible">visible</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#click">click</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="click">click<a class="headerlink" href="#click" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>click</strong>: (<code>menuItem</code>: <a href="./"><code>TrayMenuRegistration</code></a>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>menuItem</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>menuItem</code></td>
|
||||||
|
<td align="left"><a href="./"><code>TrayMenuRegistration</code></a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="enabled">enabled<a class="headerlink" href="#enabled" title="Permanent link">#</a></h3>
|
<h3 id="enabled">enabled<a class="headerlink" href="#enabled" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>enabled</strong>: <code>boolean</code> | <code>IComputedValue</code><<code>boolean</code>></p>
|
<p>• <code>Optional</code> <strong>enabled</strong>: <code>boolean</code> | <code>IComputedValue</code><<code>boolean</code>></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -872,26 +871,6 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="visible">visible<a class="headerlink" href="#visible" title="Permanent link">#</a></h3>
|
<h3 id="visible">visible<a class="headerlink" href="#visible" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>visible</strong>: <code>IComputedValue</code><<code>boolean</code>></p>
|
<p>• <code>Optional</code> <strong>visible</strong>: <code>IComputedValue</code><<code>boolean</code>></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="click">click<a class="headerlink" href="#click" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>click</strong>(<code>menuItem</code>): <code>void</code></p>
|
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" 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>menuItem</code></td>
|
|
||||||
<td align="left"><a href="./"><code>TrayMenuRegistration</code></a></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -781,26 +774,6 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#titleprops" class="md-nav__link">
|
|
||||||
titleProps
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#rendercell" class="md-nav__link">
|
<a href="#rendercell" class="md-nav__link">
|
||||||
renderCell
|
renderCell
|
||||||
@ -820,6 +793,13 @@
|
|||||||
sortCallback
|
sortCallback
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#titleprops" class="md-nav__link">
|
||||||
|
titleProps
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -856,13 +836,10 @@
|
|||||||
<li><a href="./#id">id</a></li>
|
<li><a href="./#id">id</a></li>
|
||||||
<li><a href="./#kind">kind</a></li>
|
<li><a href="./#kind">kind</a></li>
|
||||||
<li><a href="./#priority">priority</a></li>
|
<li><a href="./#priority">priority</a></li>
|
||||||
<li><a href="./#titleprops">titleProps</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#rendercell">renderCell</a></li>
|
<li><a href="./#rendercell">renderCell</a></li>
|
||||||
<li><a href="./#searchfilter">searchFilter</a></li>
|
<li><a href="./#searchfilter">searchFilter</a></li>
|
||||||
<li><a href="./#sortcallback">sortCallback</a></li>
|
<li><a href="./#sortcallback">sortCallback</a></li>
|
||||||
|
<li><a href="./#titleprops">titleProps</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="group">group<a class="headerlink" href="#group" title="Permanent link">#</a></h3>
|
<h3 id="group">group<a class="headerlink" href="#group" title="Permanent link">#</a></h3>
|
||||||
@ -890,16 +867,12 @@
|
|||||||
<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><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#priority">priority</a></p>
|
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#priority">priority</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="titleprops">titleProps<a class="headerlink" href="#titleprops" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <strong>titleProps</strong>: <code>TitleCellProps</code></p>
|
|
||||||
<p>This function will be used to generate the columns title cell.</p>
|
|
||||||
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#titleprops">titleProps</a></p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="rendercell">renderCell<a class="headerlink" href="#rendercell" title="Permanent link">#</a></h3>
|
<h3 id="rendercell">renderCell<a class="headerlink" href="#rendercell" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>renderCell</strong>(<code>entity</code>): <code>ReactNode</code></p>
|
<p>• <strong>renderCell</strong>: (<code>entity</code>: <a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>) => <code>ReactNode</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>entity</code>): <code>ReactNode</code></p>
|
||||||
<p>This function will be called to generate the cells (on demand) for the column</p>
|
<p>This function will be called to generate the cells (on demand) for the column</p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -914,16 +887,18 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>ReactNode</code></p>
|
<p><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_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#rendercell">renderCell</a></p>
|
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#rendercell">renderCell</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="searchfilter">searchFilter<a class="headerlink" href="#searchfilter" title="Permanent link">#</a></h3>
|
<h3 id="searchfilter">searchFilter<a class="headerlink" href="#searchfilter" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>searchFilter</strong>(<code>entity</code>): <code>string</code> | <code>string</code>[]</p>
|
<p>• <code>Optional</code> <strong>searchFilter</strong>: (<code>entity</code>: <a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>) => <code>string</code> | <code>string</code>[]</p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>entity</code>): <code>string</code> | <code>string</code>[]</p>
|
||||||
<p>If provided then searching is supported on this column and this function will be called
|
<p>If provided then searching is supported on this column and this function will be called
|
||||||
to determine if the current search string matches for this row.</p>
|
to determine if the current search string matches for this row.</p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h5 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -938,18 +913,20 @@ to determine if the current search string matches for this row.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
<p><code>string</code> | <code>string</code>[]</p>
|
<p><code>string</code> | <code>string</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_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#searchfilter">searchFilter</a></p>
|
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#searchfilter">searchFilter</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="sortcallback">sortCallback<a class="headerlink" href="#sortcallback" title="Permanent link">#</a></h3>
|
<h3 id="sortcallback">sortCallback<a class="headerlink" href="#sortcallback" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>sortCallback</strong>(<code>entity</code>): <code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
<p>• <code>Optional</code> <strong>sortCallback</strong>: (<code>entity</code>: <a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>) => <code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
||||||
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>entity</code>): <code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
||||||
<p>If provided then the column will support sorting and this function will be called to
|
<p>If provided then the column will support sorting and this function will be called to
|
||||||
determine a row's ordering.</p>
|
determine a row's ordering.</p>
|
||||||
<p>strings are sorted ahead of numbers, and arrays determine ordering between equal
|
<p>strings are sorted ahead of numbers, and arrays determine ordering between equal
|
||||||
elements of the previous index.</p>
|
elements of the previous index.</p>
|
||||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
<h5 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -964,10 +941,16 @@ elements of the previous index.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
<p><code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
<p><code>string</code> | <code>number</code> | (<code>string</code> | <code>number</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_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#sortcallback">sortCallback</a></p>
|
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#sortcallback">sortCallback</a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="titleprops">titleProps<a class="headerlink" href="#titleprops" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>titleProps</strong>: <code>TitleCellProps</code></p>
|
||||||
|
<p>This function will be used to generate the columns title cell.</p>
|
||||||
|
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Renderer.Component.CategoryColumnRegistration/">CategoryColumnRegistration</a>.<a href="../Renderer.Component.CategoryColumnRegistration/#titleprops">titleProps</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -767,26 +760,6 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#titleprops" class="md-nav__link">
|
|
||||||
titleProps
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#rendercell" class="md-nav__link">
|
<a href="#rendercell" class="md-nav__link">
|
||||||
renderCell
|
renderCell
|
||||||
@ -806,6 +779,13 @@
|
|||||||
sortCallback
|
sortCallback
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#titleprops" class="md-nav__link">
|
||||||
|
titleProps
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -839,13 +819,10 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#id">id</a></li>
|
<li><a href="./#id">id</a></li>
|
||||||
<li><a href="./#priority">priority</a></li>
|
<li><a href="./#priority">priority</a></li>
|
||||||
<li><a href="./#titleprops">titleProps</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#rendercell">renderCell</a></li>
|
<li><a href="./#rendercell">renderCell</a></li>
|
||||||
<li><a href="./#searchfilter">searchFilter</a></li>
|
<li><a href="./#searchfilter">searchFilter</a></li>
|
||||||
<li><a href="./#sortcallback">sortCallback</a></li>
|
<li><a href="./#sortcallback">sortCallback</a></li>
|
||||||
|
<li><a href="./#titleprops">titleProps</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="id">id<a class="headerlink" href="#id" title="Permanent link">#</a></h3>
|
<h3 id="id">id<a class="headerlink" href="#id" title="Permanent link">#</a></h3>
|
||||||
@ -857,14 +834,12 @@
|
|||||||
<p>The sorting order value.</p>
|
<p>The sorting order value.</p>
|
||||||
<p><strong><code>default</code></strong> 50</p>
|
<p><strong><code>default</code></strong> 50</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="titleprops">titleProps<a class="headerlink" href="#titleprops" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <strong>titleProps</strong>: <code>TitleCellProps</code></p>
|
|
||||||
<p>This function will be used to generate the columns title cell.</p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="rendercell">renderCell<a class="headerlink" href="#rendercell" title="Permanent link">#</a></h3>
|
<h3 id="rendercell">renderCell<a class="headerlink" href="#rendercell" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>renderCell</strong>(<code>entity</code>): <code>ReactNode</code></p>
|
<p>• <strong>renderCell</strong>: (<code>entity</code>: <a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>) => <code>ReactNode</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>entity</code>): <code>ReactNode</code></p>
|
||||||
<p>This function will be called to generate the cells (on demand) for the column</p>
|
<p>This function will be called to generate the cells (on demand) for the column</p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -879,14 +854,16 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>ReactNode</code></p>
|
<p><code>ReactNode</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="searchfilter">searchFilter<a class="headerlink" href="#searchfilter" title="Permanent link">#</a></h3>
|
<h3 id="searchfilter">searchFilter<a class="headerlink" href="#searchfilter" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>searchFilter</strong>(<code>entity</code>): <code>string</code> | <code>string</code>[]</p>
|
<p>• <code>Optional</code> <strong>searchFilter</strong>: (<code>entity</code>: <a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>) => <code>string</code> | <code>string</code>[]</p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>entity</code>): <code>string</code> | <code>string</code>[]</p>
|
||||||
<p>If provided then searching is supported on this column and this function will be called
|
<p>If provided then searching is supported on this column and this function will be called
|
||||||
to determine if the current search string matches for this row.</p>
|
to determine if the current search string matches for this row.</p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h5 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -901,16 +878,18 @@ to determine if the current search string matches for this row.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
<p><code>string</code> | <code>string</code>[]</p>
|
<p><code>string</code> | <code>string</code>[]</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="sortcallback">sortCallback<a class="headerlink" href="#sortcallback" title="Permanent link">#</a></h3>
|
<h3 id="sortcallback">sortCallback<a class="headerlink" href="#sortcallback" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>sortCallback</strong>(<code>entity</code>): <code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
<p>• <code>Optional</code> <strong>sortCallback</strong>: (<code>entity</code>: <a href="../../classes/Common.Catalog.CatalogEntity/"><code>CatalogEntity</code></a><<a href="../Common.Catalog.CatalogEntityMetadata/"><code>CatalogEntityMetadata</code></a>, <a href="../Common.Catalog.CatalogEntityStatus/"><code>CatalogEntityStatus</code></a>, <a href="../../modules/Common.Catalog/#catalogentityspec"><code>CatalogEntitySpec</code></a>>) => <code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
||||||
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>entity</code>): <code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
||||||
<p>If provided then the column will support sorting and this function will be called to
|
<p>If provided then the column will support sorting and this function will be called to
|
||||||
determine a row's ordering.</p>
|
determine a row's ordering.</p>
|
||||||
<p>strings are sorted ahead of numbers, and arrays determine ordering between equal
|
<p>strings are sorted ahead of numbers, and arrays determine ordering between equal
|
||||||
elements of the previous index.</p>
|
elements of the previous index.</p>
|
||||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
<h5 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -925,8 +904,12 @@ elements of the previous index.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
<p><code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
<p><code>string</code> | <code>number</code> | (<code>string</code> | <code>number</code>)[]</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="titleprops">titleProps<a class="headerlink" href="#titleprops" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>titleProps</strong>: <code>TitleCellProps</code></p>
|
||||||
|
<p>This function will be used to generate the columns title cell.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -753,6 +746,13 @@
|
|||||||
<nav class="md-nav" aria-label="Properties">
|
<nav class="md-nav" aria-label="Properties">
|
||||||
<ul class="md-nav__list">
|
<ul class="md-nav__list">
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#cancel" class="md-nav__link">
|
||||||
|
cancel
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#cancelbuttonprops" class="md-nav__link">
|
<a href="#cancelbuttonprops" class="md-nav__link">
|
||||||
cancelButtonProps
|
cancelButtonProps
|
||||||
@ -786,33 +786,6 @@
|
|||||||
message
|
message
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#okbuttonprops" class="md-nav__link">
|
|
||||||
okButtonProps
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#cancel" class="md-nav__link">
|
|
||||||
cancel
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -820,6 +793,13 @@
|
|||||||
ok
|
ok
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#okbuttonprops" class="md-nav__link">
|
||||||
|
okButtonProps
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -851,19 +831,23 @@
|
|||||||
<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>
|
||||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="./#cancel">cancel</a></li>
|
||||||
<li><a href="./#cancelbuttonprops">cancelButtonProps</a></li>
|
<li><a href="./#cancelbuttonprops">cancelButtonProps</a></li>
|
||||||
<li><a href="./#icon">icon</a></li>
|
<li><a href="./#icon">icon</a></li>
|
||||||
<li><a href="./#labelcancel">labelCancel</a></li>
|
<li><a href="./#labelcancel">labelCancel</a></li>
|
||||||
<li><a href="./#labelok">labelOk</a></li>
|
<li><a href="./#labelok">labelOk</a></li>
|
||||||
<li><a href="./#message">message</a></li>
|
<li><a href="./#message">message</a></li>
|
||||||
|
<li><a href="./#ok">ok</a></li>
|
||||||
<li><a href="./#okbuttonprops">okButtonProps</a></li>
|
<li><a href="./#okbuttonprops">okButtonProps</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#cancel">cancel</a></li>
|
|
||||||
<li><a href="./#ok">ok</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="cancel">cancel<a class="headerlink" href="#cancel" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>cancel</strong>: () => <code>any</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>any</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>any</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="cancelbuttonprops">cancelButtonProps<a class="headerlink" href="#cancelbuttonprops" title="Permanent link">#</a></h3>
|
<h3 id="cancelbuttonprops">cancelButtonProps<a class="headerlink" href="#cancelbuttonprops" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>cancelButtonProps</strong>: <code>Partial</code><<a href="../Renderer.Component.ButtonProps/"><code>ButtonProps</code></a>></p>
|
<p>• <code>Optional</code> <strong>cancelButtonProps</strong>: <code>Partial</code><<a href="../Renderer.Component.ButtonProps/"><code>ButtonProps</code></a>></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>
|
||||||
@ -889,20 +873,17 @@
|
|||||||
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" 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><a href="../Renderer.Component.ConfirmDialogBooleanParams/">ConfirmDialogBooleanParams</a>.<a href="../Renderer.Component.ConfirmDialogBooleanParams/#message">message</a></p>
|
<p><a href="../Renderer.Component.ConfirmDialogBooleanParams/">ConfirmDialogBooleanParams</a>.<a href="../Renderer.Component.ConfirmDialogBooleanParams/#message">message</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="ok">ok<a class="headerlink" href="#ok" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>ok</strong>: () => <code>any</code></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>any</code></p>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>any</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="okbuttonprops">okButtonProps<a class="headerlink" href="#okbuttonprops" title="Permanent link">#</a></h3>
|
<h3 id="okbuttonprops">okButtonProps<a class="headerlink" href="#okbuttonprops" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>okButtonProps</strong>: <code>Partial</code><<a href="../Renderer.Component.ButtonProps/"><code>ButtonProps</code></a>></p>
|
<p>• <code>Optional</code> <strong>okButtonProps</strong>: <code>Partial</code><<a href="../Renderer.Component.ButtonProps/"><code>ButtonProps</code></a>></p>
|
||||||
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.ConfirmDialogBooleanParams/">ConfirmDialogBooleanParams</a>.<a href="../Renderer.Component.ConfirmDialogBooleanParams/#okbuttonprops">okButtonProps</a></p>
|
<p><a href="../Renderer.Component.ConfirmDialogBooleanParams/">ConfirmDialogBooleanParams</a>.<a href="../Renderer.Component.ConfirmDialogBooleanParams/#okbuttonprops">okButtonProps</a></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="cancel">cancel<a class="headerlink" href="#cancel" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>cancel</strong>(): <code>any</code></p>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>any</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="ok">ok<a class="headerlink" href="#ok" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>ok</strong>(): <code>any</code></p>
|
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>any</code></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -772,6 +765,13 @@
|
|||||||
className
|
className
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#close" class="md-nav__link">
|
||||||
|
close
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -793,33 +793,6 @@
|
|||||||
modal
|
modal
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#pinned" class="md-nav__link">
|
|
||||||
pinned
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#close" class="md-nav__link">
|
|
||||||
close
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -841,6 +814,13 @@
|
|||||||
open
|
open
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#pinned" class="md-nav__link">
|
||||||
|
pinned
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -875,17 +855,14 @@
|
|||||||
<li><a href="./#animated">animated</a></li>
|
<li><a href="./#animated">animated</a></li>
|
||||||
<li><a href="./#children">children</a></li>
|
<li><a href="./#children">children</a></li>
|
||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
|
<li><a href="./#close">close</a></li>
|
||||||
<li><a href="./#data-testid">data-testid</a></li>
|
<li><a href="./#data-testid">data-testid</a></li>
|
||||||
<li><a href="./#isopen">isOpen</a></li>
|
<li><a href="./#isopen">isOpen</a></li>
|
||||||
<li><a href="./#modal">modal</a></li>
|
<li><a href="./#modal">modal</a></li>
|
||||||
<li><a href="./#pinned">pinned</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#close">close</a></li>
|
|
||||||
<li><a href="./#onclose">onClose</a></li>
|
<li><a href="./#onclose">onClose</a></li>
|
||||||
<li><a href="./#onopen">onOpen</a></li>
|
<li><a href="./#onopen">onOpen</a></li>
|
||||||
<li><a href="./#open">open</a></li>
|
<li><a href="./#open">open</a></li>
|
||||||
|
<li><a href="./#pinned">pinned</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="animated">animated<a class="headerlink" href="#animated" title="Permanent link">#</a></h3>
|
<h3 id="animated">animated<a class="headerlink" href="#animated" title="Permanent link">#</a></h3>
|
||||||
@ -903,53 +880,61 @@
|
|||||||
<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>Partial.className</p>
|
<p>Partial.className</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="close">close<a class="headerlink" href="#close" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>close</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
||||||
|
<p>Partial.close</p>
|
||||||
|
<hr />
|
||||||
<h3 id="data-testid">data-testid<a class="headerlink" href="#data-testid" title="Permanent link">#</a></h3>
|
<h3 id="data-testid">data-testid<a class="headerlink" href="#data-testid" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>data-testid</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>data-testid</strong>: <code>string</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_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
<p>Partial.data-testid</p>
|
<p>Partial.data-testid</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="isopen">isOpen<a class="headerlink" href="#isopen" title="Permanent link">#</a></h3>
|
<h3 id="isopen">isOpen<a class="headerlink" href="#isopen" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>isOpen</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>isOpen</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_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
<p>Partial.isOpen</p>
|
<p>Partial.isOpen</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="modal">modal<a class="headerlink" href="#modal" title="Permanent link">#</a></h3>
|
<h3 id="modal">modal<a class="headerlink" href="#modal" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>modal</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>modal</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_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
||||||
<p>Partial.modal</p>
|
<p>Partial.modal</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="pinned">pinned<a class="headerlink" href="#pinned" title="Permanent link">#</a></h3>
|
<h3 id="onclose">onClose<a class="headerlink" href="#onclose" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>pinned</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>onClose</strong>: () => <code>void</code></p>
|
||||||
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
<p>Partial.pinned</p>
|
<p>▸ (): <code>void</code></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
<h3 id="close">close<a class="headerlink" href="#close" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>close</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" 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>Partial.close</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onclose">onClose<a class="headerlink" href="#onclose" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>onClose</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" 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>Partial.onClose</p>
|
<p>Partial.onClose</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onopen">onOpen<a class="headerlink" href="#onopen" title="Permanent link">#</a></h3>
|
<h3 id="onopen">onOpen<a class="headerlink" href="#onopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onOpen</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onOpen</strong>: () => <code>void</code></p>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<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_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
|
||||||
<p>Partial.onOpen</p>
|
<p>Partial.onOpen</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>open</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>open</strong>: () => <code>void</code></p>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_3">Type declaration<a class="headerlink" href="#type-declaration_3" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
|
||||||
<p>Partial.open</p>
|
<p>Partial.open</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="pinned">pinned<a class="headerlink" href="#pinned" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>pinned</strong>: <code>boolean</code></p>
|
||||||
|
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||||
|
<p>Partial.pinned</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -765,6 +758,13 @@
|
|||||||
className
|
className
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#clearvalue" class="md-nav__link">
|
||||||
|
clearValue
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -779,6 +779,13 @@
|
|||||||
getStyles
|
getStyles
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#getvalue" class="md-nav__link">
|
||||||
|
getValue
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -828,47 +835,6 @@
|
|||||||
options
|
options
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#selectprops" class="md-nav__link">
|
|
||||||
selectProps
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#theme" class="md-nav__link">
|
|
||||||
theme
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#clearvalue" class="md-nav__link">
|
|
||||||
clearValue
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#getvalue" class="md-nav__link">
|
|
||||||
getValue
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -876,6 +842,13 @@
|
|||||||
selectOption
|
selectOption
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#selectprops" class="md-nav__link">
|
||||||
|
selectProps
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -883,6 +856,13 @@
|
|||||||
setValue
|
setValue
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#theme" class="md-nav__link">
|
||||||
|
theme
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -916,8 +896,10 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#children">children</a></li>
|
<li><a href="./#children">children</a></li>
|
||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
|
<li><a href="./#clearvalue">clearValue</a></li>
|
||||||
<li><a href="./#cx">cx</a></li>
|
<li><a href="./#cx">cx</a></li>
|
||||||
<li><a href="./#getstyles">getStyles</a></li>
|
<li><a href="./#getstyles">getStyles</a></li>
|
||||||
|
<li><a href="./#getvalue">getValue</a></li>
|
||||||
<li><a href="./#hasvalue">hasValue</a></li>
|
<li><a href="./#hasvalue">hasValue</a></li>
|
||||||
<li><a href="./#innerprops">innerProps</a></li>
|
<li><a href="./#innerprops">innerProps</a></li>
|
||||||
<li><a href="./#isdisabled">isDisabled</a></li>
|
<li><a href="./#isdisabled">isDisabled</a></li>
|
||||||
@ -925,15 +907,10 @@
|
|||||||
<li><a href="./#ismulti">isMulti</a></li>
|
<li><a href="./#ismulti">isMulti</a></li>
|
||||||
<li><a href="./#isrtl">isRtl</a></li>
|
<li><a href="./#isrtl">isRtl</a></li>
|
||||||
<li><a href="./#options">options</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="./#getvalue">getValue</a></li>
|
|
||||||
<li><a href="./#selectoption">selectOption</a></li>
|
<li><a href="./#selectoption">selectOption</a></li>
|
||||||
|
<li><a href="./#selectprops">selectProps</a></li>
|
||||||
<li><a href="./#setvalue">setValue</a></li>
|
<li><a href="./#setvalue">setValue</a></li>
|
||||||
|
<li><a href="./#theme">theme</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="children">children<a class="headerlink" href="#children" title="Permanent link">#</a></h3>
|
<h3 id="children">children<a class="headerlink" href="#children" title="Permanent link">#</a></h3>
|
||||||
@ -947,9 +924,18 @@
|
|||||||
<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>PlaceholderProps.className</p>
|
<p>PlaceholderProps.className</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="clearvalue">clearValue<a class="headerlink" href="#clearvalue" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>clearValue</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>PlaceholderProps.clearValue</p>
|
||||||
|
<hr />
|
||||||
<h3 id="cx">cx<a class="headerlink" href="#cx" title="Permanent link">#</a></h3>
|
<h3 id="cx">cx<a class="headerlink" href="#cx" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>cx</strong>: <code>CX</code></p>
|
<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>
|
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
||||||
<p>PlaceholderProps.cx</p>
|
<p>PlaceholderProps.cx</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="getstyles">getStyles<a class="headerlink" href="#getstyles" title="Permanent link">#</a></h3>
|
<h3 id="getstyles">getStyles<a class="headerlink" href="#getstyles" title="Permanent link">#</a></h3>
|
||||||
@ -957,72 +943,59 @@
|
|||||||
<p>Get the styles of a particular part of the select. Pass in the name of the
|
<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.
|
property as the first argument, and the current props as the second argument.
|
||||||
See the <code>styles</code> object for the properties available.</p>
|
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>
|
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
<p>PlaceholderProps.getStyles</p>
|
<p>PlaceholderProps.getStyles</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="getvalue">getValue<a class="headerlink" href="#getvalue" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>getValue</strong>: () => <code>Options</code><<code>NamespaceSelectFilterOption</code>></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>Options</code><<code>NamespaceSelectFilterOption</code>></p>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>Options</code><<code>NamespaceSelectFilterOption</code>></p>
|
||||||
|
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
|
<p>PlaceholderProps.getValue</p>
|
||||||
|
<hr />
|
||||||
<h3 id="hasvalue">hasValue<a class="headerlink" href="#hasvalue" title="Permanent link">#</a></h3>
|
<h3 id="hasvalue">hasValue<a class="headerlink" href="#hasvalue" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>hasValue</strong>: <code>boolean</code></p>
|
<p>• <strong>hasValue</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.hasValue</p>
|
<p>PlaceholderProps.hasValue</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="innerprops">innerProps<a class="headerlink" href="#innerprops" title="Permanent link">#</a></h3>
|
<h3 id="innerprops">innerProps<a class="headerlink" href="#innerprops" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>innerProps</strong>: <code>DetailedHTMLProps</code><<code>HTMLAttributes</code><<code>HTMLDivElement</code>>, <code>HTMLDivElement</code>></p>
|
<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>
|
<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>
|
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
||||||
<p>PlaceholderProps.innerProps</p>
|
<p>PlaceholderProps.innerProps</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="isdisabled">isDisabled<a class="headerlink" href="#isdisabled" title="Permanent link">#</a></h3>
|
<h3 id="isdisabled">isDisabled<a class="headerlink" href="#isdisabled" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>isDisabled</strong>: <code>boolean</code></p>
|
<p>• <strong>isDisabled</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.isDisabled</p>
|
<p>PlaceholderProps.isDisabled</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="isfocused">isFocused<a class="headerlink" href="#isfocused" title="Permanent link">#</a></h3>
|
<h3 id="isfocused">isFocused<a class="headerlink" href="#isfocused" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>isFocused</strong>: <code>boolean</code></p>
|
<p>• <strong>isFocused</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
|
||||||
<p>PlaceholderProps.isFocused</p>
|
<p>PlaceholderProps.isFocused</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="ismulti">isMulti<a class="headerlink" href="#ismulti" title="Permanent link">#</a></h3>
|
<h3 id="ismulti">isMulti<a class="headerlink" href="#ismulti" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>isMulti</strong>: <code>boolean</code></p>
|
<p>• <strong>isMulti</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||||
<p>PlaceholderProps.isMulti</p>
|
<p>PlaceholderProps.isMulti</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="isrtl">isRtl<a class="headerlink" href="#isrtl" title="Permanent link">#</a></h3>
|
<h3 id="isrtl">isRtl<a class="headerlink" href="#isrtl" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>isRtl</strong>: <code>boolean</code></p>
|
<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>
|
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||||
<p>PlaceholderProps.isRtl</p>
|
<p>PlaceholderProps.isRtl</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="options">options<a class="headerlink" href="#options" title="Permanent link">#</a></h3>
|
<h3 id="options">options<a class="headerlink" href="#options" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>options</strong>: <code>OptionsOrGroups</code><<code>NamespaceSelectFilterOption</code>, <code>GroupBase</code><<code>NamespaceSelectFilterOption</code>>></p>
|
<p>• <strong>options</strong>: <code>OptionsOrGroups</code><<code>NamespaceSelectFilterOption</code>, <code>GroupBase</code><<code>NamespaceSelectFilterOption</code>>></p>
|
||||||
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||||
<p>PlaceholderProps.options</p>
|
<p>PlaceholderProps.options</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="selectprops">selectProps<a class="headerlink" href="#selectprops" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <strong>selectProps</strong>: <code>Props</code><<code>NamespaceSelectFilterOption</code>, <code>true</code>, <code>GroupBase</code><<code>NamespaceSelectFilterOption</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_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
|
||||||
<p>PlaceholderProps.clearValue</p>
|
|
||||||
<hr />
|
|
||||||
<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>
|
<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>
|
<p>• <strong>selectOption</strong>: (<code>newValue</code>: <code>NamespaceSelectFilterOption</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>newValue</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1033,18 +1006,25 @@ See the <code>styles</code> object for the properties available.</p>
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>newValue</code></td>
|
<td align="left"><code>newValue</code></td>
|
||||||
<td align="left"><code>Option</code></td>
|
<td align="left"><code>NamespaceSelectFilterOption</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" 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.selectOption</p>
|
<p>PlaceholderProps.selectOption</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="selectprops">selectProps<a class="headerlink" href="#selectprops" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>selectProps</strong>: <code>Props</code><<code>NamespaceSelectFilterOption</code>, <code>true</code>, <code>GroupBase</code><<code>NamespaceSelectFilterOption</code>>></p>
|
||||||
|
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
|
||||||
|
<p>PlaceholderProps.selectProps</p>
|
||||||
|
<hr />
|
||||||
<h3 id="setvalue">setValue<a class="headerlink" href="#setvalue" title="Permanent link">#</a></h3>
|
<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>
|
<p>• <strong>setValue</strong>: (<code>newValue</code>: <code>MultiValue</code><<code>NamespaceSelectFilterOption</code>>, <code>action</code>: <code>SetValueAction</code>, <code>option?</code>: <code>NamespaceSelectFilterOption</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_3">Type declaration<a class="headerlink" href="#type-declaration_3" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>newValue</code>, <code>action</code>, <code>option?</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1055,7 +1035,7 @@ See the <code>styles</code> object for the properties available.</p>
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>newValue</code></td>
|
<td align="left"><code>newValue</code></td>
|
||||||
<td align="left"><code>OnChangeValue</code><<code>Option</code>, <code>IsMulti</code>></td>
|
<td align="left"><code>MultiValue</code><<code>NamespaceSelectFilterOption</code>></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>action</code></td>
|
<td align="left"><code>action</code></td>
|
||||||
@ -1063,14 +1043,19 @@ See the <code>styles</code> object for the properties available.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>option?</code></td>
|
<td align="left"><code>option?</code></td>
|
||||||
<td align="left"><code>Option</code></td>
|
<td align="left"><code>NamespaceSelectFilterOption</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h5 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||||
<p>PlaceholderProps.setValue</p>
|
<p>PlaceholderProps.setValue</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_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
||||||
|
<p>PlaceholderProps.theme</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -724,13 +724,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -765,6 +758,13 @@
|
|||||||
className
|
className
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#close" class="md-nav__link">
|
||||||
|
close
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -786,33 +786,6 @@
|
|||||||
modal
|
modal
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#pinned" class="md-nav__link">
|
|
||||||
pinned
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#close" class="md-nav__link">
|
|
||||||
close
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -834,6 +807,13 @@
|
|||||||
open
|
open
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#pinned" class="md-nav__link">
|
||||||
|
pinned
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -863,17 +843,14 @@
|
|||||||
<li><a href="./#animated">animated</a></li>
|
<li><a href="./#animated">animated</a></li>
|
||||||
<li><a href="./#children">children</a></li>
|
<li><a href="./#children">children</a></li>
|
||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
|
<li><a href="./#close">close</a></li>
|
||||||
<li><a href="./#data-testid">data-testid</a></li>
|
<li><a href="./#data-testid">data-testid</a></li>
|
||||||
<li><a href="./#isopen">isOpen</a></li>
|
<li><a href="./#isopen">isOpen</a></li>
|
||||||
<li><a href="./#modal">modal</a></li>
|
<li><a href="./#modal">modal</a></li>
|
||||||
<li><a href="./#pinned">pinned</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#close">close</a></li>
|
|
||||||
<li><a href="./#onclose">onClose</a></li>
|
<li><a href="./#onclose">onClose</a></li>
|
||||||
<li><a href="./#onopen">onOpen</a></li>
|
<li><a href="./#onopen">onOpen</a></li>
|
||||||
<li><a href="./#open">open</a></li>
|
<li><a href="./#open">open</a></li>
|
||||||
|
<li><a href="./#pinned">pinned</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="animated">animated<a class="headerlink" href="#animated" title="Permanent link">#</a></h3>
|
<h3 id="animated">animated<a class="headerlink" href="#animated" title="Permanent link">#</a></h3>
|
||||||
@ -885,6 +862,13 @@
|
|||||||
<h3 id="classname">className<a class="headerlink" href="#classname" title="Permanent link">#</a></h3>
|
<h3 id="classname">className<a class="headerlink" href="#classname" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>className</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>className</strong>: <code>string</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="close">close<a class="headerlink" href="#close" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>close</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="data-testid">data-testid<a class="headerlink" href="#data-testid" title="Permanent link">#</a></h3>
|
<h3 id="data-testid">data-testid<a class="headerlink" href="#data-testid" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>data-testid</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>data-testid</strong>: <code>string</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -894,28 +878,29 @@
|
|||||||
<h3 id="modal">modal<a class="headerlink" href="#modal" title="Permanent link">#</a></h3>
|
<h3 id="modal">modal<a class="headerlink" href="#modal" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>modal</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>modal</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="pinned">pinned<a class="headerlink" href="#pinned" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>pinned</strong>: <code>boolean</code></p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="close">close<a class="headerlink" href="#close" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>close</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onclose">onClose<a class="headerlink" href="#onclose" title="Permanent link">#</a></h3>
|
<h3 id="onclose">onClose<a class="headerlink" href="#onclose" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onClose</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onClose</strong>: () => <code>void</code></p>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onopen">onOpen<a class="headerlink" href="#onopen" title="Permanent link">#</a></h3>
|
<h3 id="onopen">onOpen<a class="headerlink" href="#onopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onOpen</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onOpen</strong>: () => <code>void</code></p>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>open</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>open</strong>: () => <code>void</code></p>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_3">Type declaration<a class="headerlink" href="#type-declaration_3" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="pinned">pinned<a class="headerlink" href="#pinned" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>pinned</strong>: <code>boolean</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -724,13 +724,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -772,6 +765,13 @@
|
|||||||
contentClass
|
contentClass
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onclose" class="md-nav__link">
|
||||||
|
onClose
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -819,26 +819,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onclose" class="md-nav__link">
|
|
||||||
onClose
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -864,6 +844,7 @@
|
|||||||
<li><a href="./#children">children</a></li>
|
<li><a href="./#children">children</a></li>
|
||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
<li><a href="./#contentclass">contentClass</a></li>
|
<li><a href="./#contentclass">contentClass</a></li>
|
||||||
|
<li><a href="./#onclose">onClose</a></li>
|
||||||
<li><a href="./#open">open</a></li>
|
<li><a href="./#open">open</a></li>
|
||||||
<li><a href="./#position">position</a></li>
|
<li><a href="./#position">position</a></li>
|
||||||
<li><a href="./#size">size</a></li>
|
<li><a href="./#size">size</a></li>
|
||||||
@ -871,10 +852,6 @@
|
|||||||
<li><a href="./#toolbar">toolbar</a></li>
|
<li><a href="./#toolbar">toolbar</a></li>
|
||||||
<li><a href="./#useportal">usePortal</a></li>
|
<li><a href="./#useportal">usePortal</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#onclose">onClose</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="animation">animation<a class="headerlink" href="#animation" title="Permanent link">#</a></h3>
|
<h3 id="animation">animation<a class="headerlink" href="#animation" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>animation</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>animation</strong>: <code>string</code></p>
|
||||||
@ -888,6 +865,13 @@
|
|||||||
<h3 id="contentclass">contentClass<a class="headerlink" href="#contentclass" title="Permanent link">#</a></h3>
|
<h3 id="contentclass">contentClass<a class="headerlink" href="#contentclass" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>contentClass</strong>: <code>string</code> | <code>object</code></p>
|
<p>• <code>Optional</code> <strong>contentClass</strong>: <code>string</code> | <code>object</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onclose">onClose<a class="headerlink" href="#onclose" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onClose</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>open</strong>: <code>boolean</code></p>
|
<p>• <strong>open</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -907,11 +891,6 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="useportal">usePortal<a class="headerlink" href="#useportal" title="Permanent link">#</a></h3>
|
<h3 id="useportal">usePortal<a class="headerlink" href="#useportal" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>usePortal</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>usePortal</strong>: <code>boolean</code></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="onclose">onClose<a class="headerlink" href="#onclose" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>onClose</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -738,13 +738,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -786,6 +779,20 @@
|
|||||||
customizeHeader
|
customizeHeader
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#customizeremovedialog" class="md-nav__link">
|
||||||
|
customizeRemoveDialog
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#customizetablerowprops" class="md-nav__link">
|
||||||
|
customizeTableRowProps
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -821,6 +828,13 @@
|
|||||||
filterItems
|
filterItems
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#getitems" class="md-nav__link">
|
||||||
|
getItems
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -870,6 +884,20 @@
|
|||||||
items
|
items
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#ondetails" class="md-nav__link">
|
||||||
|
onDetails
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#renderfooter" class="md-nav__link">
|
||||||
|
renderFooter
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -877,6 +905,20 @@
|
|||||||
renderHeaderTitle
|
renderHeaderTitle
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#renderitemmenu" class="md-nav__link">
|
||||||
|
renderItemMenu
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#rendertablecontents" class="md-nav__link">
|
||||||
|
renderTableContents
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -945,68 +987,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#customizeremovedialog" class="md-nav__link">
|
|
||||||
customizeRemoveDialog
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#customizetablerowprops" class="md-nav__link">
|
|
||||||
customizeTableRowProps
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#getitems" class="md-nav__link">
|
|
||||||
getItems
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#ondetails" class="md-nav__link">
|
|
||||||
onDetails
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#renderfooter" class="md-nav__link">
|
|
||||||
renderFooter
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#renderitemmenu" class="md-nav__link">
|
|
||||||
renderItemMenu
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#rendertablecontents" class="md-nav__link">
|
|
||||||
renderTableContents
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1060,11 +1040,14 @@
|
|||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
<li><a href="./#copyclassnamefromheadcells">copyClassNameFromHeadCells</a></li>
|
<li><a href="./#copyclassnamefromheadcells">copyClassNameFromHeadCells</a></li>
|
||||||
<li><a href="./#customizeheader">customizeHeader</a></li>
|
<li><a href="./#customizeheader">customizeHeader</a></li>
|
||||||
|
<li><a href="./#customizeremovedialog">customizeRemoveDialog</a></li>
|
||||||
|
<li><a href="./#customizetablerowprops">customizeTableRowProps</a></li>
|
||||||
<li><a href="./#dependentstores">dependentStores</a></li>
|
<li><a href="./#dependentstores">dependentStores</a></li>
|
||||||
<li><a href="./#detailsitem">detailsItem</a></li>
|
<li><a href="./#detailsitem">detailsItem</a></li>
|
||||||
<li><a href="./#failedtoloadmessage">failedToLoadMessage</a></li>
|
<li><a href="./#failedtoloadmessage">failedToLoadMessage</a></li>
|
||||||
<li><a href="./#filtercallbacks">filterCallbacks</a></li>
|
<li><a href="./#filtercallbacks">filterCallbacks</a></li>
|
||||||
<li><a href="./#filteritems">filterItems</a></li>
|
<li><a href="./#filteritems">filterItems</a></li>
|
||||||
|
<li><a href="./#getitems">getItems</a></li>
|
||||||
<li><a href="./#hasdetailsview">hasDetailsView</a></li>
|
<li><a href="./#hasdetailsview">hasDetailsView</a></li>
|
||||||
<li><a href="./#headerclassname">headerClassName</a></li>
|
<li><a href="./#headerclassname">headerClassName</a></li>
|
||||||
<li><a href="./#hidefilters">hideFilters</a></li>
|
<li><a href="./#hidefilters">hideFilters</a></li>
|
||||||
@ -1072,7 +1055,11 @@
|
|||||||
<li><a href="./#isready">isReady</a></li>
|
<li><a href="./#isready">isReady</a></li>
|
||||||
<li><a href="./#isselectable">isSelectable</a></li>
|
<li><a href="./#isselectable">isSelectable</a></li>
|
||||||
<li><a href="./#items">items</a></li>
|
<li><a href="./#items">items</a></li>
|
||||||
|
<li><a href="./#ondetails">onDetails</a></li>
|
||||||
|
<li><a href="./#renderfooter">renderFooter</a></li>
|
||||||
<li><a href="./#renderheadertitle">renderHeaderTitle</a></li>
|
<li><a href="./#renderheadertitle">renderHeaderTitle</a></li>
|
||||||
|
<li><a href="./#renderitemmenu">renderItemMenu</a></li>
|
||||||
|
<li><a href="./#rendertablecontents">renderTableContents</a></li>
|
||||||
<li><a href="./#rendertableheader">renderTableHeader</a></li>
|
<li><a href="./#rendertableheader">renderTableHeader</a></li>
|
||||||
<li><a href="./#searchfilters">searchFilters</a></li>
|
<li><a href="./#searchfilters">searchFilters</a></li>
|
||||||
<li><a href="./#showheader">showHeader</a></li>
|
<li><a href="./#showheader">showHeader</a></li>
|
||||||
@ -1083,16 +1070,6 @@
|
|||||||
<li><a href="./#tableprops">tableProps</a></li>
|
<li><a href="./#tableprops">tableProps</a></li>
|
||||||
<li><a href="./#virtual">virtual</a></li>
|
<li><a href="./#virtual">virtual</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#customizeremovedialog">customizeRemoveDialog</a></li>
|
|
||||||
<li><a href="./#customizetablerowprops">customizeTableRowProps</a></li>
|
|
||||||
<li><a href="./#getitems">getItems</a></li>
|
|
||||||
<li><a href="./#ondetails">onDetails</a></li>
|
|
||||||
<li><a href="./#renderfooter">renderFooter</a></li>
|
|
||||||
<li><a href="./#renderitemmenu">renderItemMenu</a></li>
|
|
||||||
<li><a href="./#rendertablecontents">renderTableContents</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="addremovebuttons">addRemoveButtons<a class="headerlink" href="#addremovebuttons" title="Permanent link">#</a></h3>
|
<h3 id="addremovebuttons">addRemoveButtons<a class="headerlink" href="#addremovebuttons" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>addRemoveButtons</strong>: <code>Partial</code><<code>AddRemoveButtonsProps</code>></p>
|
<p>• <code>Optional</code> <strong>addRemoveButtons</strong>: <code>Partial</code><<code>AddRemoveButtonsProps</code>></p>
|
||||||
@ -1114,88 +1091,243 @@
|
|||||||
<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>Omit.customizeHeader</p>
|
<p>Omit.customizeHeader</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="customizeremovedialog">customizeRemoveDialog<a class="headerlink" href="#customizeremovedialog" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>customizeRemoveDialog</strong>: (<code>selectedItems</code>: <code>K</code>[]) => <code>Partial</code><<a href="../Renderer.Component.ConfirmDialogParams/"><code>ConfirmDialogParams</code></a>></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>selectedItems</code>): <code>Partial</code><<a href="../Renderer.Component.ConfirmDialogParams/"><code>ConfirmDialogParams</code></a>></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>selectedItems</code></td>
|
||||||
|
<td align="left"><code>K</code>[]</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>Partial</code><<a href="../Renderer.Component.ConfirmDialogParams/"><code>ConfirmDialogParams</code></a>></p>
|
||||||
|
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.customizeRemoveDialog</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="customizetablerowprops">customizeTableRowProps<a class="headerlink" href="#customizetablerowprops" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>customizeTableRowProps</strong>: (<code>item</code>: <code>K</code>) => <code>Partial</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>K</code>>></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>item</code>): <code>Partial</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>K</code>>></p>
|
||||||
|
<h5 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>item</code></td>
|
||||||
|
<td align="left"><code>K</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>Partial</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>K</code>>></p>
|
||||||
|
<h4 id="inherited-from_5">Inherited from<a class="headerlink" href="#inherited-from_5" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.customizeTableRowProps</p>
|
||||||
|
<hr />
|
||||||
<h3 id="dependentstores">dependentStores<a class="headerlink" href="#dependentstores" title="Permanent link">#</a></h3>
|
<h3 id="dependentstores">dependentStores<a class="headerlink" href="#dependentstores" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>dependentStores</strong>: <code>SubscribableStore</code>[]</p>
|
<p>• <code>Optional</code> <strong>dependentStores</strong>: <code>SubscribableStore</code>[]</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="detailsitem">detailsItem<a class="headerlink" href="#detailsitem" title="Permanent link">#</a></h3>
|
<h3 id="detailsitem">detailsItem<a class="headerlink" href="#detailsitem" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>detailsItem</strong>: <code>K</code></p>
|
<p>• <code>Optional</code> <strong>detailsItem</strong>: <code>K</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>Omit.detailsItem</p>
|
<p>Omit.detailsItem</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="failedtoloadmessage">failedToLoadMessage<a class="headerlink" href="#failedtoloadmessage" title="Permanent link">#</a></h3>
|
<h3 id="failedtoloadmessage">failedToLoadMessage<a class="headerlink" href="#failedtoloadmessage" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>failedToLoadMessage</strong>: <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>failedToLoadMessage</strong>: <code>ReactNode</code></p>
|
||||||
<p>Message to display when a store failed to load</p>
|
<p>Message to display when a store failed to load</p>
|
||||||
<p><strong><code>default</code></strong> "Failed to load items"</p>
|
<p><strong><code>default</code></strong> "Failed to load items"</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>Omit.failedToLoadMessage</p>
|
<p>Omit.failedToLoadMessage</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="filtercallbacks">filterCallbacks<a class="headerlink" href="#filtercallbacks" title="Permanent link">#</a></h3>
|
<h3 id="filtercallbacks">filterCallbacks<a class="headerlink" href="#filtercallbacks" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>filterCallbacks</strong>: <code>ItemsFilters</code><<code>K</code>></p>
|
<p>• <code>Optional</code> <strong>filterCallbacks</strong>: <code>ItemsFilters</code><<code>K</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>Omit.filterCallbacks</p>
|
<p>Omit.filterCallbacks</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="filteritems">filterItems<a class="headerlink" href="#filteritems" title="Permanent link">#</a></h3>
|
<h3 id="filteritems">filterItems<a class="headerlink" href="#filteritems" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>filterItems</strong>: <code>ItemsFilter</code><<code>K</code>>[]</p>
|
<p>• <code>Optional</code> <strong>filterItems</strong>: <code>ItemsFilter</code><<code>K</code>>[]</p>
|
||||||
<p><strong><code>deprecated</code></strong> </p>
|
<p><strong><code>deprecated</code></strong> </p>
|
||||||
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.filterItems</p>
|
<p>Omit.filterItems</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="getitems">getItems<a class="headerlink" href="#getitems" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>getItems</strong>: () => <code>K</code>[]</p>
|
||||||
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>K</code>[]</p>
|
||||||
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>K</code>[]</p>
|
||||||
|
<hr />
|
||||||
<h3 id="hasdetailsview">hasDetailsView<a class="headerlink" href="#hasdetailsview" title="Permanent link">#</a></h3>
|
<h3 id="hasdetailsview">hasDetailsView<a class="headerlink" href="#hasdetailsview" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>hasDetailsView</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>hasDetailsView</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.hasDetailsView</p>
|
<p>Omit.hasDetailsView</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="headerclassname">headerClassName<a class="headerlink" href="#headerclassname" title="Permanent link">#</a></h3>
|
<h3 id="headerclassname">headerClassName<a class="headerlink" href="#headerclassname" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>headerClassName</strong>: <code>IClassName</code></p>
|
<p>• <code>Optional</code> <strong>headerClassName</strong>: <code>IClassName</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_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.headerClassName</p>
|
<p>Omit.headerClassName</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="hidefilters">hideFilters<a class="headerlink" href="#hidefilters" title="Permanent link">#</a></h3>
|
<h3 id="hidefilters">hideFilters<a class="headerlink" href="#hidefilters" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>hideFilters</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>hideFilters</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.hideFilters</p>
|
<p>Omit.hideFilters</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="isconfigurable">isConfigurable<a class="headerlink" href="#isconfigurable" title="Permanent link">#</a></h3>
|
<h3 id="isconfigurable">isConfigurable<a class="headerlink" href="#isconfigurable" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>isConfigurable</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>isConfigurable</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" 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>Omit.isConfigurable</p>
|
<p>Omit.isConfigurable</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="isready">isReady<a class="headerlink" href="#isready" title="Permanent link">#</a></h3>
|
<h3 id="isready">isReady<a class="headerlink" href="#isready" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>isReady</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>isReady</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.isReady</p>
|
<p>Omit.isReady</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="isselectable">isSelectable<a class="headerlink" href="#isselectable" title="Permanent link">#</a></h3>
|
<h3 id="isselectable">isSelectable<a class="headerlink" href="#isselectable" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>isSelectable</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>isSelectable</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.isSelectable</p>
|
<p>Omit.isSelectable</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="items">items<a class="headerlink" href="#items" title="Permanent link">#</a></h3>
|
<h3 id="items">items<a class="headerlink" href="#items" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>items</strong>: <code>K</code>[]</p>
|
<p>• <code>Optional</code> <strong>items</strong>: <code>K</code>[]</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="ondetails">onDetails<a class="headerlink" href="#ondetails" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onDetails</strong>: (<code>item</code>: <code>K</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_3">Type declaration<a class="headerlink" href="#type-declaration_3" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>item</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>item</code></td>
|
||||||
|
<td align="left"><code>K</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h5>
|
||||||
|
<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>Omit.onDetails</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="renderfooter">renderFooter<a class="headerlink" href="#renderfooter" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>renderFooter</strong>: (<code>parent</code>: <code>NonInjectedItemListLayout</code><<code>K</code>, <code>false</code>>) => <code>ReactNode</code></p>
|
||||||
|
<h4 id="type-declaration_4">Type declaration<a class="headerlink" href="#type-declaration_4" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>parent</code>): <code>ReactNode</code></p>
|
||||||
|
<h5 id="parameters_3">Parameters<a class="headerlink" href="#parameters_3" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>parent</code></td>
|
||||||
|
<td align="left"><code>NonInjectedItemListLayout</code><<code>K</code>, <code>false</code>></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>ReactNode</code></p>
|
||||||
|
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.renderFooter</p>
|
||||||
|
<hr />
|
||||||
<h3 id="renderheadertitle">renderHeaderTitle<a class="headerlink" href="#renderheadertitle" title="Permanent link">#</a></h3>
|
<h3 id="renderheadertitle">renderHeaderTitle<a class="headerlink" href="#renderheadertitle" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>renderHeaderTitle</strong>: <code>RenderHeaderTitle</code><<code>K</code>, <code>false</code>></p>
|
<p>• <code>Optional</code> <strong>renderHeaderTitle</strong>: <code>RenderHeaderTitle</code><<code>K</code>, <code>false</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_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.renderHeaderTitle</p>
|
<p>Omit.renderHeaderTitle</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="renderitemmenu">renderItemMenu<a class="headerlink" href="#renderitemmenu" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>renderItemMenu</strong>: (<code>item</code>: <code>K</code>, <code>store</code>: <code>ItemListStore</code><<code>K</code>, <code>false</code>>) => <code>ReactNode</code></p>
|
||||||
|
<h4 id="type-declaration_5">Type declaration<a class="headerlink" href="#type-declaration_5" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>item</code>, <code>store</code>): <code>ReactNode</code></p>
|
||||||
|
<h5 id="parameters_4">Parameters<a class="headerlink" href="#parameters_4" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>item</code></td>
|
||||||
|
<td align="left"><code>K</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>store</code></td>
|
||||||
|
<td align="left"><code>ItemListStore</code><<code>K</code>, <code>false</code>></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>ReactNode</code></p>
|
||||||
|
<h4 id="inherited-from_19">Inherited from<a class="headerlink" href="#inherited-from_19" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.renderItemMenu</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="rendertablecontents">renderTableContents<a class="headerlink" href="#rendertablecontents" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>renderTableContents</strong>: (<code>item</code>: <code>K</code>) => (<code>ReactNode</code> | <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>)[]</p>
|
||||||
|
<h4 id="type-declaration_6">Type declaration<a class="headerlink" href="#type-declaration_6" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>item</code>): (<code>ReactNode</code> | <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>)[]</p>
|
||||||
|
<h5 id="parameters_5">Parameters<a class="headerlink" href="#parameters_5" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>item</code></td>
|
||||||
|
<td align="left"><code>K</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h5>
|
||||||
|
<p>(<code>ReactNode</code> | <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>)[]</p>
|
||||||
|
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.renderTableContents</p>
|
||||||
|
<hr />
|
||||||
<h3 id="rendertableheader">renderTableHeader<a class="headerlink" href="#rendertableheader" title="Permanent link">#</a></h3>
|
<h3 id="rendertableheader">renderTableHeader<a class="headerlink" href="#rendertableheader" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>renderTableHeader</strong>: (<code>undefined</code> | <code>null</code> | <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>)[]</p>
|
<p>• <code>Optional</code> <strong>renderTableHeader</strong>: (<code>undefined</code> | <code>null</code> | <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>)[]</p>
|
||||||
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.renderTableHeader</p>
|
<p>Omit.renderTableHeader</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="searchfilters">searchFilters<a class="headerlink" href="#searchfilters" title="Permanent link">#</a></h3>
|
<h3 id="searchfilters">searchFilters<a class="headerlink" href="#searchfilters" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>searchFilters</strong>: <code>SearchFilter</code><<code>K</code>>[]</p>
|
<p>• <code>Optional</code> <strong>searchFilters</strong>: <code>SearchFilter</code><<code>K</code>>[]</p>
|
||||||
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_22">Inherited from<a class="headerlink" href="#inherited-from_22" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.searchFilters</p>
|
<p>Omit.searchFilters</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="showheader">showHeader<a class="headerlink" href="#showheader" title="Permanent link">#</a></h3>
|
<h3 id="showheader">showHeader<a class="headerlink" href="#showheader" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>showHeader</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>showHeader</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_23">Inherited from<a class="headerlink" href="#inherited-from_23" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.showHeader</p>
|
<p>Omit.showHeader</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="sortingcallbacks">sortingCallbacks<a class="headerlink" href="#sortingcallbacks" title="Permanent link">#</a></h3>
|
<h3 id="sortingcallbacks">sortingCallbacks<a class="headerlink" href="#sortingcallbacks" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>sortingCallbacks</strong>: <a href="../../modules/Renderer.Component/#tablesortcallbacks"><code>TableSortCallbacks</code></a><<code>K</code>></p>
|
<p>• <code>Optional</code> <strong>sortingCallbacks</strong>: <a href="../../modules/Renderer.Component/#tablesortcallbacks"><code>TableSortCallbacks</code></a><<code>K</code>></p>
|
||||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_24">Inherited from<a class="headerlink" href="#inherited-from_24" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.sortingCallbacks</p>
|
<p>Omit.sortingCallbacks</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="store">store<a class="headerlink" href="#store" title="Permanent link">#</a></h3>
|
<h3 id="store">store<a class="headerlink" href="#store" title="Permanent link">#</a></h3>
|
||||||
@ -1208,159 +1340,18 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="tableid">tableId<a class="headerlink" href="#tableid" title="Permanent link">#</a></h3>
|
<h3 id="tableid">tableId<a class="headerlink" href="#tableid" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>tableId</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>tableId</strong>: <code>string</code></p>
|
||||||
<h4 id="inherited-from_19">Inherited from<a class="headerlink" href="#inherited-from_19" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_25">Inherited from<a class="headerlink" href="#inherited-from_25" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.tableId</p>
|
<p>Omit.tableId</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="tableprops">tableProps<a class="headerlink" href="#tableprops" title="Permanent link">#</a></h3>
|
<h3 id="tableprops">tableProps<a class="headerlink" href="#tableprops" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>tableProps</strong>: <code>Partial</code><<a href="../Renderer.Component.TableProps/"><code>TableProps</code></a><<code>K</code>>></p>
|
<p>• <code>Optional</code> <strong>tableProps</strong>: <code>Partial</code><<a href="../Renderer.Component.TableProps/"><code>TableProps</code></a><<code>K</code>>></p>
|
||||||
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.tableProps</p>
|
<p>Omit.tableProps</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="virtual">virtual<a class="headerlink" href="#virtual" title="Permanent link">#</a></h3>
|
<h3 id="virtual">virtual<a class="headerlink" href="#virtual" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>virtual</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>virtual</strong>: <code>boolean</code></p>
|
||||||
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.virtual</p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="customizeremovedialog">customizeRemoveDialog<a class="headerlink" href="#customizeremovedialog" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>customizeRemoveDialog</strong>(<code>selectedItems</code>): <code>Partial</code><<a href="../Renderer.Component.ConfirmDialogParams/"><code>ConfirmDialogParams</code></a>></p>
|
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" 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>selectedItems</code></td>
|
|
||||||
<td align="left"><code>Item</code>[]</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>Partial</code><<a href="../Renderer.Component.ConfirmDialogParams/"><code>ConfirmDialogParams</code></a>></p>
|
|
||||||
<h4 id="inherited-from_22">Inherited from<a class="headerlink" href="#inherited-from_22" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.customizeRemoveDialog</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="customizetablerowprops">customizeTableRowProps<a class="headerlink" href="#customizetablerowprops" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>customizeTableRowProps</strong>(<code>item</code>): <code>Partial</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>></p>
|
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" 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>item</code></td>
|
|
||||||
<td align="left"><code>Item</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>Partial</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>></p>
|
|
||||||
<h4 id="inherited-from_23">Inherited from<a class="headerlink" href="#inherited-from_23" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.customizeTableRowProps</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="getitems">getItems<a class="headerlink" href="#getitems" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>getItems</strong>(): <code>K</code>[]</p>
|
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>K</code>[]</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="ondetails">onDetails<a class="headerlink" href="#ondetails" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>onDetails</strong>(<code>item</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>item</code></td>
|
|
||||||
<td align="left"><code>Item</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<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_24">Inherited from<a class="headerlink" href="#inherited-from_24" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onDetails</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="renderfooter">renderFooter<a class="headerlink" href="#renderfooter" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>renderFooter</strong>(<code>parent</code>): <code>ReactNode</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>parent</code></td>
|
|
||||||
<td align="left"><code>NonInjectedItemListLayout</code><<code>Item</code>, <code>PreLoadStores</code>></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>ReactNode</code></p>
|
|
||||||
<h4 id="inherited-from_25">Inherited from<a class="headerlink" href="#inherited-from_25" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.renderFooter</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="renderitemmenu">renderItemMenu<a class="headerlink" href="#renderitemmenu" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>renderItemMenu</strong>(<code>item</code>, <code>store</code>): <code>ReactNode</code></p>
|
|
||||||
<h4 id="parameters_4">Parameters<a class="headerlink" href="#parameters_4" 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>item</code></td>
|
|
||||||
<td align="left"><code>Item</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>store</code></td>
|
|
||||||
<td align="left"><code>ItemListStore</code><<code>Item</code>, <code>PreLoadStores</code>></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>ReactNode</code></p>
|
|
||||||
<h4 id="inherited-from_26">Inherited from<a class="headerlink" href="#inherited-from_26" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.renderItemMenu</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="rendertablecontents">renderTableContents<a class="headerlink" href="#rendertablecontents" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <strong>renderTableContents</strong>(<code>item</code>): (<code>ReactNode</code> | <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>)[]</p>
|
|
||||||
<h4 id="parameters_5">Parameters<a class="headerlink" href="#parameters_5" 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>item</code></td>
|
|
||||||
<td align="left"><code>Item</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
|
||||||
<p>(<code>ReactNode</code> | <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>)[]</p>
|
|
||||||
<h4 id="inherited-from_27">Inherited from<a class="headerlink" href="#inherited-from_27" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_27">Inherited from<a class="headerlink" href="#inherited-from_27" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.renderTableContents</p>
|
<p>Omit.virtual</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -849,6 +849,13 @@
|
|||||||
object
|
object
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onopen" class="md-nav__link">
|
||||||
|
onOpen
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -863,6 +870,13 @@
|
|||||||
removable
|
removable
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#removeaction" class="md-nav__link">
|
||||||
|
removeAction
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -891,6 +905,13 @@
|
|||||||
triggerIcon
|
triggerIcon
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#updateaction" class="md-nav__link">
|
||||||
|
updateAction
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -918,13 +939,6 @@
|
|||||||
close
|
close
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onopen" class="md-nav__link">
|
|
||||||
onOpen
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -932,20 +946,6 @@
|
|||||||
open
|
open
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#removeaction" class="md-nav__link">
|
|
||||||
removeAction
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#updateaction" class="md-nav__link">
|
|
||||||
updateAction
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1005,21 +1005,21 @@
|
|||||||
<li><a href="./#id">id</a></li>
|
<li><a href="./#id">id</a></li>
|
||||||
<li><a href="./#isopen">isOpen</a></li>
|
<li><a href="./#isopen">isOpen</a></li>
|
||||||
<li><a href="./#object">object</a></li>
|
<li><a href="./#object">object</a></li>
|
||||||
|
<li><a href="./#onopen">onOpen</a></li>
|
||||||
<li><a href="./#position">position</a></li>
|
<li><a href="./#position">position</a></li>
|
||||||
<li><a href="./#removable">removable</a></li>
|
<li><a href="./#removable">removable</a></li>
|
||||||
|
<li><a href="./#removeaction">removeAction</a></li>
|
||||||
<li><a href="./#removeconfirmationmessage">removeConfirmationMessage</a></li>
|
<li><a href="./#removeconfirmationmessage">removeConfirmationMessage</a></li>
|
||||||
<li><a href="./#toggleevent">toggleEvent</a></li>
|
<li><a href="./#toggleevent">toggleEvent</a></li>
|
||||||
<li><a href="./#toolbar">toolbar</a></li>
|
<li><a href="./#toolbar">toolbar</a></li>
|
||||||
<li><a href="./#triggericon">triggerIcon</a></li>
|
<li><a href="./#triggericon">triggerIcon</a></li>
|
||||||
|
<li><a href="./#updateaction">updateAction</a></li>
|
||||||
<li><a href="./#useportal">usePortal</a></li>
|
<li><a href="./#useportal">usePortal</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#close">close</a></li>
|
<li><a href="./#close">close</a></li>
|
||||||
<li><a href="./#onopen">onOpen</a></li>
|
|
||||||
<li><a href="./#open">open</a></li>
|
<li><a href="./#open">open</a></li>
|
||||||
<li><a href="./#removeaction">removeAction</a></li>
|
|
||||||
<li><a href="./#updateaction">updateAction</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<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="animated">animated<a class="headerlink" href="#animated" title="Permanent link">#</a></h3>
|
<h3 id="animated">animated<a class="headerlink" href="#animated" title="Permanent link">#</a></h3>
|
||||||
@ -1083,76 +1083,82 @@
|
|||||||
<h3 id="object">object<a class="headerlink" href="#object" title="Permanent link">#</a></h3>
|
<h3 id="object">object<a class="headerlink" href="#object" title="Permanent link">#</a></h3>
|
||||||
<p>• <strong>object</strong>: <code>TKubeObject</code></p>
|
<p>• <strong>object</strong>: <code>TKubeObject</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onopen">onOpen<a class="headerlink" href="#onopen" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onOpen</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<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><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#onopen">onOpen</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="position">position<a class="headerlink" href="#position" title="Permanent link">#</a></h3>
|
<h3 id="position">position<a class="headerlink" href="#position" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>position</strong>: <a href="../Renderer.Component.MenuPosition/"><code>MenuPosition</code></a></p>
|
<p>• <code>Optional</code> <strong>position</strong>: <a href="../Renderer.Component.MenuPosition/"><code>MenuPosition</code></a></p>
|
||||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#position">position</a></p>
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#position">position</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="removable">removable<a class="headerlink" href="#removable" title="Permanent link">#</a></h3>
|
<h3 id="removable">removable<a class="headerlink" href="#removable" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>removable</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>removable</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="removeaction">removeAction<a class="headerlink" href="#removeaction" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>removeAction</strong>: () => <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<p><strong><code>deprecated</code></strong> Provide your own remove <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#removeaction">removeAction</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="removeconfirmationmessage">removeConfirmationMessage<a class="headerlink" href="#removeconfirmationmessage" title="Permanent link">#</a></h3>
|
<h3 id="removeconfirmationmessage">removeConfirmationMessage<a class="headerlink" href="#removeconfirmationmessage" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>removeConfirmationMessage</strong>: <code>ReactNode</code> | () => <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>removeConfirmationMessage</strong>: <code>ReactNode</code> | () => <code>ReactNode</code></p>
|
||||||
<p><strong><code>deprecated</code></strong> Provide your own remove <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
<p><strong><code>deprecated</code></strong> Provide your own remove <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
||||||
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_14">Inherited from<a class="headerlink" href="#inherited-from_14" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#removeconfirmationmessage">removeConfirmationMessage</a></p>
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#removeconfirmationmessage">removeConfirmationMessage</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="toggleevent">toggleEvent<a class="headerlink" href="#toggleevent" title="Permanent link">#</a></h3>
|
<h3 id="toggleevent">toggleEvent<a class="headerlink" href="#toggleevent" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>toggleEvent</strong>: <code>"contextmenu"</code> | <code>"click"</code></p>
|
<p>• <code>Optional</code> <strong>toggleEvent</strong>: <code>"contextmenu"</code> | <code>"click"</code></p>
|
||||||
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#toggleevent">toggleEvent</a></p>
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#toggleevent">toggleEvent</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="toolbar">toolbar<a class="headerlink" href="#toolbar" title="Permanent link">#</a></h3>
|
<h3 id="toolbar">toolbar<a class="headerlink" href="#toolbar" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>toolbar</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>toolbar</strong>: <code>boolean</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><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#toolbar">toolbar</a></p>
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#toolbar">toolbar</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="triggericon">triggerIcon<a class="headerlink" href="#triggericon" title="Permanent link">#</a></h3>
|
<h3 id="triggericon">triggerIcon<a class="headerlink" href="#triggericon" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>triggerIcon</strong>: <code>ReactNode</code> | <a href="../Renderer.Component.IconProps/"><code>IconProps</code></a> & <a href="../Renderer.Component.TooltipDecoratorProps/"><code>TooltipDecoratorProps</code></a></p>
|
<p>• <code>Optional</code> <strong>triggerIcon</strong>: <code>ReactNode</code> | <a href="../Renderer.Component.IconProps/"><code>IconProps</code></a> & <a href="../Renderer.Component.TooltipDecoratorProps/"><code>TooltipDecoratorProps</code></a></p>
|
||||||
<h4 id="inherited-from_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#triggericon">triggerIcon</a></p>
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#triggericon">triggerIcon</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="updateaction">updateAction<a class="headerlink" href="#updateaction" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>updateAction</strong>: () => <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<p><strong><code>deprecated</code></strong> Provide your own update <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
||||||
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#updateaction">updateAction</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="useportal">usePortal<a class="headerlink" href="#useportal" title="Permanent link">#</a></h3>
|
<h3 id="useportal">usePortal<a class="headerlink" href="#useportal" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>usePortal</strong>: <code>boolean</code> | <code>HTMLElement</code></p>
|
<p>• <code>Optional</code> <strong>usePortal</strong>: <code>boolean</code> | <code>HTMLElement</code></p>
|
||||||
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_19">Inherited from<a class="headerlink" href="#inherited-from_19" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#useportal">usePortal</a></p>
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#useportal">usePortal</a></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="close">close<a class="headerlink" href="#close" title="Permanent link">#</a></h3>
|
<h3 id="close">close<a class="headerlink" href="#close" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>close</strong>(): <code>void</code></p>
|
<p>▸ <code>Optional</code> <strong>close</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" 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>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_17">Inherited from<a class="headerlink" href="#inherited-from_17" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#close">close</a></p>
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#close">close</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onopen">onOpen<a class="headerlink" href="#onopen" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>onOpen</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#onopen">onOpen</a></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>open</strong>(): <code>void</code></p>
|
<p>▸ <code>Optional</code> <strong>open</strong>(): <code>void</code></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_19">Inherited from<a class="headerlink" href="#inherited-from_19" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#open">open</a></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="removeaction">removeAction<a class="headerlink" href="#removeaction" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>removeAction</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
<p><strong><code>deprecated</code></strong> Provide your own remove <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#removeaction">removeAction</a></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="updateaction">updateAction<a class="headerlink" href="#updateaction" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>updateAction</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
<p><strong><code>deprecated</code></strong> Provide your own update <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" 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> | <code>Promise</code><<code>void</code>></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_21">Inherited from<a class="headerlink" href="#inherited-from_21" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#updateaction">updateAction</a></p>
|
<p><a href="../Renderer.Component.MenuActionsProps/">MenuActionsProps</a>.<a href="../Renderer.Component.MenuActionsProps/#open">open</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -828,6 +828,13 @@
|
|||||||
isOpen
|
isOpen
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onopen" class="md-nav__link">
|
||||||
|
onOpen
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -835,6 +842,13 @@
|
|||||||
position
|
position
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#removeaction" class="md-nav__link">
|
||||||
|
removeAction
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -863,6 +877,13 @@
|
|||||||
triggerIcon
|
triggerIcon
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#updateaction" class="md-nav__link">
|
||||||
|
updateAction
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -890,13 +911,6 @@
|
|||||||
close
|
close
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onopen" class="md-nav__link">
|
|
||||||
onOpen
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -904,20 +918,6 @@
|
|||||||
open
|
open
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#removeaction" class="md-nav__link">
|
|
||||||
removeAction
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#updateaction" class="md-nav__link">
|
|
||||||
updateAction
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -961,20 +961,20 @@
|
|||||||
<li><a href="./#htmlfor">htmlFor</a></li>
|
<li><a href="./#htmlfor">htmlFor</a></li>
|
||||||
<li><a href="./#id">id</a></li>
|
<li><a href="./#id">id</a></li>
|
||||||
<li><a href="./#isopen">isOpen</a></li>
|
<li><a href="./#isopen">isOpen</a></li>
|
||||||
|
<li><a href="./#onopen">onOpen</a></li>
|
||||||
<li><a href="./#position">position</a></li>
|
<li><a href="./#position">position</a></li>
|
||||||
|
<li><a href="./#removeaction">removeAction</a></li>
|
||||||
<li><a href="./#removeconfirmationmessage">removeConfirmationMessage</a></li>
|
<li><a href="./#removeconfirmationmessage">removeConfirmationMessage</a></li>
|
||||||
<li><a href="./#toggleevent">toggleEvent</a></li>
|
<li><a href="./#toggleevent">toggleEvent</a></li>
|
||||||
<li><a href="./#toolbar">toolbar</a></li>
|
<li><a href="./#toolbar">toolbar</a></li>
|
||||||
<li><a href="./#triggericon">triggerIcon</a></li>
|
<li><a href="./#triggericon">triggerIcon</a></li>
|
||||||
|
<li><a href="./#updateaction">updateAction</a></li>
|
||||||
<li><a href="./#useportal">usePortal</a></li>
|
<li><a href="./#useportal">usePortal</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#close">close</a></li>
|
<li><a href="./#close">close</a></li>
|
||||||
<li><a href="./#onopen">onOpen</a></li>
|
|
||||||
<li><a href="./#open">open</a></li>
|
<li><a href="./#open">open</a></li>
|
||||||
<li><a href="./#removeaction">removeAction</a></li>
|
|
||||||
<li><a href="./#updateaction">updateAction</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<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="animated">animated<a class="headerlink" href="#animated" title="Permanent link">#</a></h3>
|
<h3 id="animated">animated<a class="headerlink" href="#animated" title="Permanent link">#</a></h3>
|
||||||
@ -1030,11 +1030,26 @@
|
|||||||
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" 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>Partial.isOpen</p>
|
<p>Partial.isOpen</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onopen">onOpen<a class="headerlink" href="#onopen" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onOpen</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="position">position<a class="headerlink" href="#position" title="Permanent link">#</a></h3>
|
<h3 id="position">position<a class="headerlink" href="#position" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>position</strong>: <a href="../Renderer.Component.MenuPosition/"><code>MenuPosition</code></a></p>
|
<p>• <code>Optional</code> <strong>position</strong>: <a href="../Renderer.Component.MenuPosition/"><code>MenuPosition</code></a></p>
|
||||||
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" 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>Partial.position</p>
|
<p>Partial.position</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="removeaction">removeAction<a class="headerlink" href="#removeaction" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>removeAction</strong>: () => <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<p><strong><code>deprecated</code></strong> Provide your own remove <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<hr />
|
||||||
<h3 id="removeconfirmationmessage">removeConfirmationMessage<a class="headerlink" href="#removeconfirmationmessage" title="Permanent link">#</a></h3>
|
<h3 id="removeconfirmationmessage">removeConfirmationMessage<a class="headerlink" href="#removeconfirmationmessage" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>removeConfirmationMessage</strong>: <code>ReactNode</code> | () => <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>removeConfirmationMessage</strong>: <code>ReactNode</code> | () => <code>ReactNode</code></p>
|
||||||
<p><strong><code>deprecated</code></strong> Provide your own remove <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
<p><strong><code>deprecated</code></strong> Provide your own remove <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
||||||
@ -1050,6 +1065,14 @@
|
|||||||
<h3 id="triggericon">triggerIcon<a class="headerlink" href="#triggericon" title="Permanent link">#</a></h3>
|
<h3 id="triggericon">triggerIcon<a class="headerlink" href="#triggericon" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>triggerIcon</strong>: <code>ReactNode</code> | <a href="../Renderer.Component.IconProps/"><code>IconProps</code></a> & <a href="../Renderer.Component.TooltipDecoratorProps/"><code>TooltipDecoratorProps</code></a></p>
|
<p>• <code>Optional</code> <strong>triggerIcon</strong>: <code>ReactNode</code> | <a href="../Renderer.Component.IconProps/"><code>IconProps</code></a> & <a href="../Renderer.Component.TooltipDecoratorProps/"><code>TooltipDecoratorProps</code></a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="updateaction">updateAction<a class="headerlink" href="#updateaction" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>updateAction</strong>: () => <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<p><strong><code>deprecated</code></strong> Provide your own update <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
||||||
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
||||||
|
<hr />
|
||||||
<h3 id="useportal">usePortal<a class="headerlink" href="#useportal" title="Permanent link">#</a></h3>
|
<h3 id="useportal">usePortal<a class="headerlink" href="#useportal" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>usePortal</strong>: <code>boolean</code> | <code>HTMLElement</code></p>
|
<p>• <code>Optional</code> <strong>usePortal</strong>: <code>boolean</code> | <code>HTMLElement</code></p>
|
||||||
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" title="Permanent link">#</a></h4>
|
||||||
@ -1057,34 +1080,17 @@
|
|||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="close">close<a class="headerlink" href="#close" title="Permanent link">#</a></h3>
|
<h3 id="close">close<a class="headerlink" href="#close" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>close</strong>(): <code>void</code></p>
|
<p>▸ <code>Optional</code> <strong>close</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" 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>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_11">Inherited from<a class="headerlink" href="#inherited-from_11" title="Permanent link">#</a></h4>
|
||||||
<p>Partial.close</p>
|
<p>Partial.close</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onopen">onOpen<a class="headerlink" href="#onopen" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>onOpen</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
<h3 id="open">open<a class="headerlink" href="#open" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>open</strong>(): <code>void</code></p>
|
<p>▸ <code>Optional</code> <strong>open</strong>(): <code>void</code></p>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" 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>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" title="Permanent link">#</a></h4>
|
||||||
<p>Partial.open</p>
|
<p>Partial.open</p>
|
||||||
<hr />
|
|
||||||
<h3 id="removeaction">removeAction<a class="headerlink" href="#removeaction" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>removeAction</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
<p><strong><code>deprecated</code></strong> Provide your own remove <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="updateaction">updateAction<a class="headerlink" href="#updateaction" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>updateAction</strong>(): <code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
<p><strong><code>deprecated</code></strong> Provide your own update <code><MenuItem></code> as part of the <code>children</code> passed to this component</p>
|
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code> | <code>Promise</code><<code>void</code>></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -738,13 +738,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1143,6 +1136,13 @@
|
|||||||
onBlur
|
onBlur
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onchange" class="md-nav__link">
|
||||||
|
onChange
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1150,6 +1150,13 @@
|
|||||||
onFocus
|
onFocus
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#oninputchange" class="md-nav__link">
|
||||||
|
onInputChange
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1157,6 +1164,20 @@
|
|||||||
onKeyDown
|
onKeyDown
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onmenuclose" class="md-nav__link">
|
||||||
|
onMenuClose
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onmenuopen" class="md-nav__link">
|
||||||
|
onMenuOpen
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1267,47 +1288,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onchange" class="md-nav__link">
|
|
||||||
onChange
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#oninputchange" class="md-nav__link">
|
|
||||||
onInputChange
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onmenuclose" class="md-nav__link">
|
|
||||||
onMenuClose
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onmenuopen" class="md-nav__link">
|
|
||||||
onMenuOpen
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1404,8 +1384,12 @@
|
|||||||
<li><a href="./#name">name</a></li>
|
<li><a href="./#name">name</a></li>
|
||||||
<li><a href="./#nooptionsmessage">noOptionsMessage</a></li>
|
<li><a href="./#nooptionsmessage">noOptionsMessage</a></li>
|
||||||
<li><a href="./#onblur">onBlur</a></li>
|
<li><a href="./#onblur">onBlur</a></li>
|
||||||
|
<li><a href="./#onchange">onChange</a></li>
|
||||||
<li><a href="./#onfocus">onFocus</a></li>
|
<li><a href="./#onfocus">onFocus</a></li>
|
||||||
|
<li><a href="./#oninputchange">onInputChange</a></li>
|
||||||
<li><a href="./#onkeydown">onKeyDown</a></li>
|
<li><a href="./#onkeydown">onKeyDown</a></li>
|
||||||
|
<li><a href="./#onmenuclose">onMenuClose</a></li>
|
||||||
|
<li><a href="./#onmenuopen">onMenuOpen</a></li>
|
||||||
<li><a href="./#onmenuscrolltobottom">onMenuScrollToBottom</a></li>
|
<li><a href="./#onmenuscrolltobottom">onMenuScrollToBottom</a></li>
|
||||||
<li><a href="./#onmenuscrolltotop">onMenuScrollToTop</a></li>
|
<li><a href="./#onmenuscrolltotop">onMenuScrollToTop</a></li>
|
||||||
<li><a href="./#openmenuonclick">openMenuOnClick</a></li>
|
<li><a href="./#openmenuonclick">openMenuOnClick</a></li>
|
||||||
@ -1422,13 +1406,6 @@
|
|||||||
<li><a href="./#themename">themeName</a></li>
|
<li><a href="./#themename">themeName</a></li>
|
||||||
<li><a href="./#value">value</a></li>
|
<li><a href="./#value">value</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#onchange">onChange</a></li>
|
|
||||||
<li><a href="./#oninputchange">onInputChange</a></li>
|
|
||||||
<li><a href="./#onmenuclose">onMenuClose</a></li>
|
|
||||||
<li><a href="./#onmenuopen">onMenuOpen</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="aria-errormessage">aria-errormessage<a class="headerlink" href="#aria-errormessage" title="Permanent link">#</a></h3>
|
<h3 id="aria-errormessage">aria-errormessage<a class="headerlink" href="#aria-errormessage" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>aria-errormessage</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>aria-errormessage</strong>: <code>string</code></p>
|
||||||
@ -1930,23 +1907,11 @@ when there isn't enough space below the control.</p>
|
|||||||
<h4 id="inherited-from_54">Inherited from<a class="headerlink" href="#inherited-from_54" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_54">Inherited from<a class="headerlink" href="#inherited-from_54" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onBlur</p>
|
<p>Omit.onBlur</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onfocus">onFocus<a class="headerlink" href="#onfocus" title="Permanent link">#</a></h3>
|
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>onFocus</strong>: <code>FocusEventHandler</code><<code>HTMLInputElement</code>></p>
|
<p>• <code>Optional</code> <strong>onChange</strong>: (<code>newValue</code>: <code>OnChangeValue</code><{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }, <code>IsMulti</code>>, <code>actionMeta</code>: <code>ActionMeta</code><{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }>) => <code>void</code></p>
|
||||||
<p>Handle focus events on the control</p>
|
|
||||||
<h4 id="inherited-from_55">Inherited from<a class="headerlink" href="#inherited-from_55" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onFocus</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onkeydown">onKeyDown<a class="headerlink" href="#onkeydown" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>onKeyDown</strong>: <code>KeyboardEventHandler</code><<code>HTMLDivElement</code>></p>
|
|
||||||
<p>Handle key down events on the select</p>
|
|
||||||
<h4 id="inherited-from_56">Inherited from<a class="headerlink" href="#inherited-from_56" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onKeyDown</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onmenuscrolltobottom">onMenuScrollToBottom<a class="headerlink" href="#onmenuscrolltobottom" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>onMenuScrollToBottom</strong>: (<code>event</code>: <code>TouchEvent</code> | <code>WheelEvent</code>) => <code>void</code></p>
|
|
||||||
<h4 id="type-declaration_6">Type declaration<a class="headerlink" href="#type-declaration_6" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_6">Type declaration<a class="headerlink" href="#type-declaration_6" title="Permanent link">#</a></h4>
|
||||||
<p>▸ (<code>event</code>): <code>void</code></p>
|
<p>▸ (<code>newValue</code>, <code>actionMeta</code>): <code>void</code></p>
|
||||||
<p>Fired when the user scrolls to the bottom of the menu</p>
|
<p>Handle change events on the select</p>
|
||||||
<h5 id="parameters_6">Parameters<a class="headerlink" href="#parameters_6" title="Permanent link">#</a></h5>
|
<h5 id="parameters_6">Parameters<a class="headerlink" href="#parameters_6" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -1957,164 +1922,32 @@ when there isn't enough space below the control.</p>
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>event</code></td>
|
<td align="left"><code>newValue</code></td>
|
||||||
<td align="left"><code>TouchEvent</code> | <code>WheelEvent</code></td>
|
<td align="left"><code>OnChangeValue</code><{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }, <code>IsMulti</code>></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>actionMeta</code></td>
|
||||||
|
<td align="left"><code>ActionMeta</code><{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h5 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h5>
|
<h5 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_57">Inherited from<a class="headerlink" href="#inherited-from_57" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_55">Inherited from<a class="headerlink" href="#inherited-from_55" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onMenuScrollToBottom</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onmenuscrolltotop">onMenuScrollToTop<a class="headerlink" href="#onmenuscrolltotop" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>onMenuScrollToTop</strong>: (<code>event</code>: <code>TouchEvent</code> | <code>WheelEvent</code>) => <code>void</code></p>
|
|
||||||
<h4 id="type-declaration_7">Type declaration<a class="headerlink" href="#type-declaration_7" title="Permanent link">#</a></h4>
|
|
||||||
<p>▸ (<code>event</code>): <code>void</code></p>
|
|
||||||
<p>Fired when the user scrolls to the top of the menu</p>
|
|
||||||
<h5 id="parameters_7">Parameters<a class="headerlink" href="#parameters_7" title="Permanent link">#</a></h5>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th align="left">Name</th>
|
|
||||||
<th align="left">Type</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>event</code></td>
|
|
||||||
<td align="left"><code>TouchEvent</code> | <code>WheelEvent</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h5 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h5>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<h4 id="inherited-from_58">Inherited from<a class="headerlink" href="#inherited-from_58" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onMenuScrollToTop</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="openmenuonclick">openMenuOnClick<a class="headerlink" href="#openmenuonclick" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>openMenuOnClick</strong>: <code>boolean</code></p>
|
|
||||||
<p>Allows control of whether the menu is opened when the Select is clicked</p>
|
|
||||||
<h4 id="inherited-from_59">Inherited from<a class="headerlink" href="#inherited-from_59" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.openMenuOnClick</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="openmenuonfocus">openMenuOnFocus<a class="headerlink" href="#openmenuonfocus" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>openMenuOnFocus</strong>: <code>boolean</code></p>
|
|
||||||
<p>Allows control of whether the menu is opened when the Select is focused</p>
|
|
||||||
<h4 id="inherited-from_60">Inherited from<a class="headerlink" href="#inherited-from_60" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.openMenuOnFocus</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="pagesize">pageSize<a class="headerlink" href="#pagesize" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>pageSize</strong>: <code>number</code></p>
|
|
||||||
<p>Number of options to jump in menu when page{up|down} keys are used</p>
|
|
||||||
<h4 id="inherited-from_61">Inherited from<a class="headerlink" href="#inherited-from_61" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.pageSize</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="placeholder">placeholder<a class="headerlink" href="#placeholder" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>placeholder</strong>: <code>ReactNode</code></p>
|
|
||||||
<p>Placeholder for the select value</p>
|
|
||||||
<h4 id="inherited-from_62">Inherited from<a class="headerlink" href="#inherited-from_62" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.placeholder</p>
|
|
||||||
<hr />
|
|
||||||
<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> }) => <code>string</code></p>
|
|
||||||
<h4 id="type-declaration_8">Type declaration<a class="headerlink" href="#type-declaration_8" title="Permanent link">#</a></h4>
|
|
||||||
<p>▸ (<code>obj</code>): <code>string</code></p>
|
|
||||||
<p>Status to relay to screen readers</p>
|
|
||||||
<h5 id="parameters_8">Parameters<a class="headerlink" href="#parameters_8" title="Permanent link">#</a></h5>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th align="left">Name</th>
|
|
||||||
<th align="left">Type</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>obj</code></td>
|
|
||||||
<td align="left"><code>Object</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>obj.count</code></td>
|
|
||||||
<td align="left"><code>number</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h5 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h5>
|
|
||||||
<p><code>string</code></p>
|
|
||||||
<h4 id="inherited-from_63">Inherited from<a class="headerlink" href="#inherited-from_63" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.screenReaderStatus</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="showicons">showIcons<a class="headerlink" href="#showicons" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>showIcons</strong>: <code>boolean</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="sort">sort<a class="headerlink" href="#sort" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>sort</strong>: <a href="../../modules/Renderer.Component/#namespaceselectsort"><code>NamespaceSelectSort</code></a></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="styles">styles<a class="headerlink" href="#styles" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>styles</strong>: <code>StylesConfig</code><{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }, <code>IsMulti</code>, <code>GroupBase</code><{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }>></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>
|
|
||||||
<h4 id="inherited-from_64">Inherited from<a class="headerlink" href="#inherited-from_64" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.styles</p>
|
|
||||||
<hr />
|
|
||||||
<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>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>
|
|
||||||
<p>Omit.tabIndex</p>
|
|
||||||
<hr />
|
|
||||||
<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>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>
|
|
||||||
<p>Omit.tabSelectsValue</p>
|
|
||||||
<hr />
|
|
||||||
<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>Theme modifier method</p>
|
|
||||||
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.theme</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="themename">themeName<a class="headerlink" href="#themename" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>themeName</strong>: <code>"lens"</code> | <code>"dark"</code> | <code>"light"</code> | <code>"outlined"</code></p>
|
|
||||||
<h4 id="inherited-from_68">Inherited from<a class="headerlink" href="#inherited-from_68" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.themeName</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <strong>value</strong>: <code>undefined</code> | <code>null</code> | <code>string</code></p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>onChange</strong>(<code>newValue</code>, <code>actionMeta</code>): <code>void</code></p>
|
|
||||||
<p>Handle change events on the select</p>
|
|
||||||
<h4 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" 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>newValue</code></td>
|
|
||||||
<td align="left"><code>OnChangeValue</code><<code>Option</code>, <code>IsMulti</code>></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>actionMeta</code></td>
|
|
||||||
<td align="left"><code>ActionMeta</code><<code>Option</code>></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<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_69">Inherited from<a class="headerlink" href="#inherited-from_69" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onChange</p>
|
<p>Omit.onChange</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onfocus">onFocus<a class="headerlink" href="#onfocus" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onFocus</strong>: <code>FocusEventHandler</code><<code>HTMLInputElement</code>></p>
|
||||||
|
<p>Handle focus events on the control</p>
|
||||||
|
<h4 id="inherited-from_56">Inherited from<a class="headerlink" href="#inherited-from_56" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.onFocus</p>
|
||||||
|
<hr />
|
||||||
<h3 id="oninputchange">onInputChange<a class="headerlink" href="#oninputchange" title="Permanent link">#</a></h3>
|
<h3 id="oninputchange">onInputChange<a class="headerlink" href="#oninputchange" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onInputChange</strong>(<code>newValue</code>, <code>actionMeta</code>): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onInputChange</strong>: (<code>newValue</code>: <code>string</code>, <code>actionMeta</code>: <code>InputActionMeta</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_7">Type declaration<a class="headerlink" href="#type-declaration_7" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>newValue</code>, <code>actionMeta</code>): <code>void</code></p>
|
||||||
<p>Handle change events on the input</p>
|
<p>Handle change events on the input</p>
|
||||||
<h4 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h4>
|
<h5 id="parameters_7">Parameters<a class="headerlink" href="#parameters_7" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -2133,26 +1966,178 @@ when there isn't enough space below the control.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
|
<h5 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_70">Inherited from<a class="headerlink" href="#inherited-from_70" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_57">Inherited from<a class="headerlink" href="#inherited-from_57" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onInputChange</p>
|
<p>Omit.onInputChange</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onkeydown">onKeyDown<a class="headerlink" href="#onkeydown" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onKeyDown</strong>: <code>KeyboardEventHandler</code><<code>HTMLDivElement</code>></p>
|
||||||
|
<p>Handle key down events on the select</p>
|
||||||
|
<h4 id="inherited-from_58">Inherited from<a class="headerlink" href="#inherited-from_58" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.onKeyDown</p>
|
||||||
|
<hr />
|
||||||
<h3 id="onmenuclose">onMenuClose<a class="headerlink" href="#onmenuclose" title="Permanent link">#</a></h3>
|
<h3 id="onmenuclose">onMenuClose<a class="headerlink" href="#onmenuclose" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onMenuClose</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onMenuClose</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_8">Type declaration<a class="headerlink" href="#type-declaration_8" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
<p>Handle the menu closing</p>
|
<p>Handle the menu closing</p>
|
||||||
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
|
<h5 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_71">Inherited from<a class="headerlink" href="#inherited-from_71" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_59">Inherited from<a class="headerlink" href="#inherited-from_59" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onMenuClose</p>
|
<p>Omit.onMenuClose</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onmenuopen">onMenuOpen<a class="headerlink" href="#onmenuopen" title="Permanent link">#</a></h3>
|
<h3 id="onmenuopen">onMenuOpen<a class="headerlink" href="#onmenuopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onMenuOpen</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onMenuOpen</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_9">Type declaration<a class="headerlink" href="#type-declaration_9" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
<p>Handle the menu opening</p>
|
<p>Handle the menu opening</p>
|
||||||
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
|
<h5 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</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_60">Inherited from<a class="headerlink" href="#inherited-from_60" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onMenuOpen</p>
|
<p>Omit.onMenuOpen</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="onmenuscrolltobottom">onMenuScrollToBottom<a class="headerlink" href="#onmenuscrolltobottom" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onMenuScrollToBottom</strong>: (<code>event</code>: <code>TouchEvent</code> | <code>WheelEvent</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_10">Type declaration<a class="headerlink" href="#type-declaration_10" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>event</code>): <code>void</code></p>
|
||||||
|
<p>Fired when the user scrolls to the bottom of the menu</p>
|
||||||
|
<h5 id="parameters_8">Parameters<a class="headerlink" href="#parameters_8" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>event</code></td>
|
||||||
|
<td align="left"><code>TouchEvent</code> | <code>WheelEvent</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_61">Inherited from<a class="headerlink" href="#inherited-from_61" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.onMenuScrollToBottom</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="onmenuscrolltotop">onMenuScrollToTop<a class="headerlink" href="#onmenuscrolltotop" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onMenuScrollToTop</strong>: (<code>event</code>: <code>TouchEvent</code> | <code>WheelEvent</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_11">Type declaration<a class="headerlink" href="#type-declaration_11" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>event</code>): <code>void</code></p>
|
||||||
|
<p>Fired when the user scrolls to the top of the menu</p>
|
||||||
|
<h5 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>event</code></td>
|
||||||
|
<td align="left"><code>TouchEvent</code> | <code>WheelEvent</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_62">Inherited from<a class="headerlink" href="#inherited-from_62" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.onMenuScrollToTop</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="openmenuonclick">openMenuOnClick<a class="headerlink" href="#openmenuonclick" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>openMenuOnClick</strong>: <code>boolean</code></p>
|
||||||
|
<p>Allows control of whether the menu is opened when the Select is clicked</p>
|
||||||
|
<h4 id="inherited-from_63">Inherited from<a class="headerlink" href="#inherited-from_63" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.openMenuOnClick</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="openmenuonfocus">openMenuOnFocus<a class="headerlink" href="#openmenuonfocus" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>openMenuOnFocus</strong>: <code>boolean</code></p>
|
||||||
|
<p>Allows control of whether the menu is opened when the Select is focused</p>
|
||||||
|
<h4 id="inherited-from_64">Inherited from<a class="headerlink" href="#inherited-from_64" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.openMenuOnFocus</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="pagesize">pageSize<a class="headerlink" href="#pagesize" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>pageSize</strong>: <code>number</code></p>
|
||||||
|
<p>Number of options to jump in menu when page{up|down} keys are used</p>
|
||||||
|
<h4 id="inherited-from_65">Inherited from<a class="headerlink" href="#inherited-from_65" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.pageSize</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="placeholder">placeholder<a class="headerlink" href="#placeholder" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>placeholder</strong>: <code>ReactNode</code></p>
|
||||||
|
<p>Placeholder for the select value</p>
|
||||||
|
<h4 id="inherited-from_66">Inherited from<a class="headerlink" href="#inherited-from_66" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.placeholder</p>
|
||||||
|
<hr />
|
||||||
|
<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> }) => <code>string</code></p>
|
||||||
|
<h4 id="type-declaration_12">Type declaration<a class="headerlink" href="#type-declaration_12" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>obj</code>): <code>string</code></p>
|
||||||
|
<p>Status to relay to screen readers</p>
|
||||||
|
<h5 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>obj</code></td>
|
||||||
|
<td align="left"><code>Object</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>obj.count</code></td>
|
||||||
|
<td align="left"><code>number</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>string</code></p>
|
||||||
|
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.screenReaderStatus</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="showicons">showIcons<a class="headerlink" href="#showicons" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>showIcons</strong>: <code>boolean</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="sort">sort<a class="headerlink" href="#sort" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>sort</strong>: <a href="../../modules/Renderer.Component/#namespaceselectsort"><code>NamespaceSelectSort</code></a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="styles">styles<a class="headerlink" href="#styles" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>styles</strong>: <code>StylesConfig</code><{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }, <code>IsMulti</code>, <code>GroupBase</code><{ <code>label</code>: <code>string</code> ; <code>value</code>: <code>string</code> }>></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>
|
||||||
|
<h4 id="inherited-from_68">Inherited from<a class="headerlink" href="#inherited-from_68" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.styles</p>
|
||||||
|
<hr />
|
||||||
|
<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>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>
|
||||||
|
<p>Omit.tabIndex</p>
|
||||||
|
<hr />
|
||||||
|
<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>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>
|
||||||
|
<p>Omit.tabSelectsValue</p>
|
||||||
|
<hr />
|
||||||
|
<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>Theme modifier method</p>
|
||||||
|
<h4 id="inherited-from_71">Inherited from<a class="headerlink" href="#inherited-from_71" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.theme</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="themename">themeName<a class="headerlink" href="#themename" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>themeName</strong>: <code>"lens"</code> | <code>"dark"</code> | <code>"light"</code> | <code>"outlined"</code></p>
|
||||||
|
<h4 id="inherited-from_72">Inherited from<a class="headerlink" href="#inherited-from_72" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.themeName</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>value</strong>: <code>undefined</code> | <code>null</code> | <code>string</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -781,31 +774,18 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#value" class="md-nav__link">
|
|
||||||
value
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#onchange" class="md-nav__link">
|
<a href="#onchange" class="md-nav__link">
|
||||||
onChange
|
onChange
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#value" class="md-nav__link">
|
||||||
|
value
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -849,11 +829,8 @@
|
|||||||
<li><a href="./#children">children</a></li>
|
<li><a href="./#children">children</a></li>
|
||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
<li><a href="./#disabled">disabled</a></li>
|
<li><a href="./#disabled">disabled</a></li>
|
||||||
<li><a href="./#value">value</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#onchange">onChange</a></li>
|
<li><a href="./#onchange">onChange</a></li>
|
||||||
|
<li><a href="./#value">value</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="asbuttons">asButtons<a class="headerlink" href="#asbuttons" title="Permanent link">#</a></h3>
|
<h3 id="asbuttons">asButtons<a class="headerlink" href="#asbuttons" title="Permanent link">#</a></h3>
|
||||||
@ -868,12 +845,11 @@
|
|||||||
<h3 id="disabled">disabled<a class="headerlink" href="#disabled" title="Permanent link">#</a></h3>
|
<h3 id="disabled">disabled<a class="headerlink" href="#disabled" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>disabled</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>disabled</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>value</strong>: <code>T</code></p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onChange</strong>(<code>value</code>): <code>void</code></p>
|
<p>• <strong>onChange</strong>: (<code>value</code>: <code>T</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>value</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -888,8 +864,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>value</strong>: <code>T</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -738,13 +738,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1143,6 +1136,13 @@
|
|||||||
onBlur
|
onBlur
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onchange" class="md-nav__link">
|
||||||
|
onChange
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1150,6 +1150,13 @@
|
|||||||
onFocus
|
onFocus
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#oninputchange" class="md-nav__link">
|
||||||
|
onInputChange
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1157,6 +1164,20 @@
|
|||||||
onKeyDown
|
onKeyDown
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onmenuclose" class="md-nav__link">
|
||||||
|
onMenuClose
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onmenuopen" class="md-nav__link">
|
||||||
|
onMenuOpen
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1260,47 +1281,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onchange" class="md-nav__link">
|
|
||||||
onChange
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#oninputchange" class="md-nav__link">
|
|
||||||
onInputChange
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onmenuclose" class="md-nav__link">
|
|
||||||
onMenuClose
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onmenuopen" class="md-nav__link">
|
|
||||||
onMenuOpen
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1409,8 +1389,12 @@
|
|||||||
<li><a href="./#name">name</a></li>
|
<li><a href="./#name">name</a></li>
|
||||||
<li><a href="./#nooptionsmessage">noOptionsMessage</a></li>
|
<li><a href="./#nooptionsmessage">noOptionsMessage</a></li>
|
||||||
<li><a href="./#onblur">onBlur</a></li>
|
<li><a href="./#onblur">onBlur</a></li>
|
||||||
|
<li><a href="./#onchange">onChange</a></li>
|
||||||
<li><a href="./#onfocus">onFocus</a></li>
|
<li><a href="./#onfocus">onFocus</a></li>
|
||||||
|
<li><a href="./#oninputchange">onInputChange</a></li>
|
||||||
<li><a href="./#onkeydown">onKeyDown</a></li>
|
<li><a href="./#onkeydown">onKeyDown</a></li>
|
||||||
|
<li><a href="./#onmenuclose">onMenuClose</a></li>
|
||||||
|
<li><a href="./#onmenuopen">onMenuOpen</a></li>
|
||||||
<li><a href="./#onmenuscrolltobottom">onMenuScrollToBottom</a></li>
|
<li><a href="./#onmenuscrolltobottom">onMenuScrollToBottom</a></li>
|
||||||
<li><a href="./#onmenuscrolltotop">onMenuScrollToTop</a></li>
|
<li><a href="./#onmenuscrolltotop">onMenuScrollToTop</a></li>
|
||||||
<li><a href="./#openmenuonclick">openMenuOnClick</a></li>
|
<li><a href="./#openmenuonclick">openMenuOnClick</a></li>
|
||||||
@ -1426,13 +1410,6 @@
|
|||||||
<li><a href="./#themename">themeName</a></li>
|
<li><a href="./#themename">themeName</a></li>
|
||||||
<li><a href="./#value">value</a></li>
|
<li><a href="./#value">value</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#onchange">onChange</a></li>
|
|
||||||
<li><a href="./#oninputchange">onInputChange</a></li>
|
|
||||||
<li><a href="./#onmenuclose">onMenuClose</a></li>
|
|
||||||
<li><a href="./#onmenuopen">onMenuOpen</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="aria-errormessage">aria-errormessage<a class="headerlink" href="#aria-errormessage" title="Permanent link">#</a></h3>
|
<h3 id="aria-errormessage">aria-errormessage<a class="headerlink" href="#aria-errormessage" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>aria-errormessage</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>aria-errormessage</strong>: <code>string</code></p>
|
||||||
@ -1904,159 +1881,12 @@ when there isn't enough space below the control.</p>
|
|||||||
<h4 id="inherited-from_50">Inherited from<a class="headerlink" href="#inherited-from_50" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_50">Inherited from<a class="headerlink" href="#inherited-from_50" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onBlur</p>
|
<p>Omit.onBlur</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onfocus">onFocus<a class="headerlink" href="#onfocus" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>onFocus</strong>: <code>FocusEventHandler</code><<code>HTMLInputElement</code>></p>
|
|
||||||
<p>Handle focus events on the control</p>
|
|
||||||
<h4 id="inherited-from_51">Inherited from<a class="headerlink" href="#inherited-from_51" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onFocus</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onkeydown">onKeyDown<a class="headerlink" href="#onkeydown" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>onKeyDown</strong>: <code>KeyboardEventHandler</code><<code>HTMLDivElement</code>></p>
|
|
||||||
<p>Handle key down events on the select</p>
|
|
||||||
<h4 id="inherited-from_52">Inherited from<a class="headerlink" href="#inherited-from_52" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onKeyDown</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onmenuscrolltobottom">onMenuScrollToBottom<a class="headerlink" href="#onmenuscrolltobottom" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>onMenuScrollToBottom</strong>: (<code>event</code>: <code>TouchEvent</code> | <code>WheelEvent</code>) => <code>void</code></p>
|
|
||||||
<h4 id="type-declaration_6">Type declaration<a class="headerlink" href="#type-declaration_6" title="Permanent link">#</a></h4>
|
|
||||||
<p>▸ (<code>event</code>): <code>void</code></p>
|
|
||||||
<p>Fired when the user scrolls to the bottom of the menu</p>
|
|
||||||
<h5 id="parameters_6">Parameters<a class="headerlink" href="#parameters_6" title="Permanent link">#</a></h5>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th align="left">Name</th>
|
|
||||||
<th align="left">Type</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>event</code></td>
|
|
||||||
<td align="left"><code>TouchEvent</code> | <code>WheelEvent</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h5 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h5>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<h4 id="inherited-from_53">Inherited from<a class="headerlink" href="#inherited-from_53" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onMenuScrollToBottom</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onmenuscrolltotop">onMenuScrollToTop<a class="headerlink" href="#onmenuscrolltotop" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>onMenuScrollToTop</strong>: (<code>event</code>: <code>TouchEvent</code> | <code>WheelEvent</code>) => <code>void</code></p>
|
|
||||||
<h4 id="type-declaration_7">Type declaration<a class="headerlink" href="#type-declaration_7" title="Permanent link">#</a></h4>
|
|
||||||
<p>▸ (<code>event</code>): <code>void</code></p>
|
|
||||||
<p>Fired when the user scrolls to the top of the menu</p>
|
|
||||||
<h5 id="parameters_7">Parameters<a class="headerlink" href="#parameters_7" title="Permanent link">#</a></h5>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th align="left">Name</th>
|
|
||||||
<th align="left">Type</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>event</code></td>
|
|
||||||
<td align="left"><code>TouchEvent</code> | <code>WheelEvent</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h5 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h5>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<h4 id="inherited-from_54">Inherited from<a class="headerlink" href="#inherited-from_54" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.onMenuScrollToTop</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="openmenuonclick">openMenuOnClick<a class="headerlink" href="#openmenuonclick" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>openMenuOnClick</strong>: <code>boolean</code></p>
|
|
||||||
<p>Allows control of whether the menu is opened when the Select is clicked</p>
|
|
||||||
<h4 id="inherited-from_55">Inherited from<a class="headerlink" href="#inherited-from_55" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.openMenuOnClick</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="openmenuonfocus">openMenuOnFocus<a class="headerlink" href="#openmenuonfocus" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>openMenuOnFocus</strong>: <code>boolean</code></p>
|
|
||||||
<p>Allows control of whether the menu is opened when the Select is focused</p>
|
|
||||||
<h4 id="inherited-from_56">Inherited from<a class="headerlink" href="#inherited-from_56" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.openMenuOnFocus</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="options">options<a class="headerlink" href="#options" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <strong>options</strong>: <code>OptionsOrGroups</code><<code>Option</code>, <code>Group</code>> | <a href="../../modules/Renderer.Component/#legacyautoconvertedoptions"><code>LegacyAutoConvertedOptions</code></a></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="pagesize">pageSize<a class="headerlink" href="#pagesize" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>pageSize</strong>: <code>number</code></p>
|
|
||||||
<p>Number of options to jump in menu when page{up|down} keys are used</p>
|
|
||||||
<h4 id="inherited-from_57">Inherited from<a class="headerlink" href="#inherited-from_57" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.pageSize</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="placeholder">placeholder<a class="headerlink" href="#placeholder" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>placeholder</strong>: <code>ReactNode</code></p>
|
|
||||||
<p>Placeholder for the select value</p>
|
|
||||||
<h4 id="inherited-from_58">Inherited from<a class="headerlink" href="#inherited-from_58" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.placeholder</p>
|
|
||||||
<hr />
|
|
||||||
<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> }) => <code>string</code></p>
|
|
||||||
<h4 id="type-declaration_8">Type declaration<a class="headerlink" href="#type-declaration_8" title="Permanent link">#</a></h4>
|
|
||||||
<p>▸ (<code>obj</code>): <code>string</code></p>
|
|
||||||
<p>Status to relay to screen readers</p>
|
|
||||||
<h5 id="parameters_8">Parameters<a class="headerlink" href="#parameters_8" title="Permanent link">#</a></h5>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th align="left">Name</th>
|
|
||||||
<th align="left">Type</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>obj</code></td>
|
|
||||||
<td align="left"><code>Object</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>obj.count</code></td>
|
|
||||||
<td align="left"><code>number</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h5 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h5>
|
|
||||||
<p><code>string</code></p>
|
|
||||||
<h4 id="inherited-from_59">Inherited from<a class="headerlink" href="#inherited-from_59" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.screenReaderStatus</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="styles">styles<a class="headerlink" href="#styles" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>styles</strong>: <code>StylesConfig</code><<code>Option</code>, <code>IsMulti</code>, <code>Group</code>></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>
|
|
||||||
<h4 id="inherited-from_60">Inherited from<a class="headerlink" href="#inherited-from_60" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.styles</p>
|
|
||||||
<hr />
|
|
||||||
<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>Sets the tabIndex attribute on the input</p>
|
|
||||||
<h4 id="inherited-from_61">Inherited from<a class="headerlink" href="#inherited-from_61" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.tabIndex</p>
|
|
||||||
<hr />
|
|
||||||
<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>Select the currently focused option when the user presses tab</p>
|
|
||||||
<h4 id="inherited-from_62">Inherited from<a class="headerlink" href="#inherited-from_62" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.tabSelectsValue</p>
|
|
||||||
<hr />
|
|
||||||
<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>Theme modifier method</p>
|
|
||||||
<h4 id="inherited-from_63">Inherited from<a class="headerlink" href="#inherited-from_63" title="Permanent link">#</a></h4>
|
|
||||||
<p>Omit.theme</p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="themename">themeName<a class="headerlink" href="#themename" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>themeName</strong>: <code>"lens"</code> | <code>"dark"</code> | <code>"light"</code> | <code>"outlined"</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>value</strong>: <code>PropsValue</code><<code>Value</code>></p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onChange</strong>(<code>newValue</code>, <code>actionMeta</code>): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onChange</strong>: (<code>newValue</code>: <code>OnChangeValue</code><<code>Option</code>, <code>IsMulti</code>>, <code>actionMeta</code>: <code>ActionMeta</code><<code>Option</code>>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_6">Type declaration<a class="headerlink" href="#type-declaration_6" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>newValue</code>, <code>actionMeta</code>): <code>void</code></p>
|
||||||
<p>Handle change events on the select</p>
|
<p>Handle change events on the select</p>
|
||||||
<h4 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" title="Permanent link">#</a></h4>
|
<h5 id="parameters_6">Parameters<a class="headerlink" href="#parameters_6" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -2075,15 +1905,23 @@ when there isn't enough space below the control.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h4>
|
<h5 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_64">Inherited from<a class="headerlink" href="#inherited-from_64" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_51">Inherited from<a class="headerlink" href="#inherited-from_51" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onChange</p>
|
<p>Omit.onChange</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onfocus">onFocus<a class="headerlink" href="#onfocus" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onFocus</strong>: <code>FocusEventHandler</code><<code>HTMLInputElement</code>></p>
|
||||||
|
<p>Handle focus events on the control</p>
|
||||||
|
<h4 id="inherited-from_52">Inherited from<a class="headerlink" href="#inherited-from_52" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.onFocus</p>
|
||||||
|
<hr />
|
||||||
<h3 id="oninputchange">onInputChange<a class="headerlink" href="#oninputchange" title="Permanent link">#</a></h3>
|
<h3 id="oninputchange">onInputChange<a class="headerlink" href="#oninputchange" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onInputChange</strong>(<code>newValue</code>, <code>actionMeta</code>): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onInputChange</strong>: (<code>newValue</code>: <code>string</code>, <code>actionMeta</code>: <code>InputActionMeta</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_7">Type declaration<a class="headerlink" href="#type-declaration_7" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>newValue</code>, <code>actionMeta</code>): <code>void</code></p>
|
||||||
<p>Handle change events on the input</p>
|
<p>Handle change events on the input</p>
|
||||||
<h4 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h4>
|
<h5 id="parameters_7">Parameters<a class="headerlink" href="#parameters_7" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -2102,26 +1940,173 @@ when there isn't enough space below the control.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h4>
|
<h5 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_65">Inherited from<a class="headerlink" href="#inherited-from_65" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_53">Inherited from<a class="headerlink" href="#inherited-from_53" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onInputChange</p>
|
<p>Omit.onInputChange</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onkeydown">onKeyDown<a class="headerlink" href="#onkeydown" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onKeyDown</strong>: <code>KeyboardEventHandler</code><<code>HTMLDivElement</code>></p>
|
||||||
|
<p>Handle key down events on the select</p>
|
||||||
|
<h4 id="inherited-from_54">Inherited from<a class="headerlink" href="#inherited-from_54" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.onKeyDown</p>
|
||||||
|
<hr />
|
||||||
<h3 id="onmenuclose">onMenuClose<a class="headerlink" href="#onmenuclose" title="Permanent link">#</a></h3>
|
<h3 id="onmenuclose">onMenuClose<a class="headerlink" href="#onmenuclose" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onMenuClose</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onMenuClose</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_8">Type declaration<a class="headerlink" href="#type-declaration_8" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
<p>Handle the menu closing</p>
|
<p>Handle the menu closing</p>
|
||||||
<h4 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h4>
|
<h5 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<h4 id="inherited-from_66">Inherited from<a class="headerlink" href="#inherited-from_66" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_55">Inherited from<a class="headerlink" href="#inherited-from_55" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onMenuClose</p>
|
<p>Omit.onMenuClose</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onmenuopen">onMenuOpen<a class="headerlink" href="#onmenuopen" title="Permanent link">#</a></h3>
|
<h3 id="onmenuopen">onMenuOpen<a class="headerlink" href="#onmenuopen" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onMenuOpen</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onMenuOpen</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_9">Type declaration<a class="headerlink" href="#type-declaration_9" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
<p>Handle the menu opening</p>
|
<p>Handle the menu opening</p>
|
||||||
<h4 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h4>
|
<h5 id="returns_9">Returns<a class="headerlink" href="#returns_9" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</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_56">Inherited from<a class="headerlink" href="#inherited-from_56" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onMenuOpen</p>
|
<p>Omit.onMenuOpen</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="onmenuscrolltobottom">onMenuScrollToBottom<a class="headerlink" href="#onmenuscrolltobottom" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onMenuScrollToBottom</strong>: (<code>event</code>: <code>TouchEvent</code> | <code>WheelEvent</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_10">Type declaration<a class="headerlink" href="#type-declaration_10" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>event</code>): <code>void</code></p>
|
||||||
|
<p>Fired when the user scrolls to the bottom of the menu</p>
|
||||||
|
<h5 id="parameters_8">Parameters<a class="headerlink" href="#parameters_8" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>event</code></td>
|
||||||
|
<td align="left"><code>TouchEvent</code> | <code>WheelEvent</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_10">Returns<a class="headerlink" href="#returns_10" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_57">Inherited from<a class="headerlink" href="#inherited-from_57" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.onMenuScrollToBottom</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="onmenuscrolltotop">onMenuScrollToTop<a class="headerlink" href="#onmenuscrolltotop" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onMenuScrollToTop</strong>: (<code>event</code>: <code>TouchEvent</code> | <code>WheelEvent</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_11">Type declaration<a class="headerlink" href="#type-declaration_11" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>event</code>): <code>void</code></p>
|
||||||
|
<p>Fired when the user scrolls to the top of the menu</p>
|
||||||
|
<h5 id="parameters_9">Parameters<a class="headerlink" href="#parameters_9" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>event</code></td>
|
||||||
|
<td align="left"><code>TouchEvent</code> | <code>WheelEvent</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_11">Returns<a class="headerlink" href="#returns_11" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_58">Inherited from<a class="headerlink" href="#inherited-from_58" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.onMenuScrollToTop</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="openmenuonclick">openMenuOnClick<a class="headerlink" href="#openmenuonclick" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>openMenuOnClick</strong>: <code>boolean</code></p>
|
||||||
|
<p>Allows control of whether the menu is opened when the Select is clicked</p>
|
||||||
|
<h4 id="inherited-from_59">Inherited from<a class="headerlink" href="#inherited-from_59" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.openMenuOnClick</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="openmenuonfocus">openMenuOnFocus<a class="headerlink" href="#openmenuonfocus" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>openMenuOnFocus</strong>: <code>boolean</code></p>
|
||||||
|
<p>Allows control of whether the menu is opened when the Select is focused</p>
|
||||||
|
<h4 id="inherited-from_60">Inherited from<a class="headerlink" href="#inherited-from_60" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.openMenuOnFocus</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="options">options<a class="headerlink" href="#options" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <strong>options</strong>: <code>OptionsOrGroups</code><<code>Option</code>, <code>Group</code>> | <a href="../../modules/Renderer.Component/#legacyautoconvertedoptions"><code>LegacyAutoConvertedOptions</code></a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="pagesize">pageSize<a class="headerlink" href="#pagesize" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>pageSize</strong>: <code>number</code></p>
|
||||||
|
<p>Number of options to jump in menu when page{up|down} keys are used</p>
|
||||||
|
<h4 id="inherited-from_61">Inherited from<a class="headerlink" href="#inherited-from_61" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.pageSize</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="placeholder">placeholder<a class="headerlink" href="#placeholder" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>placeholder</strong>: <code>ReactNode</code></p>
|
||||||
|
<p>Placeholder for the select value</p>
|
||||||
|
<h4 id="inherited-from_62">Inherited from<a class="headerlink" href="#inherited-from_62" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.placeholder</p>
|
||||||
|
<hr />
|
||||||
|
<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> }) => <code>string</code></p>
|
||||||
|
<h4 id="type-declaration_12">Type declaration<a class="headerlink" href="#type-declaration_12" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>obj</code>): <code>string</code></p>
|
||||||
|
<p>Status to relay to screen readers</p>
|
||||||
|
<h5 id="parameters_10">Parameters<a class="headerlink" href="#parameters_10" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>obj</code></td>
|
||||||
|
<td align="left"><code>Object</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>obj.count</code></td>
|
||||||
|
<td align="left"><code>number</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_12">Returns<a class="headerlink" href="#returns_12" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>string</code></p>
|
||||||
|
<h4 id="inherited-from_63">Inherited from<a class="headerlink" href="#inherited-from_63" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.screenReaderStatus</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="styles">styles<a class="headerlink" href="#styles" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>styles</strong>: <code>StylesConfig</code><<code>Option</code>, <code>IsMulti</code>, <code>Group</code>></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>
|
||||||
|
<h4 id="inherited-from_64">Inherited from<a class="headerlink" href="#inherited-from_64" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.styles</p>
|
||||||
|
<hr />
|
||||||
|
<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>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>
|
||||||
|
<p>Omit.tabIndex</p>
|
||||||
|
<hr />
|
||||||
|
<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>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>
|
||||||
|
<p>Omit.tabSelectsValue</p>
|
||||||
|
<hr />
|
||||||
|
<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>Theme modifier method</p>
|
||||||
|
<h4 id="inherited-from_67">Inherited from<a class="headerlink" href="#inherited-from_67" title="Permanent link">#</a></h4>
|
||||||
|
<p>Omit.theme</p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="themename">themeName<a class="headerlink" href="#themename" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>themeName</strong>: <code>"lens"</code> | <code>"dark"</code> | <code>"light"</code> | <code>"outlined"</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="value">value<a class="headerlink" href="#value" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>value</strong>: <code>PropsValue</code><<code>Value</code>></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -753,6 +746,13 @@
|
|||||||
<nav class="md-nav" aria-label="Properties">
|
<nav class="md-nav" aria-label="Properties">
|
||||||
<ul class="md-nav__list">
|
<ul class="md-nav__list">
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#back" class="md-nav__link">
|
||||||
|
back
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#children" class="md-nav__link">
|
<a href="#children" class="md-nav__link">
|
||||||
children
|
children
|
||||||
@ -1932,26 +1932,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#back" class="md-nav__link">
|
|
||||||
back
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1978,6 +1958,7 @@
|
|||||||
<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>
|
||||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="./#back">back</a></li>
|
||||||
<li><a href="./#children">children</a></li>
|
<li><a href="./#children">children</a></li>
|
||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
<li><a href="./#closebuttonprops">closeButtonProps</a></li>
|
<li><a href="./#closebuttonprops">closeButtonProps</a></li>
|
||||||
@ -2147,11 +2128,29 @@
|
|||||||
<li><a href="./#onwheelcapture">onWheelCapture</a></li>
|
<li><a href="./#onwheelcapture">onWheelCapture</a></li>
|
||||||
<li><a href="./#providebackbuttonnavigation">provideBackButtonNavigation</a></li>
|
<li><a href="./#providebackbuttonnavigation">provideBackButtonNavigation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#back">back</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="back">back<a class="headerlink" href="#back" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>back</strong>: (<code>evt</code>: <code>MouseEvent</code><<code>Element</code>, <code>MouseEvent</code>> | <code>KeyboardEvent</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>evt</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>evt</code></td>
|
||||||
|
<td align="left"><code>MouseEvent</code><<code>Element</code>, <code>MouseEvent</code>> | <code>KeyboardEvent</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="children">children<a class="headerlink" href="#children" title="Permanent link">#</a></h3>
|
<h3 id="children">children<a class="headerlink" href="#children" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>children</strong>: <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>children</strong>: <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>
|
||||||
@ -2162,7 +2161,7 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="closebuttonprops">closeButtonProps<a class="headerlink" href="#closebuttonprops" title="Permanent link">#</a></h3>
|
<h3 id="closebuttonprops">closeButtonProps<a class="headerlink" href="#closebuttonprops" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>closeButtonProps</strong>: <code>Object</code></p>
|
<p>• <code>Optional</code> <strong>closeButtonProps</strong>: <code>Object</code></p>
|
||||||
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -2186,7 +2185,7 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="dangerouslysetinnerhtml">dangerouslySetInnerHTML<a class="headerlink" href="#dangerouslysetinnerhtml" title="Permanent link">#</a></h3>
|
<h3 id="dangerouslysetinnerhtml">dangerouslySetInnerHTML<a class="headerlink" href="#dangerouslysetinnerhtml" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>dangerouslySetInnerHTML</strong>: <code>Object</code></p>
|
<p>• <code>Optional</code> <strong>dangerouslySetInnerHTML</strong>: <code>Object</code></p>
|
||||||
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -3011,26 +3010,6 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="providebackbuttonnavigation">provideBackButtonNavigation<a class="headerlink" href="#providebackbuttonnavigation" title="Permanent link">#</a></h3>
|
<h3 id="providebackbuttonnavigation">provideBackButtonNavigation<a class="headerlink" href="#providebackbuttonnavigation" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>provideBackButtonNavigation</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>provideBackButtonNavigation</strong>: <code>boolean</code></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="back">back<a class="headerlink" href="#back" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>back</strong>(<code>evt</code>): <code>void</code></p>
|
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th align="left">Name</th>
|
|
||||||
<th align="left">Type</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>evt</code></td>
|
|
||||||
<td align="left"><code>MouseEvent</code><<code>Element</code>, <code>MouseEvent</code>> | <code>KeyboardEvent</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -731,13 +731,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1892,6 +1885,13 @@
|
|||||||
onCanPlayThroughCapture
|
onCanPlayThroughCapture
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onchange" class="md-nav__link">
|
||||||
|
onChange
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -3276,26 +3276,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onchange" class="md-nav__link">
|
|
||||||
onChange
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -3485,6 +3465,7 @@
|
|||||||
<li><a href="./#oncanplaycapture">onCanPlayCapture</a></li>
|
<li><a href="./#oncanplaycapture">onCanPlayCapture</a></li>
|
||||||
<li><a href="./#oncanplaythrough">onCanPlayThrough</a></li>
|
<li><a href="./#oncanplaythrough">onCanPlayThrough</a></li>
|
||||||
<li><a href="./#oncanplaythroughcapture">onCanPlayThroughCapture</a></li>
|
<li><a href="./#oncanplaythroughcapture">onCanPlayThroughCapture</a></li>
|
||||||
|
<li><a href="./#onchange">onChange</a></li>
|
||||||
<li><a href="./#onchangecapture">onChangeCapture</a></li>
|
<li><a href="./#onchangecapture">onChangeCapture</a></li>
|
||||||
<li><a href="./#onclick">onClick</a></li>
|
<li><a href="./#onclick">onClick</a></li>
|
||||||
<li><a href="./#onclickcapture">onClickCapture</a></li>
|
<li><a href="./#onclickcapture">onClickCapture</a></li>
|
||||||
@ -3683,10 +3664,6 @@
|
|||||||
<li><a href="./#wmode">wmode</a></li>
|
<li><a href="./#wmode">wmode</a></li>
|
||||||
<li><a href="./#wrap">wrap</a></li>
|
<li><a href="./#wrap">wrap</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#onchange">onChange</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="about">about<a class="headerlink" href="#about" title="Permanent link">#</a></h3>
|
<h3 id="about">about<a class="headerlink" href="#about" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>about</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>about</strong>: <code>string</code></p>
|
||||||
@ -4609,6 +4586,32 @@ A hint could be a sample value or a brief description of the expected format.</p
|
|||||||
<h4 id="inherited-from_162">Inherited from<a class="headerlink" href="#inherited-from_162" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_162">Inherited from<a class="headerlink" href="#inherited-from_162" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.onCanPlayThroughCapture</p>
|
<p>Omit.onCanPlayThroughCapture</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onChange</strong>: (<code>checked</code>: <code>boolean</code>, <code>event</code>: <code>ChangeEvent</code><<code>HTMLInputElement</code>>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>checked</code>, <code>event</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>checked</code></td>
|
||||||
|
<td align="left"><code>boolean</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>event</code></td>
|
||||||
|
<td align="left"><code>ChangeEvent</code><<code>HTMLInputElement</code>></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="onchangecapture">onChangeCapture<a class="headerlink" href="#onchangecapture" title="Permanent link">#</a></h3>
|
<h3 id="onchangecapture">onChangeCapture<a class="headerlink" href="#onchangecapture" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>onChangeCapture</strong>: <code>FormEventHandler</code><<code>HTMLInputElement</code>></p>
|
<p>• <code>Optional</code> <strong>onChangeCapture</strong>: <code>FormEventHandler</code><<code>HTMLInputElement</code>></p>
|
||||||
<h4 id="inherited-from_163">Inherited from<a class="headerlink" href="#inherited-from_163" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_163">Inherited from<a class="headerlink" href="#inherited-from_163" title="Permanent link">#</a></h4>
|
||||||
@ -5595,30 +5598,6 @@ A hint could be a sample value or a brief description of the expected format.</p
|
|||||||
<p>• <code>Optional</code> <strong>wrap</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>wrap</strong>: <code>string</code></p>
|
||||||
<h4 id="inherited-from_359">Inherited from<a class="headerlink" href="#inherited-from_359" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_359">Inherited from<a class="headerlink" href="#inherited-from_359" title="Permanent link">#</a></h4>
|
||||||
<p>Omit.wrap</p>
|
<p>Omit.wrap</p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>onChange</strong>(<code>checked</code>, <code>event</code>): <code>void</code></p>
|
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" 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>checked</code></td>
|
|
||||||
<td align="left"><code>boolean</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>event</code></td>
|
|
||||||
<td align="left"><code>ChangeEvent</code><<code>HTMLInputElement</code>></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -738,13 +738,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -779,6 +772,13 @@
|
|||||||
className
|
className
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#customrowheights" class="md-nav__link">
|
||||||
|
customRowHeights
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -786,6 +786,13 @@
|
|||||||
dangerouslySetInnerHTML
|
dangerouslySetInnerHTML
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#gettablerow" class="md-nav__link">
|
||||||
|
getTableRow
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1752,6 +1759,13 @@
|
|||||||
onSelectCapture
|
onSelectCapture
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#onsort" class="md-nav__link">
|
||||||
|
onSort
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -1920,6 +1934,13 @@
|
|||||||
onWheelCapture
|
onWheelCapture
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#renderrow" class="md-nav__link">
|
||||||
|
renderRow
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -2009,47 +2030,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#customrowheights" class="md-nav__link">
|
|
||||||
customRowHeights
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#gettablerow" class="md-nav__link">
|
|
||||||
getTableRow
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#onsort" class="md-nav__link">
|
|
||||||
onSort
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#renderrow" class="md-nav__link">
|
|
||||||
renderRow
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -2092,7 +2072,9 @@
|
|||||||
<li><a href="./#autosize">autoSize</a></li>
|
<li><a href="./#autosize">autoSize</a></li>
|
||||||
<li><a href="./#children">children</a></li>
|
<li><a href="./#children">children</a></li>
|
||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
|
<li><a href="./#customrowheights">customRowHeights</a></li>
|
||||||
<li><a href="./#dangerouslysetinnerhtml">dangerouslySetInnerHTML</a></li>
|
<li><a href="./#dangerouslysetinnerhtml">dangerouslySetInnerHTML</a></li>
|
||||||
|
<li><a href="./#gettablerow">getTableRow</a></li>
|
||||||
<li><a href="./#items">items</a></li>
|
<li><a href="./#items">items</a></li>
|
||||||
<li><a href="./#noitems">noItems</a></li>
|
<li><a href="./#noitems">noItems</a></li>
|
||||||
<li><a href="./#onabort">onAbort</a></li>
|
<li><a href="./#onabort">onAbort</a></li>
|
||||||
@ -2231,6 +2213,7 @@
|
|||||||
<li><a href="./#onseekingcapture">onSeekingCapture</a></li>
|
<li><a href="./#onseekingcapture">onSeekingCapture</a></li>
|
||||||
<li><a href="./#onselect">onSelect</a></li>
|
<li><a href="./#onselect">onSelect</a></li>
|
||||||
<li><a href="./#onselectcapture">onSelectCapture</a></li>
|
<li><a href="./#onselectcapture">onSelectCapture</a></li>
|
||||||
|
<li><a href="./#onsort">onSort</a></li>
|
||||||
<li><a href="./#onstalled">onStalled</a></li>
|
<li><a href="./#onstalled">onStalled</a></li>
|
||||||
<li><a href="./#onstalledcapture">onStalledCapture</a></li>
|
<li><a href="./#onstalledcapture">onStalledCapture</a></li>
|
||||||
<li><a href="./#onsubmit">onSubmit</a></li>
|
<li><a href="./#onsubmit">onSubmit</a></li>
|
||||||
@ -2255,6 +2238,7 @@
|
|||||||
<li><a href="./#onwaitingcapture">onWaitingCapture</a></li>
|
<li><a href="./#onwaitingcapture">onWaitingCapture</a></li>
|
||||||
<li><a href="./#onwheel">onWheel</a></li>
|
<li><a href="./#onwheel">onWheel</a></li>
|
||||||
<li><a href="./#onwheelcapture">onWheelCapture</a></li>
|
<li><a href="./#onwheelcapture">onWheelCapture</a></li>
|
||||||
|
<li><a href="./#renderrow">renderRow</a></li>
|
||||||
<li><a href="./#rowlineheight">rowLineHeight</a></li>
|
<li><a href="./#rowlineheight">rowLineHeight</a></li>
|
||||||
<li><a href="./#rowpadding">rowPadding</a></li>
|
<li><a href="./#rowpadding">rowPadding</a></li>
|
||||||
<li><a href="./#scrollable">scrollable</a></li>
|
<li><a href="./#scrollable">scrollable</a></li>
|
||||||
@ -2268,13 +2252,6 @@
|
|||||||
<li><a href="./#virtual">virtual</a></li>
|
<li><a href="./#virtual">virtual</a></li>
|
||||||
<li><a href="./#virtualheight">virtualHeight</a></li>
|
<li><a href="./#virtualheight">virtualHeight</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#customrowheights">customRowHeights</a></li>
|
|
||||||
<li><a href="./#gettablerow">getTableRow</a></li>
|
|
||||||
<li><a href="./#onsort">onSort</a></li>
|
|
||||||
<li><a href="./#renderrow">renderRow</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="autosize">autoSize<a class="headerlink" href="#autosize" title="Permanent link">#</a></h3>
|
<h3 id="autosize">autoSize<a class="headerlink" href="#autosize" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>autoSize</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>autoSize</strong>: <code>boolean</code></p>
|
||||||
@ -2287,9 +2264,39 @@
|
|||||||
<h3 id="classname">className<a class="headerlink" href="#classname" title="Permanent link">#</a></h3>
|
<h3 id="classname">className<a class="headerlink" href="#classname" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>className</strong>: <code>string</code></p>
|
<p>• <code>Optional</code> <strong>className</strong>: <code>string</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="customrowheights">customRowHeights<a class="headerlink" href="#customrowheights" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>customRowHeights</strong>: (<code>item</code>: <code>Item</code>, <code>lineHeight</code>: <code>number</code>, <code>paddings</code>: <code>number</code>) => <code>number</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>item</code>, <code>lineHeight</code>, <code>paddings</code>): <code>number</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>item</code></td>
|
||||||
|
<td align="left"><code>Item</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>lineHeight</code></td>
|
||||||
|
<td align="left"><code>number</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>paddings</code></td>
|
||||||
|
<td align="left"><code>number</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>number</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="dangerouslysetinnerhtml">dangerouslySetInnerHTML<a class="headerlink" href="#dangerouslysetinnerhtml" title="Permanent link">#</a></h3>
|
<h3 id="dangerouslysetinnerhtml">dangerouslySetInnerHTML<a class="headerlink" href="#dangerouslysetinnerhtml" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>dangerouslySetInnerHTML</strong>: <code>Object</code></p>
|
<p>• <code>Optional</code> <strong>dangerouslySetInnerHTML</strong>: <code>Object</code></p>
|
||||||
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -2307,6 +2314,28 @@
|
|||||||
<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.DOMAttributes.dangerouslySetInnerHTML</p>
|
<p>React.DOMAttributes.dangerouslySetInnerHTML</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="gettablerow">getTableRow<a class="headerlink" href="#gettablerow" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>getTableRow</strong>: (<code>uid</code>: <code>string</code>) => <code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
||||||
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>uid</code>): <code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
||||||
|
<h5 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>uid</code></td>
|
||||||
|
<td align="left"><code>string</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
||||||
|
<hr />
|
||||||
<h3 id="items">items<a class="headerlink" href="#items" title="Permanent link">#</a></h3>
|
<h3 id="items">items<a class="headerlink" href="#items" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>items</strong>: <code>Item</code>[]</p>
|
<p>• <code>Optional</code> <strong>items</strong>: <code>Item</code>[]</p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -2995,6 +3024,28 @@
|
|||||||
<h4 id="inherited-from_137">Inherited from<a class="headerlink" href="#inherited-from_137" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_137">Inherited from<a class="headerlink" href="#inherited-from_137" title="Permanent link">#</a></h4>
|
||||||
<p>React.DOMAttributes.onSelectCapture</p>
|
<p>React.DOMAttributes.onSelectCapture</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="onsort">onSort<a class="headerlink" href="#onsort" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>onSort</strong>: (<code>params</code>: <a href="../Renderer.Component.TableSortParams/"><code>TableSortParams</code></a>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_3">Type declaration<a class="headerlink" href="#type-declaration_3" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>params</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>params</code></td>
|
||||||
|
<td align="left"><a href="../Renderer.Component.TableSortParams/"><code>TableSortParams</code></a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="onstalled">onStalled<a class="headerlink" href="#onstalled" title="Permanent link">#</a></h3>
|
<h3 id="onstalled">onStalled<a class="headerlink" href="#onstalled" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>onStalled</strong>: <code>ReactEventHandler</code><<code>HTMLDivElement</code>></p>
|
<p>• <code>Optional</code> <strong>onStalled</strong>: <code>ReactEventHandler</code><<code>HTMLDivElement</code>></p>
|
||||||
<h4 id="inherited-from_138">Inherited from<a class="headerlink" href="#inherited-from_138" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_138">Inherited from<a class="headerlink" href="#inherited-from_138" title="Permanent link">#</a></h4>
|
||||||
@ -3115,6 +3166,28 @@
|
|||||||
<h4 id="inherited-from_161">Inherited from<a class="headerlink" href="#inherited-from_161" title="Permanent link">#</a></h4>
|
<h4 id="inherited-from_161">Inherited from<a class="headerlink" href="#inherited-from_161" title="Permanent link">#</a></h4>
|
||||||
<p>React.DOMAttributes.onWheelCapture</p>
|
<p>React.DOMAttributes.onWheelCapture</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="renderrow">renderRow<a class="headerlink" href="#renderrow" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>renderRow</strong>: (<code>item</code>: <code>Item</code>) => <code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
||||||
|
<h4 id="type-declaration_4">Type declaration<a class="headerlink" href="#type-declaration_4" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>item</code>): <code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
||||||
|
<h5 id="parameters_3">Parameters<a class="headerlink" href="#parameters_3" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>item</code></td>
|
||||||
|
<td align="left"><code>Item</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
||||||
|
<hr />
|
||||||
<h3 id="rowlineheight">rowLineHeight<a class="headerlink" href="#rowlineheight" title="Permanent link">#</a></h3>
|
<h3 id="rowlineheight">rowLineHeight<a class="headerlink" href="#rowlineheight" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>rowLineHeight</strong>: <code>number</code></p>
|
<p>• <code>Optional</code> <strong>rowLineHeight</strong>: <code>number</code></p>
|
||||||
<p>Row line height in pixels</p>
|
<p>Row line height in pixels</p>
|
||||||
@ -3159,94 +3232,6 @@ auto sizer to fill available height</p>
|
|||||||
<p>Only used when virtual is true. Sets the virtual list to be a fixed height.
|
<p>Only used when virtual is true. Sets the virtual list to be a fixed height.
|
||||||
Needed when used in contexts that already have a parent component that
|
Needed when used in contexts that already have a parent component that
|
||||||
is <code>overflow-y: scroll</code>,</p>
|
is <code>overflow-y: scroll</code>,</p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="customrowheights">customRowHeights<a class="headerlink" href="#customrowheights" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>customRowHeights</strong>(<code>item</code>, <code>lineHeight</code>, <code>paddings</code>): <code>number</code></p>
|
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" 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>item</code></td>
|
|
||||||
<td align="left"><code>Item</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>lineHeight</code></td>
|
|
||||||
<td align="left"><code>number</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>paddings</code></td>
|
|
||||||
<td align="left"><code>number</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>number</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="gettablerow">getTableRow<a class="headerlink" href="#gettablerow" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>getTableRow</strong>(<code>uid</code>): <code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" 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>uid</code></td>
|
|
||||||
<td align="left"><code>string</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onsort">onSort<a class="headerlink" href="#onsort" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>onSort</strong>(<code>params</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>params</code></td>
|
|
||||||
<td align="left"><a href="../Renderer.Component.TableSortParams/"><code>TableSortParams</code></a></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="renderrow">renderRow<a class="headerlink" href="#renderrow" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>renderRow</strong>(<code>item</code>): <code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</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>item</code></td>
|
|
||||||
<td align="left"><code>Item</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>undefined</code> | <code>null</code> | <code>ReactElement</code><<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a><<code>Item</code>>, <code>string</code> | <code>JSXElementConstructor</code><<code>any</code>>></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -738,13 +738,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -767,31 +760,18 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#hidesteps" class="md-nav__link">
|
|
||||||
hideSteps
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
<a href="#done" class="md-nav__link">
|
<a href="#done" class="md-nav__link">
|
||||||
done
|
done
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#hidesteps" class="md-nav__link">
|
||||||
|
hideSteps
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -852,11 +832,8 @@
|
|||||||
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./#data">data</a></li>
|
<li><a href="./#data">data</a></li>
|
||||||
<li><a href="./#hidesteps">hideSteps</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#done">done</a></li>
|
<li><a href="./#done">done</a></li>
|
||||||
|
<li><a href="./#hidesteps">hideSteps</a></li>
|
||||||
<li><a href="./#reset">reset</a></li>
|
<li><a href="./#reset">reset</a></li>
|
||||||
<li><a href="./#save">save</a></li>
|
<li><a href="./#save">save</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -864,22 +841,28 @@
|
|||||||
<h3 id="data">data<a class="headerlink" href="#data" title="Permanent link">#</a></h3>
|
<h3 id="data">data<a class="headerlink" href="#data" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>data</strong>: <code>Partial</code><<code>D</code>></p>
|
<p>• <code>Optional</code> <strong>data</strong>: <code>Partial</code><<code>D</code>></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="hidesteps">hideSteps<a class="headerlink" href="#hidesteps" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>hideSteps</strong>: <code>boolean</code></p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="done">done<a class="headerlink" href="#done" title="Permanent link">#</a></h3>
|
<h3 id="done">done<a class="headerlink" href="#done" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>done</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>done</strong>: () => <code>void</code></p>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="hidesteps">hideSteps<a class="headerlink" href="#hidesteps" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>hideSteps</strong>: <code>boolean</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="reset">reset<a class="headerlink" href="#reset" title="Permanent link">#</a></h3>
|
<h3 id="reset">reset<a class="headerlink" href="#reset" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>reset</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>reset</strong>: () => <code>void</code></p>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="save">save<a class="headerlink" href="#save" title="Permanent link">#</a></h3>
|
<h3 id="save">save<a class="headerlink" href="#save" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>save</strong>(<code>data</code>, <code>callback?</code>): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>save</strong>: (<code>data</code>: <code>Partial</code><<code>D</code>>, <code>callback?</code>: () => <code>void</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>data</code>, <code>callback?</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -898,7 +881,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -738,13 +738,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -779,6 +772,13 @@
|
|||||||
data
|
data
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#done" class="md-nav__link">
|
||||||
|
done
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -793,40 +793,6 @@
|
|||||||
hideSteps
|
hideSteps
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#step" class="md-nav__link">
|
|
||||||
step
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#title" class="md-nav__link">
|
|
||||||
title
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#done" class="md-nav__link">
|
|
||||||
done
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -848,6 +814,20 @@
|
|||||||
save
|
save
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#step" class="md-nav__link">
|
||||||
|
step
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#title" class="md-nav__link">
|
||||||
|
title
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -895,17 +875,14 @@
|
|||||||
<li><a href="./#children">children</a></li>
|
<li><a href="./#children">children</a></li>
|
||||||
<li><a href="./#classname">className</a></li>
|
<li><a href="./#classname">className</a></li>
|
||||||
<li><a href="./#data">data</a></li>
|
<li><a href="./#data">data</a></li>
|
||||||
|
<li><a href="./#done">done</a></li>
|
||||||
<li><a href="./#header">header</a></li>
|
<li><a href="./#header">header</a></li>
|
||||||
<li><a href="./#hidesteps">hideSteps</a></li>
|
<li><a href="./#hidesteps">hideSteps</a></li>
|
||||||
<li><a href="./#step">step</a></li>
|
|
||||||
<li><a href="./#title">title</a></li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#done">done</a></li>
|
|
||||||
<li><a href="./#onchange">onChange</a></li>
|
<li><a href="./#onchange">onChange</a></li>
|
||||||
<li><a href="./#reset">reset</a></li>
|
<li><a href="./#reset">reset</a></li>
|
||||||
<li><a href="./#save">save</a></li>
|
<li><a href="./#save">save</a></li>
|
||||||
|
<li><a href="./#step">step</a></li>
|
||||||
|
<li><a href="./#title">title</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<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="children">children<a class="headerlink" href="#children" title="Permanent link">#</a></h3>
|
<h3 id="children">children<a class="headerlink" href="#children" title="Permanent link">#</a></h3>
|
||||||
@ -919,30 +896,28 @@
|
|||||||
<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><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#data">data</a></p>
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#data">data</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="done">done<a class="headerlink" href="#done" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>done</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#done">done</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="header">header<a class="headerlink" href="#header" title="Permanent link">#</a></h3>
|
<h3 id="header">header<a class="headerlink" href="#header" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>header</strong>: <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>header</strong>: <code>ReactNode</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="hidesteps">hideSteps<a class="headerlink" href="#hidesteps" title="Permanent link">#</a></h3>
|
<h3 id="hidesteps">hideSteps<a class="headerlink" href="#hidesteps" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>hideSteps</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>hideSteps</strong>: <code>boolean</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_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#hidesteps">hideSteps</a></p>
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#hidesteps">hideSteps</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="step">step<a class="headerlink" href="#step" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>step</strong>: <code>number</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
|
|
||||||
<p>• <code>Optional</code> <strong>title</strong>: <code>string</code></p>
|
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="done">done<a class="headerlink" href="#done" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>done</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_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#done">done</a></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
<h3 id="onchange">onChange<a class="headerlink" href="#onchange" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>onChange</strong>(<code>step</code>): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>onChange</strong>: (<code>step</code>: <code>number</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>step</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -957,19 +932,23 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="reset">reset<a class="headerlink" href="#reset" title="Permanent link">#</a></h3>
|
<h3 id="reset">reset<a class="headerlink" href="#reset" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>reset</strong>(): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>reset</strong>: () => <code>void</code></p>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</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><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#reset">reset</a></p>
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#reset">reset</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="save">save<a class="headerlink" href="#save" title="Permanent link">#</a></h3>
|
<h3 id="save">save<a class="headerlink" href="#save" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <code>Optional</code> <strong>save</strong>(<code>data</code>, <code>callback?</code>): <code>void</code></p>
|
<p>• <code>Optional</code> <strong>save</strong>: (<code>data</code>: <code>Partial</code><<code>D</code>>, <code>callback?</code>: () => <code>void</code>) => <code>void</code></p>
|
||||||
<h4 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h4>
|
<h4 id="type-declaration_3">Type declaration<a class="headerlink" href="#type-declaration_3" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>data</code>, <code>callback?</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters_1">Parameters<a class="headerlink" href="#parameters_1" title="Permanent link">#</a></h5>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -988,10 +967,16 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h5 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h5>
|
||||||
<p><code>void</code></p>
|
<p><code>void</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_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#save">save</a></p>
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#save">save</a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="step">step<a class="headerlink" href="#step" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>step</strong>: <code>number</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>title</strong>: <code>string</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -738,13 +738,6 @@
|
|||||||
Properties
|
Properties
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -814,6 +807,20 @@
|
|||||||
disabledNext
|
disabledNext
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#done" class="md-nav__link">
|
||||||
|
done
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#first" class="md-nav__link">
|
||||||
|
first
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -835,6 +842,27 @@
|
|||||||
hideSteps
|
hideSteps
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#isfirst" class="md-nav__link">
|
||||||
|
isFirst
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#islast" class="md-nav__link">
|
||||||
|
isLast
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#last" class="md-nav__link">
|
||||||
|
last
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -849,6 +877,13 @@
|
|||||||
moreButtons
|
moreButtons
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#next" class="md-nav__link">
|
||||||
|
next
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -863,6 +898,13 @@
|
|||||||
noValidate
|
noValidate
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#prev" class="md-nav__link">
|
||||||
|
prev
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -870,6 +912,20 @@
|
|||||||
prevLabel
|
prevLabel
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#reset" class="md-nav__link">
|
||||||
|
reset
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#save" class="md-nav__link">
|
||||||
|
save
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
@ -931,82 +987,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#methods_1" class="md-nav__link">
|
|
||||||
Methods
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="md-nav" aria-label="Methods">
|
|
||||||
<ul class="md-nav__list">
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#done" class="md-nav__link">
|
|
||||||
done
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#first" class="md-nav__link">
|
|
||||||
first
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#isfirst" class="md-nav__link">
|
|
||||||
isFirst
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#islast" class="md-nav__link">
|
|
||||||
isLast
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#last" class="md-nav__link">
|
|
||||||
last
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#next" class="md-nav__link">
|
|
||||||
next
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#prev" class="md-nav__link">
|
|
||||||
prev
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#reset" class="md-nav__link">
|
|
||||||
reset
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#save" class="md-nav__link">
|
|
||||||
save
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1054,14 +1034,23 @@
|
|||||||
<li><a href="./#custombuttons">customButtons</a></li>
|
<li><a href="./#custombuttons">customButtons</a></li>
|
||||||
<li><a href="./#data">data</a></li>
|
<li><a href="./#data">data</a></li>
|
||||||
<li><a href="./#disablednext">disabledNext</a></li>
|
<li><a href="./#disablednext">disabledNext</a></li>
|
||||||
|
<li><a href="./#done">done</a></li>
|
||||||
|
<li><a href="./#first">first</a></li>
|
||||||
<li><a href="./#hidebackbtn">hideBackBtn</a></li>
|
<li><a href="./#hidebackbtn">hideBackBtn</a></li>
|
||||||
<li><a href="./#hidenextbtn">hideNextBtn</a></li>
|
<li><a href="./#hidenextbtn">hideNextBtn</a></li>
|
||||||
<li><a href="./#hidesteps">hideSteps</a></li>
|
<li><a href="./#hidesteps">hideSteps</a></li>
|
||||||
|
<li><a href="./#isfirst">isFirst</a></li>
|
||||||
|
<li><a href="./#islast">isLast</a></li>
|
||||||
|
<li><a href="./#last">last</a></li>
|
||||||
<li><a href="./#loading">loading</a></li>
|
<li><a href="./#loading">loading</a></li>
|
||||||
<li><a href="./#morebuttons">moreButtons</a></li>
|
<li><a href="./#morebuttons">moreButtons</a></li>
|
||||||
|
<li><a href="./#next">next</a></li>
|
||||||
<li><a href="./#nextlabel">nextLabel</a></li>
|
<li><a href="./#nextlabel">nextLabel</a></li>
|
||||||
<li><a href="./#novalidate">noValidate</a></li>
|
<li><a href="./#novalidate">noValidate</a></li>
|
||||||
|
<li><a href="./#prev">prev</a></li>
|
||||||
<li><a href="./#prevlabel">prevLabel</a></li>
|
<li><a href="./#prevlabel">prevLabel</a></li>
|
||||||
|
<li><a href="./#reset">reset</a></li>
|
||||||
|
<li><a href="./#save">save</a></li>
|
||||||
<li><a href="./#scrollable">scrollable</a></li>
|
<li><a href="./#scrollable">scrollable</a></li>
|
||||||
<li><a href="./#skip">skip</a></li>
|
<li><a href="./#skip">skip</a></li>
|
||||||
<li><a href="./#step">step</a></li>
|
<li><a href="./#step">step</a></li>
|
||||||
@ -1071,18 +1060,6 @@
|
|||||||
<li><a href="./#waiting">waiting</a></li>
|
<li><a href="./#waiting">waiting</a></li>
|
||||||
<li><a href="./#wizard">wizard</a></li>
|
<li><a href="./#wizard">wizard</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="./#done">done</a></li>
|
|
||||||
<li><a href="./#first">first</a></li>
|
|
||||||
<li><a href="./#isfirst">isFirst</a></li>
|
|
||||||
<li><a href="./#islast">isLast</a></li>
|
|
||||||
<li><a href="./#last">last</a></li>
|
|
||||||
<li><a href="./#next">next</a></li>
|
|
||||||
<li><a href="./#prev">prev</a></li>
|
|
||||||
<li><a href="./#reset">reset</a></li>
|
|
||||||
<li><a href="./#save">save</a></li>
|
|
||||||
</ul>
|
|
||||||
<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="aftercontent">afterContent<a class="headerlink" href="#aftercontent" title="Permanent link">#</a></h3>
|
<h3 id="aftercontent">afterContent<a class="headerlink" href="#aftercontent" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>afterContent</strong>: <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>afterContent</strong>: <code>ReactNode</code></p>
|
||||||
@ -1110,6 +1087,22 @@
|
|||||||
<h3 id="disablednext">disabledNext<a class="headerlink" href="#disablednext" title="Permanent link">#</a></h3>
|
<h3 id="disablednext">disabledNext<a class="headerlink" href="#disablednext" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>disabledNext</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>disabledNext</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="done">done<a class="headerlink" href="#done" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>done</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration">Type declaration<a class="headerlink" href="#type-declaration" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#done">done</a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="first">first<a class="headerlink" href="#first" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>first</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_1">Type declaration<a class="headerlink" href="#type-declaration_1" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="hidebackbtn">hideBackBtn<a class="headerlink" href="#hidebackbtn" title="Permanent link">#</a></h3>
|
<h3 id="hidebackbtn">hideBackBtn<a class="headerlink" href="#hidebackbtn" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>hideBackBtn</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>hideBackBtn</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -1118,24 +1111,96 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="hidesteps">hideSteps<a class="headerlink" href="#hidesteps" title="Permanent link">#</a></h3>
|
<h3 id="hidesteps">hideSteps<a class="headerlink" href="#hidesteps" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>hideSteps</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>hideSteps</strong>: <code>boolean</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_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
||||||
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#hidesteps">hideSteps</a></p>
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#hidesteps">hideSteps</a></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="isfirst">isFirst<a class="headerlink" href="#isfirst" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>isFirst</strong>: () => <code>boolean</code></p>
|
||||||
|
<h4 id="type-declaration_2">Type declaration<a class="headerlink" href="#type-declaration_2" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>boolean</code></p>
|
||||||
|
<h5 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>boolean</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="islast">isLast<a class="headerlink" href="#islast" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>isLast</strong>: () => <code>boolean</code></p>
|
||||||
|
<h4 id="type-declaration_3">Type declaration<a class="headerlink" href="#type-declaration_3" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>boolean</code></p>
|
||||||
|
<h5 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>boolean</code></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="last">last<a class="headerlink" href="#last" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>last</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_4">Type declaration<a class="headerlink" href="#type-declaration_4" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="loading">loading<a class="headerlink" href="#loading" title="Permanent link">#</a></h3>
|
<h3 id="loading">loading<a class="headerlink" href="#loading" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>loading</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>loading</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="morebuttons">moreButtons<a class="headerlink" href="#morebuttons" title="Permanent link">#</a></h3>
|
<h3 id="morebuttons">moreButtons<a class="headerlink" href="#morebuttons" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>moreButtons</strong>: <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>moreButtons</strong>: <code>ReactNode</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="next">next<a class="headerlink" href="#next" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>next</strong>: () => <code>boolean</code> | <code>void</code> | <code>Promise</code><<code>any</code>></p>
|
||||||
|
<h4 id="type-declaration_5">Type declaration<a class="headerlink" href="#type-declaration_5" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>boolean</code> | <code>void</code> | <code>Promise</code><<code>any</code>></p>
|
||||||
|
<h5 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>boolean</code> | <code>void</code> | <code>Promise</code><<code>any</code>></p>
|
||||||
|
<hr />
|
||||||
<h3 id="nextlabel">nextLabel<a class="headerlink" href="#nextlabel" title="Permanent link">#</a></h3>
|
<h3 id="nextlabel">nextLabel<a class="headerlink" href="#nextlabel" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>nextLabel</strong>: <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>nextLabel</strong>: <code>ReactNode</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="novalidate">noValidate<a class="headerlink" href="#novalidate" title="Permanent link">#</a></h3>
|
<h3 id="novalidate">noValidate<a class="headerlink" href="#novalidate" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>noValidate</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>noValidate</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="prev">prev<a class="headerlink" href="#prev" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>prev</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_6">Type declaration<a class="headerlink" href="#type-declaration_6" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<hr />
|
||||||
<h3 id="prevlabel">prevLabel<a class="headerlink" href="#prevlabel" title="Permanent link">#</a></h3>
|
<h3 id="prevlabel">prevLabel<a class="headerlink" href="#prevlabel" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>prevLabel</strong>: <code>ReactNode</code></p>
|
<p>• <code>Optional</code> <strong>prevLabel</strong>: <code>ReactNode</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
|
<h3 id="reset">reset<a class="headerlink" href="#reset" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>reset</strong>: () => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_7">Type declaration<a class="headerlink" href="#type-declaration_7" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (): <code>void</code></p>
|
||||||
|
<h5 id="returns_7">Returns<a class="headerlink" href="#returns_7" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#reset">reset</a></p>
|
||||||
|
<hr />
|
||||||
|
<h3 id="save">save<a class="headerlink" href="#save" title="Permanent link">#</a></h3>
|
||||||
|
<p>• <code>Optional</code> <strong>save</strong>: (<code>data</code>: <code>Partial</code><<code>D</code>>, <code>callback?</code>: () => <code>void</code>) => <code>void</code></p>
|
||||||
|
<h4 id="type-declaration_8">Type declaration<a class="headerlink" href="#type-declaration_8" title="Permanent link">#</a></h4>
|
||||||
|
<p>▸ (<code>data</code>, <code>callback?</code>): <code>void</code></p>
|
||||||
|
<h5 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">#</a></h5>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th align="left">Name</th>
|
||||||
|
<th align="left">Type</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>data</code></td>
|
||||||
|
<td align="left"><code>Partial</code><<code>D</code>></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left"><code>callback?</code></td>
|
||||||
|
<td align="left">() => <code>void</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<h5 id="returns_8">Returns<a class="headerlink" href="#returns_8" title="Permanent link">#</a></h5>
|
||||||
|
<p><code>void</code></p>
|
||||||
|
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
||||||
|
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#save">save</a></p>
|
||||||
|
<hr />
|
||||||
<h3 id="scrollable">scrollable<a class="headerlink" href="#scrollable" title="Permanent link">#</a></h3>
|
<h3 id="scrollable">scrollable<a class="headerlink" href="#scrollable" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>scrollable</strong>: <code>boolean</code></p>
|
<p>• <code>Optional</code> <strong>scrollable</strong>: <code>boolean</code></p>
|
||||||
<hr />
|
<hr />
|
||||||
@ -1159,76 +1224,6 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<h3 id="wizard">wizard<a class="headerlink" href="#wizard" title="Permanent link">#</a></h3>
|
<h3 id="wizard">wizard<a class="headerlink" href="#wizard" title="Permanent link">#</a></h3>
|
||||||
<p>• <code>Optional</code> <strong>wizard</strong>: <a href="../../classes/Renderer.Component.Wizard/"><code>Wizard</code></a><<code>D</code>></p>
|
<p>• <code>Optional</code> <strong>wizard</strong>: <a href="../../classes/Renderer.Component.Wizard/"><code>Wizard</code></a><<code>D</code>></p>
|
||||||
<h2 id="methods_1">Methods<a class="headerlink" href="#methods_1" title="Permanent link">#</a></h2>
|
|
||||||
<h3 id="done">done<a class="headerlink" href="#done" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>done</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_2">Inherited from<a class="headerlink" href="#inherited-from_2" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#done">done</a></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="first">first<a class="headerlink" href="#first" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>first</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="isfirst">isFirst<a class="headerlink" href="#isfirst" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>isFirst</strong>(): <code>boolean</code></p>
|
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>boolean</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="islast">isLast<a class="headerlink" href="#islast" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>isLast</strong>(): <code>boolean</code></p>
|
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>boolean</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="last">last<a class="headerlink" href="#last" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>last</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns_4">Returns<a class="headerlink" href="#returns_4" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="next">next<a class="headerlink" href="#next" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>next</strong>(): <code>boolean</code> | <code>void</code> | <code>Promise</code><<code>any</code>></p>
|
|
||||||
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>boolean</code> | <code>void</code> | <code>Promise</code><<code>any</code>></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="prev">prev<a class="headerlink" href="#prev" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>prev</strong>(): <code>void</code></p>
|
|
||||||
<h4 id="returns_6">Returns<a class="headerlink" href="#returns_6" title="Permanent link">#</a></h4>
|
|
||||||
<p><code>void</code></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="reset">reset<a class="headerlink" href="#reset" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>reset</strong>(): <code>void</code></p>
|
|
||||||
<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_3">Inherited from<a class="headerlink" href="#inherited-from_3" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#reset">reset</a></p>
|
|
||||||
<hr />
|
|
||||||
<h3 id="save">save<a class="headerlink" href="#save" title="Permanent link">#</a></h3>
|
|
||||||
<p>▸ <code>Optional</code> <strong>save</strong>(<code>data</code>, <code>callback?</code>): <code>void</code></p>
|
|
||||||
<h4 id="parameters">Parameters<a class="headerlink" href="#parameters" 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>data</code></td>
|
|
||||||
<td align="left"><code>Partial</code><<code>D</code>></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left"><code>callback?</code></td>
|
|
||||||
<td align="left">() => <code>void</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<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_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
|
|
||||||
<p><a href="../Renderer.Component.WizardCommonProps/">WizardCommonProps</a>.<a href="../Renderer.Component.WizardCommonProps/#save">save</a></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1481,8 +1481,7 @@
|
|||||||
<h2 id="functions_1">Functions<a class="headerlink" href="#functions_1" title="Permanent link">#</a></h2>
|
<h2 id="functions_1">Functions<a class="headerlink" href="#functions_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="isallowedresource">isAllowedResource<a class="headerlink" href="#isallowedresource" title="Permanent link">#</a></h3>
|
<h3 id="isallowedresource">isAllowedResource<a class="headerlink" href="#isallowedresource" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>isAllowedResource</strong>(...<code>args</code>): <code>boolean</code></p>
|
<p>▸ <strong>isAllowedResource</strong>(...<code>args</code>): <code>boolean</code></p>
|
||||||
<p>Copyright (c) OpenLens Authors. All rights reserved.
|
<p><strong><code>deprecated</code></strong> This function never works</p>
|
||||||
Licensed under MIT License. See LICENSE in root directory for more information.</p>
|
|
||||||
<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>
|
||||||
@ -1500,6 +1499,7 @@ Licensed under MIT License. See LICENSE in root directory for more information.<
|
|||||||
</table>
|
</table>
|
||||||
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
|
||||||
<p><code>boolean</code></p>
|
<p><code>boolean</code></p>
|
||||||
|
<p>false</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -830,63 +830,76 @@
|
|||||||
<h2 id="functions_1">Functions<a class="headerlink" href="#functions_1" title="Permanent link">#</a></h2>
|
<h2 id="functions_1">Functions<a class="headerlink" href="#functions_1" title="Permanent link">#</a></h2>
|
||||||
<h3 id="onresume">onResume<a class="headerlink" href="#onresume" title="Permanent link">#</a></h3>
|
<h3 id="onresume">onResume<a class="headerlink" href="#onresume" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onResume</strong>(<code>listener</code>): <code>Disposer</code></p>
|
<p>▸ <strong>onResume</strong>(<code>listener</code>): <code>Disposer</code></p>
|
||||||
|
<p>Adds event listener to system resume event</p>
|
||||||
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<th align="left">Name</th>
|
<th align="left">Name</th>
|
||||||
<th align="left">Type</th>
|
<th align="left">Type</th>
|
||||||
|
<th align="left">Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>listener</code></td>
|
<td align="left"><code>listener</code></td>
|
||||||
<td align="left"><a href="./#powereventlistener"><code>PowerEventListener</code></a></td>
|
<td align="left"><a href="./#powereventlistener"><code>PowerEventListener</code></a></td>
|
||||||
|
<td align="left">function which will be called on system resume</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
|
||||||
<p><code>Disposer</code></p>
|
<p><code>Disposer</code></p>
|
||||||
|
<p>function to remove event listener</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onshutdown">onShutdown<a class="headerlink" href="#onshutdown" title="Permanent link">#</a></h3>
|
<h3 id="onshutdown">onShutdown<a class="headerlink" href="#onshutdown" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onShutdown</strong>(<code>listener</code>): <code>Disposer</code></p>
|
<p>▸ <strong>onShutdown</strong>(<code>listener</code>): <code>Disposer</code></p>
|
||||||
|
<p>Adds event listener to the event which is emitted when
|
||||||
|
the system is about to reboot or shut down</p>
|
||||||
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<th align="left">Name</th>
|
<th align="left">Name</th>
|
||||||
<th align="left">Type</th>
|
<th align="left">Type</th>
|
||||||
|
<th align="left">Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>listener</code></td>
|
<td align="left"><code>listener</code></td>
|
||||||
<td align="left"><a href="./#powereventlistener"><code>PowerEventListener</code></a></td>
|
<td align="left"><a href="./#powereventlistener"><code>PowerEventListener</code></a></td>
|
||||||
|
<td align="left">function which will be called on system shutdown</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
<h4 id="returns_2">Returns<a class="headerlink" href="#returns_2" title="Permanent link">#</a></h4>
|
||||||
<p><code>Disposer</code></p>
|
<p><code>Disposer</code></p>
|
||||||
|
<p>function to remove event listener</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="onsuspend">onSuspend<a class="headerlink" href="#onsuspend" title="Permanent link">#</a></h3>
|
<h3 id="onsuspend">onSuspend<a class="headerlink" href="#onsuspend" title="Permanent link">#</a></h3>
|
||||||
<p>▸ <strong>onSuspend</strong>(<code>listener</code>): <code>Disposer</code></p>
|
<p>▸ <strong>onSuspend</strong>(<code>listener</code>): <code>Disposer</code></p>
|
||||||
|
<p>Adds event listener to system suspend events</p>
|
||||||
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
<h4 id="parameters_2">Parameters<a class="headerlink" href="#parameters_2" title="Permanent link">#</a></h4>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th align="left">Name</th>
|
<th align="left">Name</th>
|
||||||
<th align="left">Type</th>
|
<th align="left">Type</th>
|
||||||
|
<th align="left">Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><code>listener</code></td>
|
<td align="left"><code>listener</code></td>
|
||||||
<td align="left"><a href="./#powereventlistener"><code>PowerEventListener</code></a></td>
|
<td align="left"><a href="./#powereventlistener"><code>PowerEventListener</code></a></td>
|
||||||
|
<td align="left">function which will be called on system suspend</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" title="Permanent link">#</a></h4>
|
||||||
<p><code>Disposer</code></p>
|
<p><code>Disposer</code></p>
|
||||||
|
<p>function to remove event listener</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user