Commit Graph

606 Commits

Author SHA1 Message Date
류한경
2805cb8aae
docs: fix typo (#8078)
* docs: fix typo

* fix: restore text
2022-06-04 06:48:44 +08:00
qiang
60cd22b890
feat(components): [image] support native lazy loading (#7968) 2022-06-01 13:21:05 +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
Chris
d3f50525f8
chore(docs): use defineConfig for vite (#7670) 2022-05-31 05:49:49 +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
Faizal Andyka
bb246485c9
docs: theming (#7965) 2022-05-30 04:05:51 +00: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
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
三咲智子
180a2b91e0
docs: fix markdown block (#7960) 2022-05-30 10:26:15 +08:00
류한경
c59a4a84ed
docs(components): [form] delete unused variables (#7944) 2022-05-28 13:20:12 +08:00
iamkun
f187c7eac7
chore: update design resource text (#7934) 2022-05-28 04:34:39 +08:00
Xc
61e9be07f9
fix(components): [select-v2] status-icon position (#7835)
* fix(components): [select] status-icon position

* fix(components): [select-v2] status-icon position

* fix(components): [select-v2] status-icon position
2022-05-25 23:02:57 +08:00
云游君
ca58f2beb3
fix(theme-chalk): [date-picker] basic & range height size (#7831) 2022-05-25 21:42:21 +08:00
三咲智子
cb3cfa06ad
chore: upgrade @vue/test-utils (#7877) 2022-05-25 12:05:50 +08:00
三咲智子
3d2a257101
refactor(build): use esbuild and tsx (#7876) 2022-05-24 11:31:16 +00:00
renovate[bot]
b77753c854
fix(deps): update dependency eslint-plugin-vue to v9 (#7848)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-05-24 09:41:11 +00:00
赵朋朋Eddie
437f10abae
fix(docs): [infinite-scroll] fix error when use directive (#7855) 2022-05-24 09:48:08 +08:00
qiang
49117b6b03
docs: fix typo (#7815)
type="link" -> link
2022-05-24 09:36:23 +08:00
JeremyWuuuuu
15c3aa4fb1
docs(components): [input-number] HTML tag issue (#7864) 2022-05-23 22:05:37 +08:00
msidolphin
6f04af6c39
feat(components): [table] ensure minimum-size doesn't follow the content (#7627)
* feat(components): [table] ensure minimum-size doesn't follow the content

* chore: add version tag
2022-05-20 17:57:21 +08:00
三咲智子
517efb99dc
fix: improve deps (#7763) 2022-05-20 17:41:27 +08:00
0song
4172ff4da6
docs: update doc (#7799) 2022-05-20 12:06:00 +08:00
JeremyWuuuuu
5bfa42cfed
feat(components): [button] restore type="text" (#7761) 2022-05-18 00:39:31 +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
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
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
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
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
iamkun
6323f59de8
chore: enable mirror (#7688) 2022-05-14 11:46:30 +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
qiang
2dc4e463fd
chore(ci): optimizing the generated code hint file (#7634) 2022-05-12 10:59:16 +08:00
opengraphica
9c51dab123
feat(components): [dialog] a11y and focus trap on dialog components (#7550)
* feat(components): [dialog] a11y and focus trap on dialog components

* feat(components): [dialog] remove default browser focus style

* feat(components): [dialog] clean up async and comment
2022-05-10 17:58:18 +08:00
btea
688dbb3011
fix(docs): copy icon (#7587)
* fix(docs): copy icon

* chore: modify demo & update copy
2022-05-10 08:06:04 +08:00
云游君
0795254a67
docs: add how to custom namespace & example (#7596) 2022-05-10 08:04:37 +08:00
0song
b2e7477f51
chore: update slogan text (#7573) 2022-05-09 10:33:14 +08:00
0song
56fee15685
chore: add right sponsors (#7567)
* chore: add spon

* chore: add spon dark

* chore: add spon ui

* chore: add spon ui2

* chore: add analytics

* chore: add readme
2022-05-09 08:49:28 +08:00
kooriookami
c20634529f
fix(docs): fix Cross hovering (#7558) 2022-05-08 13:42:39 +08:00
JeremyWuuuuu
16abb4ca41
improvement(components): [virtual-table] (#7557)
- Add method `scrollToRow` to VirtualTable.
- Restore missing `cellProps` attribute.
- Add example for **Manual Scroll**.
- Add example for **Cross Hovering**.
- Update documentation accordingly.
2022-05-07 19:06:57 +08:00
JeremyWuuuuu
9b3a88811d
improvement(components): [virtual-table] (#7548)
- Add example for selection.
- Add example for inline editing.
2022-05-07 11:47:52 +08:00
btea
43cf294f8c
fix(docs): icon collection link (#7547) 2022-05-07 09:48:23 +08:00
JeremyWuuuuu
090706250b
feat(components): [auto-resizer] new component (#7541)
* feat(components): [auto-resizer] new component

- Add new component AutoResizer for skip passing width/height.
- Update documentation for AutoResizer.
- Update FAQs for TableV2.
- Update interfaces for TableV2.

* Fix linter error

* Fix linter issue
2022-05-07 09:47:32 +08:00
JeremyWuuuuu
52a528fde7
fix(components): [virtual-table] horizontal scroll (#7538) 2022-05-06 21:28:57 +08:00