Commit Graph

1337 Commits

Author SHA1 Message Date
Ryan2128
2a5059b5c5
fix: fix tooltip's export (#1678) 2021-03-22 20:52:31 +08:00
justwiner
6822cafda8
fix(table): fix bug caused by dynamic rendering (#1640)
fix #1626

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-22 09:22:35 +08:00
justwiner
8ea4c16e34
fix(table): fix bug in render column structure (#1664)
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-22 09:14:21 +08:00
woshoxxx
4b0e022e07
chore: remove an repetitive file in .gitignore (#1673) 2021-03-22 09:09:14 +08:00
inottn
e45da7bddb
fix(form-item): return resetField & clearValidate methods (#1663) 2021-03-19 09:23:14 +08:00
qiang
8238fa8593
chore: add web-types.json (#1662) 2021-03-19 09:11:18 +08:00
Ernest
3faec50c22
fix(select): modelValue should be deep reactive in multiple mode (#1624) 2021-03-16 21:41:08 +08:00
jeremywu
184af0b56f
fix(hooks): fix use-lock-screen hook (#1651)
- Fix when unmounting `use-lock-screen` could cleanup the side effects
2021-03-16 21:40:45 +08:00
kooriookami
2299dcf399
fix(slider): fix model-value error when Slider rendered (#1645)
fix #1644
2021-03-15 21:22:07 +08:00
Ryan2128
8cb7ddc400
docs(tabs): update label docs of tab-pane (#1646) 2021-03-15 20:46:22 +08:00
Ryan2128
4c3eb20b0b
fix(select): fix option-group error when groupQueryChange event trigger (#1639) 2021-03-15 20:13:31 +08:00
jeremywu
ea9aa0df24
build(project): fix-build-error (#1638)
- Fix type caused build error which stops the type generator producing type files
2021-03-15 11:22:34 +08:00
iamkun
f2091973c1 chore: update change log 2021-03-12 20:46:59 +08:00
kooriookami
362431e0db
fix(slider): fix warning of modelValue (#1622) 2021-03-12 17:25:46 +08:00
Ernest
96ab675903
feat(tree): auto expand parent on set current key and node (#1502) (#1508)
* fix(tree): auto expand parent on set current key and node (#1502)

* feat: expose expand-on-highlight-node prop

* Revert "feat: expose expand-on-highlight-node prop"

This reverts commit 9694825e0132522f1a4907d0c7bd91c4bd73b5aa.

* feat: add shouldAutoExpandParent parameter

* test: add tests

* docs: add parameter

* fix: it should only expand parent

* docs: update

* fix: it should only expand parent
2021-03-11 20:51:27 +08:00
inottn
4d6b26ae7a
fix(avatar): watch invalid when src is missing from props (#1615)
* fix(avatar): watch invalid when src is missing from props

* test(avatar): add test case
2021-03-11 20:47:11 +08:00
神楽坂みずき
7b83c1569e
fix(select): tag can't close if the option is disabled (#1605)
* fix(select): tag can't close if the option is disabled

re #1594, #1595

* fix(select): same change on collapse tag

* test: add test for tag of disabled option is not closable

* fix: fix when select is clearable

* test: add test
2021-03-11 20:32:36 +08:00
justwiner
8b84f834dd
fix(table): fix the bug that cannot watch data (#1612)
fix #1606

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-11 20:32:01 +08:00
Vgbire
8e653df457
style(dropdown-item): when disabled its mouse style should be disabled (#1603) 2021-03-10 21:13:33 +08:00
Ernest
598b798555
fix(cascader-panel): no loaded nodes should not be checked (#1583)
* fix(cascader): no loaded nodes should not be checked

* fix(cascader): no loaded nodes should not be checked

* fix(cascader): it should be indeterminate if some child are not loaded
2021-03-10 20:30:28 +08:00
Summer
1655c2aa11
fix: pagination.scss (#1598)
* fix: pagination.scss

* add variable for pagination.scss
2021-03-10 20:30:04 +08:00
Ernest
872327a7d5
fix(cascader): prevent log error for before filter (#1582) 2021-03-09 22:20:15 +08:00
qiang
272b8c76c8
fix: some components miss install type (#1547)
* fix: some components miss install type

* fix: some components miss install type
2021-03-09 21:24:22 +08:00
Ryan2128
a382e3f657
fix(pagination): fix current-page event error emit (#1575) 2021-03-09 20:45:08 +08:00
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