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

Bundled output for commit d3144ee234

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-20 07:34:36 +00:00
parent d3144ee234
commit 9b9fd76045
3 changed files with 6 additions and 2 deletions

View File

@@ -93,6 +93,10 @@ export default abstract class AdminPage<CustomAttrs extends IPageAttrs = IPageAt
* Called when `saveSettings` completes successfully.
*/
onsaved(): void;
/**
* Called when `saveSettings` fails to complete.
*/
onsavefailed(): void;
/**
* Returns a function that fetches the setting from the `app` global.
*/

2
framework/core/js/dist/admin.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