mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 14:04:03 +08:00
Bundled output for commit 265d0e1dd1
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
265d0e1dd1
commit
b75a51c271
2
framework/core/js/dist-typings/common/ExportRegistry.d.ts
generated
vendored
2
framework/core/js/dist-typings/common/ExportRegistry.d.ts
generated
vendored
|
@ -10,7 +10,7 @@ export interface IExportRegistry {
|
||||||
*/
|
*/
|
||||||
add(namespace: string, id: string, object: any): void;
|
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.
|
* If such an object is already registered, the handler will be applied immediately.
|
||||||
*/
|
*/
|
||||||
onLoad(namespace: string, id: string, handler: Function): void;
|
onLoad(namespace: string, id: string, handler: Function): void;
|
||||||
|
|
2
framework/core/js/dist-typings/common/resolvers/DefaultResolver.d.ts
generated
vendored
2
framework/core/js/dist-typings/common/resolvers/DefaultResolver.d.ts
generated
vendored
|
@ -17,7 +17,7 @@ export default class DefaultResolver<Attrs extends ComponentAttrs, Comp extends
|
||||||
constructor(component: NewComponent<Comp> | AsyncNewComponent<Comp>, routeName: string);
|
constructor(component: NewComponent<Comp> | AsyncNewComponent<Comp>, routeName: string);
|
||||||
/**
|
/**
|
||||||
* When a route change results in a changed key, a full page
|
* 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.
|
* to prevent rerenders on some route changes.
|
||||||
*/
|
*/
|
||||||
makeKey(): string;
|
makeKey(): string;
|
||||||
|
|
2
framework/core/js/dist-typings/forum/resolvers/DiscussionPageResolver.d.ts
generated
vendored
2
framework/core/js/dist-typings/forum/resolvers/DiscussionPageResolver.d.ts
generated
vendored
|
@ -12,7 +12,7 @@ export default class DiscussionPageResolver<Attrs extends IDiscussionPageAttrs =
|
||||||
* Remove optional parts of a discussion's slug to keep the substring
|
* Remove optional parts of a discussion's slug to keep the substring
|
||||||
* that bijectively maps to a discussion object. By default this just
|
* that bijectively maps to a discussion object. By default this just
|
||||||
* extracts the numerical ID from the slug. If a custom discussion
|
* 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
|
* @param slug
|
||||||
*/
|
*/
|
||||||
canonicalizeDiscussionSlug(slug: string | undefined): string | undefined;
|
canonicalizeDiscussionSlug(slug: string | undefined): string | undefined;
|
||||||
|
|
2
framework/core/js/dist-typings/forum/states/GlobalSearchState.d.ts
generated
vendored
2
framework/core/js/dist-typings/forum/states/GlobalSearchState.d.ts
generated
vendored
|
@ -4,7 +4,7 @@ export default class GlobalSearchState extends SearchState {
|
||||||
private initialValueSet;
|
private initialValueSet;
|
||||||
constructor(cachedSearches?: never[]);
|
constructor(cachedSearches?: never[]);
|
||||||
getValue(): string;
|
getValue(): string;
|
||||||
protected intializeValue(): void;
|
protected initializeValue(): void;
|
||||||
protected currPageProvidesSearch(): boolean;
|
protected currPageProvidesSearch(): boolean;
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
|
|
2
framework/core/js/dist-typings/forum/utils/slidable.d.ts
generated
vendored
2
framework/core/js/dist-typings/forum/utils/slidable.d.ts
generated
vendored
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* It relies on the element having children with particular CSS classes.
|
* 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,
|
* which reverts the slider to its original position. This should be called,
|
||||||
* for example, when a controls dropdown is closed.
|
* for example, when a controls dropdown is closed.
|
||||||
*
|
*
|
||||||
|
|
2
framework/core/js/dist/admin.js.map
generated
vendored
2
framework/core/js/dist/admin.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js
generated
vendored
2
framework/core/js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum/components/PostStreamScrubber.js.map
generated
vendored
2
framework/core/js/dist/forum/components/PostStreamScrubber.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user