Commit Graph

2476 Commits

Author SHA1 Message Date
zz
ba15302200
fix(components): [notification] custom icon not work (#9498) 2022-08-28 05:47:30 +00:00
zz
f5fa7e741f
refactor(utils): refactor iconPropType (#9502) 2022-08-28 13:20:07 +08:00
renovate[bot]
fe26526c14
fix(deps): update dependency @floating-ui/dom to v1 (#9000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-27 17:22:59 +00:00
zz
f5af4c84fd
refactor(components): [popover] use JSX in Unit test (#8337) 2022-08-27 16:59:38 +00:00
yangguang
4a20c326fa
fix(components): [affix] expose updateRoot (#9159)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-08-27 16:52:06 +00:00
LIUCHAO
1ffb9c2f3d
fix(components): [time-select] inherit disabled from form (#9242) 2022-08-28 00:39:35 +08:00
zz
eed57636e0
fix(components): [upload] onPreview not work when picture list type (#9448) 2022-08-27 16:32:07 +00:00
dopamine
ec311634f9
fix(components): [upload] onExceed is not called (#9145) 2022-08-27 18:27:43 +08:00
三咲智子
e6a24f274f
fix(components): [date-picker] add flat polyfill (#9465) 2022-08-27 16:03:13 +08:00
cyx
742a37ca58
fix(theme-chalk): fix datepicker sidebar of panel is covered by footer (#9352)
.date-picker has set panel_body-wrapper position:relative, but .date-range-picker hasn't

closed #9350
2022-08-26 20:53:02 +08:00
MonsterPi
5c8c369594
refactor(components): [popper]redfine the prop role type (#9471)
* refactor(components): [popper]redfine the prop role type

* chore: remove unnecessary code

* refactor(components): [popper]update variable name
2022-08-26 20:46:25 +08:00
LIUCHAO
27e447b3ca
refactor(components): [tree] fix typo (#9477) 2022-08-26 18:18:46 +08:00
zz
e33a279556
feat(components): [image-viewer] add setActiveItem method (#9389)
* fix(components): [image-viewer] initialIndex lost reactivity

* feat(components): [image-viewer] add `setActiveItem` method

* feat: expose instance type

* chore: add test case

* chore: update docs
2022-08-26 18:18:08 +08:00
Xc
527e1f9c3d
style(components): [rate] in safari has outline (#9396) 2022-08-26 11:28:07 +08:00
RealityBoy
b121012a70
feat(components): [menu] add expand-close-iconexpand-open-iconcollapse-close-iconcollapse-open-icon props (#9444)
* feat(components): [menu] add some Icon prop

* chore: types update

* Update sub-menu.ts
2022-08-26 11:25:22 +08:00
zz
2e34de6ae1
fix(theme-chalk): [select] set vertical-align (#8800) 2022-08-25 22:12:37 +08:00
Xc
3f588b0406
fix(components): [checkbox] label is object in group (#9271)
* fix(components): [checkbox] label is object in group

* fix(components): [checkbox] abbreviated code
2022-08-25 21:59:03 +08:00
LIUCHAO
1347fdf35a
fix(components): [table] bodyWrapper resized calculate scrollbarStyle (#9149)
* fix(components): [table] tableWrapper resized update scrollbar

* fix(components): [table] Listen to the bodyWrapper

* fix(components): [table] fix max-height

* fix(components): [table] modify scrollbar height error
2022-08-25 12:05:31 +08:00
qiang
43a2c69ad1
refactor(components): [table] style of the footer-wrapper (#9084)
* refactor(components): [table] style of the footer-wrapper

closed #9065

* fix(theme-chalk): [table] optimized style
2022-08-25 12:04:35 +08:00
MonsterPi
fe131df1a4
fix(components): [space] complete the prop of space (#9380)
* fix(components): [space]complete the prop of space

- class

* fix: update space docs

* refactor(components): [space]redefine the prop of class type
2022-08-25 09:31:20 +08:00
btea
1f3c661c57
feat(components): [form] add require-asterisk-position prop (#9433) 2022-08-25 09:27:51 +08:00
Xc
3dc6fbd427
fix(components): [opover] effect dark mode title color (#9445) 2022-08-25 09:19:33 +08:00
Xc
a4050516ed
fix(components): [notification] closeAll invalid (#9417)
* fix(components): [notification] closeAll invalid

* fix(components): [notification] close invalid
2022-08-24 19:48:32 +08:00
btea
ad940b5913
fix(components): [message] the value of exposeProxy may be null (#9378)
* fix(components): [message] the value of exposeProxy may be null

* feat: use exposed
2022-08-24 19:47:44 +08:00
jarven
4da4e7eb73
fix(components): [table] repetition labelCellName (#8967) 2022-08-23 20:25:16 +08:00
btea
faa4a762fe
fix(components): [cascader] when multiple is true keyboard delete error (#9415) 2022-08-23 18:03:18 +08:00
RealityBoy
88ba661f69
fix(components): [el-menu] childNodes is null (#9408) 2022-08-23 18:03:04 +08:00
zz
43b286fec1
fix(components): [tree-v2] setExpandedKeys instead of setExpendKeys (#9413)
* feat(components): [tree-v2] `setExpandKeys` instead of `setExpendKeys`

* chore: update

* chore: update
2022-08-23 13:02:38 +08:00
zz
9cb8ce47e8
feat(components): [tree-v2] add setExpendKeys method (#9412)
* feat(components): [tree-v2] add `setExpendKeys` method

* chore: update docs
2022-08-23 09:32:07 +08:00
Astar
3a6fc23f49
fix(components): [message-box] fix Wrong type checking (#8399)
* fix(components): [message-box] fix Wrong type checking
2022-08-22 23:01:24 +08:00
Jeremy
9230af7976
feat(components): [page-header] enhancement (#9215)
* feat(components): [page-header] enhancement

* Add new slot `extra` for page header.
* Add addtional documentations for page header.

* chore: update doc

* feat: add default slot

* chore: add a11y support for back button

* chore: update examples

* chore: enhancements

* chore: example enhancement

* chore: restore previous actions for back button

* chore: address PR comments

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-08-20 21:41:49 +08:00
LIUCHAO
eb31f6f510
refactor(components): [time-picker] use JSX in Unit test (#9134) 2022-08-20 10:28:59 +09:00
zz
b7fe5df6f9
fix(components): [menu] resize event infinite invoke (#9342)
* fix(components): [menu] resize event infinite invoke

* chore: update

* Update menu.ts

* Update menu.ts

* chore: update

* chore: update

* chore: update test case

* chore: optimize

* Update menu.ts

Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-19 18:33:50 +08:00
LIUCHAO
3d13c14ae7
feat(components): [pagination] btns icon can be customized Vuecomponent (#9372)
closed #9300
2022-08-19 13:32:29 +08:00
sechi
6ac49834ef
fix(components): [cascader] placeholder disappeared after clear value (#9190) 2022-08-19 00:04:32 +08:00
wd
302e928c96
style(theme-chalk): fix input (#9178)
In the safari browser, when input box is disabled, text color rendering is incorrect

closed #9117
2022-08-19 00:01:25 +08:00
Xc
92d0f9404b
fix(components): [select] option value is object (#9287)
* fix(components): [select] option value is object

* fix(components): [select] option value is object
2022-08-18 23:49:40 +08:00
LIUCHAO
80c5855f2f
fix(components): [switch] fix type error (#9171)
* fix(components): [switch] fix type error

* fix(components): [switch] fix type error
2022-08-18 20:31:37 +08:00
LIUCHAO
6bd98685e6
fix(components): [tree] calc parentNode state after doCreateChildren (#9362)
closed #8410
2022-08-18 20:10:09 +08:00
zz
1d2ba7ff8c
fix(theme-chalk): [select] text overflow shows ellipsis (#9305) 2022-08-18 10:01:05 +08:00
Alwyn Ou
54f4353587
perf: RTLOffsetType compare (#9320) 2022-08-18 09:35:18 +08:00
bqy_fe
6aa151fc2a
fix(components): [dialog] should emit open event after nextTick (#9209)
* fix(components): [dialog] should emit open event after nextTick

* test: update drawer unit test
2022-08-16 22:04:00 +08:00
LIUCHAO
2eee7f0e22
refactor(components): [table] fix typo (#9338) 2022-08-16 20:35:49 +08:00
renovate[bot]
477aee23c6
fix(deps): update dependency eslint-plugin-unicorn to v43 (#8610)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-08-13 07:10:16 +00:00
renovate[bot]
3cdad3b363
fix(deps): update dependency @vueuse/core to v9 (#9138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-13 14:43:58 +08:00
zz
eea3e60385
fix(components): use namespace (#9299) 2022-08-13 14:43:00 +08:00
Xc
4cb16a4f7e
refactor(hooks): [use-lockscreen] change from padding to width (#9151)
* refactor(hooks): [use-lockscreen] change from padding to width
2022-08-12 13:14:58 +08:00
qiang
664c61936c
fix(components): [table] the empty slot height error (#9226) 2022-08-11 16:54:47 +08:00
白雾三语
0e9db07109
fix: [timer-pick] automatically skip disabled items (#8850)
* feat: [timer-pick] add prop auto-skip-disabled

* feat: [timer-pick] add prop auto-skip-disabled

* feat: [timer-pick] modify unit test

* feat: [timer-pick] modify unit test

* feat: [timer-pick] auto-skip-disabled

* docs: [timer-pick] reset docs

docs: [timer-pick] reset docs

* fix: [timer-pick] delete autoSkipDisabled

* feat: [timer-pick] auto skip disabled

* feat: [timer-pick] auto skip disabled modify

* feat: [timer-pick] auto skip disabled modify

* feat: [timer-pick] auto skip disabled modify

* feat: [timer-pick] modify the unit test

* feat: [timer-pick] modify the unit test
2022-08-09 21:57:27 +08:00
zz
be9513dde4
fix(element-plus): dts entry (#8842) 2022-08-08 22:47:55 +08:00