mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
Bundled output for commit 87cdb5b4d8
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
3
framework/core/js/dist-typings/forum/components/ForgotPasswordModal.d.ts
generated
vendored
3
framework/core/js/dist-typings/forum/components/ForgotPasswordModal.d.ts
generated
vendored
@@ -3,6 +3,7 @@ import Modal, { IInternalModalAttrs } from '../../common/components/Modal';
|
|||||||
import Stream from '../../common/utils/Stream';
|
import Stream from '../../common/utils/Stream';
|
||||||
import Mithril from 'mithril';
|
import Mithril from 'mithril';
|
||||||
import RequestError from '../../common/utils/RequestError';
|
import RequestError from '../../common/utils/RequestError';
|
||||||
|
import ItemList from '../../common/utils/ItemList';
|
||||||
export interface IForgotPasswordModalAttrs extends IInternalModalAttrs {
|
export interface IForgotPasswordModalAttrs extends IInternalModalAttrs {
|
||||||
email?: string;
|
email?: string;
|
||||||
}
|
}
|
||||||
@@ -20,6 +21,8 @@ export default class ForgotPasswordModal<CustomAttrs extends IForgotPasswordModa
|
|||||||
className(): string;
|
className(): string;
|
||||||
title(): import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
|
title(): import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
|
||||||
content(): JSX.Element;
|
content(): JSX.Element;
|
||||||
|
fields(): ItemList<unknown>;
|
||||||
onsubmit(e: SubmitEvent): void;
|
onsubmit(e: SubmitEvent): void;
|
||||||
|
requestParams(): Record<string, unknown>;
|
||||||
onerror(error: RequestError): void;
|
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
Reference in New Issue
Block a user