vue-image-crop-upload
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "vue-image-crop-upload", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)", | ||
@@ -5,0 +5,0 @@ "main": "upload-2.vue", |
@@ -18,2 +18,6 @@ # vue-image-crop-upload | ||
#### @2.0.4 | ||
- Added the **Turkish** language pack (thanks @smhayhan) | ||
#### @2.0.2 | ||
@@ -81,2 +85,3 @@ - Added the **Dutch** language pack (thanks @blyleven) | ||
| imgFormat | string | 'jpg' | jpg/png, Server api receive file type. | | ||
| noCircle | Boolean | false | disable/enable circle preview | | ||
@@ -100,2 +105,3 @@ #### Events | ||
| Dutch | nl | blyleven | | ||
| Turkish | tr | smhayhan | | ||
@@ -342,2 +348,3 @@ ```js | ||
| imgFormat | string | 'jpg' | jpg/png, 最终得到的图片格式 | | ||
| noCricle | Boolean | false | 启用/关闭 圆形图像预览 | | ||
@@ -344,0 +351,0 @@ #### Events |
@@ -136,3 +136,22 @@ export default { | ||
} | ||
} | ||
}, | ||
tr: { | ||
hint: 'Tıkla veya yüklemek istediğini buraya sürükle', | ||
loading: 'Yükleniyor…', | ||
noSupported: 'Tarayıcı desteklenmiyor, lütfen IE10+ veya farklı tarayıcı kullanın', | ||
success: 'Yükleme başarılı', | ||
fail: 'Yüklemede hata oluştu', | ||
preview: 'Önizle', | ||
btn: { | ||
off: 'İptal', | ||
close: 'Kapat', | ||
back: 'Geri', | ||
save: 'Kaydet' | ||
}, | ||
error: { | ||
onlyImg: 'Sadece resim', | ||
outOfSize: 'Resim yükleme limitini aşıyor: ', | ||
lowestPx: 'Resmin boyutu çok küçük. En az olması gereken: ' | ||
} | ||
}, | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1692070
39707
539