Commit Graph

2608 Commits

Author SHA1 Message Date
Leopoldthecoder
2057604e24 Tooltip: avoid adding handler repeatedly 2017-09-12 13:12:46 +09:00
Leopoldthecoder
bd7ef92583 dropdown: reactive disabled trigger element 2017-09-12 12:49:28 +09:00
Hejx 心流
8fc973c51a LoadingL optimize the close process (#6966)
* Remove useless parameters

* Remove useless parameters

* [Tree docs] Modify typos

* [Loading] Optimize the close process

* Optimize the close process

* Revert the yarn.lock

* Update yarn.lock
2017-09-12 12:20:02 +09:00
Leopoldthecoder
a6016a5cc4 Alert: add chalk theme 2017-09-11 19:50:00 +09:00
Leopoldthecoder
4609154475 Tree: fix current-node-key === 0 bug 2017-09-11 19:49:48 +09: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
a1e8c52d9f Message: add chalk theme 2017-09-06 13:39:44 +08:00
Leopoldthecoder
fece184c64 Table: sortable header discoverability 2017-09-06 12:42:01 +08:00
Lukasz Balcerzak
0e0f234428 lint 2017-09-06 10:00:16 +08:00
Lukasz Balcerzak
0adc0c0812 Fixed test 2017-09-06 10:00:16 +08:00
Lukasz Balcerzak
40c204d3d6 Fixed reactivity of colors prop for rate component 2017-09-06 10:00:16 +08:00
Leopoldthecoder
08b02baf3a [release] 1.4.4 2017-09-05 17:39:20 +08:00
Leopoldthecoder
efdf74d1a6 [build] 1.4.4 2017-09-05 17:39:20 +08:00
Leopoldthecoder
3c8977d23b Changelog: update for 1.4.4 2017-09-05 17:36:43 +08:00
huguangju
e3c0e2ef05 Pagination: fix Jumper value should reassign when internalCurrentPage greater than internalPageCount 2017-09-05 17:12:18 +08:00
QingDeng
adf357fb36 DatePicker:fix month status check Bug
fix month status check Bug
2017-09-03 20:46:23 +08:00
fanzhaobing
db295f9d78 modify the document relate to slider 2017-09-02 17:49:56 +08:00
fanzhaobing
48074f2eee Slider: add props debounce 2017-09-02 17:49:56 +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
6ff168fd57 Dropdown: take care of disabled triggering element 2017-09-01 10:44:49 +08:00
Leopoldthecoder
3a005ef5da Table: fix undefined popper 2017-08-30 10:28:25 +08:00
Hejx
4b4b6ddf97 Remove useless parameters 2017-08-28 18:16:27 +08:00
Hejx
f68af37f26 Remove useless parameters 2017-08-28 18:16:27 +08:00
QingDeng
5f05fd18fd TimePicker:fix hour selection can't select 23 bug 2017-08-28 11:20:35 +08:00
Leopoldthecoder
6ca280fe56 [release] 1.4.3 2017-08-25 16:46:40 +08:00
Leopoldthecoder
6ffcf5f79f [build] 1.4.3 2017-08-25 16:46:39 +08:00
Leopoldthecoder
b21cd289fb Changelog: update for 1.4.3 2017-08-25 16:22:27 +08:00
WittBulter
6648c36a6c Input: fix params type 2017-08-25 15:05:34 +08:00
Leopoldthecoder
512543e35b add api for radio and checkbox 2017-08-25 13:37:56 +08:00
Leopoldthecoder
48135c7c50 Table: fix toFixed parameter overflow 2017-08-25 13:32:48 +08:00
Leopoldthecoder
9763c816ea Button: fix doc 2017-08-23 20:47:32 +08:00
Leopoldthecoder
f0c4c5b587 InputNumber: fix style when nested in form item 2017-08-23 18:08:29 +08:00
杨奕
79016032ea scaffolding chalk (#6643)
* scaffolding chalk

* update button
2017-08-23 18:07:14 +08:00
Leopoldthecoder
12823a6e24 Pagination: fix editor style in firefox 2017-08-22 18:13:00 +08:00
Leopoldthecoder
2bf285d0cf Dialog: fix close button style 2017-08-22 12:46:36 +08:00
杨奕
bf6661266a add layout (#6600)
* add layout

* add docs

* add en docs

* fix test
2017-08-22 12:46:22 +08:00
leezng
f7b08a9997 fixed el-alert: if using slot, icon should use 'isBigIcon' class 2017-08-22 09:46:38 +08:00
Leopoldthecoder
8e8b172bdc Select: remove onOptionDestroy event 2017-08-21 11:42:36 +08:00
Leopoldthecoder
735ef1ac51 Slider: reset size on click / drag 2017-08-21 11:42:21 +08:00
WittBulter
4ebb998346 fix col-attributes docs 2017-08-20 16:31:09 +08:00
Prasino
931f75474e Table: fix scroll delta check bug (#6581)
* Table : fix summary scroll delta check bug
bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.

* Table : fix summary scroll delta check bug
bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.

* Table: fix wheelEvent check bug

* Update table.vue

* Update table.vue
2017-08-19 22:29:15 +08:00
杨奕
c7ce5c78ce Update month-table.vue 2017-08-19 19:49:00 +08:00
lingchenxuan
74970c8bde DatePicker: fix month viewer disable date bug 2017-08-19 19:49:00 +08:00
Leopoldthecoder
93910da173 Loading: use getStyle 2017-08-19 16:20:18 +08:00
Alashov Berkeli
a0f0602f4c Locale: [tk] improved translation 2017-08-19 16:13:14 +08:00
Leopoldthecoder
534f9923b7 MessageBox: support empty title 2017-08-18 16:25:38 +08:00