mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Bundled output for commit 561e22784a
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
3
extensions/messages/js/dist-typings/forum/components/MessagesPage.d.ts
generated
vendored
3
extensions/messages/js/dist-typings/forum/components/MessagesPage.d.ts
generated
vendored
@@ -16,6 +16,7 @@ export default class MessagesPage<CustomAttrs extends IMessagesPageAttrs = IMess
|
|||||||
onupdate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
|
onupdate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
|
||||||
view(): JSX.Element;
|
view(): JSX.Element;
|
||||||
hero(): Mithril.Children;
|
hero(): Mithril.Children;
|
||||||
|
contentItems(): ItemList<Mithril.Children>;
|
||||||
/**
|
/**
|
||||||
* Build an item list for the part of the toolbar which is concerned with how
|
* Build an item list for the part of the toolbar which is concerned with how
|
||||||
* the results are displayed. By default this is just a select box to change
|
* the results are displayed. By default this is just a select box to change
|
||||||
@@ -24,7 +25,7 @@ export default class MessagesPage<CustomAttrs extends IMessagesPageAttrs = IMess
|
|||||||
viewItems(): ItemList<Mithril.Children>;
|
viewItems(): ItemList<Mithril.Children>;
|
||||||
/**
|
/**
|
||||||
* Build an item list for the part of the toolbar which is about taking action
|
* Build an item list for the part of the toolbar which is about taking action
|
||||||
* on the results. By default this is just a "mark all as read" button.
|
* on the results. By default, this is just a "mark all as read" button.
|
||||||
*/
|
*/
|
||||||
actionItems(): ItemList<Mithril.Children>;
|
actionItems(): ItemList<Mithril.Children>;
|
||||||
}
|
}
|
||||||
|
2
extensions/messages/js/dist/forum/components/MessagesPage.js
generated
vendored
2
extensions/messages/js/dist/forum/components/MessagesPage.js
generated
vendored
File diff suppressed because one or more lines are too long
2
extensions/messages/js/dist/forum/components/MessagesPage.js.map
generated
vendored
2
extensions/messages/js/dist/forum/components/MessagesPage.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user