mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Bundled output for commit 7f657dac04
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
5
framework/core/js/dist-typings/admin/components/AppearancePage.d.ts
generated
vendored
5
framework/core/js/dist-typings/admin/components/AppearancePage.d.ts
generated
vendored
@@ -9,7 +9,10 @@ export default class AppearancePage extends AdminPage {
|
|||||||
title: import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
|
title: import("@askvortsov/rich-icu-message-formatter").NestedStringArray;
|
||||||
description: 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>;
|
colorItems(): ItemList<Mithril.Children>;
|
||||||
onsaved(): void;
|
onsaved(): void;
|
||||||
|
contentItems(): ItemList<Mithril.Children>;
|
||||||
}
|
}
|
||||||
|
3
framework/core/js/dist-typings/admin/components/BasicsPage.d.ts
generated
vendored
3
framework/core/js/dist-typings/admin/components/BasicsPage.d.ts
generated
vendored
@@ -2,7 +2,7 @@
|
|||||||
import ItemList from '../../common/utils/ItemList';
|
import ItemList from '../../common/utils/ItemList';
|
||||||
import AdminPage from './AdminPage';
|
import AdminPage from './AdminPage';
|
||||||
import type { IPageAttrs } from '../../common/components/Page';
|
import type { IPageAttrs } from '../../common/components/Page';
|
||||||
import type Mithril from 'mithril';
|
import Mithril from 'mithril';
|
||||||
export declare type HomePageItem = {
|
export declare type HomePageItem = {
|
||||||
path: string;
|
path: string;
|
||||||
label: Mithril.Children;
|
label: Mithril.Children;
|
||||||
@@ -24,4 +24,5 @@ export default class BasicsPage<CustomAttrs extends IPageAttrs = IPageAttrs> ext
|
|||||||
* object with `path` and `label` properties.
|
* object with `path` and `label` properties.
|
||||||
*/
|
*/
|
||||||
homePageItems(): ItemList<HomePageItem>;
|
homePageItems(): ItemList<HomePageItem>;
|
||||||
|
contentItems(): ItemList<Mithril.Children>;
|
||||||
}
|
}
|
||||||
|
4
framework/core/js/dist-typings/admin/components/MailPage.d.ts
generated
vendored
4
framework/core/js/dist-typings/admin/components/MailPage.d.ts
generated
vendored
@@ -2,8 +2,9 @@
|
|||||||
import AdminPage from './AdminPage';
|
import AdminPage from './AdminPage';
|
||||||
import type { IPageAttrs } from '../../common/components/Page';
|
import type { IPageAttrs } from '../../common/components/Page';
|
||||||
import type { AlertIdentifier } from '../../common/states/AlertManagerState';
|
import type { AlertIdentifier } from '../../common/states/AlertManagerState';
|
||||||
import type Mithril from 'mithril';
|
import Mithril from 'mithril';
|
||||||
import type { SaveSubmitEvent } from './AdminPage';
|
import type { SaveSubmitEvent } from './AdminPage';
|
||||||
|
import ItemList from '../../common/utils/ItemList';
|
||||||
export interface MailSettings {
|
export interface MailSettings {
|
||||||
data: {
|
data: {
|
||||||
attributes: {
|
attributes: {
|
||||||
@@ -32,4 +33,5 @@ export default class MailPage<CustomAttrs extends IPageAttrs = IPageAttrs> exten
|
|||||||
content(): JSX.Element;
|
content(): JSX.Element;
|
||||||
sendTestEmail(): void;
|
sendTestEmail(): void;
|
||||||
saveSettings(e: SaveSubmitEvent): Promise<void>;
|
saveSettings(e: SaveSubmitEvent): Promise<void>;
|
||||||
|
contentItems(): ItemList<Mithril.Children>;
|
||||||
}
|
}
|
||||||
|
2
framework/core/js/dist/admin.js
generated
vendored
2
framework/core/js/dist/admin.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/admin.js.map
generated
vendored
2
framework/core/js/dist/admin.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user