Commit Graph

2647 Commits (13d48cf51120d173c674d817009b68d6c4a536de)

Author SHA1 Message Date
luckyCao 3270276c3c Select: not toggle dropdown when filtering (#17205) 2019-08-29 13:28:08 +08:00
hetech 70f6384257
Table: fix expand-row-keys not work when data is loaded asynchronously (#16899) 2019-08-29 13:15:59 +08:00
hetech eddf85271e
Table: fix setCurrentRow unable to clear highlight row (#16879) 2019-08-29 11:29:02 +08:00
iamkun 8d74c67bb1
Transfer: fix style error 2019-08-28 19:11:10 +08:00
iamkun b12695fff4
Calendar: fix locale error 2019-08-28 19:10:55 +08:00
Haoran Yu 79a1b498e4 Dialog: update sass var (#16365) 2019-08-28 16:53:22 +08:00
hetech da7aec9ce9 Table: set toggleAllSelection as instance property (#17137) 2019-08-27 14:36:00 +08:00
Cr c3a2d417f4 Table: not trigger sort-change event when mounted (#17113) 2019-08-27 10:31:33 +08:00
Zhi Cun 747334f06e Divider: Support custom classes (#17078) 2019-08-23 11:24:10 +08:00
Inside 625b4e9262 Table: not throw error when calling toggleExpansion (#16304) 2019-08-22 19:50:42 +08:00
Geass fc822fe810 RadioGroup: not produce invalid HTML in table if "is" attribute is specify (#17070) 2019-08-20 16:12:58 +08:00
Geass 77c77efb33 Tabs: fix activated tab is out of visual range bug (#17033) 2019-08-19 17:12:21 +08:00
lon d961d9d5c6 BackTop: use cubic bezier scrolling 2019-08-16 14:02:46 +08:00
Cr 91297a9761 Input: the click event of clear button is not trigger when using v-loading (#16576) 2019-08-15 17:22:09 +08:00
Inside 27398103c4 Cascader: Fix disable status and close button issue (#16209) 2019-08-14 19:55:24 +08:00
zhangHongEn 0bff072fa7 Cascader: fix display errors (#16665) 2019-08-14 16:20:17 +08:00
luckyCao 75f0eb81ab Table: fix chrome crash when set thead css display to none (#16956) 2019-08-14 10:52:47 +08:00
Tyler Trotter 58b544e55e Checkbox: Improve screen reader experience (#16575) 2019-08-10 16:08:34 +08:00
hetech 8b8a1a2e87 Table: fix wrong empty block height (#16861) 2019-08-08 14:49:25 +08:00
Moonhyuk Im e9c5e469c1 Input: Fix Korean composition event (#15069) 2019-08-08 14:03:48 +08:00
LachlanStuart 465c38bfaa Popover: add close-delay prop (#16671) 2019-08-07 11:12:00 +08:00
SeongYeob Jeong 0734dc7960 Calendar : Fix weekdays i18n issue (#16772) 2019-08-06 16:15:47 +08:00
咸fish 27d4e0ac66 Tab: fix tabs-item's padding cause active-bar's width and transform err( … #15355) (#16520)
* Tab: Refactor tabs-item's padding with dynamic value
2019-08-01 20:19:51 +08:00
hetech 6105a75595 Table: prevent click handler after drag (#16850) 2019-08-01 18:35:28 +08:00
jesse-li 744bad1f96 DateTimePicker: fix time-spinner not scroll to right position 2019-08-01 18:31:39 +08:00
Hazlank 64d0acec80 Tree: Increase css weight (#16799) 2019-08-01 16:34:45 +08:00
iamkun be71239990 Date-Picker: add className picker option (#16632)
* add classname

* add docs

* add test

* add range picker

* update api name

* update api name

* update test
2019-07-31 12:03:12 +08:00
iamkun ec3326e0bc Notification: Fix modifying incoming option object (#16704) 2019-07-31 11:51:08 +08:00
iamkun 484a033a66 Carousel: Fix onChange emit value (#16705) 2019-07-31 11:49:08 +08:00
Faizal Andyka f4df252253 Icon: Adding font-display to @font-face declaration (#16805) 2019-07-31 11:24:21 +08:00
iamkun 2c250a1422 [build] 2.11.1 2019-07-26 15:37:43 +08:00
luckyCao 2364c022ab Image: Fix image ssr (#16737) (#16747)
* fix ssr

* refine
2019-07-26 15:16:36 +08:00
LewisChennnnn f7a970c0ba Chore: Update dart-sass compatibility 2019-07-26 14:07:56 +08:00
iamkun 4a74321dc1 [build] 2.11.0 2019-07-25 15:09:11 +08:00
luckyCao 1b1c1beadc Image: Add big Image preview feature (#16333) (#16605) 2019-07-25 12:19:25 +08:00
Simona 29838eaf81 Cascader: expose getCheckedNodes and fix options change bug (#16709) 2019-07-25 11:32:02 +08:00
hetech d238c768a6 Dialog: add destroyOnClose attribute (#16455)
* Dialog: add destroyOnClose attribute

* update
2019-07-24 17:31:35 +08:00
junyiz 11bfd555b9 Cascader: fix display errors (#15935) 2019-07-24 17:29:36 +08:00
jeremywu 9617e9345a Drawer: Add drawer component (#16577) 2019-07-24 16:57:59 +08:00
luckyCao 2c7911e580 Avatar: fix image not center vertically issue (#16489) 2019-07-24 16:16:29 +08:00
iamkun c3765b46d3
Form: Add theme token (#16699)
* add form label size token

* add form label size token
2019-07-24 14:26:45 +08:00
luckyCao 9ee2fedde7 Cascader: add sets default values when lazy is true (#16420) 2019-07-22 18:33:14 +08:00
Zhi Cun 418ac5bf79 Select: Fix memory leak issue (#16463) 2019-07-22 14:16:13 +08:00
hetech adabeff9ed Calendar: Display correct header when range is specified (#16354)
* Calendar: display correct header when range is specified

* firstOfWeek is supported

* update docs

* update test

* update

* fix typo
2019-07-22 13:36:32 +08:00
Zhi Cun 40946e1230 Table: Fix tree table when updating data (#16481) 2019-07-09 18:56:17 +08:00
Cr 6f51ad81fb Submenu: fix prop append-to-body . #16289 2019-07-09 17:20:23 +08:00
luckyCao e152a1033d Cascader: fix level 1 children is empty update problem (#16399) 2019-07-09 11:22:49 +08:00
huming 905e812fb5 Tree: set isCurrent prop to False (#15870) 2019-07-04 11:30:02 +08:00
JuniorTour f9384aa588 Dropdown: fix split-button caret default color (#15931) 2019-07-02 17:33:41 +08:00
Hazlank d306194278 Checkbox: enhance css selector (#16006) 2019-07-02 16:42:23 +08:00
island205 2ca7829da6 [build] 2.10.1 2019-07-02 15:49:31 +08:00
Zhi Cun 911ce3d3e5 Revert "Calendar: first-day-of-week is not supported when using custom ranges (#16235)" (#16353) 2019-07-02 12:23:20 +08:00
hetech 1bc3e5aa65
Calendar: first-day-of-week is not supported when using custom ranges (#16235) 2019-07-02 10:42:56 +08:00
Cr 72a715a33e Table: fix showOverflowTooltip not reactive (#16295) 2019-07-01 16:05:19 +08:00
hetech 4cf2337b82
Table: register scrollbar in filter-panel (#16246) 2019-07-01 15:52:22 +08:00
hetech dea4b91a93
Tag: compatible with IE (#16334) 2019-07-01 15:51:41 +08:00
hetech bb381c3944
Table: fix layout breaks when append slot exists (#16332) 2019-07-01 15:34:35 +08:00
bezany ef719b9652 Table: fix sort icon (#15439) 2019-06-28 11:52:35 +08:00
island205 8521fd32ff [build] 2.10.0 2019-06-25 19:20:28 +08:00
hetech 6dd3f632a0 Table: fix reserve-selection not work (#16135)
* Table: fix reserve-selection not work

* fix
2019-06-25 16:57:30 +08:00
wangpeng ac00b28c74 Select: fix double import problem (#16215) 2019-06-25 16:51:15 +08:00
VanMess 43a44adc76 Select: Fix default-first-option behavior when typing Chinese (#15431) (#15553)
* Select: Fix default-first-option behavior when typing Chinese (#15431)

* Select: Fix missing param transmit

* Select: callback style modify
2019-06-25 10:47:54 +08:00
luckyCao c97f376cf6 Avatar: Update theme config var (#16202)
* change css var

* avatar theme config

* refine style
2019-06-24 18:36:12 +08:00
Victor Zhuk 002adf462f Upload: add capability to customize thumbnail template (#13192) 2019-06-24 17:33:04 +08:00
luckyCao 6f9ce3accb Avatar: Add avatar component (#16144)
* add avatar component

* 1. add test 2. add types 3. refine doc 4. add img attr

* add props in types and doc

* refine how image fit its container

* fix doc

* refine doc

* change default background color

* remote style demo from doc

* add theme

* add demo on theme preview and change var name
2019-06-24 16:37:17 +08:00
Zhi Cun b9ecabbf05
Dialog: Revert Fix close bug (#15000) (#15544) (#16201)
This reverts commit 562662773e.
2019-06-24 16:04:20 +08:00
luckyCao 562662773e Dialog: Fix close bug (#15000) (#15544) 2019-06-24 16:00:11 +08:00
QingDeng 0bb4121cc3 MessageBox: fix  distinguishCancelAndClose action not same as docs bug (#15438) 2019-06-24 15:41:24 +08:00
hetech c570a59e23 Table: height accepts more units (#16013)
* Table: height accepts more units

* fix and update docs

* update
2019-06-24 15:18:58 +08:00
iamkun 2cb627062c chore: update badge prop check (#16198) 2019-06-24 15:13:36 +08:00
hetech e2303b85a4 Calendar: add first-day-of-week attribute (#16047) 2019-06-24 15:07:49 +08:00
iamkun 4069f37ef0 InfiniteScroll: Update package name (#16125)
* infinite scroll rename

* infinite scroll rename

* update name config

* update name config

* add missing files
2019-06-24 14:44:29 +08:00
hetech 089afb25c5 Form: Remove success status (#16159) 2019-06-24 14:40:05 +08:00
VanMess c6d1e032b6 Slider: fix #15545 by adding explains about "input" event in Chinese (#15588)
Slider: add explains about "input" event (#15545)
2019-06-24 11:32:53 +08:00
Zhi Cun 5acf50db89 Button: Revert adding compact size
This reverts commit 05fe6e6591.
2019-06-21 17:36:20 +08:00
amedora 175543dc79 Button: add compact size (#15895)
* Button: add compact size
* Docs: 極小 -> 极小
2019-06-21 17:36:20 +08:00
hetech c42734ad6d Timeline: fix reverse broken (#16091) 2019-06-21 17:36:20 +08:00
hetech 8f7e7a21c1 Table: fix current-row-key and select event bug (#15983) 2019-06-21 17:36:20 +08:00
Inside b4c2570387 Select: fix initialInputHeight (#15989)
Select: fix initialInputHeight (#15989)
2019-06-21 17:36:20 +08:00
VanMess ca9a0330f8 Tree: Fix issue #15538 caused by two Tree sharing the same data. (#15615)
* Tree: fix #15538 by adding more detect logic.

* Tree: fix #15538 and add test case.

* Tree: fix eslint error

* Tree: remove arrayContains function
2019-06-21 17:36:20 +08:00
花裤衩 69715b6154 Menu: fixed submenu hidden bug after adding popper-append-to-body (#15391) 2019-06-21 17:36:20 +08:00
lon 811add71cf Table: fix background color of complex table when hovering (#15504) 2019-06-21 17:36:20 +08:00
hetech f1240ed001 Table: fixed loading icon not display (#15868) 2019-06-21 17:36:20 +08:00
阿尔卑斯 1b8e3d823b Tree: Modify loop conditions to improve performance (#15699) 2019-06-21 17:36:20 +08:00
Inside cead2a8be3 Tree: not highlight tree node when currentKey is null (#15668) 2019-06-21 17:36:20 +08:00
island205 9f6a1ddc5d [build] 2.9.2 2019-06-21 17:19:44 +08:00
cl199793 12e72e94ef [build] 2.9.1 2019-05-30 21:51:04 +08:00
hetech f6bab114e3 Table: add new features for Table and optimize code (#15709) 2019-05-30 19:33:30 +08:00
iamkun 60ded6013a [build] 2.9.0 2019-05-30 15:48:04 +08:00
infjer 603d94a7e4 Tag: fix stop propagation problem (#15150) 2019-05-29 15:24:44 +08:00
Simona bdaae8108e Cascader: refactor and add multiple mode. (#15611) 2019-05-29 15:04:06 +08:00
MASONGZHI b245929242 Select: fix Switching select`s multiple-choice radio will cause an error (#15206) (#15587) 2019-05-29 10:17:22 +08:00
hetech 934988c03a PageHeader: add page-header component (#15714) 2019-05-29 10:10:16 +08:00
MASONGZHI c04021e4dc Checkbox: Using the max attribute can limit the number of items that can be checked (#14742) (#15585) 2019-05-28 20:41:13 +08:00
Zhi Cun 384c56381c Message: display in stack mode (#15639) 2019-05-28 18:45:39 +08:00
luckyCao 0d8090e704 Slider: Fix style problem when clicking slider bar(#15561) 2019-05-28 14:42:57 +08:00
luckyCao 466aa288a3 Form: Fix resetFields issue #(15181) (#15640) 2019-05-28 14:15:56 +08:00
iamkun 41ff993d0b Link: fix link icon style class (#15752) 2019-05-28 14:15:10 +08:00
hetech 6af04e8765
Progress: add dashboard progress bar & add custom color (#11867) 2019-05-28 11:02:00 +08:00
OverTree 90448d6786 fix issue 14808 (#14809) 2019-05-27 20:48:59 +08:00
iamkun 45383cd655 Backtop: Add backtop component (#15541) 2019-05-27 17:03:10 +08:00
luckyCao 9ea7012cfd Tabs: left align title when type is card (#15695) 2019-05-27 16:43:30 +08:00
iamkun 5fea8b46f2 infiniteScroll: add infiniteScroll component (#15567) 2019-05-27 16:28:13 +08:00
susiwen8 c42716000c Select: remove redundant empty option item when set default value undefined single select mode (#15007) (#15111) 2019-05-27 16:20:57 +08:00
Simona cefd235615 feat(Tag): add prop effect. (#15725) 2019-05-27 16:06:58 +08:00
iamkun 35650eb7fa Theme: Add popup background design token (Message Dialog) (#15412) 2019-05-27 15:22:43 +08:00
lisheng 208a78786f Switch: Label with el-switch repeating event(fix #14959) (#15178) 2019-05-27 14:02:24 +08:00
lvjiaxuan 150bd70981 Input: fix show-word-count style in el-form (#15359) 2019-05-24 15:23:16 +08:00
iamkun 66762ffa23 Revert "Select: set value to null when cleared (#14322) (#14650)" (#15447) 2019-05-24 14:59:15 +08:00
VanMess 855062423c Image: add support for transmit "attrs" and "listeners" (#15578) 2019-05-24 14:53:47 +08:00
lisheng 2f94c02598 loading: 1.修复loading状态更新过快的情况下,loading的dom没有发生变化. (#15123)
* loading 修复loading状态更新过快的情况下,loading的dom没有发生变化

* revert example/play/index.vue
2019-05-23 10:21:30 +08:00
Simona c27788f993 Tooltip: fix custom tabindex not work (#15619) 2019-05-21 11:46:49 +08:00
Simona 8933a057f2 fix(Form): input-group within form-item height error (#15457) 2019-05-17 19:07:03 +08:00
Simona 107b83108c fix(Tabs): basic tab nested card tab padding error (#15461) 2019-05-17 18:22:14 +08:00
jiaxin 64ed7804b6 Image: add referrerPolicy prop (#15452) 2019-05-17 16:33:30 +08:00
Zhi Cun 613dd1a36d Progress: Revert pr #13198 (#15601) 2019-05-17 16:01:11 +08:00
Joel Rocha 6da04982a6 Table: Fix sort-change behaviour when sort condition is null (#15010) (#15012) 2019-05-08 18:13:31 +08:00
花裤衩 8bb1e0a2d5 Icon: refine doc icons order (#15288) 2019-05-07 14:46:58 +08:00
Yii.Guxing a5ad2c3bf2 Input: fix clear icon is not centered 2019-05-07 14:44:00 +08:00
susiwen8 af0dc358bc Input-Number: Fix precision problem (#15292) (#15295) 2019-05-07 05:28:04 +01:00
Simona 340da2ff61 Image: fix ssr and object-fit compatibility. (#15346)
* fix: Image is not defined during ssr

Delay loadImage to mounted hook and add $isServer check

* fix(image): simulate object-fit behavior to compatible with IE11 and other browsers which not suppor

fix #15278

* fix: image inline-flex with overflow will still extend its parent element
2019-05-07 11:57:37 +08:00
QingDeng e5c73e8e1b Calendar: fix year month display bug (#15394) 2019-05-07 04:22:28 +01:00
QingDeng e0f42be5b0 Calendar:fix not correct day of week when the day is Sunday (#15399)
Calendar:fix not correct day of week when the day is Sunday
2019-05-07 11:04:19 +08:00
Valère fa18e93238 Link : Fix opening href on disabled el-link (#15347) 2019-04-30 16:14:32 +08:00
Simona 4cb307441a Image: fix scroll-container type restrict (#15277) 2019-04-26 10:58:56 +08:00
ziyoung e0f4ec11c4 [build] 2.8.2 2019-04-25 20:12:17 +08:00
iamkun 8c69e21d9e Theme: update icons (#15272) 2019-04-25 20:00:01 +08:00
ziyoung 0399bd0690 [build] 2.8.1 2019-04-25 18:27:05 +08:00
iamkun ddcaa98cbc Icon: update icon (#15268) 2019-04-25 18:22:09 +08:00
iamkun 5d58acac5c Theme: update icon (#15258) 2019-04-25 16:51:36 +08:00
iamkun 17a1a2e0b4 fix link underline color (#15265) 2019-04-25 16:29:59 +08:00
Simona 1a3a225d73 Theme:fix icon error of cascader and select (#15264) 2019-04-25 16:24:44 +08:00
ziyoung 41e5c0d16f [build] 2.8.0 2019-04-25 14:56:51 +08:00
iamkun 80d50a69a2 Theme: update icon (#15257) 2019-04-25 14:51:02 +08:00
iamkun c763ce2cf8 Chore: add border zero (#15256) 2019-04-25 14:43:05 +08:00
iamkun 78304c2e11 Icon: Add and update 292 icons (#15214) 2019-04-25 12:19:38 +08:00
hetech dc8bdc021e Calendar: add Calendar component (#14908) 2019-04-25 10:57:26 +08:00
iamkun ac3aa99503 Chore: support theme configuration (#15190) 2019-04-24 19:52:52 +08:00
hetech 792979b5b9
Table: improve performance (#14868) 2019-04-24 19:48:49 +08:00
Arthur Denner 9c620409fc Table: equal behaviour for height and max-height (#14660) 2019-04-24 18:32:56 +08:00
Hoyt 8bae5a79f9 Menu: if defaultIndex value does not exist, the activeIndex value shall be null 2019-04-24 13:40:14 +08:00
hetech 0325e1dc4d Tabs: rerender when slot changes (#15238) 2019-04-24 11:32:42 +08:00
Erez Sobel 73ca7be647 Slider: fix broken keyboard a11y bug (#14792) 2019-04-23 20:09:57 +08:00
iamkun 8cd5d9a438
fix issue 14663 - slot in ElPagination is not updating (#14711) 2019-04-23 18:09:48 +08:00
qinjunshan 42c2e2371d Dropdown: fix style (#14907) 2019-04-23 16:31:30 +08:00
hetech 070bf1fd1b
Tooltip, Dropdown, Popover: support tabindex attribute (#15167) 2019-04-23 15:36:41 +08:00
luckyCao 1fe6849a63 InputNumber: add step-strictly attribute (#15050) 2019-04-23 11:28:02 +08:00
luckyCao 6ecf925d7e Select: fix slice of value when value is undefined or null (#15022) 2019-04-23 11:26:34 +08:00
ChenZhuoSteve 0e0a506193 Tree: improve performance (#14881) 2019-04-23 10:52:02 +08:00
Jeff Wen 6ae9f0838f Tree: delete current node after it removed (#14604) 2019-04-22 17:38:08 +08:00