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

Deployed 3feb0d1651 to master with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
GitHub Action 2021-11-15 16:24:30 +00:00
parent 19e1fd14ed
commit a526e40316
7 changed files with 44 additions and 29 deletions

View File

@ -904,7 +904,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@44385</p>
<p>IpcRegistrar.__@IpcPrefix@44391</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -1007,7 +1007,7 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@30181</p>
<p>LensExtension.__@Disposers@30183</p>
<hr />
<h3 id="appmenus">appMenus<a class="headerlink" href="#appmenus" title="Permanent link">#</a></h3>
<p><strong>appMenus</strong>: <code>MenuRegistration</code>[] = <code>[]</code></p>

View File

@ -904,7 +904,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@44385</p>
<p>IpcRegistrar.__@IpcPrefix@44391</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -1127,7 +1127,7 @@
<h3 id="disposers">[Disposers]<a class="headerlink" href="#disposers" title="Permanent link">#</a></h3>
<p><strong>[Disposers]</strong>: <code>ExtendableDisposer</code></p>
<h4 id="inherited-from_1">Inherited from<a class="headerlink" href="#inherited-from_1" title="Permanent link">#</a></h4>
<p>LensExtension.__@Disposers@30181</p>
<p>LensExtension.__@Disposers@30183</p>
<hr />
<h3 id="apppreferences">appPreferences<a class="headerlink" href="#apppreferences" title="Permanent link">#</a></h3>
<p><strong>appPreferences</strong>: <a href="../../interfaces/Common.Types.AppPreferenceRegistration/"><code>AppPreferenceRegistration</code></a>[] = <code>[]</code></p>

View File

@ -786,6 +786,13 @@
detailsItem
</a>
</li>
<li class="md-nav__item">
<a href="#failedtoloadmessage" class="md-nav__link">
failedToLoadMessage
</a>
</li>
<li class="md-nav__item">
@ -1033,6 +1040,7 @@
<li><a href="./#customizeheader">customizeHeader</a></li>
<li><a href="./#dependentstores">dependentStores</a></li>
<li><a href="./#detailsitem">detailsItem</a></li>
<li><a href="./#failedtoloadmessage">failedToLoadMessage</a></li>
<li><a href="./#filtercallbacks">filterCallbacks</a></li>
<li><a href="./#filteritems">filterItems</a></li>
<li><a href="./#hasdetailsview">hasDetailsView</a></li>
@ -1094,80 +1102,87 @@
<h4 id="inherited-from_4">Inherited from<a class="headerlink" href="#inherited-from_4" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.detailsItem</p>
<hr />
<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>Message to display when a store failed to load</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>
<p>ItemListLayoutProps.failedToLoadMessage</p>
<hr />
<h3 id="filtercallbacks">filterCallbacks<a class="headerlink" href="#filtercallbacks" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>filterCallbacks</strong>: <code>ItemsFilters</code>&lt;<code>K</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>ItemListLayoutProps.filterCallbacks</p>
<hr />
<h3 id="filteritems">filterItems<a class="headerlink" href="#filteritems" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>filterItems</strong>: <code>ItemsFilter</code>&lt;<code>K</code>>[]</p>
<p><strong><code>deprecated</code></strong></p>
<h4 id="inherited-from_6">Inherited from<a class="headerlink" href="#inherited-from_6" 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>ItemListLayoutProps.filterItems</p>
<hr />
<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>
<h4 id="inherited-from_7">Inherited from<a class="headerlink" href="#inherited-from_7" 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>ItemListLayoutProps.hasDetailsView</p>
<hr />
<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>
<h4 id="inherited-from_8">Inherited from<a class="headerlink" href="#inherited-from_8" 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>ItemListLayoutProps.headerClassName</p>
<hr />
<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>
<h4 id="inherited-from_9">Inherited from<a class="headerlink" href="#inherited-from_9" 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>ItemListLayoutProps.hideFilters</p>
<hr />
<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>
<h4 id="inherited-from_10">Inherited from<a class="headerlink" href="#inherited-from_10" 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>ItemListLayoutProps.isConfigurable</p>
<hr />
<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>
<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>ItemListLayoutProps.isReady</p>
<hr />
<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>
<h4 id="inherited-from_12">Inherited from<a class="headerlink" href="#inherited-from_12" 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>ItemListLayoutProps.isSelectable</p>
<hr />
<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>
<h4 id="inherited-from_13">Inherited from<a class="headerlink" href="#inherited-from_13" 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>ItemListLayoutProps.items</p>
<hr />
<h3 id="preloadstores">preloadStores<a class="headerlink" href="#preloadstores" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>preloadStores</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_15">Inherited from<a class="headerlink" href="#inherited-from_15" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.preloadStores</p>
<hr />
<h3 id="renderheadertitle">renderHeaderTitle<a class="headerlink" href="#renderheadertitle" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>renderHeaderTitle</strong>: <code>ReactNode</code> | (<code>parent</code>: <code>ItemListLayout</code>&lt;<code>K</code>>) =&gt; <code>ReactNode</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_16">Inherited from<a class="headerlink" href="#inherited-from_16" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.renderHeaderTitle</p>
<hr />
<h3 id="rendertableheader">renderTableHeader<a class="headerlink" href="#rendertableheader" title="Permanent link">#</a></h3>
<p><strong>renderTableHeader</strong>: <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>[]</p>
<h4 id="inherited-from_16">Inherited from<a class="headerlink" href="#inherited-from_16" 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>ItemListLayoutProps.renderTableHeader</p>
<hr />
<h3 id="searchfilters">searchFilters<a class="headerlink" href="#searchfilters" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>searchFilters</strong>: <code>SearchFilter</code>&lt;<code>K</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_18">Inherited from<a class="headerlink" href="#inherited-from_18" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.searchFilters</p>
<hr />
<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>
<h4 id="inherited-from_18">Inherited from<a class="headerlink" href="#inherited-from_18" 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>ItemListLayoutProps.showHeader</p>
<hr />
<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>&lt;<code>K</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_20">Inherited from<a class="headerlink" href="#inherited-from_20" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.sortingCallbacks</p>
<hr />
<h3 id="store">store<a class="headerlink" href="#store" title="Permanent link">#</a></h3>
@ -1180,17 +1195,17 @@
<hr />
<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>
<h4 id="inherited-from_20">Inherited from<a class="headerlink" href="#inherited-from_20" 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>ItemListLayoutProps.tableId</p>
<hr />
<h3 id="tableprops">tableProps<a class="headerlink" href="#tableprops" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>tableProps</strong>: <code>Partial</code>&lt;<a href="../Renderer.Component.TableProps/"><code>TableProps</code></a>&lt;<code>K</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_22">Inherited from<a class="headerlink" href="#inherited-from_22" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.tableProps</p>
<hr />
<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>
<h4 id="inherited-from_22">Inherited from<a class="headerlink" href="#inherited-from_22" 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>ItemListLayoutProps.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>
@ -1212,7 +1227,7 @@
</table>
<h4 id="returns">Returns<a class="headerlink" href="#returns" title="Permanent link">#</a></h4>
<p><code>Partial</code>&lt;<a href="../Renderer.Component.ConfirmDialogParams/"><code>ConfirmDialogParams</code></a>></p>
<h4 id="inherited-from_23">Inherited from<a class="headerlink" href="#inherited-from_23" 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>ItemListLayoutProps.customizeRemoveDialog</p>
<hr />
<h3 id="customizetablerowprops">customizeTableRowProps<a class="headerlink" href="#customizetablerowprops" title="Permanent link">#</a></h3>
@ -1234,7 +1249,7 @@
</table>
<h4 id="returns_1">Returns<a class="headerlink" href="#returns_1" title="Permanent link">#</a></h4>
<p><code>Partial</code>&lt;<a href="../Renderer.Component.TableRowProps/"><code>TableRowProps</code></a>></p>
<h4 id="inherited-from_24">Inherited from<a class="headerlink" href="#inherited-from_24" 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>ItemListLayoutProps.customizeTableRowProps</p>
<hr />
<h3 id="ondetails">onDetails<a class="headerlink" href="#ondetails" title="Permanent link">#</a></h3>
@ -1256,7 +1271,7 @@
</table>
<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_25">Inherited from<a class="headerlink" href="#inherited-from_25" 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>ItemListLayoutProps.onDetails</p>
<hr />
<h3 id="renderfooter">renderFooter<a class="headerlink" href="#renderfooter" title="Permanent link">#</a></h3>
@ -1278,7 +1293,7 @@
</table>
<h4 id="returns_3">Returns<a class="headerlink" href="#returns_3" 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>
<h4 id="inherited-from_27">Inherited from<a class="headerlink" href="#inherited-from_27" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.renderFooter</p>
<hr />
<h3 id="renderitemmenu">renderItemMenu<a class="headerlink" href="#renderitemmenu" title="Permanent link">#</a></h3>
@ -1304,7 +1319,7 @@
</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_27">Inherited from<a class="headerlink" href="#inherited-from_27" title="Permanent link">#</a></h4>
<h4 id="inherited-from_28">Inherited from<a class="headerlink" href="#inherited-from_28" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.renderItemMenu</p>
<hr />
<h3 id="rendertablecontents">renderTableContents<a class="headerlink" href="#rendertablecontents" title="Permanent link">#</a></h3>
@ -1326,7 +1341,7 @@
</table>
<h4 id="returns_5">Returns<a class="headerlink" href="#returns_5" title="Permanent link">#</a></h4>
<p>(<code>ReactNode</code> | <a href="../Renderer.Component.TableCellProps/"><code>TableCellProps</code></a>)[]</p>
<h4 id="inherited-from_28">Inherited from<a class="headerlink" href="#inherited-from_28" title="Permanent link">#</a></h4>
<h4 id="inherited-from_29">Inherited from<a class="headerlink" href="#inherited-from_29" title="Permanent link">#</a></h4>
<p>ItemListLayoutProps.renderTableContents</p>

File diff suppressed because one or more lines are too long

Binary file not shown.