Bundled output for commit 265d0e1dd1

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

[skip ci]
This commit is contained in:
flarum-bot 2024-10-21 15:03:38 +00:00
parent 265d0e1dd1
commit b75a51c271
9 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ export interface IExportRegistry {
*/
add(namespace: string, id: string, object: any): void;
/**
* Add a function to run when object of id "id" is added (or overriden).
* Add a function to run when object of id "id" is added (or overridden).
* If such an object is already registered, the handler will be applied immediately.
*/
onLoad(namespace: string, id: string, handler: Function): void;

View File

@ -17,7 +17,7 @@ export default class DefaultResolver<Attrs extends ComponentAttrs, Comp extends
constructor(component: NewComponent<Comp> | AsyncNewComponent<Comp>, routeName: string);
/**
* When a route change results in a changed key, a full page
* rerender occurs. This method can be overriden in subclasses
* rerender occurs. This method can be overridden in subclasses
* to prevent rerenders on some route changes.
*/
makeKey(): string;

View File

@ -12,7 +12,7 @@ export default class DiscussionPageResolver<Attrs extends IDiscussionPageAttrs =
* Remove optional parts of a discussion's slug to keep the substring
* that bijectively maps to a discussion object. By default this just
* extracts the numerical ID from the slug. If a custom discussion
* slugging driver is used, this may need to be overriden.
* slugging driver is used, this may need to be overridden.
* @param slug
*/
canonicalizeDiscussionSlug(slug: string | undefined): string | undefined;

View File

@ -4,7 +4,7 @@ export default class GlobalSearchState extends SearchState {
private initialValueSet;
constructor(cachedSearches?: never[]);
getValue(): string;
protected intializeValue(): void;
protected initializeValue(): void;
protected currPageProvidesSearch(): boolean;
/**
* @inheritdoc

View File

@ -5,7 +5,7 @@
*
* It relies on the element having children with particular CSS classes.
*
* The function returns a record with a `reset` proeprty. This is a function
* The function returns a record with a `reset` property. This is a function
* which reverts the slider to its original position. This should be called,
* for example, when a controls dropdown is closed.
*

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

File diff suppressed because one or more lines are too long