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

Bundled output for commit 7f657dac04

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-29 07:12:08 +00:00
parent 7f657dac04
commit 5855134b79
5 changed files with 11 additions and 5 deletions

View File

@@ -9,7 +9,10 @@ export default class AppearancePage extends AdminPage {
title: import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
description: import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
};
content(): JSX.Element;
content(): (Mithril.Children & {
itemName: string;
})[];
colorItems(): ItemList<Mithril.Children>;
onsaved(): void;
contentItems(): ItemList<Mithril.Children>;
}

View File

@@ -2,7 +2,7 @@
import ItemList from '../../common/utils/ItemList';
import AdminPage from './AdminPage';
import type { IPageAttrs } from '../../common/components/Page';
import type Mithril from 'mithril';
import Mithril from 'mithril';
export declare type HomePageItem = {
path: string;
label: Mithril.Children;
@@ -24,4 +24,5 @@ export default class BasicsPage<CustomAttrs extends IPageAttrs = IPageAttrs> ext
* object with `path` and `label` properties.
*/
homePageItems(): ItemList<HomePageItem>;
contentItems(): ItemList<Mithril.Children>;
}

View File

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

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