Bundled output for commit 07f8b6161af3f7424e8cf4243ab113098466a544

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

[skip ci]
This commit is contained in:
flarum-bot 2022-12-12 10:18:58 +00:00
parent 07f8b6161a
commit 78189f29d2
6 changed files with 11 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/// <reference types="flarum/@types/translator-icu-rich" />
export default class FlagPostModal extends Modal<import("flarum/common/components/Modal").IInternalModalAttrs> {
export default class FlagPostModal extends Modal<import("flarum/common/components/Modal").IInternalModalAttrs, undefined> {
constructor();
oninit(vnode: any): void;
success: boolean | undefined;

View File

@ -1,3 +1,4 @@
import KeyboardNavigatable from 'flarum/common/utils/KeyboardNavigatable';
import Modal from 'flarum/common/components/Modal';
import Stream from 'flarum/common/utils/Stream';
import type Tag from '../models/Tag';
@ -51,12 +52,12 @@ export default class TagSelectionModal<CustomAttrs extends ITagSelectionModalAtt
protected bypassReqs: boolean;
protected filter: Stream<string>;
protected focused: boolean;
protected navigator: any;
protected navigator: KeyboardNavigatable;
protected indexTag?: Tag;
static initAttrs(attrs: ITagSelectionModalAttrs): void;
oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void;
className(): string;
title(): any;
title(): string | undefined;
content(): JSX.Element | JSX.Element[];
/**
* Filters the available tags on every state change.
@ -92,8 +93,8 @@ export default class TagSelectionModal<CustomAttrs extends ITagSelectionModalAtt
*/
onsubmit(e: SubmitEvent): void;
protected select(e: KeyboardEvent): void;
protected selectableItems(): any;
protected getCurrentNumericIndex(): any;
protected getItem(selectedTag: Tag): any;
protected selectableItems(): JQuery<HTMLElement>;
protected getCurrentNumericIndex(): number;
protected getItem(selectedTag: Tag): JQuery<HTMLElement>;
protected setIndex(index: number, scrollToItem: boolean): 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

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