mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Bundled output for commit 7d8cfdfaec
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
5
framework/core/js/dist-typings/forum/components/DiscussionListItem.d.ts
generated
vendored
5
framework/core/js/dist-typings/forum/components/DiscussionListItem.d.ts
generated
vendored
@@ -24,12 +24,15 @@ export default class DiscussionListItem<CustomAttrs extends IDiscussionListItemA
|
||||
className: string;
|
||||
};
|
||||
view(): JSX.Element;
|
||||
viewItems(): ItemList<Mithril.Children>;
|
||||
controlsView(controls: Mithril.ChildArray): Mithril.Children;
|
||||
slidableUnderneathView(): Mithril.Children;
|
||||
contentView(): Mithril.Children;
|
||||
contentItems(): ItemList<Mithril.Children>;
|
||||
authorAvatarView(): Mithril.Children;
|
||||
badgesView(): Mithril.Children;
|
||||
mainView(): Mithril.Children;
|
||||
mainItems(): ItemList<Mithril.Children>;
|
||||
getJumpTo(): number;
|
||||
oncreate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
|
||||
onbeforeupdate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): boolean;
|
||||
@@ -59,5 +62,5 @@ export default class DiscussionListItem<CustomAttrs extends IDiscussionListItemA
|
||||
* just the first/last post indicator.
|
||||
*/
|
||||
infoItems(): ItemList<Mithril.Children>;
|
||||
replyCountItem(): JSX.Element;
|
||||
replyCountItem(): ItemList<Mithril.Children>;
|
||||
}
|
||||
|
2
framework/core/js/dist/forum.js
generated
vendored
2
framework/core/js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user