@uploadcare/file-uploader 1.25.0-alpha.0 → 1.25.0-alpha.2
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 +2 -1
- package/dist/index.js +30 -2
- package/dist/index.ssr.js +1 -1
- package/package.json +1 -2
- package/web/file-uploader.iife.min.d.ts +2 -1
- package/web/file-uploader.iife.min.js +3 -3
- package/web/file-uploader.min.d.ts +2 -1
- package/web/file-uploader.min.js +3 -3
- package/web/uc-cloud-image-editor.min.d.ts +2 -1
- package/web/uc-cloud-image-editor.min.js +2 -2
- package/web/uc-file-uploader-inline.min.d.ts +2 -1
- package/web/uc-file-uploader-inline.min.js +3 -3
- package/web/uc-file-uploader-minimal.min.d.ts +2 -1
- package/web/uc-file-uploader-minimal.min.js +3 -3
- package/web/uc-file-uploader-regular.min.d.ts +2 -1
- package/web/uc-file-uploader-regular.min.js +3 -3
- package/web/uc-img.min.js +2 -2
- package/dist/lit.d.ts +0 -1
- package/dist/lit.js +0 -28
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PubSub } from '@symbiotejs/symbiote';
|
|
2
2
|
export { PubSub as Data, PubSub, UID } from '@symbiotejs/symbiote';
|
|
3
3
|
import * as lit_html from 'lit-html';
|
|
4
|
+
import * as lit_html_directives_ref_js from 'lit-html/directives/ref.js';
|
|
4
5
|
import { nothing, LitElement, PropertyValues, TemplateResult } from 'lit';
|
|
5
6
|
import { TelemetryRequest } from '@uploadcare/quality-insights';
|
|
6
7
|
import * as _uploadcare_upload_client from '@uploadcare/upload-client';
|
|
@@ -1359,7 +1360,7 @@ declare class LitBlock extends LitBlockBase {
|
|
|
1359
1360
|
declare class Modal extends LitBlock {
|
|
1360
1361
|
static styleAttrs: string[];
|
|
1361
1362
|
private _mouseDownTarget;
|
|
1362
|
-
|
|
1363
|
+
protected dialogEl: lit_html_directives_ref_js.Ref<HTMLDialogElement>;
|
|
1363
1364
|
handleModalOpen: ModalCb;
|
|
1364
1365
|
handleModalClose: ModalCb;
|
|
1365
1366
|
handleModalCloseAll: ModalCb;
|