三咲智子
d04c466e36
refactor(docs): add missing deps ( #7465 )
2022-05-02 15:15:47 +08:00
三咲智子
120405aa72
fix(ssr-testing): fix code ( #7466 )
2022-05-02 15:15:22 +08:00
三咲智子
84c0b6a37f
refactor(components): [tabs] refactor register pane ( #7449 )
2022-05-02 15:13:34 +08:00
三咲智子
4b54bbdaff
feat: upgrade to pnpm 7 ( #7457 )
2022-05-02 14:51:59 +08:00
三咲智子
99610f328b
chore: update guide ( #7464 )
2022-05-02 14:50:59 +08:00
三咲智子
8a52c57d7a
refactor: remove babel ( #7453 )
2022-05-02 14:49:52 +08:00
三咲智子
879be3ce28
fix(components): [image] fix attrs ( #7451 )
...
closes #7242
2022-05-02 14:49:25 +08:00
云游君
281249c113
feat: add custom mix function for colors ( #7459 )
2022-05-01 20:43:30 +08:00
Satrong
cca6361a55
refactor(theme-chalk): [tabs] use font-size-base ( #7416 )
2022-05-01 18:45:02 +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
renovate[bot]
67ae7ace9a
fix(deps): update dependency @rollup/plugin-commonjs to v22 ( #7452 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-01 15:58:42 +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
三咲智子
762e43b4f6
fix: pin pnpm version ( #7455 )
2022-05-01 14:13:05 +08:00
Kevin.Liao
ca5b8982eb
fix(docs): icon import ( #7440 )
2022-05-01 07:01:01 +08:00
handsomeFu
6b9ac43419
fix(components): [pagination] fix typo ( #7420 )
2022-05-01 06:42:41 +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
JeremyWuuuuu
67a842f462
chore(build): doc products to individual repo ( #7443 )
...
- Push doc build products to individual repo.
2022-04-29 22:41: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
joson
f8eee1e668
style(components): [upload] dragger unlimited width ( #7330 )
...
* style(components): [upload] dragger unlimited width
* style(components): [upload] only modify the style when dragged
* style(components): [upload] set variables for dragger padding
* style(components): [upload] use getCssVar
Co-authored-by: hezhaoshun <hezhaoshun@cmcm.com>
2022-04-28 00:06:31 +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
Xc
28e87550e9
fix(components): [autocomplete] fetch-suggestions support AsyncFunction ( #7315 )
...
* fix: promise fetch bug
* fix: fetchSuggestions is AsyncFunction
* refactor: improve promise
* fix: del unuse
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-04-27 02:14:45 +08:00
JeremyWuuuuu
1037eb75b4
docs(components): [virtual-table] grouping header ( #7397 )
2022-04-26 19:21:12 +08:00
云游君
3d1b3d4a58
refactor(theme-chalk): scss css var namespace ( #7344 )
...
* refactor(theme-chalk): scss css var namespace
* fix(theme-chalk): compile getCssVar
* fix(theme-chalk): more --el namespace replace & getCssVarWithDefault
* fix(theme-chalk): use cssVarBlockName & cssVar rewrite button css vars
* fix(theme-chalk): replace empty svg fill color with ns
* chore: use cssVarName for --el-color-white
* chore: fix namespace reactive
* chore: use defaultNamespace
2022-04-26 17:19:09 +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
三咲智子
c75b20fa64
refactor(components): [autocomplete] improve typings ( #7381 )
...
* refactor(components): [autocomplete] improve typings
* fix: rename
2022-04-26 12:54:46 +08:00
joson
76297424cd
fix(components): [el-select-v2] clear created options ( #7305 )
2022-04-26 09:13:56 +08:00
Element
68452ef386
chore: update changelog 2.1.11 ( #7379 )
2022-04-25 23:23:48 +08:00
JeremyWuuuuu
3f394971dc
fix(components): [col] component typing issue ( #7376 )
...
- Add `push` and `pull` to `ColSizeObject`
2022-04-25 23:22:19 +08:00
TANGENNT
9b399385e0
fix(directives): use standard wheel event with passive option ( #7256 )
...
Both DOMMouseScroll and mousewheel event are non-standard now. And "[Violation]" warning will be
printed in console without setting `passive: true`.
fix #7016 #2016
2022-04-25 23:19:59 +08:00
Xc
6f8d8326c3
fix: color-picker v-model trigger active-change ( #7260 )
...
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
2022-04-25 22:59:49 +08:00
Zhongxiang Wang
7affd9a3fd
fix(components): [input] fix prepend/append not fill height ( #7274 )
2022-04-25 22:30:20 +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
Xc
9ce92fb0a2
fix: reasonable remaining ( #7353 ) ( #7364 )
...
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
2022-04-25 20:20:44 +08:00
Zhongxiang Wang
0891d46d18
fix(components): [date-picker] fix input inner box sizing ( #7373 )
2022-04-25 20:13:07 +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
joson
71d61bad5b
fix(components): [input-number] suffix icon position ( #7358 )
...
* fix(components): [input-number] suffix icon position
* fix(components): [input-number] input-number remove display block
Co-authored-by: hezhaoshun <hezhaoshun@cmcm.com>
2022-04-25 13:07:00 +08:00
三咲智子
97b73d5d06
ci: fix repeat playground preview comment ( #7363 )
2022-04-25 10:21:15 +08:00
JeremyWuuuuu
79d45df09c
chore(components): [virtual-table] code reorg ( #7356 )
...
- Reorganize code for components under vtable/components
2022-04-24 15:42:25 +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