Bundled output for commit 53ab1503e4

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

[skip ci]
This commit is contained in:
flarum-bot 2022-11-07 13:53:51 +00:00
parent 53ab1503e4
commit bc4b0b864c
3 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ import ItemList from '../../common/utils/ItemList';
import Stream from '../../common/utils/Stream';
import type Mithril from 'mithril';
import RequestError from '../../common/utils/RequestError';
import type { LoginParams } from '../../common/Session';
export interface ILoginModalAttrs extends IInternalModalAttrs {
identification?: string;
password?: string;
@ -41,5 +42,6 @@ export default class LogInModal<CustomAttrs extends ILoginModalAttrs = ILoginMod
signUp(): void;
onready(): void;
onsubmit(e: SubmitEvent): void;
loginParams(): LoginParams;
onerror(error: RequestError): void;
}

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