Commit Graph

3517 Commits

Author SHA1 Message Date
Xc
d96470f9d2
refactor(components): [checkbox] switch to script-setup syntax (#7794)
* refactor: checkbox switch to script-setup syntax

* refactor: checkbox use useSizeProps and edit test
2022-05-20 15:35:02 +08:00
btea
82030446c7
fix(hooks): use-form-item circular reference (#7793) 2022-05-20 15:27:21 +08:00
0song
4172ff4da6
docs: update doc (#7799) 2022-05-20 12:06:00 +08:00
Carter Li
6cc11662a6
fix(components): [popper] provide formItemContext conditionally (#7790) 2022-05-20 12:01:19 +08:00
bqy_fe
488eaf5211
fix(components): [time-picker] can not hide panel when click frequently (#7779) 2022-05-20 08:26:12 +08:00
Anas Boudih
f245986996
refactor(components): [pagination/next] switch to script-setup syntax (#7748)
* refactor(components): [pagination/next] switch to script-setup syntax

* fix(components): [pagination/next] move emits

Co-authored-by: metanas <matanas@pre-history.com>
2022-05-19 22:21:09 +08:00
Anas Boudih
82484bab98
refactor(components): [pagination/prev] switch to script-setup syntax (#7745)
* refactor(components): [pagination/prev] switch to script-setup syntax

* fix(components): [pagination/prev] cast props to const

* fix(components): [pagination/prev] extract emits to utility file

* fix(components): [pagination/prev] remove prop default

Co-authored-by: metanas <matanas@pre-history.com>
2022-05-19 22:20:55 +08:00
云游君
eafb60f89f
fix(theme-chalk): [DatetimePicker] change inner to wrapper & use css var (#7703)
* fix(theme-chalk): [DatetimePicker] change inner to wrapper & use css var for width

* test: use wrapper to fix test
2022-05-19 13:57:15 +08:00
bqy_fe
fe302da668
fix(components): [form-item] label is not vertically centered (#7780) 2022-05-19 09:53:07 +08:00
Anas Boudih
353b56e2c8
refactor(components): [pagination/total] switch to script-setup syntax (#7750)
* refactor(components): [pagination/total] switch to script-setup syntax

* fix(components): [pagination/total] cast props to const

Co-authored-by: metanas <matanas@pre-history.com>
2022-05-19 09:18:39 +08:00
Anas Boudih
37ac01d025
refactor(components): [pagination/jumper] switch to script-setup syntax (#7747)
Co-authored-by: metanas <matanas@pre-history.com>
2022-05-19 09:02:40 +08:00
Anas Boudih
66bf5c1280
refactor(components): [pagination/pager] switch to script-setup syntax (#7746)
* refactor(components): [pagination/pager] switch to script-setup syntax

* fix(components): [pagination/pager] cast props to const

Co-authored-by: metanas <matanas@pre-history.com>
2022-05-19 09:01:00 +08:00
JeremyWuuuuu
5bfa42cfed
feat(components): [button] restore type="text" (#7761) 2022-05-18 00:39:31 +08:00
Anas Boudih
a1c04e8f7c
docs(type-unsafe): [pagination] remove (#7759)
Co-authored-by: metanas <matanas@pre-history.com>
2022-05-17 23:58:16 +08:00
Xc
9f65a8cb41
docs: remove radio in type-unsafe (#7757) 2022-05-17 23:57:58 +08:00
renovate[bot]
0a79c3e33b
chore(deps): update all non-major dependencies (#7754)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-05-17 21:46:20 +08:00
renovate[bot]
c6745d9c02
chore(deps): update actions/upload-artifact action to v3 (#7753)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 20:56:49 +08:00
Delyan Haralanov
c99592502f
test: remove deprecated done callback (#7741)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-05-17 20:32:52 +08:00
btea
a859adc9d5
refactor(components): [container] switch to script-setup syntax (#7725)
* refactor(components): [container] switch to script-setup syntax

* refactor: remove uncessary default
2022-05-17 14:25:34 +08:00
Xc
b0646b3767
refactor(components): [radio] switch to script-setup synatx (#7701)
* refactor: radio script setup

* refactor: radio script setup
2022-05-17 12:28:20 +08:00
JeremyWuuuuu
76f6bd290e
chore(ci): bump pr-helper version (#7734) 2022-05-17 11:33:42 +08:00
JeremyWuuuuu
e5749bfe8b
feat(project): introducing triage bot (#7732)
- Add triage bot configuration.
2022-05-17 11:16:34 +08:00
JeremyWuuuuu
ec6f1444ab
fix(ci): lint commit message error (#7731)
- Add PR numbers for workflow.
2022-05-17 10:54:03 +08:00
JeremyWuuuuu
01a3edf619
docs(components): [input-number] documentation updates (#7727)
- Add version tag for `value-on-clear`.
- Add breaking change log for `value-on-clear`.
2022-05-17 10:47:09 +08:00
btea
792265d56a
fix(components): [table-v2] don't spread headerClass (#7729) 2022-05-17 09:25:32 +08:00
Carter Li
2577b06328
feat(components): [input-number] add :value-on-clear and make it nullable (#7724) 2022-05-17 01:16:44 +08:00
SignDawn
9ae57642db
Update basic.vue (#7722)
文档说的一千条,实际只有 200 条
2022-05-16 22:39:42 +08:00
Anas Boudih
9edd89c642
refactor(components): [collection] switch to script-setup syntax (#7710)
Co-authored-by: metanas <matanas@pre-history.com>
2022-05-16 22:33:46 +08:00
Anas Boudih
c77155b899
refactor(components): [timeline] switch to script-setup syntax (#7705)
Co-authored-by: metanas <matanas@pre-history.com>
2022-05-16 21:17:36 +08:00
류한경
9d6329cb99
refactor(components): [main] switch to script-setup syntax (#7707)
* refactor(components): [main] switch to script-setup syntax

* refactor(components): [main] switch to script-setup syntax
2022-05-16 21:11:59 +08:00
btea
60483d4100
fix(components): [cascader] disabled option can't trigger cancel checked (#7604) 2022-05-16 21:11:07 +08:00
lily-elephant
89b3239528
fix(components): date-picker add keydown events(#7506) (#7536)
* fix(components): date-picker add keyup events(#7506)

* Update picker.vue

feat(components): keyup变更为keydown

* Update picker.vue

fix(components): picker delete superfluous code

* Update picker.vue

fix(components): emit事件

* feat: date-picker & timer-picker add unit test

* feat: picker add unit test expected results

* Update time-picker.test.ts

feat: 去除lint error
2022-05-16 21:10:06 +08:00
JeremyWuuuuu
f3a8856c63
improvement(theme-chalk): visual enhancement (#7563)
* improvement(theme-chalk): visual enhancement

- Add visual enhancement for keyboard nagivation on form items.

* Fix linter issue

* Fix switch active text issue

* Fix bordered radio demo issue
2022-05-16 21:01:41 +08:00
云游君
7a45b88783
fix(components): [date-picker] date-table-cell namespace (#7684)
* fix(components): date-table-cell & scrollbar namespace

* fix(components): revert scroll className & add comment
2022-05-16 20:58:50 +08:00
류한경
6521dbb42a
fix(components): [upload] show close tip text (#7696) 2022-05-16 20:58:25 +08:00
류한경
6307bdd049
improvement(components) [divider] add separator role (#7678) 2022-05-14 14:41:18 +08:00
JeremyWuuuuu
4204137396
fix(ci): post lint message (#7695)
- Fix post lint message with dawidd6's actions
2022-05-14 13:13:01 +08:00
JeremyWuuuuu
5d2daca248
docs(components): [button] link button (#7694)
- Update docs for link button.
- Update vp-translation wrong usage of button.
- Update doc show cases examples.
- Update commit hash value for `link button`
2022-05-14 12:58:09 +08:00
Xc
ad3d998752
feat(components): [button] add link api (#7652)
* feat: button add link type

* fix: code lint

* feat: button add link api

* docs: edit word

Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
2022-05-14 12:20:02 +08:00
JeremyWuuuuu
dba3231aa9
fix(ci): post lint message (#7692)
- Add context for download artifact
2022-05-14 12:04:13 +08:00
iamkun
6323f59de8
chore: enable mirror (#7688) 2022-05-14 11:46:30 +08:00
三咲智子
21a7089ec5
refactor(build): use type unsafe (#7523)
* refactor(build): use type unsafe

* fix: windows
2022-05-13 16:55:10 +08:00
JeremyWuuuuu
4e66ca634a
fix(ci): token limitation for commit lint (#7675)
- Set lint result to an artifact.
- Add a workflow which is responsible for posting.
2022-05-13 11:45:10 +08:00
Hangyeong
eb6bb6265d
fix(components): tabs focus visible (#7665) 2022-05-13 08:42:49 +08:00
iamkun
ae25f4e14a
chore: fix sw.js error (#7667) 2022-05-12 23:48:16 +08:00
iamkun
591a7c32f3
chore: doc temp remove PWA to fix server error (#7666) 2022-05-12 23:23:28 +08:00
qiang
0c92e8a8d2
docs: only cache the user preferred language pages in the PWA (#7568)
* docs: cache the preferred lang pages in the PWA

* chore: remove index.html in manifest

* fix: no cache the '/' page

* perf: optimize code

* docs: add always refresh from PWA
2022-05-12 22:48:38 +08:00
Carter Li
325f84d44f
feat(components): menu add more controllable styles (#7549)
1. add some css variables
2. support specifying level padding
3. small code refactor
4. deprecate `background-color` etc
2022-05-12 22:38:26 +08:00
iamkun
cb33f20632
chore: update index spon (#7663) 2022-05-12 21:40:49 +08:00
JeremyWuuuuu
b228a65bd7
fix(ci): token limitation for commit lint (#7647)
- Update gitlab.token to BOT_TOKEN for managing triage thing.
2022-05-12 11:32:30 +08:00