1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +02:00

Bundled output for commit d72b8b8d8e

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2021-11-12 00:58:35 +00:00
parent d72b8b8d8e
commit 359e9f6cbb
6 changed files with 8 additions and 10 deletions

View File

@@ -80,10 +80,8 @@ export default class DiscussionPage<CustomAttrs extends IDiscussionPageAttrs = I
show(discussion: Discussion): void;
/**
* Build an item list for the contents of the sidebar.
*
* @return {ItemList}
*/
sidebarItems(): ItemList<unknown>;
sidebarItems(): ItemList<Mithril.Vnode<{}, {}>>;
/**
* When the posts that are visible in the post stream change (i.e. the user
* scrolls up or down), then we update the URL and mark the posts as read.

View File

@@ -87,7 +87,7 @@ export default class Search<T extends SearchAttrs = SearchAttrs> extends Compone
/**
* Build an item list of SearchSources.
*/
sourceItems(): ItemList;
sourceItems(): ItemList<SearchSource>;
/**
* Get all of the search result items that are selectable.
*/