@ha_tecno/live-id-sdk 1.0.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (429) hide show
  1. package/android/build.gradle +4 -0
  2. package/lib/commonjs/components/{WaitingForResult → CameraConfigInfo}/index.js +9 -11
  3. package/lib/commonjs/components/CameraConfigInfo/index.js.map +1 -0
  4. package/lib/commonjs/components/CameraConfigInfo/styles.js +20 -0
  5. package/lib/commonjs/components/CameraConfigInfo/styles.js.map +1 -0
  6. package/lib/commonjs/components/CaptureButton/index.js +88 -0
  7. package/lib/commonjs/components/CaptureButton/index.js.map +1 -0
  8. package/lib/commonjs/components/CaptureButton/styles.js +22 -0
  9. package/lib/commonjs/components/CaptureButton/styles.js.map +1 -0
  10. package/lib/commonjs/components/Gabarito/index.js +2 -2
  11. package/lib/commonjs/components/Gabarito/index.js.map +1 -1
  12. package/lib/commonjs/components/Gabarito/styles.js +10 -11
  13. package/lib/commonjs/components/Gabarito/styles.js.map +1 -1
  14. package/lib/commonjs/components/HelpRegister/index.js +51 -0
  15. package/lib/commonjs/components/HelpRegister/index.js.map +1 -0
  16. package/lib/commonjs/{screens/CadastroFinger/components/AjudaCadastro → components/HelpRegister}/styles.js +17 -20
  17. package/lib/commonjs/components/HelpRegister/styles.js.map +1 -0
  18. package/lib/commonjs/components/Toast/Toast.js +12 -12
  19. package/lib/commonjs/components/Toast/Toast.js.map +1 -1
  20. package/lib/commonjs/components/deviceNotFound/deviceNotFound.js +27 -0
  21. package/lib/commonjs/components/deviceNotFound/deviceNotFound.js.map +1 -0
  22. package/lib/commonjs/components/deviceNotFound/styles.js +36 -0
  23. package/lib/commonjs/components/deviceNotFound/styles.js.map +1 -0
  24. package/lib/commonjs/components/icon/icon.js +22 -0
  25. package/lib/commonjs/components/icon/icon.js.map +1 -0
  26. package/lib/commonjs/components/index.js +56 -0
  27. package/lib/commonjs/components/index.js.map +1 -0
  28. package/lib/commonjs/components/modalMessage/modalMessage.js +63 -0
  29. package/lib/commonjs/components/modalMessage/modalMessage.js.map +1 -0
  30. package/lib/commonjs/components/modalMessage/styles.js +51 -0
  31. package/lib/commonjs/components/modalMessage/styles.js.map +1 -0
  32. package/lib/commonjs/components/recordButton/recordButton.js +83 -0
  33. package/lib/commonjs/components/recordButton/recordButton.js.map +1 -0
  34. package/lib/commonjs/components/recordButton/styles.js +21 -0
  35. package/lib/commonjs/components/recordButton/styles.js.map +1 -0
  36. package/lib/commonjs/index.js +9 -11
  37. package/lib/commonjs/index.js.map +1 -1
  38. package/lib/commonjs/screens/CadastroScreen/CadastroScreen.js +29 -29
  39. package/lib/commonjs/screens/CadastroScreen/CadastroScreen.js.map +1 -1
  40. package/lib/commonjs/screens/FingerAuth/FingerAuth.js +128 -0
  41. package/lib/commonjs/screens/FingerAuth/FingerAuth.js.map +1 -0
  42. package/lib/commonjs/screens/FingerAuth/styles.js +35 -0
  43. package/lib/commonjs/screens/FingerAuth/styles.js.map +1 -0
  44. package/lib/commonjs/screens/FingerRegister/index.js +138 -0
  45. package/lib/commonjs/screens/FingerRegister/index.js.map +1 -0
  46. package/lib/commonjs/screens/FingerRegister/styles.js +35 -0
  47. package/lib/commonjs/screens/FingerRegister/styles.js.map +1 -0
  48. package/lib/commonjs/screens/LifeCertificate/index.js +145 -0
  49. package/lib/commonjs/screens/LifeCertificate/index.js.map +1 -0
  50. package/lib/commonjs/screens/LifeCertificate/styles.js +27 -0
  51. package/lib/commonjs/screens/LifeCertificate/styles.js.map +1 -0
  52. package/lib/commonjs/screens/index.js +28 -0
  53. package/lib/commonjs/screens/index.js.map +1 -0
  54. package/lib/commonjs/services/index.js +35 -101
  55. package/lib/commonjs/services/index.js.map +1 -1
  56. package/lib/commonjs/services/services.js +134 -0
  57. package/lib/commonjs/services/services.js.map +1 -0
  58. package/lib/commonjs/services/types.js +2 -0
  59. package/lib/commonjs/{types/screen.js.map → services/types.js.map} +1 -1
  60. package/lib/commonjs/store/createSelectors.js +16 -0
  61. package/lib/commonjs/store/createSelectors.js.map +1 -0
  62. package/lib/commonjs/store/modules/fingerAuth/index.js +19 -0
  63. package/lib/commonjs/store/modules/fingerAuth/index.js.map +1 -0
  64. package/lib/commonjs/store/modules/fingerAuth/selectors.js +13 -0
  65. package/lib/commonjs/store/modules/fingerAuth/selectors.js.map +1 -0
  66. package/lib/commonjs/store/modules/fingerAuth/slice.js +92 -0
  67. package/lib/commonjs/store/modules/fingerAuth/slice.js.map +1 -0
  68. package/lib/commonjs/store/modules/fingerAuth/type.js +2 -0
  69. package/lib/commonjs/store/modules/fingerAuth/type.js.map +1 -0
  70. package/lib/commonjs/store/modules/fingerRegister/index.js +19 -0
  71. package/lib/commonjs/store/modules/fingerRegister/index.js.map +1 -0
  72. package/lib/commonjs/store/modules/fingerRegister/selectors.js +13 -0
  73. package/lib/commonjs/store/modules/fingerRegister/selectors.js.map +1 -0
  74. package/lib/commonjs/store/modules/fingerRegister/slice.js +101 -0
  75. package/lib/commonjs/store/modules/fingerRegister/slice.js.map +1 -0
  76. package/lib/commonjs/store/modules/fingerRegister/types.js +2 -0
  77. package/lib/commonjs/store/modules/fingerRegister/types.js.map +1 -0
  78. package/lib/commonjs/store/modules/lifeCertificate/index.js +19 -0
  79. package/lib/commonjs/store/modules/lifeCertificate/index.js.map +1 -0
  80. package/lib/commonjs/store/modules/lifeCertificate/selectors.js +13 -0
  81. package/lib/commonjs/store/modules/lifeCertificate/selectors.js.map +1 -0
  82. package/lib/commonjs/store/modules/lifeCertificate/slice.js +101 -0
  83. package/lib/commonjs/store/modules/lifeCertificate/slice.js.map +1 -0
  84. package/lib/commonjs/store/modules/lifeCertificate/types.js +6 -0
  85. package/lib/commonjs/store/modules/lifeCertificate/types.js.map +1 -0
  86. package/lib/commonjs/utils/file.js +2 -2
  87. package/lib/commonjs/utils/getConfigCamera.js +1 -1
  88. package/lib/commonjs/utils/getConfigCamera.js.map +1 -1
  89. package/lib/module/components/CameraConfigInfo/index.js +15 -0
  90. package/lib/module/components/CameraConfigInfo/index.js.map +1 -0
  91. package/lib/module/components/CameraConfigInfo/styles.js +14 -0
  92. package/lib/module/components/CameraConfigInfo/styles.js.map +1 -0
  93. package/lib/module/components/CaptureButton/index.js +79 -0
  94. package/lib/module/components/CaptureButton/index.js.map +1 -0
  95. package/lib/module/components/CaptureButton/styles.js +16 -0
  96. package/lib/module/components/CaptureButton/styles.js.map +1 -0
  97. package/lib/module/components/Gabarito/index.js +5 -4
  98. package/lib/module/components/Gabarito/index.js.map +1 -1
  99. package/lib/module/components/Gabarito/styles.js +11 -12
  100. package/lib/module/components/Gabarito/styles.js.map +1 -1
  101. package/lib/module/{screens/CadastroFinger/components/AjudaCadastro → components/HelpRegister}/index.js +17 -15
  102. package/lib/module/components/HelpRegister/index.js.map +1 -0
  103. package/lib/module/components/HelpRegister/styles.js +53 -0
  104. package/lib/module/components/HelpRegister/styles.js.map +1 -0
  105. package/lib/module/components/Toast/Toast.js +14 -14
  106. package/lib/module/components/Toast/Toast.js.map +1 -1
  107. package/lib/module/components/deviceNotFound/deviceNotFound.js +20 -0
  108. package/lib/module/components/deviceNotFound/deviceNotFound.js.map +1 -0
  109. package/lib/module/components/deviceNotFound/styles.js +30 -0
  110. package/lib/module/components/deviceNotFound/styles.js.map +1 -0
  111. package/lib/module/components/icon/icon.js +15 -0
  112. package/lib/module/components/icon/icon.js.map +1 -0
  113. package/lib/module/components/index.js +9 -0
  114. package/lib/module/components/index.js.map +1 -0
  115. package/lib/module/components/modalMessage/modalMessage.js +54 -0
  116. package/lib/module/components/modalMessage/modalMessage.js.map +1 -0
  117. package/lib/module/components/modalMessage/styles.js +45 -0
  118. package/lib/module/components/modalMessage/styles.js.map +1 -0
  119. package/lib/module/components/recordButton/recordButton.js +74 -0
  120. package/lib/module/components/recordButton/recordButton.js.map +1 -0
  121. package/lib/module/components/recordButton/styles.js +15 -0
  122. package/lib/module/components/recordButton/styles.js.map +1 -0
  123. package/lib/module/index.js +4 -4
  124. package/lib/module/index.js.map +1 -1
  125. package/lib/module/screens/CadastroScreen/CadastroScreen.js +33 -33
  126. package/lib/module/screens/CadastroScreen/CadastroScreen.js.map +1 -1
  127. package/lib/module/screens/FingerAuth/FingerAuth.js +119 -0
  128. package/lib/module/screens/FingerAuth/FingerAuth.js.map +1 -0
  129. package/lib/module/screens/FingerAuth/styles.js +29 -0
  130. package/lib/module/screens/FingerAuth/styles.js.map +1 -0
  131. package/lib/module/screens/FingerRegister/index.js +129 -0
  132. package/lib/module/screens/FingerRegister/index.js.map +1 -0
  133. package/lib/module/screens/FingerRegister/styles.js +29 -0
  134. package/lib/module/screens/FingerRegister/styles.js.map +1 -0
  135. package/lib/module/screens/LifeCertificate/index.js +136 -0
  136. package/lib/module/screens/LifeCertificate/index.js.map +1 -0
  137. package/lib/module/screens/LifeCertificate/styles.js +21 -0
  138. package/lib/module/screens/LifeCertificate/styles.js.map +1 -0
  139. package/lib/module/screens/index.js +5 -0
  140. package/lib/module/screens/index.js.map +1 -0
  141. package/lib/module/services/index.js +9 -95
  142. package/lib/module/services/index.js.map +1 -1
  143. package/lib/module/services/services.js +123 -0
  144. package/lib/module/services/services.js.map +1 -0
  145. package/lib/module/services/types.js +2 -0
  146. package/lib/module/{types/screen.js.map → services/types.js.map} +1 -1
  147. package/lib/module/store/createSelectors.js +10 -0
  148. package/lib/module/store/createSelectors.js.map +1 -0
  149. package/lib/module/store/modules/fingerAuth/index.js +3 -0
  150. package/lib/module/store/modules/fingerAuth/index.js.map +1 -0
  151. package/lib/module/store/modules/fingerAuth/selectors.js +6 -0
  152. package/lib/module/store/modules/fingerAuth/selectors.js.map +1 -0
  153. package/lib/module/store/modules/fingerAuth/slice.js +86 -0
  154. package/lib/module/store/modules/fingerAuth/slice.js.map +1 -0
  155. package/lib/module/store/modules/fingerAuth/type.js +2 -0
  156. package/lib/module/store/modules/fingerAuth/type.js.map +1 -0
  157. package/lib/module/store/modules/fingerRegister/index.js +3 -0
  158. package/lib/module/store/modules/fingerRegister/index.js.map +1 -0
  159. package/lib/module/store/modules/fingerRegister/selectors.js +6 -0
  160. package/lib/module/store/modules/fingerRegister/selectors.js.map +1 -0
  161. package/lib/module/store/modules/fingerRegister/slice.js +95 -0
  162. package/lib/module/store/modules/fingerRegister/slice.js.map +1 -0
  163. package/lib/module/store/modules/fingerRegister/types.js +2 -0
  164. package/lib/module/store/modules/fingerRegister/types.js.map +1 -0
  165. package/lib/module/store/modules/lifeCertificate/index.js +3 -0
  166. package/lib/module/store/modules/lifeCertificate/index.js.map +1 -0
  167. package/lib/module/store/modules/lifeCertificate/selectors.js +6 -0
  168. package/lib/module/store/modules/lifeCertificate/selectors.js.map +1 -0
  169. package/lib/module/store/modules/lifeCertificate/slice.js +95 -0
  170. package/lib/module/store/modules/lifeCertificate/slice.js.map +1 -0
  171. package/lib/module/store/modules/lifeCertificate/types.js +2 -0
  172. package/lib/module/store/modules/lifeCertificate/types.js.map +1 -0
  173. package/lib/module/utils/file.js +3 -3
  174. package/lib/module/utils/getConfigCamera.js +4 -4
  175. package/lib/module/utils/getConfigCamera.js.map +1 -1
  176. package/lib/module/utils/index.js +1 -1
  177. package/lib/typescript/src/components/CameraConfigInfo/index.d.ts +8 -0
  178. package/lib/typescript/src/components/CameraConfigInfo/index.d.ts.map +1 -0
  179. package/lib/typescript/src/components/CameraConfigInfo/styles.d.ts +13 -0
  180. package/lib/typescript/src/components/CameraConfigInfo/styles.d.ts.map +1 -0
  181. package/lib/typescript/src/components/CaptureButton/index.d.ts +10 -0
  182. package/lib/typescript/src/components/CaptureButton/index.d.ts.map +1 -0
  183. package/lib/typescript/src/components/CaptureButton/styles.d.ts +15 -0
  184. package/lib/typescript/src/components/CaptureButton/styles.d.ts.map +1 -0
  185. package/lib/typescript/src/components/Gabarito/index.d.ts +2 -1
  186. package/lib/typescript/src/components/Gabarito/index.d.ts.map +1 -1
  187. package/lib/typescript/src/components/Gabarito/styles.d.ts +1 -2
  188. package/lib/typescript/src/components/Gabarito/styles.d.ts.map +1 -1
  189. package/lib/typescript/src/components/HelpRegister/index.d.ts +4 -0
  190. package/lib/typescript/src/components/HelpRegister/index.d.ts.map +1 -0
  191. package/lib/typescript/src/{screens/CadastroFinger/components/AjudaCadastro → components/HelpRegister}/styles.d.ts +2 -5
  192. package/lib/typescript/src/components/HelpRegister/styles.d.ts.map +1 -0
  193. package/lib/typescript/src/components/Toast/Toast.d.ts +1 -1
  194. package/lib/typescript/src/components/Toast/Toast.d.ts.map +1 -1
  195. package/lib/typescript/src/components/deviceNotFound/deviceNotFound.d.ts +8 -0
  196. package/lib/typescript/src/components/deviceNotFound/deviceNotFound.d.ts.map +1 -0
  197. package/lib/typescript/src/components/deviceNotFound/styles.d.ts +29 -0
  198. package/lib/typescript/src/components/deviceNotFound/styles.d.ts.map +1 -0
  199. package/lib/typescript/src/components/icon/icon.d.ts +9 -0
  200. package/lib/typescript/src/components/icon/icon.d.ts.map +1 -0
  201. package/lib/typescript/src/components/index.d.ts +9 -0
  202. package/lib/typescript/src/components/index.d.ts.map +1 -0
  203. package/lib/typescript/src/components/modalMessage/modalMessage.d.ts +11 -0
  204. package/lib/typescript/src/components/modalMessage/modalMessage.d.ts.map +1 -0
  205. package/lib/typescript/src/components/modalMessage/styles.d.ts +44 -0
  206. package/lib/typescript/src/components/modalMessage/styles.d.ts.map +1 -0
  207. package/lib/typescript/src/components/recordButton/recordButton.d.ts +10 -0
  208. package/lib/typescript/src/components/recordButton/recordButton.d.ts.map +1 -0
  209. package/lib/typescript/src/components/recordButton/styles.d.ts +14 -0
  210. package/lib/typescript/src/components/recordButton/styles.d.ts.map +1 -0
  211. package/lib/typescript/src/index.d.ts +3 -4
  212. package/lib/typescript/src/index.d.ts.map +1 -1
  213. package/lib/typescript/src/screens/CadastroScreen/CadastroScreen.d.ts +2 -4
  214. package/lib/typescript/src/screens/CadastroScreen/CadastroScreen.d.ts.map +1 -1
  215. package/lib/typescript/src/screens/FingerAuth/FingerAuth.d.ts +9 -0
  216. package/lib/typescript/src/screens/FingerAuth/FingerAuth.d.ts.map +1 -0
  217. package/lib/typescript/src/screens/FingerAuth/styles.d.ts +25 -0
  218. package/lib/typescript/src/screens/FingerAuth/styles.d.ts.map +1 -0
  219. package/lib/typescript/src/screens/FingerRegister/index.d.ts +9 -0
  220. package/lib/typescript/src/screens/FingerRegister/index.d.ts.map +1 -0
  221. package/lib/typescript/src/screens/FingerRegister/styles.d.ts +25 -0
  222. package/lib/typescript/src/screens/FingerRegister/styles.d.ts.map +1 -0
  223. package/lib/typescript/src/screens/LifeCertificate/index.d.ts +7 -0
  224. package/lib/typescript/src/screens/LifeCertificate/index.d.ts.map +1 -0
  225. package/lib/typescript/src/{components/WaitingForResult → screens/LifeCertificate}/styles.d.ts +7 -11
  226. package/lib/typescript/src/screens/LifeCertificate/styles.d.ts.map +1 -0
  227. package/lib/typescript/src/screens/index.d.ts +5 -0
  228. package/lib/typescript/src/screens/index.d.ts.map +1 -0
  229. package/lib/typescript/src/services/index.d.ts +2 -17
  230. package/lib/typescript/src/services/index.d.ts.map +1 -1
  231. package/lib/typescript/src/services/services.d.ts +6 -0
  232. package/lib/typescript/src/services/services.d.ts.map +1 -0
  233. package/lib/typescript/src/services/types.d.ts +37 -0
  234. package/lib/typescript/src/services/types.d.ts.map +1 -0
  235. package/lib/typescript/src/store/createSelectors.d.ts +11 -0
  236. package/lib/typescript/src/store/createSelectors.d.ts.map +1 -0
  237. package/lib/typescript/src/store/modules/fingerAuth/index.d.ts +3 -0
  238. package/lib/typescript/src/store/modules/fingerAuth/index.d.ts.map +1 -0
  239. package/lib/typescript/src/store/modules/fingerAuth/selectors.d.ts +20 -0
  240. package/lib/typescript/src/store/modules/fingerAuth/selectors.d.ts.map +1 -0
  241. package/lib/typescript/src/store/modules/fingerAuth/slice.d.ts +4 -0
  242. package/lib/typescript/src/store/modules/fingerAuth/slice.d.ts.map +1 -0
  243. package/lib/typescript/src/store/modules/fingerAuth/type.d.ts +28 -0
  244. package/lib/typescript/src/store/modules/fingerAuth/type.d.ts.map +1 -0
  245. package/lib/typescript/src/store/modules/fingerRegister/index.d.ts +3 -0
  246. package/lib/typescript/src/store/modules/fingerRegister/index.d.ts.map +1 -0
  247. package/lib/typescript/src/store/modules/fingerRegister/selectors.d.ts +22 -0
  248. package/lib/typescript/src/store/modules/fingerRegister/selectors.d.ts.map +1 -0
  249. package/lib/typescript/src/store/modules/fingerRegister/slice.d.ts +4 -0
  250. package/lib/typescript/src/store/modules/fingerRegister/slice.d.ts.map +1 -0
  251. package/lib/typescript/src/store/modules/fingerRegister/types.d.ts +30 -0
  252. package/lib/typescript/src/store/modules/fingerRegister/types.d.ts.map +1 -0
  253. package/lib/typescript/src/store/modules/lifeCertificate/index.d.ts +3 -0
  254. package/lib/typescript/src/store/modules/lifeCertificate/index.d.ts.map +1 -0
  255. package/lib/typescript/src/store/modules/lifeCertificate/selectors.d.ts +23 -0
  256. package/lib/typescript/src/store/modules/lifeCertificate/selectors.d.ts.map +1 -0
  257. package/lib/typescript/src/store/modules/lifeCertificate/slice.d.ts +4 -0
  258. package/lib/typescript/src/store/modules/lifeCertificate/slice.d.ts.map +1 -0
  259. package/lib/typescript/src/store/modules/lifeCertificate/types.d.ts +37 -0
  260. package/lib/typescript/src/store/modules/lifeCertificate/types.d.ts.map +1 -0
  261. package/lib/typescript/src/utils/getConfigCamera.d.ts +1 -1
  262. package/lib/typescript/src/utils/getConfigCamera.d.ts.map +1 -1
  263. package/lib/typescript/src/utils/index.d.ts +1 -1
  264. package/package.json +24 -42
  265. package/src/components/CameraConfigInfo/index.tsx +20 -0
  266. package/src/components/CameraConfigInfo/styles.ts +14 -0
  267. package/src/components/CaptureButton/index.tsx +74 -0
  268. package/src/components/CaptureButton/styles.ts +16 -0
  269. package/src/components/Gabarito/index.tsx +6 -4
  270. package/src/components/Gabarito/styles.ts +13 -14
  271. package/src/components/HelpRegister/index.tsx +40 -0
  272. package/src/components/HelpRegister/styles.ts +54 -0
  273. package/src/components/Toast/Toast.tsx +18 -22
  274. package/src/components/deviceNotFound/deviceNotFound.tsx +23 -0
  275. package/src/components/deviceNotFound/styles.ts +30 -0
  276. package/src/components/icon/icon.tsx +14 -0
  277. package/src/components/index.ts +9 -0
  278. package/src/components/modalMessage/modalMessage.tsx +73 -0
  279. package/src/components/modalMessage/styles.ts +45 -0
  280. package/src/components/recordButton/recordButton.tsx +75 -0
  281. package/src/components/recordButton/styles.ts +15 -0
  282. package/src/index.tsx +5 -4
  283. package/src/screens/CadastroScreen/CadastroScreen.tsx +35 -52
  284. package/src/screens/FingerAuth/FingerAuth.tsx +121 -0
  285. package/src/screens/FingerAuth/styles.ts +28 -0
  286. package/src/screens/FingerRegister/index.tsx +141 -0
  287. package/src/screens/FingerRegister/styles.ts +28 -0
  288. package/src/screens/LifeCertificate/index.tsx +152 -0
  289. package/src/screens/LifeCertificate/styles.ts +21 -0
  290. package/src/screens/index.ts +5 -0
  291. package/src/services/index.ts +12 -113
  292. package/src/services/services.ts +129 -0
  293. package/src/services/types.ts +42 -0
  294. package/src/store/createSelectors.ts +15 -0
  295. package/src/store/modules/fingerAuth/index.ts +3 -0
  296. package/src/store/modules/fingerAuth/selectors.ts +7 -0
  297. package/src/store/modules/fingerAuth/slice.ts +91 -0
  298. package/src/store/modules/fingerAuth/type.ts +29 -0
  299. package/src/store/modules/fingerRegister/index.ts +3 -0
  300. package/src/store/modules/fingerRegister/selectors.ts +7 -0
  301. package/src/store/modules/fingerRegister/slice.ts +101 -0
  302. package/src/store/modules/fingerRegister/types.ts +30 -0
  303. package/src/store/modules/lifeCertificate/index.ts +3 -0
  304. package/src/store/modules/lifeCertificate/selectors.ts +7 -0
  305. package/src/store/modules/lifeCertificate/slice.ts +100 -0
  306. package/src/store/modules/lifeCertificate/types.ts +40 -0
  307. package/src/utils/file.ts +3 -3
  308. package/src/utils/getConfigCamera.ts +7 -12
  309. package/src/utils/index.ts +1 -1
  310. package/lib/commonjs/components/CameraConfigInfos/index.js +0 -21
  311. package/lib/commonjs/components/CameraConfigInfos/index.js.map +0 -1
  312. package/lib/commonjs/components/CameraConfigInfos/styles.js +0 -19
  313. package/lib/commonjs/components/CameraConfigInfos/styles.js.map +0 -1
  314. package/lib/commonjs/components/DeviceNullDisplay/index.js +0 -59
  315. package/lib/commonjs/components/DeviceNullDisplay/index.js.map +0 -1
  316. package/lib/commonjs/components/ErrorDisplay/index.js +0 -59
  317. package/lib/commonjs/components/ErrorDisplay/index.js.map +0 -1
  318. package/lib/commonjs/components/WaitingForResult/index.js.map +0 -1
  319. package/lib/commonjs/components/WaitingForResult/styles.js +0 -32
  320. package/lib/commonjs/components/WaitingForResult/styles.js.map +0 -1
  321. package/lib/commonjs/screens/CadastroFinger/components/AjudaCadastro/index.js +0 -49
  322. package/lib/commonjs/screens/CadastroFinger/components/AjudaCadastro/index.js.map +0 -1
  323. package/lib/commonjs/screens/CadastroFinger/components/AjudaCadastro/styles.js.map +0 -1
  324. package/lib/commonjs/screens/CadastroFinger/components/CameraCadastro/index.js +0 -298
  325. package/lib/commonjs/screens/CadastroFinger/components/CameraCadastro/index.js.map +0 -1
  326. package/lib/commonjs/screens/CadastroFinger/components/CameraCadastro/styles.js +0 -54
  327. package/lib/commonjs/screens/CadastroFinger/components/CameraCadastro/styles.js.map +0 -1
  328. package/lib/commonjs/screens/CadastroFinger/components/ImageDisplayScreen/index.js +0 -44
  329. package/lib/commonjs/screens/CadastroFinger/components/ImageDisplayScreen/index.js.map +0 -1
  330. package/lib/commonjs/screens/CadastroFinger/components/ImageDisplayScreen/styles.js +0 -65
  331. package/lib/commonjs/screens/CadastroFinger/components/ImageDisplayScreen/styles.js.map +0 -1
  332. package/lib/commonjs/screens/CadastroFinger/index.js +0 -50
  333. package/lib/commonjs/screens/CadastroFinger/index.js.map +0 -1
  334. package/lib/commonjs/screens/ProvaVidas/index.js +0 -246
  335. package/lib/commonjs/screens/ProvaVidas/index.js.map +0 -1
  336. package/lib/commonjs/screens/ProvaVidas/styles.js +0 -93
  337. package/lib/commonjs/screens/ProvaVidas/styles.js.map +0 -1
  338. package/lib/commonjs/screens/ValidadeFinger/index.js +0 -216
  339. package/lib/commonjs/screens/ValidadeFinger/index.js.map +0 -1
  340. package/lib/commonjs/screens/ValidadeFinger/styles.js +0 -54
  341. package/lib/commonjs/screens/ValidadeFinger/styles.js.map +0 -1
  342. package/lib/commonjs/types/screen.js +0 -2
  343. package/lib/module/components/CameraConfigInfos/index.js +0 -13
  344. package/lib/module/components/CameraConfigInfos/index.js.map +0 -1
  345. package/lib/module/components/CameraConfigInfos/styles.js +0 -13
  346. package/lib/module/components/CameraConfigInfos/styles.js.map +0 -1
  347. package/lib/module/components/DeviceNullDisplay/index.js +0 -51
  348. package/lib/module/components/DeviceNullDisplay/index.js.map +0 -1
  349. package/lib/module/components/ErrorDisplay/index.js +0 -51
  350. package/lib/module/components/ErrorDisplay/index.js.map +0 -1
  351. package/lib/module/components/WaitingForResult/index.js +0 -17
  352. package/lib/module/components/WaitingForResult/index.js.map +0 -1
  353. package/lib/module/components/WaitingForResult/styles.js +0 -26
  354. package/lib/module/components/WaitingForResult/styles.js.map +0 -1
  355. package/lib/module/screens/CadastroFinger/components/AjudaCadastro/index.js.map +0 -1
  356. package/lib/module/screens/CadastroFinger/components/AjudaCadastro/styles.js +0 -56
  357. package/lib/module/screens/CadastroFinger/components/AjudaCadastro/styles.js.map +0 -1
  358. package/lib/module/screens/CadastroFinger/components/CameraCadastro/index.js +0 -288
  359. package/lib/module/screens/CadastroFinger/components/CameraCadastro/index.js.map +0 -1
  360. package/lib/module/screens/CadastroFinger/components/CameraCadastro/styles.js +0 -48
  361. package/lib/module/screens/CadastroFinger/components/CameraCadastro/styles.js.map +0 -1
  362. package/lib/module/screens/CadastroFinger/components/ImageDisplayScreen/index.js +0 -36
  363. package/lib/module/screens/CadastroFinger/components/ImageDisplayScreen/index.js.map +0 -1
  364. package/lib/module/screens/CadastroFinger/components/ImageDisplayScreen/styles.js +0 -59
  365. package/lib/module/screens/CadastroFinger/components/ImageDisplayScreen/styles.js.map +0 -1
  366. package/lib/module/screens/CadastroFinger/index.js +0 -42
  367. package/lib/module/screens/CadastroFinger/index.js.map +0 -1
  368. package/lib/module/screens/ProvaVidas/index.js +0 -239
  369. package/lib/module/screens/ProvaVidas/index.js.map +0 -1
  370. package/lib/module/screens/ProvaVidas/styles.js +0 -87
  371. package/lib/module/screens/ProvaVidas/styles.js.map +0 -1
  372. package/lib/module/screens/ValidadeFinger/index.js +0 -206
  373. package/lib/module/screens/ValidadeFinger/index.js.map +0 -1
  374. package/lib/module/screens/ValidadeFinger/styles.js +0 -48
  375. package/lib/module/screens/ValidadeFinger/styles.js.map +0 -1
  376. package/lib/module/types/screen.js +0 -2
  377. package/lib/typescript/src/components/CameraConfigInfos/index.d.ts +0 -9
  378. package/lib/typescript/src/components/CameraConfigInfos/index.d.ts.map +0 -1
  379. package/lib/typescript/src/components/CameraConfigInfos/styles.d.ts +0 -11
  380. package/lib/typescript/src/components/CameraConfigInfos/styles.d.ts.map +0 -1
  381. package/lib/typescript/src/components/DeviceNullDisplay/index.d.ts +0 -11
  382. package/lib/typescript/src/components/DeviceNullDisplay/index.d.ts.map +0 -1
  383. package/lib/typescript/src/components/ErrorDisplay/index.d.ts +0 -11
  384. package/lib/typescript/src/components/ErrorDisplay/index.d.ts.map +0 -1
  385. package/lib/typescript/src/components/WaitingForResult/index.d.ts +0 -7
  386. package/lib/typescript/src/components/WaitingForResult/index.d.ts.map +0 -1
  387. package/lib/typescript/src/components/WaitingForResult/styles.d.ts.map +0 -1
  388. package/lib/typescript/src/screens/CadastroFinger/components/AjudaCadastro/index.d.ts +0 -7
  389. package/lib/typescript/src/screens/CadastroFinger/components/AjudaCadastro/index.d.ts.map +0 -1
  390. package/lib/typescript/src/screens/CadastroFinger/components/AjudaCadastro/styles.d.ts.map +0 -1
  391. package/lib/typescript/src/screens/CadastroFinger/components/CameraCadastro/index.d.ts +0 -16
  392. package/lib/typescript/src/screens/CadastroFinger/components/CameraCadastro/index.d.ts.map +0 -1
  393. package/lib/typescript/src/screens/CadastroFinger/components/CameraCadastro/styles.d.ts +0 -44
  394. package/lib/typescript/src/screens/CadastroFinger/components/CameraCadastro/styles.d.ts.map +0 -1
  395. package/lib/typescript/src/screens/CadastroFinger/components/ImageDisplayScreen/index.d.ts +0 -12
  396. package/lib/typescript/src/screens/CadastroFinger/components/ImageDisplayScreen/index.d.ts.map +0 -1
  397. package/lib/typescript/src/screens/CadastroFinger/components/ImageDisplayScreen/styles.d.ts +0 -54
  398. package/lib/typescript/src/screens/CadastroFinger/components/ImageDisplayScreen/styles.d.ts.map +0 -1
  399. package/lib/typescript/src/screens/CadastroFinger/index.d.ts +0 -16
  400. package/lib/typescript/src/screens/CadastroFinger/index.d.ts.map +0 -1
  401. package/lib/typescript/src/screens/ProvaVidas/index.d.ts +0 -14
  402. package/lib/typescript/src/screens/ProvaVidas/index.d.ts.map +0 -1
  403. package/lib/typescript/src/screens/ProvaVidas/styles.d.ts +0 -85
  404. package/lib/typescript/src/screens/ProvaVidas/styles.d.ts.map +0 -1
  405. package/lib/typescript/src/screens/ValidadeFinger/index.d.ts +0 -14
  406. package/lib/typescript/src/screens/ValidadeFinger/index.d.ts.map +0 -1
  407. package/lib/typescript/src/screens/ValidadeFinger/styles.d.ts +0 -44
  408. package/lib/typescript/src/screens/ValidadeFinger/styles.d.ts.map +0 -1
  409. package/lib/typescript/src/types/screen.d.ts +0 -6
  410. package/lib/typescript/src/types/screen.d.ts.map +0 -1
  411. package/live-id-sdk.podspec +0 -41
  412. package/src/components/CameraConfigInfos/index.tsx +0 -25
  413. package/src/components/CameraConfigInfos/styles.ts +0 -13
  414. package/src/components/DeviceNullDisplay/index.tsx +0 -59
  415. package/src/components/ErrorDisplay/index.tsx +0 -60
  416. package/src/components/WaitingForResult/index.tsx +0 -22
  417. package/src/components/WaitingForResult/styles.ts +0 -27
  418. package/src/screens/CadastroFinger/components/AjudaCadastro/index.tsx +0 -49
  419. package/src/screens/CadastroFinger/components/AjudaCadastro/styles.ts +0 -56
  420. package/src/screens/CadastroFinger/components/CameraCadastro/index.tsx +0 -356
  421. package/src/screens/CadastroFinger/components/CameraCadastro/styles.ts +0 -47
  422. package/src/screens/CadastroFinger/components/ImageDisplayScreen/index.tsx +0 -45
  423. package/src/screens/CadastroFinger/components/ImageDisplayScreen/styles.ts +0 -55
  424. package/src/screens/CadastroFinger/index.tsx +0 -56
  425. package/src/screens/ProvaVidas/index.tsx +0 -308
  426. package/src/screens/ProvaVidas/styles.ts +0 -99
  427. package/src/screens/ValidadeFinger/index.tsx +0 -263
  428. package/src/screens/ValidadeFinger/styles.ts +0 -47
  429. package/src/types/screen.ts +0 -5
@@ -0,0 +1,45 @@
1
+ import { StyleSheet } from "react-native";
2
+ export const styles = StyleSheet.create({
3
+ container: {
4
+ flex: 1,
5
+ justifyContent: "center",
6
+ alignItems: "center"
7
+ },
8
+ modal: {
9
+ maxWidth: 300,
10
+ maxHeight: 200,
11
+ gap: 12,
12
+ borderRadius: 20,
13
+ padding: 18,
14
+ alignItems: "center",
15
+ shadowColor: "#000",
16
+ shadowOffset: {
17
+ width: 0,
18
+ height: 2
19
+ },
20
+ shadowOpacity: 0.25,
21
+ shadowRadius: 4,
22
+ elevation: 5
23
+ },
24
+ title: {
25
+ fontSize: 18,
26
+ fontWeight: "bold",
27
+ color: "#000"
28
+ },
29
+ text: {
30
+ fontSize: 16,
31
+ textAlign: "center",
32
+ color: "#000"
33
+ },
34
+ button: {
35
+ backgroundColor: "#0000ff",
36
+ paddingHorizontal: 12,
37
+ paddingVertical: 6,
38
+ borderRadius: 10
39
+ },
40
+ textButton: {
41
+ color: "#fff",
42
+ fontSize: 14
43
+ }
44
+ });
45
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","styles","create","container","flex","justifyContent","alignItems","modal","maxWidth","maxHeight","gap","borderRadius","padding","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","title","fontSize","fontWeight","color","text","textAlign","button","backgroundColor","paddingHorizontal","paddingVertical","textButton"],"sourceRoot":"../../../../src","sources":["components/modalMessage/styles.ts"],"mappings":"AAAA,SAASA,UAAU,QAAQ,cAAc;AAEzC,OAAO,MAAMC,MAAM,GAAGD,UAAU,CAACE,MAAM,CAAC;EACtCC,SAAS,EAAE;IACTC,IAAI,EAAE,CAAC;IACPC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDC,KAAK,EAAE;IACLC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,GAAG;IACdC,GAAG,EAAE,EAAE;IACPC,YAAY,EAAE,EAAE;IAChBC,OAAO,EAAE,EAAE;IACXN,UAAU,EAAE,QAAQ;IACpBO,WAAW,EAAE,MAAM;IACnBC,YAAY,EAAE;MACZC,KAAK,EAAE,CAAC;MACRC,MAAM,EAAE;IACV,CAAC;IACDC,aAAa,EAAE,IAAI;IACnBC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAE;EACb,CAAC;EACDC,KAAK,EAAE;IACLC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,MAAM;IAClBC,KAAK,EAAE;EACT,CAAC;EACDC,IAAI,EAAE;IACJH,QAAQ,EAAE,EAAE;IACZI,SAAS,EAAE,QAAQ;IACnBF,KAAK,EAAE;EACT,CAAC;EACDG,MAAM,EAAE;IACNC,eAAe,EAAE,SAAS;IAC1BC,iBAAiB,EAAE,EAAE;IACrBC,eAAe,EAAE,CAAC;IAClBlB,YAAY,EAAE;EAChB,CAAC;EACDmB,UAAU,EAAE;IACVP,KAAK,EAAE,MAAM;IACbF,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC"}
@@ -0,0 +1,74 @@
1
+ import React, { useEffect } from "react";
2
+ import { Pressable } from "react-native";
3
+ import Animated, { interpolateColor, useAnimatedStyle, useSharedValue, withSpring, withTiming } from "react-native-reanimated";
4
+ import Icon from "../icon/icon";
5
+ import { styles } from "./styles";
6
+ const RecordButton = ({
7
+ onPress,
8
+ disabled,
9
+ timer,
10
+ isRecording
11
+ }) => {
12
+ const progress = useSharedValue(0);
13
+ const width = useSharedValue(100);
14
+ const translateX = useSharedValue(0);
15
+ const opacity = useSharedValue(0);
16
+ const animatedView = useAnimatedStyle(() => ({
17
+ width: width.value,
18
+ backgroundColor: interpolateColor(progress.value, [0, 1], ["#1F75FF", "#DE3737"])
19
+ }));
20
+ const animatedIcon = useAnimatedStyle(() => ({
21
+ transform: [{
22
+ translateX: -translateX.value
23
+ }]
24
+ }));
25
+ const animatedText = useAnimatedStyle(() => ({
26
+ opacity: opacity.value,
27
+ transform: [{
28
+ translateX: translateX.value
29
+ }]
30
+ }));
31
+ useEffect(() => {
32
+ if (timer === 0) {
33
+ setTimeout(() => {
34
+ width.value = withSpring(100);
35
+ translateX.value = withSpring(0);
36
+ opacity.value = withTiming(0, {
37
+ duration: 250
38
+ });
39
+ }, 500);
40
+ setTimeout(() => {
41
+ progress.value = withSpring(0, {
42
+ duration: 1000
43
+ });
44
+ }, 5);
45
+ }
46
+ }, [width, opacity, timer, progress, translateX]);
47
+ const handlePress = () => {
48
+ onPress();
49
+ width.value = withSpring(175);
50
+ translateX.value = withSpring(25);
51
+ opacity.value = withTiming(1, {
52
+ duration: 250
53
+ });
54
+ progress.value = withSpring(1, {
55
+ duration: 1000
56
+ });
57
+ };
58
+ return /*#__PURE__*/React.createElement(Pressable, {
59
+ onPress: handlePress,
60
+ disabled: disabled
61
+ }, /*#__PURE__*/React.createElement(Animated.View, {
62
+ style: [styles.container, animatedView]
63
+ }, /*#__PURE__*/React.createElement(Animated.View, {
64
+ style: animatedIcon
65
+ }, /*#__PURE__*/React.createElement(Icon, {
66
+ name: "videocam-outline",
67
+ size: 40,
68
+ color: "white"
69
+ })), isRecording && timer >= 0 ? /*#__PURE__*/React.createElement(Animated.Text, {
70
+ style: [styles.text, animatedText]
71
+ }, timer) : undefined));
72
+ };
73
+ export default RecordButton;
74
+ //# sourceMappingURL=recordButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useEffect","Pressable","Animated","interpolateColor","useAnimatedStyle","useSharedValue","withSpring","withTiming","Icon","styles","RecordButton","onPress","disabled","timer","isRecording","progress","width","translateX","opacity","animatedView","value","backgroundColor","animatedIcon","transform","animatedText","setTimeout","duration","handlePress","createElement","View","style","container","name","size","color","Text","text","undefined"],"sourceRoot":"../../../../src","sources":["components/recordButton/recordButton.tsx"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,SAAS,QAAQ,OAAO;AACxC,SAASC,SAAS,QAAQ,cAAc;AACxC,OAAOC,QAAQ,IACbC,gBAAgB,EAChBC,gBAAgB,EAChBC,cAAc,EACdC,UAAU,EACVC,UAAU,QACL,yBAAyB;AAChC,OAAOC,IAAI,MAAM,cAAc;AAC/B,SAASC,MAAM,QAAQ,UAAU;AASjC,MAAMC,YAAY,GAAGA,CAAC;EAAEC,OAAO;EAAEC,QAAQ;EAAEC,KAAK;EAAEC;AAAmB,CAAC,KAAK;EACzE,MAAMC,QAAQ,GAAGV,cAAc,CAAC,CAAC,CAAC;EAClC,MAAMW,KAAK,GAAGX,cAAc,CAAC,GAAG,CAAC;EACjC,MAAMY,UAAU,GAAGZ,cAAc,CAAC,CAAC,CAAC;EACpC,MAAMa,OAAO,GAAGb,cAAc,CAAC,CAAC,CAAC;EAEjC,MAAMc,YAAY,GAAGf,gBAAgB,CAAC,OAAO;IAC3CY,KAAK,EAAEA,KAAK,CAACI,KAAK;IAClBC,eAAe,EAAElB,gBAAgB,CAACY,QAAQ,CAACK,KAAK,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC;EAClF,CAAC,CAAC,CAAC;EAEH,MAAME,YAAY,GAAGlB,gBAAgB,CAAC,OAAO;IAC3CmB,SAAS,EAAE,CAAC;MAAEN,UAAU,EAAE,CAACA,UAAU,CAACG;IAAM,CAAC;EAC/C,CAAC,CAAC,CAAC;EAEH,MAAMI,YAAY,GAAGpB,gBAAgB,CAAC,OAAO;IAC3Cc,OAAO,EAAEA,OAAO,CAACE,KAAK;IACtBG,SAAS,EAAE,CAAC;MAAEN,UAAU,EAAEA,UAAU,CAACG;IAAM,CAAC;EAC9C,CAAC,CAAC,CAAC;EAEHpB,SAAS,CAAC,MAAM;IACd,IAAIa,KAAK,KAAK,CAAC,EAAE;MACfY,UAAU,CAAC,MAAM;QACfT,KAAK,CAACI,KAAK,GAAGd,UAAU,CAAC,GAAG,CAAC;QAC7BW,UAAU,CAACG,KAAK,GAAGd,UAAU,CAAC,CAAC,CAAC;QAChCY,OAAO,CAACE,KAAK,GAAGb,UAAU,CAAC,CAAC,EAAE;UAAEmB,QAAQ,EAAE;QAAI,CAAC,CAAC;MAClD,CAAC,EAAE,GAAG,CAAC;MACPD,UAAU,CAAC,MAAM;QACfV,QAAQ,CAACK,KAAK,GAAGd,UAAU,CAAC,CAAC,EAAE;UAAEoB,QAAQ,EAAE;QAAK,CAAC,CAAC;MACpD,CAAC,EAAE,CAAC,CAAC;IACP;EACF,CAAC,EAAE,CAACV,KAAK,EAAEE,OAAO,EAAEL,KAAK,EAAEE,QAAQ,EAAEE,UAAU,CAAC,CAAC;EAEjD,MAAMU,WAAW,GAAGA,CAAA,KAAM;IACxBhB,OAAO,CAAC,CAAC;IACTK,KAAK,CAACI,KAAK,GAAGd,UAAU,CAAC,GAAG,CAAC;IAC7BW,UAAU,CAACG,KAAK,GAAGd,UAAU,CAAC,EAAE,CAAC;IACjCY,OAAO,CAACE,KAAK,GAAGb,UAAU,CAAC,CAAC,EAAE;MAAEmB,QAAQ,EAAE;IAAI,CAAC,CAAC;IAChDX,QAAQ,CAACK,KAAK,GAAGd,UAAU,CAAC,CAAC,EAAE;MAAEoB,QAAQ,EAAE;IAAK,CAAC,CAAC;EACpD,CAAC;EAED,oBACE3B,KAAA,CAAA6B,aAAA,CAAC3B,SAAS;IAACU,OAAO,EAAEgB,WAAY;IAACf,QAAQ,EAAEA;EAAS,gBAClDb,KAAA,CAAA6B,aAAA,CAAC1B,QAAQ,CAAC2B,IAAI;IAACC,KAAK,EAAE,CAACrB,MAAM,CAACsB,SAAS,EAAEZ,YAAY;EAAE,gBACrDpB,KAAA,CAAA6B,aAAA,CAAC1B,QAAQ,CAAC2B,IAAI;IAACC,KAAK,EAAER;EAAa,gBACjCvB,KAAA,CAAA6B,aAAA,CAACpB,IAAI;IAACwB,IAAI,EAAC,kBAAkB;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAO,CAAE,CAC1C,CAAC,EACfpB,WAAW,IAAID,KAAK,IAAI,CAAC,gBACxBd,KAAA,CAAA6B,aAAA,CAAC1B,QAAQ,CAACiC,IAAI;IAACL,KAAK,EAAE,CAACrB,MAAM,CAAC2B,IAAI,EAAEZ,YAAY;EAAE,GAAEX,KAAqB,CAAC,GACxEwB,SACS,CACN,CAAC;AAEhB,CAAC;AAED,eAAe3B,YAAY"}
@@ -0,0 +1,15 @@
1
+ import { StyleSheet } from "react-native";
2
+ export const styles = StyleSheet.create({
3
+ container: {
4
+ flexDirection: "row",
5
+ height: 50,
6
+ justifyContent: "center",
7
+ alignItems: "center",
8
+ borderRadius: 50
9
+ },
10
+ text: {
11
+ position: "absolute",
12
+ color: "#fff"
13
+ }
14
+ });
15
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","styles","create","container","flexDirection","height","justifyContent","alignItems","borderRadius","text","position","color"],"sourceRoot":"../../../../src","sources":["components/recordButton/styles.ts"],"mappings":"AAAA,SAASA,UAAU,QAAQ,cAAc;AAEzC,OAAO,MAAMC,MAAM,GAAGD,UAAU,CAACE,MAAM,CAAC;EACvCC,SAAS,EAAE;IACVC,aAAa,EAAE,KAAK;IACpBC,MAAM,EAAE,EAAE;IACVC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,YAAY,EAAE;EACf,CAAC;EACDC,IAAI,EAAE;IACLC,QAAQ,EAAE,UAAU;IACpBC,KAAK,EAAE;EACR;AACD,CAAC,CAAC"}
@@ -1,7 +1,7 @@
1
- export { ValidaFinger } from './screens/ValidadeFinger';
1
+ import { LifeCertificate, FingerRegister, FingerAuth } from "./screens";
2
2
 
3
3
  // deprecated
4
- export { CameraProvaVidas } from './screens/ProvaVidas';
5
- export { CadastroFinger } from './screens/CadastroFinger';
6
- export { CadastroScreen } from './screens/CadastroScreen/CadastroScreen';
4
+
5
+ export { CadastroScreen } from "./screens/CadastroScreen/CadastroScreen";
6
+ export { LifeCertificate, FingerRegister, FingerAuth };
7
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["ValidaFinger","CameraProvaVidas","CadastroFinger","CadastroScreen"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"AAAA,SAASA,YAAY,QAAQ,0BAA0B;;AAEvD;AACA,SAASC,gBAAgB,QAAQ,sBAAsB;AACvD,SAASC,cAAc,QAAQ,0BAA0B;AACzD,SAASC,cAAc,QAAQ,yCAAyC"}
1
+ {"version":3,"names":["LifeCertificate","FingerRegister","FingerAuth","CadastroScreen"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"AAAA,SAASA,eAAe,EAAEC,cAAc,EAAEC,UAAU,QAAQ,WAAW;;AAEvE;;AAEA,SAASC,cAAc,QAAQ,yCAAyC;AAExE,SAASH,eAAe,EAAEC,cAAc,EAAEC,UAAU"}
@@ -1,9 +1,9 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
  /* eslint-disable react-native/no-inline-styles */
3
- import React, { useEffect, useState } from 'react';
4
- import { View, Text, TextInput, TouchableOpacity, StyleSheet, Alert, Image } from 'react-native';
5
- import { cadastro } from '../../services';
6
- import Modal from 'react-native-modal';
3
+ import React, { useEffect, useState } from "react";
4
+ import { View, Text, TextInput, TouchableOpacity, StyleSheet, Alert, Image } from "react-native";
5
+ import { cadastro } from "../../services";
6
+ import Modal from "react-native-modal";
7
7
  export const CadastroScreen = ({
8
8
  isVisible = false,
9
9
  onCloseModal,
@@ -11,12 +11,12 @@ export const CadastroScreen = ({
11
11
  onSuccess,
12
12
  ModalParams
13
13
  }) => {
14
- const [cpf, setCpf] = useState('');
15
- const [nome, setNome] = useState('');
16
- const [senha, setSenha] = useState('');
17
- const [confirmarSenha, setConfirmarSenha] = useState('');
14
+ const [cpf, setCpf] = useState("");
15
+ const [nome, setNome] = useState("");
16
+ const [senha, setSenha] = useState("");
17
+ const [confirmarSenha, setConfirmarSenha] = useState("");
18
18
  const generateRandomElevenDigits = () => {
19
- let cpf = '';
19
+ let cpf = "";
20
20
  for (let i = 0; i < 11; i++) {
21
21
  cpf += Math.floor(Math.random() * 9);
22
22
  }
@@ -24,7 +24,7 @@ export const CadastroScreen = ({
24
24
  };
25
25
  const generateRandomName = () => {
26
26
  // uma strin aleatória de 10 caracteres a 14 caracteres
27
- let name = '';
27
+ let name = "";
28
28
  const length = Math.floor(Math.random() * 5) + 10;
29
29
  for (let i = 0; i < length; i++) {
30
30
  name += String.fromCharCode(Math.floor(Math.random() * 26) + 97);
@@ -37,8 +37,8 @@ export const CadastroScreen = ({
37
37
  const generateRnadomUser = () => {
38
38
  setCpf(generateRandomElevenDigits());
39
39
  setNome(generateRandomName());
40
- setSenha('123');
41
- setConfirmarSenha('123');
40
+ setSenha("123");
41
+ setConfirmarSenha("123");
42
42
  };
43
43
  const handleCadastro = async () => {
44
44
  try {
@@ -48,7 +48,7 @@ export const CadastroScreen = ({
48
48
  var jsonString = JSON.stringify(response);
49
49
  onSuccess && onSuccess(response);
50
50
  onCloseModalHandler();
51
- if (jsonString.includes('person_id')) {
51
+ if (jsonString.includes("person_id")) {
52
52
  if (response.finger === false) {
53
53
  // openModal({
54
54
  // type: 'ajuda',
@@ -61,18 +61,18 @@ export const CadastroScreen = ({
61
61
  // type: 'login',
62
62
  // });
63
63
  }
64
- } else if (jsonString.includes('User exists')) {
65
- Alert.alert('Usuário já cadastrado!');
64
+ } else if (jsonString.includes("User exists")) {
65
+ Alert.alert("Usuário já cadastrado!");
66
66
  // openModal({
67
67
  // type: 'login',
68
68
  // });
69
- } else if (jsonString.includes('erro')) {
70
- Alert.alert('Usuário não cadastrado', 'Por favor, cadastre-se!');
69
+ } else if (jsonString.includes("erro")) {
70
+ Alert.alert("Usuário não cadastrado", "Por favor, cadastre-se!");
71
71
  } else {
72
- Alert.alert('Erro', 'Ocorreu um erro ao fazer o Cadastro. Por favor, tente novamente mais tarde.');
72
+ Alert.alert("Erro", "Ocorreu um erro ao fazer o Cadastro. Por favor, tente novamente mais tarde.");
73
73
  }
74
74
  } else {
75
- Alert.alert('Erro', 'As senhas não coincidem. Por favor, tente novamente.');
75
+ Alert.alert("Erro", "As senhas não coincidem. Por favor, tente novamente.");
76
76
  return;
77
77
  }
78
78
  } catch (error) {
@@ -95,7 +95,7 @@ export const CadastroScreen = ({
95
95
  }, ModalParams), /*#__PURE__*/React.createElement(View, {
96
96
  style: styles.container
97
97
  }, /*#__PURE__*/React.createElement(Image, {
98
- source: require('../../assets/logo.png'),
98
+ source: require("../../assets/logo.png"),
99
99
  style: styles.logo
100
100
  }), /*#__PURE__*/React.createElement(Text, {
101
101
  style: styles.title
@@ -136,42 +136,42 @@ export const CadastroScreen = ({
136
136
  const styles = StyleSheet.create({
137
137
  container: {
138
138
  flex: 1,
139
- alignItems: 'center',
140
- justifyContent: 'center',
141
- backgroundColor: '#fff'
139
+ alignItems: "center",
140
+ justifyContent: "center",
141
+ backgroundColor: "#fff"
142
142
  },
143
143
  title: {
144
144
  fontSize: 24,
145
145
  marginBottom: 16,
146
- color: '#00bfff'
146
+ color: "#00bfff"
147
147
  },
148
148
  input: {
149
- width: '80%',
149
+ width: "80%",
150
150
  height: 50,
151
151
  padding: 10,
152
152
  borderWidth: 1,
153
- borderColor: '#ccc',
153
+ borderColor: "#ccc",
154
154
  borderRadius: 4,
155
155
  marginBottom: 16,
156
156
  fontSize: 16,
157
- color: '#000'
157
+ color: "#000"
158
158
  },
159
159
  button: {
160
- width: '80%',
160
+ width: "80%",
161
161
  height: 50,
162
- backgroundColor: '#00bfff',
162
+ backgroundColor: "#00bfff",
163
163
  borderRadius: 4,
164
- alignItems: 'center',
165
- justifyContent: 'center'
164
+ alignItems: "center",
165
+ justifyContent: "center"
166
166
  },
167
167
  buttonText: {
168
168
  fontSize: 16,
169
- color: '#fff'
169
+ color: "#fff"
170
170
  },
171
171
  logo: {
172
172
  width: 500,
173
173
  height: 250,
174
- resizeMode: 'contain'
174
+ resizeMode: "contain"
175
175
  }
176
176
  });
177
177
  //# sourceMappingURL=CadastroScreen.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","useEffect","useState","View","Text","TextInput","TouchableOpacity","StyleSheet","Alert","Image","cadastro","Modal","CadastroScreen","isVisible","onCloseModal","onError","onSuccess","ModalParams","cpf","setCpf","nome","setNome","senha","setSenha","confirmarSenha","setConfirmarSenha","generateRandomElevenDigits","i","Math","floor","random","generateRandomName","name","length","String","fromCharCode","generateRnadomUser","handleCadastro","response","console","log","jsonString","JSON","stringify","onCloseModalHandler","includes","finger","alert","error","createElement","_extends","style","margin","swipeDirection","propagateSwipe","onSwipeComplete","styles","container","source","require","logo","title","input","placeholder","placeholderTextColor","keyboardType","value","onChangeText","secureTextEntry","text","button","onPress","buttonText","create","flex","alignItems","justifyContent","backgroundColor","fontSize","marginBottom","color","width","height","padding","borderWidth","borderColor","borderRadius","resizeMode"],"sourceRoot":"../../../../src","sources":["screens/CadastroScreen/CadastroScreen.tsx"],"mappings":";AAAA;AACA,OAAOA,KAAK,IAAIC,SAAS,EAAEC,QAAQ,QAAQ,OAAO;AAClD,SACEC,IAAI,EACJC,IAAI,EACJC,SAAS,EACTC,gBAAgB,EAChBC,UAAU,EACVC,KAAK,EACLC,KAAK,QACA,cAAc;AACrB,SAASC,QAAQ,QAAQ,gBAAgB;AACzC,OAAOC,KAAK,MAA2B,oBAAoB;AAa3D,OAAO,MAAMC,cAA6C,GAAGA,CAAC;EAC5DC,SAAS,GAAG,KAAK;EACjBC,YAAY;EACZC,OAAO;EACPC,SAAS;EACTC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,GAAG,EAAEC,MAAM,CAAC,GAAGjB,QAAQ,CAAC,EAAE,CAAC;EAClC,MAAM,CAACkB,IAAI,EAAEC,OAAO,CAAC,GAAGnB,QAAQ,CAAC,EAAE,CAAC;EACpC,MAAM,CAACoB,KAAK,EAAEC,QAAQ,CAAC,GAAGrB,QAAQ,CAAC,EAAE,CAAC;EACtC,MAAM,CAACsB,cAAc,EAAEC,iBAAiB,CAAC,GAAGvB,QAAQ,CAAC,EAAE,CAAC;EAExD,MAAMwB,0BAA0B,GAAGA,CAAA,KAAM;IACvC,IAAIR,GAAG,GAAG,EAAE;IACZ,KAAK,IAAIS,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAG,EAAE,EAAEA,CAAC,EAAE,EAAE;MAC3BT,GAAG,IAAIU,IAAI,CAACC,KAAK,CAACD,IAAI,CAACE,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;IACtC;IACA,OAAOZ,GAAG;EACZ,CAAC;EAED,MAAMa,kBAAkB,GAAGA,CAAA,KAAM;IAC/B;IACA,IAAIC,IAAI,GAAG,EAAE;IACb,MAAMC,MAAM,GAAGL,IAAI,CAACC,KAAK,CAACD,IAAI,CAACE,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE;IACjD,KAAK,IAAIH,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGM,MAAM,EAAEN,CAAC,EAAE,EAAE;MAC/BK,IAAI,IAAIE,MAAM,CAACC,YAAY,CAACP,IAAI,CAACC,KAAK,CAACD,IAAI,CAACE,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC;IAClE;IACA,OAAOE,IAAI;EACb,CAAC;EAED/B,SAAS,CAAC,MAAM;IACdmC,kBAAkB,CAAC,CAAC;EACtB,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMA,kBAAkB,GAAGA,CAAA,KAAM;IAC/BjB,MAAM,CAACO,0BAA0B,CAAC,CAAC,CAAC;IACpCL,OAAO,CAACU,kBAAkB,CAAC,CAAC,CAAC;IAC7BR,QAAQ,CAAC,KAAK,CAAC;IACfE,iBAAiB,CAAC,KAAK,CAAC;EAC1B,CAAC;EAED,MAAMY,cAAc,GAAG,MAAAA,CAAA,KAAY;IACjC,IAAI;MACF,IAAIf,KAAK,KAAKE,cAAc,EAAE;QAC5B,MAAMc,QAAQ,GAAG,MAAM5B,QAAQ,CAACQ,GAAG,EAAEE,IAAI,EAAEE,KAAK,CAAC;QAEjDiB,OAAO,CAACC,GAAG,CAACF,QAAQ,CAAC;QACrB,IAAIG,UAAU,GAAGC,IAAI,CAACC,SAAS,CAACL,QAAQ,CAAC;QACzCtB,SAAS,IAAIA,SAAS,CAACsB,QAAQ,CAAC;QAEhCM,mBAAmB,CAAC,CAAC;QACrB,IAAIH,UAAU,CAACI,QAAQ,CAAC,WAAW,CAAC,EAAE;UACpC,IAAIP,QAAQ,CAACQ,MAAM,KAAK,KAAK,EAAE;YAC7B;YACA;YACA;YACA;YACA;YACA;UAAA,CACD,MAAM;YACL;YACA;YACA;UAAA;QAEJ,CAAC,MAAM,IAAIL,UAAU,CAACI,QAAQ,CAAC,aAAa,CAAC,EAAE;UAC7CrC,KAAK,CAACuC,KAAK,CAAC,wBAAwB,CAAC;UACrC;UACA;UACA;QACF,CAAC,MAAM,IAAIN,UAAU,CAACI,QAAQ,CAAC,MAAM,CAAC,EAAE;UACtCrC,KAAK,CAACuC,KAAK,CAAC,wBAAwB,EAAE,yBAAyB,CAAC;QAClE,CAAC,MAAM;UACLvC,KAAK,CAACuC,KAAK,CACT,MAAM,EACN,6EACF,CAAC;QACH;MACF,CAAC,MAAM;QACLvC,KAAK,CAACuC,KAAK,CACT,MAAM,EACN,sDACF,CAAC;QACD;MACF;IACF,CAAC,CAAC,OAAOC,KAAK,EAAE;MACdjC,OAAO,IAAIA,OAAO,CAACiC,KAAK,CAAC;MACzBT,OAAO,CAACS,KAAK,CAACA,KAAK,CAAC;IACtB;EACF,CAAC;EAED,MAAMJ,mBAAmB,GAAGA,CAAA,KAAM;IAChC9B,YAAY,IAAIA,YAAY,CAAC,CAAC;IAC9BsB,kBAAkB,CAAC,CAAC;EACtB,CAAC;EAED,oBACEpC,KAAA,CAAAiD,aAAA,CAACtC,KAAK,EAAAuC,QAAA;IACJC,KAAK,EAAE;MAAEC,MAAM,EAAE;IAAE,CAAE;IACrBvC,SAAS,EAAEA,SAAU;IACrBwC,cAAc,EAAC,MAAM;IACrBC,cAAc,EAAE,IAAK;IACrBC,eAAe,EAAEX;EAAoB,GACjC3B,WAAW,gBAEfjB,KAAA,CAAAiD,aAAA,CAAC9C,IAAI;IAACgD,KAAK,EAAEK,MAAM,CAACC;EAAU,gBAC5BzD,KAAA,CAAAiD,aAAA,CAACxC,KAAK;IAACiD,MAAM,EAAEC,OAAO,CAAC,uBAAuB,CAAE;IAACR,KAAK,EAAEK,MAAM,CAACI;EAAK,CAAE,CAAC,eACvE5D,KAAA,CAAAiD,aAAA,CAAC7C,IAAI;IAAC+C,KAAK,EAAEK,MAAM,CAACK;EAAM,GAAC,wBAAyB,CAAC,eACrD7D,KAAA,CAAAiD,aAAA,CAAC5C,SAAS;IACR8C,KAAK,EAAEK,MAAM,CAACM,KAAM;IACpBC,WAAW,EAAC,KAAK;IACjBC,oBAAoB,EAAC,MAAM;IAC3BC,YAAY,EAAC,SAAS;IACtBC,KAAK,EAAEhD,GAAI;IACXiD,YAAY,EAAEhD;EAAO,CACtB,CAAC,eACFnB,KAAA,CAAAiD,aAAA,CAAC5C,SAAS;IACR8C,KAAK,EAAEK,MAAM,CAACM,KAAM;IACpBC,WAAW,EAAC,MAAM;IAClBC,oBAAoB,EAAC,MAAM;IAC3BE,KAAK,EAAE9C,IAAK;IACZ+C,YAAY,EAAE9C;EAAQ,CACvB,CAAC,eACFrB,KAAA,CAAAiD,aAAA,CAAC5C,SAAS;IACR8C,KAAK,EAAEK,MAAM,CAACM,KAAM;IACpBC,WAAW,EAAC,gBAAgB;IAC5BC,oBAAoB,EAAC,MAAM;IAC3BI,eAAe,EAAE,IAAK;IACtBF,KAAK,EAAE5C,KAAM;IACb6C,YAAY,EAAGE,IAAI,IAAK9C,QAAQ,CAAC8C,IAAI;EAAE,CACxC,CAAC,eACFrE,KAAA,CAAAiD,aAAA,CAAC5C,SAAS;IACR8C,KAAK,EAAEK,MAAM,CAACM,KAAM;IACpBE,oBAAoB,EAAC,MAAM;IAC3BD,WAAW,EAAC,0BAA0B;IACtCK,eAAe,EAAE,IAAK;IACtBF,KAAK,EAAE1C,cAAe;IACtB2C,YAAY,EAAGE,IAAI,IAAK5C,iBAAiB,CAAC4C,IAAI;EAAE,CACjD,CAAC,eACFrE,KAAA,CAAAiD,aAAA,CAAC3C,gBAAgB;IAAC6C,KAAK,EAAEK,MAAM,CAACc,MAAO;IAACC,OAAO,EAAElC;EAAe,gBAC9DrC,KAAA,CAAAiD,aAAA,CAAC7C,IAAI;IAAC+C,KAAK,EAAEK,MAAM,CAACgB;EAAW,GAAC,WAAe,CAC/B,CACd,CACD,CAAC;AAEZ,CAAC;AAED,MAAMhB,MAAM,GAAGjD,UAAU,CAACkE,MAAM,CAAC;EAC/BhB,SAAS,EAAE;IACTiB,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,eAAe,EAAE;EACnB,CAAC;EACDhB,KAAK,EAAE;IACLiB,QAAQ,EAAE,EAAE;IACZC,YAAY,EAAE,EAAE;IAChBC,KAAK,EAAE;EACT,CAAC;EACDlB,KAAK,EAAE;IACLmB,KAAK,EAAE,KAAK;IACZC,MAAM,EAAE,EAAE;IACVC,OAAO,EAAE,EAAE;IACXC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAE,MAAM;IACnBC,YAAY,EAAE,CAAC;IACfP,YAAY,EAAE,EAAE;IAChBD,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE;EACT,CAAC;EACDV,MAAM,EAAE;IACNW,KAAK,EAAE,KAAK;IACZC,MAAM,EAAE,EAAE;IACVL,eAAe,EAAE,SAAS;IAC1BS,YAAY,EAAE,CAAC;IACfX,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDJ,UAAU,EAAE;IACVM,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE;EACT,CAAC;EACDpB,IAAI,EAAE;IACJqB,KAAK,EAAE,GAAG;IACVC,MAAM,EAAE,GAAG;IACXK,UAAU,EAAE;EACd;AACF,CAAC,CAAC"}
1
+ {"version":3,"names":["React","useEffect","useState","View","Text","TextInput","TouchableOpacity","StyleSheet","Alert","Image","cadastro","Modal","CadastroScreen","isVisible","onCloseModal","onError","onSuccess","ModalParams","cpf","setCpf","nome","setNome","senha","setSenha","confirmarSenha","setConfirmarSenha","generateRandomElevenDigits","i","Math","floor","random","generateRandomName","name","length","String","fromCharCode","generateRnadomUser","handleCadastro","response","console","log","jsonString","JSON","stringify","onCloseModalHandler","includes","finger","alert","error","createElement","_extends","style","margin","swipeDirection","propagateSwipe","onSwipeComplete","styles","container","source","require","logo","title","input","placeholder","placeholderTextColor","keyboardType","value","onChangeText","secureTextEntry","text","button","onPress","buttonText","create","flex","alignItems","justifyContent","backgroundColor","fontSize","marginBottom","color","width","height","padding","borderWidth","borderColor","borderRadius","resizeMode"],"sourceRoot":"../../../../src","sources":["screens/CadastroScreen/CadastroScreen.tsx"],"mappings":"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"}
@@ -0,0 +1,119 @@
1
+ import React, { useCallback, useEffect, useMemo, useRef } from "react";
2
+ import { View } from "react-native";
3
+ import { Camera, useCameraFormat, useCameraDevice, useCameraPermission } from "react-native-vision-camera";
4
+ import Orientation from "react-native-orientation-locker";
5
+ import { Gesture, GestureDetector, GestureHandlerRootView } from "react-native-gesture-handler";
6
+ import { runOnJS } from "react-native-reanimated";
7
+ import { styles } from "./styles";
8
+ import { DeviceNotFound, Gabarito, CameraConfigInfo, ModalMessage, CaptureButton } from "../../components";
9
+ import { useDispatch, useSelector } from "../../store/modules/fingerAuth";
10
+ const FingerAuth = ({
11
+ UID,
12
+ qualityPrioritization,
13
+ onSuccess
14
+ }) => {
15
+ const cameraRef = useRef(null);
16
+ const {
17
+ hasPermission,
18
+ requestPermission
19
+ } = useCameraPermission();
20
+ const device = useCameraDevice("back");
21
+ const dispatch = useDispatch();
22
+ const state = useSelector();
23
+ useEffect(() => {
24
+ Orientation.lockToPortrait();
25
+ return () => {
26
+ Orientation.unlockAllOrientations();
27
+ };
28
+ }, []);
29
+ const cameraPermission = useCallback(async () => {
30
+ if (!hasPermission) {
31
+ await requestPermission();
32
+ }
33
+ }, [hasPermission, requestPermission]);
34
+ useEffect(() => {
35
+ cameraPermission();
36
+ dispatch.getConfig("finger");
37
+ }, [cameraPermission]);
38
+ const containerCaptureStyled = useMemo(() => [styles.containerCapture, {
39
+ bottom: state.showButtonInfo ? 75 : 20
40
+ }], [state.showButtonInfo]);
41
+ const cameraFormat = useCameraFormat(device, [{
42
+ photoResolution: {
43
+ height: 1280,
44
+ width: 720
45
+ }
46
+ }]);
47
+ useEffect(() => {
48
+ if (state.code === 0) {
49
+ dispatch.setModal("Sucesso!", "Usuário Identificado!");
50
+ onSuccess && (onSuccess === null || onSuccess === void 0 ? void 0 : onSuccess(state.code));
51
+ dispatch.handleLoading();
52
+ }
53
+ if (state.code !== 0 && state.code !== null) {
54
+ dispatch.setModal("Ocorreu um erro!", `Erro: ${state.message}`);
55
+ dispatch.handleLoading();
56
+ }
57
+ dispatch.resetState();
58
+ }, [state.code, state.message, dispatch.handleLoading, dispatch.resetState, dispatch.setModal]);
59
+ const takePhoto = async () => {
60
+ var _cameraRef$current;
61
+ const photo = await ((_cameraRef$current = cameraRef.current) === null || _cameraRef$current === void 0 ? void 0 : _cameraRef$current.takePhoto({
62
+ qualityPrioritization: qualityPrioritization,
63
+ flash: "on"
64
+ }));
65
+ if (photo != null) dispatch.sendImage(photo.path, UID);
66
+ };
67
+ const focus = useCallback(point => {
68
+ const camera = cameraRef.current;
69
+ if (camera != null) {
70
+ camera.focus(point);
71
+ }
72
+ }, []);
73
+ const gesture = Gesture.Tap().onBegin(({
74
+ x,
75
+ y
76
+ }) => {
77
+ runOnJS(focus)({
78
+ x,
79
+ y
80
+ });
81
+ });
82
+ if (device == null || hasPermission === false) return /*#__PURE__*/React.createElement(DeviceNotFound, {
83
+ hasPermission: hasPermission,
84
+ cameraPermission: cameraPermission
85
+ });
86
+ return /*#__PURE__*/React.createElement(GestureHandlerRootView, {
87
+ style: styles.root
88
+ }, /*#__PURE__*/React.createElement(GestureDetector, {
89
+ gesture: gesture
90
+ }, /*#__PURE__*/React.createElement(View, {
91
+ style: styles.cameraContainer
92
+ }, /*#__PURE__*/React.createElement(Camera, {
93
+ ref: cameraRef,
94
+ style: styles.camera,
95
+ isActive: true,
96
+ device: device,
97
+ format: cameraFormat,
98
+ torch: "on",
99
+ focusable: true,
100
+ exposure: state.exposure,
101
+ zoom: state.exposure,
102
+ photo: true,
103
+ enableHighQualityPhotos: true
104
+ }), /*#__PURE__*/React.createElement(Gabarito, null))), /*#__PURE__*/React.createElement(View, {
105
+ style: containerCaptureStyled
106
+ }, /*#__PURE__*/React.createElement(CaptureButton, {
107
+ authFinger: true,
108
+ onPress: takePhoto,
109
+ loading: state.loading
110
+ })), state.showButtonInfo && /*#__PURE__*/React.createElement(CameraConfigInfo, {
111
+ exposure: state.exposure,
112
+ zoom: state.exposure
113
+ }), /*#__PURE__*/React.createElement(ModalMessage, {
114
+ isLoading: state.loading,
115
+ modal: state.modal
116
+ }));
117
+ };
118
+ export default FingerAuth;
119
+ //# sourceMappingURL=FingerAuth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useCallback","useEffect","useMemo","useRef","View","Camera","useCameraFormat","useCameraDevice","useCameraPermission","Orientation","Gesture","GestureDetector","GestureHandlerRootView","runOnJS","styles","DeviceNotFound","Gabarito","CameraConfigInfo","ModalMessage","CaptureButton","useDispatch","useSelector","FingerAuth","UID","qualityPrioritization","onSuccess","cameraRef","hasPermission","requestPermission","device","dispatch","state","lockToPortrait","unlockAllOrientations","cameraPermission","getConfig","containerCaptureStyled","containerCapture","bottom","showButtonInfo","cameraFormat","photoResolution","height","width","code","setModal","handleLoading","message","resetState","takePhoto","_cameraRef$current","photo","current","flash","sendImage","path","focus","point","camera","gesture","Tap","onBegin","x","y","createElement","style","root","cameraContainer","ref","isActive","format","torch","focusable","exposure","zoom","enableHighQualityPhotos","authFinger","onPress","loading","isLoading","modal"],"sourceRoot":"../../../../src","sources":["screens/FingerAuth/FingerAuth.tsx"],"mappings":"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"}
@@ -0,0 +1,29 @@
1
+ import { StyleSheet, Dimensions } from "react-native";
2
+ const {
3
+ height
4
+ } = Dimensions.get("window");
5
+ export const styles = StyleSheet.create({
6
+ container: {
7
+ flex: 1
8
+ },
9
+ root: {
10
+ flex: 1
11
+ },
12
+ cameraContainer: {
13
+ flex: 1,
14
+ justifyContent: "center"
15
+ },
16
+ camera: {
17
+ flex: 1,
18
+ paddingBottom: height * 0.2
19
+ },
20
+ containerCapture: {
21
+ position: "absolute",
22
+ width: "100%",
23
+ alignItems: "center"
24
+ },
25
+ cameraConfigs: {
26
+ alignItems: "center"
27
+ }
28
+ });
29
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","Dimensions","height","get","styles","create","container","flex","root","cameraContainer","justifyContent","camera","paddingBottom","containerCapture","position","width","alignItems","cameraConfigs"],"sourceRoot":"../../../../src","sources":["screens/FingerAuth/styles.ts"],"mappings":"AAAA,SAASA,UAAU,EAAEC,UAAU,QAAQ,cAAc;AAErD,MAAM;EAAEC;AAAO,CAAC,GAAGD,UAAU,CAACE,GAAG,CAAC,QAAQ,CAAC;AAE3C,OAAO,MAAMC,MAAM,GAAGJ,UAAU,CAACK,MAAM,CAAC;EACtCC,SAAS,EAAE;IACTC,IAAI,EAAE;EACR,CAAC;EACDC,IAAI,EAAE;IACJD,IAAI,EAAE;EACR,CAAC;EACDE,eAAe,EAAE;IACfF,IAAI,EAAE,CAAC;IACPG,cAAc,EAAE;EAClB,CAAC;EACDC,MAAM,EAAE;IACNJ,IAAI,EAAE,CAAC;IACPK,aAAa,EAAEV,MAAM,GAAG;EAC1B,CAAC;EACDW,gBAAgB,EAAE;IAChBC,QAAQ,EAAE,UAAU;IACpBC,KAAK,EAAE,MAAM;IACbC,UAAU,EAAE;EACd,CAAC;EACDC,aAAa,EAAE;IACbD,UAAU,EAAE;EACd;AACF,CAAC,CAAC"}
@@ -0,0 +1,129 @@
1
+ import React, { useCallback, useEffect, useMemo, useRef } from "react";
2
+ import { View } from "react-native";
3
+ import { Camera, useCameraFormat, useCameraDevice, useCameraPermission } from "react-native-vision-camera";
4
+ import Orientation from "react-native-orientation-locker";
5
+ import { Gesture, GestureDetector, GestureHandlerRootView } from "react-native-gesture-handler";
6
+ import { runOnJS } from "react-native-reanimated";
7
+ import { styles } from "./styles";
8
+ import { useSelector, useDispatch } from "../../store/modules/fingerRegister";
9
+ import { CaptureButton, DeviceNotFound, HelpRegister, ModalMessage, CameraConfigInfo, Gabarito } from "../../components";
10
+ const FingerRegister = ({
11
+ UID,
12
+ qualityPrioritization,
13
+ onSuccess
14
+ }) => {
15
+ const cameraRef = useRef(null);
16
+ const {
17
+ hasPermission,
18
+ requestPermission
19
+ } = useCameraPermission();
20
+ const state = useSelector();
21
+ const dispatch = useDispatch();
22
+ const device = useCameraDevice("back");
23
+ const base64ImagesCount = state.base64Images.length;
24
+ useEffect(() => {
25
+ Orientation.lockToPortrait();
26
+ return () => {
27
+ Orientation.unlockAllOrientations();
28
+ };
29
+ }, []);
30
+ useEffect(() => {
31
+ if (state.base64Images !== undefined && base64ImagesCount === 3) {
32
+ if (!UID) {
33
+ dispatch.setModal("Ocorreu um erro!", "Erro: UID não encontrado!");
34
+ }
35
+ dispatch.handleLoading();
36
+ dispatch.sendImages(state.base64Images, UID);
37
+ }
38
+ }, [dispatch.sendImages, dispatch.handleLoading, state.base64Images, base64ImagesCount]);
39
+ useEffect(() => {
40
+ if (state.code === 0) {
41
+ dispatch.setModal("Sucesso!", "Cadastro de digital realizado com sucesso!");
42
+ onSuccess && (onSuccess === null || onSuccess === void 0 ? void 0 : onSuccess(state.code));
43
+ dispatch.handleLoading();
44
+ }
45
+ if (state.code !== 0 && state.code !== null) {
46
+ dispatch.setModal("Ocorreu um erro!", `Erro: ${state.message}`);
47
+ dispatch.handleLoading();
48
+ }
49
+ dispatch.resetState();
50
+ }, [state.code, state.message, dispatch.handleLoading, dispatch.resetState, dispatch.setModal]);
51
+ const cameraPermission = useCallback(async () => {
52
+ if (!hasPermission) {
53
+ await requestPermission();
54
+ }
55
+ }, [hasPermission, requestPermission]);
56
+ useEffect(() => {
57
+ cameraPermission();
58
+ dispatch.getConfig("finger");
59
+ }, [cameraPermission]);
60
+ const containerCaptureStyled = useMemo(() => [styles.containerCapture, {
61
+ bottom: state.showButtonInfo ? 75 : 20
62
+ }], [state.showButtonInfo]);
63
+ const cameraFormat = useCameraFormat(device, [{
64
+ photoResolution: {
65
+ width: 1920,
66
+ height: 1080
67
+ },
68
+ pixelFormat: "native"
69
+ }]);
70
+ const takePhoto = async () => {
71
+ var _cameraRef$current;
72
+ const photo = await ((_cameraRef$current = cameraRef.current) === null || _cameraRef$current === void 0 ? void 0 : _cameraRef$current.takePhoto({
73
+ qualityPrioritization: qualityPrioritization,
74
+ flash: "on"
75
+ }));
76
+ if (photo != null) dispatch.setImagePath(photo.path);
77
+ };
78
+ const focus = useCallback(point => {
79
+ const camera = cameraRef.current;
80
+ if (camera != null) {
81
+ camera.focus(point);
82
+ }
83
+ }, []);
84
+ const gesture = Gesture.Tap().onBegin(({
85
+ x,
86
+ y
87
+ }) => {
88
+ runOnJS(focus)({
89
+ x,
90
+ y
91
+ });
92
+ });
93
+ if (device == null || hasPermission === false) return /*#__PURE__*/React.createElement(DeviceNotFound, {
94
+ hasPermission: hasPermission,
95
+ cameraPermission: cameraPermission
96
+ });
97
+ return /*#__PURE__*/React.createElement(GestureHandlerRootView, {
98
+ style: styles.root
99
+ }, /*#__PURE__*/React.createElement(HelpRegister, null), /*#__PURE__*/React.createElement(GestureDetector, {
100
+ gesture: gesture
101
+ }, /*#__PURE__*/React.createElement(View, {
102
+ style: styles.cameraContainer
103
+ }, /*#__PURE__*/React.createElement(Camera, {
104
+ ref: cameraRef,
105
+ style: styles.camera,
106
+ isActive: true,
107
+ device: device,
108
+ format: cameraFormat,
109
+ torch: "on",
110
+ focusable: true,
111
+ exposure: state.exposure,
112
+ zoom: state.exposure,
113
+ photo: true,
114
+ enableHighQualityPhotos: true
115
+ }), /*#__PURE__*/React.createElement(Gabarito, null))), /*#__PURE__*/React.createElement(View, {
116
+ style: containerCaptureStyled
117
+ }, /*#__PURE__*/React.createElement(CaptureButton, {
118
+ onPress: takePhoto,
119
+ imagesCount: base64ImagesCount
120
+ })), state.showButtonInfo && /*#__PURE__*/React.createElement(CameraConfigInfo, {
121
+ exposure: state.exposure,
122
+ zoom: state.zoom
123
+ }), /*#__PURE__*/React.createElement(ModalMessage, {
124
+ isLoading: state.loading,
125
+ modal: state.modal
126
+ }));
127
+ };
128
+ export default FingerRegister;
129
+ //# sourceMappingURL=index.js.map