mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf534d977e | ||
|
|
d6107fe33f | ||
|
|
d6f9adf5f7 | ||
|
|
6d6df13e56 | ||
|
|
e6785d6e3d | ||
|
|
a4c3ec847d | ||
|
|
3bc2d2b4db | ||
|
|
abb16771a5 | ||
|
|
f89fa65442 | ||
|
|
49d367e993 |
@@ -1,5 +1,25 @@
|
||||
## Changelog
|
||||
|
||||
### 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*
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
## Changelog
|
||||
|
||||
### 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*
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
## Changelog
|
||||
|
||||
### 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*
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
## 更新日志
|
||||
|
||||
### 2.13.2
|
||||
|
||||
*2020-05-18*
|
||||
|
||||
#### Bug 修复
|
||||
|
||||
- Autocomplete
|
||||
- 修复 'change event' 错误 (#19200 by @sxzz)
|
||||
- Image
|
||||
- 更新错误状态 (#19194 by @lhx6538665)
|
||||
|
||||
#### Optimization
|
||||
|
||||
- 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*
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"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.1":"2.13"}
|
||||
{"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"}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "element-ui",
|
||||
"version": "2.13.1",
|
||||
"version": "2.13.2",
|
||||
"description": "A Component Library for Vue.js.",
|
||||
"main": "lib/element-ui.common.js",
|
||||
"files": [
|
||||
|
||||
@@ -197,8 +197,8 @@
|
||||
}
|
||||
this.debouncedGetData(value);
|
||||
},
|
||||
handleChange(event) {
|
||||
this.$emit('change', event.target.value);
|
||||
handleChange(value) {
|
||||
this.$emit('change', value);
|
||||
},
|
||||
handleFocus(event) {
|
||||
this.activated = true;
|
||||
|
||||
@@ -149,6 +149,7 @@
|
||||
this.imageWidth = img.width;
|
||||
this.imageHeight = img.height;
|
||||
this.loading = false;
|
||||
this.error = false;
|
||||
},
|
||||
handleError(e) {
|
||||
this.loading = false;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "element-theme-chalk",
|
||||
"version": "2.13.1",
|
||||
"version": "2.13.2",
|
||||
"description": "Element component chalk theme.",
|
||||
"main": "lib/index.css",
|
||||
"style": "lib/index.css",
|
||||
|
||||
@@ -198,7 +198,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
||||
}
|
||||
|
||||
export default {
|
||||
version: '2.13.1',
|
||||
version: '2.13.2',
|
||||
locale: locale.use,
|
||||
i18n: locale.i18n,
|
||||
install,
|
||||
|
||||
@@ -106,14 +106,14 @@ export default {
|
||||
hasCheckedFormat: '{checked}/{total} seleccionats'
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED' // to be translated
|
||||
error: 'HA FALLAT'
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Back' // to be translated
|
||||
title: 'Tornar'
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No' // to be translated
|
||||
confirmButtonText: 'Si',
|
||||
cancelButtonText: 'No'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -112,8 +112,8 @@ export default {
|
||||
title: 'Volver'
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No' // to be translated
|
||||
confirmButtonText: 'Si',
|
||||
cancelButtonText: 'No'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -16,10 +16,10 @@ export default {
|
||||
startTime: 'Waktu Mulai',
|
||||
endDate: 'Tanggal Selesai',
|
||||
endTime: 'Waktu Selesai',
|
||||
prevYear: 'Previous Year', // to be translated
|
||||
nextYear: 'Next Year', // to be translated
|
||||
prevMonth: 'Previous Month', // to be translated
|
||||
nextMonth: 'Next Month', // to be translated
|
||||
prevYear: 'Tahun Sebelumnya',
|
||||
nextYear: 'Tahun Selanjutnya',
|
||||
prevMonth: 'Bulan Sebelumnya',
|
||||
nextMonth: 'Bulan Selanjutnya',
|
||||
year: 'Tahun',
|
||||
month1: 'Januari',
|
||||
month2: 'Februari',
|
||||
@@ -83,7 +83,7 @@ export default {
|
||||
error: 'Masukan ilegal'
|
||||
},
|
||||
upload: {
|
||||
deleteTip: 'press delete to remove', // to be translated
|
||||
deleteTip: 'Tekan hapus untuk melanjutkan',
|
||||
delete: 'Hapus',
|
||||
preview: 'Pratinjau',
|
||||
continue: 'Lanjutkan'
|
||||
@@ -107,14 +107,14 @@ export default {
|
||||
hasCheckedFormat: '{checked}/{total} terpilih'
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED' // to be translated
|
||||
error: 'GAGAL'
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Back' // to be translated
|
||||
title: 'Kembali'
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No' // to be translated
|
||||
confirmButtonText: 'Ya',
|
||||
cancelButtonText: 'Tidak'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -113,8 +113,8 @@ export default {
|
||||
title: 'Voltar'
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No' // to be translated
|
||||
confirmButtonText: 'Sim',
|
||||
cancelButtonText: 'Não'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -113,8 +113,8 @@ export default {
|
||||
title: 'Back' // to be translated
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No' // to be translated
|
||||
confirmButtonText: 'OK',
|
||||
cancelButtonText: 'Отмена'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -107,14 +107,14 @@ export default {
|
||||
hasCheckedFormat: '{checked}/{total} đã chọn '
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED' // to be translated
|
||||
error: 'LỖI'
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Back' // to be translated
|
||||
title: 'Quay lại'
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No' // to be translated
|
||||
confirmButtonText: 'Ok',
|
||||
cancelButtonText: 'Huỷ'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user