1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Bundled output for commit 6dd0c0e915

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-29 11:12:28 +00:00
parent 6dd0c0e915
commit e9c8890686
3 changed files with 17 additions and 2 deletions

View File

@@ -17,5 +17,20 @@ export default class PostMeta extends Component<import("../../common/Component")
* @returns {string}
*/
getPermalink(post: import('../../common/models/Post').default): string;
/**
* When the dropdown menu is shown, select the contents of the permalink
* input so that the user can quickly copy the URL.
* @param {Event} e
*/
selectPermalink(e: Event): void;
/**
* @returns {ItemList}
*/
viewItems(): ItemList<any>;
/**
* @returns {ItemList}
*/
metaItems(): ItemList<any>;
}
import Component from "../../common/Component";
import ItemList from "../../common/utils/ItemList";

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