Commit Graph

3723 Commits

Author SHA1 Message Date
류한경
3b315b384d
refactor(components): [tag] use JSX in Unit test (#8233) 2022-06-13 15:02:36 +08:00
류한경
2f51379756
refactor(components): [overlay] use JSX in Unit test (#8227) 2022-06-13 14:58:41 +08:00
류한경
39f122228b
refactor(components): [result] use JSX in Unit test (#8230) 2022-06-13 14:57:29 +08:00
LIUCHAO
932ff0c064
fix(components): [time-picker] template type assertion (#8237) 2022-06-13 14:56:01 +08:00
btea
bf2d671142
refactor(components): [input] fix ts error (#8200) 2022-06-13 14:49:18 +08:00
류한경
0c597a63ef
fix(theme-chalk): [col] remove float property (#8220) 2022-06-13 09:13:55 +08:00
qiang
d0cbc1f387
refactor(components): [carousel] complete optional values (#8231) 2022-06-13 09:12:41 +08:00
三咲智子
9bc89d089d
refactor(utils): import path (#8235) 2022-06-13 09:11:23 +08:00
Carter Li
1aa9d43129
refactor(components): [switch] Simplify color handling (#8199)
1. Use CSS variables to set `(in)activeColor` in order not to modify DOM
2. Deprecate property `(in)activeColor` in favor of CSS variables
2022-06-12 22:40:53 +08:00
Xc
1702a20214
style(components): [button] focus-visible (#8224)
* style(components): [button] link-button add focus/focus-visible/active
2022-06-12 15:43:15 +08:00
webfansplz
ab88ec505a
fix(components): [table-v2] column's min-width should work normal (#8226) 2022-06-12 11:39:00 +08:00
류한경
3785e763a4
chore(play): fix lint (#8215) 2022-06-12 08:46:10 +08:00
zz
1975aa24fe
refactor(components): [slider] switch to script-setup syntax (#8008) 2022-06-12 08:32:54 +08:00
LIUCHAO
460c55c846
fix(components): inputNumber cursor offset up (#8193)
Add input[type='number'] line-height: 1

closed #8181
2022-06-12 03:01:17 +08:00
0song
2faac935ae
chore: update img style (#8223) 2022-06-12 00:09:01 +08:00
gjfei
a920e1577c
fix(components): [date-picker] valid value error (#8187) 2022-06-11 22:26:01 +08:00
류한경
df5ba0fffd
fix(components): [pagination] improved keyboard accessibility (#8107)
* fix(components): [pagination] improved keyboard accessibility

* refactor(components): [pagination] change arguments type

* refactor(components): [pagination] change camel case
2022-06-11 19:52:35 +08:00
Jeremy
4ef054488a
Refactor/time picker refactor to setup (#8191)
* chore: refine code

* chore(build): [time/date-picker] type unsafe

* Remove `time/date-picker` entry from typing list.

* refactor(components): [time-picker] utilities

* Refine typing for utilities.
* Extract common props.

* chore: fix typing

* chore: fix typing

* chore: refine code

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-11 19:27:36 +08:00
0song
c4d8de24ca
chore: update readme thanks (#8219) 2022-06-11 16:35:10 +08:00
Xc
9fc83271a3
style(components): [button] link button add focus-visible css (#8214) 2022-06-11 12:04:28 +08:00
qiang
d10b02b422
fix(components): [image] position styles error when used slots (#8109)
* fix(components): [image] position styles error when used slots

* feat(components): [image] hide image on load

* feat(components): [image] load emit
2022-06-09 10:23:58 +08:00
沐林森13
50efff225c
fix(components): [table] fix namespace in table's expand icon (#8162)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-09 02:08:37 +08:00
三咲智子
0f8f54cbd2
ci: fix build product (#8180) 2022-06-08 08:44:18 +00:00
Element
796d32c272
chore: Update changelog 2.2.5 (#8179) 2022-06-08 08:27:54 +00:00
Jeremy
640842bbe0
refactor(components): [time-picker] constants (#8170)
* refactor(components): [time-picker] constants

* Relocate the constants and utils.

* chore: remove expression `instanceof`

* chore: refine code

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-08 16:20:45 +08:00
LIUCHAO
9a961425b5
fix(components): picker-panel not pop up when disabled/readonly (#8139)
closed #8139
2022-06-08 16:13:45 +08:00
三咲智子
02969faacd
ci: fix publish (#8177) 2022-06-08 15:59:13 +08:00
三咲智子
069021e26a
feat: check message when commit (#8166) 2022-06-08 15:17:04 +08:00
Xc
4484d07d76
docs(components): [layout] bg-color caused by unocss cover (#8175)
* docs(components): [layout] unocss cover

* docs(components): [layout] unocss cover
2022-06-08 07:09:35 +00:00
三咲智子
97c169ae43
fix: components dts (#8167) 2022-06-08 12:24:52 +08:00
gjfei
884b0d71b7
fix(components): [time-picker] filter invalid value (#8119) 2022-06-08 11:16:44 +08:00
류한경
470286097f
fix(components): [collapse-item] If disabled, no focus (#8081) 2022-06-08 09:33:09 +08:00
류한경
94808e8ec9
fix(components): [input] hide eye icon if no value (#8096) 2022-06-08 09:24:15 +08:00
류한경
4c34660c59
fix(components): [switch] tabindex property doesn't work (#8101) 2022-06-08 09:23:49 +08:00
류한경
4ef6ee28a8
docs(components): [link] fix type accepted values (#8117) 2022-06-08 09:23:24 +08:00
류한경
53ace00e11
fix(components): [tag] awrong disable-transitions condition (#8161) 2022-06-08 09:23:02 +08:00
Jeremy
5b233da008
refactor(components): [time-picker] time-picker (#8160)
* refactor(components): [time-picker] time-picker

* Refactor `time-picker` to tsx.

* chore: refactor  to script setup

* chore: fix typing issue in `picker`

* chore: fix API exposing

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-08 09:17:23 +08:00
Hefty
6b6c5a4a87
fix(components): [form] catch validation error when changing rules (#8154) 2022-06-08 02:42:31 +08:00
zhengqbbb
c7ecf70969
chore: use cz-git commitizen adapter (#8105) 2022-06-07 18:10:21 +00:00
Carter Li
8413f8ea31
refactor(components): use useResizeObserver (#8124) 2022-06-08 02:04:48 +08:00
renovate[bot]
697ac8c94b
fix(deps): update all non-major dependencies (#7847)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-07 17:36:24 +00:00
류한경
339f9680b3
refactor(components): [alert] delete unnecessary code (#8129) 2022-06-07 21:53:30 +08:00
qiang
740f829acd
fix(components): import dayjs by a more compatible way (#8144) 2022-06-07 21:53:05 +08:00
Jeremy
9f5aae64ea
fix(components): [select-v2] remove private API (#8145)
* fix(components): [select-v2] remove private API

* Refactor `select-menu` to `tsx`.
* Remove usage for `h` renderer
* Fix write operation for readonly computed.

* chore: make select-dropdown as tsx

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-07 17:23:12 +08:00
三咲智子
676f27a768
ci: fix build staging (#8143) 2022-06-07 05:57:19 +00:00
三咲智子
edaa6f6bc9
fix: vue app typing (#8137)
closes #8122
2022-06-07 13:44:57 +08:00
Faizal Andyka
b34ca0fb0c
refactor(components): [link] use JSX in Unit test (#8140) 2022-06-07 13:08:21 +08:00
btea
db0b4d49e0
fix(docs): remove extra slashes (#8134) 2022-06-06 23:26:30 +08:00
Jeremy
80c6eebd12
refactor(components): [time-picker] basic-time-spinner (#8132)
* refactor(components): [time-picker] basic-time-spinner

* Refactor `basic-time-spinner` to script setup.

* refactor(components): [time-picker] basic-time-spinner

* Resolve typing issues in `basic-time-spinner`.
* Extract code from `basic-time-spinner`.

* chore: remove parallel

* chore: set node space size

* chore: remove parallel jobs

* chore: update pr-docs-build.yml

* chore: revert remove parallel

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-06 22:02:56 +08:00
Jeremy
beacaf6ce4
refactor(components): [time-picker] script setup (#8128)
* refactor(components): [time-picker] panel-time-range

* Refactor `panel-time-range` to script setup.

* refactor(components): [time-picker] panel-time-range

* Fix typing issues in `panel-time-range`.
* Extract common code to `use-time-panel`.

* refactor(components): [time-picker] panel-time-picker

* Replace duplicated logic with `use-time-panel`.

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-06-06 17:35:10 +08:00