mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 22:12:50 +08:00
Bundled output for commit 53ab1503e4
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
53ab1503e4
commit
bc4b0b864c
2
framework/core/js/dist-typings/forum/components/LogInModal.d.ts
generated
vendored
2
framework/core/js/dist-typings/forum/components/LogInModal.d.ts
generated
vendored
|
@ -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
2
framework/core/js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user