@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.
@@ -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
- private dialogEl;
1363
+ protected dialogEl: lit_html_directives_ref_js.Ref<HTMLDialogElement>;
1363
1364
  handleModalOpen: ModalCb;
1364
1365
  handleModalClose: ModalCb;
1365
1366
  handleModalCloseAll: ModalCb;