Commit Graph

1708 Commits

Author SHA1 Message Date
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
0song
1c62eef041 chore: disable pwa on mirror site (#7414) 2022-04-28 14:03:11 +08:00
0song
9fb5927d79 chore: disable pwa on mirror site (#7413)
* chore: disable pwa on mirror site

* chore: disable pwa on mirror site
2022-04-28 12:48:41 +08:00
三咲智子
7e33c87fe8 docs: add icons for cdn, global and automatic imports (#7407)
closes #7369
2022-04-28 12:35:11 +08:00
opengraphica
16989d8187 feat(components): [slider] aria keyboard controls and attrs (#7389)
* feat(components): [slider] aria keyboard controls and attrs

fix #7350

* feat(components): [slider] fix lint error in slider types

* feat(components): [slider] change start value for home/end unit test

* feat(components): prevent scrolling on touch screen for runway

* feat(components): [slider] type-o in locale prop

* fix(components): [slider] PR comments r1

* fix(components): [slider] linting errors
2022-04-27 21:38:47 +08:00
JeremyWuuuuu
dc98974db9 docs(components): [virtual-table] filtering (#7401)
- Add example for adding filter.
- Export header cell slot renderer interface.
2022-04-27 15:41:22 +08:00
云游君
2ac81ab2cc refactor: use svg for guide & resources (#7399) 2022-04-27 10:47:15 +08:00
JeremyWuuuuu
1037eb75b4 docs(components): [virtual-table] grouping header (#7397) 2022-04-26 19:21:12 +08:00
JeremyWuuuuu
2d4c52e352 docs(components): [virtual-table] documentations (#7386)
* docs(components): [virtual-table] documentations

- Add examples for `sticky-rows`.
- Add examples for `fixed-columns`.

* Remove style language marking
2022-04-26 14:16:46 +08:00
iamkun
bea17ea84a chore: update typography images (#7360)
* chore: update typography images

* chore: update typography images style
2022-04-25 20:21:18 +08:00
JeremyWuuuuu
915e1ffe26 docs(components): [virtual-table] custom cell & row class (#7370)
- Add example for customizing cell
- Add example for customize row class
2022-04-25 17:53:49 +08:00
Xc
335569e8a7 feat(components)[image] imageviewer add close-on-press-escape(#7154) (#7182)
* feat: imageviewer add close-on-press-escape(#7154)

Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
2022-04-25 13:34:40 +08:00
JeremyWuuuuu
77c7225a9d docs(components): [virtual-table] basic usage (#7352)
- Add entry for table-v2
- Add basic usage for table-v2
2022-04-24 13:44:40 +08:00
云游君
c022b6cb94 docs: fix some spacing styles (#7343) 2022-04-24 00:56:03 +08:00
Serendipity96
9b23b1c9ec feat(components): [input] add input formatter (#6876)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-04-23 22:48:21 +08:00
iamkun
d26fa73420 docs: update typography to support dark mode (#7342) 2022-04-23 22:22:39 +08:00
云游君
5a52e61a3a docs: adapt for light & dark bg border (#7340) 2022-04-23 18:07:02 +08:00
云游君
60d38a464f docs: dark palette when toggle & fix autocomplete bg (#7317) 2022-04-23 08:39:21 +08:00
iamkun
b602608bed docs: [color-picker] fix popper-class (#7331) 2022-04-22 22:38:11 +08:00
三咲智子
915166c815 ci: upload element plus build bundle (#7327) 2022-04-22 14:08:08 +08:00
Lee
5068528768 fix(docs): radio-group (#7257)
* Update radio.md

Radio-group Attributes
Accepted Values
size is wrong

* fix(docs): radio-group
2022-04-21 21:39:13 +08:00
iamkun
1ebafe7bbe chore: fix doc english search (#7187) 2022-04-20 15:08:22 +08:00
Zhongxiang Wang
d2810c867e fix(components): [input] fix status icon gap (#7228) 2022-04-19 12:39:08 +08:00
云游君
2b47933c8f fix(theme-chalk): components details when dark (#7229)
* fix(theme-chalk): components details when dark

* fix(theme-chalk): remove step icon bg color
2022-04-19 12:38:12 +08:00