云游君
06f6844509
refactor(theme-chalk): rewrite palette & remove -base suffix ( #6593 )
...
* refactor(theme-chalk): rewrite palette & remove -base suffix
* refactor(theme-chalk): container as default bg-color
* refactor(theme-chalk): add fill-color-blank
* fix(docs): fill-color-light for code-bg
2022-03-13 20:10:07 +08:00
Jason Ren
bf8eec1314
docs: [layout] fix a mistyped value ( #6576 )
2022-03-13 15:32:50 +08:00
JeremyWuuuuu
8a8f0d64e7
chore(project): rename .eslint.js to .eslint.json ( #6584 )
2022-03-13 14:19:51 +08:00
云游君
2db400c73a
refactor(components): [link] dynamic css vars & fix inner align ( #6557 )
2022-03-12 16:59:07 +08:00
云游君
93ee392932
fix(components): [upload] photo-wall wrap ( #6546 )
...
* fix(components): upload photo-wall wrap
* refactor(components): upload conent with props by tsx
* fix: type generate for upload sfc tsx
* Revert "fix: type generate for upload sfc tsx"
This reverts commit beeb9fb1642a875278ab9bf92f8ae4b7ae971013.
* Revert "refactor(components): upload conent with props by tsx"
This reverts commit 425e4a9f34693d9828bc8cf2e5ef2d75c5037864.
* fix: upload content type by as any
* refactor: extract uploadContentProps to object
* refactor(components): upload use tamplate instead of h
* Update packages/components/upload/src/upload.vue
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
* refactor(components): remove useless key in upload-content
* refactor(components): fix type
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-03-12 16:57:48 +08:00
三咲智子
da6d2dc84b
feat(components): [message] support re-render vnode ( #6527 )
...
* feat(components): [message] support re-render vnode
* docs: improve api reference
* test: add message vnode render function
2022-03-11 20:19:31 +08:00
Alan Wang
103bb1b104
feat(components): [cascader]add collapse-tags-tooltip ( #6331 )
2022-03-11 15:58:00 +08:00
Alan Wang
a3e3acc0fc
feat(components): [select-v2]add collapse-tags-tooltip ( #6532 )
...
* feat(components): [select-v2]add collapse-tags-tooltip
* feat(components): [select-v2]set fallback-placements
* feat(components): [select-v2]add collapse-tags-tooltip
* feat(components): [select-v2]set fallback-placements
* feat(components): [select-v2]add v-if on tooltip
2022-03-11 15:56:35 +08:00
Alan Wang
57d08f9a78
feat(components): [select]add collapse-tags-tooltip ( #6245 )
...
* feat(components): [select]add collapse-tags-tooltip
* feat(components): [select] collapse-tags-tooltip set width
* feat(components): [select] collapse-tags-tooltip set fallback-placements
* feat(components): [select] resolve conflicts
* feat(components): [select] add v-if on tooltip
2022-03-11 15:56:23 +08:00
云游君
195224f745
docs: separate layout examples ( #6526 )
2022-03-11 00:13:29 +08:00
云游君
8929151b85
refactor(theme-chalk): [upload] use bem rewrite upload scss & fix bugs ( #6508 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-03-10 23:52:13 +08:00
三咲智子
7653551c48
fix(docs): improve component typings ( #6524 )
2022-03-10 22:34:59 +08:00
Lay Hunt
0d6cfc60b8
docs(theme-chalk): update the modification guide introduced by webpack on demand ( #6496 )
2022-03-10 15:42:56 +08:00
三咲智子
80d903771f
feat: extract eslint config to separate package ( #6495 )
2022-03-10 15:39:13 +08:00
云游君
6b7bc4fd94
refactor(theme-chalk): message css var & add getCssVarName ( #6488 )
...
* refactor(theme-chalk): message css var & add getCssVarName
* Update closable.vue
2022-03-08 21:08:19 +08:00
msidolphin
505616c2ab
feat: [el-table] support always show scrollbar & get selection rows ( #6469 )
2022-03-08 14:28:58 +08:00
三咲智子
b8c38a9fe5
chore: enhance eslint rules ( #6476 )
...
* chore: enhance eslint rules
* chore: enhance eslint rules
2022-03-08 14:03:32 +08:00
msidolphin
166c5944d0
fix(components): [el-select] optimize prefix size & selected style ( #6267 )
...
* fix(components): [el-select] optimize prefix size & selected style
* fix: implement icon by mask
* chore: adjust multiple demo width
2022-03-07 16:13:05 +08:00
三咲智子
eab6be93e7
refactor(docs): [form] improve docs and typings ( #6447 )
2022-03-07 13:37:13 +08:00
renovate[bot]
30ba0726a6
fix(deps): update all non-major dependencies ( #6448 )
2022-03-07 10:51:47 +08:00
三咲智子
c72679e4e9
refactor(components)!: refactor form ( #5401 )
...
* refactor(components): refactor form
* refactor: resolve PR comments
* refactor(components): refactor isNested
* refactor: resolve PR comments
2022-03-06 22:20:56 +08:00
C.Y.Kun
13ffea1114
refactor(components): refactor upload ( #6014 )
...
* refactor(components): refactor ElUpload
* refactor(components): refactor upload
* test: use jsx
* refactor: resolve review comments
* fix: ts error
* refactor: re-order imports
* refactor: rename
* fix: infinity watch
* refactor: rename
* refactor: address PR comments
Co-authored-by: Kevin <sxzz@sxzz.moe>
2022-03-05 23:09:31 +08:00
云游君
46d6240ad6
docs: parallax layers for home ( #6435 )
...
* docs: parallax layers for home
* fix: parallax size to small
* fix: parallax size to small
* fix: adjust home size
2022-03-05 20:00:44 +08:00
JeremyWuuuuu
11d3db586c
feat(components): [el-messagebox] add context for message box ( #6379 )
...
- Add context for message box
- Update documentation based on changes
2022-03-05 19:40:35 +08:00
iamkun
071fca55ae
docs: rm old doc link ( #6438 )
2022-03-05 19:26:07 +08:00
Carter Li
4412ace887
feat(components): export prop persistent
in el-select
( #6428 )
...
Ref: https://github.com/element-plus/element-plus/issues/6378#issuecomment-1058968214
2022-03-04 17:52:10 +08:00
msidolphin
6c5668a4d3
fix(components): [tabs] optimize new icon style ( #6327 )
2022-03-02 15:29:15 +08:00
JeremyWuuuuu
69de57b8d4
feat(components): [el-notification] add context for notification ( #6368 )
...
- Add context for notify method
- Add documentation for adding appContext for notification
- Fix a bug which message[type] method connot get context
- Enhance documentation for ElMessage
2022-03-02 11:12:26 +08:00
JeremyWuuuuu
d5f6f795cd
feat(components): [el-notification] add context for notification ( #6367 )
...
- Add context for notify method
- Add documentation for adding appContext for notification
- Fix a bug which message[type] method connot get context
- Enhance documentation for ElMessage
2022-03-02 10:55:51 +08:00
0song
99bc488ed2
chore: update sponsors ( #6364 )
...
* chore: update sponsor config
* chore: update readme
* chore: fix lint
2022-03-01 23:07:58 +08:00
三咲智子
72768935b3
chore: load env file ( #6323 )
2022-03-01 21:38:52 +08:00
Sanjay Soundarajan
31bed90a2e
docs: add tab name for the card style tabs ( #6310 )
2022-03-01 19:17:11 +08:00
JeremyWuuuuu
f6a58ce66c
fix(components): [el-dialog] revert focus trapping feature ( #6346 )
...
* fix(components): [el-dialog] revert focus trapping feature
- Revert focus trapping
* Remove focus trap documentation
2022-03-01 00:45:42 +08:00
三咲智子
dbbfa34bec
feat(components): [button] add icon slot ( #6343 )
2022-03-01 00:11:24 +08:00
三咲智子
de1ae87010
docs: fix link ( #6336 )
2022-02-28 18:29:11 +08:00
JeremyWuuuuu
722ad0ba54
chore(project): Add gogo code migration to readme ( #6325 )
...
- Add gogo code migration tool descriptions to readme
- Add gogo code migration tool to migration.md
2022-02-28 14:25:26 +08:00
云游君
72f6416d36
chore(docs): fix bit sponsor logo ( #6316 )
2022-02-28 11:31:43 +08:00
renovate[bot]
644bf309f8
chore(deps): update all non-major dependencies ( #6318 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28 11:29:46 +08:00
msidolphin
3422a49c56
fix(docs): fix banner covering sponsor problem ( #6269 )
2022-02-25 17:09:41 +08:00
msidolphin
8210a307e3
fix(docs): jitter when expand source code ( #6279 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-02-25 17:04:45 +08:00
Zhou Qi
cb8476fea0
fix: typo ( #6263 )
2022-02-24 15:59:29 +08:00
云游君
c3b935d803
fix(docs): do not useDark when production ( #6262 )
...
* fix(theme-chalk): remove useless tag close icon css attribute
* fix(docs): disable useDark when online
2022-02-24 14:03:02 +08:00
JeremyWuuuuu
6aa69126b8
feat(components): [message] add vue context for message component ( #6259 )
2022-02-24 11:24:34 +08:00
三咲智子
7289f99848
docs: refactor resource ( #6260 )
...
* docs: refactor resource
* docs: change shadow
2022-02-24 11:04:56 +08:00
msidolphin
979d169958
docs: demo block add float control ( #6258 )
...
* docs: demo block add float control
* feat: add hover state
* chore: improve code
2022-02-24 10:53:13 +08:00
blackie
c7d738e468
refactor(components): [button-group] switch to script-setup syntax ( #6256 )
2022-02-24 10:15:28 +08:00
renovate[bot]
d6c3a0db41
fix(deps): update all non-major dependencies ( #6251 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-23 18:26:25 +08:00
paul
f68aa3cf05
feat(components): [el-row] enhancement for supporting space-evenly ( #6223 )
...
Co-authored-by: gp5251 <gp5251@qq.com>
2022-02-23 10:46:06 +08:00
云游君
496398ce38
refactor(theme-chalk): use scss list & map generate type css var ( #6221 )
...
* refactor(theme-chalk): use scss list & map generate type css var
* chore(theme-chalk): remove quote for var
* refactor(theme-chalk): use light-7 for check button
* refactor(theme-chalk): use light var for check-tag
* refactor(theme-chalk): use css var for tag color
* refactor(theme-chalk): remove tag-color in scss var
2022-02-23 10:09:32 +08:00
云游君
f0e4b3a184
fix(docs): remove fixed variables & add color palette ( #6216 )
2022-02-22 16:42:54 +08:00