Commit Graph

1708 Commits

Author SHA1 Message Date
iamkun
16db823157 chore: rm doc countdown (#5805) 2022-02-07 11:40:24 +08:00
三咲智子
f811ebbacf docs: update migration (#5793) 2022-02-06 13:20:37 +08:00
三咲智子
8d1e66a5bf docs: [config-provider] add slot scope (#5792) 2022-02-06 09:20:37 +08:00
啝裳
ea90c4c148 docs: fix all style contamination (#5656)
* docs: fix all style contamination

* fix: update
2022-02-06 09:18:11 +08:00
renovate[bot]
a98ff9b40c chore(deps): update dependency @docsearch/react to v3.0.0-alpha.50 (#5788)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 04:17:16 +08:00
renovate[bot]
a507b682af chore(deps): update dependency unplugin-vue-components to v0.17.16 (#5791)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 04:15:33 +08:00
renovate[bot]
fc076a861f chore(deps): update dependency @docsearch/js to v3.0.0-alpha.50 (#5787)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 03:27:01 +08:00
三咲智子
24ee8066e4 docs: add element-ui link (#5776) 2022-02-05 23:48:17 +08:00
jeremywu
dbb00ef4b6 fix(components): [el-popper] append to body compatability (#5755)
* fix(components): [el-popper] append to body compatability

- Add a new hook for deprecation warning
- Add deprecation warnings for previous used `append-to-body` API
- Add test for the API.

* Address PR comments

* Update documentations for deprecated

* Fix formatting issue
2022-02-04 14:59:58 +08:00
kooriookami
fb50b4ff8d fix(components): [Dialog & MessageBox] support draggable (#5369)
* feat: add use-draggable

* feat: msgbox add draggable

* feat: update

* feat: update

* feat: update

* feat: update

* feat: update

* feat: update
2022-02-03 21:04:25 +08:00
C.Y.Kun
b46bdae9e6 docs(components): check docs before stable (#5740) 2022-01-31 23:43:56 +08:00
三咲智子
911ed90bf2 docs: move backtop to Navigation, closes #3897 (#5652) 2022-01-31 23:28:22 +08:00
kooriookami
e89804196b style: fix popper style (#5736) 2022-01-31 22:59:06 +08:00
Chen_Z
cf094c4e1b fix(docs): fix el-tree props disabled type (#5540) 2022-01-28 16:23:29 +08:00
renovate[bot]
6bd90a60a8 chore(deps): update dependency unplugin-vue-components to v0.17.15 (#5674)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-28 15:56:40 +08:00
kooriookami
eb6553bedf fix(components): [image-viewer] fix some bugs and improve style (#5673)
* fix: fix ElImageViewer

* fix: update

* perf: perf zoomRate
2022-01-28 15:21:43 +08:00
msidolphin
8322bcf843 refactor(components): [el-pagination] optimize component style (#5666) 2022-01-27 16:52:45 +08:00
G-G
696c20dd60 fix(theme-chalk): el-breadcrumb__item style (#5597)
* fix(theme-chalk): el-breadcrumb__item style

Change the style of el-breadcrumb__item,It wasn't aligned before

fix #5594

* docs(docs): docs edit describe

docs edit describe  Change separator-class to separator-icon

* docs(docs): docs edit describe

docs edit describe  Change 'iconfont' to 'svg icon'

Co-authored-by: 赵雅国 <zhao.yaguo@shinewingdigital.com>
2022-01-27 16:27:30 +08:00
啝裳
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