1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 19:04:29 +02:00

Bundled output for commit cff672424b

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

[skip ci]
This commit is contained in:
flarum-bot
2021-12-28 01:30:26 +00:00
parent cff672424b
commit 066cf02b88
6 changed files with 11 additions and 5 deletions

View File

@@ -23,7 +23,13 @@ export default class ModalManagerState {
modal: null | {
componentClass: UnsafeModalClass;
attrs?: Record<string, unknown>;
key: number;
};
/**
* Used to force re-initialization of modals if a modal
* is replaced by another of the same type.
*/
private key;
private closeTimeout?;
/**
* Shows a modal dialog.