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

Bundled output for commit 87cdb5b4d8

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

[skip ci]
This commit is contained in:
flarum-bot
2022-11-07 15:14:44 +00:00
parent 87cdb5b4d8
commit eeb00cc56b
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import Modal, { IInternalModalAttrs } from '../../common/components/Modal';
import Stream from '../../common/utils/Stream';
import Mithril from 'mithril';
import RequestError from '../../common/utils/RequestError';
import ItemList from '../../common/utils/ItemList';
export interface IForgotPasswordModalAttrs extends IInternalModalAttrs {
email?: string;
}
@@ -20,6 +21,8 @@ export default class ForgotPasswordModal<CustomAttrs extends IForgotPasswordModa
className(): string;
title(): import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
content(): JSX.Element;
fields(): ItemList<unknown>;
onsubmit(e: SubmitEvent): void;
requestParams(): Record<string, unknown>;
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