Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / lib / ooui / oojs-ui-apex.js
blob570634e7b939b5cd4fa4069a96969f8547f0fa1a
1 /*!
2  * OOUI v0.51.4
3  * https://www.mediawiki.org/wiki/OOUI
4  *
5  * Copyright 2011–2024 OOUI Team and other contributors.
6  * Released under the MIT license
7  * http://oojs.mit-license.org
8  *
9  * Date: 2024-12-05T17:34:41Z
10  */
11 ( function ( OO ) {
13 'use strict';
15 /**
16  * @class
17  * @extends OO.ui.Theme
18  *
19  * @constructor
20  */
21 OO.ui.ApexTheme = function OoUiApexTheme() {
22         // Parent constructor
23         OO.ui.ApexTheme.super.call( this );
26 /* Setup */
28 OO.inheritClass( OO.ui.ApexTheme, OO.ui.Theme );
30 /* Methods */
32 /**
33  * @inheritdoc
34  */
35 OO.ui.ApexTheme.prototype.getDialogTransitionDuration = function () {
36         return 250;
39 /* Instantiation */
41 OO.ui.theme = new OO.ui.ApexTheme();
43 }( OO ) );
45 //# sourceMappingURL=oojs-ui-apex.js.map.json