Bundled output for commit e5389acd6e

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

[skip ci]
This commit is contained in:
flarum-bot 2024-09-28 10:42:10 +00:00
parent e5389acd6e
commit 4b2c787c3f
9 changed files with 6 additions and 10 deletions

View File

@ -1,2 +1,2 @@
declare const _default: import("flarum/common/extenders/Store").default[];
declare const _default: (import("flarum/common/extenders/Store").default | import("flarum/common/extenders/Admin").default)[];
export default _default;

View File

@ -1,4 +1,4 @@
/// <reference types="flarum/@types/translator-icu-rich" />
/// <reference types="@flarum/core/dist-typings/@types/translator-icu-rich" />
import Modal, { type IInternalModalAttrs } from 'flarum/common/components/Modal';
import type Dialog from '../../common/models/Dialog';
import ItemList from 'flarum/common/utils/ItemList';

View File

@ -17,9 +17,9 @@ export default abstract class Message<CustomAttrs extends IMessageAttrs = IMessa
controls(): Mithril.Children[];
freshness(): Date;
createdByStarter(): boolean;
onbeforeupdate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): any;
onbeforeupdate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): boolean;
onupdate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
elementAttrs(): any;
elementAttrs(): Record<string, unknown>;
header(): Mithril.Children;
content(): Mithril.Children[];
classes(existing?: string): string[];

View File

@ -1,4 +1,3 @@
/// <reference path="../../../../../framework/core/js/src/@types/translator-icu-rich.d.ts" />
/// <reference types="mithril" />
/// <reference types="flarum/@types/translator-icu-rich" />
import Modal, { IInternalModalAttrs } from 'flarum/common/components/Modal';

View File

@ -1,4 +1,3 @@
/// <reference path="../../../../../framework/core/js/src/@types/translator-icu-rich.d.ts" />
/// <reference types="flarum/@types/translator-icu-rich" />
import type Mithril from 'mithril';
import Modal, { IInternalModalAttrs } from 'flarum/common/components/Modal';

View File

@ -1,4 +1,3 @@
/// <reference path="../../../../../../framework/core/js/src/@types/translator-icu-rich.d.ts" />
/// <reference types="flarum/@types/translator-icu-rich" />
import FormModal, { IFormModalAttrs } from 'flarum/common/components/FormModal';
import ItemList from 'flarum/common/utils/ItemList';

View File

@ -1,4 +1,3 @@
/// <reference path="../../../../../../framework/core/js/src/@types/translator-icu-rich.d.ts" />
/// <reference types="flarum/@types/translator-icu-rich" />
export default class DiscussionTaggedPost extends EventPost {
static initAttrs(attrs: any): void;

2
extensions/tags/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