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

Bundled output for commit 80e70f4980

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-26 18:12:40 +00:00
parent 80e70f4980
commit 07a1781181
3 changed files with 6 additions and 2 deletions

View File

@@ -185,6 +185,10 @@ export default abstract class AdminPage<CustomAttrs extends IPageAttrs = IPageAt
* Called when `saveSettings` completes successfully.
*/
onsaved(): void;
/**
* Called when `saveSettings` completes with errors.
*/
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