Commit Graph

504 Commits (747334f06e701b54743d3bdd55484694e5779cbd)

Author SHA1 Message Date
hetech 63844fd845 Popup: lockScroll uses class instead of inline style, remove redundant code (#11114)
* Popup: when popup open, use a class to prevent body scroll

* popup,MessageBox,vue-popper: remove redundant code

* popup: use getStyle to get document body's paddingRight

* Update mixin.vue-popup.spec.js

* Update mixin.vue-popup.spec.js
2018-05-13 12:07:09 +08:00
Leopoldthecoder 992a7a534e [build] 2.3.8 2018-05-11 19:02:08 +08:00
杨奕 ea70cf5a01
Utils: scroll-into-view should consider target element's offset parents (#11058) 2018-05-08 15:50:55 +08:00
Leopoldthecoder 6498829c96 [build] 2.3.7 2018-04-29 21:34:34 +08:00
Michael Budde cb39bd2f8b i18n: update Danish locale (#10946) 2018-04-29 21:03:04 +08:00
Leopoldthecoder 363528fc0d [build] 2.3.6 2018-04-21 18:15:20 +08:00
Leopoldthecoder fdef1020ca [build] 2.3.5 2018-04-20 16:05:19 +08:00
杨奕 1f57345b19
Chore: use resize-observer-polyfill to detect element resizes (#10779) 2018-04-19 12:19:27 +08:00
杨奕 95e168f7ca
Pagination: add prev-click and next-click events (#10755) 2018-04-17 16:47:32 +08:00
Nicolas d7e9e6173f i18n: update pagination.pagesize of de (#10754) 2018-04-17 16:04:54 +08:00
Amanbolat Balabekov 43781c9c5b i18n: update pagination.pagesize of ru-RU (#10716)
pagination.pagesize should have a white space before or it will be displayed incorrectly.
2018-04-16 10:21:05 +08:00
Hyuni 783cb2691f Input / Select: fix Korean IME composition bug (#10648)
* Input: fix cursor goes to the end of the text(#10611)

* Input: fix cursor goes to the end of the text(#10611)

* Update input.vue

* Update select.vue

* Update input.vue
2018-04-15 15:57:35 +08:00
nancoder 39bb82f462 i18n: fix Spanish year display in DatePicker (#10711)
In spanish has no sense "2018 año diciembre" so I changed the translation of ´year: 'Año'´  to ´year:''´
2018-04-15 09:38:37 +08:00
Leopoldthecoder 12d559965c [build] 2.3.4 2018-04-12 21:24:59 +08:00
r3stm4n 7dbe646030 i18n: fix a typo in pl.js (#10593) 2018-04-08 10:19:55 +08:00
Rustam Tursun 4b5000ffeb i18n: add ug-CN (#10585) 2018-04-06 20:12:58 +08:00
Leopoldthecoder 582226a0ff [build] 2.3.3 2018-04-04 16:42:55 +08:00
r3stm4n 2e1c329a42 i18n: update pl.js (#10491)
* filled gaps in translation

* Update pl.js
2018-03-31 12:24:24 +08:00
Leopoldthecoder 6bfc4ae915 [build] 2.3.2 2018-03-29 12:12:06 +08:00
Leopoldthecoder fbed07d3fa [build] 2.3.1 2018-03-29 10:59:59 +08:00
Leopoldthecoder e4094e9e69 [build] 2.3.0 2018-03-28 14:46:08 +08:00
杨奕 4a6bd309a4
Menu: fix arrow navigation of SubMenu (#10304) 2018-03-22 12:12:05 +08:00
LG0012 0fa60fe264 i18n: fix a lt.js typo (#10267) 2018-03-21 10:44:04 +08:00
Leopoldthecoder 427dcb2dad [build] 2.2.2 2018-03-14 18:10:59 +08:00
Xilmiki 9f47918477 Locale: update it.js (#10091) 2018-03-10 13:43:11 +08:00
Leopoldthecoder 2350d585a0 [build] 2.2.1 2018-03-02 16:41:08 +08:00
Marcel aec890aa8a i18n: update de.js (#9867)
* Update de.js

* Update de.js
2018-02-24 11:04:41 +08:00
d4rth0nyx bec9dc48cf i18n: update el.js (#9831)
Hello from Greece to element-ui community. Just change confirm from "ok" to "Εντάξει". More correct Greek word for "ok". Also attempts for
* PrevYear, 
* nextYear, 
* prevMonth, 
* nextMonth. 
*deleteTip,
sumText,
Titles-Lists,
filterPlaceholder,
noCheckedFormat,
Just direct translation, not tested on components yet. Any comment or recommendation accepted.....
by the way, keep up the good work, and im lover of dark themes............
2018-02-18 19:11:37 +08:00
Ivan Seniv 2449877792 i18n: translated all Ukrainian phrases (#9810) 2018-02-13 22:33:51 +08:00
Leopoldthecoder a98325bee8 [build] 2.2.0 2018-02-12 17:13:18 +08:00
syn-zeta 1b3832f009 Popper: fix memory leak on route change (#9757) 2018-02-11 10:59:32 +08:00
ahalimkara e4abaf7b6e i18n: add Kurdish translation (#9582) 2018-02-11 10:29:07 +08:00
Leopoldthecoder 67df5f0f6c [build] 2.1.0 2018-01-31 16:36:30 +08:00
FuryBean bbe6e62ee1 Table: forward fixed column's mousewheel event to entire table (#9323) 2018-01-26 15:38:46 +08:00
Hi-Linlin b4590d6b79
Merge pull request #9428 from Leopoldthecoder/dialog/style
Dialog: update paddings
2018-01-24 18:08:02 +08:00
Leopoldthecoder 81a7ef7634 Dialog: update paddings 2018-01-23 18:25:49 +08:00
baiyaaaaa f0f75fb561 Menu: move menu popup to body when collapse (#9263)
* change menu popup to body

* add menu-list

* Revert "add menu-list"

This reverts commit 5799df9bf2.

* fix menu popup

* Update yarn.lock

* Update submenu.vue
2018-01-23 15:58:46 +08:00
Leopoldthecoder 98bdee26b1 Popper: fix arrow position 2018-01-21 10:35:04 +08:00
Ahmet 275d6d24da Locale: update tr-TR translation (#9324) 2018-01-18 17:19:09 +08:00
FuryBean aaf6e7e815 Popper: update zIndex after show again (#9339) 2018-01-18 14:23:00 +08:00
FuryBean 23a60a0ef6 Loading: fix loading not disappear in some condition (#9313) 2018-01-18 11:44:19 +08:00
Daniel Chodusov 0eba34b1f6 Czech translations 2018-01-11 10:21:12 +08:00
banzhuanmei fcbf7830b9 Popper: getScrollParent should cover horizontal scroll (#9138) 2018-01-09 15:58:56 +08:00
Leopoldthecoder 44dca81692 [build] 2.0.11 2018-01-08 14:09:09 +08:00
rChaser53 769827e701 Locale: update ja translation (#9168) 2018-01-08 13:41:05 +08:00
Leopoldthecoder fdd746f262 Locale: change Czech locale filename to cs-CZ 2018-01-08 10:46:57 +08:00
cinwell.li be3dcbfc4c chore: update ESLint (#9124)
* chore: update ESLint

* chore: update eslint ignore
2018-01-05 16:53:02 +08:00
xifeiwu e466b32214 fix the case parameter node is null (#9125) 2018-01-04 15:46:55 +08:00
Vitor A. Vale 166df00c44 Locale: update pt-br translations (#9118) 2018-01-03 22:21:44 +08:00
nexequ 4588894e00 Update pl.js (#9082)
* Update pl.js

I just added some translations

* Update pl.js
2017-12-31 09:59:28 +08:00
Leopoldthecoder ce27b5b396 [build] 2.0.10 2017-12-29 18:09:56 +08:00
Leopoldthecoder ae4d29cff5 Chore: misc updates 2017-12-29 17:34:26 +08:00
Mathieu TUDISCO 74d4267a34 Add a comment in fr.js
cf: https://github.com/ElemeFE/element/pull/9053

Add a comment to explain why year must be empty, because we definitely will not remember that!
(I am the one who filled it the last time :/)
2017-12-28 17:44:21 +08:00
Nicolas Kirchner cdc2f48de7 Update fr.js
In french, like in english, we don't say "Année" after the year number.
2017-12-28 17:21:55 +08:00
vsambor 1eba6fda98 Create ro.js 2017-12-28 16:36:09 +08:00
Leopoldthecoder 8d49e17303 [build] 2.0.9 2017-12-24 19:35:10 +08:00
佘小马 b05462a6cc fixed utils.dom.addClass 2017-12-15 16:49:09 +08:00
Leopoldthecoder 03635d1935 [build] 2.0.8 2017-12-12 17:07:23 +08:00
Gabor Apagyi 051b03f4a6 Added Hungarian language to the locale (#8764)
* Added Hungarian language to the locale

Added Hungarian language to the locale

* removed // to be translated

* remove trailing space
2017-12-11 18:50:04 +08:00
Leopoldthecoder 1fb98ef172 Chore: misc updates 2017-12-11 10:52:31 +08:00
Jaha96 038f1221ac Added Kazakh language to the locale :) (#8664)
* Added Kazakh language to the locale

* removed space
2017-12-05 11:58:17 +08:00
Батмөнх 2d8e73bc02 update mn locale (#8599)
* Complete Mongolian translation :mn:

* removed // to be translated

* Fixed translation

* Update mn.js

* Update mn.js

* Update mn.js
2017-12-01 15:16:18 +08:00
redaced 6ced3a654a removed // to be translated 2017-11-30 19:52:26 +08:00
redaced 4f0343fc6b Complete Mongolian translation :mn: 2017-11-30 19:52:26 +08:00
Leopoldthecoder 12e12758e7 [build] 2.0.7 2017-11-29 16:57:22 +08:00
Leopoldthecoder 57f7dc766f [build] 2.0.6 2017-11-29 14:32:44 +08:00
Leopoldthecoder 9998d13e9c Popper: increase arrow offset to 8px 2017-11-26 16:57:41 +08:00
Tadasb 0a23a310e4 Create lt.js
Create a Lithuanian translation.
2017-11-20 10:26:18 +08:00
杨奕 2566e48218 Update fa.js 2017-11-19 16:27:47 +08:00
Morteza Dehghani 7dd10da28b Translate some words
...
2017-11-19 16:27:47 +08:00
Leopoldthecoder 46bd165fb1 [build] 2.0.5 2017-11-17 15:27:06 +08:00
Leopoldthecoder 5406a97359 Chore: misc updates 2017-11-17 12:46:52 +08:00
ChangJoo Park(박창주) 1af6989544 Update ko.js (#8348) 2017-11-17 12:14:06 +08:00
ChangJoo Park(박창주) d65249e744 Update ko.js 2017-11-17 12:12:35 +08:00
Stefan de Vogelaere ecbaea7839 Complete Dutch Translation (#8320)
* Complete Dutch Translation

* Update nl.js
2017-11-16 17:10:40 +08:00
wuzhuyu5 d419e260d0 clickoutside: fix memory leak 2017-11-14 12:15:47 +08:00
medice ac39df84c0 clickoutside: fix memory leak 2017-11-11 10:51:08 +08:00
Leopoldthecoder 33bf6f9cd9 [build] 2.0.4 2017-11-10 16:39:45 +08:00
Mathieu TUDISCO 839dda529e Complete french translation 🇫🇷 2017-11-07 10:43:12 +08:00
wubaiqing 38e320b8cc Add spaces between Chinese, English and numbers. 2017-11-05 20:19:42 +08:00
butschster cee4542c36 Update ru-RU.js
Added missed translates
2017-11-05 11:19:42 +08:00
Leopoldthecoder 44849f7998 [build] 2.0.3 2017-11-03 15:59:15 +08:00
Leopoldthecoder 03ccdb4fbc Menu: register el-tooltip 2017-11-03 13:21:06 +08:00
Chris Anderson 52bbf4f3e1 Fixes #7959 by providing aria labels for buttons 2017-11-03 10:26:30 +08:00
Leopoldthecoder 9553e1edba Chore: misc fixes and updates 2017-11-02 14:01:58 +08:00
wubaiqing 98bf5d7f28 Fix the code style issue to pass eslint 2017-11-01 11:47:33 +08:00
Leopoldthecoder 906580eb88 [build] 2.0.2 2017-10-31 18:48:53 +08:00
Leopoldthecoder 0c47e6d308 RepeatClick: ignore right button down 2017-10-28 21:47:41 -05:00
Leopoldthecoder c0e9a0f44f [build] 2.0.1 2017-10-28 17:13:24 +08:00
Leopoldthecoder 8479b2fbaf bug fixes 2017-10-28 03:10:52 -05:00
Leopoldthecoder 6995641d72 [build] 2.0.0 2017-10-27 11:56:27 +08:00
Leopoldthecoder d2efebcbeb fix getPropByPath error 2017-10-26 22:29:22 -05:00
Leopoldthecoder c195a873b7 [build] 2.0.0-rc.1 2017-10-25 19:03:07 +08:00
Cyril Su 25e8503d65 Carbon: Table add features and fix bugs (#7682)
* Table: Fix error in calculate `totalFlexWidth`

* Table: Fix error in caculate `scrollX`

* Table: Watch `max-height` change

* Table: Change `toggleRowExpanded`

* Table: Support `obj[key]`

* Table: Update docs for `toggleRowExpanded`

* Table: Add style and class control for every row and cell

* Table: Add `migrating` mixin for `expand`

* Table: Update test spec

* Table: Add `index` in `table-column` for custom index
2017-10-25 02:35:12 -05:00
Leopoldthecoder 44c75ff1af [build] 2.0.0-beta.1 2017-10-20 16:09:07 +08:00
Leopoldthecoder 1e95e51f9b update typings 2017-10-18 18:38:23 +08:00
Alashov Berkeli 4f9515494c Locale: [tk] translated new strings and improved old ones 2017-10-18 05:34:52 -05:00
Leopoldthecoder 21622d4e07 [build] 2.0.0-alpha.3 2017-10-16 18:08:56 +08:00
杨奕 38459ae850 update dependencies (#7476)
* update el-input change event

* upgrade to vue 2.5.0

* upgrade webpack to 3.7

* upgrade vue to 2.5.2

* minor style updates
2017-10-16 14:07:24 +08:00
maranran 542deb779b Accessibility for message & message-box & tabs (#7424)
* 	add accessibility for message & message-box & tabs

* Update message-box.md
2017-10-15 23:13:10 -05:00
Black Wayne 9b09f6aa9f Form: add size attribute (#7428) 2017-10-12 04:50:06 -05:00
Leopoldthecoder 553e89568b TimePicker: add arrow-control 2017-10-11 05:34:08 -05:00
Leopoldthecoder f46f931daa [build] 2.0.0-alpha.2 2017-10-05 10:21:50 +08:00
Leopoldthecoder 186143b138 Menu: fix setAttribute error 2017-10-01 07:10:29 -05:00
Leopoldthecoder 4b47beb499 [build] 2.0.0-alpha.1 2017-09-30 16:05:48 +08:00
Leopoldthecoder 257473f305 Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
#	examples/app.vue
#	examples/docs/en-US/tree.md
#	examples/docs/zh-CN/tree.md
#	examples/versions.json
#	packages/select/src/select.vue
#	packages/theme-default/package.json
2017-09-29 16:21:29 +08:00
maranran d66473f005 add accessibility for input & rate & collapse & progress & upload (#7196) 2017-09-29 02:58:07 -05:00
Leopoldthecoder e1e6adbb23 [build] 1.4.6 2017-09-27 13:34:35 +08:00
maran d6f04caefd add accessibility for menu 2017-09-26 06:48:01 -05:00
Leopoldthecoder 4e5bbbc978 [build] 1.4.5 2017-09-24 15:53:25 +08:00
Leopoldthecoder b922664aa6 Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
#	examples/docs/en-US/input.md
#	examples/docs/zh-CN/input.md
2017-09-20 12:23:38 +08:00
Leopoldthecoder 4576c72ef8 update i18n doc 2017-09-17 07:51:39 -05:00
Leopoldthecoder 43ecb8818c Merge branch 'dev' into carbon
# Conflicts:
#	packages/date-picker/src/panel/time.vue
2017-09-14 19:33:49 +08:00
Leopoldthecoder e90823898b Clickoutside: id should be unique among all nodes 2017-09-13 21:46:23 -05:00
Artem Kuznetsov 3e7996edc8 Locale: [ua] add translation for table & transfer
Fix slang 'Нема' -> 'Немає'
2017-09-08 22:45:01 +09:00
Artem Kuznetsov 096f3afcb5 Locale: [ru-RU] add translation for table & transfer 2017-09-08 22:45:01 +09:00
Leopoldthecoder efdf74d1a6 [build] 1.4.4 2017-09-05 17:39:20 +08:00
yocheved a033db4297 translate forgotten titles 2017-09-01 12:48:20 +08:00
yocheved 740ad56577 Create he.js
add hebrew language file
2017-09-01 12:48:20 +08:00
Luis Fernando Rocha 310eda65b5 Update es.js
Slight adjustments and added missing translations
2017-09-01 12:47:50 +08:00
Leopoldthecoder ef61460688 Merge branch 'carbon-1' into carbon 2017-09-01 10:56:25 +08:00
Leopoldthecoder 6ffcf5f79f [build] 1.4.3 2017-08-25 16:46:39 +08:00
杨奕 bf6661266a add layout (#6600)
* add layout

* add docs

* add en docs

* fix test
2017-08-22 12:46:22 +08:00
Alashov Berkeli a0f0602f4c Locale: [tk] improved translation 2017-08-19 16:13:14 +08:00
Leopoldthecoder 7753bd8931 Popup: fix missing padding-right when overflow-y is scroll 2017-08-18 12:24:18 +08:00
Leopoldthecoder e3aa5ac594 Merge branch 'dev' into carbon 2017-08-09 12:37:42 +08:00
Leopoldthecoder ed2f344690 [build] 1.4.2 2017-08-09 12:23:38 +08:00
Salama Ashoush e33a784227 added arabic language locale file (#6323)
* added arabic language locale file

* complete the missing transaltion and fixed a typo
2017-08-06 22:35:15 +08:00
Leopoldthecoder 7f70ea6726 Dialog: remove v-model, add append-to-body 2017-08-05 17:52:20 +08:00
Leopoldthecoder 4f21221c0b Merge remote-tracking branch 'eleme/dev' into carbon 2017-07-29 22:05:15 +08:00
Leopoldthecoder 76ccc20356 [build] 1.4.1 2017-07-28 12:54:14 +08:00
Leopoldthecoder 638b025c66 Merge branch 'dev' into carbon 2017-07-27 15:45:12 +08:00
Arjen Postma 1d7527df94 Removed Dutch "Jaar" suffix from DatePicker 2017-07-27 09:52:16 +08:00
Leopoldthecoder 1cecdbc057 Merge branch 'dev' into carbon 2017-07-24 19:13:02 +08:00
Leopoldthecoder aba698da57 [build] 1.4.0 2017-07-21 14:01:08 +08:00
Leopoldthecoder 96f542e024 Merge branch 'dev' into carbon 2017-07-20 20:51:59 +08:00
Dreamacro 0a2dd8bd53 Add focus method for some form component 2017-07-20 16:50:38 +08:00
Leopoldthecoder ced6640f7b [build] 1.4.0-beta.1 2017-07-20 15:53:06 +08:00
Leopoldthecoder 40a873e93e Select: add value-key 2017-07-20 12:37:04 +08:00
wacky6.AriesMBP 8b5d208675 add scroll into view implementation 2017-07-20 11:16:37 +08:00
baiyaaaaa 67188f45b6 fix clickoutside bug 2017-07-17 16:58:30 +08:00
Sebastian Mares e7647fd75a Removed German "Jahr" suffix from DatePicker 2017-07-13 18:16:30 +08:00
Leopoldthecoder 48733a29f9 [build] 1.3.7 2017-06-18 21:43:53 +08:00
Leopoldthecoder 3883ab3427 Dialog: fix nested popover cannot gain focus 2017-06-18 17:20:08 +08:00
Leopoldthecoder 869600f4d5 ScrollBar: cache bar width calculation 2017-06-18 16:24:21 +08:00
Leopoldthecoder 45628ecbf3 ClickOutside: fix 'Cannot read property target of undefined' 2017-06-18 16:23:59 +08:00
Leopoldthecoder 8675c31e36 Tooltip: fix arrow separating from tooltip 2017-06-17 11:00:05 +08:00
Dāvis Mičulis 2230a9170f [Locale] lv.js - use full month names. (#5396) 2017-06-16 12:40:30 +08:00
Adam Stradovnik d631c0fe45 Translations: Slovenian translation (#5405) 2017-06-15 20:34:06 +08:00
Alashow caa9bc8132 Locale: [tk] translated new strings (#5295) 2017-06-10 10:31:56 +08:00