mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Bundled output for commit cb6405110c
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
export default class ComposerPostPreview extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
||||
static initAttrs(attrs: any): void;
|
||||
constructor();
|
||||
updateInterval: number | undefined;
|
||||
updateInterval: NodeJS.Timer | undefined;
|
||||
}
|
||||
import Component from "../../common/Component";
|
||||
|
@@ -23,7 +23,7 @@ export default class PostStream extends Component<import("../../common/Component
|
||||
* @param {Integer} top
|
||||
*/
|
||||
onscroll(top?: any): void;
|
||||
calculatePositionTimeout: number | undefined;
|
||||
calculatePositionTimeout: NodeJS.Timeout | undefined;
|
||||
/**
|
||||
* Check if either extreme of the post stream is in the viewport,
|
||||
* and if so, trigger loading the next/previous page.
|
||||
|
2
js/dist-typings/forum/utils/Pane.d.ts
vendored
2
js/dist-typings/forum/utils/Pane.d.ts
vendored
@@ -73,7 +73,7 @@ export default class Pane {
|
||||
* @public
|
||||
*/
|
||||
public onmouseleave(): void;
|
||||
hideTimeout: number | undefined;
|
||||
hideTimeout: NodeJS.Timeout | undefined;
|
||||
/**
|
||||
* Toggle whether or not the pane is pinned.
|
||||
*
|
||||
|
Reference in New Issue
Block a user