1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Bundled output for commit 293e8ab8b6

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

[skip ci]
This commit is contained in:
flarum-bot
2022-06-20 12:06:42 +00:00
parent 293e8ab8b6
commit 3e56bd3dc6
6 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import type Tag from "../common/models/Tag";
import type TagListState from "../forum/states/TagListState";
import type Tag from '../common/models/Tag';
import type TagListState from '../forum/states/TagListState';
declare module 'flarum/forum/routes' {
export interface ForumRoutes {

View File

@@ -1,2 +1,2 @@
import Tag from "../models/Tag";
import Tag from '../models/Tag';
export default function sortTags(tags: Tag[]): Tag[];

View File

@@ -1,4 +1,4 @@
import type Tag from "../../common/models/Tag";
import type Tag from '../../common/models/Tag';
export default class TagListState {
loadedIncludes: Set<unknown>;
load(includes?: string[]): Promise<Tag[]>;

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

File diff suppressed because one or more lines are too long