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
hhparty
c78afdd6ab
fix(components): pass through appendTo ( #6146 )
2022-02-19 20:49:06 +08:00
bqy
f826165864
refactor(components): [backtop] switch to script-setup syntax ( #6069 )
2022-02-16 21:52:14 -05:00
bqy
56b37b6a34
refactor(components): [alert] switch to script-setup syntax ( #6066 )
2022-02-16 21:48:05 -05:00
bqy
c2fe2a4f05
refactor(components): [affix] switch to script-setup syntax ( #6065 )
2022-02-16 21:47:01 -05:00
btea
447fbbb638
refactor(components): [el-badge] use utils isNumber ( #6095 )
2022-02-17 10:45:05 +08:00
bqy
944deebd8d
refactor(components): [badge] switch to script-setup syntax ( #6068 )
2022-02-16 15:18:02 +08:00
btea
cc32d275ef
fix(components): [el-rate] allow-half show two icon ( #6076 )
2022-02-16 10:41:59 +08:00
kouchao
3c8ff3aece
fix(components): [el-input] missing margin between two icons ( #5942 ) ( #6017 )
...
Co-authored-by: 寇超 <kouchao@xindong.com>
2022-02-15 16:00:32 +08:00
wzrove
40242b2730
style(components): [el-select] collapse-tags存在时,增加左边距 ( #6037 )
2022-02-15 11:14:29 +08:00
msidolphin
4b6e9889de
feat(components): [el-menu] support customize popper offset ( #6049 )
...
* feat(components): [el-menu] support customize popper offset
* docs: improve docs
2022-02-15 11:06:21 +08:00
msidolphin
aa639e81f1
fix(components): [el-table] auto-load missing scrollbar style ( #6045 )
2022-02-15 09:36:00 +08:00
Mirza Andriamanamisoa Marotsaha
1ea57dbb21
feat: add support for malagay language ( #6019 )
2022-02-14 09:28:59 +08:00
Twiliness
f811392e25
feat(components): [el-pagination] support custom button background color ( #6012 )
...
Add a new css variable `--el-pagination-button-bg-color` to support custom button background color when using `background` attribute.
2022-02-14 08:55:54 +08:00
三咲智子
9ac025b5d5
refactor(components): refactor icon ( #5934 )
2022-02-13 23:26:44 +08:00
三咲智子
7abc200742
refactor(utils): improve escapeStringRegexp ( #6013 )
2022-02-13 22:48:42 +08:00
bqy
86d79270fc
refactor(components): [radio,radio-button,radio-group] use useNamespace ( #5731 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-02-13 18:58:45 +08:00
三咲智子
ea812ae622
refactor(components): refactor button ( #5933 )
...
* refactor(components): refactor button
* refactor: rename
* test: apply jsx
* feat: expose
* test: fix
2022-02-12 18:37:16 +08:00
啝裳
b825c07865
style: [el-select-v2] fix placeholder's size wrong ( #5989 )
2022-02-11 23:41:55 +08:00
C.Y.Kun
15a0711035
fix(components): style error when component import order is unknown ( #5938 )
2022-02-11 23:37:50 +08:00
BeADre
99f378a63a
feat(components): [el-select] add effect and close #5956 ( #5976 )
2022-02-11 23:13:33 +08:00
jeremywu
fc294561c2
fix(components): [el-popper] effect prop validation error ( #5978 )
2022-02-11 20:13:23 +08:00
jeremywu
1429a4e669
fix(components): [el-select] tag default theme ( #5983 )
...
- Fix the default theme for select tag
- Fix the input padding for inputable select
2022-02-11 19:55:34 +08:00
啝裳
0b0ad578bd
fix: add offset in usePopoverProps ( #5982 )
2022-02-11 19:50:16 +08:00
啝裳
5789318ef4
fix: delete offset in usePopoverProps ( #5980 )
2022-02-11 19:22:54 +08:00
msidolphin
12eae347a1
chore: typo ( #5979 )
2022-02-11 18:57:20 +08:00
zeting
fc8291114e
fix(components): fix [el-select] infinite bounce ( #5977 )
...
修复了select组件 filterable 和multiple 属性激活是 当失去焦点后再次激活焦点会无限抖动的问题,并修复异常样式
# 5905
Co-authored-by: 袁泽庭 <chongyun@boomlink.com>
2022-02-11 18:18:39 +08:00
啝裳
857a94afa8
fix: el-tree isLeaf type is string ( #5954 )
...
* fix: el-tree isLeaf type is string
* fix: update
2022-02-11 18:18:24 +08:00
jeremywu
04df2a483a
fix(utils): restore scrollIntoView method ( #5973 )
2022-02-11 18:07:59 +08:00