Bundled output for commit f13dc058667540ce14f58eb25eef151ba14f524b

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

[skip ci]
This commit is contained in:
flarum-bot 2025-02-11 19:28:15 +00:00
parent f13dc05866
commit 7ba768bf68
10 changed files with 13 additions and 8 deletions

2
extensions/tags/js/dist/admin.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,6 +13,8 @@ export default class IndexPage<CustomAttrs extends IIndexPageAttrs = IIndexPageA
lastDiscussion?: Discussion; lastDiscussion?: Discussion;
oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void; oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void;
view(): JSX.Element; view(): JSX.Element;
contentItems(): ItemList<Mithril.Children>;
toolbarItems(): ItemList<Mithril.Children>;
setTitle(): void; setTitle(): void;
oncreate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void; oncreate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
onbeforeremove(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void; onbeforeremove(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;

View File

@ -14,6 +14,9 @@ export default class PostStreamScrubber extends Component<import("../../common/C
handlers: {} | undefined; handlers: {} | undefined;
scrollListener: ScrollListener | undefined; scrollListener: ScrollListener | undefined;
view(): JSX.Element; view(): JSX.Element;
firstPostLabel(): string | any[];
unreadLabel(unreadCount: any): any[];
lastPostLabel(): string | any[];
onupdate(vnode: any): void; onupdate(vnode: any): void;
oncreate(vnode: any): void; oncreate(vnode: any): void;
dragging: boolean | undefined; dragging: boolean | undefined;

2
framework/core/js/dist/admin.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long