Bundled output for commit 412cfafb3a2db2fb6c4137dc5bd33c6349e18309

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

[skip ci]
This commit is contained in:
flarum-bot 2023-09-29 15:39:58 +00:00
parent 412cfafb3a
commit 24d13e33bb
3 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ import type { IPageAttrs } from '../../common/components/Page';
import type { AlertIdentifier } from '../../common/states/AlertManagerState';
import type Mithril from 'mithril';
import type { SaveSubmitEvent } from './AdminPage';
import ItemList from '../../common/utils/ItemList';
export interface MailSettings {
data: {
attributes: {
@ -30,6 +31,7 @@ export default class MailPage<CustomAttrs extends IPageAttrs = IPageAttrs> exten
};
refresh(): void;
content(): JSX.Element;
mailSettingItems(): ItemList<Mithril.Children>;
sendTestEmail(): void;
saveSettings(e: SaveSubmitEvent): Promise<void>;
}

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