@uploadcare/file-uploader 1.24.7 → 1.24.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/env.js +1 -1
- package/dist/index.js +3 -2
- package/dist/index.ssr.js +1 -1
- package/package.json +2 -2
- package/web/file-uploader.iife.min.js +1 -1
- package/web/file-uploader.min.js +1 -1
- package/web/uc-cloud-image-editor.min.js +1 -1
- package/web/uc-file-uploader-inline.min.js +1 -1
- package/web/uc-file-uploader-minimal.min.js +1 -1
- package/web/uc-file-uploader-regular.min.js +1 -1
- package/web/uc-img.min.js +1 -1
package/dist/env.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1217,7 +1217,7 @@ import { TelemetryAPIService } from "@uploadcare/quality-insights";
|
|
|
1217
1217
|
import { Queue as Queue2 } from "@uploadcare/upload-client";
|
|
1218
1218
|
|
|
1219
1219
|
// package.json
|
|
1220
|
-
var version = "1.24.
|
|
1220
|
+
var version = "1.24.8";
|
|
1221
1221
|
|
|
1222
1222
|
// src/env.ts
|
|
1223
1223
|
var PACKAGE_NAME = "blocks";
|
|
@@ -11299,6 +11299,7 @@ var Thumb = class extends FileItemConfig {
|
|
|
11299
11299
|
}
|
|
11300
11300
|
});
|
|
11301
11301
|
this.setAttribute("role", "img");
|
|
11302
|
+
this.setAttribute("alt", "Preview of uploaded image");
|
|
11302
11303
|
}
|
|
11303
11304
|
connectedCallback() {
|
|
11304
11305
|
super.connectedCallback();
|
|
@@ -11428,7 +11429,7 @@ var UploadList = class extends UploaderBlock {
|
|
|
11428
11429
|
let allDone = false;
|
|
11429
11430
|
let doneBtnEnabled = false;
|
|
11430
11431
|
const readyToUpload = summary.total - summary.succeed - summary.uploading - summary.failed;
|
|
11431
|
-
if (readyToUpload > 0 && fitCountRestrictions && validationOk) {
|
|
11432
|
+
if (readyToUpload > 0 && fitCountRestrictions && validationOk && this.cfg.confirmUpload) {
|
|
11432
11433
|
uploadBtnVisible = true;
|
|
11433
11434
|
} else {
|
|
11434
11435
|
allDone = true;
|
package/dist/index.ssr.js
CHANGED
|
@@ -1138,7 +1138,7 @@ export const ModalEvents = {
|
|
|
1138
1138
|
DESTROY: "modal:destroy",
|
|
1139
1139
|
};
|
|
1140
1140
|
export const PACKAGE_NAME = `blocks`;
|
|
1141
|
-
export const PACKAGE_VERSION = `1.24.
|
|
1141
|
+
export const PACKAGE_VERSION = `1.24.8`;
|
|
1142
1142
|
export const PresenceToggle = class {
|
|
1143
1143
|
static template = `<slot></slot> `;
|
|
1144
1144
|
static reg = () => {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uploadcare/file-uploader",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.8",
|
|
4
4
|
"description": "Building blocks for Uploadcare products integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web components",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@biomejs/js-api": "^3.0.0",
|
|
115
115
|
"@biomejs/wasm-nodejs": "^2.2.5",
|
|
116
116
|
"@csstools/postcss-cascade-layers": "^5.0.2",
|
|
117
|
-
"@happy-dom/global-registrator": "^
|
|
117
|
+
"@happy-dom/global-registrator": "^20.1.0",
|
|
118
118
|
"@size-limit/esbuild-why": "^11.2.0",
|
|
119
119
|
"@size-limit/preset-small-lib": "^11.2.0",
|
|
120
120
|
"@total-typescript/ts-reset": "^0.6.1",
|