mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Bundled output for commit c9a8543554
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
export default class NotificationList extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
export default class NotificationList extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
||||||
constructor();
|
constructor();
|
||||||
|
controlItems(): ItemList<any>;
|
||||||
content(state: any): any;
|
content(state: any): any;
|
||||||
$notifications: JQuery<HTMLElement> | undefined;
|
$notifications: JQuery<HTMLElement> | undefined;
|
||||||
$scrollParent: JQuery<HTMLElement> | JQuery<Window & typeof globalThis> | undefined;
|
$scrollParent: JQuery<HTMLElement> | JQuery<Window & typeof globalThis> | undefined;
|
||||||
@@ -16,3 +17,4 @@ export default class NotificationList extends Component<import("../../common/Com
|
|||||||
inPanel(): boolean;
|
inPanel(): boolean;
|
||||||
}
|
}
|
||||||
import Component from "../../common/Component";
|
import Component from "../../common/Component";
|
||||||
|
import ItemList from "../../common/utils/ItemList";
|
||||||
|
2
js/dist/forum.js
generated
vendored
2
js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
js/dist/forum.js.map
generated
vendored
2
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