mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Bundled output for commit 4912a2e059
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
3
framework/core/js/dist-typings/forum/components/DiscussionPage.d.ts
generated
vendored
3
framework/core/js/dist-typings/forum/components/DiscussionPage.d.ts
generated
vendored
@@ -28,7 +28,8 @@ export default class DiscussionPage<CustomAttrs extends IDiscussionPageAttrs = I
|
|||||||
protected useBrowserScrollRestoration: boolean;
|
protected useBrowserScrollRestoration: boolean;
|
||||||
oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void;
|
oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void;
|
||||||
onremove(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
|
onremove(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
|
||||||
view(): JSX.Element;
|
view(): Mithril.Children;
|
||||||
|
viewItems(): ItemList<Mithril.Children>;
|
||||||
/**
|
/**
|
||||||
* List of components shown while the discussion is loading.
|
* List of components shown while the discussion is loading.
|
||||||
*/
|
*/
|
||||||
|
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