Update OOjs UI to v0.17.10

Release notes:
 https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.17.10

Change-Id: I4faf83e301417ef5721a81a4a69890854e6c266b
This commit is contained in:
James D. Forrester 2016-10-03 12:01:38 -07:00
parent 864be4b56e
commit 5dc0cc4082
15 changed files with 38 additions and 29 deletions

View file

@ -25,7 +25,7 @@
"ext-xml": "*",
"liuggio/statsd-php-client": "1.0.18",
"mediawiki/at-ease": "1.1.0",
"oojs/oojs-ui": "0.17.9",
"oojs/oojs-ui": "0.17.10",
"oyejorge/less.php": "1.7.0.10",
"php": ">=5.5.9",
"psr/log": "1.0.0",

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:02Z
* Date: 2016-10-03T18:59:01Z
*/
( function ( OO ) {

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:06Z
* Date: 2016-10-03T18:59:06Z
*/
.oo-ui-element-hidden {
display: none !important;
@ -406,6 +406,10 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
max-width: 100%;
padding: 0;
white-space: normal;
float: left;
}
.oo-ui-fieldsetLayout-group {
clear: both;
}
.oo-ui-fieldsetLayout > .oo-ui-fieldsetLayout-help {
float: right;

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:06Z
* Date: 2016-10-03T18:59:06Z
*/
.oo-ui-element-hidden {
display: none !important;
@ -529,6 +529,10 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
max-width: 100%;
padding: 0;
white-space: normal;
float: left;
}
.oo-ui-fieldsetLayout-group {
clear: both;
}
.oo-ui-fieldsetLayout > .oo-ui-fieldsetLayout-help {
float: right;

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:02Z
* Date: 2016-10-03T18:59:01Z
*/
( function ( OO ) {
@ -10121,6 +10121,7 @@ OO.ui.FieldsetLayout = function OoUiFieldsetLayout( config ) {
}
// Initialization
this.$group.addClass( 'oo-ui-fieldsetLayout-group' );
this.$element
.addClass( 'oo-ui-fieldsetLayout' )
.prepend( this.$label, this.$help, this.$icon, this.$group );

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:02Z
* Date: 2016-10-03T18:59:01Z
*/
( function ( OO ) {

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:06Z
* Date: 2016-10-03T18:59:06Z
*/
.oo-ui-popupTool .oo-ui-popupWidget-popup,
.oo-ui-popupTool .oo-ui-popupWidget-anchor {

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:06Z
* Date: 2016-10-03T18:59:06Z
*/
.oo-ui-tool.oo-ui-widget-enabled {
-webkit-transition: background-color 100ms;

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:02Z
* Date: 2016-10-03T18:59:01Z
*/
( function ( OO ) {

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:06Z
* Date: 2016-10-03T18:59:06Z
*/
.oo-ui-draggableElement-handle,
.oo-ui-draggableElement-handle.oo-ui-widget {

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:06Z
* Date: 2016-10-03T18:59:06Z
*/
.oo-ui-draggableElement-handle,
.oo-ui-draggableElement-handle.oo-ui-widget {

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:02Z
* Date: 2016-10-03T18:59:01Z
*/
( function ( OO ) {

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:06Z
* Date: 2016-10-03T18:59:06Z
*/
.oo-ui-actionWidget.oo-ui-pendingElement-pending {
background-image: /* @embed */ url(themes/apex/images/textures/pending.gif);

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:06Z
* Date: 2016-10-03T18:59:06Z
*/
.oo-ui-window {
background: transparent;

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.17.9
* OOjs UI v0.17.10
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112016 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2016-09-13T18:30:02Z
* Date: 2016-10-03T18:59:01Z
*/
( function ( OO ) {