Bundled output for commit 9f87bf18c2f7d417c0904a8409419c8e1666afb3

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

[skip ci]
This commit is contained in:
flarum-bot 2024-10-25 15:03:06 +00:00
parent 9f87bf18c2
commit ff7b02ac1b
10 changed files with 10 additions and 10 deletions

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

View File

@ -7,7 +7,7 @@ export interface IHeaderListItemAttrs extends ComponentAttrs {
content: string;
excerpt: string;
datetime?: Date;
href: string;
href?: string | null;
onclick?: (e: Event) => void;
actions?: Mithril.Children;
}

View File

@ -86,7 +86,7 @@ declare class ComposerState {
* @param type The component class to check against. Subclasses are accepted as well.
* @param data
*/
bodyMatches(type: object, data?: any): boolean;
bodyMatches(type: object | string, data?: any): boolean;
/**
* Determine whether or not the Composer is visible.
*

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