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
류한경
0c583d0967
docs: fix custom thumbnail upload example preview img ( #7516 )
2022-05-06 18:29:59 +08:00
JeremyWuuuuu
e97fe719c4
chore(docs): update text button type ( #7533 )
...
- Update button's type in examples per changes for button
2022-05-06 17:33:52 +08:00
JeremyWuuuuu
a4aad5a9c0
feat(components): [button] update text button ( #7515 )
2022-05-05 23:53:47 +08:00
opengraphica
7173e402b7
feat(components): [form-item] auto attach labels to inputs ( #7450 )
...
* feat(components): [form-item] auto attach labels to inputs
* feat(components): [form-item] auto-attach up through select
* feat(components): [form-item] auto id complete for all inputs
* feat(components): [form-item] fix lint, remove unused usePopper hook
* feat(components): [form-item] PR comments
2022-05-05 22:04:32 +08:00
云游君
6f9d55471b
docs: add dark mode usage & compile dark/css-vars.css ( #7513 )
...
* docs: add dark mode usage & compile dark/css-vars.css
* docs: add example link
2022-05-05 19:56:10 +08:00
云游君
7b9fce4a11
docs: fix upload example images ( #7511 )
2022-05-05 16:56:49 +08:00
iamkun
cb22c1af34
chore: update to new google analytics ( #7486 )
2022-05-05 10:31:23 +08:00
JeremyWuuuuu
14cfb0500f
docs(components): [virtualized-table] finishing leftovers ( #7496 )
...
- Finishing the documentation examples
- Add APIs to the documentation
- Fix some issue while updating the documentations
2022-05-05 00:54:49 +08:00
云游君
49d48b8f3b
docs: adjust dark toggle transition between navbar & content ( #7493 )
2022-05-04 23:46:59 +08:00
云游君
dbf076ee15
docs: replace navigation example with svg for dark ( #7492 )
2022-05-04 22:58:35 +08:00
iamkun
9d78cd7f5e
chore: disable cn redirect temporarily ( #7485 )
2022-05-04 13:03:09 +08:00
Travis
eda5bd8695
docs(docs): [badge] fix badge.md prop description error ( #7419 )
2022-05-04 12:10:25 +08:00
三咲智子
aef38eac11
feat(docs): enable theme toggler ( #7479 )
2022-05-03 15:18:29 +08:00
云游君
8a4bf644ad
fix(theme-chalk): dark mode details ( #7460 )
2022-05-03 14:02:56 +08:00
iamkun
f0c0ed8b14
docs: update message box doc 'callback accepted values' ( #7469 )
2022-05-03 02:42:11 +08:00
三咲智子
d04c466e36
refactor(docs): add missing deps ( #7465 )
2022-05-02 15:15:47 +08:00
云游君
4ea1d85184
docs: fix color box spacing ( #7458 )
2022-05-01 18:38:08 +08:00
renovate[bot]
0b92157b43
chore(deps): update dependency markdown-it to v13 ( #7454 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-01 15:58:48 +08:00
云游君
49c7ef2633
feat(docs): use home svg layers for dark ( #7408 )
...
* feat(docs): use home svg layers for dark
* fix: people leg color & shadow color
* fix: add shadow for right layer
* fix: dot position in screen
2022-05-01 14:30:14 +08:00
Kevin.Liao
ca5b8982eb
fix(docs): icon import ( #7440 )
2022-05-01 07:01:01 +08:00
joson
9aa6cc1912
feat(components): [switch] add size ( #7377 )
...
Co-authored-by: hezhaoshun <hezhaoshun@cmcm.com>
2022-05-01 05:58:43 +08:00
iamkun
2003c345cf
chore: update doc css ( #7444 )
2022-04-30 00:07:50 +08:00
iamkun
538d254d7a
chore: update sponsor banner img ( #7442 )
2022-04-29 22:46:02 +08:00
iamkun
4b0613d354
docs: update some description in the docs ( #7432 )
2022-04-29 18:03:54 +08:00
JeremyWuuuuu
46d04c7ddd
docs(components): [virtual-table] spans ( #7441 )
2022-04-29 17:57:39 +08:00