opengraphica
|
cced377628
|
fix(components): [picker] Click to focus fires emit (#8001)
|
2022-05-31 10:04:45 +08:00 |
|
Jeremy
|
2a44274bf4
|
docs(components): [time-picker] event parameters (#8002)
* Update doc event parameters for blur/focus event.
* Update doc event parameters for change event.
* Update doc event parameters for visible-change event.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
|
2022-05-31 10:03:44 +08:00 |
|
三咲智子
|
6f9fb6e0ca
|
fix(build): remove type safe (not stricter) (#8004)
|
2022-05-31 01:47:29 +00:00 |
|
zz
|
54efcfbdfd
|
refactor(components): [scrollbar] switch to script-setup syntax (#7986)
|
2022-05-31 07:55:03 +08:00 |
|
Chris
|
d3f50525f8
|
chore(docs): use defineConfig for vite (#7670)
|
2022-05-31 05:49:49 +08:00 |
|
zz
|
eb9d7c99a5
|
refactor(components): [scrollbar] use JSX in Unit test (#7987)
|
2022-05-31 05:42:28 +08:00 |
|
iamkun
|
c3e17ec600
|
chore: update resource track (#7999)
|
2022-05-30 23:39:05 +08:00 |
|
Xc
|
6d73349cc5
|
fix(components): [button] link style and docs (#7996)
* fix(components): [button] link style and docs
* fix(components): [button] link style
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
|
2022-05-30 21:38:18 +08:00 |
|
Jeremy
|
efd6c2b2a7
|
refactor(components): [date-picker] panel-date-pick (#7998)
- Refactor `defineComponent` to script `setup`.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
|
2022-05-30 21:22:03 +08:00 |
|
Jeremy
|
eb599f8f65
|
refactor(components): [date-picker] range picker (#7994)
- Encapsulate shared code to reduce duplication.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
|
2022-05-30 20:15:04 +08:00 |
|
Hefty
|
889a440a58
|
refactor(components): [row] switch to script-setup syntax (#7961)
* refactor(components):[row] switch to script-setup syntax
* refactor(components): [row] export const type
|
2022-05-30 16:35:18 +08:00 |
|
btea
|
aa3b1c4894
|
fix(components): [button] :not overrides the disabled style (#7977)
* fix(components): [button] :not overrides the disabled style
* fix: update style
* fix: update style
|
2022-05-30 16:19:32 +08:00 |
|
Faizal Andyka
|
bb246485c9
|
docs: theming (#7965)
|
2022-05-30 04:05:51 +00:00 |
|
류한경
|
72bc196adf
|
refactor(components): [steps] validate values and export values (#7947)
|
2022-05-30 11:57:41 +08:00 |
|
三咲智子
|
7e0f6d71a5
|
fix(utils): type error (#7939)
|
2022-05-30 11:51:50 +08:00 |
|
opengraphica
|
af732b124b
|
feat(components): [dropdown] a11y (#7946)
* feat(components): [dropdown] always use button trigger
* feat(components): [dropdown] a11y unit tests
* feat(components): [dropdown] pr comments
|
2022-05-30 11:51:25 +08:00 |
|
Hefty
|
57ac1e605e
|
refactor(components): [col] switch to script-setup syntax (#7971)
|
2022-05-30 11:14:58 +08:00 |
|
zz
|
389be5bfd3
|
refactor(components): [config-provider] refactor tokens (#7982)
|
2022-05-30 11:11:55 +08:00 |
|
renovate[bot]
|
799cee17f1
|
fix(deps): update dependency @element-plus/icons-vue to v2 (#7976)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-05-30 10:53:27 +08:00 |
|
三咲智子
|
6e60279753
|
fix(image-viewer): typescript error (#7938)
|
2022-05-30 10:45:07 +08:00 |
|
zz
|
286786e348
|
refactor(components): [config-provider] use JSX in Unit test (#7980)
|
2022-05-30 10:36:10 +08:00 |
|
zz
|
ac31116c3b
|
refactor(components): [config-provider] export component instance type (#7979)
|
2022-05-30 10:33:49 +08:00 |
|
三咲智子
|
20317b9c02
|
fix(components): [collection] type error (#7940)
|
2022-05-30 10:27:16 +08:00 |
|
三咲智子
|
180a2b91e0
|
docs: fix markdown block (#7960)
|
2022-05-30 10:26:15 +08:00 |
|
renovate[bot]
|
53d8c93773
|
fix(deps): update dependency yaml-eslint-parser to v1 (#7978)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-05-30 02:15:18 +00:00 |
|
Jérémie Cotiniaux
|
e225ec62b9
|
chore(locale): update fr.ts (#7935)
|
2022-05-30 09:40:25 +08:00 |
|
Xc
|
a9842c26c2
|
refactor(components): [popconfirm] use JSX in Unit test (#7969)
|
2022-05-30 09:39:31 +08:00 |
|
Xc
|
903c20335a
|
refactor(components): [popconfirm] export instance type (#7967)
|
2022-05-30 09:39:12 +08:00 |
|
Xc
|
25313f1075
|
refactor(components): [badge] use JSX in Unit test (#7972)
|
2022-05-30 09:38:54 +08:00 |
|
Xc
|
01e5225798
|
refactor(components): [alert] use JSX in Unit test (#7973)
|
2022-05-30 09:38:12 +08:00 |
|
三咲智子
|
37e2bfaee4
|
fix(hooks): type error (#7941)
|
2022-05-30 09:26:14 +08:00 |
|
opengraphica
|
652333e395
|
fix(components): [tree] remove form item context (#7956)
|
2022-05-30 09:15:45 +08:00 |
|
Jeremy
|
39e273fbdb
|
refactor(components): [date-picker] month range (#7948)
- Use composable `use-range-picker`.
- Remove duplicated code.
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
|
2022-05-30 09:03:05 +08:00 |
|
qiang
|
21a1c24f58
|
fix(components): [table] the scrollbar not change (#7905)
|
2022-05-30 08:35:28 +08:00 |
|
三咲智子
|
3adb0f2077
|
refactor(component): improve code (#7959)
|
2022-05-29 09:42:31 +08:00 |
|
三咲智子
|
ff5ea7e2ed
|
chore(build): remove upload in type unsafe (#7957)
|
2022-05-29 08:30:09 +08:00 |
|
류한경
|
e757409852
|
refactor(components): [affix] props and emits validation (#7945)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
|
2022-05-29 06:24:45 +08:00 |
|
banbri
|
07cae24985
|
fix(components): [date-picker] Make shortcuts reactive (#7698)
|
2022-05-28 20:14:43 +00:00 |
|
zz
|
c215966c9b
|
chore(build): remove input-number from type-unsafe.json (#7951)
|
2022-05-29 04:00:55 +08:00 |
|
Xc
|
0c1ed4c133
|
refactor(components): [progress] switch to script-setup syntax (#7795)
|
2022-05-29 03:58:05 +08:00 |
|
zz
|
ffd83fda93
|
refactor(components): [input-number] switch to script-setup syntax (#7888)
|
2022-05-29 03:55:04 +08:00 |
|
류한경
|
ca658915dd
|
refactor(components): [collapse-transition] switch to script-setup syntax (#7953)
|
2022-05-29 03:51:06 +08:00 |
|
btea
|
0c2f5bc56f
|
refactor(components): [tooltip] transition use useNamespace (#7950)
|
2022-05-29 03:50:01 +08:00 |
|
류한경
|
6af6ce8e0c
|
refactor(components): [rate] props and emits validation (#7949)
|
2022-05-29 03:49:27 +08:00 |
|
류한경
|
c59a4a84ed
|
docs(components): [form] delete unused variables (#7944)
|
2022-05-28 13:20:12 +08:00 |
|
iamkun
|
dd0f8bcf3c
|
refactor: add useMonthRangeHeader hook (#7936)
|
2022-05-28 13:04:36 +08:00 |
|
zz
|
cce4694eb8
|
refactor(components): [input-number] use JSX in Unit test (#7890)
|
2022-05-28 09:13:34 +08:00 |
|
George Tan
|
ab11c6df6a
|
build(build): extract constants (#7639)
|
2022-05-27 20:51:14 +00:00 |
|
iamkun
|
f187c7eac7
|
chore: update design resource text (#7934)
|
2022-05-28 04:34:39 +08:00 |
|
Xc
|
3ca98213f7
|
fix(theme-chalk): [dark-model] vue-cli tree sharking (#7910)
|
2022-05-27 22:17:58 +08:00 |
|