Commit Graph

2091 Commits (8ac9467003ac1ddd66c050580bdc932b3ebfb85c)

Author SHA1 Message Date
Jikkai Xiao 8ac9467003 Radio & Checkbox: replace cubic-bezier with ease-in (#11331) 2018-05-25 10:43:18 +08:00
hetech 2445a7bc00 Autocomplete: fix suggestions data bug (#11323) 2018-05-24 19:07:19 +08:00
Jikkai Xiao f18bbeb473 Table: support manually sorting. Resolves #9495 (#11311)
* Table: support manually sorting. Resolves #9495

* Table: add parameters for sort api

* Docs: improve docs
2018-05-24 18:01:02 +08:00
Jikkai Xiao ada80e6862 Radio: support switching radio with keyborard in ff. Fixes #8198 (#11325)
* Docs: fix docs of Tab-pane

* Radio: support switching radio with keyborard in ff. Fixes #8198
2018-05-24 17:31:10 +08:00
Jikkai Xiao df7bbe2ba4 Table: fix oversized filter list. Resolves #11314 (#11320) 2018-05-24 11:57:42 +08:00
Wenlu Wang 49473ffafc add support of tab penl lazy render(#11022) (#11167)
* add support of tab penl lazy render

* add docs

* fix test

* Tabs: update tab-pane.d.ts

* Docs: update Tabs docs
2018-05-23 19:04:51 +08:00
Jikkai Xiao 1fe51c9295 ColorPicker: prevent active-change event when picker is closed (#11304) 2018-05-23 16:41:57 +08:00
hetech bcfb1d3c71 InputNumber: add precision attribute (#11281) 2018-05-23 14:10:34 +08:00
Jikkai Xiao 66f90b9e37 Radio: prevent changing value when radio is disabled. resolves #11296 (#11303) 2018-05-23 11:34:16 +08:00
陈润山 2a1a6360ca Upload: fix Error when `beforeUpload` hook return promise of file object (#11297)
* Upload: fix beforeUpload hook bug

* Upload: add ElUploadInternalRawFile interface
2018-05-23 11:23:00 +08:00
douxc bc75c14dac Button: circle button supports size (#11275)
让circle button也支持size属性控制,padding的大小根据size属性的```button-padding-vertical```确定
2018-05-23 11:04:35 +08:00
杨奕 66c7b3cfc1
Breadcrumb: fix regression of dynamic `to` support (#11286) 2018-05-22 18:27:36 +08:00
杨奕 0b2a1eb784 Table: add sort-orders (#11283) 2018-05-22 18:20:04 +08:00
Jikkai Xiao 9a2f6897c7 Checkbox: support validation for single checkbox. Closes #5787 (#11271) 2018-05-22 17:47:05 +08:00
Jikkai Xiao 48c40ffa0a Tabs: add before-leave hook (#11259)
* Tabs: add before-leave hook

* Tabs: update tabs.d.ts
2018-05-21 19:10:49 +08:00
Leopoldthecoder 2162240132 Popover: execute focus on instance only if it is a function 2018-05-21 17:41:05 +08:00
杨奕 38a13de337
Autocomplete: add hide-loading (#11260) 2018-05-21 17:27:42 +08:00
STLighter f37e92cc82 Input: cursor goes to the end when typing Chinese quickly (#11235)
autocomplete: remove composition event listeners because input has already handle it.
2018-05-21 14:43:37 +08:00
Leopoldthecoder 0ede22cd66 [build] 2.3.9 2018-05-18 14:21:10 +08:00
Fengyuan Chen 117f731f6e Upload: fix a TypeError when upload a processed file from the `beforeUpload` hook (#11210)
* Upload: add filename

Reference: https://developer.mozilla.org/en-US/docs/Web/API/FormData/append

* Upload: add name and uid properties to processedFile to fix an error

* Update upload.vue
2018-05-18 14:00:06 +08:00
杨奕 696beba0b9
Table: showOverflowTooltip compatibility with IE11 (#11225) 2018-05-18 13:18:22 +08:00
杨奕 e809720ce4
Tree: setCurrentKey cancels highlight when param is null (#11205) 2018-05-17 13:30:58 +08:00
hetech b79a98c7e0 MessageBox: wrap hashchange listener in nextTick (#11200) 2018-05-17 12:25:43 +08:00
刘昆 c6e9cdac88 Table: update expandRows when setData (#11186)
* Table: update expandRows when setData.

Fix a bug that after set new table data, the expanded cells will not
be able to unexpand.

* Update table-store.js
2018-05-16 18:15:45 +08:00
杨奕 1d3ecc5820
Cascader: fix disabled items in filtered results (#11185) 2018-05-16 13:18:02 +08:00
杨奕 d537906ac6
Progress: fix missing icon when status is exception (#11172) 2018-05-15 18:50:18 +08:00
杨奕 d6b65f9400
Autocomplete: avoid popper creation in updated hook (#11144) 2018-05-14 11:05:29 +08:00
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
杨奕 6289144d84
Table: optimize tooltip logic (#11137) 2018-05-13 11:47:19 +08:00
Leopoldthecoder 992a7a534e [build] 2.3.8 2018-05-11 19:02:08 +08:00
杨奕 f4d2f14788
Table: use Range to determine text overflow (#11124) 2018-05-11 18:09:28 +08:00
杨奕 68db03fc22
Tree: add checkOnClickNode (#11111) 2018-05-10 18:01:49 +08:00
杨奕 1ff01a77f9
Table: fix an undefined issue in ssr (#11109) 2018-05-10 17:03:03 +08:00
杨奕 3d5f9ef080
Input: fix clear icon overlapping (#11103) 2018-05-10 15:31:37 +08:00
杨奕 8b30a479aa
Dialog: remove unnecessary body line-height (#11097) 2018-05-10 12:08:47 +08:00
杨奕 e51e9fe8ba
Tree: drag events should return if not draggable (#11095) 2018-05-10 11:56:49 +08:00
hetech 602afe0364 Select: add prefix named slot (#11063)
* Select: add prefix named slot

* Update select.md
2018-05-08 19:12:25 +08:00
Jiewei Qian 71a66ae21d DatePicker: fix valueEquals for array (#11017) 2018-05-07 14:28:54 +08:00
杨奕 897f20683f
Menu: delay addItem so it is after old instances's remoteItem when re-render (#11036) 2018-05-07 12:13:23 +08:00
杨奕 7409be8ce1
Pagination: emit current-change after current page is manually updated (#11012) 2018-05-04 15:32:23 +08:00
杨奕 d304cb27cf
Input: hide clear button when readonly (#10998) 2018-05-03 19:20:25 +08:00
杨奕 dd773b9e72
InputNumber: fix accessing missing $refs in updated hook (#10995) 2018-05-03 18:41:10 +08:00
Jiewei Qian 31b65b8e51 DatePicker: fix dates selection date jump (#10973)
see issue #10890
2018-05-03 10:26:25 +08:00
Leopoldthecoder 6498829c96 [build] 2.3.7 2018-04-29 21:34:34 +08:00
杨奕 1aed314527
Select: fix infinite loop of keyboard navigation when all filtered options are disabled (#10945) 2018-04-29 18:12:02 +08:00
杨奕 16dc174a8d
Select: input should be readonly when options menu not visible (#10944) 2018-04-29 18:00:56 +08:00
Bo Zhang a8248ddfef ColorPicker: active-change only triggers on user interaction (#10903)
* ColorPicker: only emit active-change event source from dropdown, fixed #10901

* Update main.vue
2018-04-29 17:31:52 +08:00
杨奕 27a8c1556e
Input: not show clear button when value is null (#10912) 2018-04-27 16:22:21 +08:00
Jason Zoo 8b379a57df Switch: use CSS to process button position (#10879)
* switch transformx value not flexiable

* add -1px for button
2018-04-25 17:34:00 +08:00
杨奕 458d34a820
Switch: pass id to native input element (#10862) 2018-04-25 17:03:41 +08:00