Bundled output for commit 4eb2112282e45f129158829134f54eb65d1a6865

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

[skip ci]
This commit is contained in:
flarum-bot 2022-08-11 20:46:35 +00:00
parent 4eb2112282
commit 34b7686d8a
6 changed files with 14 additions and 4 deletions

View File

@ -0,0 +1,6 @@
/// <reference types="mithril" />
import DashboardWidget from './DashboardWidget';
export default class DebugWarningWidget extends DashboardWidget {
className(): string;
content(): JSX.Element;
}

View File

@ -3,6 +3,10 @@ import type Mithril from 'mithril';
export interface AlertAttrs extends ComponentAttrs {
/** The type of alert this is. Will be used to give the alert a class name of `Alert--{type}`. */
type?: string;
/** Title of the alert. Optional. */
title?: Mithril.Children;
/** Icon used next to the title. Optional. */
icon?: string;
/** An array of controls to show in the alert. */
controls?: Mithril.Children;
/** Whether or not the alert can be dismissed. */

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

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