@unissey-web/web-components 3.10.0-alpha.1 → 3.10.0-rc.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/full-capture.js +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -3
- package/dist/picture-recorder.js +1 -1
- package/dist/reference-capture.js +1 -1
- package/dist/selfie-capture.js +1 -1
- package/dist/video-recorder-024f6f4c.js +1136 -0
- package/dist/video-recorder.js +1 -1
- package/package.json +2 -2
- package/dist/video-recorder-7d643a6c.js +0 -1144
package/dist/full-capture.js
CHANGED
|
@@ -3,7 +3,7 @@ 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-
|
|
6
|
+
import './video-recorder-024f6f4c.js';
|
|
7
7
|
import './variables-09a3e162.js';
|
|
8
8
|
import './video-record-directions.js';
|
|
9
9
|
import './direction-card-f55e1936.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -1069,7 +1069,8 @@ declare enum IadMode {
|
|
|
1069
1069
|
PASSIVE = "passive",
|
|
1070
1070
|
PASSIVE_LT = "passive-lt",
|
|
1071
1071
|
ACTIVE_FALLBACK = "active-fallback",
|
|
1072
|
-
ACTIVE = "active"
|
|
1072
|
+
ACTIVE = "active",
|
|
1073
|
+
MEDIA_INTEGRITY = "media-integrity"
|
|
1073
1074
|
}
|
|
1074
1075
|
type IadConfig = {
|
|
1075
1076
|
mode: IadMode;
|
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 { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-
|
|
2
|
+
import { R as Recorder } from './video-recorder-024f6f4c.js';
|
|
3
|
+
export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-024f6f4c.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';
|
|
@@ -155,8 +155,9 @@ var IadMode = /*#__PURE__*/function (IadMode) {
|
|
|
155
155
|
IadMode["PASSIVE_LT"] = "passive-lt";
|
|
156
156
|
IadMode["ACTIVE_FALLBACK"] = "active-fallback";
|
|
157
157
|
IadMode["ACTIVE"] = "active";
|
|
158
|
+
IadMode["MEDIA_INTEGRITY"] = "media-integrity";
|
|
158
159
|
return IadMode;
|
|
159
|
-
}({}); //
|
|
160
|
+
}({}); // No IAD measures as such, but compute a hash to ensure that the media is not corrupted after capture
|
|
160
161
|
|
|
161
162
|
// This is actually a public subset of the actual type defined in sdk.js
|
|
162
163
|
|
package/dist/picture-recorder.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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-
|
|
3
|
+
import { R as Recorder, b as buildPacked } from './video-recorder-024f6f4c.js';
|
|
4
4
|
import './variables-09a3e162.js';
|
|
5
5
|
import './button.js';
|
|
6
6
|
|
|
@@ -3,7 +3,7 @@ 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-024f6f4c.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';
|
package/dist/selfie-capture.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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-
|
|
3
|
+
import { b as buildPacked } from './video-recorder-024f6f4c.js';
|
|
4
4
|
import './video-record-directions.js';
|
|
5
5
|
import './button.js';
|
|
6
6
|
import { s as selfieCaptureVars } from './variables-09a3e162.js';
|