diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..149bb4e4c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: true
+contact_links:
+ - name: Create new issue
+ url: https://elementui.github.io/issue-generator
+ about: The issue which is not created via https://elementui.github.io/issue-generator will be closed immediately.
diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md
index 1bc6382d2..724664855 100644
--- a/CHANGELOG.en-US.md
+++ b/CHANGELOG.en-US.md
@@ -1,5 +1,153 @@
## Changelog
+### 2.15.2
+
+*2021-05-28*
+
+#### Bug fixes
+
+- Image
+ - fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
+- Input
+ - fix show password cursor (#20870 by @cs1707)
+ - fix show password icon in edge (#20902 by @cs1707)
+- Carousel
+ - fix interval and scale bug (#20931 by @cs1707)
+- Cascader
+ - fix delete tag bug (#20939 by @cs1707)
+- Drawer
+ - add overflow auto (#20948 by @cs1707)
+- Others
+ - fix isFunction (#20912 by @cs1707)
+
+### 2.15.1
+
+*2021-02-23*
+
+#### Bug fixes
+
+- Drawer
+ - bugfix (by @cs1707)
+- Image
+ - fix incorrect image object fit ratio in IE (#19583 by @charlie0228)
+- Cascader
+ - fix cascader panel active path (#20730 by @cs1707)
+- Calendar
+ - fix calendar component i18n bug (#20758 by @iamkun)
+- ColorPicker
+ - fix bugs (by @UxieVerity)
+
+#### Optimization
+
+- Doc
+ - update Axure resource v2.1.0 (by @iamkun)
+
+### 2.15.0
+
+*2021-01-15*
+
+#### Bug fixes
+
+- Select
+ - Fix placeholder i18n bug (#17644 by @nzh63)
+- Popconfirm
+ - Popconfirm i18n bug by @iamkun)
+- Drawer
+ - Fix focus bug (#20626 by @cs1707)
+- Image
+ - Preview optimization (#20652 by @cs1707)
+
+#### Optimization
+
+- Doc
+ - Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
+ - Add format attribute description to the progress component (#20641 by @cs1707)
+
+### 2.14.1
+
+*2020-11-11*
+
+#### Bug fixes
+
+- Popover
+ - Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun)
+
+#### Optimization
+
+- I18n
+ - Update Arabic translation (#20202 by @elkattan)
+ - Update Uighur translation (#20177 by @IlhamTahir)
+
+### 2.14.0
+
+*2020-10-29*
+
+#### Breaking changes
+
+- Popconfirm
+ - Rename event name to `confirm`, `cancel` (#20240 by @hugiron)
+
+#### Bug fixes
+
+- Progress
+ - Fix attribute error (#19985 by @Caaalabash)
+
+#### Optimization
+
+- I18n
+ - Update Russian translation (#19451 by @yangirov)
+ - Update Khmer translation (#20077 by @Sovai)
+ - Update Ukrainian translation (#20344 by @MammutAlex)
+
+### 2.13.2
+
+*2020-05-18*
+
+#### Bug fixes
+
+- Autocomplete
+ - Fix change event bug (#19200 by @sxzz)
+- Image
+ - Update error status (#19194 by @lhx6538665)
+
+#### Optimization
+
+- I18n
+ - Update ru-RU popconfirm translation (#19220 by @Opppex)
+ - Update vi translation (#19244 by @quangln2810)
+ - Update Catalan and Spanish translations (#19296 by @Ismaaa)
+ - Update Indonesia translation (#19320) by @therour)
+ - Update Brazilian Portuguese translation (#19374 by @diegomengarda)
+
+### 2.13.1
+
+*2020-04-13*
+
+#### New features
+- Autocomplete
+ - Add change event (#17913 by @sxzz)
+
+#### Bug fixes
+
+- Autocomplete
+ - Fix suggestion error when textarea (#18478 by @Roojay)
+- Carousel
+ - Fix console typo bug (#18264 by @IceFox)
+- Image
+ - Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao)
+ - Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao)
+ - Don't show image-viewer when preview is false (#18967 by @inooNgt)
+- Transfer
+ - Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx)
+- InputNumber
+ - Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo)
+- Chore
+ - Remove index intro (#19155 by @iamkun)
+- Doc
+ - Popconfirm doc update (#18324 by @iamkun)
+ - Fix step-strictly docs typo (#18705 by @dream2023)
+ - Fix a type error in document of steps component (#17555 by @haoranyu)
+
### 2.13.0
*2019-11-26*
diff --git a/CHANGELOG.es.md b/CHANGELOG.es.md
index db7fcd6e6..cc98c2d07 100644
--- a/CHANGELOG.es.md
+++ b/CHANGELOG.es.md
@@ -1,73 +1,221 @@
## Changelog
+### 2.15.2
+
+*2021-05-28*
+
+#### Bug fixes
+
+- Image
+ - fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
+- Input
+ - fix show password cursor (#20870 by @cs1707)
+ - fix show password icon in edge (#20902 by @cs1707)
+- Carousel
+ - fix interval and scale bug (#20931 by @cs1707)
+- Cascader
+ - fix delete tag bug (#20939 by @cs1707)
+- Drawer
+ - add overflow auto (#20948 by @cs1707)
+- Others
+ - fix isFunction (#20912 by @cs1707)
+
+### 2.15.1
+
+*2021-02-23*
+
+#### Bug fixes
+
+- Drawer
+ - bugfix (by @cs1707)
+- Image
+ - fix incorrect image object fit ratio in IE (#19583 by @charlie0228)
+- Cascader
+ - fix cascader panel active path (#20730 by @cs1707)
+- Calendar
+ - fix calendar component i18n bug (#20758 by @iamkun)
+- ColorPicker
+ - fix bugs (by @UxieVerity)
+
+#### Optimization
+
+- Doc
+ - update Axure resource v2.1.0 (by @iamkun)
+### 2.15.0
+
+*2021-01-15*
+
+#### Bug fixes
+
+- Select
+ - Fix placeholder i18n bug (#17644 by @nzh63)
+- Popconfirm
+ - Popconfirm i18n bug by @iamkun
+- Drawer
+ - Fix focus bug (#20626 by @cs1707)
+- Image
+ - Preview optimization (#20652 by @cs1707)
+
+#### Optimization
+
+- Doc
+ - Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
+ - Add format attribute description to the progress component (#20641 by @cs1707)
+
+### 2.14.1
+
+*2020-11-11*
+
+#### Bug fixes
+
+- Popover
+ - Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun)
+
+#### Optimization
+
+- I18n
+ - Update Arabic translation (#20202 by @elkattan)
+ - Update Uighur translation (#20177 by @IlhamTahir)
+
+### 2.14.0
+
+*2020-10-29*
+
+#### Breaking changes
+
+- Popconfirm
+ - Rename event name to `confirm`, `cancel` (#20240 by @hugiron)
+
+#### Bug fixes
+
+- Progress
+ - Fix attribute error (#19985 by @Caaalabash)
+
+#### Optimization
+
+- I18n
+ - Update Russian translation (#19451 by @yangirov)
+ - Update Khmer translation (#20077 by @Sovai)
+ - Update Ukrainian translation (#20344 by @MammutAlex)
+
+### 2.13.2
+
+*2020-05-18*
+
+#### Corrección de errores
+
+- Autocomplete
+ - Arreglado el error cuando se daba el evento change (#19200 by @sxzz)
+- Image
+ - Actualizado el estado de error (#19194 by @lhx6538665)
+
+#### Optimización
+
+- I18n
+ - Actualización de la traducción del popconfirm al Ruso (#19220 by @Opppex)
+ - Actualización de la traducción al vi (#19244 by @quangln2810)
+ - Actualización de la traducción al Catalán y al Español (#19296 by @Ismaaa)
+ - Actualización de la traducción al Indonesio (#19320) by @therour)
+ - Actualización de la traducción al Portugués Brasileño (#19374 by @diegomengarda)
+
+
+### 2.13.1
+
+*2020-04-13*
+
+#### Nuevas características
+- Autocomplete
+ - Agregado el evento change (#17913 by @sxzz)
+
+#### Corrección de errores
+
+- Autocomplete
+ - Solucionado el error de la sugerencia en textarea (#18478 by @Roojay)
+- Carousel
+ - Arreglado el error de escritura de la consola (#18264 by @IceFox)
+- Image
+ - Solucionado el error de que no se mostraba el preview si no existía el src (#18975) (#19130 by @luckyCao)
+ - Arreglado el problema de que el shortcut key no funcionaba la segunda vez (#18983) (#19156 by @luckyCao)
+ - No muestra la imagen cuando preview es falso (#18967 by @inooNgt)
+- Transfer
+ - Corregida la altura (line-height) incorrecta del primer elemento del el-transfer cuando era usado con el-form-item (#18917 by @Hanx)
+- InputNumber
+ - Calculo correcto de inputNumberDisabled (#18439 by @ashuser-pendo)
+- Tarea
+ - Se quito la introducción del index (#19155 by @iamkun)
+- Documentación
+ - Actualización de la documentación de Popconfirm (#18324 by @iamkun)
+ - Arreglado el error tipográfico de la documentación de Fix step-strictly (#18705 by @dream2023)
+ - Corregido un type error en la documentación de steps component (#17555 by @haoranyu)
+
### 2.13.0
*2019-11-26*
-#### New features
+#### Nuevas características
- Popconfirm
- - Add popconfirm component (#17548 by @iamkun)
+ - Agregado componente popconfirm (#17548 by @iamkun)
-#### Bug fixes
+#### Corrección de errores
- BackTop
- - Use cubic bezier scrolling (by @lon)
+ - Se usa cubic bezier para el scroll (by @lon)
- DatePicker
- - Fix bug of only select min date of date range problem (#17191 by @smk0621)
+ - Arreglado el fallo cuando solo se elegía fecha mínima en un rango de fechas (#17191 by @smk0621)
- Select
- - Fix select test cases by (@msidolphin)
+ - Arreglado los casos de test del select (by @msidolphin)
- Tree
- - Add font-size for the style of tree empty-text (#17094 by @spengjie)
+ - Agregado font-size para el estilo del texto cuando esta vacío el tree (#17094 by @spengjie)
- Table
- - Column header can be costumed (#17291 by @ziyoung)
- - Update table header cell style (#17284 by @ziyoung)
- - Fix table header height after filter (#17348 by @ziyoung)
- - Fixed row-style with display not work (#17002 by @a631807682)
- - Fix header table not display (#17341 by @ziyoung)
+ - La cabecera de la columna puede modificarse (#17291 by @ziyoung)
+ - Se actualizo el estilo de la cabecera de la tabla de la celda (#17284 by @ziyoung)
+ - Se soluciono el problema de height de la cabecera de la tabla después de un filtro (#17348 by @ziyoung)
+ - Corregido el estilo de la fila que con display no funcionaba (#17002 by @a631807682)
+ - Arreglado que la cabecera de la tabla no se mostraba (#17341 by @ziyoung)
- Calendar
- - Import el-button and el-button-group (#17376 by @masongzhi)
+ - La importación de el-button y el-button-group (#17376 by @masongzhi)
- MessageBox
- - Fix icon position error (#17410 by @nullptru)
+ - Corregido el error de posición del icono (#17410 by @nullptru)
- TimePicker
- - Set the selection range after scrolling up or down (#16868 by @mattheyan)
+ - Establecido el rango de selección después de hacer scroll (#16868 by @mattheyan)
- Message
- - Fix close instace offsetHeight(#17564) (#17852 by @gzwgq222)
+ - Corregido el offsetHeight al cerrar la instancia(#17564) (#17852 by @gzwgq222)
- Form
- - Callback of validateField should be optional (#17314 by @CarterLi)
+ - La función de llamada de validateField es opcional (#17314 by @CarterLi)
- Cascader
- - Fix TypeScript 3.7 compatibility (#17881 by @CarterLi)
+ - Corregida la compatibilidad con TypeScript 3.7 (#17881 by @CarterLi)
- Menu
- - Fix router NavigationDuplicated error when using vue-router@^3.1.0 (#17269 by @iamkun)
+ - Corregido el error de la ruta de navegación duplicada cuando se usaba vue-router@^3.1.0 (#17269 by @iamkun)
- Dropdown
- - Update type file (#17550 by @iamkun)
+ - Actualización del tipo de archivo (#17550 by @iamkun)
- Progress
- - Add strokeLinecap prop (#17552 by @iamkun)
+ - Agregada la prop strokeLinecap (#17552 by @iamkun)
- InfiniteScroll
- - Skip trigger event on invisible element (#17553 by @iamkun)
+ - Salto del disparo de evento en elementos invisibles (#17553 by @iamkun)
- Image
- - Perfect picture preview behavior (#16985 by @luckyCao)
- - Fix shield the page when preview big image (#16796 by @luckyCao)
+ - Comportamiento perfecto de personalización de imágenes (#16985 by @luckyCao)
+ - Corregida la pagina cuando se hace preview de imágenes grandes (#16796 by @luckyCao)
- Drawer
- - Bugfix drawer-append-to-body-not-working (#16953 by @JeremyWuuuuu)
+ - Corregido el fallo del append-to-body del drawer que no funcionaba (#16953 by @JeremyWuuuuu)
- Select
- - Fix tag show value or empty issue (17199 by @luckyCao)
+ - Corregido: ahora muestra el tag o el valor vacío (17199 by @luckyCao)
- Scrollbar
- - Fix FireFox scroll bar width (#18091 by @iamkun)
+ - Arreglado el ancho del scroll en FireFox (#18091 by @iamkun)
-#### Optimization
+#### Optimización
- I18n
- - Update sv-SE.js (#17926 by @FOLLGAD)
- - Update avatar component fr doc (#17762 by @blombard)
+ - Actualizado sv-SE.js (#17926 by @FOLLGAD)
+ - Actualizada la documentación para francés para el componente avatar (#17762 by @blombard)
- Docs
- - Fix time-select typo (#17250 by @wacky6)
- - Fix Drawer attribute accepted value typo in es (#17122 by @haoranyu)
- - Update Spanish changelog 2.12.0 (#17364 by @Gonzalo2310)
- - Fix Changelog typo (#17874 by @renlixin)
- - Fix Loading demo (#17862 by @MBearo)
- - Add input event in input Events Table (#18061 by @zhouxinyong)
- - Delete Input repeat change event (#18085 by @zhouxinyong)
+ - Arreglada la typografia de time-select (#17250 by @wacky6)
+ - Arreglado en Drawer, ahora el atributo value acepta tipografías en español (#17122 by @haoranyu)
+ - Actualización del Changelog 2.12.0 al español (#17364 by @Gonzalo2310)
+ - Arreglo de la tipografía del Changelog (#17874 by @renlixin)
+ - Arreglada la demo de Loading (#17862 by @MBearo)
+ - Agregado el evento input en los inputs de Table (#18061 by @zhouxinyong)
+ - Eliminado el evento repetitivo change de los input (#18085 by @zhouxinyong)
### 2.12.0
@@ -1651,4 +1799,4 @@
# #
-* El procesamiento dinámico de HTML arbitrario en su sitio web puede ser muy peligroso porque puede conducir fácilmente a [ataques XSS](https://en.wikipedia.org/wiki/Cross-site_scripting). Por lo tanto, cuando `dangerouslyUseHTMLString` está encendido, por favor asegúrese de que el contenido de `message` es confiable, y **nunca** asigne el `message` al contenido proporcionado por el usuario.``
+* El procesamiento dinámico de HTML arbitrario en su sitio web puede ser muy peligroso porque puede conducir fácilmente a [ataques XSS](https://en.wikipedia.org/wiki/Cross-site_scripting). Por lo tanto, cuando `dangerouslyUseHTMLString` está encendido, por favor asegúrese de que el contenido de `message` es confiable, y **nunca** asigne el `message` al contenido proporcionado por el usuario.``
\ No newline at end of file
diff --git a/CHANGELOG.fr-FR.md b/CHANGELOG.fr-FR.md
index d1e570f9b..098452290 100644
--- a/CHANGELOG.fr-FR.md
+++ b/CHANGELOG.fr-FR.md
@@ -1,5 +1,154 @@
## Changelog
+### 2.15.2
+
+*2021-05-28*
+
+#### Bug fixes
+
+- Image
+ - fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
+- Input
+ - fix show password cursor (#20870 by @cs1707)
+ - fix show password icon in edge (#20902 by @cs1707)
+- Carousel
+ - fix interval and scale bug (#20931 by @cs1707)
+- Cascader
+ - fix delete tag bug (#20939 by @cs1707)
+- Drawer
+ - add overflow auto (#20948 by @cs1707)
+- Others
+ - fix isFunction (#20912 by @cs1707)
+
+### 2.15.1
+
+*2021-02-23*
+
+#### Bug fixes
+
+- Drawer
+ - bugfix (by @cs1707)
+- Image
+ - fix incorrect image object fit ratio in IE (#19583 by @charlie0228)
+- Cascader
+ - fix cascader panel active path (#20730 by @cs1707)
+- Calendar
+ - fix calendar component i18n bug (#20758 by @iamkun)
+- ColorPicker
+ - fix bugs (by @UxieVerity)
+
+#### Optimization
+
+- Doc
+ - update Axure resource v2.1.0 (by @iamkun)
+
+### 2.15.0
+
+*2021-01-15*
+
+#### Bug fixes
+
+- Select
+ - Fix placeholder i18n bug (#17644 by @nzh63)
+- Popconfirm
+ - Popconfirm i18n bug by @iamkun
+- Drawer
+ - Fix focus bug (#20626 by @cs1707)
+- Image
+ - Preview optimization (#20652 by @cs1707)
+
+#### Optimization
+
+- Doc
+ - Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
+ - Add format attribute description to the progress component (#20641 by @cs1707)
+
+### 2.14.1
+
+*2020-11-11*
+
+#### Bug fixes
+
+- Popover
+ - Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun)
+
+#### Optimization
+
+- I18n
+ - Update Arabic translation (#20202 by @elkattan)
+ - Update Uighur translation (#20177 by @IlhamTahir)
+
+### 2.14.0
+
+*2020-10-29*
+
+#### Breaking changes
+
+- Popconfirm
+ - Rename event name to `confirm`, `cancel` (#20240 by @hugiron)
+
+#### Bug fixes
+
+- Progress
+ - Fix attribute error (#19985 by @Caaalabash)
+
+#### Optimization
+
+- I18n
+ - Update Russian translation (#19451 by @yangirov)
+ - Update Khmer translation (#20077 by @Sovai)
+ - Update Ukrainian translation (#20344 by @MammutAlex)
+
+### 2.13.2
+
+*2020-05-18*
+
+#### Bug fixes
+
+- Autocomplete
+ - Fix change event bug (#19200 by @sxzz)
+- Image
+ - Update error status (#19194 by @lhx6538665)
+
+#### Optimization
+
+- I18n
+ - Update ru-RU popconfirm translation (#19220 by @Opppex)
+ - Update vi translation (#19244 by @quangln2810)
+ - Update Catalan and Spanish translations (#19296 by @Ismaaa)
+ - Update Indonesia translation (#19320) by @therour)
+ - Update Brazilian Portuguese translation (#19374 by @diegomengarda)
+
+
+### 2.13.1
+
+*2020-04-13*
+
+#### New features
+- Autocomplete
+ - Add change event (#17913 by @sxzz)
+
+#### Bug fixes
+
+- Autocomplete
+ - Fix suggestion error when textarea (#18478 by @Roojay)
+- Carousel
+ - Fix console typo bug (#18264 by @IceFox)
+- Image
+ - Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao)
+ - Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao)
+ - Don't show image-viewer when preview is false (#18967 by @inooNgt)
+- Transfer
+ - Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx)
+- InputNumber
+ - Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo)
+- Chore
+ - Remove index intro (#19155 by @iamkun)
+- Doc
+ - Popconfirm doc update (#18324 by @iamkun)
+ - Fix step-strictly docs typo (#18705 by @dream2023)
+ - Fix a type error in document of steps component (#17555 by @haoranyu)
+
### 2.13.0
*2019-11-26*
diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md
index 5b801c2b1..bed7e41d2 100644
--- a/CHANGELOG.zh-CN.md
+++ b/CHANGELOG.zh-CN.md
@@ -1,5 +1,154 @@
## 更新日志
+### 2.15.2
+
+*2021-05-28*
+
+#### Bug 修复
+
+- Image
+ - 修复 z-index 增加 keydown 事件 添加 stopPropagation (#20859 by @cs1707)
+- Input
+ - 修复 password cursor 展示 (#20870 by @cs1707)
+ - 修复 password icon 在 edge 下的展示 (#20902 by @cs1707)
+- Carousel
+ - 修复 interval 和 scale bug (#20931 by @cs1707)
+- Cascader
+ - 修复 delete tag bug (#20939 by @cs1707)
+- Drawer
+ - 支持 overflow auto (#20948 by @cs1707)
+- 其他
+ - 修复 isFunction (#20912 by @cs1707)
+
+### 2.15.1
+
+*2021-02-23*
+
+#### Bug 修复
+
+- Drawer
+ - 修复 Drawer bug (by @cs1707)
+- Image
+ - 修复 image object fit ratio 在 IE 下的 bug (#19583 by @charlie0228)
+- Cascader
+ - 修复 cascader panel active path (#20730 by @cs1707)
+- Calendar
+ - 修复 calendar 国际化 bug (#20758 by @iamkun)
+- ColorPicker
+ - 修复 bugs (by @UxieVerity)
+
+#### 优化
+
+- Doc
+ - 更新 Axure 设计资源 v2.1.0 (by @iamkun)
+
+### 2.15.0
+
+*2021-01-15*
+
+#### Bug 修复
+
+- Select
+ - 修复 placeholder 国际化 bug (#17644 by @nzh63)
+- Popconfirm
+ - 修复 Popconfirm 国际化 bug by @iamkun
+- Drawer
+ - 修复 focus bug (#20626 by @cs1707)
+- Image
+ - 图片预览优化 (#20652 by @cs1707)
+
+#### 优化
+
+- Doc
+ - 更新法语文档 datetime-picker.md (#20543 by @lonk)
+ - 更新 Progress 组件文档 (#20641 by @cs1707)
+
+### 2.14.1
+
+*2020-11-11*
+
+#### Bug 修复
+
+- Popover
+ - 兼容 Vue 2.6 新 v-slot 语法 (#20424 by @iamkun)
+
+#### 优化
+
+- I18n
+ - 更新阿拉伯语翻译 (#20202 by @elkattan)
+ - 更新维吾尔语翻译 (#20177 by @IlhamTahir)
+
+### 2.14.0
+
+*2020-10-29*
+
+#### 非兼容性更新
+
+- Popconfirm
+ - 事件名称修改为 `confirm`, `cancel` (#20240 by @hugiron)
+
+#### Bug 修复
+
+- Progress
+ - 修复参数错误的问题 (#19985 by @Caaalabash)
+
+#### 优化
+
+- I18n
+ - 更新俄语翻译 (#19451 by @yangirov)
+ - 更新高棉语翻译 (#20077 by @Sovai)
+ - 更新乌克兰语翻译 (#20344 by @MammutAlex)
+
+### 2.13.2
+
+*2020-05-18*
+
+#### Bug 修复
+
+- Autocomplete
+ - 修复 'change event' 错误 (#19200 by @sxzz)
+- Image
+ - 更新错误状态 (#19194 by @lhx6538665)
+
+#### 优化
+
+- I18n
+ - 更新 ru-RU popconfirm 翻译 (#19220 by @Opppex)
+ - 更新 vi 翻译 (#19244 by @quangln2810)
+ - 更新 Catalan 和 Spanish 翻译 (#19296 by @Ismaaa)
+ - 更新 Indonesia 翻译 (#19320) by @therour)
+ - 更新 Brazilian Portuguese 翻译 (#19374 by @diegomengarda)
+
+
+### 2.13.1
+
+*2020-04-13*
+
+#### 新特性
+- Autocomplete
+ - 添加 change 事件 (#17913 by @sxzz)
+
+#### Bug 修复
+
+- Autocomplete
+ - 修复类型为 textarea 时建议错误问题 (#18478 by @Roojay)
+- Carousel
+ - 修复 console.warn 文案拼写错误 (#18264 by @IceFox)
+- Image
+ - 修复当 preview-src-list 属性不包含 src 时图片预览大图展示为空的问题 (#18975) (#19130 by @luckyCao)
+ - 修复第二次图片预览时快捷键失效问题 (#18983) (#19156 by @luckyCao)
+ - 修复 preview-src-list 为空时点击图片会给 body 添加 overflow: scroll 的问题 (#18967 by @inooNgt)
+- Transfer
+ - 修复和 Form 组件一起使用时错误的行高问题 (#18917 by @Hanx)
+- InputNumber
+ - 正确计算 inputNumberDisabled (#18439 by @ashuser-pendo)
+- Chore
+ - 更新首页文案 (#19155 by @iamkun)
+- Doc
+ - 更新 Popconfirm 文档 (#18324 by @iamkun)
+ - 修复 step-strictly 文档拼写问题 (#18705 by @dream2023)
+ - 修复 Steps 组件文档问题 (#17555 by @haoranyu)
+
### 2.13.0
*2019-11-26*
diff --git a/README.md b/README.md
index c9f072a0c..c42986591 100644
--- a/README.md
+++ b/README.md
@@ -36,33 +36,12 @@
-
- Special thanks to the generous sponsorship by:
-
-
> A Vue.js 2.0 UI Toolkit for Web.
+Element will stay with Vue 2.x
+
+For Vue 3.0, we recommend using [Element Plus](https://github.com/element-plus/element-plus) from the same team
+
## Links
- Homepage and documentation
- [International users](http://element.eleme.io/#/en-US)
@@ -71,6 +50,7 @@
- [French users](http://element.eleme.io/#/fr-FR)
- [awesome-element](https://github.com/ElementUI/awesome-element)
- [FAQ](./FAQ.md)
+- [Vue.js 3.0 migration](https://github.com/element-plus/element-plus)
- [Customize theme](http://element.eleme.io/#/en-US/component/custom-theme)
- [Preview and generate theme online](https://elementui.github.io/theme-chalk-preview)
- [Element for React](https://github.com/elemefe/element-react)
@@ -126,8 +106,6 @@ We have collected some [frequently asked questions](https://github.com/ElemeFE/e
## Contribution
Please make sure to read the contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)) before making a pull request.
-[](https://issuehunt.io/repos/67274736)
-
## Special Thanks
English documentation is brought to you by SwiftGG Translation Team:
- [raychenfj](https://github.com/raychenfj)
@@ -157,87 +135,11 @@ French documentation is made possible by these community developers:
- [smalesys](https://github.com/smalesys)
- [blombard](https://github.com/blombard)
-## Donation
-If you find Element useful, you can buy us a cup of coffee
-
-
-
-## Backers
-
-Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/element#backer)]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Sponsors
-
-Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/element#sponsor)]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
## Join Discussion Group
Scan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discussion group :
-
+
## LICENSE
diff --git a/build/bin/version.js b/build/bin/version.js
index 696e3fbfd..94584b78e 100644
--- a/build/bin/version.js
+++ b/build/bin/version.js
@@ -1,6 +1,6 @@
var fs = require('fs');
var path = require('path');
var version = process.env.VERSION || require('../../package.json').version;
-var content = { '1.4.13': '1.4', '2.0.11': '2.0', '2.1.0': '2.1', '2.2.2': '2.2', '2.3.9': '2.3', '2.4.11': '2.4', '2.5.4': '2.5', '2.6.3': '2.6', '2.7.2': '2.7', '2.8.2': '2.8', '2.9.2': '2.9', '2.10.1': '2.10', '2.11.1': '2.11', '2.12.0': '2.12' };
-if (!content[version]) content[version] = '2.13';
+var content = { '1.4.13': '1.4', '2.0.11': '2.0', '2.1.0': '2.1', '2.2.2': '2.2', '2.3.9': '2.3', '2.4.11': '2.4', '2.5.4': '2.5', '2.6.3': '2.6', '2.7.2': '2.7', '2.8.2': '2.8', '2.9.2': '2.9', '2.10.1': '2.10', '2.11.1': '2.11', '2.12.0': '2.12', '2.13.2': '2.13', '2.14.1': '2.14' };
+if (!content[version]) content[version] = '2.15';
fs.writeFileSync(path.resolve(__dirname, '../../examples/versions.json'), JSON.stringify(content));
diff --git a/build/deploy-ci.sh b/build/deploy-ci.sh
index 76117e366..cf76f0df5 100644
--- a/build/deploy-ci.sh
+++ b/build/deploy-ci.sh
@@ -40,7 +40,7 @@ if [ "$TRAVIS_TAG" ]; then
# build sub folder
echo $TRAVIS_TAG
- SUB_FOLDER='2.13'
+ SUB_FOLDER='2.15'
mkdir $SUB_FOLDER
rm -rf *.js *.css *.map static
rm -rf $SUB_FOLDER/**
diff --git a/build/deploy-faas.sh b/build/deploy-faas.sh
index 708fd18d9..699bcf8d4 100644
--- a/build/deploy-faas.sh
+++ b/build/deploy-faas.sh
@@ -6,7 +6,7 @@ cd temp_web
git clone --depth 1 -b gh-pages --single-branch https://github.com/ElemeFE/element.git && cd element
# build sub folder
-SUB_FOLDER='2.13'
+SUB_FOLDER='2.15'
mkdir -p $SUB_FOLDER
rm -rf *.js *.css *.map static
rm -rf $SUB_FOLDER/**
@@ -15,5 +15,5 @@ cp -rf ../../examples/element-ui/** $SUB_FOLDER/
cd ../..
# deploy domestic site
-faas deploy alpha -P element
+faas deploy daily -P element
rm -rf temp_web
diff --git a/components.json b/components.json
index 754da2b61..ce0595f02 100644
--- a/components.json
+++ b/components.json
@@ -80,5 +80,8 @@
"cascader-panel": "./packages/cascader-panel/index.js",
"avatar": "./packages/avatar/index.js",
"drawer": "./packages/drawer/index.js",
- "popconfirm": "./packages/popconfirm/index.js"
+ "popconfirm": "./packages/popconfirm/index.js",
+ "skeleton": "./packages/skeleton/index.js",
+ "skeleton-item": "./packages/skeleton-item/index.js",
+ "empty": "./packages/empty/index.js"
}
diff --git a/examples/assets/images/duohui.svg b/examples/assets/images/duohui.svg
deleted file mode 100644
index f395bfa96..000000000
--- a/examples/assets/images/duohui.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-
diff --git a/examples/assets/images/tipe.svg b/examples/assets/images/tipe.svg
deleted file mode 100644
index e4026a1c5..000000000
--- a/examples/assets/images/tipe.svg
+++ /dev/null
@@ -1,175 +0,0 @@
-
diff --git a/examples/components/header.vue b/examples/components/header.vue
index 47c3348cc..a64f44551 100644
--- a/examples/components/header.vue
+++ b/examples/components/header.vue
@@ -3,6 +3,21 @@
height: 80px;
}
+ #v3-banner {
+ background-color: #409EFF;
+ min-height: 30px;
+ padding: 5px 60px;
+ z-index: 19;
+ box-sizing: border-box;
+ text-align: center;
+ color: #eee;
+ }
+
+ #v3-banner a {
+ color: #FFF;
+ font-weight: bold;
+ }
+
.header {
height: 80px;
background-color: #fff;
@@ -267,6 +282,16 @@
+
+
+ 您正在浏览基于 Vue 2.x 的 Element UI 文档;
+ 点击这里 查看 Vue 3.x 的升级版本
+
+
+ You’re browsing the documentation of Element UI for Vue 2.x version.
+ Click here for Vue 3.x version
+
+
{
return get(`${host}getVariable?version=${version}`);
};
-export const getTestEle = () => {
- return get(`${hostList.alpha}getVariable`);
-};
-
export const updateVars = (data, cb) => {
return post(`${host}updateVariable?version=${version}`, data, cb);
};
diff --git a/examples/demo-styles/index.scss b/examples/demo-styles/index.scss
index 2186b96d2..1638bd094 100644
--- a/examples/demo-styles/index.scss
+++ b/examples/demo-styles/index.scss
@@ -44,4 +44,5 @@
@import "./infinite-scroll.scss";
@import "./avatar.scss";
@import "./drawer.scss";
+@import "./skeleton.scss";
diff --git a/examples/demo-styles/skeleton.scss b/examples/demo-styles/skeleton.scss
new file mode 100644
index 000000000..c349db827
--- /dev/null
+++ b/examples/demo-styles/skeleton.scss
@@ -0,0 +1,46 @@
+.demo-block.demo-skeleton {
+ .el-card {
+ margin-bottom: 16px;
+ }
+
+ .card-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ }
+
+ .time {
+ font-size: 13px;
+ color: #999;
+ }
+
+ .bottom {
+ margin-top: 13px;
+ line-height: 12px;
+ }
+
+ .button {
+ padding: 0;
+ min-height: auto;
+ }
+
+ .image {
+ &.multi-content {
+ width: 400px;
+ height: 267px;
+ }
+
+ width: 100%;
+ display: block;
+ }
+
+ .clearfix:before,
+ .clearfix:after {
+ display: table;
+ content: '';
+ }
+
+ .clearfix:after {
+ clear: both;
+ }
+}
diff --git a/examples/docs/en-US/calendar.md b/examples/docs/en-US/calendar.md
index 4516c59ee..46302f4c1 100644
--- a/examples/docs/en-US/calendar.md
+++ b/examples/docs/en-US/calendar.md
@@ -59,8 +59,8 @@ Display date.
| range | time range, including start time and end time. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months. | Array | — | — |
| first-day-of-week | fisrt day of week| Number | 1 to 7 | 1 |
-### dateCell scoped slot 参数
+### dateCell Scoped Slot Parameters
| Attribute | Description | Type | Accepted Values | Default |
|-----------------|-------------- |---------- |---------------------- |--------- |
| date | date the cell represents | Date | — | — |
-| data | { type, isSelected, day}. `type` indicates which month the date belongs, optional values are prev-month, current-month, next-month; `isSelected` indicates whether the date is selected; `day` is the formatted date in the format yyyy-MM-dd | Object | — | — |
+| data | { type, isSelected, day}. The `type` property indicates which month the date belongs, optional values are `prev-month`, `current-month`, `next-month`. The `isSelected` property indicates whether the date is selected. The `day` property is the formatted date in the format yyyy-MM-dd | Object | — | — |
diff --git a/examples/docs/en-US/empty.md b/examples/docs/en-US/empty.md
new file mode 100644
index 000000000..ae375bd2d
--- /dev/null
+++ b/examples/docs/en-US/empty.md
@@ -0,0 +1,61 @@
+## Empty
+
+Placeholder hints for empty states.
+
+### Basic usage
+
+:::demo
+
+```html
+
+```
+:::
+
+### Custom image
+
+Use `image` prop to set image URL.
+
+:::demo
+
+```html
+
+```
+:::
+
+### Image size
+
+Use `image-size` prop to control image size.
+
+:::demo
+
+```html
+
+```
+:::
+
+### Bottom content
+
+Use the default slot to insert content at the bottom.
+
+:::demo
+```html
+
+ Button
+
+```
+:::
+
+### Empty Attributes
+| Attribute | Description | Type | Acceptable Value | Default |
+|------------- |---------------- |---------------- |---------------------- |-------- |
+| image | image URL | string | — | — |
+| image-size | image size (width) | number | — | — |
+| description | description | string | — | — |
+
+### Empty Slots
+
+| Name | Description |
+|------|--------|
+| default | Custom bottom content |
+| image | Custom image |
+| description | Custom description |
diff --git a/examples/docs/en-US/form.md b/examples/docs/en-US/form.md
index 08f3fe02b..7eeb7c8ab 100644
--- a/examples/docs/en-US/form.md
+++ b/examples/docs/en-US/form.md
@@ -595,7 +595,7 @@ All components in a Form inherit their `size` attribute from that Form. Similarl
| label-position | position of label. If set to 'left' or 'right', `label-width` prop is also required | string | left / right / top | right |
| label-width | width of label, e.g. '50px'. All its direct child form items will inherit this value. Width `auto` is supported. | string | — | — |
| label-suffix | suffix of the label | string | — | — |
-| hide-required-asterisk | whether required fields should have a red asterisk (star) beside their labels | boolean | — | false |
+| hide-required-asterisk | whether to hide a red asterisk (star) next to the required field label. | boolean | — | false |
| show-message | whether to show the error message | boolean | — | true |
| inline-message | whether to display the error message inline with the form item | boolean | — | false |
| status-icon | whether to display an icon indicating the validation result | boolean | — | false |
diff --git a/examples/docs/en-US/input-number.md b/examples/docs/en-US/input-number.md
index 369829d12..688cc302e 100644
--- a/examples/docs/en-US/input-number.md
+++ b/examples/docs/en-US/input-number.md
@@ -174,7 +174,7 @@ Use attribute `size` to set additional sizes with `medium`, `small` or `mini`.
|min | the minimum allowed value | number | — | `-Infinity` |
|max | the maximum allowed value | number | — | `Infinity` |
|step | incremental step | number | — | 1 |
-|step-strictly | whether input value can only be multiple of step | number | — | false |
+|step-strictly | whether input value can only be multiple of step | boolean | — | false |
|precision | precision of input value | number | — | — |
|size | size of the component | string | large/small| — |
|disabled| whether the component is disabled | boolean | — | false |
diff --git a/examples/docs/en-US/input.md b/examples/docs/en-US/input.md
index 9569f0199..0a57f01a0 100644
--- a/examples/docs/en-US/input.md
+++ b/examples/docs/en-US/input.md
@@ -659,6 +659,7 @@ Attribute | Description | Type | Options | Default
| Event Name | Description | Parameters |
|----| ----| ----|
|select | triggers when a suggestion is clicked | suggestion being clicked |
+| change | triggers when the icon inside Input value change | (value: string \| number) |
### Autocomplete Methods
diff --git a/examples/docs/en-US/layout.md b/examples/docs/en-US/layout.md
index ac516e8bc..1a2603c7a 100644
--- a/examples/docs/en-US/layout.md
+++ b/examples/docs/en-US/layout.md
@@ -337,7 +337,7 @@ The classes are:
| gutter | grid spacing | number | — | 0 |
| type | layout mode, you can use flex, works in modern browsers | string | — | — |
| justify | horizontal alignment of flex layout | string | start/end/center/space-around/space-between | start |
-| align | vertical alignment of flex layout | string | top/middle/bottom | top |
+| align | vertical alignment of flex layout | string | top/middle/bottom | — |
| tag | custom element tag | string | * | div |
### Col Attributes
diff --git a/examples/docs/en-US/popconfirm.md b/examples/docs/en-US/popconfirm.md
index 72033bfc0..321bce63c 100644
--- a/examples/docs/en-US/popconfirm.md
+++ b/examples/docs/en-US/popconfirm.md
@@ -24,10 +24,10 @@ You can customise Popconfirm like:
```html
Delete
@@ -40,15 +40,21 @@ You can customise Popconfirm like:
| Attribute | Description | Type | Accepted Values | Default |
|--------------------|----------------------------------------------------------|-------------------|-------------|--------|
| title | Title | String | — | — |
-| confirmButtonText | Confirm button text | String | — | — |
-| cancelButtonText | Cancel button text | String | — | — |
-| confirmButtonType | Confirm button type | String | — | Primary |
-| cancelButtonType | Cancel button type | String | — | Text |
+| confirm-button-text | Confirm button text | String | — | — |
+| cancel-button-text | Cancel button text | String | — | — |
+| confirm-button-type | Confirm button type | String | — | Primary |
+| cancel-button-type | Cancel button type | String | — | Text |
| icon | Icon | String | — | el-icon-question |
-| iconColor | Icon color | String | — | #f90 |
-| hideIcon | is hide Icon | Boolean | — | false |
+| icon-color | Icon color | String | — | #f90 |
+| hide-icon | is hide Icon | Boolean | — | false |
### Slot
| Name | Description |
|--- | ---|
| reference | HTML element that triggers Popconfirm |
+
+### Events
+| Event Name | Description | Parameters |
+|---------|--------|---------|
+| confirm | triggers when click confirm button | — |
+| cancel | triggers when click cancel button | — |
\ No newline at end of file
diff --git a/examples/docs/en-US/progress.md b/examples/docs/en-US/progress.md
index c8b552ee6..bba04431d 100644
--- a/examples/docs/en-US/progress.md
+++ b/examples/docs/en-US/progress.md
@@ -170,4 +170,5 @@ You also can specify `type` attribute to `dashboard` to use dashboard progress b
| color | background color of progress bar. Overrides `status` prop | string/function/array | — | '' |
| width | the canvas width of circle progress bar | number | — | 126 |
| show-text | whether to show percentage | boolean | — | true |
-| stroke-linecap | circle/dashboard type shape at the end path | string | butt/round/square | round |
\ No newline at end of file
+| stroke-linecap | circle/dashboard type shape at the end path | string | butt/round/square | round |
+| format | custom text format | function(percentage) | — | — |
\ No newline at end of file
diff --git a/examples/docs/en-US/skeleton.md b/examples/docs/en-US/skeleton.md
new file mode 100644
index 000000000..edf77d092
--- /dev/null
+++ b/examples/docs/en-US/skeleton.md
@@ -0,0 +1,315 @@
+## Skeleton
+
+When loading data, and you need a rich experience for visual and interactions for your end users, you can choose `skeleton`.
+
+### Basic usage
+
+The basic skeleton.
+
+:::demo
+
+```html
+
+
+
+```
+
+:::
+
+### Configurable Rows
+
+You can configure the row numbers yourself, we are rendering a title row with 33% width of the others.
+
+:::demo
+
+```html
+
+```
+
+:::
+
+### Animation
+We have provided a switch flag indicating whether showing the loading animation, called `animated` when this is true, all children of `el-skeleton` will show animation
+
+:::demo
+
+```html
+
+```
+
+:::
+
+### Customized Template
+ElementPlus only provides the most common template, sometimes that could be a problem, so you have a slot named `template` to do that work.
+
+Also we have provided different types skeleton unit that you can choose, for more detailed info, please scroll down to the bottom of this page to see the API description. Also, when building your own customized skeleton structure, you should be structuring them as closer to the real DOM as possible, which avoiding the DOM bouncing caused by the height difference.
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+### Loading state
+
+When `Loading` ends, we always need to show the real UI with data to our end users. with the attribtue `loading` we can control whether showing the DOM. You can also use slot `default` to structure the real DOM element.
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ Operation button
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+
+### Rendering a list of data
+
+Most of the time, skeleton is used as indicators of rendering a list of data which haven't been fetched from server yet, then we need to create a list of skeleton out of no where to make it look like it is loading, with `count` attribute, you can control how many these templates you need to render to the browser.
+
+
+:::tip
+We do not recommend rendering lots of fake UI to the browser, it will still cause the performance issue, it also costs longer to destroy the skeleton. Keep `count` as small as it can be to make better user experience.
+:::
+
+:::demo
+
+```html
+
+
+
+ Click me to reload
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ Operation button
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+### Avoiding rendering bouncing.
+Sometimes API responds very quickly, when that happens, the skeleton just gets rendered to the DOM then it needs to switch back to real DOM, that causes the sudden flashy. To avoid such thing, you can use the `throttle` attribute.
+
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ operation button
+
+
+
+
+
+
+
+
+
+```
+:::
+
+### Skeleton Attributes
+
+| Attribute | Description | Type | Acceptable Value | Default |
+| ------- | ---------------- | ------- | ------------ | ------ |
+| animated | whether showing the animation | boolean | true / false | false |
+| count | how many fake items to render to the DOM | number | integer | 1 |
+| loading | whether showing the skeleton | boolean | true / false | true |
+| rows | numbers of the row, only useful when no template slot were given | number | integer | 4 |
+| throttle | Rendering delay in millseconds | number | integer | 0 |
+
+
+### Skeleton Item Attributes
+| Attribute | Description | Type | Acceptable Value | Default |
+| ------- | ---------------- | ------- | ------------ | ------ |
+| variant | The current rendering skeleton type | Enum(string) | p / text / h1 / h3 / text / caption / button / image / circle / rect | text |
+
+
+### Skeleton Slots
+
+| Name | Description |
+| ---- | ----------- |
+| default | Real rendering DOM |
+| template | Custom rendering skeleton template |
diff --git a/examples/docs/en-US/steps.md b/examples/docs/en-US/steps.md
index 34a03f18a..3d8dbdee5 100644
--- a/examples/docs/en-US/steps.md
+++ b/examples/docs/en-US/steps.md
@@ -6,7 +6,7 @@ Guide the user to complete tasks in accordance with the process. Its steps can b
Simple step bar.
-:::demo Set `active` attribute with `Number` type, which indicates the index of steps and starts from 0. You can set `space` attribute when the width of the step needs to be fixed which accepts `Boolean` type. The unit of the `space` attribute is `px`. If not set, it is responsive. Setting the `finish-status` attribute can change the state of the steps that have been completed.
+:::demo Set `active` attribute with `Number` type, which indicates the index of steps and starts from 0. You can set `space` attribute when the width of the step needs to be fixed which accepts `Number` type. The unit of the `space` attribute is `px`. If not set, it is responsive. Setting the `finish-status` attribute can change the state of the steps that have been completed.
```html
@@ -50,7 +50,7 @@ Shows the status of the step for each step.
```
:::
-### Center
+### Center
Title and desription can be centered.
diff --git a/examples/docs/es/alert.md b/examples/docs/es/alert.md
index 6ab0fa51d..f5155e6d7 100644
--- a/examples/docs/es/alert.md
+++ b/examples/docs/es/alert.md
@@ -229,11 +229,11 @@ Descripción incluye un mensaje con información más detallada.
| center | si el texto debe estar centrado | boolean | — | false |
| close-text | texto de cerrado personalizado | string | — | — |
| show-icon | si un icono del tipo de alerta se debe mostrar | boolean | — | false |
-| effect | Choose theme | string | light/dark | light |
+| effect | selecciona tema | string | light/dark | light |
### Slot
-| Name | Description |
+| Nombre | Descripción |
|------|--------|
| — | descripción |
| title | El contenido del título de alerta. |
diff --git a/examples/docs/es/calendar.md b/examples/docs/es/calendar.md
index 717861461..69e7a1c5b 100644
--- a/examples/docs/es/calendar.md
+++ b/examples/docs/es/calendar.md
@@ -57,8 +57,8 @@ Muestra fechas.
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
|-----------------|------------------- |---------- |---------------------- |------------ |
| value / v-model | valor vinculante | Date/string/number | — | — |
-| range | rango de tiempo, incluyendo el tiempo de inicio y el tiempo final. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months | Array | — | — |
-| first-day-of-week | fisrt day of week| Number | 1 to 7 | 1 |
+| range | rango de tiempo, incluyendo el tiempo de inicio y el tiempo final. Start time debe ser el primer dia de la semana, end time debe ser el ultimo día de la semana, el time entre las fechas no puede exceder dos meses | Array | — | — |
+| first-day-of-week | primer día de la semana | Number | 1 to 7 | 1 |
### dateCell scoped slot
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
diff --git a/examples/docs/es/card.md b/examples/docs/es/card.md
index 05d8104fe..67722d5f5 100644
--- a/examples/docs/es/card.md
+++ b/examples/docs/es/card.md
@@ -169,4 +169,4 @@ Puede definir cuándo mostrar las sombras.
| ---------- | ---------------------------------------- | ------ | ----------------- | ------------------- |
| header | Titulo del card. También acepta DOM pasado por `slot#header` | string | — | — |
| body-style | Estilo CSS del cuerpo | object | — | { padding: '20px' } |
-| shadow | cuando mostrar la sombra del Card | string | always / hover / never | always |
+| shadow | Cuando mostrar la sombra del Card | string | always / hover / never | always |
diff --git a/examples/docs/es/carousel.md b/examples/docs/es/carousel.md
index 163ec447d..fc7923ac6 100644
--- a/examples/docs/es/carousel.md
+++ b/examples/docs/es/carousel.md
@@ -190,12 +190,12 @@ Por defecto, `direction` es `horizontal`. El carousel puede ser mostrado de form
| initial-index | Indice del slider inicial activo (empieza desde 0) | number | — | 0 |
| trigger | Evento que muestra los indicadores | string | hover/click | hover |
| autoplay | Si se enlazan automáticamente las diapositivas | boolean | — | true |
-| interval | Intervalo del auto loop, en milisegundos | number | — | 3000 |
+| interval | Intervalo del auto loop, en mili segundos | number | — | 3000 |
| indicator-position | Posición del indicador de paginación | string | outside/none | — |
| arrow | Cuando se muestran las flechas | string | always/hover/never | hover |
| type | Tipo de carrusel | string | card | — |
| loop | Si se muestra cíclicamente | boolean | — | true |
-| direction | direccion en la que se muestra el contenido | string | horizontal/vertical | horizontal |
+| direction | dirección en la que se muestra el contenido | string | horizontal/vertical | horizontal |
### Eventos de Carousel
| Nombre evento | Descripción | Parámetros |
@@ -210,8 +210,8 @@ Por defecto, `direction` es `horizontal`. El carousel puede ser mostrado de form
| next | Cambia al slider siguiente | — |
### Atributos de Carousel-Item
-| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
-| -------- | ---------------------------------------- | ------ | ----------------- | ----------- |
-| name | Nombre del item que puede ser usado en `setActiveItem` | string | — | — |
-| label | Texto que se mostrara en el indicador de paginacion correspondiente | string | — | — |
+| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
+| -------- | ------------------------------------------------------------ | ------ | ----------------- | ----------- |
+| name | Nombre del ítem que puede ser usado en `setActiveItem` | string | — | — |
+| label | Texto que se mostrara en el indicador de paginación correspondiente | string | — | — |
diff --git a/examples/docs/es/cascader.md b/examples/docs/es/cascader.md
index f842d7666..6f5013262 100644
--- a/examples/docs/es/cascader.md
+++ b/examples/docs/es/cascader.md
@@ -1923,14 +1923,14 @@ Puede personalizar el contenido del nodo de cascada.
| show-all-levels | si muestra todos los niveles del valor seleccionado en el input | boolean | — | true |
| collapse-tags | si se colapsan los tags en la selección múltiple | boolean | - | false |
| separator | separador de las etiquetas de las opciones | string | — | ' / ' |
-| filterable | si las opciones pueden ser usadas para la busqueda | boolean | — | — |
+| filterable | si las opciones pueden ser usadas para la búsqueda | boolean | — | — |
| filter-method | lógica de búsqueda personalizable. El primer parámetro es `node`, el segundo es `keyword`, y es necesario devolver un valor boolean que indique si se ha tenido éxito. | function(node, keyword) | - | - |
-| debounce | retraso en milisegundos para el tipeo de los datos de filtro | number | — | 300 |
+| debounce | retraso en mili segundos para el tipeo de los datos de filtro | number | — | 300 |
| before-filter | hook antes de filtrar con el valor a filtrar como parámetro. Si se devuelve `false` o se devuelve una `Promise` y luego se rechaza, se abortará el filtrado. | function(value) | — | — |
| popper-class | nombre de clase personalizado para el menú desplegable de Cascader | string | — | — |
### Eventos de Cascader
-| Nombre del evento | Descripción | Parámetros |
+| Nombre | Descripción | Parámetros |
|---------- |-------- |---------- |
| change | se desencadena cuando cambia el valor ligado. | valor |
| expand-change | se desencadena cuando las opciones expandidas cambian | un array de los nodos padres del nodo en expansión |
@@ -1939,13 +1939,13 @@ Puede personalizar el contenido del nodo de cascada.
| visible-change | se activa cuando aparece/desaparece el menú desplegable | verdadero cuando aparece, y falso de otra manera |
| remove-tag | se activa cuando se quita la etiqueta en modo de selección múltiple | el valor de la etiqueta que se quita |
-### Cascader Methods
-| Method Name | Description | Parameters |
+### Cascader Métodos
+| Método | Descripción | Parámetros |
| ---- | ---- | ---- |
-| getCheckedNodes | get an array of currently selected node | (leafOnly) whether only return the leaf checked nodes, default is `false` |
+| getCheckedNodes | Obtiene el array de los nodos seleccionados actualmente | (leafOnly) Si solo devuelve los nodos chequeados, por defecto es `false` |
### Slots de Cascader
-| Nombre del slot | Descripción |
+| Nombre | Descripción |
|---------|-------------|
| - | el contenido personalizado del nodo cascader, el parámetro es { node, data }, que son el actual objeto Node y los datos del nodo respectivamente. |
| empty | cuando no hay opciones coincidentes. |
@@ -1958,19 +1958,19 @@ Puede personalizar el contenido del nodo de cascada.
| props | opciones de configuración, consulte la siguiente tabla. | object | — | — |
### Eventos de CascaderPanel
-| Nombre de los evetos | Descripción | Parámetros |
+| Evento | Descripción | Parámetros |
|---------- |-------- |---------- |
| change | se desencadena cuando cambia el valor ligado. | valor |
| expand-change | se desencadena cuando las opciones expandidas cambian | un array de los nodos padres del nodo en expansión |
-### CascaderPanel Methods
-| Method Name | Description | Parameters |
+### CascaderPanel Métodos
+| Método | Descripción | Parámetros |
| ---- | ---- | ---- |
-| getCheckedNodes | get an array of currently selected node | (leafOnly) whether only return the leaf checked nodes, default is `false` |
-| clearCheckedNodes | clear checked nodes | - |
+| getCheckedNodes | Obtiene el array de los nodos seleccionados actualmente | (leafOnly) Si solo devuelve los nodos chequeados, por defecto es `false` |
+| clearCheckedNodes | Limpia de nodos chequeados | - |
### Slots de CascaderPanel
-| Nombre del slot | Descripción |
+| Nombre | Descripción |
|---------|-------------|
| - | el contenido personalizado del nodo cascader, el parámetro es { node, data }, que son el actual objeto Node y los datos del nodo respectivamente. |
diff --git a/examples/docs/es/checkbox.md b/examples/docs/es/checkbox.md
index 7d9aea3bf..3dd37ad0d 100644
--- a/examples/docs/es/checkbox.md
+++ b/examples/docs/es/checkbox.md
@@ -253,8 +253,8 @@ Checkbox con estilo tipo Botón.
| indeterminate | similar a `indeterminate` en el checkbox nativo | boolean | — | false |
### Eventos de Checkbox
-| Nombre | Descripción | Parametros |
-| ------ | ---------------------------------------- | -------------------- |
+| Nombre | Descripción | Parámetros |
+| ------ | ------------------------------------------ | -------------------- |
| change | se ejecuta cuando el valor enlazado cambia | el valor actualizado |
### Atributos de Checkbox-group
@@ -269,8 +269,8 @@ Checkbox con estilo tipo Botón.
| fill | color de border y de fondo cuando el botón está activo | string | — | #409EFF |
### Eventos de Checkbox-group
-| Nombre de Evento | Descripción | Parametros |
-| ---------------- | ---------------------------------------- | -------------------- |
+| Nombre de Evento | Descripción | Parámetros |
+| ---------------- | ------------------------------------------ | -------------------- |
| change | se ejecuta cuando el valor enlazado cambia | el valor actualizado |
### Atributos de Checkbox-button
diff --git a/examples/docs/es/collapse.md b/examples/docs/es/collapse.md
index ea9d50d1e..a365ff8cd 100644
--- a/examples/docs/es/collapse.md
+++ b/examples/docs/es/collapse.md
@@ -119,8 +119,8 @@ Además de usar el atributo `title`, se puede personalizar el título del panel
| accordion | especifica si activa el modo acordeón | boolean | — | false |
### Eventos de Collapse
-| Nombre de Evento | Descripción | Parametros |
-| ---------------- | ---------------------------------------- | ---------------------------------------- |
+| Nombre de Evento | Descripción | Parámetros |
+| ---------------- | --------------------------------------------- | ------------------------------------------------------------ |
| change | se dispara cuando los paneles activos cambian | (activeNames: array (No modo acordeón) / string (modo acordeón)) |
diff --git a/examples/docs/es/color-picker.md b/examples/docs/es/color-picker.md
index ac3c199b3..278727c44 100644
--- a/examples/docs/es/color-picker.md
+++ b/examples/docs/es/color-picker.md
@@ -117,8 +117,8 @@ ColorPicker es un selector de color que soporta varios formatos de color.
| predefine | opciones de colores predefinidas | array | — | — |
### Eventos
-| Nombre de Evento | Descripción | Parametros |
-| ---------------- | ---------------------------------------- | ---------------------- |
-| change | se dispara cuando el valor del input cambia | valor del color |
+| Nombre de Evento | Descripción | Parámetros |
+| ---------------- | ----------------------------------------------- | ---------------------- |
+| change | se dispara cuando el valor del input cambia | valor del color |
| active-change | se dispara cuando el actual color activo cambia | valor del color activo |
diff --git a/examples/docs/es/custom-theme.md b/examples/docs/es/custom-theme.md
index 1c83920cb..13bc23017 100644
--- a/examples/docs/es/custom-theme.md
+++ b/examples/docs/es/custom-theme.md
@@ -2,11 +2,9 @@
Element utiliza la metodología BEM en CSS con la finalidad de que puedas sobrescribir los estilos fácilmente. Pero, si necesita remplazar estilos a gran escala, por ejemplo, cambiar el color del tema de azul a naranja o verde, quizás reemplazarlos uno a uno no sea lo más adecuado, para ello hay 4 maneras de modificar los estilos.
### Theme Roller
-Use [Online Theme Roller](./#/es/theme) to customize all Design Tokens of global variables and components,and preview the new theme in real-time.and it can generate a complete style package based on the new theme for you to download directly (to import new style files in your project, please refer to the 'Import custom theme' or part of this section).
+Use [Online Theme Roller](./#/es/theme) para personalizar el diseño de las variables globales y componentes, y vea el resultado en tiempo real. Puede generar un completo paquete de estilos basado en un nuevo tema que puede bajar directamente (para importar los archivos del nuevo estilo al proyecto por favor vea la sección 'Importar un tema personalizado').
-Also, use [Theme Roller Chrome Extension](https://chrome.google.com/webstore/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim),to customize theme and preview in real-time on any website developed by Element.
-
-
+También puede usar [Theme Roller Chrome Extension](https://chrome.google.com/webstore/detail/element-theme-roller/lifkjlojflekabbmlddfccdkphlelmim), para personalizar un tema y ver el resultado en tiempo real en cualquier sitio desarrollado con Element.
### Cambiando el color del tema
Si lo que se busca es cambiar el color del tema de Element, se recomienda utilizar el [sitio de visualización de temas](https://elementui.github.io/theme-chalk-preview/#/en-US). Element utiliza un color azul brillante y amigable como tema principal. Al cambiarlo, puede hacer que Element este más conectado visualmente a proyectos específicos.
@@ -102,9 +100,9 @@ et
> ✔ build element theme
```
-### Use custom theme
+### Uso de los temas personalizados
#### Importar un tema personalizado
-Importing your own theme is just like importing the default theme, only this time you import the file built from "Online Theme Roller" or "CLI tool":
+Importar su propio tema es igual que importar el tema por defecto, sol que esta vez se deben importar los archivos construidos con "Online Theme Roller" o "CLI tool":
```javascript
import '../theme/index.css'
diff --git a/examples/docs/es/date-picker.md b/examples/docs/es/date-picker.md
index dd9b86bea..f32377a43 100644
--- a/examples/docs/es/date-picker.md
+++ b/examples/docs/es/date-picker.md
@@ -333,17 +333,17 @@ Preste atención a la capitalización
| `MM` | mes | | 01 |
| `W` | semana | solamente para semanas en picker's `format`; no acepta 0 | 1 |
| `WW` | semana | solamente para semanas en picker's `format` | 01 |
-| `d` | dia | no acepta 0 | 2 |
-| `dd` | dia | | 02 |
+| `d` | día | no acepta 0 | 2 |
+| `dd` | día | | 02 |
| `H` | hora | 24-hora reloj; no acepta 0 | 3 |
| `HH` | hora | 24-hora reloj | 03 |
| `h` | hora | 12-hora reloj; debe usarse con `A` o `a`; no acepta 0 | 3 |
-| `hh` | hour | 12-hora reloj; debe usarse con `A` o `a` | 03 |
+| `hh` | hora | 12-hora reloj; debe usarse con `A` o `a` | 03 |
| `m` | minuto | no acepta 0 | 4 |
| `mm` | minuto | | 04 |
| `s` | segundo | no acepta 0 | 5 |
| `ss` | segundo | | 05 |
-| `A` | AM/PM | solamente para `format`, mayusculas | AM |
+| `A` | AM/PM | solamente para `format`, mayúsculas | AM |
| `a` | am/pm | solamente para `format`, minúsculas | am |
| `timestamp` | JS timestamp | solamente para `value-format`; valor vinculado debe ser un `number` | 1483326245000 |
| `[MM]` | No hay caracteres de escape | Para escapar de los caracteres, colóquelos entre corchetes (ejemplo: [A] [MM]). | MM |
@@ -450,7 +450,7 @@ Al seleccionar un intervalo de fechas, puede asignar la hora para la fecha de in
| picker-options | opciones adicionales, chequee la tabla debajo | object | — | {} |
| range-separator | separador de rangos | string | — | '-' |
| default-value | opcional, valor por defecto para el calendario | Date | cualquiera aceptado por `new Date()` | — |
-| default-time | opcional, los valores para las horas que se deben usar en la seleccion de fechas cuando se usa el modo rango | string[] | Array de dos valores, cada uno es un string del estilo `12:00:00`. El primer elemento es para la fecha de inicio y el segundo es para la fecha final. | — |
+| default-time | opcional, los valores para las horas que se deben usar en la selección de fechas cuando se usa el modo rango | string[] | Array de dos valores, cada uno es un string del estilo `12:00:00`. El primer elemento es para la fecha de inicio y el segundo es para la fecha final. | — |
| value-format | opcional, formato del valor enlazado. Si no esta especificado, el valor enlazado será un objeto Date. | string | ver [date formats](#/es/component/date-picker#date-formats) | — |
| name | igual que `name` en el input nativo | string | — | — |
| unlink-panels | desvincular los dos paneles de fecha en el range-picker | boolean | — | false |
@@ -474,18 +474,18 @@ Al seleccionar un intervalo de fechas, puede asignar la hora para la fecha de in
### Eventos
-| Nombre | Descripción | Parametros |
-| ------ | ---------------------------------------- | ---------------------------- |
+| Nombre | Descripción | Parámetros |
+| ------ | ---------------------------------------------- | ---------------------------- |
| change | se dispara cuando el usuario confirma el valor | valor enlazado al componente |
-| blur | se dispara cuando el input pierde el foco | instancia del componente |
-| focus | se dispara cuando el input obtiene el foco | instancia del componente |
+| blur | se dispara cuando el input pierde el foco | instancia del componente |
+| focus | se dispara cuando el input obtiene el foco | instancia del componente |
-### Metodos
-| Metodo | Descripción | Parameteros |
-| ------ | -------------------------- | ----------- |
-| focus | coloca el foco en el input | — |
+### Métodos
+| Método | Descripción | Parámetros |
+| ------ | -------------------------- | ---------- |
+| focus | coloca el foco en el input | — |
### Slots
-| Name | Description |
+| Nombre | Descripción |
| --------------- | ------------------------------------- |
| range-separator | Separador de los rangos personalizado |
diff --git a/examples/docs/es/datetime-picker.md b/examples/docs/es/datetime-picker.md
index 020983889..f5986d63f 100644
--- a/examples/docs/es/datetime-picker.md
+++ b/examples/docs/es/datetime-picker.md
@@ -214,7 +214,7 @@ DateTimePicker se deriva de DatePicker y TimePicker. Por una explicación más d
| unlink-panels | desconectar dos date-panels en range-picker | boolean | — | false |
| prefix-icon | Clase personalizada para el icono prefijado | string | — | el-icon-date |
| clear-icon | Clase personalizada para el icono `clear` | string | — | el-icon-circle-close |
-| validate-event | si se debe disparar la validacion | boolean | - | true |
+| validate-event | si se debe disparar la validación | boolean | - | true |
### Picker Options
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
diff --git a/examples/docs/es/dialog.md b/examples/docs/es/dialog.md
index 280607e7f..f74a20890 100644
--- a/examples/docs/es/dialog.md
+++ b/examples/docs/es/dialog.md
@@ -233,14 +233,14 @@ Si la variable ligada a `visible` se gestiona en el Vuex store, el `.sync` no pu
### Slots
-| Nombre | Descripcíon |
+| Nombre | Descripción |
| ------ | -------------------------------------- |
| — | contenido de Diálogo |
| title | contenido del título de Diálogo |
| footer | contenido del pie de página de Diálogo |
### Eventos
-| Nombre de Evento | Descripcíon | Parámetros |
+| Nombre de Evento | Descripción | Parámetros |
| ---------------- | ---------------------------------------- | ---------- |
| open | se activa cuando se abre el cuadro de Diálogo | — |
| opened | se activa cuando la animación de apertura del Dialog termina. | — |
diff --git a/examples/docs/es/drawer.md b/examples/docs/es/drawer.md
index cd4b0ff56..17bba4ec2 100644
--- a/examples/docs/es/drawer.md
+++ b/examples/docs/es/drawer.md
@@ -50,11 +50,11 @@ Llamada de un drawer temporal, desde varias direcciones
```
:::
-### No Title
+### Sin titulo
-When you no longer need a title, you can remove title from drawer.
+Si no necesitas el titulo lo puedes eliminar del drawer.
-:::demo Set the `withHeader` attribute to **false**, you can remove the title from drawer, thus your drawer can have more space on screen. If you want to be accessible, make sure to set the `title` attribute.
+:::demo Asigne **false** al atributo `withHeader`, se puede eliminar el atributo title del drawer, de esa manera el drawer tendrá mas espacio para el contenido. Por razones de accesibilidad se recomienda asignar siempre un contenido valido al atributo `title`.
```html
@@ -280,7 +280,7 @@ Si la variable `visible` se gestiona en el almacén de Vuex, el `.sync` no puede
| title | El título del Drawer, también se puede establecer por slot con nombre, las descripciones detalladas se pueden encontrar en el formulario de slot. | string | — | — |
| visible | Si se muestra el Drawer, también soporta la notación `.sync` | boolean | — | false |
| wrapperClosable | Indica si el usuario puede cerrar el Drawer haciendo clic en la capa de sombreado. | boolean | - | true |
-| withHeader | Flag that controls the header section's existance, default to true, when withHeader set to false, both `title attribute` and `title slot` won't work | boolean | - | true |
+| withHeader | Indica si la sección header existirá, por defecto es true, cuando es false no tienen efecto, ambos, `title attribute` y `title slot` | boolean | - | true |
### Drawer Slot's
diff --git a/examples/docs/es/dropdown.md b/examples/docs/es/dropdown.md
index b56eefdc9..66001c96f 100644
--- a/examples/docs/es/dropdown.md
+++ b/examples/docs/es/dropdown.md
@@ -38,7 +38,7 @@ Pase el ratón por el menú desplegable para desplegarlo y obtener más acciones
Utilizando un botón para activar la lista desplegable.
-:::demo Utilice `split-button` para dividir el elemento detonante en un grupo de botones, siendo el botón izquierdo un botón normal y el botón derecho el objetivo real de la detonacion. Si desea insertar una línea de separación entre la posición tres y la posición cuatro, sólo añada un divisor de clase a la posición cuatro.
+:::demo Utilice `split-button` para dividir el elemento detonante en un grupo de botones, siendo el botón izquierdo un botón normal y el botón derecho el objetivo real de la detonación. Si desea insertar una línea de separación entre la posición tres y la posición cuatro, sólo añada un divisor de clase a la posición cuatro.
```html
@@ -290,13 +290,13 @@ Además del tamaño predeterminado, el componente Dropdown proporciona tres tama
| dropdown | contenido del menu Dropdown, normalmente es un elemento `` |
### Dropdown Eventos
-| Nombre | Descripción | Parametros |
-| -------------- | ---------------------------------------- | ---------------------------------------- |
-| click | si `split-button` es `true`, se activa al hacer clic en el botón izquierdo | — |
-| command | activa cuando se hace clic en un elemento desplegable | el comando enviado desde el elemento desplegable |
-| visible-change | se activa cuando aparece/desaparece el desplegable | true cuando aparece, y false de otro modo |
+| Nombre | Descripción | Parámetros |
+| -------------- | ------------------------------------------------------------ | ------------------------------------------------ |
+| click | si `split-button` es `true`, se activa al hacer clic en el botón izquierdo | — |
+| command | activa cuando se hace clic en un elemento desplegable | el comando enviado desde el elemento desplegable |
+| visible-change | se activa cuando aparece/desaparece el desplegable | true cuando aparece, y false de otro modo |
-### Dropdown Menu Item Atributos
+### Dropdown Menú Ítem Atributos
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
| -------- | ---------------------------------------- | -------------------- | ----------------- | ----------- |
| command | un comando que se enviará al `command` callback del Dropdown | string/number/object | — | — |
diff --git a/examples/docs/es/empty.md b/examples/docs/es/empty.md
new file mode 100644
index 000000000..e027e6132
--- /dev/null
+++ b/examples/docs/es/empty.md
@@ -0,0 +1,61 @@
+## Empty
+
+Placeholder hints for empty states.
+
+### Basic usage
+
+:::demo
+
+```html
+
+```
+:::
+
+### Custom image
+
+Use `image` prop to set image URL.
+
+:::demo
+
+```html
+
+```
+:::
+
+### Image size
+
+Use `image-size` prop to control image size.
+
+:::demo
+
+```html
+
+```
+:::
+
+### Bottom content
+
+Use the default slot to insert content at the bottom.
+
+:::demo
+```html
+
+ Button
+
+```
+:::
+
+### Empty Attributes
+| Attribute | Description | Type | Acceptable Value | Default Value |
+|------------- |---------------- |---------------- |---------------------- |-------- |
+| image | image URL | string | — | — |
+| image-size | image size (width) | number | — | — |
+| description | description | string | — | — |
+
+### Empty Slots
+
+| Name | Description |
+|------|--------|
+| default | Custom bottom content |
+| image | Custom image |
+| description | Custom description |
diff --git a/examples/docs/es/form.md b/examples/docs/es/form.md
index d98729a22..1f00233d7 100644
--- a/examples/docs/es/form.md
+++ b/examples/docs/es/form.md
@@ -392,7 +392,7 @@ Este ejemplo muestra cómo personalizar sus propias reglas de validación para f
Se debe llamar a la función de validación de llamada de retorno personalizada. Ver uso más avanzado en [async-validator](https://github.com/yiminghe/async-validator).
:::
-### Eliminar o agregar validaciones dinamicamente
+### Eliminar o agregar validaciones dinámicamente
:::demo Además de pasar todas las reglas de validación al mismo tiempo en el componente `form`, también puede pasar las reglas de validación o borrar reglas en un único campo de formulario de forma dinámica.
@@ -471,7 +471,7 @@ Se debe llamar a la función de validación de llamada de retorno personalizada.
:::
-### Validación numerica
+### Validación numérica
:::demo La validación numérica necesita un modificador `.number` añadido en el enlace `v-model` de entrada, sirve para transformar el valor de la cadena al número proporcionado por Vuejs.
@@ -617,9 +617,9 @@ Todos los componentes de un formulario heredan su atributo `size`. De manera sim
| size | el tamaño de los componentes en este form | string | medium / small / mini | — |
| disabled | si se desactivan todos los componentes del formulario. Si esta en `true` no puede ser cambiado por el prop `disabled` individual de los componentes. | boolean | — | false |
-### Form Metodos
+### Form Métodos
-| Metodo | Descripción | Parametros |
+| Método | Descripción | Parámetros |
| ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| validate | el método para validar todo el formulario. Recibe una llamada como parámetro. Después de la validación, la llamada de retorno se ejecutará con dos parámetros: un booleano que indica si la validación ha pasado, y un objeto que contiene todos los campos que fallaron en la validación. Devuelve una promesa si se omite el return | Function(callback: Function(boolean, object)) |
| validateField | validar uno o varios elementos de formulario | Function(props: string \| array, callback: Function(errorMessage: string)) |
@@ -627,9 +627,9 @@ Todos los componentes de un formulario heredan su atributo `size`. De manera sim
| clearValidate | borra el mensaje de validación para determinados campos. El parámetro es un prop name o un array de props names de los items del formulario cuyos mensajes de validación se eliminarán. Si se omiten, se borrarán todos los mensajes de validación de los campos. | Function(props: string \| array) |
-### Form Events
+### Eventos Form
-| Nombre | Descripción | Parametros |
+| Nombre | Descripción | Parámetros |
| -------- | ---------------------------------------------------- | ------------------------------------------------------------ |
| validate | se dispara después de validar un ítem del formulario | la propiedad (`prop name`) nombre del ítem del form que se esta validando, si la validación paso o no, y el mensaje de error si existe. |
@@ -660,9 +660,9 @@ Todos los componentes de un formulario heredan su atributo `size`. De manera sim
| ----- | ------------------------------------------------------------ |
| error | Contenido personalizado para mostrar el mensaje de validación. El parámetro del scope es { error } |
-### Form-Item Metodo
+### Form-Item Método
-| Metodo | Descripción | Parametros |
+| Método | Descripción | Parámetros |
| ------------- | ----------------------------------------------------------- | ---------- |
| resetField | restablecer campo actual y eliminar resultado de validación | — |
| clearValidate | elimina el estado de la validación de un campo | - |
diff --git a/examples/docs/es/infiniteScroll.md b/examples/docs/es/infiniteScroll.md
index 8b121c8fc..8c454484f 100644
--- a/examples/docs/es/infiniteScroll.md
+++ b/examples/docs/es/infiniteScroll.md
@@ -83,6 +83,6 @@ Añada `v-infinite-scroll` a la lista para ejecutar automáticamente el método
| Atributos | Descripción | Tipo | Valores aceptados | Por defecto |
| -------------- | ------------------------------ | --------- | ------------------------------------ | ------- |
| infinite-scroll-disabled | si esta disabled | boolean | - |false |
-| infinite-scroll-delay | retraso en milisegundos | number | - |200 |
+| infinite-scroll-delay | retraso en mili segundos | number | - |200 |
| infinite-scroll-distance| distancia de activación (px) | number |- |0 |
| infinite-scroll-immediate |Si se debe ejecutar el método de carga inmediatamente, en caso de que el contenido no se pueda rellenar en el estado inicial. | boolean | - |true |
diff --git a/examples/docs/es/input-number.md b/examples/docs/es/input-number.md
index 6bdca96e1..0604cec62 100644
--- a/examples/docs/es/input-number.md
+++ b/examples/docs/es/input-number.md
@@ -91,7 +91,7 @@ Le permite definir el nivel de incremento de los saltos.
### Precisión
-:::demo El atributo `precision` aplica presicion al valor del value.
+:::demo El atributo `precision` aplica presición al valor del value.
```html
@@ -174,9 +174,9 @@ Utilice el atributo `size` para establecer tamaños adicionales con `medium`, `s
| ----------------- | ---------------------------------------- | ------- | ----------------- | ----------- |
| value / v-model | valor vinculado | number | — | 0 |
| min | el valor mínimo permitido | number | — | `-Infinity` |
-| max | el valor maximo permitido | number | — | `Infinity` |
+| max | el valor máximo permitido | number | — | `Infinity` |
| step | incremento (salto) | number | — | 1 |
-| step-strictly | si el valor del input puede ser solo un multiplo de step | number | — | false |
+| step-strictly | si el valor del input puede ser solo un múltiplo de step | boolean | — | false |
| precision | precisión del valor del input | number | — | — |
| size | tamaño del componente | string | large/small | — |
| disabled | si el componente esta deshabilitado | boolean | — | false |
@@ -184,7 +184,7 @@ Utilice el atributo `size` para establecer tamaños adicionales con `medium`, `s
| controls-position | posición de los botones de control | string | right | - |
| name | lo mismo que `name` en un input nativo | string | — | — |
| label | texto de la etiqueta | string | — | — |
-| placeholder | placeholder in input | string | - | - |
+| placeholder | placeholder en el input | string | - | - |
### Eventos
diff --git a/examples/docs/es/input.md b/examples/docs/es/input.md
index 3835a4f73..0533ea242 100644
--- a/examples/docs/es/input.md
+++ b/examples/docs/es/input.md
@@ -155,7 +155,7 @@ export default {
### Textarea
-Redimensiona para introducir varias líneas de información de texto. Agregue el atributo `type="textarea"` para cambiar el `input` al tipo nativo `textarea`.
+Re dimensiona para introducir varias líneas de información de texto. Agregue el atributo `type="textarea"` para cambiar el `input` al tipo nativo `textarea`.
:::demo Controle la altura ajustando el prop `rows`.
@@ -613,7 +613,7 @@ export default {
### Input eventos
-| Nombre | Descripción | Parametros |
+| Nombre | Descripción | Parámetros |
| ------ | ------------------------------------------------------------ | ------------------------- |
| blur | Se dispara cuando se pierde el foco | (event: Event) |
| focus | Se dispara cuando se obtiene el foco | (event: Event) |
@@ -622,9 +622,9 @@ export default {
| input | se activa cuando cambia el valor de entrada | (value: string \| number) |
| clear | se dispara cuando la entrada es borrada por el botón generado por el atributo `clearable`. | — |
-### Input Metodo
+### Input Métodos
-| Metodo | Descripción | Parametros |
+| Método | Descripción | Parámetros |
| ------ | ----------------------------- | ---------- |
| focus | coloca el foco en el elemento | — |
| blur | quita el foco del elemento | — |
@@ -665,18 +665,19 @@ export default {
### Autocomplete Scoped Slot
-| Name | Description |
-| ---- | ------------------------------------------------------------ |
-| — | Contenido personalizado para el input de sugerencias. El parámetro del scope es { ítem } |
+| Nombre | Descripción |
+| ------ | ------------------------------------------------------------ |
+| — | Contenido personalizado para el input de sugerencias. El parámetro del scope es { ítem } |
### Autocomplete Eventos
-| Nombre | Descripción | Parametros |
+| Nombre | Descripción | Parámetros |
| ------ | ----------------------------------------------- | ------------------------------------------ |
| select | se dispara cuando se hace clic a una sugerencia | sugerencia en la que se está haciendo clic |
+| change | se activa cuando cambia el valor de entrada | (value: string \| number) |
-### Autocomplete Metodo
+### Autocomplete Método
-| Metodo | Descripción | Parametros |
+| Método | Descripción | Parámetros |
| ------ | ----------------------------- | ---------- |
| focus | coloca el foco en el elemento | — |
diff --git a/examples/docs/es/installation.md b/examples/docs/es/installation.md
index efbdb559c..1a252aa62 100644
--- a/examples/docs/es/installation.md
+++ b/examples/docs/es/installation.md
@@ -20,7 +20,7 @@ Obtenga la última versión desde [unpkg.com/element-ui](https://unpkg.com/eleme
```
##Tip
-Recomendamos a nuestros usuarios congelar la versión de Elemet cuando usas un CDN. Por favor, refiérase a [unpkg.com](https://unpkg.com) para más información.
+Recomendamos a nuestros usuarios congelar la versión de Element cuando usas un CDN. Por favor, refiérase a [unpkg.com](https://unpkg.com) para más información.
### Hello world
diff --git a/examples/docs/es/layout.md b/examples/docs/es/layout.md
index d8721fa7b..8d0ff8842 100644
--- a/examples/docs/es/layout.md
+++ b/examples/docs/es/layout.md
@@ -1,12 +1,12 @@
## Layout
-Rápido y facilmente crea un layout básico con 24 columnas.
+Rápido y fácilmente crea un layout básico con 24 columnas.
### Layout básico
Crea un layout básico usando columnas.
-:::demo Con `row` y `col`, puede facilmente manipular el layout usando el atributo `span`.
+:::demo Con `row` y `col`, puede fácilmente manipular el layout usando el atributo `span`.
```html
@@ -338,22 +338,22 @@ Las clases son:
| gutter | espaciado de la grilla | number | — | 0 |
| type | modo del layout , puedes usar flex, funciona en navegadores modernos | string | — | — |
| justify | alineación horizontal del layout flex | string | start/end/center/space-around/space-between | start |
-| align | alineación vertical del layout flex | string | top/middle/bottom | top |
+| align | alineación vertical del layout flex | string | top/middle/bottom | — |
| tag | tag de elemento propio | string | * | div |
### Atributos Col
-| Atributos | Descripción | Tipo | Valores aceptados | Valor por defecto |
-| --------- | ---------------------------------------- | ---------------------------------------- | ----------------- | ----------------- |
-| span | número de columnas que abarca la cuadrícula | number | — | 24 |
-| offset | especific espacio en el lado izquierdo de la grill | number | — | 0 |
-| push | número de columnas que la grilla se mueve hacia la derecha | number | — | 0 |
-| pull | número de columnas que la grilla se mueve hacia la izquierda | number | — | 0 |
+| Atributos | Descripción | Tipo | Valores aceptados | Valor por defecto |
+| --------- | ------------------------------------------------------------ | ----------------------------------------- | ----------------- | ----------------- |
+| span | número de columnas que abarca la cuadrícula | number | — | 24 |
+| offset | especifica el espacio en el lado izquierdo del grill | number | — | 0 |
+| push | número de columnas que la grilla se mueve hacia la derecha | number | — | 0 |
+| pull | número de columnas que la grilla se mueve hacia la izquierda | number | — | 0 |
| xs | `<768px` Columnas responsive u objeto con propiedades de la columna | number/object (e.g. {span: 4, offset: 4}) | — | — |
| sm | `≥768px` Columnas responsive u objeto con propiedades de la columna | number/object (e.g. {span: 4, offset: 4}) | — | — |
| md | `≥992px` Columnas responsive u objeto con propiedades de la columna | number/object (e.g. {span: 4, offset: 4}) | — | — |
| lg | `≥1200px` Columnas responsive u objeto con propiedades de la columna | number/object (e.g. {span: 4, offset: 4}) | — | — |
| xl | `≥1920px` Columnas responsive u objeto con propiedades de la columna | number/object (e.g. {span: 4, offset: 4}) | — | — |
-| tag | tag de elemento propio | string | * | div |
+| tag | tag de elemento propio | string | * | div |
diff --git a/examples/docs/es/link.md b/examples/docs/es/link.md
index 7eca3f9a7..24b148db3 100644
--- a/examples/docs/es/link.md
+++ b/examples/docs/es/link.md
@@ -1,10 +1,10 @@
## Link
-Texto con hipervinculo
+Texto con hipervínculo
### Básico
-Texto con hipervinculo básico
+Texto con hipervínculo básico
:::demo
```html
@@ -22,7 +22,7 @@ Texto con hipervinculo básico
### Deshabilitar
-Deshabilita el hipervinculo
+Deshabilita el hipervínculo
:::demo
```html
@@ -40,7 +40,7 @@ Deshabilita el hipervinculo
### Subrayado
-Subrayado del hipervinculo
+Subrayado del hipervínculo
:::demo
```html
@@ -54,7 +54,7 @@ Subrayado del hipervinculo
### Icono
-Hipervinculo con icono
+Hipervínculo con icono
:::demo
```html
@@ -71,7 +71,7 @@ Hipervinculo con icono
| Atributo | Descripción | Tipo | Opciones | Por defecto |
| --------- | ---------------------------------------------------- | ------- | ------------------------------------------- | ----------- |
| type | tipo | string | primary / success / warning / danger / info | default |
-| underline | si el hipervinculo estara subrayado | boolean | — | true |
+| underline | si el hipervínculo estará subrayado | boolean | — | true |
| disabled | si el componente esta deshabilitado | boolean | — | false |
-| href | lo mismo que el valor nativo del hipervinculo `href` | string | — | - |
+| href | lo mismo que el valor nativo del hipervínculo `href` | string | — | - |
| icon | nombre de clase del icono | string | — | - |
diff --git a/examples/docs/es/loading.md b/examples/docs/es/loading.md
index c45a2a5e1..d5fa49317 100644
--- a/examples/docs/es/loading.md
+++ b/examples/docs/es/loading.md
@@ -196,7 +196,7 @@ Llamar al método `close` en cualquiera de estas puede cerrarlo.
Si Element es importado completamente, un método global `$loading` puede ser registrado a Vue.prototype. Puede invocarlo como esto: `this.$loading(options)`, y también devuelve una instancia del componente.
-### Options
+### Opciones
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
| ----------- | ---------------------------------------- | ------------- | ----------------- | ------------- |
| target | el nodo del DOM que el componente debe cubrir. Acepta un objecto DOM o una cadena. Si está es una cadena, este será pasado a `document.querySelector` para obtener el correspondiente nodo del DOM | object/string | — | document.body |
diff --git a/examples/docs/es/menu.md b/examples/docs/es/menu.md
index bc4aca0a9..c9722a80d 100644
--- a/examples/docs/es/menu.md
+++ b/examples/docs/es/menu.md
@@ -244,14 +244,14 @@ NavMenu vertical puede ser colapsado.
```
:::
-### Atributos Menu
+### Atributos Menú
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
| ----------------- | ---------------------------------------- | ------- | --------------------- | ----------- |
| mode | modo de presentación del menú | string | horizontal / vertical | vertical |
| collapse | si el menú está colapsado (solo en modo vertical) | boolean | — | false |
| background-color | color de fondo del menú (formato hexadecimal) | string | — | #ffffff |
| text-color | color de texto del menú (formato hexadecimal) | string | — | #303133 |
-| active-text-color | color de text del menu-item activo (formato hexadecimal) | string | — | #409EFF |
+| active-text-color | color del texto del menu-item activo (formato hexadecimal) | string | — | #409EFF |
| default-active | índice del menu-item activo | string | — | — |
| default-openeds | arreglo que contiene las llaves del sub-menus activo | Array | — | — |
| unique-opened | si solo un submenu puede ser activo | boolean | — | false |
diff --git a/examples/docs/es/message-box.md b/examples/docs/es/message-box.md
index aaca3e9e1..b3cdd9d07 100644
--- a/examples/docs/es/message-box.md
+++ b/examples/docs/es/message-box.md
@@ -305,7 +305,7 @@ Los métodos correspondientes: `MessageBox`, `MessageBox.alert`, `MessageBox.con
| message | contenido del componente MessageBox | string | — | — |
| dangerouslyUseHTMLString | utilizado para que `message` sea tratado como una cadena HTML | boolean | — | false |
| type | tipo de mensaje , utilizado para mostrar el icono | string | success / info / warning / error | — |
-| iconClass | clase personalizada para el icono, sobreescribe `type` | string | — | — |
+| iconClass | clase personalizada para el icono, sobrescribe `type` | string | — | — |
| customClass | nombre de la clase personalizada para el componente MessageBox | string | — | — |
| callback | MessageBox callback al cerrar si no desea utilizar Promise | function(action), donde la accion puede ser 'confirm', 'cancel' o 'close', e `instance` es la instancia del componente MessageBox. Puedes acceder a los metodos y atributos de esa instancia | — | — |
| beforeClose | callback llamado antes de cerrar el componente MessageBox, y previene que el componente MessageBox se cierre | function(action, instance, done), donde `action` pueden ser 'confirm', 'cancel' o 'close'; `instance` es la instancia del componente MessageBox, Puedes acceder a los metodos y atributos de esa instancia; `done` es para cerrar la instancia | — | — |
diff --git a/examples/docs/es/message.md b/examples/docs/es/message.md
index 61c5c609e..8015532ad 100644
--- a/examples/docs/es/message.md
+++ b/examples/docs/es/message.md
@@ -181,7 +181,7 @@ Utiliza el atributo `center` para centrar el texto.
:::
:::warning
-Aunque la propiedad `message` soporta cadenas HTML, realizar arbitrariamente render dinámico de HTML en nuestro sitio web puede ser muy peligroso ya que puede conducir fácilmente a [XSS attacks](https://en.wikipedia.org/wiki/Cross-site_scripting). Entonces cuando `dangerouslyUseHTMLString` esta activada, asegurese que el contenido de `message` sea de confianza, y **nunca** asignar `message` a contenido generado por el usuario.
+Aunque la propiedad `message` soporta cadenas HTML, realizar arbitrariamente render dinámico de HTML en nuestro sitio web puede ser muy peligroso ya que puede conducir fácilmente a [XSS attacks](https://en.wikipedia.org/wiki/Cross-site_scripting). Entonces cuando `dangerouslyUseHTMLString` esta activada, asegúrese que el contenido de `message` sea de confianza, y **nunca** asignar `message` a contenido generado por el usuario.
:::
### Métodos Globales
@@ -198,15 +198,15 @@ import { Message } from 'element-ui';
En este caso debería llamar al método `Message(options)`. También se han registrado métodos para los diferentes tipos, e.g. `Message.success(options)`. Puede llamar al método `Message.closeAll()` para cerrar manualmente todas las instancias.
-### Options
-| Atributo | Descripcion | Tipo | Valores permitidos | Por defecto |
+### Opciones
+| Atributo | Descripción | Tipo | Valores permitidos | Por defecto |
| ------------------------ | ---------------------------------------- | -------------- | -------------------------- | ----------- |
| message | texto del mensaje | string / VNode | — | — |
| type | tipo del mensaje | string | success/warning/info/error | info |
-| iconClass | clase personalizada para el icono, sobreescribe `type` | string | — | — |
+| iconClass | clase personalizada para el icono, sobrescribe `type` | string | — | — |
| dangerouslyUseHTMLString | utilizado para que `message` sea tratado como cadena HTML | boolean | — | false |
| customClass | nombre de clase personalizado para el componente Message | string | — | — |
-| duration | muestra la duración,en milisegundos. si se establece en 0, este no se apagara automáticamente | number | — | 3000 |
+| duration | muestra la duración,en mili segundos. si se establece en 0, este no se apagara automáticamente | number | — | 3000 |
| showClose | utilizado para mostrar un botón para cerrar | boolean | — | false |
| center | utilizado para centrar el texto | boolean | — | false |
| onClose | función callback ejecutada cuando se cierra con una instancia de mensaje como parámetro | function | — | — |
diff --git a/examples/docs/es/notification.md b/examples/docs/es/notification.md
index 010ce03e5..7d92a692c 100644
--- a/examples/docs/es/notification.md
+++ b/examples/docs/es/notification.md
@@ -4,7 +4,7 @@ Muestra un mensaje de notificación global en una esquina de la página.
### Uso básico
-:::demo Element ha registrado el método`$notify` y recibe un objeto como parámetro. En el caso más sencillo, puede establecer el campo de `title` y el campo de ` message` para el título y el cuerpo de la notificación. De forma predeterminada, la notificación se cierra automáticamente después de 4500ms, pero configurando `duration` se puede controlar su duración. Específicamente, si está configurado en `0`, no se cerrará automáticamente. Tenga en cuenta que `duration` recibe un `Number` en milisegundos.
+:::demo Element ha registrado el método`$notify` y recibe un objeto como parámetro. En el caso más sencillo, puede establecer el campo de `title` y el campo de ` message` para el título y el cuerpo de la notificación. De forma predeterminada, la notificación se cierra automáticamente después de 4500ms, pero configurando `duration` se puede controlar su duración. Específicamente, si está configurado en `0`, no se cerrará automáticamente. Tenga en cuenta que `duration` recibe un `Number` en mili segundos.
```html
@@ -313,6 +313,6 @@ En este caso, debe llamar a `Notification(options)`. También se han registrado
### Métodos
`Notification` y `this.$notify` devuelven la instancia de la notificación actual. Para cerrar manualmente la instancia, se puede llamar `close` para ello.
-| Metodo | Descripción |
+| Método | Descripción |
| ------ | ---------------------- |
| close | cierra la notificación |
diff --git a/examples/docs/es/popconfirm.md b/examples/docs/es/popconfirm.md
index 72033bfc0..46a3788ef 100644
--- a/examples/docs/es/popconfirm.md
+++ b/examples/docs/es/popconfirm.md
@@ -1,12 +1,12 @@
## Popconfirm
-A simple confirmation dialog of an element click action.
+Un dialogo de confirmación simple asociado al evento click de un elemento.
-### Basic usage
+### Uso básico
-Popconfirm is similar to Popover. So for some duplicated attributes, please refer to the documentation of Popover.
+Popconfirm es parecido a Popover. Para algunos atributos duplicados, por favor consulte la documentación de Popover.
-:::demo Only `title` attribute is avaliable in Popconfirm, `content` will be ignored.
+:::demo Solo el atributo `title` esta disponible en Popconfirm, `content` sera ignorado.
```html
Delete
@@ -36,19 +37,25 @@ You can customise Popconfirm like:
```
:::
-### Attributes
-| Attribute | Description | Type | Accepted Values | Default |
+### Atributos
+| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
|--------------------|----------------------------------------------------------|-------------------|-------------|--------|
-| title | Title | String | — | — |
-| confirmButtonText | Confirm button text | String | — | — |
-| cancelButtonText | Cancel button text | String | — | — |
-| confirmButtonType | Confirm button type | String | — | Primary |
-| cancelButtonType | Cancel button type | String | — | Text |
-| icon | Icon | String | — | el-icon-question |
-| iconColor | Icon color | String | — | #f90 |
-| hideIcon | is hide Icon | Boolean | — | false |
+| title | Titulo | String | — | — |
+| confirm-button-text | Texto del botón de confirmación | String | — | — |
+| cancel-button-text | Texto del botón de cancelación | String | — | — |
+| confirm-button-type | Tipo del botón de confirmación | String | — | Primary |
+| cancel-button-type | Tipo del botón de cancelación | String | — | Text |
+| icon | Icono | String | — | el-icon-question |
+| icon-color | Color icono | String | — | #f90 |
+| hide-icon | ¿Es un icono oculto? | Boolean | — | false |
### Slot
-| Name | Description |
+| Nombre | Descripción |
|--- | ---|
-| reference | HTML element that triggers Popconfirm |
+| reference | Elemento HTML que activa el Popconfirm |
+
+### Eventos
+| Nombre Evento | Descripción | Parámetros |
+|---------|--------|---------|
+| confirm | Se activa cuando se pulsa el botón de confirmación | — |
+| cancel | Se activa cuando se pulsa el botón de cancelación | — |
\ No newline at end of file
diff --git a/examples/docs/es/popover.md b/examples/docs/es/popover.md
index f51bb81b1..640585fbe 100644
--- a/examples/docs/es/popover.md
+++ b/examples/docs/es/popover.md
@@ -150,8 +150,8 @@ Por supuesto, puedes anidar otras operaciones. Es más ligero que utilizar un `d
| visible-arrow | si una flecha del tooltip es mostrada o no. Para más información, por favor refiérase a [Vue-popper](https://github.com/element-component/vue-popper) | boolean | — | true |
| popper-options | parámetros para [popper.js](https://popper.js.org/documentation.html) | object | por favor, refiérase a [popper.js](https://popper.js.org/documentation.html) | `{ boundariesElement: 'body', gpuAcceleration: false }` |
| popper-class | clase propia para popover | string | — | — |
-| open-delay | retraso de la aparición cuando `trigger` es hover, en milisegundos | number | — | — |
-| close-delay | Retraso antes de desaparecer cuando el `trigger` es hover, en milisegundos. | number | — | 200 |
+| open-delay | retraso de la aparición cuando `trigger` es hover, en mili segundos | number | — | — |
+| close-delay | Retraso antes de desaparecer cuando el `trigger` es hover, en mili segundos. | number | — | 200 |
| tabindex | [tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) de Popover | number | — | 0 |
### Slot
diff --git a/examples/docs/es/progress.md b/examples/docs/es/progress.md
index 7b7c2f312..8ecc119c6 100644
--- a/examples/docs/es/progress.md
+++ b/examples/docs/es/progress.md
@@ -165,7 +165,8 @@ Puede utilizar el atributo `color` para establecer el color de la barra de progr
| stroke-width | ancho de la barra de progreso | number | — | 6 |
| text-inside | mostrar el porcentaje dentro de la barra de progreso, solo funciona cuando `type` es 'line' | boolean | — | false |
| status | estado actual de la barra de progreso | string | success/exception/warning | — |
-| color | color de fondo de la barra de progreso. Sobreescribe la propiedad `status` | string/function/array | — | '' |
+| color | color de fondo de la barra de progreso. Sobrescribe la propiedad `status` | string/function/array | — | '' |
| width | ancho del canvas que contiene la barra de progreso circula | number | — | 126 |
| show-text | mostrar porcentaje | boolean | — | true |
-| stroke-linecap | circle/dashboard type shape at the end path | string | butt/round/square | round |
\ No newline at end of file
+| stroke-linecap | circle/dashboard tipo de diseño al final del camino | string | butt/round/square | round |
+| format | personalizar el formato de texto estableciendo format | function(percentage) | — | — |
\ No newline at end of file
diff --git a/examples/docs/es/select.md b/examples/docs/es/select.md
index 77cc383fb..291d5096f 100644
--- a/examples/docs/es/select.md
+++ b/examples/docs/es/select.md
@@ -186,7 +186,7 @@ Puede limpiar un Select con un icono.
### Selección múltiple básica
-Selección multiple utiliza tags para mostrar las opciones seleccionadas.
+Selección múltiple utiliza tags para mostrar las opciones seleccionadas.
:::demo Configure el atributo `multiple` para `el-select` para habilitar el modo múltiple. En este caso, el valor del `v-model` será un array de opciones seleccionadas. De forma predeterminada, las opciones seleccionadas se mostrarán como tags. Se pueden contraer a un texto utilizando el atributo `collapse-tags`.
@@ -562,7 +562,7 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va
| automatic-dropdown | para non-filterable Select, este `prop` decide si el menú de opciones aparece cuando la entrada está enfocada | boolean | - | false |
### Eventos Select
-| Nombre | Descripción | Parametros |
+| Nombre | Descripción | Parámetros |
| -------------- | ------------------------------------------------------------ | ----------------------------------------- |
| change | se dispara cuando el valor del select cambia | valor actual del select |
| visible-change | se dispara cuando el menú desplegable aparece o desaparece | true cuando aparece, y false en otro caso |
@@ -571,8 +571,8 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va
| blur | se dispara cuando el input pierde el foco | (event: Event) |
| focus | se dispara cuando el input obtiene el foco | (event: Event) |
-### Select Slots
-| Name | Description |
+### Slots Select
+| Nombre | Descripción |
|---------|-------------|
| — | lista de los componentes Option |
| prefix | contenido prefix de un Select |
@@ -591,8 +591,8 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va
| label | etiqueta de option, es igual a `value` si se omite | string/number | — | — |
| disabled | si option esta deshabilitado | boolean | — | false |
-### Metodos
-| Metodo | Descripción | Parametros |
+### Métodos
+| Método | Descripción | Parámetros |
| ------ | --------------------------- | ---------- |
| focus | Foco en el componente input | - |
| blur | Quita el focus del componente y oculta el dropdown | - |
diff --git a/examples/docs/es/skeleton.md b/examples/docs/es/skeleton.md
new file mode 100644
index 000000000..edf77d092
--- /dev/null
+++ b/examples/docs/es/skeleton.md
@@ -0,0 +1,315 @@
+## Skeleton
+
+When loading data, and you need a rich experience for visual and interactions for your end users, you can choose `skeleton`.
+
+### Basic usage
+
+The basic skeleton.
+
+:::demo
+
+```html
+
+
+
+```
+
+:::
+
+### Configurable Rows
+
+You can configure the row numbers yourself, we are rendering a title row with 33% width of the others.
+
+:::demo
+
+```html
+
+```
+
+:::
+
+### Animation
+We have provided a switch flag indicating whether showing the loading animation, called `animated` when this is true, all children of `el-skeleton` will show animation
+
+:::demo
+
+```html
+
+```
+
+:::
+
+### Customized Template
+ElementPlus only provides the most common template, sometimes that could be a problem, so you have a slot named `template` to do that work.
+
+Also we have provided different types skeleton unit that you can choose, for more detailed info, please scroll down to the bottom of this page to see the API description. Also, when building your own customized skeleton structure, you should be structuring them as closer to the real DOM as possible, which avoiding the DOM bouncing caused by the height difference.
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+### Loading state
+
+When `Loading` ends, we always need to show the real UI with data to our end users. with the attribtue `loading` we can control whether showing the DOM. You can also use slot `default` to structure the real DOM element.
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ Operation button
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+
+### Rendering a list of data
+
+Most of the time, skeleton is used as indicators of rendering a list of data which haven't been fetched from server yet, then we need to create a list of skeleton out of no where to make it look like it is loading, with `count` attribute, you can control how many these templates you need to render to the browser.
+
+
+:::tip
+We do not recommend rendering lots of fake UI to the browser, it will still cause the performance issue, it also costs longer to destroy the skeleton. Keep `count` as small as it can be to make better user experience.
+:::
+
+:::demo
+
+```html
+
+
+
+ Click me to reload
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ Operation button
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+### Avoiding rendering bouncing.
+Sometimes API responds very quickly, when that happens, the skeleton just gets rendered to the DOM then it needs to switch back to real DOM, that causes the sudden flashy. To avoid such thing, you can use the `throttle` attribute.
+
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ operation button
+
+
+
+
+
+
+
+
+
+```
+:::
+
+### Skeleton Attributes
+
+| Attribute | Description | Type | Acceptable Value | Default |
+| ------- | ---------------- | ------- | ------------ | ------ |
+| animated | whether showing the animation | boolean | true / false | false |
+| count | how many fake items to render to the DOM | number | integer | 1 |
+| loading | whether showing the skeleton | boolean | true / false | true |
+| rows | numbers of the row, only useful when no template slot were given | number | integer | 4 |
+| throttle | Rendering delay in millseconds | number | integer | 0 |
+
+
+### Skeleton Item Attributes
+| Attribute | Description | Type | Acceptable Value | Default |
+| ------- | ---------------- | ------- | ------------ | ------ |
+| variant | The current rendering skeleton type | Enum(string) | p / text / h1 / h3 / text / caption / button / image / circle / rect | text |
+
+
+### Skeleton Slots
+
+| Name | Description |
+| ---- | ----------- |
+| default | Real rendering DOM |
+| template | Custom rendering skeleton template |
diff --git a/examples/docs/es/slider.md b/examples/docs/es/slider.md
index 58ceaf263..f28cf7f09 100644
--- a/examples/docs/es/slider.md
+++ b/examples/docs/es/slider.md
@@ -231,13 +231,13 @@ Se soporta la selección de un rango de valores.
| vertical | modo vertical | boolean | — | false |
| height | alto del Slider, requerido en modo vertical | string | — | — |
| label | etiqueta para screen reader | string | — | — |
-| debounce | retardo al escribir, en milisegundos, funciona cuando`show-input` es true. | number | — | 300 |
+| debounce | retardo al escribir, en mili segundos, funciona cuando`show-input` es true. | number | — | 300 |
| tooltip-class | nombre personalizado de clase para el tooltip | string | — | — |
| marks | marcas, tipo de clave debe ser `number` y debe estar en intervalo cerrado [min, max], cada marca puede tener estilo personalizado | object | — | — |
## Eventos
-| Nombre | Descripción | Parametros |
+| Nombre | Descripción | Parámetros |
| ------ | ---------------------------------------- | ------------------------ |
-| change | se dispara cuando el valor cambia (si el ratón está comenzando el arrastre este evento sólo se disparara cuando se suelte el ratón) | valor despues del cambio |
-| input | triggers when the data changes (It'll be emitted in real time during sliding) | value after changing |
+| change | se dispara cuando el valor cambia (si el ratón está comenzando el arrastre este evento sólo se disparara cuando se suelte el ratón) | valor después del cambio |
+| input | Se dispara cuando los datos cambian (funciona en tiempo real) | valor después del cambio |
diff --git a/examples/docs/es/steps.md b/examples/docs/es/steps.md
index 8c3f8a94b..19d3beb41 100644
--- a/examples/docs/es/steps.md
+++ b/examples/docs/es/steps.md
@@ -6,7 +6,7 @@ Guía al usuario para completar tareas de acuerdo con el proceso. Sus pasos pued
Barra de pasos simple.
-:::demo Defina el atributo `active` con un valor de tipo `Number`, que indica el índice de pasos y comienza desde 0. Puede definir el atributo `space` cuando es necesario fijar el ancho del paso que acepta el tipo `Boolean`. La unidad del atributo `space` es px. Si no está configurado, es responsive. La configuración del atributo `finish-status` puede cambiar el estado de los pasos completados.
+:::demo Defina el atributo `active` con un valor de tipo `Number`, que indica el índice de pasos y comienza desde 0. Puede definir el atributo `space` cuando es necesario fijar el ancho del paso que acepta el tipo `Number`. La unidad del atributo `space` es px. Si no está configurado, es responsive. La configuración del atributo `finish-status` puede cambiar el estado de los pasos completados.
```html
@@ -50,7 +50,7 @@ Muestra el estado del step para cada paso.
```
:::
-### Centrado
+### Centrado
El título y la descripción pueden estar centrados.
@@ -151,8 +151,8 @@ Step bar simple, donde se ignorará `align-center`, `description`, `direction` y
| icon | icono del paso | nombre de la clase del icono del paso. Los iconos también se pueden pasar a través del slot con nombre | string | — |
| status | estado actual. Se configurará automáticamente mediante Steps si no está configurado. | wait / process / finish / error / success | - | |
-### Step Slot
-| Name | Description |
+### Slot Step
+| Nombre | Descripción |
| ----------- | -------------------- |
| icon | Icono personalizado |
| title | Titulo del paso |
diff --git a/examples/docs/es/switch.md b/examples/docs/es/switch.md
index 30ce08ace..c76ca7219 100644
--- a/examples/docs/es/switch.md
+++ b/examples/docs/es/switch.md
@@ -134,12 +134,12 @@ Switch es utilizado para realizar cambios entre dos estados opuestos.
### Eventos
-| Nombre del evento | Descripción | Parametro |
+| Nombre del evento | Descripción | Parámetro |
| ----------------- | --------------------------------- | --------- |
| change | se dispara cuando el valor cambia | valor |
después de cambiar
-### Metodos
-| Metodo | Descripción | Parametro |
+### Métodos
+| Método | Descripción | Parámetro |
| ------ | ------------------------- | --------- |
| focus | foco al componente Switch | — |
diff --git a/examples/docs/es/table.md b/examples/docs/es/table.md
index 9cc89711b..36f32ffd8 100644
--- a/examples/docs/es/table.md
+++ b/examples/docs/es/table.md
@@ -1815,7 +1815,7 @@ Puede personalizar el índice de la fila con la propiedad `type=index` de las co
| ---------------------- | ---------------------------------------- | ---------------------------------------- | ------------------------------ | ---------------------------------------- |
| data | Datos de la tabla | array | — | — |
| height | Altura de la tabla. Por defecto esta tiene un tamaño `auto`. Si este valor es un número, la altura es medido en pixeles; si este valor es una cadena, la altura es afectada por estilos externos. | string/number | — | — |
-| max-height | Table's max-height. The legal value is a number or the height in px. | string/number | — | — |
+| max-height | El max-height de la tabla. El valor puede ser un numero o el alto en px. | string/number | — | — |
| stripe | especifica si la tabla será en franjas | boolean | — | false |
| border | especifica si la tabla tiene bordes verticales | boolean | — | false |
| size | tamaño de la tabla | string | medium / small / mini | — |
diff --git a/examples/docs/es/tabs.md b/examples/docs/es/tabs.md
index 8c3c7bc52..88d4a7765 100644
--- a/examples/docs/es/tabs.md
+++ b/examples/docs/es/tabs.md
@@ -293,7 +293,7 @@ Solo las pestañas de tipo tarjeta soportan adición y cierre.
| tab-click | se lanza cuando se hace clic a una pestaña | pestaña clickeada |
| tab-remove | se lanza cuando se hace clic al botón tab-remove | nombre de la pestaña removida |
| tab-add | se lanza cuando se hace clic al botón tab-add | — |
-| edit | se lanza cuando los botones de tab-add y/o tab-remove son clickeados | (targetName, action) |
+| edit | se lanza cuando los botones de tab-add y/o tab-remove son cliqueados | (targetName, action) |
### Atributos del Tab-pane
| Atributo | Descripción | Tipo | Valores Aceptados | Default |
diff --git a/examples/docs/es/tag.md b/examples/docs/es/tag.md
index f87faa25a..a70241e25 100644
--- a/examples/docs/es/tag.md
+++ b/examples/docs/es/tag.md
@@ -141,9 +141,9 @@ Además del tamaño predeterminado, el componente Tag proporciona tres tamaños
### Theme
-Tag provide three different themes: `dark`、`light` and `plain`
+Tag tiene tres diferentes temas: `dark`、`light` y `plain`
-:::demo Using `effect` to change, default is `light`
+:::demo Use `effect` para cambiarlo, por defecto es `light`
```html
Dark
diff --git a/examples/docs/es/time-picker.md b/examples/docs/es/time-picker.md
index 36e20f8fa..69623d645 100644
--- a/examples/docs/es/time-picker.md
+++ b/examples/docs/es/time-picker.md
@@ -34,7 +34,7 @@ Provee una lista de tiempo fijo para que los usuarios escojan.
Un tiempo arbitrario puede ser escogido.
-:::demo Al usar el tag `el-time-picker`, es posible limitar el rango de tiempo al especificar `selectableRange`. Por defecto, es posible hacer scroll con la rueda del mouse para escoger el tiempo, alternativamente se pueden utilizar las flechas de control cuando el atributo `arrow-control` esté establecido.
+:::demo Al usar el tag `el-time-picker`, es posible limitar el rango de tiempo al especificar `selectableRange`. Por defecto, es posible hacer scroll con la rueda del ratón para escoger el tiempo, alternativamente se pueden utilizar las flechas de control cuando el atributo `arrow-control` esté establecido.
```html
diff --git a/examples/docs/es/timeline.md b/examples/docs/es/timeline.md
index 1c76ca6ed..0990f9f9e 100644
--- a/examples/docs/es/timeline.md
+++ b/examples/docs/es/timeline.md
@@ -147,7 +147,7 @@ Las marcas de tiempo ( timestamp ) puede colocarse encima del contenido cuando
| icon | nombre de la clase del icono | string | — | - |
### Timeline-Item Slot
-| name | Description |
+| Nombre | Descripción |
|------|--------|
| — | Contenido personalizado del ítem del timeline |
| dot | Definición personalizada del nodo |
diff --git a/examples/docs/es/tooltip.md b/examples/docs/es/tooltip.md
index b1be34b4e..15ed6c518 100644
--- a/examples/docs/es/tooltip.md
+++ b/examples/docs/es/tooltip.md
@@ -6,7 +6,7 @@ Mostrar aviso de información con el hover del mouse.
Tooltip tiene 9 colocaciones.
-:::demo Use el atributo `content` para establecer el contenido que se mostrará al hacer hover. El atributo `placement` determina la posición del tooltip. Su valor es `[orientation]-[alignment]` con cuatro orientaciones `top`, `left`, `right`, `bottom` y tres alineaciones `start`, `end`, `null`, la alineación default es null. Tome `placement="left-end"` como ejemplo, Tooltip será mostrado en la izquierda del elemento en que se esté haciendo hover y el fondo del tooltip se alineará con el fondo del elemento.
+:::demo Use el atributo `content` para establecer el contenido que se mostrará al hacer hover. El atributo `placement` determina la posición del tooltip. Su valor es `[orientation]-[alignment]` con cuatro orientaciones `top`, `left`, `right`, `bottom` y tres alineaciones `start`, `end`, `null`, la alineación por defecto es null. Tome `placement="left-end"` como ejemplo, Tooltip será mostrado en la izquierda del elemento en que se esté haciendo hover y el fondo del tooltip se alineará con el fondo del elemento.
```html
@@ -116,7 +116,7 @@ Tooltip tiene dos temas: `dark` y `light`.
Despliegue múltiples líneas de texto y establezca su formato.
-:::demo Sobrecriba el atributo `content` del `el-tooltip` añadiendo un slot llamado `content`.
+:::demo Sobrescriba el atributo `content` del `el-tooltip` añadiendo un slot llamado `content`.
```html
multiple lines second line
@@ -172,7 +172,7 @@ De hecho, Tooltip es una extensión basada en [Vue-popper](https://github.com/el
El componente `router-link` no es soportado por Tooltip, favor de usar `vm.$router.push`.
Elementos de forma deshabilitados no son soportados por Tooltip, más información puede ser encontrada en [MDN](https://developer.mozilla.org/en-US/docs/Web/Events/mouseenter).
-Es necesario envolver los elementos de forma deshabilitados en un elemento contenedor para que Tooltipo funcione.
+Es necesario envolver los elementos de forma deshabilitados en un elemento contenedor para que Tooltip funcione.
:::
@@ -188,9 +188,9 @@ Es necesario envolver los elementos de forma deshabilitados en un elemento conte
| transition | nombre de animación | string | — | el-fade-in-linear |
| visible-arrow | si una flecha es mostrada. Para mayor información, revisar la página de [Vue-popper](https://github.com/element-component/vue-popper) | boolean | — | true |
| popper-options | parámetros de [popper.js](https://popper.js.org/documentation.html) | Object | referirse a la documentación de [popper.js](https://popper.js.org/documentation.html) | `{ boundariesElement: 'body', gpuAcceleration: false }` |
-| open-delay | retraso de la apariencia, en milisegundos | number | — | 0 |
+| open-delay | retraso de la apariencia, en mili segundos | number | — | 0 |
| manual | si el Tooltipo será controlado de forma manual. `mouseenter` y `mouseleave` no tendrán efecto si fue establecido como `true` | boolean | — | false |
| popper-class | nombre de clase personalizada para el popper del Tooltip | string | — | — |
-| enterable | si el mouse puede entrar al Tooltip | Boolean | — | true |
-| hide-after | tiempo a esperar en milisegundos para esconder el Tooltip | number | — | 0 |
-| tabindex | [tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of Tooltip | number | — | 0 |
+| enterable | si el ratón puede entrar al Tooltip | Boolean | — | true |
+| hide-after | tiempo a esperar en mili segundos para esconder el Tooltip | number | — | 0 |
+| tabindex | [tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) de Tooltip | number | — | 0 |
diff --git a/examples/docs/es/transfer.md b/examples/docs/es/transfer.md
index d617a563b..84defb6e1 100644
--- a/examples/docs/es/transfer.md
+++ b/examples/docs/es/transfer.md
@@ -38,7 +38,7 @@
Puede buscar y filtrar los items.
-:::demo Ponga el atributo `filterable` a true para permitir el filtrado.Por defecto si el `label` del ítem contiene el término buscado será incluido en el resultado. También puede implementar su propio método de filtrado con el atributo `filter-method`, que recibe un método y le pasa la búsqueda y cada ítem. Los items para los que devuelva true serán incluidos en el resultado de la búsqueda.
+:::demo Ponga el atributo `filterable` a true para permitir el filtrado. Por defecto si el `label` del ítem contiene el término buscado será incluido en el resultado. También puede implementar su propio método de filtrado con el atributo `filter-method`, que recibe un método y le pasa la búsqueda y cada ítem. Los items para los que devuelva true serán incluidos en el resultado de la búsqueda.
```html
+```
+:::
+
+### Custom image
+
+Use `image` prop to set image URL.
+
+:::demo
+
+```html
+
+```
+:::
+
+### Image size
+
+Use `image-size` prop to control image size.
+
+:::demo
+
+```html
+
+```
+:::
+
+### Bottom content
+
+Use the default slot to insert content at the bottom.
+
+:::demo
+```html
+
+ Button
+
+```
+:::
+
+### Empty Attributes
+| Attribute | Description | Type | Acceptable Value | Default Value |
+|------------- |---------------- |---------------- |---------------------- |-------- |
+| image | image URL | string | — | — |
+| image-size | image size (width) | number | — | — |
+| description | description | string | — | — |
+
+### Empty Slots
+
+| Name | Description |
+|------|--------|
+| default | Custom bottom content |
+| image | Custom image |
+| description | Custom description |
diff --git a/examples/docs/fr-FR/input-number.md b/examples/docs/fr-FR/input-number.md
index 031735981..abd4a5eb1 100644
--- a/examples/docs/fr-FR/input-number.md
+++ b/examples/docs/fr-FR/input-number.md
@@ -174,7 +174,7 @@ Utilisez l'attribut `size` pour régler la taille avec `medium`, `small` ou `min
| min | La valeur minimale autorisée. | number | — | `-Infinity` |
| max | La valeur maximale autorisée. | number | — | `Infinity` |
| step | Le pas pour l'incrémentation. | number | — | 1 |
-| step-strictly | Si la valeur ne peut être qu'un multiple du pas. | number | — | false |
+| step-strictly | Si la valeur ne peut être qu'un multiple du pas. | boolean | — | false |
| precision | La précision de la valeur. | number | — | — |
| size | La taille du composant. | string | large/small| — |
| disabled| Si le composant est désactivé. | boolean | — | false |
diff --git a/examples/docs/fr-FR/input.md b/examples/docs/fr-FR/input.md
index cb215d9c4..c9266aab9 100644
--- a/examples/docs/fr-FR/input.md
+++ b/examples/docs/fr-FR/input.md
@@ -660,6 +660,7 @@ export default {
| Nom | Description | Paramètres |
|----| ----| ----|
| select | Se déclenche quand une suggestion est cliquée. | La suggestion sélectionnée. |
+| change | Se déclenche quand la valeur change. | (value: string \ number) |
### Méthodes de l'autocomplétion
diff --git a/examples/docs/fr-FR/layout.md b/examples/docs/fr-FR/layout.md
index 81ee4428b..1198e7758 100644
--- a/examples/docs/fr-FR/layout.md
+++ b/examples/docs/fr-FR/layout.md
@@ -338,7 +338,7 @@ Ces classes sont:
| gutter | Espacement de la grille. | number | — | 0 |
| type | Mode de mise en page. Vous pouvez utiliser flex, qui fonctionne sur les navigateurs modernes. | string | — | — |
| justify | Alignement horizontal pour le mise en page flex. | string | start/end/center/space-around/space-between | start |
-| align | Alignement vertical pour la mise en page flex. | string | top/middle/bottom | top |
+| align | Alignement vertical pour la mise en page flex. | string | top/middle/bottom | — |
| tag | Élément de tag personnalisé. | string | * | div |
### Attributs des colonnes
diff --git a/examples/docs/fr-FR/popconfirm.md b/examples/docs/fr-FR/popconfirm.md
index 72033bfc0..321bce63c 100644
--- a/examples/docs/fr-FR/popconfirm.md
+++ b/examples/docs/fr-FR/popconfirm.md
@@ -24,10 +24,10 @@ You can customise Popconfirm like:
```html
Delete
@@ -40,15 +40,21 @@ You can customise Popconfirm like:
| Attribute | Description | Type | Accepted Values | Default |
|--------------------|----------------------------------------------------------|-------------------|-------------|--------|
| title | Title | String | — | — |
-| confirmButtonText | Confirm button text | String | — | — |
-| cancelButtonText | Cancel button text | String | — | — |
-| confirmButtonType | Confirm button type | String | — | Primary |
-| cancelButtonType | Cancel button type | String | — | Text |
+| confirm-button-text | Confirm button text | String | — | — |
+| cancel-button-text | Cancel button text | String | — | — |
+| confirm-button-type | Confirm button type | String | — | Primary |
+| cancel-button-type | Cancel button type | String | — | Text |
| icon | Icon | String | — | el-icon-question |
-| iconColor | Icon color | String | — | #f90 |
-| hideIcon | is hide Icon | Boolean | — | false |
+| icon-color | Icon color | String | — | #f90 |
+| hide-icon | is hide Icon | Boolean | — | false |
### Slot
| Name | Description |
|--- | ---|
| reference | HTML element that triggers Popconfirm |
+
+### Events
+| Event Name | Description | Parameters |
+|---------|--------|---------|
+| confirm | triggers when click confirm button | — |
+| cancel | triggers when click cancel button | — |
\ No newline at end of file
diff --git a/examples/docs/fr-FR/progress.md b/examples/docs/fr-FR/progress.md
index b7bf96ecb..347eb44d9 100644
--- a/examples/docs/fr-FR/progress.md
+++ b/examples/docs/fr-FR/progress.md
@@ -4,7 +4,7 @@ Progress est utilisé pour afficher la progression d'une opération et informer
### Barre de progression linéaire
-:::demo Utilisez l'attribut `percentage` pour indiquer le pourcentage. Cet attribut est **requis** et doit être compris entre 0 et 100. You can custom text format by setting `format`.
+:::demo Utilisez l'attribut `percentage` pour indiquer le pourcentage. Cet attribut est **requis** et doit être compris entre 0 et 100. Vous pouvez personnaliser le format du texte en définissant le `format`.
```html
@@ -171,4 +171,5 @@ Vous pouvez également spécifier l'attribut `type` de `dashboard` pour utiliser
| color | La couleur de fon de la barre. Écrase `status`. | string/function/array | — | '' |
| width | La largeur du canvas dans le cas d'une barre circulaire. | number | — | 126 |
| show-text | Si le pourcentage doit être affiché. | boolean | — | true |
-| stroke-linecap | circle/dashboard type shape at the end path | string | butt/round/square | round |
\ No newline at end of file
+| stroke-linecap | circle/dashboard type shape at the end path | string | butt/round/square | round |
+| format | Vous pouvez personnaliser le format du texte en définissant le format | function(percentage) | — | — |
\ No newline at end of file
diff --git a/examples/docs/fr-FR/skeleton.md b/examples/docs/fr-FR/skeleton.md
new file mode 100644
index 000000000..edf77d092
--- /dev/null
+++ b/examples/docs/fr-FR/skeleton.md
@@ -0,0 +1,315 @@
+## Skeleton
+
+When loading data, and you need a rich experience for visual and interactions for your end users, you can choose `skeleton`.
+
+### Basic usage
+
+The basic skeleton.
+
+:::demo
+
+```html
+
+
+
+```
+
+:::
+
+### Configurable Rows
+
+You can configure the row numbers yourself, we are rendering a title row with 33% width of the others.
+
+:::demo
+
+```html
+
+```
+
+:::
+
+### Animation
+We have provided a switch flag indicating whether showing the loading animation, called `animated` when this is true, all children of `el-skeleton` will show animation
+
+:::demo
+
+```html
+
+```
+
+:::
+
+### Customized Template
+ElementPlus only provides the most common template, sometimes that could be a problem, so you have a slot named `template` to do that work.
+
+Also we have provided different types skeleton unit that you can choose, for more detailed info, please scroll down to the bottom of this page to see the API description. Also, when building your own customized skeleton structure, you should be structuring them as closer to the real DOM as possible, which avoiding the DOM bouncing caused by the height difference.
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+### Loading state
+
+When `Loading` ends, we always need to show the real UI with data to our end users. with the attribtue `loading` we can control whether showing the DOM. You can also use slot `default` to structure the real DOM element.
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ Operation button
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+
+### Rendering a list of data
+
+Most of the time, skeleton is used as indicators of rendering a list of data which haven't been fetched from server yet, then we need to create a list of skeleton out of no where to make it look like it is loading, with `count` attribute, you can control how many these templates you need to render to the browser.
+
+
+:::tip
+We do not recommend rendering lots of fake UI to the browser, it will still cause the performance issue, it also costs longer to destroy the skeleton. Keep `count` as small as it can be to make better user experience.
+:::
+
+:::demo
+
+```html
+
+
+
+ Click me to reload
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ Operation button
+
+
+
+
+
+
+
+
+
+```
+
+:::
+
+### Avoiding rendering bouncing.
+Sometimes API responds very quickly, when that happens, the skeleton just gets rendered to the DOM then it needs to switch back to real DOM, that causes the sudden flashy. To avoid such thing, you can use the `throttle` attribute.
+
+
+:::demo
+
+```html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Delicious hamberger
+
+ {{ currentDate }}
+ operation button
+
+
+
+
+
+
+
+
+
+```
+:::
+
+### Skeleton Attributes
+
+| Attribute | Description | Type | Acceptable Value | Default |
+| ------- | ---------------- | ------- | ------------ | ------ |
+| animated | whether showing the animation | boolean | true / false | false |
+| count | how many fake items to render to the DOM | number | integer | 1 |
+| loading | whether showing the skeleton | boolean | true / false | true |
+| rows | numbers of the row, only useful when no template slot were given | number | integer | 4 |
+| throttle | Rendering delay in millseconds | number | integer | 0 |
+
+
+### Skeleton Item Attributes
+| Attribute | Description | Type | Acceptable Value | Default |
+| ------- | ---------------- | ------- | ------------ | ------ |
+| variant | The current rendering skeleton type | Enum(string) | p / text / h1 / h3 / text / caption / button / image / circle / rect | text |
+
+
+### Skeleton Slots
+
+| Name | Description |
+| ---- | ----------- |
+| default | Real rendering DOM |
+| template | Custom rendering skeleton template |
diff --git a/examples/docs/fr-FR/steps.md b/examples/docs/fr-FR/steps.md
index 33af263a0..2cb9d5b40 100644
--- a/examples/docs/fr-FR/steps.md
+++ b/examples/docs/fr-FR/steps.md
@@ -6,7 +6,7 @@ Permet de guider l'utilisateur dans l'accomplissement de toutes les taches d'un
Voici une barre d'étapes basique.
-:::demo Réglez l'attribut `active` avec une variable `Number`, qui indique l'index des étapes et commence à 0. L'attribut `space` permet de déterminer si l'espace entre les étapes doit être fixe à l'aide d'un `Boolean`. L'unité de `space` est `px`. Si cet attribut est absent, la barre sera responsive. L'attribut `finish-status` change le statut d'accomplissement des étapes.
+:::demo Réglez l'attribut `active` avec une variable `Number`, qui indique l'index des étapes et commence à 0. L'attribut `space` permet de déterminer si l'espace entre les étapes doit être fixe à l'aide d'un `Number`. L'unité de `space` est `px`. Si cet attribut est absent, la barre sera responsive. L'attribut `finish-status` change le statut d'accomplissement des étapes.
```html
diff --git a/examples/docs/zh-CN/color-picker.md b/examples/docs/zh-CN/color-picker.md
index 7608399a0..9984e855f 100644
--- a/examples/docs/zh-CN/color-picker.md
+++ b/examples/docs/zh-CN/color-picker.md
@@ -110,7 +110,7 @@
|---------- |-------- |---------- |------------- |-------- |
| value / v-model | 绑定值 | string | — | — |
| disabled | 是否禁用 | boolean | — | false |
-| size | 尺寸 | string | — | medium / small / mini |
+| size | 尺寸 | string | medium / small / mini | — |
| show-alpha | 是否支持透明度选择 | boolean | — | false |
| color-format | 写入 v-model 的颜色的格式 | string | hsl / hsv / hex / rgb | hex(show-alpha 为 false)/ rgb(show-alpha 为 true) |
| popper-class | ColorPicker 下拉框的类名 | string | — | — |
@@ -120,4 +120,4 @@
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| change | 当绑定值变化时触发 | 当前值 |
-| active-change | 面板中当前显示的颜色发生改变时触发 | 当前显示的颜色值 |
\ No newline at end of file
+| active-change | 面板中当前显示的颜色发生改变时触发 | 当前显示的颜色值 |
diff --git a/examples/docs/zh-CN/empty.md b/examples/docs/zh-CN/empty.md
new file mode 100644
index 000000000..5718d0a4d
--- /dev/null
+++ b/examples/docs/zh-CN/empty.md
@@ -0,0 +1,61 @@
+## Empty 空状态
+
+空状态时的占位提示。
+
+### 基础用法
+
+:::demo
+
+```html
+
+```
+:::
+
+### 自定义图片
+
+通过设置 `image` 属性传入图片 URL。
+
+:::demo
+
+```html
+
+```
+:::
+
+### 图片尺寸
+
+通过设置 `image-size` 属性来控制图片大小。
+
+:::demo
+
+```html
+
+```
+:::
+
+### 底部内容
+
+使用默认插槽可在底部插入内容。
+
+:::demo
+```html
+
+ 按钮
+
+```
+:::
+
+### Empty Attributes
+| 参数 | 说明 | 类型 | 可选值 | 默认值 |
+|------------- |---------------- |---------------- |---------------------- |-------- |
+| image | 图片地址 | string | — | — |
+| image-size | 图片大小(宽度) | number | — | — |
+| description | 文本描述 | string | — | — |
+
+### Empty Slots
+
+| Name | 说明 |
+|------|--------|
+| default | 自定义底部内容 |
+| image | 自定义图片 |
+| description | 自定义描述文字 |
diff --git a/examples/docs/zh-CN/form.md b/examples/docs/zh-CN/form.md
index 6bb86ee38..27e05e649 100644
--- a/examples/docs/zh-CN/form.md
+++ b/examples/docs/zh-CN/form.md
@@ -590,7 +590,7 @@ W3C 标准中有如下[规定](https://www.w3.org/MarkUp/html-spec/html-spec_8.h
| label-position | 表单域标签的位置,如果值为 left 或者 right 时,则需要设置 `label-width` | string | right/left/top | right |
| label-width | 表单域标签的宽度,例如 '50px'。作为 Form 直接子元素的 form-item 会继承该值。支持 `auto`。 | string | — | — |
| label-suffix | 表单域标签的后缀 | string | — | — |
-| hide-required-asterisk | 是否显示必填字段的标签旁边的红色星号 | boolean | — | false |
+| hide-required-asterisk | 是否隐藏必填字段的标签旁边的红色星号 | boolean | — | false |
| show-message | 是否显示校验错误信息 | boolean | — | true |
| inline-message | 是否以行内形式展示校验信息 | boolean | — | false |
| status-icon | 是否在输入框中显示校验结果反馈图标 | boolean | — | false |
diff --git a/examples/docs/zh-CN/input-number.md b/examples/docs/zh-CN/input-number.md
index e5fce4862..f2cf68c35 100644
--- a/examples/docs/zh-CN/input-number.md
+++ b/examples/docs/zh-CN/input-number.md
@@ -172,7 +172,7 @@
| min | 设置计数器允许的最小值 | number | — | -Infinity |
| max | 设置计数器允许的最大值 | number | — | Infinity |
| step | 计数器步长 | number | — | 1 |
-| step-strictly | 是否只能输入 step 的倍数 | number | — | false |
+| step-strictly | 是否只能输入 step 的倍数 | boolean | — | false |
| precision| 数值精度 | number | — | — |
| size | 计数器尺寸 | string | large, small | — |
| disabled | 是否禁用计数器 | boolean | — | false |
diff --git a/examples/docs/zh-CN/input.md b/examples/docs/zh-CN/input.md
index 7c4783179..03f394b66 100644
--- a/examples/docs/zh-CN/input.md
+++ b/examples/docs/zh-CN/input.md
@@ -769,6 +769,7 @@ export default {
| 事件名称 | 说明 | 回调参数 |
|---------|--------|---------|
| select | 点击选中建议项时触发 | 选中建议项 |
+| change | 在 Input 值改变时触发 | (value: string \| number) |
### Autocomplete Methods
| 方法名 | 说明 | 参数 |
diff --git a/examples/docs/zh-CN/layout.md b/examples/docs/zh-CN/layout.md
index f6ef59c95..5a8530c41 100644
--- a/examples/docs/zh-CN/layout.md
+++ b/examples/docs/zh-CN/layout.md
@@ -336,7 +336,7 @@ import 'element-ui/lib/theme-chalk/display.css';
| gutter | 栅格间隔 | number | — | 0 |
| type | 布局模式,可选 flex,现代浏览器下有效 | string | — | — |
| justify | flex 布局下的水平排列方式 | string | start/end/center/space-around/space-between | start |
-| align | flex 布局下的垂直排列方式 | string | top/middle/bottom | top |
+| align | flex 布局下的垂直排列方式 | string | top/middle/bottom | — |
| tag | 自定义元素标签 | string | * | div |
### Col Attributes
diff --git a/examples/docs/zh-CN/popconfirm.md b/examples/docs/zh-CN/popconfirm.md
index e3eb86e1c..6dde3ce95 100644
--- a/examples/docs/zh-CN/popconfirm.md
+++ b/examples/docs/zh-CN/popconfirm.md
@@ -24,10 +24,10 @@ Popconfirm 的属性与 Popover 很类似,因此对于重复属性,请参考
```html
删除
@@ -40,15 +40,21 @@ Popconfirm 的属性与 Popover 很类似,因此对于重复属性,请参考
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|--------------------|----------------------------------------------------------|-------------------|-------------|--------|
| title | 标题 | String | — | — |
-| confirmButtonText | 确认按钮文字 | String | — | — |
-| cancelButtonText | 取消按钮文字 | String | — | — |
-| confirmButtonType | 确认按钮类型 | String | — | Primary |
-| cancelButtonType | 取消按钮类型 | String | — | Text |
+| confirm-button-text | 确认按钮文字 | String | — | — |
+| cancel-button-text | 取消按钮文字 | String | — | — |
+| confirm-button-type | 确认按钮类型 | String | — | Primary |
+| cancel-button-type | 取消按钮类型 | String | — | Text |
| icon | Icon | String | — | el-icon-question |
-| iconColor | Icon 颜色 | String | — | #f90 |
-| hideIcon | 是否隐藏 Icon | Boolean | — | false |
+| icon-color | Icon 颜色 | String | — | #f90 |
+| hide-icon | 是否隐藏 Icon | Boolean | — | false |
### Slot
| 参数 | 说明 |
|--- | ---|
| reference | 触发 Popconfirm 显示的 HTML 元素 |
+
+### Events
+| 事件名称 | 说明 | 回调参数 |
+|---------|--------|---------|
+| confirm | 点击确认按钮时触发 | — |
+| cancel | 点击取消按钮时触发 | — |
\ No newline at end of file
diff --git a/examples/docs/zh-CN/progress.md b/examples/docs/zh-CN/progress.md
index b2ac24897..c3e916d13 100644
--- a/examples/docs/zh-CN/progress.md
+++ b/examples/docs/zh-CN/progress.md
@@ -174,4 +174,5 @@ Progress 组件可通过 `type` 属性来指定使用环形进度条,在环形
| color | 进度条背景色(会覆盖 status 状态颜色) | string/function/array | — | '' |
| width | 环形进度条画布宽度(只在 type 为 circle 或 dashboard 时可用) | number | | 126 |
| show-text | 是否显示进度条文字内容 | boolean | — | true |
-| stroke-linecap | circle/dashboard 类型路径两端的形状 | string | butt/round/square | round |
\ No newline at end of file
+| stroke-linecap | circle/dashboard 类型路径两端的形状 | string | butt/round/square | round |
+| format | 指定进度条文字内容 | function(percentage) | — | — |
\ No newline at end of file
diff --git a/examples/docs/zh-CN/skeleton.md b/examples/docs/zh-CN/skeleton.md
new file mode 100644
index 000000000..a65831408
--- /dev/null
+++ b/examples/docs/zh-CN/skeleton.md
@@ -0,0 +1,316 @@
+## Skeleton 骨架屏
+
+在需要等待加载内容的位置设置一个骨架屏,某些场景下比 Loading 的视觉效果更好。
+
+### 基础用法
+
+基础的骨架效果。
+
+:::demo
+
+```html
+
+
+
+```
+
+:::
+
+### 更多参数
+
+可以配置骨架屏段落数量,以便更接近真实渲染效果。首行会被渲染一个长度 33% 的段首。
+
+:::demo
+
+```html
+
+```
+
+:::
+
+### 动画效果
+
+显示动画效果。
+
+:::demo
+
+```html
+
+```
+
+:::
+
+### 自定义样式
+
+ElementPlus 提供的排版模式有时候并不满足要求,当您想要用自己定义的模板时,可以通过一个具名 Slot 来自己设定模板。
+
+我们提供了不同的模板单元可供使用,具体可选值请看 API 详细描述。 建议在描述模板的时候,尽量靠近真实的 DOM 结构,这样可以避免 DOM 高度差距引起的抖动。
+:::demo
+
+```html
+
+
+
+
+