Bundled output for commit d3144ee23490189f8634d9478933e98f067a9e9a

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