Skip to content

Commit dd9a068

Browse files
committed
[build] v2.13.2
1 parent 92cdd3c commit dd9a068

16 files changed

Lines changed: 54 additions & 52 deletions

File tree

autocomplete.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,8 @@ var focus_default = /*#__PURE__*/__webpack_require__.n(focus_);
819819
}
820820
this.debouncedGetData(value);
821821
},
822-
handleChange: function handleChange(event) {
823-
this.$emit('change', event.target.value);
822+
handleChange: function handleChange(value) {
823+
this.$emit('change', value);
824824
},
825825
handleFocus: function handleFocus(event) {
826826
this.activated = true;

element-ui.common.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,8 +2086,8 @@ var focus_default = /*#__PURE__*/__webpack_require__.n(focus_);
20862086
}
20872087
this.debouncedGetData(value);
20882088
},
2089-
handleChange: function handleChange(event) {
2090-
this.$emit('change', event.target.value);
2089+
handleChange: function handleChange(value) {
2090+
this.$emit('change', value);
20912091
},
20922092
handleFocus: function handleFocus(event) {
20932093
this.activated = true;
@@ -38143,6 +38143,7 @@ var prevOverflow = '';
3814338143
this.imageWidth = img.width;
3814438144
this.imageHeight = img.height;
3814538145
this.loading = false;
38146+
this.error = false;
3814638147
},
3814738148
handleError: function handleError(e) {
3814838149
this.loading = false;
@@ -41515,7 +41516,7 @@ if (typeof window !== 'undefined' && window.Vue) {
4151541516
}
4151641517

4151741518
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
41518-
version: '2.13.1',
41519+
version: '2.13.2',
4151941520
locale: lib_locale_default.a.use,
4152041521
i18n: lib_locale_default.a.i18n,
4152141522
install: src_install,

image.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@ var prevOverflow = '';
950950
this.imageWidth = img.width;
951951
this.imageHeight = img.height;
952952
this.loading = false;
953+
this.error = false;
953954
},
954955
handleError: function handleError(e) {
955956
this.loading = false;

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locale/lang/ca.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ exports.default = {
109109
hasCheckedFormat: '{checked}/{total} seleccionats'
110110
},
111111
image: {
112-
error: 'FAILED' // to be translated
112+
error: 'HA FALLAT'
113113
},
114114
pageHeader: {
115-
title: 'Back' // to be translated
115+
title: 'Tornar'
116116
},
117117
popconfirm: {
118-
confirmButtonText: 'Yes', // to be translated
119-
cancelButtonText: 'No' // to be translated
118+
confirmButtonText: 'Si',
119+
cancelButtonText: 'No'
120120
}
121121
}
122122
};

locale/lang/es.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ exports.default = {
115115
title: 'Volver'
116116
},
117117
popconfirm: {
118-
confirmButtonText: 'Yes', // to be translated
119-
cancelButtonText: 'No' // to be translated
118+
confirmButtonText: 'Si',
119+
cancelButtonText: 'No'
120120
}
121121
}
122122
};

locale/lang/id.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ exports.default = {
1919
startTime: 'Waktu Mulai',
2020
endDate: 'Tanggal Selesai',
2121
endTime: 'Waktu Selesai',
22-
prevYear: 'Previous Year', // to be translated
23-
nextYear: 'Next Year', // to be translated
24-
prevMonth: 'Previous Month', // to be translated
25-
nextMonth: 'Next Month', // to be translated
22+
prevYear: 'Tahun Sebelumnya',
23+
nextYear: 'Tahun Selanjutnya',
24+
prevMonth: 'Bulan Sebelumnya',
25+
nextMonth: 'Bulan Selanjutnya',
2626
year: 'Tahun',
2727
month1: 'Januari',
2828
month2: 'Februari',
@@ -86,7 +86,7 @@ exports.default = {
8686
error: 'Masukan ilegal'
8787
},
8888
upload: {
89-
deleteTip: 'press delete to remove', // to be translated
89+
deleteTip: 'Tekan hapus untuk melanjutkan',
9090
delete: 'Hapus',
9191
preview: 'Pratinjau',
9292
continue: 'Lanjutkan'
@@ -110,14 +110,14 @@ exports.default = {
110110
hasCheckedFormat: '{checked}/{total} terpilih'
111111
},
112112
image: {
113-
error: 'FAILED' // to be translated
113+
error: 'GAGAL'
114114
},
115115
pageHeader: {
116-
title: 'Back' // to be translated
116+
title: 'Kembali'
117117
},
118118
popconfirm: {
119-
confirmButtonText: 'Yes', // to be translated
120-
cancelButtonText: 'No' // to be translated
119+
confirmButtonText: 'Ya',
120+
cancelButtonText: 'Tidak'
121121
}
122122
}
123123
};

locale/lang/pt-br.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ exports.default = {
116116
title: 'Voltar'
117117
},
118118
popconfirm: {
119-
confirmButtonText: 'Yes', // to be translated
120-
cancelButtonText: 'No' // to be translated
119+
confirmButtonText: 'Sim',
120+
cancelButtonText: 'Não'
121121
}
122122
}
123123
};

locale/lang/ru-RU.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ exports.default = {
116116
title: 'Back' // to be translated
117117
},
118118
popconfirm: {
119-
confirmButtonText: 'Yes', // to be translated
120-
cancelButtonText: 'No' // to be translated
119+
confirmButtonText: 'OK',
120+
cancelButtonText: 'Отмена'
121121
}
122122
}
123123
};

locale/lang/vi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ exports.default = {
110110
hasCheckedFormat: '{checked}/{total} đã chọn '
111111
},
112112
image: {
113-
error: 'FAILED' // to be translated
113+
error: 'LỖI'
114114
},
115115
pageHeader: {
116-
title: 'Back' // to be translated
116+
title: 'Quay lại'
117117
},
118118
popconfirm: {
119-
confirmButtonText: 'Yes', // to be translated
120-
cancelButtonText: 'No' // to be translated
119+
confirmButtonText: 'Ok',
120+
cancelButtonText: 'Huỷ'
121121
}
122122
}
123123
};

0 commit comments

Comments
 (0)