Yuyao Nie
a54a0f9283
fix(components): set flex-shrink for first child of submenu title ( #6315 )
...
* fix(components): set flex-shrink for first child of submenu title
* chore(components): modify code according to reviews
2022-03-01 15:41:01 +08:00
bqy
cde87c5590
refactor(components): [autocomplete] refactor autocomplete ( #6067 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-03-01 11:48:57 +08:00
JeremyWuuuuu
f6a58ce66c
fix(components): [el-dialog] revert focus trapping feature ( #6346 )
...
* fix(components): [el-dialog] revert focus trapping feature
- Revert focus trapping
* Remove focus trap documentation
2022-03-01 00:45:42 +08:00
Delyan Haralanov
fd4e5d30ec
fix(components): [el-dialog] don't ignore z-index ( #6332 )
2022-03-01 00:39:43 +08:00
三咲智子
dbbfa34bec
feat(components): [button] add icon slot ( #6343 )
2022-03-01 00:11:24 +08:00
renovate[bot]
537f8556ba
fix(deps): update dependency @element-plus/icons-vue to v1 ( #6319 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28 11:30:12 +08:00
renovate[bot]
644bf309f8
chore(deps): update all non-major dependencies ( #6318 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28 11:29:46 +08:00
btea
15895d6d4d
refactor(utils): extract isElement
( #6292 )
2022-02-26 15:00:57 +08:00
blackie
108b84ec15
refactor(components): [tag] switch to script-setup syntax ( #6288 )
2022-02-26 11:37:40 +08:00
btea
0f5fe32b79
fix: [el-select] remove last tag margin-right ( #5992 )
...
* style: [el-select] remove last tag margin-right
* chore: update selector
2022-02-24 16:15:27 +08:00
JeremyWuuuuu
6aa69126b8
feat(components): [message] add vue context for message component ( #6259 )
2022-02-24 11:24:34 +08:00
msidolphin
cd0f01c034
chore(components): [el-input] override default border ( #6250 )
2022-02-24 11:13:41 +08:00
msidolphin
3062aecfb8
fix(components): [el-time-picker] lags when open range picker ( #6249 )
2022-02-24 11:12:46 +08:00
msidolphin
9677fe6bc7
fix(components): [el-dropdown-menu] adjust html tag ( #6231 )
2022-02-24 11:11:44 +08:00
blackie
c7d738e468
refactor(components): [button-group] switch to script-setup syntax ( #6256 )
2022-02-24 10:15:28 +08:00
bqy
7928a4d214
refactor(components): [card] switch to script-setup syntax ( #6071 )
2022-02-23 20:52:27 +08:00
renovate[bot]
d6c3a0db41
fix(deps): update all non-major dependencies ( #6251 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-23 18:26:25 +08:00
bqy
ead3b2ac18
refactor(components): [backtop] use JSX in Unit test ( #6160 )
...
* refactor(components): [backtop] use JSX in Unit test
* fix: code style
* fix: import type individually
2022-02-23 16:59:29 +08:00
云游君
155a7f9de2
fix(theme-chalk): remove useless tag close icon css attribute ( #6242 )
2022-02-23 16:47:20 +08:00
bqy
77eb2ea4e4
refactor(components): [affix] use JSX in Unit test ( #6159 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-02-23 16:44:48 +08:00
bqy
6cd7446b54
refactor(components): [avatar] switch to script-setup syntax ( #6070 )
2022-02-23 16:38:36 +08:00
三咲智子
0f387bd58e
feat(components): [badge] expose content ( #6247 )
2022-02-23 16:34:32 +08:00
gjfei
4e603d336f
fix(components):[el-date-picker] styles ( #6187 )
2022-02-23 11:03:29 +08:00
weidehai
265a0b79cd
fix(components): [el-popper] fix #6152 bug ( #6173 )
2022-02-23 10:49:53 +08:00
msidolphin
73304da65f
fix(components): [el-table] fix clearFilter failure problem ( #6212 )
2022-02-23 10:47:25 +08:00
paul
f68aa3cf05
feat(components): [el-row] enhancement for supporting space-evenly ( #6223 )
...
Co-authored-by: gp5251 <gp5251@qq.com>
2022-02-23 10:46:06 +08:00
云游君
496398ce38
refactor(theme-chalk): use scss list & map generate type css var ( #6221 )
...
* refactor(theme-chalk): use scss list & map generate type css var
* chore(theme-chalk): remove quote for var
* refactor(theme-chalk): use light-7 for check button
* refactor(theme-chalk): use light var for check-tag
* refactor(theme-chalk): use css var for tag color
* refactor(theme-chalk): remove tag-color in scss var
2022-02-23 10:09:32 +08:00
msidolphin
d05a83b9e7
chore(components): [el-date-picker] fix range-picker border ( #6230 )
2022-02-23 10:08:19 +08:00
Alan Wang
00c855d927
fix(style): classes for hiding elements ( #6217 )
2022-02-22 17:55:54 +08:00
JeremyWuuuuu
124bc0d03e
fix(components): [el-dialog] refactor left overs ( #6211 )
...
- Refactor left overs addressing
2022-02-22 16:44:43 +08:00
云游君
f0e4b3a184
fix(docs): remove fixed variables & add color palette ( #6216 )
2022-02-22 16:42:54 +08:00
msidolphin
04f6db9be8
chore(components): [el-input] use mixins to refactor the box-shadow ( #6209 )
...
* chore(components): [el-input] use mixins to refactor the box-shadow
* fix: adjust z-index
2022-02-22 15:32:27 +08:00
JeremyWuuuuu
d2e9de9511
feat(components): [el-dialog] enhancement for dialog a11y ( #6087 )
...
* feat(components): [el-dialog] enhancement for dialog a11y
- Refactor dialog to script setup
* Separates dialog and its content into different components
* Remove unused code & fix a potential bug in focus-trap component
* Update dialog-content.vue
Co-authored-by: bqy <1743369777@qq.com>
2022-02-22 12:49:28 +08:00
msidolphin
108f7dd5df
feat(components): [el-popconfirm] support persistent ( #6207 )
2022-02-22 10:48:59 +08:00
云游君
709c2d837c
feat(docs): add docs dark basic style ( #6196 )
2022-02-21 21:36:34 +08:00
啝裳
f5c2051bed
feat: [el-popover] add before-enter、before-leave ( #6203 )
2022-02-21 17:08:21 +08:00
三咲智子
20e4f19bf3
fix(locale): language type ( #6198 )
2022-02-21 15:36:20 +08:00
三咲智子
7b098fe809
chore(deps): upgrade deps ( #6197 )
2022-02-21 15:35:45 +08:00
weidehai
687d3e0abc
fix(components): [select-v2] fix #6083 bug ( #6084 )
2022-02-21 14:54:45 +08:00
三咲智子
aaf90d99d0
test: switch to vitest ( #5991 )
...
* test: use vitest
* test: add script and ci
* chore: improve tsconfig
* refactor: use-form-item
* fix: remove unused
* chore: improve scripts
* test: improve mock
* refactor: change coverage
2022-02-21 14:28:22 +08:00
啝裳
0b4acfbabb
fix: [el-popover] compatible svg ( #6089 )
...
* fix: [el-popover] compatible svg
* fix: add test
2022-02-21 14:23:20 +08:00
msidolphin
cfc43e2a6d
fix(components): [el-table] some columns are missing in older chrome ( #6111 )
...
* fix(components): [el-table] some columns are missing in older chrome
* fix: unit tests
* fix: unit tests
* fix: lint
2022-02-21 14:20:44 +08:00
Zong
8ef1e305bb
fix: formatter func parameter type miss ( #6186 )
...
* fix: formatter func parameter type miss
* fix: lint prettier and other type miss
2022-02-21 14:19:07 +08:00
Alan Wang
98b901c221
fix(components): [el-switch] increase the word count of (in)active-text ( #6140 )
...
* fix(components): [el-switch] increase the word count of (in)active-text
* Update packages/components/switch/src/switch.vue
Co-authored-by: btea <2356281422@qq.com>
* Update switch.vue
Co-authored-by: btea <2356281422@qq.com>
2022-02-21 10:16:21 +08:00
iwusong
46dfd1588e
fix(components): [el-dropdown-item] ( #6147 )
...
the method of click event is executed twice in some cases (#5838 )
2022-02-21 10:14:05 +08:00
msidolphin
c60f75a0c5
fix(components): [el-table] column width calc error during resize ( #6171 )
2022-02-21 09:43:46 +08:00
msidolphin
6e8a0016eb
refactor(components): [el-input] use box-shadow to implement border ( #6031 )
...
* refactor(components): [el-input] use box-shadow to implement border
* fix: select position
2022-02-21 09:31:18 +08:00
msidolphin
78b24dfdfd
fix(components): [el-table] optimize popover performance ( #6170 )
2022-02-21 09:21:59 +08:00
msidolphin
8a9086d93e
fix(components): [el-table] footer layout error ( #6090 )
2022-02-21 09:14:45 +08:00
weidehai
7e9ff25aea
test(components): [el-tooltip] add unit test about appendTo ( #6178 )
2022-02-21 09:12:29 +08:00