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

Bundled output for commit 9f87bf18c2

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