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:
@@ -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.
|
||||
|
2
js/dist-typings/forum/components/Search.d.ts
vendored
2
js/dist-typings/forum/components/Search.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user