Update OOUI to v0.36.1
Release notes: https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.36.1 Bug: T235578 Bug: T237460 Change-Id: I8fe3054a27c585af67ef76ee90a554f89f7a1ef7 Depends-On: I3e11c05e0ddc13e2757ec66a7ccf1fff197e2fdc
|
|
@ -81,6 +81,7 @@ For notes on 1.34.x and older releases, see HISTORY.
|
||||||
* symfony/yaml was upgraded from 3.4.28 to 4.3.4
|
* symfony/yaml was upgraded from 3.4.28 to 4.3.4
|
||||||
* pear/mail_mime was upgraded from 1.10.2 to 1.10.4
|
* pear/mail_mime was upgraded from 1.10.2 to 1.10.4
|
||||||
* wikimedia/less.php was upgrade from 1.8.0 to 1.8.2
|
* wikimedia/less.php was upgrade from 1.8.0 to 1.8.2
|
||||||
|
* Updated OOUI from 0.35.1 to 0.36.1.
|
||||||
* Updated nikic/php-parser from 3.1.5 to 4.2.4 (dev-only).
|
* Updated nikic/php-parser from 3.1.5 to 4.2.4 (dev-only).
|
||||||
* Updated jQuery from v3.3.1 to v3.4.1.
|
* Updated jQuery from v3.3.1 to v3.4.1.
|
||||||
* Updated jQuery Migrate from v3.0.1 to v3.1.0.
|
* Updated jQuery Migrate from v3.0.1 to v3.1.0.
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"guzzlehttp/guzzle": "6.3.3",
|
"guzzlehttp/guzzle": "6.3.3",
|
||||||
"liuggio/statsd-php-client": "1.0.18",
|
"liuggio/statsd-php-client": "1.0.18",
|
||||||
"oojs/oojs-ui": "0.35.1",
|
"oojs/oojs-ui": "0.36.1",
|
||||||
"pear/mail": "1.4.1",
|
"pear/mail": "1.4.1",
|
||||||
"pear/mail_mime": "1.10.4",
|
"pear/mail_mime": "1.10.4",
|
||||||
"pear/net_smtp": "1.9.0",
|
"pear/net_smtp": "1.9.0",
|
||||||
|
|
|
||||||
|
|
@ -250,8 +250,8 @@ oojs-router:
|
||||||
|
|
||||||
ooui:
|
ooui:
|
||||||
type: tar
|
type: tar
|
||||||
src: https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.35.1.tgz
|
src: https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.36.1.tgz
|
||||||
integrity: sha384-JLQUNSNYojn1mbmWQpPKlZeaj23m8UMPzyGFJAcdSE+V7DslaUpskdO1uzCiD0J/
|
integrity: sha384-F/I84VpPCuBcPJ/MuLm2PqkerCW54u4I95KZAEjMVBXN7yF7Uk0a5djN832dym4M
|
||||||
|
|
||||||
dest:
|
dest:
|
||||||
# Main stuff
|
# Main stuff
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,47 @@
|
||||||
# OOUI Release History
|
# OOUI Release History
|
||||||
|
## v0.36.1 / 2019-12-11
|
||||||
|
### Code
|
||||||
|
* Follow-up 70e453d: Pass item param (Ed Sanders)
|
||||||
|
* Gruntfile: Document that 'publish-build' step doesn't add -pre (James D. Forrester)
|
||||||
|
|
||||||
|
|
||||||
|
## v0.36.0 / 2019-12-04
|
||||||
|
### Breaking changes
|
||||||
|
* [BREAKING CHANGE] Require PHP 7.2.9+, up from 5.6.99/HHVM (James D. Forrester)
|
||||||
|
|
||||||
|
### Deprecating changes
|
||||||
|
* [DEPRECATING CHANGE] LookupElement: Rename onLookupMenuItemChoose to onLookupMenuChoose (Ed Sanders)
|
||||||
|
|
||||||
|
### Styles
|
||||||
|
* Use child selector for label element padding in option widgets (Thalia Chan)
|
||||||
|
* Use child selectors to style message widget labels (Ed Sanders)
|
||||||
|
* WikimediaUI theme: Align text input/dropdown/button paddings with Design Style Guide (Volker E.)
|
||||||
|
* WikimediaUI theme: Fix position of TextInputWidget icon (Volker E.)
|
||||||
|
* WikimediaUI theme: Put search query input on horizontal line with close icon (Volker E.)
|
||||||
|
* icons: Remove brand guideline opposing color variants of 'wikimedia' pack logos (Volker E.)
|
||||||
|
|
||||||
|
### Code
|
||||||
|
* Add missing '$' prefix for jQuery property (Ed Sanders)
|
||||||
|
* Add support for setting the relationship attribute on ButtonWidget (mainframe98)
|
||||||
|
* Apex theme: `min-width`/`min-height` should be and are defined in IconElement.less (Volker E.)
|
||||||
|
* Follow-up I39c9234: Use an actual MessageWidget for ProcessDialog errors (Ed Sanders)
|
||||||
|
* ProcessDialog: Remove `margin-left` override from ActionWidget (Volker E.)
|
||||||
|
* build: Add mediawiki-phan-config (Daimona Eaytoy)
|
||||||
|
* build: Bump devDependencies to latest (Volker E.)
|
||||||
|
* build: Make node 10 run happy (James D. Forrester)
|
||||||
|
* build: Update linter configuration to be more standard (Ed Sanders)
|
||||||
|
* build: Update linters (Ed Sanders)
|
||||||
|
* build: Upgrade grunt-stylelint from 0.11.1 to 0.12.0 (James D. Forrester)
|
||||||
|
* build: Upgrade linters to related and make pass (James D. Forrester)
|
||||||
|
* build: Upgrade mediawiki-codesniffer to v28.0.0 (James D. Forrester)
|
||||||
|
* hygiene: Make LESS imports non-ambigious (Volker E.)
|
||||||
|
|
||||||
|
|
||||||
|
## v0.35.1 / 2019-10-10
|
||||||
|
### Code
|
||||||
|
* Revert "Add support for setting the relationship attribute on ButtonWidget" (Volker E.)
|
||||||
|
|
||||||
|
|
||||||
## v0.35.0 / 2019-10-08
|
## v0.35.0 / 2019-10-08
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* [BREAKING CHANGE] Remove deprecated infuse-by-id feature (Ed Sanders)
|
* [BREAKING CHANGE] Remove deprecated infuse-by-id feature (Ed Sanders)
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
"ooui-dialog-process-dismiss": "Descartar",
|
"ooui-dialog-process-dismiss": "Descartar",
|
||||||
"ooui-dialog-process-retry": "Vuelvi a intentalo",
|
"ooui-dialog-process-retry": "Vuelvi a intentalo",
|
||||||
"ooui-dialog-process-continue": "Siguir",
|
"ooui-dialog-process-continue": "Siguir",
|
||||||
|
"ooui-combobox-button-label": "Llista desplegable pa caxa combinada",
|
||||||
"ooui-selectfile-button-select": "Seleicionar un ficheru",
|
"ooui-selectfile-button-select": "Seleicionar un ficheru",
|
||||||
"ooui-selectfile-not-supported": "Nun hai encontu pa la seleición de ficheros",
|
"ooui-selectfile-not-supported": "Nun hai encontu pa la seleición de ficheros",
|
||||||
"ooui-selectfile-placeholder": "Nun se seleicionó nengún ficheru",
|
"ooui-selectfile-placeholder": "Nun se seleicionó nengún ficheru",
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
"ooui-dialog-process-dismiss": "Затваряне",
|
"ooui-dialog-process-dismiss": "Затваряне",
|
||||||
"ooui-dialog-process-retry": "Опитайте отново",
|
"ooui-dialog-process-retry": "Опитайте отново",
|
||||||
"ooui-dialog-process-continue": "Продължаване",
|
"ooui-dialog-process-continue": "Продължаване",
|
||||||
|
"ooui-combobox-button-label": "Падащо меню",
|
||||||
"ooui-selectfile-button-select": "Избиране на файл",
|
"ooui-selectfile-button-select": "Избиране на файл",
|
||||||
"ooui-selectfile-not-supported": "Избраният файл не се поддържа",
|
"ooui-selectfile-not-supported": "Избраният файл не се поддържа",
|
||||||
"ooui-selectfile-placeholder": "Не е избран файл",
|
"ooui-selectfile-placeholder": "Не е избран файл",
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
"ooui-dialog-process-dismiss": "বাতিল করুন",
|
"ooui-dialog-process-dismiss": "বাতিল করুন",
|
||||||
"ooui-dialog-process-retry": "আবার চেষ্টা করুন",
|
"ooui-dialog-process-retry": "আবার চেষ্টা করুন",
|
||||||
"ooui-dialog-process-continue": "অগ্রসর হোন",
|
"ooui-dialog-process-continue": "অগ্রসর হোন",
|
||||||
|
"ooui-combobox-button-label": "কম্বোবক্সের জন্য ড্রপডাউন",
|
||||||
"ooui-selectfile-button-select": "একটি ফাইল নির্বাচন করুন",
|
"ooui-selectfile-button-select": "একটি ফাইল নির্বাচন করুন",
|
||||||
"ooui-selectfile-not-supported": "চিত্র নির্বাচন সমর্থিত নয়",
|
"ooui-selectfile-not-supported": "চিত্র নির্বাচন সমর্থিত নয়",
|
||||||
"ooui-selectfile-placeholder": "কোন চিত্র নির্বাচিত হয়নি",
|
"ooui-selectfile-placeholder": "কোন চিত্র নির্বাচিত হয়নি",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"ooui-outline-control-move-up": "Элемент Iолакхеяккха",
|
"ooui-outline-control-move-up": "Элемент Iолакхеяккха",
|
||||||
"ooui-outline-control-remove": "ДIаяккха пункт",
|
"ooui-outline-control-remove": "ДIаяккха пункт",
|
||||||
"ooui-toolbar-more": "Кхы а",
|
"ooui-toolbar-more": "Кхы а",
|
||||||
"ooui-toolgroup-expand": "Дукха",
|
"ooui-toolgroup-expand": "ДукхагIа",
|
||||||
"ooui-toolgroup-collapse": "КӀезига",
|
"ooui-toolgroup-collapse": "КӀезига",
|
||||||
"ooui-dialog-message-accept": "ОК",
|
"ooui-dialog-message-accept": "ОК",
|
||||||
"ooui-dialog-message-reject": "Эшац",
|
"ooui-dialog-message-reject": "Эшац",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Luuva"
|
"Luuva",
|
||||||
|
"A-lú-mih"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ooui-outline-control-move-down": "Hāng-bo̍k sóa ē-té",
|
"ooui-outline-control-move-down": "Hāng-bo̍k sóa ē-té",
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@
|
||||||
"ooui-outline-control-move-down": "Objekt ümdale setten",
|
"ooui-outline-control-move-down": "Objekt ümdale setten",
|
||||||
"ooui-outline-control-move-up": "Objekt ümhouge setten",
|
"ooui-outline-control-move-up": "Objekt ümhouge setten",
|
||||||
"ooui-outline-control-remove": "Element vortdoon",
|
"ooui-outline-control-remove": "Element vortdoon",
|
||||||
"ooui-toolbar-more": "Meer",
|
"ooui-toolbar-more": "Meyr",
|
||||||
"ooui-toolgroup-expand": "Meer",
|
"ooui-toolgroup-expand": "Meyr",
|
||||||
"ooui-toolgroup-collapse": "Minder",
|
"ooui-toolgroup-collapse": "Minder",
|
||||||
"ooui-dialog-message-accept": "Okee",
|
"ooui-dialog-message-accept": "Okee",
|
||||||
"ooui-dialog-message-reject": "Aofbreken",
|
"ooui-dialog-message-reject": "Aofbreken",
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,21 @@
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Supasate",
|
"Supasate",
|
||||||
"Taweetham"
|
"Taweetham",
|
||||||
|
"Aefgh39622"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ooui-outline-control-move-down": "เลื่อนรายการลง",
|
"ooui-outline-control-move-down": "ย้ายรายการลง",
|
||||||
"ooui-outline-control-move-up": "ย้ายรายการขึ้น"
|
"ooui-outline-control-move-up": "ย้ายรายการขึ้น",
|
||||||
|
"ooui-outline-control-remove": "เอารายการออก",
|
||||||
|
"ooui-toolbar-more": "เพิ่มเติม",
|
||||||
|
"ooui-toolgroup-expand": "เพิ่มเติม",
|
||||||
|
"ooui-toolgroup-collapse": "น้อยลง",
|
||||||
|
"ooui-item-remove": "เอาออก",
|
||||||
|
"ooui-dialog-message-accept": "ตกลง",
|
||||||
|
"ooui-dialog-message-reject": "ยกเลิก",
|
||||||
|
"ooui-dialog-process-error": "มีบางอย่างผิดพลาด",
|
||||||
|
"ooui-dialog-process-dismiss": "รับทราบ",
|
||||||
|
"ooui-dialog-process-retry": "ลองอีกครั้ง",
|
||||||
|
"ooui-dialog-process-continue": "ดำเนินการต่อ"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,8 @@
|
||||||
"McAang",
|
"McAang",
|
||||||
"Uğurkent",
|
"Uğurkent",
|
||||||
"1917 Ekim Devrimi",
|
"1917 Ekim Devrimi",
|
||||||
"Hedda"
|
"Hedda",
|
||||||
|
"BaRaN6161 TURK"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ooui-outline-control-move-down": "Ögeyi aşağı taşı",
|
"ooui-outline-control-move-down": "Ögeyi aşağı taşı",
|
||||||
|
|
@ -29,6 +30,7 @@
|
||||||
"ooui-dialog-process-dismiss": "Kapat",
|
"ooui-dialog-process-dismiss": "Kapat",
|
||||||
"ooui-dialog-process-retry": "Tekrar dene",
|
"ooui-dialog-process-retry": "Tekrar dene",
|
||||||
"ooui-dialog-process-continue": "Devam et",
|
"ooui-dialog-process-continue": "Devam et",
|
||||||
|
"ooui-combobox-button-label": "Açılan kutu için açılır menü",
|
||||||
"ooui-selectfile-button-select": "Dosya seç",
|
"ooui-selectfile-button-select": "Dosya seç",
|
||||||
"ooui-selectfile-not-supported": "Dosya seçimi desteklenmiyor",
|
"ooui-selectfile-not-supported": "Dosya seçimi desteklenmiyor",
|
||||||
"ooui-selectfile-placeholder": "Herhangi bir dosya seçilmedi",
|
"ooui-selectfile-placeholder": "Herhangi bir dosya seçilmedi",
|
||||||
|
|
|
||||||
|
|
@ -8,13 +8,13 @@
|
||||||
},
|
},
|
||||||
"ooui-outline-control-move-down": "Элементны аска күчерү",
|
"ooui-outline-control-move-down": "Элементны аска күчерү",
|
||||||
"ooui-outline-control-move-up": "Элементны өскә күчерү",
|
"ooui-outline-control-move-up": "Элементны өскә күчерү",
|
||||||
"ooui-outline-control-remove": "Пунктны бетерү",
|
"ooui-outline-control-remove": "Пунктны бетерергә",
|
||||||
"ooui-toolbar-more": "Тагын",
|
"ooui-toolbar-more": "Тагын",
|
||||||
"ooui-toolgroup-expand": "Күбрәк",
|
"ooui-toolgroup-expand": "Күбрәк",
|
||||||
"ooui-toolgroup-collapse": "Азрак",
|
"ooui-toolgroup-collapse": "Азрак",
|
||||||
"ooui-item-remove": "Бетерү",
|
"ooui-item-remove": "Бетерү",
|
||||||
"ooui-dialog-message-accept": "Ярар",
|
"ooui-dialog-message-accept": "Ярар",
|
||||||
"ooui-dialog-message-reject": "Баш тарту",
|
"ooui-dialog-message-reject": "Кире алу",
|
||||||
"ooui-dialog-process-error": "Нәрсәдер килеп чыкмады",
|
"ooui-dialog-process-error": "Нәрсәдер килеп чыкмады",
|
||||||
"ooui-dialog-process-dismiss": "Ябу",
|
"ooui-dialog-process-dismiss": "Ябу",
|
||||||
"ooui-dialog-process-retry": "Кабатлау",
|
"ooui-dialog-process-retry": "Кабатлау",
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:09Z
|
* Date: 2019-12-12T00:27:42Z
|
||||||
*/
|
*/
|
||||||
( function ( OO ) {
|
( function ( OO ) {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:17Z
|
* Date: 2019-12-12T00:27:49Z
|
||||||
*/
|
*/
|
||||||
.oo-ui-element-hidden {
|
.oo-ui-element-hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
@ -327,8 +327,6 @@
|
||||||
top: auto;
|
top: auto;
|
||||||
width: 1.5625em;
|
width: 1.5625em;
|
||||||
height: 1.5625em;
|
height: 1.5625em;
|
||||||
min-width: auto;
|
|
||||||
min-height: auto;
|
|
||||||
margin: 0.15625em;
|
margin: 0.15625em;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
@ -745,7 +743,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
.oo-ui-radioOptionWidget.oo-ui-optionWidget-selected {
|
.oo-ui-radioOptionWidget.oo-ui-optionWidget-selected {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.oo-ui-radioOptionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
.oo-ui-radioOptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label {
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
.oo-ui-radioOptionWidget .oo-ui-radioInputWidget {
|
.oo-ui-radioOptionWidget .oo-ui-radioInputWidget {
|
||||||
|
|
@ -771,12 +769,12 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
.oo-ui-messageWidget .oo-ui-labelElement-label {
|
.oo-ui-messageWidget .oo-ui-labelElement-label {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.oo-ui-messageWidget .oo-ui-iconElement-icon {
|
.oo-ui-messageWidget > .oo-ui-iconElement-icon {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.oo-ui-messageWidget .oo-ui-labelElement-label {
|
.oo-ui-messageWidget > .oo-ui-labelElement-label {
|
||||||
margin-top: 0.15625em;
|
margin-top: 0.15625em;
|
||||||
margin-left: 2.5em;
|
margin-left: 2.5em;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
@ -1621,7 +1619,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
.oo-ui-checkboxMultioptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label {
|
.oo-ui-checkboxMultioptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
.oo-ui-checkboxMultioptionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
.oo-ui-checkboxMultioptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label {
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
.oo-ui-checkboxMultioptionWidget .oo-ui-checkboxInputWidget {
|
.oo-ui-checkboxMultioptionWidget .oo-ui-checkboxInputWidget {
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:17Z
|
* Date: 2019-12-12T00:27:49Z
|
||||||
*/
|
*/
|
||||||
.oo-ui-element-hidden {
|
.oo-ui-element-hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
}
|
}
|
||||||
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button,
|
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button,
|
||||||
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button {
|
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button {
|
||||||
padding-left: 2.64285714em;
|
padding-left: 2.71428571em;
|
||||||
}
|
}
|
||||||
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon,
|
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon,
|
||||||
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
|
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
|
||||||
|
|
@ -874,7 +874,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
.oo-ui-radioOptionWidget:first-child {
|
.oo-ui-radioOptionWidget:first-child {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
.oo-ui-radioOptionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
.oo-ui-radioOptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label {
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
}
|
}
|
||||||
.oo-ui-radioOptionWidget .oo-ui-radioInputWidget {
|
.oo-ui-radioOptionWidget .oo-ui-radioInputWidget {
|
||||||
|
|
@ -903,7 +903,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
.oo-ui-messageWidget > .oo-ui-iconElement-icon {
|
.oo-ui-messageWidget > .oo-ui-iconElement-icon {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
.oo-ui-messageWidget .oo-ui-labelElement-label {
|
.oo-ui-messageWidget > .oo-ui-labelElement-label {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
.oo-ui-messageWidget.oo-ui-messageWidget-block {
|
.oo-ui-messageWidget.oo-ui-messageWidget-block {
|
||||||
|
|
@ -1210,7 +1210,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
transition: width 100ms, height 100ms, left 100ms;
|
transition: width 100ms, height 100ms, left 100ms;
|
||||||
}
|
}
|
||||||
.oo-ui-popupWidget-head > .oo-ui-labelElement-label {
|
.oo-ui-popupWidget-head > .oo-ui-labelElement-label {
|
||||||
margin: 9px 2.64285714em 6px 12px;
|
margin: 9px 2.42857143em 6px 12px;
|
||||||
line-height: 1.28571429em;
|
line-height: 1.28571429em;
|
||||||
}
|
}
|
||||||
.oo-ui-popupWidget-head > .oo-ui-buttonWidget {
|
.oo-ui-popupWidget-head > .oo-ui-buttonWidget {
|
||||||
|
|
@ -1654,10 +1654,10 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
background-color: #eaecf0;
|
background-color: #eaecf0;
|
||||||
}
|
}
|
||||||
.oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-inputWidget-input {
|
.oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-inputWidget-input {
|
||||||
padding-left: 2.64285714em;
|
padding-left: 2.42857143em;
|
||||||
}
|
}
|
||||||
.oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon {
|
.oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon {
|
||||||
left: 8px;
|
left: 9px;
|
||||||
}
|
}
|
||||||
.oo-ui-textInputWidget.oo-ui-iconElement textarea + .oo-ui-iconElement-icon {
|
.oo-ui-textInputWidget.oo-ui-iconElement textarea + .oo-ui-iconElement-icon {
|
||||||
max-height: 2.28571429em;
|
max-height: 2.28571429em;
|
||||||
|
|
@ -1681,7 +1681,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
margin-right: 2.28571429em;
|
margin-right: 2.28571429em;
|
||||||
}
|
}
|
||||||
.oo-ui-textInputWidget-labelPosition-before.oo-ui-iconElement > .oo-ui-labelElement-label {
|
.oo-ui-textInputWidget-labelPosition-before.oo-ui-iconElement > .oo-ui-labelElement-label {
|
||||||
padding-left: 2.64285714em;
|
padding-left: 2.42857143em;
|
||||||
}
|
}
|
||||||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
|
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
|
||||||
box-shadow: inset 0 0 0 1px transparent;
|
box-shadow: inset 0 0 0 1px transparent;
|
||||||
|
|
@ -1880,7 +1880,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
line-height: 1.28571429em;
|
line-height: 1.28571429em;
|
||||||
}
|
}
|
||||||
.oo-ui-dropdownWidget.oo-ui-iconElement .oo-ui-dropdownWidget-handle {
|
.oo-ui-dropdownWidget.oo-ui-iconElement .oo-ui-dropdownWidget-handle {
|
||||||
padding-left: 2.64285714em;
|
padding-left: 2.71428571em;
|
||||||
}
|
}
|
||||||
.oo-ui-dropdownWidget.oo-ui-indicatorElement .oo-ui-dropdownWidget-handle {
|
.oo-ui-dropdownWidget.oo-ui-indicatorElement .oo-ui-dropdownWidget-handle {
|
||||||
padding-right: 2.57142857em;
|
padding-right: 2.57142857em;
|
||||||
|
|
@ -2059,7 +2059,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout {
|
||||||
.oo-ui-checkboxMultioptionWidget:first-child {
|
.oo-ui-checkboxMultioptionWidget:first-child {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
.oo-ui-checkboxMultioptionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
.oo-ui-checkboxMultioptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label {
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
}
|
}
|
||||||
.oo-ui-checkboxMultioptionWidget .oo-ui-checkboxInputWidget {
|
.oo-ui-checkboxMultioptionWidget .oo-ui-checkboxInputWidget {
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:09Z
|
* Date: 2019-12-12T00:27:42Z
|
||||||
*/
|
*/
|
||||||
( function ( OO ) {
|
( function ( OO ) {
|
||||||
|
|
||||||
|
|
@ -709,8 +709,8 @@ OO.ui.Element.static.unsafeInfuse = function ( node, config, domPromise ) {
|
||||||
}
|
}
|
||||||
throw new Error( error );
|
throw new Error( error );
|
||||||
}
|
}
|
||||||
if ( $elem[ 0 ].oouiInfused ) {
|
if ( $elem[ 0 ].$oouiInfused ) {
|
||||||
$elem = $elem[ 0 ].oouiInfused;
|
$elem = $elem[ 0 ].$oouiInfused;
|
||||||
}
|
}
|
||||||
data = $elem.data( 'ooui-infused' );
|
data = $elem.data( 'ooui-infused' );
|
||||||
if ( data ) {
|
if ( data ) {
|
||||||
|
|
@ -810,7 +810,7 @@ OO.ui.Element.static.unsafeInfuse = function ( node, config, domPromise ) {
|
||||||
// If anyone is holding a reference to the old DOM element,
|
// If anyone is holding a reference to the old DOM element,
|
||||||
// let's allow them to OO.ui.infuse() it and do what they expect, see T105828.
|
// let's allow them to OO.ui.infuse() it and do what they expect, see T105828.
|
||||||
// Do not use jQuery.data(), as using it on detached nodes leaks memory in 1.x line by design.
|
// Do not use jQuery.data(), as using it on detached nodes leaks memory in 1.x line by design.
|
||||||
$elem[ 0 ].oouiInfused = obj.$element;
|
$elem[ 0 ].$oouiInfused = obj.$element;
|
||||||
// now replace old DOM with this new DOM.
|
// now replace old DOM with this new DOM.
|
||||||
if ( top ) {
|
if ( top ) {
|
||||||
// An efficient constructor might be able to reuse the entire DOM tree of the original
|
// An efficient constructor might be able to reuse the entire DOM tree of the original
|
||||||
|
|
@ -3808,6 +3808,7 @@ OO.ui.mixin.AccessKeyedElement.prototype.formatTitleWithAccessKey = function ( t
|
||||||
* @cfg {string} [href] Hyperlink to visit when the button is clicked.
|
* @cfg {string} [href] Hyperlink to visit when the button is clicked.
|
||||||
* @cfg {string} [target] The frame or window in which to open the hyperlink.
|
* @cfg {string} [target] The frame or window in which to open the hyperlink.
|
||||||
* @cfg {boolean} [noFollow] Search engine traversal hint (default: true)
|
* @cfg {boolean} [noFollow] Search engine traversal hint (default: true)
|
||||||
|
* @cfg {string[]} [rel] Relationship attributes for the hyperlink
|
||||||
*/
|
*/
|
||||||
OO.ui.ButtonWidget = function OoUiButtonWidget( config ) {
|
OO.ui.ButtonWidget = function OoUiButtonWidget( config ) {
|
||||||
// Configuration initialization
|
// Configuration initialization
|
||||||
|
|
@ -3836,6 +3837,7 @@ OO.ui.ButtonWidget = function OoUiButtonWidget( config ) {
|
||||||
this.href = null;
|
this.href = null;
|
||||||
this.target = null;
|
this.target = null;
|
||||||
this.noFollow = false;
|
this.noFollow = false;
|
||||||
|
this.rel = [];
|
||||||
|
|
||||||
// Events
|
// Events
|
||||||
this.connect( this, {
|
this.connect( this, {
|
||||||
|
|
@ -3850,7 +3852,11 @@ OO.ui.ButtonWidget = function OoUiButtonWidget( config ) {
|
||||||
this.setActive( config.active );
|
this.setActive( config.active );
|
||||||
this.setHref( config.href );
|
this.setHref( config.href );
|
||||||
this.setTarget( config.target );
|
this.setTarget( config.target );
|
||||||
this.setNoFollow( config.noFollow );
|
if ( config.rel ) {
|
||||||
|
this.setRel( config.rel );
|
||||||
|
} else {
|
||||||
|
this.setNoFollow( config.noFollow );
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Setup */
|
/* Setup */
|
||||||
|
|
@ -3908,6 +3914,15 @@ OO.ui.ButtonWidget.prototype.getNoFollow = function () {
|
||||||
return this.noFollow;
|
return this.noFollow;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the relationship attribute of the hyperlink.
|
||||||
|
*
|
||||||
|
* @return {string[]} Relationship attributes that apply to the hyperlink
|
||||||
|
*/
|
||||||
|
OO.ui.ButtonWidget.prototype.getRel = function () {
|
||||||
|
return this.rel;
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set hyperlink location.
|
* Set hyperlink location.
|
||||||
*
|
*
|
||||||
|
|
@ -3985,12 +4000,42 @@ OO.ui.ButtonWidget.prototype.setTarget = function ( target ) {
|
||||||
* @return {OO.ui.Widget} The widget, for chaining
|
* @return {OO.ui.Widget} The widget, for chaining
|
||||||
*/
|
*/
|
||||||
OO.ui.ButtonWidget.prototype.setNoFollow = function ( noFollow ) {
|
OO.ui.ButtonWidget.prototype.setNoFollow = function ( noFollow ) {
|
||||||
|
var rel;
|
||||||
|
|
||||||
noFollow = typeof noFollow === 'boolean' ? noFollow : true;
|
noFollow = typeof noFollow === 'boolean' ? noFollow : true;
|
||||||
|
|
||||||
if ( noFollow !== this.noFollow ) {
|
if ( noFollow !== this.noFollow ) {
|
||||||
this.noFollow = noFollow;
|
if ( !noFollow ) {
|
||||||
if ( noFollow ) {
|
rel = this.rel.concat();
|
||||||
this.$button.attr( 'rel', 'nofollow' );
|
rel.splice(
|
||||||
|
this.rel.indexOf( 'nofollow' ),
|
||||||
|
1
|
||||||
|
);
|
||||||
|
this.setRel( rel );
|
||||||
|
} else {
|
||||||
|
this.setRel( this.rel.concat( [ 'nofollow' ] ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return this;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the `rel` attribute of the the hyperlink.
|
||||||
|
*
|
||||||
|
* @param {string|string[]} rel Relationship attributes for the hyperlink
|
||||||
|
* @return {OO.ui.Widget} The widget, for chaining
|
||||||
|
*/
|
||||||
|
OO.ui.ButtonWidget.prototype.setRel = function ( rel ) {
|
||||||
|
rel = Array.isArray( rel ) ? rel : typeof rel === 'string' ? [ rel ] : [];
|
||||||
|
|
||||||
|
if ( rel !== this.rel ) {
|
||||||
|
this.rel = rel;
|
||||||
|
// For backwards compatibility.
|
||||||
|
this.noFollow = rel.indexOf( 'nofollow' ) !== -1;
|
||||||
|
|
||||||
|
if ( rel.length > 0 ) {
|
||||||
|
this.$button.attr( 'rel', rel.join( ' ' ) );
|
||||||
} else {
|
} else {
|
||||||
this.$button.removeAttr( 'rel' );
|
this.$button.removeAttr( 'rel' );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:17Z
|
* Date: 2019-12-12T00:27:49Z
|
||||||
*/
|
*/
|
||||||
.oo-ui-tool > .oo-ui-tool-link > .oo-ui-tool-checkIcon {
|
.oo-ui-tool > .oo-ui-tool-link > .oo-ui-tool-checkIcon {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:17Z
|
* Date: 2019-12-12T00:27:49Z
|
||||||
*/
|
*/
|
||||||
.oo-ui-tool {
|
.oo-ui-tool {
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:09Z
|
* Date: 2019-12-12T00:27:42Z
|
||||||
*/
|
*/
|
||||||
( function ( OO ) {
|
( function ( OO ) {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:17Z
|
* Date: 2019-12-12T00:27:49Z
|
||||||
*/
|
*/
|
||||||
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget {
|
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:17Z
|
* Date: 2019-12-12T00:27:49Z
|
||||||
*/
|
*/
|
||||||
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget {
|
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
|
@ -1025,7 +1025,7 @@
|
||||||
}
|
}
|
||||||
.oo-ui-searchWidget-query {
|
.oo-ui-searchWidget-query {
|
||||||
height: 4em;
|
height: 4em;
|
||||||
padding: 0 20px;
|
padding: 0 16px;
|
||||||
border-bottom: 1px solid #c8ccd1;
|
border-bottom: 1px solid #c8ccd1;
|
||||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:09Z
|
* Date: 2019-12-12T00:27:42Z
|
||||||
*/
|
*/
|
||||||
( function ( OO ) {
|
( function ( OO ) {
|
||||||
|
|
||||||
|
|
@ -688,7 +688,7 @@ OO.ui.mixin.LookupElement = function OoUiMixinLookupElement( config ) {
|
||||||
} );
|
} );
|
||||||
this.lookupMenu.connect( this, {
|
this.lookupMenu.connect( this, {
|
||||||
toggle: 'onLookupMenuToggle',
|
toggle: 'onLookupMenuToggle',
|
||||||
choose: 'onLookupMenuItemChoose'
|
choose: 'onLookupMenuChoose'
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Initialization
|
// Initialization
|
||||||
|
|
@ -788,8 +788,17 @@ OO.ui.mixin.LookupElement.prototype.onLookupMenuToggle = function ( visible ) {
|
||||||
* @protected
|
* @protected
|
||||||
* @param {OO.ui.MenuOptionWidget} item Selected item
|
* @param {OO.ui.MenuOptionWidget} item Selected item
|
||||||
*/
|
*/
|
||||||
OO.ui.mixin.LookupElement.prototype.onLookupMenuItemChoose = function ( item ) {
|
OO.ui.mixin.LookupElement.prototype.onLookupMenuChoose = function ( item ) {
|
||||||
this.setValue( item.getData() );
|
if ( this.onLookupMenuItemChoose ) {
|
||||||
|
// @since 0.35.2
|
||||||
|
OO.ui.warnDeprecation(
|
||||||
|
'onLookupMenuItemChoose is deprecated. ' +
|
||||||
|
'Use onLookupMenuChoose instead.'
|
||||||
|
);
|
||||||
|
this.onLookupMenuItemChoose( item );
|
||||||
|
} else {
|
||||||
|
this.setValue( item.getData() );
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -1566,6 +1575,7 @@ OO.ui.StackLayout.prototype.resetScroll = function () {
|
||||||
}
|
}
|
||||||
// Reset each panel
|
// Reset each panel
|
||||||
this.getItems().forEach( function ( panel ) {
|
this.getItems().forEach( function ( panel ) {
|
||||||
|
// eslint-disable-next-line no-jquery/no-class-state
|
||||||
var hidden = panel.$element.hasClass( 'oo-ui-element-hidden' );
|
var hidden = panel.$element.hasClass( 'oo-ui-element-hidden' );
|
||||||
// Scroll can only be reset when panel is visible
|
// Scroll can only be reset when panel is visible
|
||||||
panel.$element.removeClass( 'oo-ui-element-hidden' );
|
panel.$element.removeClass( 'oo-ui-element-hidden' );
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:09Z
|
* Date: 2019-12-12T00:27:42Z
|
||||||
*/
|
*/
|
||||||
( function ( OO ) {
|
( function ( OO ) {
|
||||||
|
|
||||||
|
|
@ -48,6 +48,7 @@ OO.ui.WikimediaUITheme.prototype.getElementClasses = function ( element ) {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
element instanceof OO.ui.IconWidget &&
|
element instanceof OO.ui.IconWidget &&
|
||||||
|
// eslint-disable-next-line no-jquery/no-class-state
|
||||||
element.$element.hasClass( 'oo-ui-checkboxInputWidget-checkIcon' )
|
element.$element.hasClass( 'oo-ui-checkboxInputWidget-checkIcon' )
|
||||||
) {
|
) {
|
||||||
// Icon on CheckboxInputWidget
|
// Icon on CheckboxInputWidget
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:17Z
|
* Date: 2019-12-12T00:27:49Z
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.oo-ui-window {
|
.oo-ui-window {
|
||||||
|
|
@ -320,23 +320,22 @@
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog-errors {
|
.oo-ui-processDialog-errors {
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
padding: 3em 3em 1.5em 3em;
|
padding: 3em 3em 0 3em;
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.oo-ui-processDialog-errors .oo-ui-buttonWidget {
|
|
||||||
margin: 2em 1em 2em 1em;
|
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog-errors-title {
|
.oo-ui-processDialog-errors-title {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
color: #000;
|
color: #000;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog-error {
|
.oo-ui-processDialog-errors > .oo-ui-messageWidget {
|
||||||
text-align: left;
|
margin: 1em 0 0;
|
||||||
margin: 1em;
|
}
|
||||||
padding: 1em;
|
.oo-ui-processDialog-errors-actions {
|
||||||
border: 1px solid #d45353;
|
text-align: center;
|
||||||
background-color: #ffdcdc;
|
}
|
||||||
|
.oo-ui-processDialog-errors-actions > .oo-ui-buttonWidget {
|
||||||
|
margin: 2em 1em;
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-location {
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-location {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:17Z
|
* Date: 2019-12-12T00:27:49Z
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.oo-ui-window {
|
.oo-ui-window {
|
||||||
|
|
@ -259,9 +259,6 @@
|
||||||
padding-left: 3.14285714em;
|
padding-left: 3.14285714em;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
|
|
||||||
margin-left: -0.85714286em;
|
|
||||||
}
|
|
||||||
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement:first-child {
|
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -269,7 +266,7 @@
|
||||||
padding: 0.71428571em 12px;
|
padding: 0.71428571em 12px;
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
|
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
|
||||||
padding-left: 2.64285714em;
|
padding-left: 2.42857143em;
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget > .oo-ui-buttonElement-button {
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget > .oo-ui-buttonElement-button {
|
||||||
border-left-color: #c8ccd1;
|
border-left-color: #c8ccd1;
|
||||||
|
|
@ -312,22 +309,21 @@
|
||||||
.oo-ui-processDialog-errors {
|
.oo-ui-processDialog-errors {
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
padding: 3em 3em 0 3em;
|
padding: 3em 3em 0 3em;
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.oo-ui-processDialog-errors .oo-ui-buttonWidget {
|
|
||||||
margin: 2em 1em 2em 1em;
|
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog-errors-title {
|
.oo-ui-processDialog-errors-title {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
color: #000;
|
color: #000;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog-error {
|
.oo-ui-processDialog-errors > .oo-ui-messageWidget {
|
||||||
background-color: #fee7e6;
|
|
||||||
margin: 1em 0 0;
|
margin: 1em 0 0;
|
||||||
border: 1px solid #d33;
|
}
|
||||||
padding: 16px 24px;
|
.oo-ui-processDialog-errors-actions {
|
||||||
text-align: left;
|
text-align: center;
|
||||||
|
}
|
||||||
|
.oo-ui-processDialog-errors-actions > .oo-ui-buttonWidget {
|
||||||
|
margin: 2em 1em;
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-content .oo-ui-window-head,
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-content .oo-ui-window-head,
|
||||||
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-navigation,
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-navigation,
|
||||||
|
|
@ -352,7 +348,7 @@
|
||||||
padding: 0.85714286em 12px;
|
padding: 0.85714286em 12px;
|
||||||
}
|
}
|
||||||
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-actionWidget.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-actionWidget.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
|
||||||
padding-left: 2.64285714em;
|
padding-left: 2.42857143em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oo-ui-windowManager-modal > .oo-ui-dialog {
|
.oo-ui-windowManager-modal > .oo-ui-dialog {
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* OOUI v0.35.0-pre (44324afb98)
|
* OOUI v0.36.1
|
||||||
* https://www.mediawiki.org/wiki/OOUI
|
* https://www.mediawiki.org/wiki/OOUI
|
||||||
*
|
*
|
||||||
* Copyright 2011–2019 OOUI Team and other contributors.
|
* Copyright 2011–2019 OOUI Team and other contributors.
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://oojs.mit-license.org
|
* http://oojs.mit-license.org
|
||||||
*
|
*
|
||||||
* Date: 2019-10-10T21:22:09Z
|
* Date: 2019-12-12T00:27:42Z
|
||||||
*/
|
*/
|
||||||
( function ( OO ) {
|
( function ( OO ) {
|
||||||
|
|
||||||
|
|
@ -3363,7 +3363,12 @@ OO.ui.ProcessDialog.prototype.initialize = function () {
|
||||||
.text( OO.ui.msg( 'ooui-dialog-process-error' ) );
|
.text( OO.ui.msg( 'ooui-dialog-process-error' ) );
|
||||||
this.$errors
|
this.$errors
|
||||||
.addClass( 'oo-ui-processDialog-errors oo-ui-element-hidden' )
|
.addClass( 'oo-ui-processDialog-errors oo-ui-element-hidden' )
|
||||||
.append( this.$errorsTitle, this.dismissButton.$element, this.retryButton.$element );
|
.append(
|
||||||
|
this.$errorsTitle,
|
||||||
|
$( '<div>' ).addClass( 'oo-ui-processDialog-errors-actions' ).append(
|
||||||
|
this.dismissButton.$element, this.retryButton.$element
|
||||||
|
)
|
||||||
|
);
|
||||||
this.$content
|
this.$content
|
||||||
.addClass( 'oo-ui-processDialog-content' )
|
.addClass( 'oo-ui-processDialog-content' )
|
||||||
.append( this.$errors );
|
.append( this.$errors );
|
||||||
|
|
@ -3432,10 +3437,10 @@ OO.ui.ProcessDialog.prototype.attachActions = function () {
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
OO.ui.ProcessDialog.prototype.executeAction = function ( action ) {
|
OO.ui.ProcessDialog.prototype.executeAction = function ( action ) {
|
||||||
var process = this;
|
var dialog = this;
|
||||||
return OO.ui.ProcessDialog.parent.prototype.executeAction.call( this, action )
|
return OO.ui.ProcessDialog.parent.prototype.executeAction.call( this, action )
|
||||||
.fail( function ( errors ) {
|
.fail( function ( errors ) {
|
||||||
process.showErrors( errors || [] );
|
dialog.showErrors( errors || [] );
|
||||||
} );
|
} );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -3522,7 +3527,7 @@ OO.ui.ProcessDialog.prototype.fitLabel = function () {
|
||||||
* @param {OO.ui.Error[]|OO.ui.Error} errors Errors to be handled
|
* @param {OO.ui.Error[]|OO.ui.Error} errors Errors to be handled
|
||||||
*/
|
*/
|
||||||
OO.ui.ProcessDialog.prototype.showErrors = function ( errors ) {
|
OO.ui.ProcessDialog.prototype.showErrors = function ( errors ) {
|
||||||
var i, len, $item, actions,
|
var i, len, actions,
|
||||||
items = [],
|
items = [],
|
||||||
abilities = {},
|
abilities = {},
|
||||||
recoverable = true,
|
recoverable = true,
|
||||||
|
|
@ -3539,10 +3544,10 @@ OO.ui.ProcessDialog.prototype.showErrors = function ( errors ) {
|
||||||
if ( errors[ i ].isWarning() ) {
|
if ( errors[ i ].isWarning() ) {
|
||||||
warning = true;
|
warning = true;
|
||||||
}
|
}
|
||||||
$item = $( '<div>' )
|
items.push( new OO.ui.MessageWidget( {
|
||||||
.addClass( 'oo-ui-processDialog-error' )
|
type: 'error',
|
||||||
.append( errors[ i ].getMessage() );
|
label: errors[ i ].getMessage()
|
||||||
items.push( $item[ 0 ] );
|
} ).$element[ 0 ] );
|
||||||
}
|
}
|
||||||
this.$errorItems = $( items );
|
this.$errorItems = $( items );
|
||||||
if ( recoverable ) {
|
if ( recoverable ) {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"bright": {
|
"bright": {
|
||||||
"file": "../wikimediaui/images/icons/bright.svg"
|
"file": "../wikimediaui/images/icons/bright.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"alert": {
|
"alert": {
|
||||||
"file": "../wikimediaui/images/icons/alert.svg"
|
"file": "../wikimediaui/images/icons/alert.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"article": {
|
"article": {
|
||||||
"file": {
|
"file": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"alignCenter": {
|
"alignCenter": {
|
||||||
"file": "../wikimediaui/images/icons/alignCenter.svg"
|
"file": "../wikimediaui/images/icons/alignCenter.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"book": {
|
"book": {
|
||||||
"file": {
|
"file": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"edit": {
|
"edit": {
|
||||||
"file": "../wikimediaui/images/icons/edit.svg"
|
"file": "../wikimediaui/images/icons/edit.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"indent": {
|
"indent": {
|
||||||
"file": {
|
"file": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"bigger": {
|
"bigger": {
|
||||||
"file": "../wikimediaui/images/icons/bigger.svg"
|
"file": "../wikimediaui/images/icons/bigger.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"add": {
|
"add": {
|
||||||
"file": "../wikimediaui/images/icons/add.svg"
|
"file": "../wikimediaui/images/icons/add.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"menu": {
|
"menu": {
|
||||||
"file": "../wikimediaui/images/icons/menu.svg" },
|
"file": "../wikimediaui/images/icons/menu.svg" },
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"globe": {
|
"globe": {
|
||||||
"file": "../wikimediaui/images/icons/globe.svg"
|
"file": "../wikimediaui/images/icons/globe.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"camera": {
|
"camera": {
|
||||||
"file": "../wikimediaui/images/icons/camera.svg"
|
"file": "../wikimediaui/images/icons/camera.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"bookmarkOutline": {
|
"bookmarkOutline": {
|
||||||
"file": "../wikimediaui/images/icons/bookmarkOutline.svg"
|
"file": "../wikimediaui/images/icons/bookmarkOutline.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"arrowNext": {
|
"arrowNext": {
|
||||||
"file": {
|
"file": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"userAnonymous": {
|
"userAnonymous": {
|
||||||
"file": "../wikimediaui/images/icons/userAnonymous.svg"
|
"file": "../wikimediaui/images/icons/userAnonymous.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-icon",
|
"prefix": "oo-ui-icon",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"logoCC": {
|
"logoCC": {
|
||||||
"file": "../wikimediaui/images/icons/logo-CC.svg"
|
"file": "../wikimediaui/images/icons/logo-CC.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"prefix": "oo-ui-indicator",
|
"prefix": "oo-ui-indicator",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"images": {
|
"images": {
|
||||||
"clear": {
|
"clear": {
|
||||||
"file": "../wikimediaui/images/indicators/clear.svg"
|
"file": "../wikimediaui/images/indicators/clear.svg"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,11 @@
|
||||||
{
|
{
|
||||||
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
||||||
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
||||||
"intro": "@import '../../../../src/styles/common';",
|
"intro": "@import '../../../../src/styles/common.less';",
|
||||||
"variants": {
|
"variants": {
|
||||||
"invert": {
|
"invert": {
|
||||||
"color": "#fff",
|
"color": "#fff",
|
||||||
"global": true
|
"global": true
|
||||||
},
|
|
||||||
"progressive": {
|
|
||||||
"color": "#36c"
|
|
||||||
},
|
|
||||||
"destructive": {
|
|
||||||
"color": "#d33"
|
|
||||||
},
|
|
||||||
"error": {
|
|
||||||
"color": "#d33"
|
|
||||||
},
|
|
||||||
"warning": {
|
|
||||||
"color": "#fc3"
|
|
||||||
},
|
|
||||||
"success": {
|
|
||||||
"color": "#14866d"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"images": {
|
"images": {
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 91 B |
|
|
@ -1,7 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>add</title><path fill="#fff" d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
add
|
|
||||||
</title><g fill="#fff">
|
|
||||||
<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 107 B |
|
|
@ -1,7 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>add</title><path fill="#36c" d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
add
|
|
||||||
</title><g fill="#36c">
|
|
||||||
<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 91 B |
|
|
@ -1,7 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>add</title><path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
add
|
|
||||||
</title>
|
|
||||||
<path d="M11 9V4H9v5H4v2h5v5h2v-5h5V9z"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 186 B |
|
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 247 B |
|
|
@ -1,7 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>alert</title><path fill="#fff" d="M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
alert
|
|
||||||
</title><g fill="#fff">
|
|
||||||
<path d="M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 313 B |
|
|
@ -1,7 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>alert</title><path fill="#36c" d="M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
alert
|
|
||||||
</title><g fill="#36c">
|
|
||||||
<path d="M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 290 B |
|
|
@ -1,7 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>alert</title><path fill="#fc3" d="M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
alert
|
|
||||||
</title><g fill="#fc3">
|
|
||||||
<path d="M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 240 B |
|
|
@ -1,7 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>alert</title><path d="M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
alert
|
|
||||||
</title>
|
|
||||||
<path d="M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 312 B |
|
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 96 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align center</title><g fill="#fff"><path d="M1 15h18v2H1zM1 3h18v2H1z"/><rect width="8" height="6" x="6" y="7" rx="1"/></g></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align center
|
|
||||||
</title><g fill="#fff">
|
|
||||||
<path d="M1 15h18v2H1zM1 3h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="6" y="7" rx="1"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 102 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align center</title><g fill="#36c"><path d="M1 15h18v2H1zM1 3h18v2H1z"/><rect width="8" height="6" x="6" y="7" rx="1"/></g></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align center
|
|
||||||
</title><g fill="#36c">
|
|
||||||
<path d="M1 15h18v2H1zM1 3h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="6" y="7" rx="1"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 137 B After Width: | Height: | Size: 95 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align center</title><path d="M1 15h18v2H1zM1 3h18v2H1z"/><rect width="8" height="6" x="6" y="7" rx="1"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align center
|
|
||||||
</title>
|
|
||||||
<path d="M1 15h18v2H1zM1 3h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="6" y="7" rx="1"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 105 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align left</title><g fill="#fff"><path d="M1 15h18v2H1zm11-8h7v2h-7zm0 4h7v2h-7zM1 3h18v2H1z"/><rect width="8" height="6" x="1" y="7" rx="1"/></g></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align left
|
|
||||||
</title><g fill="#fff">
|
|
||||||
<path d="M1 15h18v2H1zm11-8h7v2h-7zm0 4h7v2h-7zM1 3h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="1" y="7" rx="1"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 113 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align left</title><g fill="#36c"><path d="M1 15h18v2H1zm11-8h7v2h-7zm0 4h7v2h-7zM1 3h18v2H1z"/><rect width="8" height="6" x="1" y="7" rx="1"/></g></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align left
|
|
||||||
</title><g fill="#36c">
|
|
||||||
<path d="M1 15h18v2H1zm11-8h7v2h-7zm0 4h7v2h-7zM1 3h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="1" y="7" rx="1"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 105 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align left</title><path d="M1 15h18v2H1zm11-8h7v2h-7zm0 4h7v2h-7zM1 3h18v2H1z"/><rect width="8" height="6" x="1" y="7" rx="1"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align left
|
|
||||||
</title>
|
|
||||||
<path d="M1 15h18v2H1zm11-8h7v2h-7zm0 4h7v2h-7zM1 3h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="1" y="7" rx="1"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 261 B |
|
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 104 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align right</title><g fill="#fff"><path d="M1 15h18v2H1zm0-8h7v2H1zm0 4h7v2H1zm0-8h18v2H1z"/><rect width="8" height="6" x="11" y="7" rx="1"/></g></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align right
|
|
||||||
</title><g fill="#fff">
|
|
||||||
<path d="M1 15h18v2H1zm0-8h7v2H1zm0 4h7v2H1zm0-8h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="11" y="7" rx="1"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 279 B |
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 111 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align right</title><g fill="#36c"><path d="M1 15h18v2H1zm0-8h7v2H1zm0 4h7v2H1zm0-8h18v2H1z"/><rect width="8" height="6" x="11" y="7" rx="1"/></g></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align right
|
|
||||||
</title><g fill="#36c">
|
|
||||||
<path d="M1 15h18v2H1zm0-8h7v2H1zm0 4h7v2H1zm0-8h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="11" y="7" rx="1"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 279 B |
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 103 B |
|
|
@ -1,8 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>align right</title><path d="M1 15h18v2H1zm0-8h7v2H1zm0 4h7v2H1zm0-8h18v2H1z"/><rect width="8" height="6" x="11" y="7" rx="1"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
align right
|
|
||||||
</title>
|
|
||||||
<path d="M1 15h18v2H1zm0-8h7v2H1zm0 4h7v2H1zm0-8h18v2H1z"/>
|
|
||||||
<rect width="8" height="6" x="11" y="7" rx="1"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 260 B |
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 127 B |
|
|
@ -1,7 +1 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>next</title><path fill="#fff" d="M8.59 3.42L14.17 9H2v2h12.17l-5.58 5.59L10 18l8-8-8-8z"/></svg>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
||||||
<title>
|
|
||||||
next
|
|
||||||
</title><g fill="#fff">
|
|
||||||
<path d="M8.59 3.42L14.17 9H2v2h12.17l-5.58 5.59L10 18l8-8-8-8z"/>
|
|
||||||
</g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 144 B |