@unissey-web/web-components 3.10.0-rc.2 → 3.10.0

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.
@@ -3,7 +3,8 @@ import { selfieCaptureStrings } from './selfie-capture.js';
3
3
  import { referenceCaptureStrings } from './reference-capture.js';
4
4
  import './button.js';
5
5
  import './en-e76ed5a0.js';
6
- import './video-recorder-365eb46f.js';
6
+ import './video-recorder-98ffd8e5.js';
7
+ import './_commonjsHelpers-cef27602.js';
7
8
  import './variables-09a3e162.js';
8
9
  import './video-record-directions.js';
9
10
  import './direction-card-f55e1936.js';
package/dist/index.d.ts CHANGED
@@ -518,7 +518,7 @@ declare class FileUpload extends LitElement {
518
518
  valid: boolean;
519
519
  error: string;
520
520
  };
521
- handleFileSelection(files: FileList): void;
521
+ handleFileSelection(files: FileList): Promise<void>;
522
522
  handleClick(): void;
523
523
  init(): void;
524
524
  updated(): void;
@@ -837,7 +837,7 @@ declare class ReferenceCapture extends LitElement {
837
837
  };
838
838
  static styles: lit.CSSResult;
839
839
  handleFileSelection(e: CustomEvent<{
840
- file: File;
840
+ file: File | Blob;
841
841
  }>): void;
842
842
  handlePictureCapture(e: CustomEvent<{
843
843
  picture: Blob;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { Button } from './button.js';
2
- import { R as Recorder } from './video-recorder-365eb46f.js';
3
- export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-365eb46f.js';
2
+ import { R as Recorder } from './video-recorder-98ffd8e5.js';
3
+ export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-98ffd8e5.js';
4
4
  export { VideoRecordDirections } from './video-record-directions.js';
5
5
  export { PictureRecorder } from './picture-recorder.js';
6
6
  export { PictureEditor } from './picture-editor.js';
@@ -14,6 +14,7 @@ export { FullCapture } from './full-capture.js';
14
14
  export { D as DirectionCard } from './direction-card-f55e1936.js';
15
15
  export { E as EN } from './en-e76ed5a0.js';
16
16
  import './variables-09a3e162.js';
17
+ import './_commonjsHelpers-cef27602.js';
17
18
 
18
19
  // @ts-ignore
19
20
 
@@ -1,6 +1,7 @@
1
1
  import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, e as _objectSpread2 } from './lit-element-ac3d3a27.js';
2
2
  import { E as EN } from './en-e76ed5a0.js';
3
- import { R as Recorder, b as buildPacked } from './video-recorder-365eb46f.js';
3
+ import { R as Recorder, b as buildPacked } from './video-recorder-98ffd8e5.js';
4
+ import './_commonjsHelpers-cef27602.js';
4
5
  import './variables-09a3e162.js';
5
6
  import './button.js';
6
7
 
@@ -3,10 +3,11 @@ import './button.js';
3
3
  import './image-capture-directions.js';
4
4
  import './file-upload.js';
5
5
  import './picture-recorder.js';
6
- import { b as buildPacked } from './video-recorder-365eb46f.js';
6
+ import { b as buildPacked } from './video-recorder-98ffd8e5.js';
7
7
  import { E as EN } from './en-e76ed5a0.js';
8
8
  import { c as referenceCaptureVars } from './variables-09a3e162.js';
9
9
  import './direction-card-f55e1936.js';
10
+ import './_commonjsHelpers-cef27602.js';
10
11
 
11
12
  var _templateObject$1;
12
13
  var UploadIcon = /*#__PURE__*/function (_LitElement) {
@@ -1,9 +1,10 @@
1
1
  import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, i } from './lit-element-ac3d3a27.js';
2
2
  import { E as EN } from './en-e76ed5a0.js';
3
- import { b as buildPacked } from './video-recorder-365eb46f.js';
3
+ import { b as buildPacked } from './video-recorder-98ffd8e5.js';
4
4
  import './video-record-directions.js';
5
5
  import './button.js';
6
6
  import { s as selfieCaptureVars } from './variables-09a3e162.js';
7
+ import './_commonjsHelpers-cef27602.js';
7
8
  import './direction-card-f55e1936.js';
8
9
 
9
10
  var _templateObject$1;