1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

Bundled output for commit a8777c6198

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

[skip ci]
This commit is contained in:
flarum-bot
2024-06-21 08:39:52 +00:00
parent a8777c6198
commit d73cd0ecdd
18 changed files with 23 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
import type Mithril from 'mithril';
import Component, { type ComponentAttrs } from 'flarum/common/Component';
import { CommonSettingsItemOptions, type SettingsComponentOptions } from '@flarum/core/src/admin/components/AdminPage';
import { type SettingsComponentOptions } from '@flarum/core/src/admin/components/AdminPage';
import { type CommonFieldOptions } from 'flarum/common/components/FormGroup';
import type ItemList from 'flarum/common/utils/ItemList';
import Stream from 'flarum/common/utils/Stream';
export interface IConfigureJson extends ComponentAttrs {
@@ -17,7 +18,7 @@ export default abstract class ConfigureJson<CustomAttrs extends IConfigureJson =
className(): string;
view(): Mithril.Children;
submitButton(): Mithril.Children[];
customSettingComponents(): ItemList<(attributes: CommonSettingsItemOptions) => Mithril.Children>;
customSettingComponents(): ItemList<(attributes: CommonFieldOptions) => Mithril.Children>;
setting(key: string): Stream<any>;
submit(readOnly: boolean): void;
isDirty(): boolean;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long