Commit Graph

913 Commits

Author SHA1 Message Date
Ryan2128
543b2b08a0
fix(select): fix option migrate error (#1574)
* fix(select): fix option migrate error

* docs(select): update the accepted type of model-value
2021-03-09 20:25:21 +08:00
Ryan2128
92cb1c4169
fix(popover): fix panel disappear when hover on panel (#1573) 2021-03-09 20:24:41 +08:00
justwiner
08266d6d1d
fix(table): fix #1572 (#1592)
fix #1572

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-09 20:23:58 +08:00
justwiner
11b7b6c1c6
fix(table): fix #1591 (#1593)
fix #1591

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-09 20:22:07 +08:00
justwiner
27c74347a2
style(table): delete invalid code (#1596)
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-09 20:20:25 +08:00
justwiner
9f3e44d321
docs(table): remove h function from render-header method (#1589)
fix #1587

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-08 14:09:50 +08:00
Ryan2128
7eeba5c8f4
fix(radio): fix type order (#1554) 2021-03-08 14:08:30 +08:00
inottn
b9baa70680
fix(time-picker): replace test it.only with it in test (#1586) 2021-03-08 14:07:38 +08:00
云游君
9424a09e0a
refactor(popper): simplify mapEvents logic & add IEvents (#1541) 2021-03-05 22:45:24 +08:00
Summer
c66b7d4d22
fix(pagination): fix pagination component layout prop bug (#1576)
fix(pagination): fix pagination component layout prop bug

Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-03-05 22:42:13 +08:00
Ernest
2f60cb82d4
fix(select): disabled group not works (#1559)
* fix(select): disabled group not works

* test: add group disabled test
2021-03-04 20:57:43 +08:00
Vgbire
187253efa5
fix(dropdown): fix dropdown will expand when unexpected (#1569) 2021-03-04 19:43:00 +08:00
justwiner
6d9eedd628
fix(table): fix table column resize not work (#1567)
fix #1548

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-04 19:24:09 +08:00
Ernest
66d522b310
fix(cascader-panel): value can be falsy value #1531 (#1533) 2021-03-03 11:59:46 +08:00
Ryan2128
466874969c
fix(style): fix scss error (#1542) 2021-03-03 11:56:24 +08:00
Ryan2128
c550bcfd27
fix(popper): fix popper error cause by vue version update (#1556)
* chore: update vue version

* fix(infinite-scroll): fix test case error

* fix(popper): fix popper error cause by vue version update
2021-03-03 11:43:31 +08:00
Ryan2128
2d368b51e7
docs(dropdown): delete the style which will affect other demos (#1557) 2021-03-02 21:56:54 +08:00
神楽坂みずき
f9c9385a9e
fix(col): fix col will always be hidden when responsive span is zero (#1532)
fix #1509
2021-03-02 01:09:08 +08:00
JayTam
06e3a7176d
fix(empty): fix empty svg render not normal in multiple tab-pane (#1485) (#1534) 2021-03-01 22:17:35 +08:00
Summer
8c7edbefe0
fix(layout): fix gutter bug (#1537)
* layout: fix gutter bug

* layout: fix gutter value

* fix: refacotor

* fix: refactor

Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-03-01 21:10:18 +08:00
Ryan
298fd7fc89 perf(select): improve the performance when option mount and unmount 2021-03-01 10:59:29 +08:00
siam
966b76e9d2
perf(select): select options watch flush post (#1513)
* perf(select): select options watch flush post

fix #1512

* test(select): cover sync set value and options test

Co-authored-by: liao-zhi-peng <liaozhipeng@weis-inc.com>
2021-02-27 16:03:06 +08:00
justwiner
efc12c341d
docs(table): fix width problem (#1516)
Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-27 13:45:18 +08:00
Liu Shuiyuan
4574058263
fix(select): fix noMatchText error show (#1523)
* fix(select): Search and lose focus,then "No matching data" #1495

* fix(select): fix noMatchText error show

Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-02-26 23:47:34 +08:00
pumelo
8cdfe1c831
fix(avatar): need reset hasLoadError to false, if src changed (#1515) 2021-02-26 21:34:43 +08:00
云游君
f2870e1984
fix(input): remove invalid attrs after render (#1489)
* fix(input): tabindex type number

* fix(input): remove invalid attrs after rende

* refactor: change tabindex's type to String

Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-02-26 21:02:56 +08:00
Ernest
3bbcec8a10
fix(select): emit blur event (#1504) (#1506) 2021-02-26 20:58:05 +08:00
zhb333
abe02101fa
fix(docs): fix the page generates multiple useless form elements (#1471) 2021-02-26 20:37:34 +08:00
BeADre
e2d1b36dc9
fix(table): fix the bug of invalid tooltipEffect prop (#1470) 2021-02-26 20:35:29 +08:00
justwiner
41b27b143a
fix(table): fix column default rendering errors (#1433)
When rendering columns by default, default parameters should not be provided. Default parameters
cannot be passed in as props of other components, which will cause other components to report errors

fix #1232

Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-26 20:18:37 +08:00
yulimchen
989068b929
docs(skeleton): fix skeleton document (#1517) 2021-02-26 09:17:02 +08:00
kooriookami
73b6d5492e
perf(scrollbar): update bar when window resize (#1456) 2021-02-24 19:42:15 +08:00
Ryan2128
2f981ab85a
fix(autocomplete): fix migration error (#1493) 2021-02-24 19:40:12 +08:00
Ryan2128
adf4a93ac4
fix(message-box): fix miss overlay style when on demand import (#1494) 2021-02-24 19:39:17 +08:00
云游君
c55e80a67d
chore: simplify position type (#1479) 2021-02-18 14:56:49 +08:00
jeremywu
0380fa7bde
fix(popconfirm): - Update changelog (#1451) 2021-02-08 17:20:30 +08:00
kooriookami
67ea05eb2c
feat(carousel): add pause-on-hover prop (#1423)
* feat(carousel): add pause-on-hover prop

* feat: add jest
2021-02-08 16:23:48 +08:00
djkloop
c37f47faca
fix(switch): cannot change width dynamically (#1435)
Cannot change the width dynamically, the subset does not change the width operation

Co-authored-by: djkloop <675467298@qq.com>
2021-02-08 16:19:36 +08:00
iamkun
7170bdeacc
fix: fix date picker second clear not trigger change event (#1438)
fix #1359
2021-02-08 16:06:40 +08:00
jeremywu
82482a2076
fix: Fix popconfirm incorrectly importing t method from local file (#1450) 2021-02-08 16:04:08 +08:00
iamkun
1d1b74c886
fix: fix date range picker input issue (#1439)
* fix: fix date range picker input issue

fix #1428

* chore: update
2021-02-08 15:28:05 +08:00
kooriookami
3313cec581
fix(slider): fix behavior of tooltip (#1443)
* fix(slider): fix behavior of tooltip

* test: add test
2021-02-08 15:15:27 +08:00
kooriookami
d7341b0fec
feat(dropdown): add max-height prop of menu (#1436)
* feat(dropdown): add max-height prop of menu

* feat: delete demo
2021-02-08 15:14:01 +08:00
kooriookami
76c7acb87a
docs: remove auto-complete of input and select (#1437) 2021-02-07 19:12:59 +08:00
Ryan2128
1bca12d6ae
fix(select): fix bug cause by scrollToOption (#1440) 2021-02-07 19:11:03 +08:00
kooriookami
fcf86b9730
feat(progress): add default slot (#1426)
* feat(progress): add default slot

* feat: add slot param

* feat: update

* feat: perf slot
2021-02-05 16:27:44 +08:00
jeremywu
6cba9795d6
fix(input): Fix the issue which caused input area render error on Safari (#1429) 2021-02-05 16:10:36 +08:00
justwiner
789581edf3
fix(table): fix shadow rendering bug of initializing fixed columns (#1418)
fix #1353

Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-05 14:46:31 +08:00
1148177968
396a89104a
fix(popper): trigger ref (#1419) 2021-02-05 14:39:09 +08:00
on the field of hope
bf09e894c5
fix: correct css prefix (#1407) 2021-02-04 16:29:23 +08:00