1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Bundled output for commit 12d21cdbfc

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

[skip ci]
This commit is contained in:
flarum-bot
2024-10-02 10:25:42 +00:00
parent 12d21cdbfc
commit ed72aa0128
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
/// <reference path="../../@types/translator-icu-rich.d.ts" />
/**
* The `PostStreamScrubber` component displays a scrubber which can be used to
* navigate/scrub through a post stream.
@@ -14,6 +15,9 @@ export default class PostStreamScrubber extends Component<import("../../common/C
handlers: {} | undefined;
scrollListener: ScrollListener | undefined;
view(): JSX.Element;
firstPostLabel(): import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
unreadLabel(unreadCount: any): import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
lastPostLabel(): import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
onupdate(vnode: any): void;
oncreate(vnode: any): void;
dragging: boolean | undefined;

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