@microblink/camera-manager 7.2.7 → 7.3.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.
Files changed (167) hide show
  1. package/README.md +1 -0
  2. package/dist/camera-manager.js +1266 -1154
  3. package/package.json +5 -5
  4. package/types/core/Camera.d.ts +1 -1
  5. package/types/core/Camera.test.d.ts +1 -1
  6. package/types/core/CameraManager.d.ts +1 -1
  7. package/types/core/CameraManager.d.ts.map +1 -1
  8. package/types/core/CameraManager.test.d.ts +1 -1
  9. package/types/core/VideoFrameProcessor.d.ts +1 -1
  10. package/types/core/cameraError.d.ts +1 -1
  11. package/types/core/cameraManagerStore.d.ts +1 -1
  12. package/types/core/cameraNames.d.ts +1 -25
  13. package/types/core/cameraNames.d.ts.map +1 -1
  14. package/types/core/cameraUtils.d.ts +1 -1
  15. package/types/core/cameraUtils.test.d.ts +1 -1
  16. package/types/core/iosCameraNames.d.ts +1 -1
  17. package/types/core/utils.d.ts +1 -15
  18. package/types/core/utils.d.ts.map +1 -1
  19. package/types/index.d.ts +1 -1
  20. package/types/index.rollup.d.ts +14 -5
  21. package/types/media-mock/MediaMocker.d.ts +2 -2
  22. package/types/media-mock/MediaMocker.d.ts.map +1 -1
  23. package/types/media-mock/createInputDeviceInfo.d.ts +1 -1
  24. package/types/media-mock/defineProperty.d.ts +1 -1
  25. package/types/media-mock/fake-devices.d.ts +1 -1
  26. package/types/media-mock/fakeDevices/DesktopSingleFrontFacing.d.ts +1 -1
  27. package/types/media-mock/fakeDevices/SamsungS21FE.d.ts +1 -1
  28. package/types/media-mock/fakeDevices/iPhone15.d.ts +1 -1
  29. package/types/media-mock/fakeDevices/iPhoneSE.d.ts +1 -1
  30. package/types/media-mock/fakeDevices/iPhoneX.d.ts +1 -1
  31. package/types/media-mock/utils.d.ts +1 -2
  32. package/types/media-mock/utils.d.ts.map +1 -1
  33. package/types/tests/camera-picking.test.d.ts +1 -1
  34. package/types/ui/CameraErrorModal.d.ts +1 -1
  35. package/types/ui/CameraErrorModal.d.ts.map +1 -1
  36. package/types/ui/CameraSelector.d.ts +2 -1
  37. package/types/ui/CameraSelector.d.ts.map +1 -1
  38. package/types/ui/CameraUiStoreContext.d.ts +5 -2
  39. package/types/ui/CameraUiStoreContext.d.ts.map +1 -1
  40. package/types/ui/CaptureScreen.d.ts +1 -5
  41. package/types/ui/CaptureScreen.d.ts.map +1 -1
  42. package/types/ui/Header.d.ts +1 -1
  43. package/types/ui/Header.d.ts.map +1 -1
  44. package/types/ui/LocalizationContext.d.ts +1 -1
  45. package/types/ui/RootComponent.d.ts +1 -1
  46. package/types/ui/SolidShadowRoot.d.ts +1 -1
  47. package/types/ui/createCameraManagerUi.d.ts +11 -2
  48. package/types/ui/createCameraManagerUi.d.ts.map +1 -1
  49. package/types/ui/determineFitMode.d.ts +1 -1
  50. package/types/ui/determineFitMode.test.d.ts +1 -1
  51. package/types/ui/getVisibleVideoArea.d.ts +1 -1
  52. package/types/ui/getVisibleVideoArea.test.d.ts +1 -1
  53. package/types/ui/locales/ak.d.ts +16 -13
  54. package/types/ui/locales/ak.d.ts.map +1 -1
  55. package/types/ui/locales/am.d.ts +5 -2
  56. package/types/ui/locales/am.d.ts.map +1 -1
  57. package/types/ui/locales/ar.d.ts +5 -2
  58. package/types/ui/locales/ar.d.ts.map +1 -1
  59. package/types/ui/locales/bn.d.ts +5 -2
  60. package/types/ui/locales/bn.d.ts.map +1 -1
  61. package/types/ui/locales/cs.d.ts +5 -2
  62. package/types/ui/locales/cs.d.ts.map +1 -1
  63. package/types/ui/locales/da.d.ts +5 -2
  64. package/types/ui/locales/da.d.ts.map +1 -1
  65. package/types/ui/locales/de.d.ts +5 -2
  66. package/types/ui/locales/de.d.ts.map +1 -1
  67. package/types/ui/locales/el.d.ts +6 -3
  68. package/types/ui/locales/el.d.ts.map +1 -1
  69. package/types/ui/locales/en.d.ts +3 -3
  70. package/types/ui/locales/en_GB.d.ts +5 -2
  71. package/types/ui/locales/en_GB.d.ts.map +1 -1
  72. package/types/ui/locales/es.d.ts +5 -2
  73. package/types/ui/locales/es.d.ts.map +1 -1
  74. package/types/ui/locales/es_MX.d.ts +5 -2
  75. package/types/ui/locales/es_MX.d.ts.map +1 -1
  76. package/types/ui/locales/fa-latn.d.ts +5 -2
  77. package/types/ui/locales/fa-latn.d.ts.map +1 -1
  78. package/types/ui/locales/fi.d.ts +5 -2
  79. package/types/ui/locales/fi.d.ts.map +1 -1
  80. package/types/ui/locales/fil.d.ts +5 -2
  81. package/types/ui/locales/fil.d.ts.map +1 -1
  82. package/types/ui/locales/fr.d.ts +5 -2
  83. package/types/ui/locales/fr.d.ts.map +1 -1
  84. package/types/ui/locales/fr_CA.d.ts +5 -2
  85. package/types/ui/locales/fr_CA.d.ts.map +1 -1
  86. package/types/ui/locales/ha.d.ts +5 -2
  87. package/types/ui/locales/ha.d.ts.map +1 -1
  88. package/types/ui/locales/he.d.ts +5 -2
  89. package/types/ui/locales/he.d.ts.map +1 -1
  90. package/types/ui/locales/hi.d.ts +5 -2
  91. package/types/ui/locales/hi.d.ts.map +1 -1
  92. package/types/ui/locales/hr.d.ts +6 -3
  93. package/types/ui/locales/hr.d.ts.map +1 -1
  94. package/types/ui/locales/hu.d.ts +5 -2
  95. package/types/ui/locales/hu.d.ts.map +1 -1
  96. package/types/ui/locales/id.d.ts +5 -2
  97. package/types/ui/locales/id.d.ts.map +1 -1
  98. package/types/ui/locales/index.d.ts +1 -1
  99. package/types/ui/locales/is.d.ts +5 -2
  100. package/types/ui/locales/is.d.ts.map +1 -1
  101. package/types/ui/locales/it.d.ts +5 -2
  102. package/types/ui/locales/it.d.ts.map +1 -1
  103. package/types/ui/locales/ja.d.ts +5 -2
  104. package/types/ui/locales/ja.d.ts.map +1 -1
  105. package/types/ui/locales/ka_GE.d.ts +5 -2
  106. package/types/ui/locales/ka_GE.d.ts.map +1 -1
  107. package/types/ui/locales/kk.d.ts +5 -2
  108. package/types/ui/locales/kk.d.ts.map +1 -1
  109. package/types/ui/locales/km_KH.d.ts +5 -2
  110. package/types/ui/locales/km_KH.d.ts.map +1 -1
  111. package/types/ui/locales/ko.d.ts +5 -2
  112. package/types/ui/locales/ko.d.ts.map +1 -1
  113. package/types/ui/locales/lv.d.ts +5 -2
  114. package/types/ui/locales/lv.d.ts.map +1 -1
  115. package/types/ui/locales/ms.d.ts +5 -2
  116. package/types/ui/locales/ms.d.ts.map +1 -1
  117. package/types/ui/locales/ne.d.ts +5 -2
  118. package/types/ui/locales/ne.d.ts.map +1 -1
  119. package/types/ui/locales/nl.d.ts +5 -2
  120. package/types/ui/locales/nl.d.ts.map +1 -1
  121. package/types/ui/locales/no.d.ts +5 -2
  122. package/types/ui/locales/no.d.ts.map +1 -1
  123. package/types/ui/locales/pl.d.ts +5 -2
  124. package/types/ui/locales/pl.d.ts.map +1 -1
  125. package/types/ui/locales/ps_AF.d.ts +5 -2
  126. package/types/ui/locales/ps_AF.d.ts.map +1 -1
  127. package/types/ui/locales/pt.d.ts +5 -2
  128. package/types/ui/locales/pt.d.ts.map +1 -1
  129. package/types/ui/locales/pt_BR.d.ts +5 -2
  130. package/types/ui/locales/pt_BR.d.ts.map +1 -1
  131. package/types/ui/locales/ro.d.ts +5 -2
  132. package/types/ui/locales/ro.d.ts.map +1 -1
  133. package/types/ui/locales/ru.d.ts +5 -2
  134. package/types/ui/locales/ru.d.ts.map +1 -1
  135. package/types/ui/locales/si.d.ts +5 -2
  136. package/types/ui/locales/si.d.ts.map +1 -1
  137. package/types/ui/locales/sk.d.ts +5 -2
  138. package/types/ui/locales/sk.d.ts.map +1 -1
  139. package/types/ui/locales/sl.d.ts +5 -2
  140. package/types/ui/locales/sl.d.ts.map +1 -1
  141. package/types/ui/locales/sr.d.ts +5 -2
  142. package/types/ui/locales/sr.d.ts.map +1 -1
  143. package/types/ui/locales/sv.d.ts +5 -2
  144. package/types/ui/locales/sv.d.ts.map +1 -1
  145. package/types/ui/locales/sw.d.ts +5 -2
  146. package/types/ui/locales/sw.d.ts.map +1 -1
  147. package/types/ui/locales/th.d.ts +5 -2
  148. package/types/ui/locales/th.d.ts.map +1 -1
  149. package/types/ui/locales/tr.d.ts +5 -2
  150. package/types/ui/locales/tr.d.ts.map +1 -1
  151. package/types/ui/locales/uk.d.ts +5 -2
  152. package/types/ui/locales/uk.d.ts.map +1 -1
  153. package/types/ui/locales/ur.d.ts +5 -2
  154. package/types/ui/locales/ur.d.ts.map +1 -1
  155. package/types/ui/locales/uz.d.ts +5 -2
  156. package/types/ui/locales/uz.d.ts.map +1 -1
  157. package/types/ui/locales/vi.d.ts +5 -2
  158. package/types/ui/locales/vi.d.ts.map +1 -1
  159. package/types/ui/locales/yo.d.ts +5 -2
  160. package/types/ui/locales/yo.d.ts.map +1 -1
  161. package/types/ui/locales/zh_CN.d.ts +5 -2
  162. package/types/ui/locales/zh_CN.d.ts.map +1 -1
  163. package/types/ui/locales/zh_TW.d.ts +5 -2
  164. package/types/ui/locales/zh_TW.d.ts.map +1 -1
  165. package/types/ui/zustandRefStore.d.ts +1 -1
  166. package/types/ui/debounce.d.ts +0 -14
  167. package/types/ui/debounce.d.ts.map +0 -1
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for sw.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "Acha";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "Jaribu tena";
8
11
  readonly camera_error_title: "Unahitaji kuruhusu kamera";
9
12
  readonly close: "Funga";
13
+ readonly dialog_title: "Skani hati";
10
14
  readonly loading_cameras: "Inapakia kamera...";
11
15
  readonly mirror_camera: "Onyesha kamera";
12
- readonly scan_document: "Skani hati";
13
16
  readonly select_a_camera: "Chagua kamera";
14
17
  readonly select_camera: "Chagua kamera";
15
18
  readonly selected_camera: "Imechagua kamera";
@@ -1 +1 @@
1
- {"version":3,"file":"sw.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/sw.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
1
+ {"version":3,"file":"sw.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/sw.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for th.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "ยกเลิก";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "ลองอีกครั้ง";
8
11
  readonly camera_error_title: "ต้องใช้สิทธิ์กล้อง";
9
12
  readonly close: "ปิด";
13
+ readonly dialog_title: "สแกนเอกสาร";
10
14
  readonly loading_cameras: "กำลังโหลดกล้อง...";
11
15
  readonly mirror_camera: "สะท้อนกล้อง";
12
- readonly scan_document: "สแกนเอกสาร";
13
16
  readonly select_a_camera: "เลือกกล้อง";
14
17
  readonly select_camera: "เลือกกล้อง";
15
18
  readonly selected_camera: "กล้องที่เลือก";
@@ -1 +1 @@
1
- {"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/th.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
1
+ {"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/th.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for tr.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "İptal";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "Tekrar dene";
8
11
  readonly camera_error_title: "Kamera izni gerekli";
9
12
  readonly close: "Kapat";
13
+ readonly dialog_title: "Bir belge tara";
10
14
  readonly loading_cameras: "Kameralar yükleniyor...";
11
15
  readonly mirror_camera: "Ayna kamerası";
12
- readonly scan_document: "Bir belge tara";
13
16
  readonly select_a_camera: "Bir kamera seç";
14
17
  readonly select_camera: "Kamera seç";
15
18
  readonly selected_camera: "Seçili kamera";
@@ -1 +1 @@
1
- {"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/tr.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
1
+ {"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/tr.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for uk.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "Скасувати";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "Повторити спробу";
8
11
  readonly camera_error_title: "Потрібен дозвіл на використання камери";
9
12
  readonly close: "Закрити";
13
+ readonly dialog_title: "Відскануйте документ";
10
14
  readonly loading_cameras: "Завантаження камер...";
11
15
  readonly mirror_camera: "Дзеркальне відображення камери";
12
- readonly scan_document: "Відскануйте документ";
13
16
  readonly select_a_camera: "Виберіть камеру";
14
17
  readonly select_camera: "Виберіть камеру";
15
18
  readonly selected_camera: "Вибрана камера";
@@ -1 +1 @@
1
- {"version":3,"file":"uk.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/uk.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
1
+ {"version":3,"file":"uk.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/uk.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for ur.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "منسوخ کریں";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "دوبارہ کوشش کریں";
8
11
  readonly camera_error_title: "کیمرہ کی اجازت درکار ہے";
9
12
  readonly close: "بند کریں";
13
+ readonly dialog_title: "ایک دستاویز اسکین کریں";
10
14
  readonly loading_cameras: "کیمرے لوڈ ہو رہے ہیں...";
11
15
  readonly mirror_camera: "مِرر کیمرہ";
12
- readonly scan_document: "ایک دستاویز اسکین کریں";
13
16
  readonly select_a_camera: "ایک کیمرہ منتخب کریں";
14
17
  readonly select_camera: "کیمرہ منتخب کریں";
15
18
  readonly selected_camera: "منتخب شدہ کیمرہ";
@@ -1 +1 @@
1
- {"version":3,"file":"ur.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ur.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
1
+ {"version":3,"file":"ur.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ur.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAaW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for uz.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "Bekor qilish";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "Qayta urining";
8
11
  readonly camera_error_title: "Kamera ruxsati zarur";
9
12
  readonly close: "Yopish";
13
+ readonly dialog_title: "Hujjatni skanerlang";
10
14
  readonly loading_cameras: "Kameralar yuklanmoqda...";
11
15
  readonly mirror_camera: "Koʻzguli kamera";
12
- readonly scan_document: "Hujjatni skanerlang";
13
16
  readonly select_a_camera: "Kamerani tanlang";
14
17
  readonly select_camera: "Kamerani tanlash";
15
18
  readonly selected_camera: "Tanlangan kamera";
@@ -1 +1 @@
1
- {"version":3,"file":"uz.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/uz.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
1
+ {"version":3,"file":"uz.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/uz.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAaW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for vi.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "Hủy bỏ";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "Thử lại";
8
11
  readonly camera_error_title: "Cần phải cấp quyền truy cập máy ảnh";
9
12
  readonly close: "Đóng";
13
+ readonly dialog_title: "Quét tài liệu";
10
14
  readonly loading_cameras: "Đang tải máy ảnh...";
11
15
  readonly mirror_camera: "Đối xứng máy ảnh";
12
- readonly scan_document: "Quét tài liệu";
13
16
  readonly select_a_camera: "Chọn một máy ảnh";
14
17
  readonly select_camera: "Chọn máy ảnh";
15
18
  readonly selected_camera: "Máy ảnh đã chọn";
@@ -1 +1 @@
1
- {"version":3,"file":"vi.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/vi.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
1
+ {"version":3,"file":"vi.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/vi.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for yo.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "Fagi lée";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "Tún gbìyànjú síi";
8
11
  readonly camera_error_title: "A béèrè fún ìgbaniláàyè sí kámẹ́rà";
9
12
  readonly close: "Pàdé";
13
+ readonly dialog_title: "Ṣe ẹ̀dà àwòrán ìwé àkọsílẹ̀ kan";
10
14
  readonly loading_cameras: "Ó ń korajọ láti gbé àwọn kámẹ́rà wa...";
11
15
  readonly mirror_camera: "Lo kámẹ́rà iwájú";
12
- readonly scan_document: "Ṣe ẹ̀dà àwòrán ìwé àkọsílẹ̀ kan";
13
16
  readonly select_a_camera: "Yan kámẹ́rà kan";
14
17
  readonly select_camera: "Yan kámẹ́rà";
15
18
  readonly selected_camera: "Kámẹ́rà tó jẹ́ yíyàn";
@@ -1 +1 @@
1
- {"version":3,"file":"yo.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/yo.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
1
+ {"version":3,"file":"yo.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/yo.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for zh_CN.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "取消";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "重试";
8
11
  readonly camera_error_title: "需要相机许可";
9
12
  readonly close: "关闭";
13
+ readonly dialog_title: "扫描文档";
10
14
  readonly loading_cameras: "正在加载相机……";
11
15
  readonly mirror_camera: "镜像相机";
12
- readonly scan_document: "扫描文档";
13
16
  readonly select_a_camera: "选择相机";
14
17
  readonly select_camera: "选择相机";
15
18
  readonly selected_camera: "选定的相机";
@@ -1 +1 @@
1
- {"version":3,"file":"zh_CN.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/zh_CN.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
1
+ {"version":3,"file":"zh_CN.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/zh_CN.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAaW"}
@@ -1,5 +1,8 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
+ */
4
+ /**
5
+ * Localization strings for zh_TW.
3
6
  */
4
7
  declare const _default: {
5
8
  readonly camera_error_cancel_btn: "取消";
@@ -7,9 +10,9 @@ declare const _default: {
7
10
  readonly camera_error_primary_btn: "重試";
8
11
  readonly camera_error_title: "需要相機權限";
9
12
  readonly close: "關閉";
13
+ readonly dialog_title: "掃描文件";
10
14
  readonly loading_cameras: "正在載入相機⋯⋯";
11
15
  readonly mirror_camera: "鏡像相機";
12
- readonly scan_document: "掃描文件";
13
16
  readonly select_a_camera: "選取相機";
14
17
  readonly select_camera: "選取相機";
15
18
  readonly selected_camera: "選取相機";
@@ -1 +1 @@
1
- {"version":3,"file":"zh_TW.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/zh_TW.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
1
+ {"version":3,"file":"zh_TW.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/zh_TW.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAaW"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) 2025 Microblink Ltd. All rights reserved.
2
+ * Copyright (c) 2026 Microblink Ltd. All rights reserved.
3
3
  */
4
4
  import { Owner } from "solid-js";
5
5
  /**
@@ -1,14 +0,0 @@
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
@@ -1 +0,0 @@
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"}