Commit Graph

290 Commits

Author SHA1 Message Date
啝裳
12caac28eb
docs: test style contamination (#5648) 2022-01-26 15:56:56 +08:00
renovate[bot]
61dc3823dd
chore(deps): update dependency @vueuse/core to v7.5.5 (#5634)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 15:56:49 +08:00
msidolphin
77a3d5c7c1
refactor(components): [el-pagination] adjust component size (#5640)
* refactor(components): [el-pagination] adjust component size

* fix: background size

* chore: improve doc style
2022-01-26 14:29:48 +08:00
msidolphin
043d20403f
fix(components): [el-table] fix invalid maxHeight issue (#5584)
* fix(components): [el-table] fix invalid maxHeight issue

fix #5580

* fix: remove native scrollbar
2022-01-26 14:05:35 +08:00
MoConWu
5ee184fdfd
feat(theme-chalk): css var for empty & rate (#5359)
* 更新var.scss,提取empty的fill-color

将fill的color提取出来,作为变量,方便后续修改,修改如下:
    'fill-color-0': var(--el-color-white),
    'fill-color-1': #FCFCFD,
    'fill-color-2': #F8F9FB,
    'fill-color-3': #F7F8FC,
    'fill-color-4': #EEEFF3,
    'fill-color-5': #EDEEF2,
    'fill-color-6': #E9EBEF,
    'fill-color-7': #E5E7E9,
    'fill-color-8': #E0E3E9,
    'fill-color-9': #D5D7DE,

* 修改Empty的fillcolor作为变量引用,方便后续的色彩搭配更改

修改Empty的fillcolor作为变量引用,方便后续的色彩搭配更改

* 修改rate下的配色提取到变量里

修改rate下的配色提取到变量里,提取如下:
    'void-color': #c6d1de,
    'rate-color': #F7BA2A,

* 提取rate的色彩作为变量

提取rate的色彩作为变量

* 修改rate的色彩变量

修改和提取rate变量为:
    'void-color': #c6d1de,
    'star-color': #F7BA2A,
    'disable-void-color': #EFF2F7,
    'text-color': #1f2d3d,

* replace space to enter

替換空格为回车

* lint change

lint change

* Missing Pretty error

color 颜色小写

* Add CustomStyles infomation

Add CustomStyles infomation

* Change CustomStyles

Change CustomStyles

* Add CustomStyles

Add CustomStyles

* Change rate to empty

Change rate to empty

* Modify CustomStyles after Bottom content

Modify CustomStyles after Bottom content

* Change Custom styles

Change Custom styles

* feat: format rate.md
2022-01-26 02:10:19 +08:00
iamkun
5798495b32
chore: update doc UI dot style (#5624) 2022-01-25 17:43:25 +08:00
iamkun
6397c6c636
docs: add release countdown (#5605) 2022-01-25 16:58:33 +08:00
三咲智子
ab018ea46e
chore(dev): add https option (#5622) 2022-01-25 16:57:25 +08:00
kooriookami
7032e75721
style&doc(components): [el-tooltip] improve style and doc (#5598)
* style: change style

* style: remove useless style

* style: update

* docs: update
2022-01-25 16:10:49 +08:00
三咲智子
0464c06d92
fix(build): locale export default (#5576) 2022-01-24 23:37:19 +08:00
三咲智子
459a93b070
fix(dev): fix default imports & add https support (#5572) 2022-01-24 02:34:06 +08:00
三咲智子
0cb14b3f61
docs: remove vue-cli related (#5571) 2022-01-23 12:35:51 -05:00
hy
b687074a43
docs: [el-progress] fix default slot description (#5564)
Co-authored-by: hy <zihong2020@foxmail.com>
2022-01-24 00:40:13 +08:00
msidolphin
2f521c419c
refactor(components): [el-table] use namespace (#5528) 2022-01-22 10:37:59 +08:00
renovate[bot]
dd5b84f885
chore(deps): update dependency @vueuse/core to v7.5.4 (#5532)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-21 23:18:57 -03:00
renovate[bot]
0d2565a2b9
chore(deps): update dependency unplugin-vue-components to v0.17.14 (#5519)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-21 23:12:18 -03:00
msidolphin
13de0524eb
feat(components): [el-button] support for customize loading component (#5505) 2022-01-21 23:11:35 -03:00
Valar103769
621d8c7a8e
perf(build): optimizition build time (#5507) 2022-01-20 15:31:33 +08:00
weidehai
47fdd4f542
chore(docs): fix tooltip document (#5421) 2022-01-20 15:28:18 +08:00
msidolphin
1fdd2cee8f
feat(components): [tree] node-click passes event object (#4312)
re 4307
2022-01-19 17:13:18 +08:00
三咲智子
d1ddd215f3
chore: upgrade dependencies (#5490) 2022-01-19 16:22:13 +08:00
Alan Wang
260e491011
docs: [el-select]change default of reserve-keyword (#5355) 2022-01-19 15:17:19 +08:00
Alan Wang
db41ec5d5e
feat(components): [el-dropdown]add handleOpen and handleClose methods (#5444)
* feat(components): [el-dropdown]add handleOpen and handleClose methods

* feat(components): [el-dropdown]add handleOpen and handleClose methods

* feat(components): [el-dropdown]add handleOpen and handleClose methods
2022-01-19 15:04:44 +08:00
renovate[bot]
6c0b9fdd62
chore(deps): update dependency vitepress to v0.21.6 (#5480)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-19 14:21:36 +08:00
renovate[bot]
dd8948eccd
chore(deps): update dependency axios to v0.25.0 (#5463)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 16:46:43 +08:00
Alan Wang
4f9f27d40d
feat: [el-select-v2]add reserve-keyword and change docs (#5308)
* feat: [el-select-v2]add reserve-keyword and change docs

* fix(components): [el-select-v2]add test case
2022-01-18 11:24:54 +08:00
msidolphin
8a9747310e
feat(components): [el-date-picker] add panel change event (#5304)
* feat(components): [el-date-picker] add panel change event

* docs: [el-date-picker] add panel change event
2022-01-18 10:37:27 +08:00
三咲智子
1d48642436
docs: optimize deps when dev (#5434) 2022-01-18 06:33:53 +08:00
renovate[bot]
d2e482c592
chore(deps): update dependency vite-plugin-windicss to v1.6.3 (#5437)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 06:33:33 +08:00
Alan Wang
984e0c2578
feat(components): [el-drawer] add footer slot (#5404)
* feat: [el-drawer]add footer slot

* feat(components): [el-drawer]add footer slot

* feat(components): [el-drawer]add cancel and confirm function
2022-01-17 14:58:06 +08:00
renovate[bot]
bc0ab70b5f
chore(deps): update dependency vitepress to v0.21.5 (#5422)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-17 14:26:01 +08:00
renovate[bot]
0b7607cecf
chore(deps): update dependency unplugin-vue-components to v0.17.13 (#5417)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-16 22:32:29 +08:00
kooriookami
f632072186
feat: dropdown add popper-options prop (#5396) 2022-01-16 13:56:16 +08:00
iamkun
2bbeaf4bad
docs: check user prefer site (#5407) 2022-01-16 08:59:40 +08:00
renovate[bot]
809dd0ba7f
chore(deps): update dependency @crowdin/cli to v3.7.7 (#5389)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-15 05:15:32 +08:00
renovate[bot]
00477f99fc
chore(deps): update dependency @crowdin/cli to v3.7.6 (#5318)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 23:11:33 +08:00
Alan Wang
2cf215e3c4
feat(components): [el-time-select] support custom format (e.g. 12-hour) (#5309) 2022-01-12 11:11:43 +08:00
iamkun
71a7755527
docs: update timepicker doc (#5326) 2022-01-12 08:43:21 +08:00
iamkun
bb1e86a1f8 docs: update tooltip doc 2022-01-12 00:58:29 +08:00
jeremywu
60487af6ba
docs(components): [el-tooltip] enhance el-tooltip documentations (#5298)
- Add APIs that are already in the code to the documentation
- Enhance some documentation to notice users about the feature
2022-01-11 14:34:40 +08:00
kooriookami
57e0d1d1bb
fix(style): [el-dropdown] fix doc style (#5266)
* fix: update style

* style: update

* feat: update test
2022-01-11 10:29:25 +08:00
renovate[bot]
3d3f6fe48e
chore(deps): update dependency @crowdin/cli to v3.7.5 (#5280)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 05:58:29 +08:00
iamkun
1b711119ab
chore: remove resource red dot (#5290) 2022-01-11 05:55:50 +08:00
jeremywu
3957ffb324
feat(project): adding cypress into element plus (#5281)
* feat(project): adding cypress into element plus

- Introduce Cypress to Element Plus
- Add Action config for running Cypress automatically after workflow for build website done
- Add a base case for button.spec.ts
- Add cypress recordings and screenshots to gitignore
- Add Cypress into tsconfig.json for global typing intelligence
- Add scripts for running cypress

* - Update cpress.yml syntax error

* - Remove cypress from jest running collector
2022-01-10 19:25:48 +08:00
renovate[bot]
a5f72021f1
chore(deps): update dependency vite-plugin-windicss to v1.6.2 (#5264)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 21:22:13 -05:00
renovate[bot]
e673657e07
chore(deps): update dependency markdown-it to v12.3.2 (#5225)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 20:19:11 +08:00
btea
70fa3e7f26
feat(components): [el-message] config-provider message max attr (#5063)
* feat(components): [el-message] config-provider message max attr

* chore: update test

* feat: update test and message-method

* chore: format config-provider.md

* test: add multiple config-provider

* test: config-provider nesting
2022-01-08 20:03:13 +08:00
msidolphin
b5ae3e80bb
fix(components): [el-transfer] improve styles (#5139) 2022-01-08 19:53:52 +08:00
msidolphin
32af40ea59
fix(docs): [el-icon] fix svg icon cannot copied issue (#5208)
* fix(docs): [el-icon] fix svg icon cannot copied issue

* Update docs/.vitepress/vitepress/components/globals/icons.vue

* fix: format

Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-01-08 19:49:21 +08:00
kooriookami
f5b7e3accc
fix(components): [el-form] fix form style (#5145)
* style: fix form style

* feat: update

* feat: update

* feat: update

* feat: update spell

* feat: update
2022-01-08 19:34:09 +08:00