@authme/identity-verification 2.2.0 → 2.2.1-rc.3

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 (93) hide show
  1. package/assets/locale/en_US.json +28 -1
  2. package/assets/locale/zh_Hant_TW.json +28 -1
  3. package/assets/styles/style.css +143 -96
  4. package/index.cjs +11634 -0
  5. package/index.js +11610 -0
  6. package/package.json +14 -14
  7. package/src/index.d.ts +5 -4
  8. package/src/lib/identity-verification-feature-identity-verification.d.ts +33 -27
  9. package/src/lib/interface/config.interface.d.ts +42 -40
  10. package/src/lib/interface/index.d.ts +1 -1
  11. package/src/lib/interface/result.model.d.ts +35 -35
  12. package/src/lib/lottie/arrow_down.d.ts +215 -215
  13. package/src/lib/lottie/arrow_left.d.ts +215 -215
  14. package/src/lib/lottie/arrow_right.d.ts +215 -215
  15. package/src/lib/lottie/arrow_up.d.ts +215 -215
  16. package/src/lib/lottie/card_lr.d.ts +182 -182
  17. package/src/lib/lottie/card_ud.d.ts +182 -182
  18. package/src/lib/lottie/index.d.ts +9 -9
  19. package/src/lib/lottie/scan.d.ts +562 -562
  20. package/src/lib/lottie/success.d.ts +946 -946
  21. package/src/lib/lottie/tutorial.d.ts +1449 -1449
  22. package/src/lib/module/liveness-verify.module.d.ts +13 -12
  23. package/src/lib/module/liveness.module.d.ts +14 -12
  24. package/src/lib/module/mrz.module.d.ts +13 -11
  25. package/src/lib/module/ocr.module.d.ts +15 -12
  26. package/src/lib/operator/index.d.ts +16 -16
  27. package/src/lib/ui/basic.d.ts +13 -13
  28. package/src/lib/ui/default-images.d.ts +2 -2
  29. package/src/lib/ui/index.d.ts +3 -3
  30. package/src/lib/ui/liveness-flow.d.ts +16 -16
  31. package/src/lib/ui/liveness.ui.d.ts +10 -10
  32. package/src/lib/ui/ocr-flow.d.ts +73 -73
  33. package/src/lib/ui/ocr.ui.d.ts +63 -63
  34. package/src/lib/ui/shared.d.ts +2 -0
  35. package/src/lib/ui/ui-init.d.ts +1 -1
  36. package/src/lib/version.d.ts +1 -0
  37. package/CHANGELOG.md +0 -1053
  38. package/src/index.js +0 -8
  39. package/src/index.js.map +0 -1
  40. package/src/lib/identity-verification-feature-identity-verification.js +0 -122
  41. package/src/lib/identity-verification-feature-identity-verification.js.map +0 -1
  42. package/src/lib/interface/config.interface.js +0 -29
  43. package/src/lib/interface/config.interface.js.map +0 -1
  44. package/src/lib/interface/index.js +0 -5
  45. package/src/lib/interface/index.js.map +0 -1
  46. package/src/lib/interface/result.model.js +0 -3
  47. package/src/lib/interface/result.model.js.map +0 -1
  48. package/src/lib/lottie/arrow_down.js +0 -203
  49. package/src/lib/lottie/arrow_down.js.map +0 -1
  50. package/src/lib/lottie/arrow_left.js +0 -203
  51. package/src/lib/lottie/arrow_left.js.map +0 -1
  52. package/src/lib/lottie/arrow_right.js +0 -203
  53. package/src/lib/lottie/arrow_right.js.map +0 -1
  54. package/src/lib/lottie/arrow_up.js +0 -203
  55. package/src/lib/lottie/arrow_up.js.map +0 -1
  56. package/src/lib/lottie/card_lr.js +0 -1903
  57. package/src/lib/lottie/card_lr.js.map +0 -1
  58. package/src/lib/lottie/card_ud.js +0 -1937
  59. package/src/lib/lottie/card_ud.js.map +0 -1
  60. package/src/lib/lottie/index.js +0 -13
  61. package/src/lib/lottie/index.js.map +0 -1
  62. package/src/lib/lottie/scan.js +0 -384
  63. package/src/lib/lottie/scan.js.map +0 -1
  64. package/src/lib/lottie/success.js +0 -509
  65. package/src/lib/lottie/success.js.map +0 -1
  66. package/src/lib/lottie/tutorial.js +0 -3683
  67. package/src/lib/lottie/tutorial.js.map +0 -1
  68. package/src/lib/module/liveness-verify.module.js +0 -218
  69. package/src/lib/module/liveness-verify.module.js.map +0 -1
  70. package/src/lib/module/liveness.module.js +0 -195
  71. package/src/lib/module/liveness.module.js.map +0 -1
  72. package/src/lib/module/mrz.module.js +0 -156
  73. package/src/lib/module/mrz.module.js.map +0 -1
  74. package/src/lib/module/ocr.module.js +0 -235
  75. package/src/lib/module/ocr.module.js.map +0 -1
  76. package/src/lib/operator/index.js +0 -38
  77. package/src/lib/operator/index.js.map +0 -1
  78. package/src/lib/ui/basic.js +0 -59
  79. package/src/lib/ui/basic.js.map +0 -1
  80. package/src/lib/ui/default-images.js +0 -6
  81. package/src/lib/ui/default-images.js.map +0 -1
  82. package/src/lib/ui/index.js +0 -7
  83. package/src/lib/ui/index.js.map +0 -1
  84. package/src/lib/ui/liveness-flow.js +0 -180
  85. package/src/lib/ui/liveness-flow.js.map +0 -1
  86. package/src/lib/ui/liveness.ui.js +0 -176
  87. package/src/lib/ui/liveness.ui.js.map +0 -1
  88. package/src/lib/ui/ocr-flow.js +0 -700
  89. package/src/lib/ui/ocr-flow.js.map +0 -1
  90. package/src/lib/ui/ocr.ui.js +0 -382
  91. package/src/lib/ui/ocr.ui.js.map +0 -1
  92. package/src/lib/ui/ui-init.js +0 -7
  93. package/src/lib/ui/ui-init.js.map +0 -1
@@ -169,5 +169,32 @@
169
169
  "setting.language.tw": "Traditional Chinese",
170
170
  "liveness.upload.success": "Uploaded Successfully",
171
171
  "error.timeout.title": "Session expired",
172
- "verify.menu.footer.content": "powered by Authme"
172
+ "verify.menu.footer.content": "powered by Authme",
173
+ "home.settings.eventName.identityDocument": "ID document",
174
+ "home.settings.eventName.Liveness": "Liveness Detection",
175
+ "home.settings.eventName.save": "Save",
176
+ "nfc.passport.guide.title": "Scan passport chip",
177
+ "nfc.passport.guide.subtitle": "Please complete NFC reading according to the following steps.",
178
+ "nfc.passport.guide.step1.text.title": "Look for the biometric symbol",
179
+ "nfc.passport.guide.step1.text.subtitle": "This symbol indicates your passport is embedded with readable biometric data.",
180
+ "nfc.passport.guide.btn.start": "Start",
181
+ "nfc.passport.guide.step2.text.title": "Hold your passport to the back of your phone.",
182
+ "nfc.passport.guide.step2.text.subtitle": "Slide your phone up and down to read the chip.",
183
+ "nfc.passport.guide.step3.text.title": "Do not move your phone while scanning.",
184
+ "nfc.passport.guide.step3.text.subtitle": "The vibration alert indicates data reading is processing.",
185
+ "nfc.passport.scan.title": "Ready to Scan",
186
+ "nfc.passport.scan.searchChip": "Slide your phone up and down to find the chip.",
187
+ "nfc.passport.scan.scanning": "Do not move your phone and passport while scanning.",
188
+ "nfc.passport.scan.chipReading": "Reading data",
189
+ "nfc.passport.scan.pictureReading": "Reading image",
190
+ "nfc.passport.scan.otherReading": "Reading other data",
191
+ "nfc.passport.scan.scanSuccess": "Scan success",
192
+ "nfc.passport.scan.scanFail": "Scan failed, please try it again.",
193
+ "nfc.passport.scan.cancel": "Cancel",
194
+ "error.screenSizeChange.title": "Screen size has changed",
195
+ "error.screenSizeChange.content": "Detection of screen resize, please try it again.",
196
+ "verify.residentCardFrontSide": "Align the front of your Resident Card",
197
+ "verify.residentCardBackSide": "Align the back of your Resident Card",
198
+ "verify.confirmResidentCardFrontSide": "Confirm the front of your Resident Card",
199
+ "verify.confirmResidentCardBackSide": "Confirm the back of your Resident Card"
173
200
  }
@@ -169,5 +169,32 @@
169
169
  "setting.language.tw": "繁體中文(台灣)",
170
170
  "liveness.upload.success": "上傳成功",
171
171
  "error.timeout.title": "操作逾時",
172
- "verify.menu.footer.content": "powered by Authme"
172
+ "verify.menu.footer.content": "powered by Authme",
173
+ "home.settings.eventName.identityDocument": "身分證件",
174
+ "home.settings.eventName.Liveness": "活體",
175
+ "home.settings.eventName.save": "儲存",
176
+ "nfc.passport.guide.title": "掃描護照晶片",
177
+ "nfc.passport.guide.subtitle": "請根據下方教學步驟依序完成NFC操作",
178
+ "nfc.passport.guide.step1.text.title": "尋找生物特徵的圖示",
179
+ "nfc.passport.guide.step1.text.subtitle": "此圖示表示你的護照已嵌入可讀的生物特徵",
180
+ "nfc.passport.guide.btn.start": "開始",
181
+ "nfc.passport.guide.step2.text.title": "靠近並將手機放在需偵測的護照上方",
182
+ "nfc.passport.guide.step2.text.subtitle": "將手機上下滑動去尋找晶片位置",
183
+ "nfc.passport.guide.step3.text.title": "偵測期間請勿移動你的手機",
184
+ "nfc.passport.guide.step3.text.subtitle": "伴隨振動提示表示已經開始讀取晶片資料",
185
+ "nfc.passport.scan.title": "開始掃描",
186
+ "nfc.passport.scan.searchChip": "將手機上下滑動去尋找晶片位置",
187
+ "nfc.passport.scan.scanning": "偵測中,請勿移動你的手機和護照",
188
+ "nfc.passport.scan.chipReading": "晶片資料讀取中",
189
+ "nfc.passport.scan.pictureReading": "照片讀取中",
190
+ "nfc.passport.scan.otherReading": "其他資訊讀取中",
191
+ "nfc.passport.scan.scanSuccess": "晶片讀取成功",
192
+ "nfc.passport.scan.scanFail": "讀取失敗,請再試一次",
193
+ "nfc.passport.scan.cancel": "取消",
194
+ "error.screenSizeChange.title": "畫面大小已改變",
195
+ "error.screenSizeChange.content": "偵測到畫面大小已調整,請重新操作",
196
+ "verify.residentCardFrontSide": "將居留證正面置於方框中拍攝",
197
+ "verify.residentCardBackSide": "將居留證背面置於方框中拍攝",
198
+ "verify.confirmResidentCardFrontSide": "確認居留證正面",
199
+ "verify.confirmResidentCardBackSide": "確認居留證背面"
173
200
  }