@bytescale/upload-widget-angular
Advanced tools
Comparing version 9.11.0 to 9.12.0
{ | ||
"name": "@bytescale/upload-widget-angular", | ||
"version": "9.11.0", | ||
"version": "9.12.0", | ||
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
@@ -50,3 +50,3 @@ "description": "Angular File Upload UI Widget โ Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐ Comes with Cloud Storage ๐", | ||
"@angular/core": ">=13", | ||
"@bytescale/upload-widget": "^4.21.0" | ||
"@bytescale/upload-widget": "^4.22.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "module": "fesm2015/bytescale-upload-widget-angular.mjs", |
@@ -305,38 +305,36 @@ <h1 align="center"> | ||
Default is [EN_US](https://github.com/bytescale/bytescale-upload-widget-angular/blob/main/lib/src/modules/locales/EN_US.ts): | ||
Default is [EN_US](https://github.com/bytescale/bytescale-upload-widget/blob/main/lib/src/modules/locales/EN_US.ts): | ||
```javascript | ||
const myCustomLocale = { | ||
"error!": "Error!", | ||
"done": "Done", | ||
"addAnotherFile": "Add another file...", | ||
"addAnotherImage": "Add another image...", | ||
"cancel": "cancel", | ||
"cancelInPreviewWindow": "Cancel", | ||
"cancelled!": "cancelled", | ||
"continue": "Continue", | ||
"customValidationFailed": "Failed to validate file.", | ||
"crop": "Crop", | ||
"finish": "Finished", | ||
"finishIcon": true, | ||
"image": "Image", | ||
"maxFilesReached": "Maximum number of files:", | ||
"maxImagesReached": "Maximum number of images:", | ||
"maxSize": "File size limit:", | ||
"next": "Next", | ||
"of": "of", | ||
"orDragDropFile": "...or drag and drop a file.", | ||
"orDragDropFiles": "...or drag and drop files.", | ||
"orDragDropImage": "...or drag and drop an image.", | ||
"orDragDropImages": "...or drag and drop images.", | ||
"pleaseWait": "Please wait...", | ||
"removed!": "removed", | ||
"remove": "remove", | ||
"skip": "Skip", | ||
"unsupportedFileType": "File type not supported.", | ||
"uploadFile": "Upload a File", | ||
"uploadFiles": "Upload Files", | ||
"uploadImage": "Upload an Image", | ||
"uploadImages": "Upload Images", | ||
"validatingFile": "Validating file..." | ||
addAnotherFileBtn: "Add another file...", | ||
addAnotherImageBtn: "Add another image...", | ||
cancelBtn: "cancel", | ||
cancelBtnClicked: "cancelled", | ||
cancelPreviewBtn: "Cancel", | ||
continueBtn: "Continue", | ||
cropBtn: "Crop", | ||
customValidationFailed: "Failed to validate file.", | ||
doneBtn: "Done", | ||
fileSizeLimitPrefix: "File size limit:", | ||
finishBtn: "Finished", | ||
finishBtnIcon: true, | ||
imageCropNumberPrefix: "Image", | ||
maxFilesReachedPrefix: "Maximum number of files:", | ||
maxImagesReachedPrefix: "Maximum number of images:", | ||
orDragDropFile: "...or drag and drop a file.", | ||
orDragDropFileMulti: "...or drag and drop files.", | ||
orDragDropImage: "...or drag and drop an image.", | ||
orDragDropImageMulti: "...or drag and drop images.", | ||
processingFile: "Processing file...", | ||
removeBtn: "remove", | ||
removeBtnClicked: "removed", | ||
submitBtnError: "Error!", | ||
submitBtnLoading: "Please wait...", | ||
unsupportedFileType: "File type not supported.", | ||
uploadFileBtn: "Upload a File", | ||
uploadFileMultiBtn: "Upload Files", | ||
uploadImageBtn: "Upload an Image", | ||
uploadImageMultiBtn: "Upload Images", | ||
xOfY: "of" | ||
} | ||
@@ -343,0 +341,0 @@ ``` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
85529
559
1