Commit Graph

3917 Commits

Author SHA1 Message Date
liu
63c038a071
fix(components): [table] table-column expand nested table wrong style (#8522)
* fix(components): [table]  table-column expand nested table wrong style

* docs: update table component expandable row example
2022-07-04 12:03:08 +08:00
RJW
2486d92d25
fix(components): [dropdown] fix visible-change event delay trigger (#8602) 2022-07-04 11:12:13 +08:00
kooriookami
ae96aedf3c
feat(components): [autocomplete] fit input width (#8596)
* feat(components): [autocomplete] Add fitInputWidth prop

* feat(components): [autocomplete]

* feat: add docs

* feat(components): [autocomplete]
2022-07-03 17:54:40 +08:00
LIUCHAO
819c0fa01f
refactor(components): [steps] use JSX in Unit test (#8259) 2022-07-03 18:15:42 +09:00
bqy_fe
a4e6105827
fix(components): [dialog] make modelValue be an optional property (#8598) 2022-07-03 16:24:23 +08:00
Kim Yang
483c32f341
docs(components): update el-input docs (#8500)
Co-authored-by: KimYangOfCat <kim.yang.yj@outlook.com>
2022-07-03 12:46:57 +08:00
류한경
e9b50baf7d
fix(components): [dialog] remove not used style props (#8325) 2022-07-03 09:37:28 +08:00
qiang
97ad78924b
fix(components): [autocomplete] error message (#8591) 2022-07-03 01:06:36 +08:00
wangzi
26cc00480b
fix(components): [date-picker] fix type of year disabled failure (#8568)
* fix(components): [date-picker]

fix date-picker's type of year disabled failure

closed #8554

* fix(components): [date-picker] fix type of year disabled failure

fix date-picker's type of year disabled failure

closed #8554

Co-authored-by: guowanzi <8750640+guowanzi@user.noreply.gitee.com>
2022-07-02 22:10:53 +08:00
qiang
59392fa194
refactor(components): [tabs] add deprecated mark to activeName (#8590) 2022-07-02 22:06:40 +08:00
류한경
5678464c57
fix(components): [time-picker] Ignore key down if readonly (#8283)
* fix(components): [time-picker] Ignore key down if readonly

* fix(components): [time-picker] Ignore key if readonly
2022-07-02 22:05:22 +08:00
Hefty
72d0bc2177
fix(components): add validate-event for form types component (#8173)
* fix(components): add validate-event for form types component

* chore: format code
2022-07-02 21:01:05 +08:00
sorry
d20e58ecbb
fix(components): [input-number] Fix value decimals miss prop precision (#8587)
* fix(components): [input-number] Fix value decimals miss prop precision
2022-07-02 15:38:07 +08:00
yujinpan
4fe9c2bd6c
fix(components): [TreeSelect] checkbox interaction (#8102)
* fix(components): [TreeSelect] check child when parent checked

* refactor(components): [TreeSelect] move utility functions to utils.ts

* fix(components): [TreeSelect] exclude check event from click node

* fix(components): [TreeSelect] handle dup when `checkOnClickNode`

* feat(components): [TreeSelect] `treeFind` support find parent node

* fix(components): [TreeSelect] show current selected node only first time

* fix(components): [TreeSelect] incorrect node selection condition

* docs(components): [TreeSelect] update checkbox examples and tips

* fix(components): [TreeSelect] incorrect label when data modify
2022-07-02 14:49:21 +08:00
류한경
ede25ea5b0
fix(theme-chalk): [select] change style when disalbed and selectded (#8354)
* fix(theme-chalk): [select] change style when disalbed and selectded

* fix(theme-chalk): [select-v2] change style when disalbed and selectded

* refactor: replace with include

* refactor: replace with include
2022-07-01 23:00:54 +08:00
ParkerFiend
609ee571b4
fix(components): [menu] fix infinite flicker after choosing subMenu (#8533)
* fix(components): [menu] fix infinite flicker after choosing subMenu

closed #8525, #8487
2022-07-01 22:01:35 +08:00
Element
d746c4617d
chore: update changelog 2.2.8 (#8584) 2022-07-01 12:30:34 +00:00
三咲智子
2d951a2af7
fix(components): [message] fix z-index & offset (#8582) 2022-07-01 20:19:43 +08:00
zz
b922b9ea01
fix(components): [radio] fix typo (#8556) 2022-07-01 16:16:10 +08:00
Element
3a436a02d0
chore: update changelog 2.2.7 (#8572) 2022-07-01 13:12:54 +08:00
三咲智子
77fa19b45a
fix(docs): config-provider example (#8534) 2022-06-30 22:43:55 +08:00
Xc
dc5ea2319d
docs(components): [tree] custom node content button margin (#8539) 2022-06-30 22:42:53 +08:00
Xc
08e02042b7
fix(components): [tabs] name is number 0 become a string (#8469) 2022-06-29 09:11:40 +08:00
Xc
2d8a9e4256
fix(components): [radio] Divide attrs into label and input (#8476)
* fix(components): [radio] the id attribute acts on the input

* fix(components): [radio] labelAttrs save listeners

* fix(components): [radio] the id attribute acts on the input
2022-06-28 22:57:18 +08:00
btea
920f1fc5ee
fix(components): [color-picker] can't select predefine value (#8205) 2022-06-28 21:17:41 +08:00
zhengqbbb
ecc80038be
chore: use czg replace commitizen (#8482) 2022-06-28 16:31:15 +08:00
zz
e0e86a4c90
chore(play): improve import (#8468) 2022-06-28 16:25:52 +08:00
renovate[bot]
3678a666f4
chore(deps): update dependency puppeteer to v15 (#8485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 22:46:11 +00:00
renovate[bot]
ca56e64fa3
chore(deps): update all non-major dependencies (#8484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-28 06:34:17 +08:00
zz
a894fbf990
refactor(components): [transfer] switch to script-setup syntax (#8343)
* refactor(components): [transfer] switch to script-setup syntax

* chore: improve code

* chore: improve type

* fix: lost reactivity

* chore: fix data error

* chore: simplify code
2022-06-27 22:08:03 +08:00
qiang
598f3ab5cd
feat(components): [autocomplete] expose blur event (#8364)
* feat(components): [autocomplete] expose blur event

* docs(components): [autocomplete] update
2022-06-27 13:39:25 +09:00
류한경
9c154e9228
refactor(components): [only-child] simplify conditions (#8480) 2022-06-27 11:04:25 +09:00
云游君
5d88f628bb
feat(components): [message-box] add autofocus attribute (#8445)
* feat(components): [message-box] add autofocus attribute

* fix: autofocus to be true by default

* docs: message-box autofocus default value

* chore: remove useless comment

* fix: focusStartRef value el
2022-06-26 04:32:05 +08:00
三咲智子
db766ac310
ci: cancel same in-progress workflow (#8446) 2022-06-25 22:18:54 +08:00
LinZhanMing
a9277187cf
docs: fix popper.js docs link(dropdown, select-v2, tooltip) (#8474) 2022-06-25 22:43:55 +09:00
zz
5c0e1b9686
fix(components): [popover] fix dark mode background color (#8133)
* fix(components): [popover] fix dark mode background color

* chore: improve code
2022-06-25 20:57:06 +08:00
Cheerwhy
5383ef9a0e
fix(components): [select-v2] fix select-v2 dropdown width (#8442)
Co-authored-by: qinzz <qinzz@chint.com>
2022-06-24 22:24:22 +08:00
류한경
272c2e6291
refactor(components): [drawer] replace with addUnit (#8463) 2022-06-24 21:29:39 +08:00
Cheerwhy
4abd29c597
fix(components): [select] fix select dropdown width (#8396) (#8435) 2022-06-24 21:26:10 +08:00
류한경
49bc137430
fix(theme-chalk): [pagination] style if selected value is disabled (#8447) 2022-06-24 17:30:25 +08:00
류한경
c6b43df7b3
refactor(components): [popconfirm] changed button type (#8436)
* refactor(components): [popconfirm] changed button type

* docs: changes to attribute kebab case, add accepted values ​

* fix: remove del tag

* fix: remove del tag
2022-06-24 13:58:51 +09:00
zz
6c752f6676
refactor(components): [space] use JSX in Unit test (#8433) 2022-06-23 22:51:10 +08:00
Xc
2b71f2c561
fix(components): [select] multiple init height (#8423) 2022-06-23 01:34:05 +08:00
Lete
65d198f0a0
feat(components): close all messages of the specified type (#8415) 2022-06-22 19:57:43 +08:00
小孩可可爱爱
29fd3eb217
docs: [tag] add tag theme example (#8413) 2022-06-22 19:43:08 +08:00
zz
f2e48c1835
perf(components): remove unnecessary const assertions (#8407) 2022-06-22 14:30:13 +08:00
LIUCHAO
63847a981f
docs(components): [message-box] add customized icon for examples (#8381) 2022-06-22 01:29:27 +00:00
三咲智子
37ed7a15ee
fix(components): [message]: offset (#8379)
* fix(components): [message]: offset

closes #7217, #8368
2022-06-22 09:01:23 +08:00
Hefty
8f0341b310
fix(components): [space] missing empty string size (#8039)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-22 00:23:25 +00:00
三咲智子
7097940f4a
refactor: add ts-nocheck and check all files (#8401) 2022-06-22 08:04:42 +08:00