@microblink/camera-manager 7.2.5 → 7.2.6
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/README.md +92 -0
- package/dist/camera-manager.js +1201 -1125
- package/package.json +3 -3
- package/types/core/Camera.d.ts +117 -77
- package/types/core/Camera.d.ts.map +1 -1
- package/types/core/CameraManager.d.ts +72 -65
- package/types/core/CameraManager.d.ts.map +1 -1
- package/types/core/cameraError.d.ts +1 -1
- package/types/core/cameraError.d.ts.map +1 -1
- package/types/core/cameraManagerStore.d.ts +15 -1
- package/types/core/cameraManagerStore.d.ts.map +1 -1
- package/types/core/cameraUtils.d.ts.map +1 -1
- package/types/index.rollup.d.ts +84 -27
- package/types/ui/CameraErrorModal.d.ts.map +1 -1
- package/types/ui/CameraSelector.d.ts.map +1 -1
- package/types/ui/CaptureScreen.d.ts +0 -4
- package/types/ui/CaptureScreen.d.ts.map +1 -1
- package/types/ui/Header.d.ts.map +1 -1
- package/types/ui/debounce.d.ts +14 -0
- package/types/ui/debounce.d.ts.map +1 -0
- package/types/ui/determineFitMode.d.ts +4 -1
- package/types/ui/determineFitMode.d.ts.map +1 -1
- package/types/ui/locales/ak.d.ts +19 -0
- package/types/ui/locales/ak.d.ts.map +1 -0
- package/types/ui/locales/am.d.ts +19 -0
- package/types/ui/locales/am.d.ts.map +1 -0
- package/types/ui/locales/ar.d.ts +19 -0
- package/types/ui/locales/ar.d.ts.map +1 -0
- package/types/ui/locales/bn.d.ts +19 -0
- package/types/ui/locales/bn.d.ts.map +1 -0
- package/types/ui/locales/cs.d.ts +19 -0
- package/types/ui/locales/cs.d.ts.map +1 -0
- package/types/ui/locales/da.d.ts +19 -0
- package/types/ui/locales/da.d.ts.map +1 -0
- package/types/ui/locales/de.d.ts +19 -0
- package/types/ui/locales/de.d.ts.map +1 -0
- package/types/ui/locales/el.d.ts +19 -0
- package/types/ui/locales/el.d.ts.map +1 -0
- package/types/ui/locales/en.d.ts +8 -8
- package/types/ui/locales/en_GB.d.ts +19 -0
- package/types/ui/locales/en_GB.d.ts.map +1 -0
- package/types/ui/locales/es.d.ts +19 -0
- package/types/ui/locales/es.d.ts.map +1 -0
- package/types/ui/locales/es_MX.d.ts +19 -0
- package/types/ui/locales/es_MX.d.ts.map +1 -0
- package/types/ui/locales/fa-latn.d.ts +19 -0
- package/types/ui/locales/fa-latn.d.ts.map +1 -0
- package/types/ui/locales/fi.d.ts +19 -0
- package/types/ui/locales/fi.d.ts.map +1 -0
- package/types/ui/locales/fil.d.ts +19 -0
- package/types/ui/locales/fil.d.ts.map +1 -0
- package/types/ui/locales/fr.d.ts +19 -0
- package/types/ui/locales/fr.d.ts.map +1 -0
- package/types/ui/locales/fr_CA.d.ts +19 -0
- package/types/ui/locales/fr_CA.d.ts.map +1 -0
- package/types/ui/locales/ha.d.ts +19 -0
- package/types/ui/locales/ha.d.ts.map +1 -0
- package/types/ui/locales/he.d.ts +19 -0
- package/types/ui/locales/he.d.ts.map +1 -0
- package/types/ui/locales/hi.d.ts +19 -0
- package/types/ui/locales/hi.d.ts.map +1 -0
- package/types/ui/locales/hr.d.ts +19 -0
- package/types/ui/locales/hr.d.ts.map +1 -0
- package/types/ui/locales/hu.d.ts +19 -0
- package/types/ui/locales/hu.d.ts.map +1 -0
- package/types/ui/locales/id.d.ts +19 -0
- package/types/ui/locales/id.d.ts.map +1 -0
- package/types/ui/locales/index.d.ts +60 -0
- package/types/ui/locales/index.d.ts.map +1 -0
- package/types/ui/locales/is.d.ts +19 -0
- package/types/ui/locales/is.d.ts.map +1 -0
- package/types/ui/locales/it.d.ts +19 -0
- package/types/ui/locales/it.d.ts.map +1 -0
- package/types/ui/locales/ja.d.ts +19 -0
- package/types/ui/locales/ja.d.ts.map +1 -0
- package/types/ui/locales/ka_GE.d.ts +19 -0
- package/types/ui/locales/ka_GE.d.ts.map +1 -0
- package/types/ui/locales/kk.d.ts +19 -0
- package/types/ui/locales/kk.d.ts.map +1 -0
- package/types/ui/locales/km_KH.d.ts +19 -0
- package/types/ui/locales/km_KH.d.ts.map +1 -0
- package/types/ui/locales/ko.d.ts +19 -0
- package/types/ui/locales/ko.d.ts.map +1 -0
- package/types/ui/locales/lv.d.ts +19 -0
- package/types/ui/locales/lv.d.ts.map +1 -0
- package/types/ui/locales/ms.d.ts +19 -0
- package/types/ui/locales/ms.d.ts.map +1 -0
- package/types/ui/locales/ne.d.ts +19 -0
- package/types/ui/locales/ne.d.ts.map +1 -0
- package/types/ui/locales/nl.d.ts +19 -0
- package/types/ui/locales/nl.d.ts.map +1 -0
- package/types/ui/locales/no.d.ts +19 -0
- package/types/ui/locales/no.d.ts.map +1 -0
- package/types/ui/locales/pl.d.ts +19 -0
- package/types/ui/locales/pl.d.ts.map +1 -0
- package/types/ui/locales/ps_AF.d.ts +19 -0
- package/types/ui/locales/ps_AF.d.ts.map +1 -0
- package/types/ui/locales/pt.d.ts +19 -0
- package/types/ui/locales/pt.d.ts.map +1 -0
- package/types/ui/locales/pt_BR.d.ts +19 -0
- package/types/ui/locales/pt_BR.d.ts.map +1 -0
- package/types/ui/locales/ro.d.ts +19 -0
- package/types/ui/locales/ro.d.ts.map +1 -0
- package/types/ui/locales/ru.d.ts +19 -0
- package/types/ui/locales/ru.d.ts.map +1 -0
- package/types/ui/locales/si.d.ts +19 -0
- package/types/ui/locales/si.d.ts.map +1 -0
- package/types/ui/locales/sk.d.ts +19 -0
- package/types/ui/locales/sk.d.ts.map +1 -0
- package/types/ui/locales/sl.d.ts +19 -0
- package/types/ui/locales/sl.d.ts.map +1 -0
- package/types/ui/locales/sr.d.ts +19 -0
- package/types/ui/locales/sr.d.ts.map +1 -0
- package/types/ui/locales/sv.d.ts +19 -0
- package/types/ui/locales/sv.d.ts.map +1 -0
- package/types/ui/locales/sw.d.ts +19 -0
- package/types/ui/locales/sw.d.ts.map +1 -0
- package/types/ui/locales/th.d.ts +19 -0
- package/types/ui/locales/th.d.ts.map +1 -0
- package/types/ui/locales/tr.d.ts +19 -0
- package/types/ui/locales/tr.d.ts.map +1 -0
- package/types/ui/locales/uk.d.ts +19 -0
- package/types/ui/locales/uk.d.ts.map +1 -0
- package/types/ui/locales/ur.d.ts +19 -0
- package/types/ui/locales/ur.d.ts.map +1 -0
- package/types/ui/locales/uz.d.ts +19 -0
- package/types/ui/locales/uz.d.ts.map +1 -0
- package/types/ui/locales/vi.d.ts +19 -0
- package/types/ui/locales/vi.d.ts.map +1 -0
- package/types/ui/locales/yo.d.ts +19 -0
- package/types/ui/locales/yo.d.ts.map +1 -0
- package/types/ui/locales/zh_CN.d.ts +19 -0
- package/types/ui/locales/zh_CN.d.ts.map +1 -0
- package/types/ui/locales/zh_TW.d.ts +19 -0
- package/types/ui/locales/zh_TW.d.ts.map +1 -0
package/types/index.rollup.d.ts
CHANGED
|
@@ -10,10 +10,22 @@ import { StoreApi } from 'zustand/vanilla';
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class Camera {
|
|
12
12
|
#private;
|
|
13
|
+
/**
|
|
14
|
+
* The internal state of the camera, implemented as a Zustand store.
|
|
15
|
+
*/
|
|
16
|
+
store: Omit<StoreApi<CameraState>, "subscribe"> & {
|
|
17
|
+
subscribe: {
|
|
18
|
+
(listener: (selectedState: CameraState, previousSelectedState: CameraState) => void): () => void;
|
|
19
|
+
<U>(selector: (state: CameraState) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
|
|
20
|
+
equalityFn?: ((a: U, b: U) => boolean) | undefined;
|
|
21
|
+
fireImmediately?: boolean;
|
|
22
|
+
} | undefined): () => void;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
13
25
|
/**
|
|
14
26
|
* The device info.
|
|
15
27
|
*/
|
|
16
|
-
deviceInfo: InputDeviceInfo;
|
|
28
|
+
get deviceInfo(): InputDeviceInfo;
|
|
17
29
|
/**
|
|
18
30
|
* Stream capabilities as reported by the stream.
|
|
19
31
|
*
|
|
@@ -22,26 +34,40 @@ export declare class Camera {
|
|
|
22
34
|
* camera.
|
|
23
35
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack/getCapabilities
|
|
24
36
|
*/
|
|
25
|
-
streamCapabilities
|
|
26
|
-
activeStream: MediaStream | undefined;
|
|
27
|
-
name: string;
|
|
28
|
-
facingMode: FacingMode;
|
|
29
|
-
torchSupported: boolean;
|
|
30
|
-
torchEnabled: boolean;
|
|
31
|
-
singleShotSupported: boolean;
|
|
32
|
-
maxSupportedResolution
|
|
33
|
-
/**
|
|
34
|
-
* Reference to the original instance before it was proxied.
|
|
35
|
-
*/
|
|
36
|
-
original: this;
|
|
37
|
-
notify: (reason?: unknown) => void;
|
|
38
|
-
notifyStateChange?: (camera: Camera, reason?: unknown) => void;
|
|
37
|
+
get streamCapabilities(): MediaTrackCapabilities | undefined;
|
|
38
|
+
get activeStream(): MediaStream | undefined;
|
|
39
|
+
get name(): string;
|
|
40
|
+
get facingMode(): FacingMode;
|
|
41
|
+
get torchSupported(): boolean;
|
|
42
|
+
get torchEnabled(): boolean;
|
|
43
|
+
get singleShotSupported(): boolean;
|
|
44
|
+
get maxSupportedResolution(): VideoResolutionName | undefined;
|
|
39
45
|
/**
|
|
40
46
|
* Creates a new Camera instance.
|
|
41
47
|
*
|
|
42
48
|
* @param deviceInfo - The device info.
|
|
43
49
|
*/
|
|
44
50
|
constructor(deviceInfo: InputDeviceInfo);
|
|
51
|
+
/**
|
|
52
|
+
* Subscribe to camera state changes.
|
|
53
|
+
*
|
|
54
|
+
* @param listener - Listener function that gets called when state changes
|
|
55
|
+
* @returns Unsubscribe function
|
|
56
|
+
*/
|
|
57
|
+
subscribe(listener: (selectedState: CameraState, previousSelectedState: CameraState) => void): () => void;
|
|
58
|
+
/**
|
|
59
|
+
* Subscribe to camera state changes with selector.
|
|
60
|
+
*
|
|
61
|
+
* @param selector - Function to select specific state slice
|
|
62
|
+
* @param listener - Listener function that gets called when selected state changes
|
|
63
|
+
* @param options - Optional subscription options
|
|
64
|
+
* @returns Unsubscribe function
|
|
65
|
+
*/
|
|
66
|
+
subscribe<U>(selector: (state: CameraState) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
|
|
67
|
+
equalityFn?: (a: U, b: U) => boolean;
|
|
68
|
+
fireImmediately?: boolean;
|
|
69
|
+
}): () => void;
|
|
70
|
+
unsubscribeAll(): void;
|
|
45
71
|
/**
|
|
46
72
|
* Starts a stream with the specified resolution.
|
|
47
73
|
*
|
|
@@ -102,7 +128,7 @@ export declare class CameraError extends Error {
|
|
|
102
128
|
/**
|
|
103
129
|
* A camera error code.
|
|
104
130
|
*/
|
|
105
|
-
export declare type CameraErrorCode = "PERMISSION_DENIED" | (string & {});
|
|
131
|
+
export declare type CameraErrorCode = "PERMISSION_DENIED" | "STREAM_ENDED_UNEXPECTEDLY" | (string & {});
|
|
106
132
|
|
|
107
133
|
/**
|
|
108
134
|
* A camera getter.
|
|
@@ -131,6 +157,12 @@ export declare class CameraManager {
|
|
|
131
157
|
* @param extractionArea The area of the video frame that will be extracted.
|
|
132
158
|
*/
|
|
133
159
|
setExtractionArea(extractionArea: ExtractionArea): void;
|
|
160
|
+
/**
|
|
161
|
+
* Gets the area of the video frame that will be extracted.
|
|
162
|
+
*
|
|
163
|
+
* @returns The area of the video frame that will be extracted.
|
|
164
|
+
*/
|
|
165
|
+
get extractionArea(): ExtractionArea | undefined;
|
|
134
166
|
/**
|
|
135
167
|
* Creates a new CameraManager instance.
|
|
136
168
|
*
|
|
@@ -174,6 +206,7 @@ export declare class CameraManager {
|
|
|
174
206
|
* @returns The cameras that are available to the user, filtered by the facing mode.
|
|
175
207
|
*/
|
|
176
208
|
getCameraDevices(): Promise<Camera[]>;
|
|
209
|
+
get selectedCamera(): Camera | undefined;
|
|
177
210
|
/**
|
|
178
211
|
* Initializes the CameraManager with a video element.
|
|
179
212
|
*
|
|
@@ -320,10 +353,22 @@ export declare type CameraManagerStore = {
|
|
|
320
353
|
* The video element that will display the camera stream.
|
|
321
354
|
*/
|
|
322
355
|
videoElement?: HTMLVideoElement;
|
|
356
|
+
/**
|
|
357
|
+
* The resolution of the video on the `videoElement`
|
|
358
|
+
*/
|
|
359
|
+
videoResolution?: Resolution;
|
|
360
|
+
/**
|
|
361
|
+
* Defines the area of the video which will be sent for processing.
|
|
362
|
+
*/
|
|
363
|
+
extractionArea?: ExtractionArea;
|
|
323
364
|
/**
|
|
324
365
|
* The list of cameras that are available to the user.
|
|
325
366
|
*/
|
|
326
367
|
cameras: Camera[];
|
|
368
|
+
/**
|
|
369
|
+
* Browser camera permission.
|
|
370
|
+
*/
|
|
371
|
+
cameraPermission: CameraPermission;
|
|
327
372
|
/**
|
|
328
373
|
* The facing mode filter that will be used to filter the available cameras.
|
|
329
374
|
* Can be a single facing mode or an array of facing modes.
|
|
@@ -411,6 +456,8 @@ export declare type CameraManagerUiOptions = {
|
|
|
411
456
|
showCameraErrorModal?: boolean;
|
|
412
457
|
};
|
|
413
458
|
|
|
459
|
+
export declare type CameraPermission = "prompt" | "granted" | "denied" | "blocked" | undefined;
|
|
460
|
+
|
|
414
461
|
/**
|
|
415
462
|
* A camera preference.
|
|
416
463
|
*
|
|
@@ -430,6 +477,19 @@ export declare type CameraPreference = {
|
|
|
430
477
|
preferredFacing?: undefined;
|
|
431
478
|
};
|
|
432
479
|
|
|
480
|
+
declare interface CameraState {
|
|
481
|
+
deviceInfo: InputDeviceInfo;
|
|
482
|
+
activeStream: MediaStream | undefined;
|
|
483
|
+
name: string;
|
|
484
|
+
facingMode: FacingMode;
|
|
485
|
+
torchSupported: boolean;
|
|
486
|
+
torchEnabled: boolean;
|
|
487
|
+
singleShotSupported: boolean;
|
|
488
|
+
maxSupportedResolution?: VideoResolutionName;
|
|
489
|
+
streamCapabilities?: ReturnType<MediaStreamTrack["getCapabilities"]>;
|
|
490
|
+
error?: CameraError;
|
|
491
|
+
}
|
|
492
|
+
|
|
433
493
|
/**
|
|
434
494
|
* The camera UI locale record.
|
|
435
495
|
*/
|
|
@@ -486,18 +546,18 @@ export declare function createCameraManagerUi(cameraManager: CameraManager, targ
|
|
|
486
546
|
* The default English localization strings.
|
|
487
547
|
*/
|
|
488
548
|
declare const _default: {
|
|
489
|
-
readonly
|
|
549
|
+
readonly camera_error_cancel_btn: "Cancel";
|
|
550
|
+
readonly camera_error_details: "Please allow camera access in your browser and try again.";
|
|
551
|
+
readonly camera_error_primary_btn: "Retry";
|
|
552
|
+
readonly camera_error_title: "Camera permission required";
|
|
553
|
+
readonly close: "Close";
|
|
490
554
|
readonly loading_cameras: "Loading cameras...";
|
|
555
|
+
readonly mirror_camera: "Mirror camera";
|
|
556
|
+
readonly scan_document: "Scan a document";
|
|
491
557
|
readonly select_a_camera: "Select a camera";
|
|
492
558
|
readonly select_camera: "Select camera";
|
|
493
|
-
readonly
|
|
559
|
+
readonly selected_camera: "Selected camera";
|
|
494
560
|
readonly torch: "Torch";
|
|
495
|
-
readonly mirror_camera: "Mirror camera";
|
|
496
|
-
readonly scan_document: "Scan a document";
|
|
497
|
-
readonly camera_error_title: "Camera permission required";
|
|
498
|
-
readonly camera_error_details: "Please allow camera access in your browser and try again.";
|
|
499
|
-
readonly camera_error_cancel_btn: "Cancel";
|
|
500
|
-
readonly camera_error_primary_btn: "Retry";
|
|
501
561
|
};
|
|
502
562
|
|
|
503
563
|
/**
|
|
@@ -520,9 +580,6 @@ export declare type ExtractionArea = {
|
|
|
520
580
|
height: number;
|
|
521
581
|
};
|
|
522
582
|
|
|
523
|
-
/**
|
|
524
|
-
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
525
|
-
*/
|
|
526
583
|
export declare type FacingMode = "front" | "back" | undefined;
|
|
527
584
|
|
|
528
585
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CameraErrorModal.d.ts","sourceRoot":"","sources":["../../src/ui/CameraErrorModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,SAAS,EAAQ,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"CameraErrorModal.d.ts","sourceRoot":"","sources":["../../src/ui/CameraErrorModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,SAAS,EAAQ,MAAM,UAAU,CAAC;AAM3C;;GAEG;AACH,QAAA,MAAM,gBAAgB,EAAE,SAqDvB,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CameraSelector.d.ts","sourceRoot":"","sources":["../../src/ui/CameraSelector.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"CameraSelector.d.ts","sourceRoot":"","sources":["../../src/ui/CameraSelector.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAMH,OAAO,EAAE,SAAS,EAAS,MAAM,UAAU,CAAC;AAO5C;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,SA4J5B,CAAC"}
|
|
@@ -6,10 +6,6 @@ import { Component } from "solid-js";
|
|
|
6
6
|
* The capture screen shadow root host ID.
|
|
7
7
|
*/
|
|
8
8
|
export declare const CAPTURE_SCREEN_SHADOW_ROOT_HOST_ID = "capture-screen-host";
|
|
9
|
-
/**
|
|
10
|
-
* The fit mode.
|
|
11
|
-
*/
|
|
12
|
-
export type FitMode = "contain" | "cover";
|
|
13
9
|
/**
|
|
14
10
|
* The CaptureScreen component.
|
|
15
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaptureScreen.d.ts","sourceRoot":"","sources":["../../src/ui/CaptureScreen.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,SAAS,EAOV,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"CaptureScreen.d.ts","sourceRoot":"","sources":["../../src/ui/CaptureScreen.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,SAAS,EAOV,MAAM,UAAU,CAAC;AAuBlB;;GAEG;AACH,eAAO,MAAM,kCAAkC,wBAAwB,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,SAoL3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,SAwDpC,CAAC"}
|
package/types/ui/Header.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../src/ui/Header.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,SAAS,EAA8B,MAAM,UAAU,CAAC;AAajE;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../src/ui/Header.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,SAAS,EAA8B,MAAM,UAAU,CAAC;AAajE;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,SA2GpB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Creates a debounced function that delays invoking `func` until after `wait`
|
|
6
|
+
* milliseconds have elapsed since the last time the debounced function was
|
|
7
|
+
* invoked.
|
|
8
|
+
*
|
|
9
|
+
* @param func - The function to debounce.
|
|
10
|
+
* @param wait - The number of milliseconds to delay.
|
|
11
|
+
* @returns The new debounced function.
|
|
12
|
+
*/
|
|
13
|
+
export declare function debounce<T extends (...args: any[]) => any>(func: T, wait: number): (...args: Parameters<T>) => void;
|
|
14
|
+
//# sourceMappingURL=debounce.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debounce.d.ts","sourceRoot":"","sources":["../../src/ui/debounce.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH;;;;;;;;GAQG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACxD,IAAI,EAAE,CAAC,EACP,IAAI,EAAE,MAAM,GACX,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,IAAI,CAYlC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
3
|
*/
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* The fit mode.
|
|
6
|
+
*/
|
|
7
|
+
export type FitMode = "contain" | "cover";
|
|
5
8
|
/**
|
|
6
9
|
* Determines the fit mode for the video element based on the container and video dimensions.
|
|
7
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"determineFitMode.d.ts","sourceRoot":"","sources":["../../src/ui/determineFitMode.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,
|
|
1
|
+
{"version":3,"file":"determineFitMode.d.ts","sourceRoot":"","sources":["../../src/ui/determineFitMode.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AAEH,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,gBAAgB,GAC3B,IAAI,MAAM,EACV,IAAI,MAAM,EACV,IAAI,MAAM,EACV,IAAI,MAAM,KACT,OA+BF,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "取消";
|
|
6
|
+
readonly camera_error_details: "請允許瀏覽器存取相機,然後再試一次。";
|
|
7
|
+
readonly camera_error_primary_btn: "重試";
|
|
8
|
+
readonly camera_error_title: "需要相機權限";
|
|
9
|
+
readonly close: "關閉";
|
|
10
|
+
readonly loading_cameras: "正在載入相機⋯⋯";
|
|
11
|
+
readonly mirror_camera: "鏡像相機";
|
|
12
|
+
readonly scan_document: "掃描文件";
|
|
13
|
+
readonly select_a_camera: "選取相機";
|
|
14
|
+
readonly select_camera: "選取相機";
|
|
15
|
+
readonly selected_camera: "選取相機";
|
|
16
|
+
readonly torch: "手電筒";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=ak.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ak.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ak.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "ተወው";
|
|
6
|
+
readonly camera_error_details: "እባክዎ በአሳሽዎ ውስጥ የካሜራ መዳረሻ ይፍቀዱና እንደገና ይሞክሩ።";
|
|
7
|
+
readonly camera_error_primary_btn: "እንደገና ይሞክሩ";
|
|
8
|
+
readonly camera_error_title: "የካሜራ ፈቃድ ያስፈልጋል";
|
|
9
|
+
readonly close: "ዝጋ";
|
|
10
|
+
readonly loading_cameras: "ካሜራዎችን በመጫን ላይ...";
|
|
11
|
+
readonly mirror_camera: "የመስታወት ካሜራ";
|
|
12
|
+
readonly scan_document: "ሰነድ ይቃኙ";
|
|
13
|
+
readonly select_a_camera: "ካሜራ ይምረጡ";
|
|
14
|
+
readonly select_camera: "ካሜራ ምረጥ";
|
|
15
|
+
readonly selected_camera: "የተመረጠ ካሜራ";
|
|
16
|
+
readonly torch: "ፍላሽ ብርሃን";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=am.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"am.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/am.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "إلغاء";
|
|
6
|
+
readonly camera_error_details: "يُرجى السماح بالوصول إلى الكاميرا في متصفحك ثم المحاولة مرة أخرى.";
|
|
7
|
+
readonly camera_error_primary_btn: "إعادة المحاولة";
|
|
8
|
+
readonly camera_error_title: "مطلوب إذن الكاميرا";
|
|
9
|
+
readonly close: "إغلاق";
|
|
10
|
+
readonly loading_cameras: "جارٍ تحميل الكاميرات...";
|
|
11
|
+
readonly mirror_camera: "الكاميرا العاكسة";
|
|
12
|
+
readonly scan_document: "مسح مستند ضوئياً";
|
|
13
|
+
readonly select_a_camera: "حدد كاميرا";
|
|
14
|
+
readonly select_camera: "تحديد الكاميرا";
|
|
15
|
+
readonly selected_camera: "تحديد الكاميرا";
|
|
16
|
+
readonly torch: "شعلة";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=ar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ar.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "বাতিল করুন";
|
|
6
|
+
readonly camera_error_details: "অনুগ্রহ করে আপনার ব্রাউজারে ক্যামেরা অ্যাক্সেসের অনুমতি দিন এবং আবার চেষ্টা করুন।";
|
|
7
|
+
readonly camera_error_primary_btn: "পুনরায় চেষ্টা করুন";
|
|
8
|
+
readonly camera_error_title: "ক্যামেরা অনুমতি প্রয়োজন";
|
|
9
|
+
readonly close: "বন্ধ করুন";
|
|
10
|
+
readonly loading_cameras: "ক্যামেরা লোড হচ্ছে...";
|
|
11
|
+
readonly mirror_camera: "ক্যামেরা মিরর করুন";
|
|
12
|
+
readonly scan_document: "একটি ডকুমেন্ট স্ক্যান করুন";
|
|
13
|
+
readonly select_a_camera: "একটি ক্যামেরা নির্বাচন করুন";
|
|
14
|
+
readonly select_camera: "ক্যামেরা নির্বাচন করুন";
|
|
15
|
+
readonly selected_camera: "নির্বাচিত ক্যামেরা";
|
|
16
|
+
readonly torch: "টর্চ";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=bn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bn.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/bn.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Storno";
|
|
6
|
+
readonly camera_error_details: "Povolte v prohlížeči přístup k fotoaparátu a zkuste to znovu.";
|
|
7
|
+
readonly camera_error_primary_btn: "Opakovat";
|
|
8
|
+
readonly camera_error_title: "Je vyžadováno oprávnění pro fotoaparát";
|
|
9
|
+
readonly close: "Zavřít";
|
|
10
|
+
readonly loading_cameras: "Načítají se fotoaparáty…";
|
|
11
|
+
readonly mirror_camera: "Zrcadlit fotoaparát";
|
|
12
|
+
readonly scan_document: "Skenovat dokument";
|
|
13
|
+
readonly select_a_camera: "Vyberte fotoaparát";
|
|
14
|
+
readonly select_camera: "Vybrat fotoaparát";
|
|
15
|
+
readonly selected_camera: "Vybraný fotoaparát";
|
|
16
|
+
readonly torch: "Svítilna";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=cs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/cs.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Annuller";
|
|
6
|
+
readonly camera_error_details: "Tillad kameraadgang i din browser, og prøv igen.";
|
|
7
|
+
readonly camera_error_primary_btn: "Prøv igen";
|
|
8
|
+
readonly camera_error_title: "Kameratilladelse påkrævet";
|
|
9
|
+
readonly close: "Luk";
|
|
10
|
+
readonly loading_cameras: "Indlæser kameraer...";
|
|
11
|
+
readonly mirror_camera: "Spejlkamera";
|
|
12
|
+
readonly scan_document: "Scan et dokument";
|
|
13
|
+
readonly select_a_camera: "Vælg et kamera";
|
|
14
|
+
readonly select_camera: "Vælg kamera";
|
|
15
|
+
readonly selected_camera: "Valgt kamera";
|
|
16
|
+
readonly torch: "Fakkel";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=da.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/da.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Abbrechen";
|
|
6
|
+
readonly camera_error_details: "Bitte erlauben Sie den Kamerazugriff in Ihrem Browser und versuchen Sie es erneut.";
|
|
7
|
+
readonly camera_error_primary_btn: "Wiederholen";
|
|
8
|
+
readonly camera_error_title: "Kameraberechtigung erforderlich";
|
|
9
|
+
readonly close: "Schließen";
|
|
10
|
+
readonly loading_cameras: "Kameras werden geladen …";
|
|
11
|
+
readonly mirror_camera: "Kamera spiegeln";
|
|
12
|
+
readonly scan_document: "Dokument scannen";
|
|
13
|
+
readonly select_a_camera: "Wählen Sie eine Kamera aus";
|
|
14
|
+
readonly select_camera: "Kamera auswählen";
|
|
15
|
+
readonly selected_camera: "Ausgewählte Kamera";
|
|
16
|
+
readonly torch: "Taschenlampe";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=de.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/de.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Ακύρωση";
|
|
6
|
+
readonly camera_error_details: "Επιτρέψτε την πρόσβαση στην κάμερα στο πρόγραμμα περιήγησ΄ής σας και δοκιμάστε ξανά.";
|
|
7
|
+
readonly camera_error_primary_btn: "Επανάληψη";
|
|
8
|
+
readonly camera_error_title: "Απαιτείται η άδεια της κάμερας";
|
|
9
|
+
readonly close: "Κλείσιμο";
|
|
10
|
+
readonly loading_cameras: "Φόρτωση καμερών σε εξέλιξη...";
|
|
11
|
+
readonly mirror_camera: "Κάμερα καθρέπτη";
|
|
12
|
+
readonly scan_document: "Σάρωση εγγράφου";
|
|
13
|
+
readonly select_a_camera: "Επιλέξτε μια κάμερα ";
|
|
14
|
+
readonly select_camera: "Επιλογή κάμερας";
|
|
15
|
+
readonly selected_camera: "Επιλεγμένη κάμερα";
|
|
16
|
+
readonly torch: "Φακός";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=el.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/el.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
package/types/ui/locales/en.d.ts
CHANGED
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
* The default English localization strings.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
-
readonly
|
|
8
|
+
readonly camera_error_cancel_btn: "Cancel";
|
|
9
|
+
readonly camera_error_details: "Please allow camera access in your browser and try again.";
|
|
10
|
+
readonly camera_error_primary_btn: "Retry";
|
|
11
|
+
readonly camera_error_title: "Camera permission required";
|
|
12
|
+
readonly close: "Close";
|
|
9
13
|
readonly loading_cameras: "Loading cameras...";
|
|
14
|
+
readonly mirror_camera: "Mirror camera";
|
|
15
|
+
readonly scan_document: "Scan a document";
|
|
10
16
|
readonly select_a_camera: "Select a camera";
|
|
11
17
|
readonly select_camera: "Select camera";
|
|
12
|
-
readonly
|
|
18
|
+
readonly selected_camera: "Selected camera";
|
|
13
19
|
readonly torch: "Torch";
|
|
14
|
-
readonly mirror_camera: "Mirror camera";
|
|
15
|
-
readonly scan_document: "Scan a document";
|
|
16
|
-
readonly camera_error_title: "Camera permission required";
|
|
17
|
-
readonly camera_error_details: "Please allow camera access in your browser and try again.";
|
|
18
|
-
readonly camera_error_cancel_btn: "Cancel";
|
|
19
|
-
readonly camera_error_primary_btn: "Retry";
|
|
20
20
|
};
|
|
21
21
|
export default _default;
|
|
22
22
|
//# sourceMappingURL=en.d.ts.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Cancel";
|
|
6
|
+
readonly camera_error_details: "Please allow camera access in your browser and try again.";
|
|
7
|
+
readonly camera_error_primary_btn: "Retry";
|
|
8
|
+
readonly camera_error_title: "Camera permission required";
|
|
9
|
+
readonly close: "Close";
|
|
10
|
+
readonly loading_cameras: "Loading cameras...";
|
|
11
|
+
readonly mirror_camera: "Mirror camera";
|
|
12
|
+
readonly scan_document: "Scan a document";
|
|
13
|
+
readonly select_a_camera: "Select a camera";
|
|
14
|
+
readonly select_camera: "Select camera";
|
|
15
|
+
readonly selected_camera: "Selected camera";
|
|
16
|
+
readonly torch: "Torch";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=en_GB.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en_GB.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/en_GB.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Cancelar";
|
|
6
|
+
readonly camera_error_details: "Permita el acceso a la cámara en su navegador e inténtelo de nuevo.";
|
|
7
|
+
readonly camera_error_primary_btn: "Reintentar";
|
|
8
|
+
readonly camera_error_title: "Se requiere permiso para la cámara";
|
|
9
|
+
readonly close: "Cerrar";
|
|
10
|
+
readonly loading_cameras: "Cargando cámaras...";
|
|
11
|
+
readonly mirror_camera: "Cámara espejo";
|
|
12
|
+
readonly scan_document: "Escanee un documento";
|
|
13
|
+
readonly select_a_camera: "Seleccione una cámara";
|
|
14
|
+
readonly select_camera: "Seleccionar cámara";
|
|
15
|
+
readonly selected_camera: "Cámara seleccionada";
|
|
16
|
+
readonly torch: "Linterna";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=es.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/es.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Cancelar";
|
|
6
|
+
readonly camera_error_details: "Permita el acceso a la cámara en su navegador e inténtelo de nuevo.";
|
|
7
|
+
readonly camera_error_primary_btn: "Reintentar";
|
|
8
|
+
readonly camera_error_title: "Se necesita permiso para la cámara";
|
|
9
|
+
readonly close: "Cerrar";
|
|
10
|
+
readonly loading_cameras: "Cargando cámaras...";
|
|
11
|
+
readonly mirror_camera: "Cámara espejo";
|
|
12
|
+
readonly scan_document: "Escanear un documento";
|
|
13
|
+
readonly select_a_camera: "Seleccione una cámara";
|
|
14
|
+
readonly select_camera: "Seleccionar cámara";
|
|
15
|
+
readonly selected_camera: "Cámara seleccionada";
|
|
16
|
+
readonly torch: "Linterna";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=es_MX.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"es_MX.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/es_MX.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "لغو";
|
|
6
|
+
readonly camera_error_details: "لطفاً دسترسی دوربین را در مرورگر خود فعال کنید و دوباره امتحان کنید.";
|
|
7
|
+
readonly camera_error_primary_btn: "دوباره امتحان کنید";
|
|
8
|
+
readonly camera_error_title: "مجوز دوربین لازم است";
|
|
9
|
+
readonly close: "بستن";
|
|
10
|
+
readonly loading_cameras: "در حال بارگذاری دوربینها...";
|
|
11
|
+
readonly mirror_camera: "دوربین آینهای";
|
|
12
|
+
readonly scan_document: "اسکن یک سند";
|
|
13
|
+
readonly select_a_camera: "یک دوربین انتخاب کنید";
|
|
14
|
+
readonly select_camera: "دوربین را انتخاب کنید";
|
|
15
|
+
readonly selected_camera: "دوربین انتخاب شده";
|
|
16
|
+
readonly torch: "مشعل";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=fa-latn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fa-latn.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fa-latn.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Peruuta";
|
|
6
|
+
readonly camera_error_details: "Anna kameran käyttöoikeus selaimessasi ja yritä uudelleen.";
|
|
7
|
+
readonly camera_error_primary_btn: "Yritä uudelleen";
|
|
8
|
+
readonly camera_error_title: "Kameran käyttöoikeus tarvitaan";
|
|
9
|
+
readonly close: "Sulje";
|
|
10
|
+
readonly loading_cameras: "Ladataan kameroita...";
|
|
11
|
+
readonly mirror_camera: "Peilikamera";
|
|
12
|
+
readonly scan_document: "Lue asiakirja";
|
|
13
|
+
readonly select_a_camera: "Valitse kamera";
|
|
14
|
+
readonly select_camera: "Valitse kamera";
|
|
15
|
+
readonly selected_camera: "Valittu kamera";
|
|
16
|
+
readonly torch: "Taskulamppu";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=fi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fi.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fi.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Kanselahin";
|
|
6
|
+
readonly camera_error_details: "Pakipayagan ang access sa camera sa browser mo at subukan ulit.";
|
|
7
|
+
readonly camera_error_primary_btn: "Subukan ulit";
|
|
8
|
+
readonly camera_error_title: "Kailangan ng pahintulot sa camera";
|
|
9
|
+
readonly close: "Isara";
|
|
10
|
+
readonly loading_cameras: "Inilo-load ang mga camera...";
|
|
11
|
+
readonly mirror_camera: "Mirror camera";
|
|
12
|
+
readonly scan_document: "I-scan ang dokumento";
|
|
13
|
+
readonly select_a_camera: "Pumili ng camera";
|
|
14
|
+
readonly select_camera: "Pindutin ang camera";
|
|
15
|
+
readonly selected_camera: "Piniling camera";
|
|
16
|
+
readonly torch: "Torch";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=fil.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fil.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fil.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|