@unissey-web/web-components 6.0.0-alpha.1 → 6.0.0-beta.1
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/file-upload.js +1 -3
- package/dist/full-capture.js +2 -2
- package/dist/index.js +3 -3
- package/dist/picture-recorder.js +2 -2
- package/dist/reference-capture.js +2 -2
- package/dist/selfie-capture.js +2 -2
- package/dist/{utils-1f156bdf.js → utils-474188c7.js} +7 -1
- package/dist/video-recorder-9b3e3097.js +1595 -0
- package/dist/video-recorder.js +2 -2
- package/package.json +2 -2
- package/dist/video-recorder-c4fd102c.js +0 -1595
package/dist/file-upload.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { i, d as _taggedTemplateLiteral, _ as _inherits, a as _createClass, h as _superPropGet, x, s, b as _classCallCheck, c as _callSuper, e as _objectSpread2, f as _asyncToGenerator, g as _regenerator } from './lit-element-c42ac26e.js';
|
|
2
2
|
import { E as EN } from './en-27ff3a75.js';
|
|
3
3
|
import { f as fileUploadVars } from './variables-513bd26a.js';
|
|
4
|
-
import { K as KEY_ENTER, a as KEY_SPACE } from './utils-
|
|
5
|
-
|
|
6
|
-
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
|
+
import { c as commonjsGlobal, K as KEY_ENTER, a as KEY_SPACE } from './utils-474188c7.js';
|
|
7
5
|
|
|
8
6
|
var heic2any$1 = {exports: {}};
|
|
9
7
|
|
package/dist/full-capture.js
CHANGED
|
@@ -3,9 +3,9 @@ import { selfieCaptureStrings } from './selfie-capture.js';
|
|
|
3
3
|
import { referenceCaptureStrings } from './reference-capture.js';
|
|
4
4
|
import './button.js';
|
|
5
5
|
import './en-27ff3a75.js';
|
|
6
|
-
import './video-recorder-
|
|
6
|
+
import './video-recorder-9b3e3097.js';
|
|
7
|
+
import './utils-474188c7.js';
|
|
7
8
|
import './variables-513bd26a.js';
|
|
8
|
-
import './utils-1f156bdf.js';
|
|
9
9
|
import './video-record-directions.js';
|
|
10
10
|
import './direction-card-88c5d34f.js';
|
|
11
11
|
import './image-capture-directions.js';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { Button } from './button.js';
|
|
2
|
-
import { R as Recorder } from './video-recorder-
|
|
3
|
-
export { A as Animation, C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-
|
|
2
|
+
import { R as Recorder } from './video-recorder-9b3e3097.js';
|
|
3
|
+
export { A as Animation, C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-9b3e3097.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,7 +14,7 @@ export { FullCapture } from './full-capture.js';
|
|
|
14
14
|
export { D as DirectionCard } from './direction-card-88c5d34f.js';
|
|
15
15
|
export { E as EN } from './en-27ff3a75.js';
|
|
16
16
|
import './variables-513bd26a.js';
|
|
17
|
-
import './utils-
|
|
17
|
+
import './utils-474188c7.js';
|
|
18
18
|
|
|
19
19
|
// @ts-ignore
|
|
20
20
|
|
package/dist/picture-recorder.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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-c42ac26e.js';
|
|
2
|
-
import { R as Recorder, b as buildPacked } from './video-recorder-
|
|
2
|
+
import { R as Recorder, b as buildPacked } from './video-recorder-9b3e3097.js';
|
|
3
3
|
import { E as EN } from './en-27ff3a75.js';
|
|
4
|
+
import './utils-474188c7.js';
|
|
4
5
|
import './variables-513bd26a.js';
|
|
5
6
|
import './button.js';
|
|
6
|
-
import './utils-1f156bdf.js';
|
|
7
7
|
|
|
8
8
|
var _templateObject$1;
|
|
9
9
|
var PhotoCameraIcon = /*#__PURE__*/function (_LitElement) {
|
|
@@ -3,11 +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-
|
|
6
|
+
import { b as buildPacked } from './video-recorder-9b3e3097.js';
|
|
7
7
|
import { E as EN } from './en-27ff3a75.js';
|
|
8
8
|
import { a as referenceCaptureVars } from './variables-513bd26a.js';
|
|
9
9
|
import './direction-card-88c5d34f.js';
|
|
10
|
-
import './utils-
|
|
10
|
+
import './utils-474188c7.js';
|
|
11
11
|
|
|
12
12
|
var _templateObject$1;
|
|
13
13
|
var UploadIcon = /*#__PURE__*/function (_LitElement) {
|
package/dist/selfie-capture.js
CHANGED
|
@@ -1,10 +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-c42ac26e.js';
|
|
2
2
|
import { E as EN } from './en-27ff3a75.js';
|
|
3
|
-
import { b as buildPacked } from './video-recorder-
|
|
3
|
+
import { b as buildPacked } from './video-recorder-9b3e3097.js';
|
|
4
4
|
import './video-record-directions.js';
|
|
5
5
|
import './button.js';
|
|
6
6
|
import { s as selfieCaptureVars } from './variables-513bd26a.js';
|
|
7
|
-
import './utils-
|
|
7
|
+
import './utils-474188c7.js';
|
|
8
8
|
import './direction-card-88c5d34f.js';
|
|
9
9
|
|
|
10
10
|
var _templateObject$1;
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
2
|
+
|
|
3
|
+
function commonjsRequire (path) {
|
|
4
|
+
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
5
|
+
}
|
|
6
|
+
|
|
1
7
|
var KEY_ENTER = "Enter";
|
|
2
8
|
var KEY_SPACE = "Space";
|
|
3
9
|
|
|
@@ -12,4 +18,4 @@ function isMobileDevice() {
|
|
|
12
18
|
return check;
|
|
13
19
|
}
|
|
14
20
|
|
|
15
|
-
export { KEY_ENTER as K, KEY_SPACE as a, isMobileDevice as i };
|
|
21
|
+
export { KEY_ENTER as K, KEY_SPACE as a, commonjsRequire as b, commonjsGlobal as c, isMobileDevice as i };
|