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

Bundled output for commit 2831ce226c

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

[skip ci]
This commit is contained in:
flarum-bot
2021-08-19 09:13:22 +00:00
parent 2831ce226c
commit cc29cf3e10
26 changed files with 117 additions and 81 deletions

View File

@@ -24,7 +24,7 @@ export default class CommentPost extends Post {
cardVisible: boolean | undefined;
refreshContent(): void;
contentHtml: any;
isEditing(): any;
isEditing(): boolean;
/**
* Toggle the visibility of a hidden post's content.
*/

View File

@@ -1,5 +1,5 @@
import { SearchSource } from './Search';
import Mithril from 'mithril';
import type Mithril from 'mithril';
/**
* The `DiscussionsSearchSource` finds and displays discussion search results in
* the search dropdown.

View File

@@ -2,7 +2,7 @@ import Component, { ComponentAttrs } from '../../common/Component';
import ItemList from '../../common/utils/ItemList';
import KeyboardNavigatable from '../utils/KeyboardNavigatable';
import SearchState from '../states/SearchState';
import Mithril from 'mithril';
import type Mithril from 'mithril';
/**
* The `SearchSource` interface defines a section of search results in the
* search dropdown.

View File

@@ -1,5 +1,5 @@
import { SearchSource } from './Search';
import Mithril from 'mithril';
import type Mithril from 'mithril';
/**
* The `UsersSearchSource` finds and displays user search results in the search
* dropdown.