Skip to content

Commit

Permalink
[build] v2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
element-bot committed May 18, 2020
1 parent 92cdd3c commit dd9a068
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 52 deletions.
4 changes: 2 additions & 2 deletions autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@ var focus_default = /*#__PURE__*/__webpack_require__.n(focus_);
}
this.debouncedGetData(value);
},
handleChange: function handleChange(event) {
this.$emit('change', event.target.value);
handleChange: function handleChange(value) {
this.$emit('change', value);
},
handleFocus: function handleFocus(event) {
this.activated = true;
Expand Down
7 changes: 4 additions & 3 deletions element-ui.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2086,8 +2086,8 @@ var focus_default = /*#__PURE__*/__webpack_require__.n(focus_);
}
this.debouncedGetData(value);
},
handleChange: function handleChange(event) {
this.$emit('change', event.target.value);
handleChange: function handleChange(value) {
this.$emit('change', value);
},
handleFocus: function handleFocus(event) {
this.activated = true;
Expand Down Expand Up @@ -38143,6 +38143,7 @@ var prevOverflow = '';
this.imageWidth = img.width;
this.imageHeight = img.height;
this.loading = false;
this.error = false;
},
handleError: function handleError(e) {
this.loading = false;
Expand Down Expand Up @@ -41515,7 +41516,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}

/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
version: '2.13.1',
version: '2.13.2',
locale: lib_locale_default.a.use,
i18n: lib_locale_default.a.i18n,
install: src_install,
Expand Down
1 change: 1 addition & 0 deletions image.js
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ var prevOverflow = '';
this.imageWidth = img.width;
this.imageHeight = img.height;
this.loading = false;
this.error = false;
},
handleError: function handleError(e) {
this.loading = false;
Expand Down
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions locale/lang/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ exports.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'
}
}
};
4 changes: 2 additions & 2 deletions locale/lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ exports.default = {
title: 'Volver'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Si',
cancelButtonText: 'No'
}
}
};
18 changes: 9 additions & 9 deletions locale/lang/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ exports.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',
Expand Down Expand Up @@ -86,7 +86,7 @@ exports.default = {
error: 'Masukan ilegal'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'Tekan hapus untuk melanjutkan',
delete: 'Hapus',
preview: 'Pratinjau',
continue: 'Lanjutkan'
Expand All @@ -110,14 +110,14 @@ exports.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'
}
}
};
4 changes: 2 additions & 2 deletions locale/lang/pt-br.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ exports.default = {
title: 'Voltar'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Sim',
cancelButtonText: 'Não'
}
}
};
4 changes: 2 additions & 2 deletions locale/lang/ru-RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ exports.default = {
title: 'Back' // to be translated
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'OK',
cancelButtonText: 'Отмена'
}
}
};
8 changes: 4 additions & 4 deletions locale/lang/vi.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ exports.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ỷ'
}
}
};
8 changes: 4 additions & 4 deletions umd/locale/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@
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'
}
}
};
Expand Down
4 changes: 2 additions & 2 deletions umd/locale/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
title: 'Volver'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Si',
cancelButtonText: 'No'
}
}
};
Expand Down
18 changes: 9 additions & 9 deletions umd/locale/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
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',
Expand Down Expand Up @@ -100,7 +100,7 @@
error: 'Masukan ilegal'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'Tekan hapus untuk melanjutkan',
delete: 'Hapus',
preview: 'Pratinjau',
continue: 'Lanjutkan'
Expand All @@ -124,14 +124,14 @@
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'
}
}
};
Expand Down
4 changes: 2 additions & 2 deletions umd/locale/pt-br.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
title: 'Voltar'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Sim',
cancelButtonText: 'Não'
}
}
};
Expand Down
4 changes: 2 additions & 2 deletions umd/locale/ru-RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
title: 'Back' // to be translated
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'OK',
cancelButtonText: 'Отмена'
}
}
};
Expand Down
8 changes: 4 additions & 4 deletions umd/locale/vi.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@
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ỷ'
}
}
};
Expand Down

0 comments on commit dd9a068

Please sign in to comment.