@uploadcare/file-uploader 1.24.2 → 1.24.3
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.d.ts +1 -0
- package/dist/index.js +7 -5
- package/dist/index.ssr.js +1 -1
- package/package.json +1 -1
- package/web/file-uploader.iife.min.d.ts +1 -0
- package/web/file-uploader.iife.min.js +4 -4
- package/web/file-uploader.min.d.ts +1 -0
- package/web/file-uploader.min.js +4 -4
- package/web/uc-cloud-image-editor.min.d.ts +1 -0
- package/web/uc-cloud-image-editor.min.js +4 -4
- package/web/uc-file-uploader-inline.min.d.ts +1 -0
- package/web/uc-file-uploader-inline.min.js +4 -4
- package/web/uc-file-uploader-minimal.min.d.ts +1 -0
- package/web/uc-file-uploader-minimal.min.js +4 -4
- package/web/uc-file-uploader-regular.min.d.ts +1 -0
- package/web/uc-file-uploader-regular.min.js +4 -4
- package/web/uc-img.min.js +1 -1
|
@@ -1382,6 +1382,7 @@ declare class CropFrame extends Block {
|
|
|
1382
1382
|
private readonly _handlePointerUp;
|
|
1383
1383
|
private readonly _handlePointerMove;
|
|
1384
1384
|
private readonly _handleSvgPointerMove;
|
|
1385
|
+
private readonly _backdropMaskId;
|
|
1385
1386
|
private _backdropMask?;
|
|
1386
1387
|
private _backdropMaskInner?;
|
|
1387
1388
|
private _frameThumbs?;
|