@microblink/camera-manager 7.2.5 → 7.2.7

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.
Files changed (144) hide show
  1. package/README.md +92 -0
  2. package/dist/camera-manager.js +1217 -1122
  3. package/package.json +3 -3
  4. package/types/core/Camera.d.ts +119 -77
  5. package/types/core/Camera.d.ts.map +1 -1
  6. package/types/core/CameraManager.d.ts +72 -65
  7. package/types/core/CameraManager.d.ts.map +1 -1
  8. package/types/core/cameraError.d.ts +1 -1
  9. package/types/core/cameraError.d.ts.map +1 -1
  10. package/types/core/cameraManagerStore.d.ts +15 -1
  11. package/types/core/cameraManagerStore.d.ts.map +1 -1
  12. package/types/core/cameraUtils.d.ts +1 -1
  13. package/types/core/cameraUtils.d.ts.map +1 -1
  14. package/types/core/utils.d.ts +1 -0
  15. package/types/core/utils.d.ts.map +1 -1
  16. package/types/index.rollup.d.ts +86 -27
  17. package/types/media-mock/createInputDeviceInfo.d.ts +1 -1
  18. package/types/media-mock/createInputDeviceInfo.d.ts.map +1 -1
  19. package/types/media-mock/fake-devices.d.ts +7 -3
  20. package/types/media-mock/fake-devices.d.ts.map +1 -1
  21. package/types/media-mock/fakeDevices/iPhoneX.d.ts +6 -0
  22. package/types/media-mock/fakeDevices/iPhoneX.d.ts.map +1 -0
  23. package/types/ui/CameraErrorModal.d.ts.map +1 -1
  24. package/types/ui/CameraSelector.d.ts.map +1 -1
  25. package/types/ui/CaptureScreen.d.ts +0 -4
  26. package/types/ui/CaptureScreen.d.ts.map +1 -1
  27. package/types/ui/Header.d.ts.map +1 -1
  28. package/types/ui/debounce.d.ts +14 -0
  29. package/types/ui/debounce.d.ts.map +1 -0
  30. package/types/ui/determineFitMode.d.ts +4 -1
  31. package/types/ui/determineFitMode.d.ts.map +1 -1
  32. package/types/ui/locales/ak.d.ts +19 -0
  33. package/types/ui/locales/ak.d.ts.map +1 -0
  34. package/types/ui/locales/am.d.ts +19 -0
  35. package/types/ui/locales/am.d.ts.map +1 -0
  36. package/types/ui/locales/ar.d.ts +19 -0
  37. package/types/ui/locales/ar.d.ts.map +1 -0
  38. package/types/ui/locales/bn.d.ts +19 -0
  39. package/types/ui/locales/bn.d.ts.map +1 -0
  40. package/types/ui/locales/cs.d.ts +19 -0
  41. package/types/ui/locales/cs.d.ts.map +1 -0
  42. package/types/ui/locales/da.d.ts +19 -0
  43. package/types/ui/locales/da.d.ts.map +1 -0
  44. package/types/ui/locales/de.d.ts +19 -0
  45. package/types/ui/locales/de.d.ts.map +1 -0
  46. package/types/ui/locales/el.d.ts +19 -0
  47. package/types/ui/locales/el.d.ts.map +1 -0
  48. package/types/ui/locales/en.d.ts +8 -8
  49. package/types/ui/locales/en_GB.d.ts +19 -0
  50. package/types/ui/locales/en_GB.d.ts.map +1 -0
  51. package/types/ui/locales/es.d.ts +19 -0
  52. package/types/ui/locales/es.d.ts.map +1 -0
  53. package/types/ui/locales/es_MX.d.ts +19 -0
  54. package/types/ui/locales/es_MX.d.ts.map +1 -0
  55. package/types/ui/locales/fa-latn.d.ts +19 -0
  56. package/types/ui/locales/fa-latn.d.ts.map +1 -0
  57. package/types/ui/locales/fi.d.ts +19 -0
  58. package/types/ui/locales/fi.d.ts.map +1 -0
  59. package/types/ui/locales/fil.d.ts +19 -0
  60. package/types/ui/locales/fil.d.ts.map +1 -0
  61. package/types/ui/locales/fr.d.ts +19 -0
  62. package/types/ui/locales/fr.d.ts.map +1 -0
  63. package/types/ui/locales/fr_CA.d.ts +19 -0
  64. package/types/ui/locales/fr_CA.d.ts.map +1 -0
  65. package/types/ui/locales/ha.d.ts +19 -0
  66. package/types/ui/locales/ha.d.ts.map +1 -0
  67. package/types/ui/locales/he.d.ts +19 -0
  68. package/types/ui/locales/he.d.ts.map +1 -0
  69. package/types/ui/locales/hi.d.ts +19 -0
  70. package/types/ui/locales/hi.d.ts.map +1 -0
  71. package/types/ui/locales/hr.d.ts +19 -0
  72. package/types/ui/locales/hr.d.ts.map +1 -0
  73. package/types/ui/locales/hu.d.ts +19 -0
  74. package/types/ui/locales/hu.d.ts.map +1 -0
  75. package/types/ui/locales/id.d.ts +19 -0
  76. package/types/ui/locales/id.d.ts.map +1 -0
  77. package/types/ui/locales/index.d.ts +60 -0
  78. package/types/ui/locales/index.d.ts.map +1 -0
  79. package/types/ui/locales/is.d.ts +19 -0
  80. package/types/ui/locales/is.d.ts.map +1 -0
  81. package/types/ui/locales/it.d.ts +19 -0
  82. package/types/ui/locales/it.d.ts.map +1 -0
  83. package/types/ui/locales/ja.d.ts +19 -0
  84. package/types/ui/locales/ja.d.ts.map +1 -0
  85. package/types/ui/locales/ka_GE.d.ts +19 -0
  86. package/types/ui/locales/ka_GE.d.ts.map +1 -0
  87. package/types/ui/locales/kk.d.ts +19 -0
  88. package/types/ui/locales/kk.d.ts.map +1 -0
  89. package/types/ui/locales/km_KH.d.ts +19 -0
  90. package/types/ui/locales/km_KH.d.ts.map +1 -0
  91. package/types/ui/locales/ko.d.ts +19 -0
  92. package/types/ui/locales/ko.d.ts.map +1 -0
  93. package/types/ui/locales/lv.d.ts +19 -0
  94. package/types/ui/locales/lv.d.ts.map +1 -0
  95. package/types/ui/locales/ms.d.ts +19 -0
  96. package/types/ui/locales/ms.d.ts.map +1 -0
  97. package/types/ui/locales/ne.d.ts +19 -0
  98. package/types/ui/locales/ne.d.ts.map +1 -0
  99. package/types/ui/locales/nl.d.ts +19 -0
  100. package/types/ui/locales/nl.d.ts.map +1 -0
  101. package/types/ui/locales/no.d.ts +19 -0
  102. package/types/ui/locales/no.d.ts.map +1 -0
  103. package/types/ui/locales/pl.d.ts +19 -0
  104. package/types/ui/locales/pl.d.ts.map +1 -0
  105. package/types/ui/locales/ps_AF.d.ts +19 -0
  106. package/types/ui/locales/ps_AF.d.ts.map +1 -0
  107. package/types/ui/locales/pt.d.ts +19 -0
  108. package/types/ui/locales/pt.d.ts.map +1 -0
  109. package/types/ui/locales/pt_BR.d.ts +19 -0
  110. package/types/ui/locales/pt_BR.d.ts.map +1 -0
  111. package/types/ui/locales/ro.d.ts +19 -0
  112. package/types/ui/locales/ro.d.ts.map +1 -0
  113. package/types/ui/locales/ru.d.ts +19 -0
  114. package/types/ui/locales/ru.d.ts.map +1 -0
  115. package/types/ui/locales/si.d.ts +19 -0
  116. package/types/ui/locales/si.d.ts.map +1 -0
  117. package/types/ui/locales/sk.d.ts +19 -0
  118. package/types/ui/locales/sk.d.ts.map +1 -0
  119. package/types/ui/locales/sl.d.ts +19 -0
  120. package/types/ui/locales/sl.d.ts.map +1 -0
  121. package/types/ui/locales/sr.d.ts +19 -0
  122. package/types/ui/locales/sr.d.ts.map +1 -0
  123. package/types/ui/locales/sv.d.ts +19 -0
  124. package/types/ui/locales/sv.d.ts.map +1 -0
  125. package/types/ui/locales/sw.d.ts +19 -0
  126. package/types/ui/locales/sw.d.ts.map +1 -0
  127. package/types/ui/locales/th.d.ts +19 -0
  128. package/types/ui/locales/th.d.ts.map +1 -0
  129. package/types/ui/locales/tr.d.ts +19 -0
  130. package/types/ui/locales/tr.d.ts.map +1 -0
  131. package/types/ui/locales/uk.d.ts +19 -0
  132. package/types/ui/locales/uk.d.ts.map +1 -0
  133. package/types/ui/locales/ur.d.ts +19 -0
  134. package/types/ui/locales/ur.d.ts.map +1 -0
  135. package/types/ui/locales/uz.d.ts +19 -0
  136. package/types/ui/locales/uz.d.ts.map +1 -0
  137. package/types/ui/locales/vi.d.ts +19 -0
  138. package/types/ui/locales/vi.d.ts.map +1 -0
  139. package/types/ui/locales/yo.d.ts +19 -0
  140. package/types/ui/locales/yo.d.ts.map +1 -0
  141. package/types/ui/locales/zh_CN.d.ts +19 -0
  142. package/types/ui/locales/zh_CN.d.ts.map +1 -0
  143. package/types/ui/locales/zh_TW.d.ts +19 -0
  144. package/types/ui/locales/zh_TW.d.ts.map +1 -0
@@ -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?: ReturnType<MediaStreamTrack["getCapabilities"]>;
26
- activeStream: MediaStream | undefined;
27
- name: string;
28
- facingMode: FacingMode;
29
- torchSupported: boolean;
30
- torchEnabled: boolean;
31
- singleShotSupported: boolean;
32
- maxSupportedResolution?: VideoResolutionName;
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,21 @@ 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
+ /** not implemented in iOS Safari and Firefox at the time of writing */
491
+ deviceCapabilities?: ReturnType<InputDeviceInfo["getCapabilities"]>;
492
+ error?: CameraError;
493
+ }
494
+
433
495
  /**
434
496
  * The camera UI locale record.
435
497
  */
@@ -486,18 +548,18 @@ export declare function createCameraManagerUi(cameraManager: CameraManager, targ
486
548
  * The default English localization strings.
487
549
  */
488
550
  declare const _default: {
489
- readonly selected_camera: "Selected camera";
551
+ readonly camera_error_cancel_btn: "Cancel";
552
+ readonly camera_error_details: "Please allow camera access in your browser and try again.";
553
+ readonly camera_error_primary_btn: "Retry";
554
+ readonly camera_error_title: "Camera permission required";
555
+ readonly close: "Close";
490
556
  readonly loading_cameras: "Loading cameras...";
557
+ readonly mirror_camera: "Mirror camera";
558
+ readonly scan_document: "Scan a document";
491
559
  readonly select_a_camera: "Select a camera";
492
560
  readonly select_camera: "Select camera";
493
- readonly close: "Close";
561
+ readonly selected_camera: "Selected camera";
494
562
  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
563
  };
502
564
 
503
565
  /**
@@ -520,9 +582,6 @@ export declare type ExtractionArea = {
520
582
  height: number;
521
583
  };
522
584
 
523
- /**
524
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
525
- */
526
585
  export declare type FacingMode = "front" | "back" | undefined;
527
586
 
528
587
  /**
@@ -21,6 +21,6 @@ interface CreateInputDeviceProps extends Partial<InputDeviceInfo> {
21
21
  * @param props - The properties for the device.
22
22
  * @returns The fake `InputDeviceInfo` info object.
23
23
  */
24
- export declare const createInputDeviceInfo: ({ label, deviceId, groupId, kind, mockCapabilities, }: CreateInputDeviceProps) => InputDeviceInfo;
24
+ export declare const createMockInputDeviceInfo: ({ label, deviceId, groupId, kind, mockCapabilities, }: CreateInputDeviceProps) => InputDeviceInfo;
25
25
  export {};
26
26
  //# sourceMappingURL=createInputDeviceInfo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createInputDeviceInfo.d.ts","sourceRoot":"","sources":["../../src/media-mock/createInputDeviceInfo.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,eAAe,CAAC;IAC/D;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpD;AAED;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,GAAI,uDASnC,sBAAsB,KAAG,eA0B3B,CAAC"}
1
+ {"version":3,"file":"createInputDeviceInfo.d.ts","sourceRoot":"","sources":["../../src/media-mock/createInputDeviceInfo.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,eAAe,CAAC;IAC/D;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpD;AAED;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,GAAI,uDASvC,sBAAsB,KAAG,eAqB3B,CAAC"}
@@ -1,14 +1,17 @@
1
1
  /**
2
2
  * Copyright (c) 2025 Microblink Ltd. All rights reserved.
3
3
  */
4
+ type DeviceCapabilities = ReturnType<InputDeviceInfo["getCapabilities"]> | null;
5
+ type StreamCapabilities = ReturnType<MediaStreamTrack["getCapabilities"]>;
6
+ type MediaTrackSettings = ReturnType<MediaStreamTrack["getSettings"]>;
4
7
  /**
5
8
  * `deviceCapabilities` and `streamCapabilities` seem to be the same on iOS Safari
6
9
  */
7
10
  export type ExtendedCameraInfo = {
8
11
  inputDeviceInfo: Omit<InputDeviceInfo, "getCapabilities" | "toJSON">;
9
- deviceCapabilities: ReturnType<InputDeviceInfo["getCapabilities"]>;
10
- streamCapabilities: ReturnType<MediaStreamTrack["getCapabilities"]>;
11
- mediaTrackSettings: ReturnType<MediaStreamTrack["getSettings"]>;
12
+ deviceCapabilities?: DeviceCapabilities;
13
+ streamCapabilities: StreamCapabilities;
14
+ mediaTrackSettings: MediaTrackSettings;
12
15
  };
13
16
  /**
14
17
  * A fake device.
@@ -21,4 +24,5 @@ export type FakeDevice = {
21
24
  * The fake devices.
22
25
  */
23
26
  export declare const fakeDevices: Record<string, FakeDevice>;
27
+ export {};
24
28
  //# sourceMappingURL=fake-devices.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fake-devices.d.ts","sourceRoot":"","sources":["../../src/media-mock/fake-devices.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,eAAe,EAAE,IAAI,CAAC,eAAe,EAAE,iBAAiB,GAAG,QAAQ,CAAC,CAAC;IACrE,kBAAkB,EAAE,UAAU,CAAC,eAAe,CAAC,iBAAiB,CAAC,CAAC,CAAC;IACnE,kBAAkB,EAAE,UAAU,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC,CAAC;IACpE,kBAAkB,EAAE,UAAU,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC,CAAC;CACjE,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,kBAAkB,EAAE,CAAC;CAC/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAKzC,CAAC"}
1
+ {"version":3,"file":"fake-devices.d.ts","sourceRoot":"","sources":["../../src/media-mock/fake-devices.ts"],"names":[],"mappings":"AAAA;;GAEG;AASH,KAAK,kBAAkB,GAAG,UAAU,CAAC,eAAe,CAAC,iBAAiB,CAAC,CAAC,GAAG,IAAI,CAAC;AAChF,KAAK,kBAAkB,GAAG,UAAU,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAC1E,KAAK,kBAAkB,GAAG,UAAU,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC,CAAC;AAEtE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,eAAe,EAAE,IAAI,CAAC,eAAe,EAAE,iBAAiB,GAAG,QAAQ,CAAC,CAAC;IACrE,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,kBAAkB,EAAE,kBAAkB,CAAC;CACxC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,kBAAkB,EAAE,CAAC;CAC/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAMzC,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Copyright (c) 2025 Microblink Ltd. All rights reserved.
3
+ */
4
+ import { FakeDevice } from "../fake-devices";
5
+ export declare const MockiPhoneX: FakeDevice;
6
+ //# sourceMappingURL=iPhoneX.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iPhoneX.d.ts","sourceRoot":"","sources":["../../../src/media-mock/fakeDevices/iPhoneX.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,eAAO,MAAM,WAAW,EAAE,UA6GzB,CAAC"}
@@ -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;AAK3C;;GAEG;AACH,QAAA,MAAM,gBAAgB,EAAE,SA0BvB,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,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;AAKH,OAAO,EAAE,SAAS,EAA6B,MAAM,UAAU,CAAC;AAgBhE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,SA2J5B,CAAC"}
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;AAwBlB;;GAEG;AACH,eAAO,MAAM,kCAAkC,wBAAwB,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AAE1C;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,SAkL3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,SA4DpC,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"}
@@ -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,SA4GpB,CAAC"}
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
- import { FitMode } from "./CaptureScreen";
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,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,gBAAgB,GAC3B,IAAI,MAAM,EACV,IAAI,MAAM,EACV,IAAI,MAAM,EACV,IAAI,MAAM,KACT,OA+BF,CAAC"}
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"}
@@ -5,18 +5,18 @@
5
5
  * The default English localization strings.
6
6
  */
7
7
  declare const _default: {
8
- readonly selected_camera: "Selected camera";
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 close: "Close";
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"}