mirror of
https://github.com/flarum/core.git
synced 2025-05-07 07:55:44 +02:00
Bundled output for commit 5d281b9471f235a251e416862a30d28243ed6854
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
5d281b9471
commit
d9e79608fb
6
framework/core/js/dist-typings/common/Application.d.ts
generated
vendored
6
framework/core/js/dist-typings/common/Application.d.ts
generated
vendored
@ -205,6 +205,11 @@ export default class Application {
|
|||||||
*/
|
*/
|
||||||
private requestErrorAlert;
|
private requestErrorAlert;
|
||||||
initialRoute: string;
|
initialRoute: string;
|
||||||
|
/**
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
|
currentInitializerExtension: string | null;
|
||||||
|
private handledErrors;
|
||||||
load(payload: Application['data']): void;
|
load(payload: Application['data']): void;
|
||||||
protected initialize(): CallableFunction[];
|
protected initialize(): CallableFunction[];
|
||||||
boot(): void;
|
boot(): void;
|
||||||
@ -266,4 +271,5 @@ export default class Application {
|
|||||||
* Construct a URL to the route with the given name.
|
* Construct a URL to the route with the given name.
|
||||||
*/
|
*/
|
||||||
route(name: string, params?: Record<string, unknown>): string;
|
route(name: string, params?: Record<string, unknown>): string;
|
||||||
|
handleErrorOnce(extension: null | string, errorId: string, userTitle: string, consoleTitle: string, error: any): void;
|
||||||
}
|
}
|
||||||
|
6
framework/core/js/dist-typings/common/helpers/fireApplicationError.d.ts
generated
vendored
6
framework/core/js/dist-typings/common/helpers/fireApplicationError.d.ts
generated
vendored
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* Fire a Flarum error which is shown in the JS console for everyone and in an alert for the admin.
|
* Fire a Flarum error which is shown in the JS console for everyone and in an alert for the admin.
|
||||||
*
|
*
|
||||||
* @param userTitle: a user friendly title of the error, should be localized.
|
* @param userTitle a user friendly title of the error, should be localized.
|
||||||
* @param consoleTitle: an error title that goes in the console, doesn't have to be localized.
|
* @param consoleTitle an error title that goes in the console, doesn't have to be localized.
|
||||||
* @param error: the error.
|
* @param error the error.
|
||||||
*/
|
*/
|
||||||
export default function fireApplicationError(userTitle: string, consoleTitle: string, error: any): void;
|
export default function fireApplicationError(userTitle: string, consoleTitle: string, error: any): void;
|
||||||
|
2
framework/core/js/dist/admin.js
generated
vendored
2
framework/core/js/dist/admin.js
generated
vendored
File diff suppressed because one or more lines are too long
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
Loading…
x
Reference in New Issue
Block a user