@chekinapp/ui 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1978 -185
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3449 -28
- package/dist/index.d.ts +3449 -28
- package/dist/index.js +1977 -185
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/global.css +53 -54
package/dist/index.d.cts
CHANGED
|
@@ -601,11 +601,11 @@ declare const statusStyles: {
|
|
|
601
601
|
readonly color: "text-[var(--chekin-color-brand-blue)]";
|
|
602
602
|
};
|
|
603
603
|
readonly SUCCESS: {
|
|
604
|
-
readonly background: "bg-[
|
|
605
|
-
readonly color: "text-[
|
|
604
|
+
readonly background: "bg-[var(--chekin-green-50)]";
|
|
605
|
+
readonly color: "text-[var(--chekin-green-600)]";
|
|
606
606
|
};
|
|
607
607
|
readonly DANGER: {
|
|
608
|
-
readonly background: "bg-[
|
|
608
|
+
readonly background: "bg-[var(--chekin-red-100)]";
|
|
609
609
|
readonly color: "text-[var(--error-message-color)]";
|
|
610
610
|
};
|
|
611
611
|
};
|
|
@@ -928,8 +928,68 @@ declare const uiKitTranslations: {
|
|
|
928
928
|
save: string;
|
|
929
929
|
dont_save: string;
|
|
930
930
|
copied_exclamation: string;
|
|
931
|
+
search_placeholder: string;
|
|
932
|
+
type_to_search: string;
|
|
933
|
+
loading_more: string;
|
|
934
|
+
no_options: string;
|
|
935
|
+
select_option: string;
|
|
936
|
+
clear_all: string;
|
|
937
|
+
remove_item: string;
|
|
938
|
+
upload_file: string;
|
|
939
|
+
download_attachment: string;
|
|
940
|
+
remove_file: string;
|
|
941
|
+
open_calendar: string;
|
|
942
|
+
clear_dates: string;
|
|
943
|
+
select_dates: string;
|
|
944
|
+
pick_date_range: string;
|
|
945
|
+
from: string;
|
|
946
|
+
to: string;
|
|
947
|
+
pick_month: string;
|
|
948
|
+
pick_date: string;
|
|
949
|
+
month: string;
|
|
950
|
+
day: string;
|
|
951
|
+
year: string;
|
|
952
|
+
done: string;
|
|
953
|
+
wrong_period_of_dates: string;
|
|
954
|
+
date_range_max_days_error_one: string;
|
|
955
|
+
date_range_max_days_error_other: string;
|
|
956
|
+
date_range_min_days_error_one: string;
|
|
957
|
+
date_range_min_days_error_other: string;
|
|
958
|
+
past_dates: string;
|
|
959
|
+
future_dates: string;
|
|
960
|
+
signature_placeholder_text: string;
|
|
961
|
+
open_devices_camera: string;
|
|
962
|
+
place_document_inside_frame: string;
|
|
963
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
964
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
965
|
+
close_the_browser_re_open_it: string;
|
|
966
|
+
camera_permissions_denied: string;
|
|
967
|
+
camera_errors: {
|
|
968
|
+
experiencing_camera_issues: string;
|
|
969
|
+
chekin_cant_use_your_camera: string;
|
|
970
|
+
please_try_a_different_browser: string;
|
|
971
|
+
permissions_denied: string;
|
|
972
|
+
camera_permissions_denied: string;
|
|
973
|
+
no_camera_device_found: string;
|
|
974
|
+
constraints_camera_error: string;
|
|
975
|
+
safari_camera_error: string;
|
|
976
|
+
try_chrome_or_firefox: string;
|
|
977
|
+
};
|
|
978
|
+
clear: string;
|
|
979
|
+
show_less: string;
|
|
980
|
+
show_more: string;
|
|
981
|
+
tap_here_to_sign: string;
|
|
982
|
+
click_here_to_sign: string;
|
|
983
|
+
prefix: string;
|
|
984
|
+
prefix_required: string;
|
|
985
|
+
reset: string;
|
|
986
|
+
show_password: string;
|
|
987
|
+
hide_password: string;
|
|
988
|
+
increment: string;
|
|
989
|
+
decrement: string;
|
|
990
|
+
create_option: string;
|
|
931
991
|
};
|
|
932
|
-
readonly
|
|
992
|
+
readonly it: {
|
|
933
993
|
verified: string;
|
|
934
994
|
iv_status: {
|
|
935
995
|
verified: string;
|
|
@@ -995,6 +1055,66 @@ declare const uiKitTranslations: {
|
|
|
995
1055
|
save: string;
|
|
996
1056
|
dont_save: string;
|
|
997
1057
|
copied_exclamation: string;
|
|
1058
|
+
search_placeholder: string;
|
|
1059
|
+
type_to_search: string;
|
|
1060
|
+
loading_more: string;
|
|
1061
|
+
no_options: string;
|
|
1062
|
+
select_option: string;
|
|
1063
|
+
clear_all: string;
|
|
1064
|
+
remove_item: string;
|
|
1065
|
+
upload_file: string;
|
|
1066
|
+
download_attachment: string;
|
|
1067
|
+
remove_file: string;
|
|
1068
|
+
open_calendar: string;
|
|
1069
|
+
clear_dates: string;
|
|
1070
|
+
select_dates: string;
|
|
1071
|
+
pick_date_range: string;
|
|
1072
|
+
from: string;
|
|
1073
|
+
to: string;
|
|
1074
|
+
pick_month: string;
|
|
1075
|
+
pick_date: string;
|
|
1076
|
+
month: string;
|
|
1077
|
+
day: string;
|
|
1078
|
+
year: string;
|
|
1079
|
+
done: string;
|
|
1080
|
+
wrong_period_of_dates: string;
|
|
1081
|
+
date_range_max_days_error_one: string;
|
|
1082
|
+
date_range_max_days_error_other: string;
|
|
1083
|
+
date_range_min_days_error_one: string;
|
|
1084
|
+
date_range_min_days_error_other: string;
|
|
1085
|
+
past_dates: string;
|
|
1086
|
+
future_dates: string;
|
|
1087
|
+
signature_placeholder_text: string;
|
|
1088
|
+
open_devices_camera: string;
|
|
1089
|
+
place_document_inside_frame: string;
|
|
1090
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
1091
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
1092
|
+
close_the_browser_re_open_it: string;
|
|
1093
|
+
camera_permissions_denied: string;
|
|
1094
|
+
camera_errors: {
|
|
1095
|
+
experiencing_camera_issues: string;
|
|
1096
|
+
chekin_cant_use_your_camera: string;
|
|
1097
|
+
please_try_a_different_browser: string;
|
|
1098
|
+
permissions_denied: string;
|
|
1099
|
+
camera_permissions_denied: string;
|
|
1100
|
+
no_camera_device_found: string;
|
|
1101
|
+
constraints_camera_error: string;
|
|
1102
|
+
safari_camera_error: string;
|
|
1103
|
+
try_chrome_or_firefox: string;
|
|
1104
|
+
};
|
|
1105
|
+
clear: string;
|
|
1106
|
+
show_less: string;
|
|
1107
|
+
show_more: string;
|
|
1108
|
+
tap_here_to_sign: string;
|
|
1109
|
+
click_here_to_sign: string;
|
|
1110
|
+
prefix: string;
|
|
1111
|
+
prefix_required: string;
|
|
1112
|
+
reset: string;
|
|
1113
|
+
show_password: string;
|
|
1114
|
+
hide_password: string;
|
|
1115
|
+
increment: string;
|
|
1116
|
+
decrement: string;
|
|
1117
|
+
create_option: string;
|
|
998
1118
|
};
|
|
999
1119
|
readonly de: {
|
|
1000
1120
|
verified: string;
|
|
@@ -1062,8 +1182,68 @@ declare const uiKitTranslations: {
|
|
|
1062
1182
|
save: string;
|
|
1063
1183
|
dont_save: string;
|
|
1064
1184
|
copied_exclamation: string;
|
|
1185
|
+
search_placeholder: string;
|
|
1186
|
+
type_to_search: string;
|
|
1187
|
+
loading_more: string;
|
|
1188
|
+
no_options: string;
|
|
1189
|
+
select_option: string;
|
|
1190
|
+
clear_all: string;
|
|
1191
|
+
remove_item: string;
|
|
1192
|
+
upload_file: string;
|
|
1193
|
+
download_attachment: string;
|
|
1194
|
+
remove_file: string;
|
|
1195
|
+
open_calendar: string;
|
|
1196
|
+
clear_dates: string;
|
|
1197
|
+
select_dates: string;
|
|
1198
|
+
pick_date_range: string;
|
|
1199
|
+
from: string;
|
|
1200
|
+
to: string;
|
|
1201
|
+
pick_month: string;
|
|
1202
|
+
pick_date: string;
|
|
1203
|
+
month: string;
|
|
1204
|
+
day: string;
|
|
1205
|
+
year: string;
|
|
1206
|
+
done: string;
|
|
1207
|
+
wrong_period_of_dates: string;
|
|
1208
|
+
date_range_max_days_error_one: string;
|
|
1209
|
+
date_range_max_days_error_other: string;
|
|
1210
|
+
date_range_min_days_error_one: string;
|
|
1211
|
+
date_range_min_days_error_other: string;
|
|
1212
|
+
past_dates: string;
|
|
1213
|
+
future_dates: string;
|
|
1214
|
+
signature_placeholder_text: string;
|
|
1215
|
+
open_devices_camera: string;
|
|
1216
|
+
place_document_inside_frame: string;
|
|
1217
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
1218
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
1219
|
+
close_the_browser_re_open_it: string;
|
|
1220
|
+
camera_permissions_denied: string;
|
|
1221
|
+
camera_errors: {
|
|
1222
|
+
experiencing_camera_issues: string;
|
|
1223
|
+
chekin_cant_use_your_camera: string;
|
|
1224
|
+
please_try_a_different_browser: string;
|
|
1225
|
+
permissions_denied: string;
|
|
1226
|
+
camera_permissions_denied: string;
|
|
1227
|
+
no_camera_device_found: string;
|
|
1228
|
+
constraints_camera_error: string;
|
|
1229
|
+
safari_camera_error: string;
|
|
1230
|
+
try_chrome_or_firefox: string;
|
|
1231
|
+
};
|
|
1232
|
+
clear: string;
|
|
1233
|
+
show_less: string;
|
|
1234
|
+
show_more: string;
|
|
1235
|
+
tap_here_to_sign: string;
|
|
1236
|
+
click_here_to_sign: string;
|
|
1237
|
+
prefix: string;
|
|
1238
|
+
prefix_required: string;
|
|
1239
|
+
reset: string;
|
|
1240
|
+
show_password: string;
|
|
1241
|
+
hide_password: string;
|
|
1242
|
+
increment: string;
|
|
1243
|
+
decrement: string;
|
|
1244
|
+
create_option: string;
|
|
1065
1245
|
};
|
|
1066
|
-
readonly
|
|
1246
|
+
readonly fr: {
|
|
1067
1247
|
verified: string;
|
|
1068
1248
|
iv_status: {
|
|
1069
1249
|
verified: string;
|
|
@@ -1129,8 +1309,68 @@ declare const uiKitTranslations: {
|
|
|
1129
1309
|
save: string;
|
|
1130
1310
|
dont_save: string;
|
|
1131
1311
|
copied_exclamation: string;
|
|
1312
|
+
search_placeholder: string;
|
|
1313
|
+
type_to_search: string;
|
|
1314
|
+
loading_more: string;
|
|
1315
|
+
no_options: string;
|
|
1316
|
+
select_option: string;
|
|
1317
|
+
clear_all: string;
|
|
1318
|
+
remove_item: string;
|
|
1319
|
+
upload_file: string;
|
|
1320
|
+
download_attachment: string;
|
|
1321
|
+
remove_file: string;
|
|
1322
|
+
open_calendar: string;
|
|
1323
|
+
clear_dates: string;
|
|
1324
|
+
select_dates: string;
|
|
1325
|
+
pick_date_range: string;
|
|
1326
|
+
from: string;
|
|
1327
|
+
to: string;
|
|
1328
|
+
pick_month: string;
|
|
1329
|
+
pick_date: string;
|
|
1330
|
+
month: string;
|
|
1331
|
+
day: string;
|
|
1332
|
+
year: string;
|
|
1333
|
+
done: string;
|
|
1334
|
+
wrong_period_of_dates: string;
|
|
1335
|
+
date_range_max_days_error_one: string;
|
|
1336
|
+
date_range_max_days_error_other: string;
|
|
1337
|
+
date_range_min_days_error_one: string;
|
|
1338
|
+
date_range_min_days_error_other: string;
|
|
1339
|
+
past_dates: string;
|
|
1340
|
+
future_dates: string;
|
|
1341
|
+
signature_placeholder_text: string;
|
|
1342
|
+
open_devices_camera: string;
|
|
1343
|
+
place_document_inside_frame: string;
|
|
1344
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
1345
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
1346
|
+
close_the_browser_re_open_it: string;
|
|
1347
|
+
camera_permissions_denied: string;
|
|
1348
|
+
camera_errors: {
|
|
1349
|
+
experiencing_camera_issues: string;
|
|
1350
|
+
chekin_cant_use_your_camera: string;
|
|
1351
|
+
please_try_a_different_browser: string;
|
|
1352
|
+
permissions_denied: string;
|
|
1353
|
+
camera_permissions_denied: string;
|
|
1354
|
+
no_camera_device_found: string;
|
|
1355
|
+
constraints_camera_error: string;
|
|
1356
|
+
safari_camera_error: string;
|
|
1357
|
+
try_chrome_or_firefox: string;
|
|
1358
|
+
};
|
|
1359
|
+
clear: string;
|
|
1360
|
+
show_less: string;
|
|
1361
|
+
show_more: string;
|
|
1362
|
+
tap_here_to_sign: string;
|
|
1363
|
+
click_here_to_sign: string;
|
|
1364
|
+
prefix: string;
|
|
1365
|
+
prefix_required: string;
|
|
1366
|
+
reset: string;
|
|
1367
|
+
show_password: string;
|
|
1368
|
+
hide_password: string;
|
|
1369
|
+
increment: string;
|
|
1370
|
+
decrement: string;
|
|
1371
|
+
create_option: string;
|
|
1132
1372
|
};
|
|
1133
|
-
readonly
|
|
1373
|
+
readonly nl: {
|
|
1134
1374
|
verified: string;
|
|
1135
1375
|
iv_status: {
|
|
1136
1376
|
verified: string;
|
|
@@ -1174,18 +1414,18 @@ declare const uiKitTranslations: {
|
|
|
1174
1414
|
go_to_last_page: string;
|
|
1175
1415
|
sort_in_asc: string;
|
|
1176
1416
|
sort_in_desc: string;
|
|
1177
|
-
clear_sorting: string;
|
|
1178
1417
|
sort_a_z: string;
|
|
1179
1418
|
sort_z_a: string;
|
|
1419
|
+
clear_sorting: string;
|
|
1180
1420
|
reach_us_at_email: string;
|
|
1181
1421
|
please_wait: string;
|
|
1182
1422
|
feature_coming_soon: string;
|
|
1183
1423
|
feature_coming_soon_description: string;
|
|
1184
|
-
beta: string;
|
|
1185
1424
|
download_all: string;
|
|
1186
1425
|
entry_forms: string;
|
|
1187
1426
|
tutorial: string;
|
|
1188
1427
|
liveness_video: string;
|
|
1428
|
+
beta: string;
|
|
1189
1429
|
reviews: string;
|
|
1190
1430
|
learn_more: string;
|
|
1191
1431
|
this_cannot_be_reverted: string;
|
|
@@ -1196,13 +1436,2761 @@ declare const uiKitTranslations: {
|
|
|
1196
1436
|
save: string;
|
|
1197
1437
|
dont_save: string;
|
|
1198
1438
|
copied_exclamation: string;
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1439
|
+
search_placeholder: string;
|
|
1440
|
+
type_to_search: string;
|
|
1441
|
+
loading_more: string;
|
|
1442
|
+
no_options: string;
|
|
1443
|
+
select_option: string;
|
|
1444
|
+
clear_all: string;
|
|
1445
|
+
remove_item: string;
|
|
1446
|
+
upload_file: string;
|
|
1447
|
+
download_attachment: string;
|
|
1448
|
+
remove_file: string;
|
|
1449
|
+
open_calendar: string;
|
|
1450
|
+
clear_dates: string;
|
|
1451
|
+
select_dates: string;
|
|
1452
|
+
pick_date_range: string;
|
|
1453
|
+
from: string;
|
|
1454
|
+
to: string;
|
|
1455
|
+
pick_month: string;
|
|
1456
|
+
pick_date: string;
|
|
1457
|
+
month: string;
|
|
1458
|
+
day: string;
|
|
1459
|
+
year: string;
|
|
1460
|
+
done: string;
|
|
1461
|
+
wrong_period_of_dates: string;
|
|
1462
|
+
date_range_max_days_error_one: string;
|
|
1463
|
+
date_range_max_days_error_other: string;
|
|
1464
|
+
date_range_min_days_error_one: string;
|
|
1465
|
+
date_range_min_days_error_other: string;
|
|
1466
|
+
past_dates: string;
|
|
1467
|
+
future_dates: string;
|
|
1468
|
+
signature_placeholder_text: string;
|
|
1469
|
+
open_devices_camera: string;
|
|
1470
|
+
place_document_inside_frame: string;
|
|
1471
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
1472
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
1473
|
+
close_the_browser_re_open_it: string;
|
|
1474
|
+
camera_permissions_denied: string;
|
|
1475
|
+
camera_errors: {
|
|
1476
|
+
experiencing_camera_issues: string;
|
|
1477
|
+
chekin_cant_use_your_camera: string;
|
|
1478
|
+
please_try_a_different_browser: string;
|
|
1479
|
+
permissions_denied: string;
|
|
1480
|
+
camera_permissions_denied: string;
|
|
1481
|
+
no_camera_device_found: string;
|
|
1482
|
+
constraints_camera_error: string;
|
|
1483
|
+
safari_camera_error: string;
|
|
1484
|
+
try_chrome_or_firefox: string;
|
|
1485
|
+
};
|
|
1486
|
+
clear: string;
|
|
1487
|
+
show_less: string;
|
|
1488
|
+
show_more: string;
|
|
1489
|
+
tap_here_to_sign: string;
|
|
1490
|
+
click_here_to_sign: string;
|
|
1491
|
+
prefix: string;
|
|
1492
|
+
prefix_required: string;
|
|
1493
|
+
reset: string;
|
|
1494
|
+
show_password: string;
|
|
1495
|
+
hide_password: string;
|
|
1496
|
+
increment: string;
|
|
1497
|
+
decrement: string;
|
|
1498
|
+
create_option: string;
|
|
1499
|
+
};
|
|
1500
|
+
readonly ko: {
|
|
1501
|
+
verified: string;
|
|
1502
|
+
iv_status: {
|
|
1503
|
+
verified: string;
|
|
1504
|
+
pending: string;
|
|
1505
|
+
attention: string;
|
|
1506
|
+
};
|
|
1507
|
+
zoom_in: string;
|
|
1508
|
+
zoom_out: string;
|
|
1509
|
+
rotate: string;
|
|
1510
|
+
close: string;
|
|
1511
|
+
esc_to_close: string;
|
|
1512
|
+
play: string;
|
|
1513
|
+
pause: string;
|
|
1514
|
+
mute: string;
|
|
1515
|
+
unmute: string;
|
|
1516
|
+
enter_full_screen: string;
|
|
1517
|
+
exit_full_screen: string;
|
|
1518
|
+
video_not_supported: string;
|
|
1519
|
+
skip_forward: string;
|
|
1520
|
+
skip_backward: string;
|
|
1521
|
+
loading: string;
|
|
1522
|
+
loading_video: string;
|
|
1523
|
+
loading_data_description: string;
|
|
1524
|
+
no_results: string;
|
|
1525
|
+
nothing_found: string;
|
|
1526
|
+
save_changes: string;
|
|
1527
|
+
saved_exclamation: string;
|
|
1528
|
+
saving: string;
|
|
1529
|
+
validating: string;
|
|
1530
|
+
error: string;
|
|
1531
|
+
optional: string;
|
|
1532
|
+
search_property: string;
|
|
1533
|
+
reset_search: string;
|
|
1534
|
+
no_items_to_show: string;
|
|
1535
|
+
showing_range_of_total_items: string;
|
|
1536
|
+
rows_per_page: string;
|
|
1537
|
+
page_of_pages: string;
|
|
1538
|
+
go_to_first_page: string;
|
|
1539
|
+
go_to_previous_page: string;
|
|
1540
|
+
go_to_next_page: string;
|
|
1541
|
+
go_to_last_page: string;
|
|
1542
|
+
sort_in_asc: string;
|
|
1543
|
+
sort_in_desc: string;
|
|
1544
|
+
sort_a_z: string;
|
|
1545
|
+
sort_z_a: string;
|
|
1546
|
+
clear_sorting: string;
|
|
1547
|
+
reach_us_at_email: string;
|
|
1548
|
+
please_wait: string;
|
|
1549
|
+
feature_coming_soon: string;
|
|
1550
|
+
feature_coming_soon_description: string;
|
|
1551
|
+
download_all: string;
|
|
1552
|
+
entry_forms: string;
|
|
1553
|
+
tutorial: string;
|
|
1554
|
+
liveness_video: string;
|
|
1555
|
+
beta: string;
|
|
1556
|
+
reviews: string;
|
|
1557
|
+
learn_more: string;
|
|
1558
|
+
this_cannot_be_reverted: string;
|
|
1559
|
+
delete: string;
|
|
1560
|
+
cancel: string;
|
|
1561
|
+
you_have_made_changes: string;
|
|
1562
|
+
would_you_like_to_save_them: string;
|
|
1563
|
+
save: string;
|
|
1564
|
+
dont_save: string;
|
|
1565
|
+
copied_exclamation: string;
|
|
1566
|
+
search_placeholder: string;
|
|
1567
|
+
type_to_search: string;
|
|
1568
|
+
loading_more: string;
|
|
1569
|
+
no_options: string;
|
|
1570
|
+
select_option: string;
|
|
1571
|
+
clear_all: string;
|
|
1572
|
+
remove_item: string;
|
|
1573
|
+
upload_file: string;
|
|
1574
|
+
download_attachment: string;
|
|
1575
|
+
remove_file: string;
|
|
1576
|
+
open_calendar: string;
|
|
1577
|
+
clear_dates: string;
|
|
1578
|
+
select_dates: string;
|
|
1579
|
+
pick_date_range: string;
|
|
1580
|
+
from: string;
|
|
1581
|
+
to: string;
|
|
1582
|
+
pick_month: string;
|
|
1583
|
+
pick_date: string;
|
|
1584
|
+
month: string;
|
|
1585
|
+
day: string;
|
|
1586
|
+
year: string;
|
|
1587
|
+
done: string;
|
|
1588
|
+
wrong_period_of_dates: string;
|
|
1589
|
+
date_range_max_days_error_one: string;
|
|
1590
|
+
date_range_max_days_error_other: string;
|
|
1591
|
+
date_range_min_days_error_one: string;
|
|
1592
|
+
date_range_min_days_error_other: string;
|
|
1593
|
+
past_dates: string;
|
|
1594
|
+
future_dates: string;
|
|
1595
|
+
signature_placeholder_text: string;
|
|
1596
|
+
open_devices_camera: string;
|
|
1597
|
+
place_document_inside_frame: string;
|
|
1598
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
1599
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
1600
|
+
close_the_browser_re_open_it: string;
|
|
1601
|
+
camera_permissions_denied: string;
|
|
1602
|
+
camera_errors: {
|
|
1603
|
+
experiencing_camera_issues: string;
|
|
1604
|
+
chekin_cant_use_your_camera: string;
|
|
1605
|
+
please_try_a_different_browser: string;
|
|
1606
|
+
permissions_denied: string;
|
|
1607
|
+
camera_permissions_denied: string;
|
|
1608
|
+
no_camera_device_found: string;
|
|
1609
|
+
constraints_camera_error: string;
|
|
1610
|
+
safari_camera_error: string;
|
|
1611
|
+
try_chrome_or_firefox: string;
|
|
1612
|
+
};
|
|
1613
|
+
clear: string;
|
|
1614
|
+
show_less: string;
|
|
1615
|
+
show_more: string;
|
|
1616
|
+
tap_here_to_sign: string;
|
|
1617
|
+
click_here_to_sign: string;
|
|
1618
|
+
prefix: string;
|
|
1619
|
+
prefix_required: string;
|
|
1620
|
+
reset: string;
|
|
1621
|
+
show_password: string;
|
|
1622
|
+
hide_password: string;
|
|
1623
|
+
increment: string;
|
|
1624
|
+
decrement: string;
|
|
1625
|
+
create_option: string;
|
|
1626
|
+
};
|
|
1627
|
+
readonly hu: {
|
|
1628
|
+
verified: string;
|
|
1629
|
+
iv_status: {
|
|
1630
|
+
verified: string;
|
|
1631
|
+
pending: string;
|
|
1632
|
+
attention: string;
|
|
1633
|
+
};
|
|
1634
|
+
zoom_in: string;
|
|
1635
|
+
zoom_out: string;
|
|
1636
|
+
rotate: string;
|
|
1637
|
+
close: string;
|
|
1638
|
+
esc_to_close: string;
|
|
1639
|
+
play: string;
|
|
1640
|
+
pause: string;
|
|
1641
|
+
mute: string;
|
|
1642
|
+
unmute: string;
|
|
1643
|
+
enter_full_screen: string;
|
|
1644
|
+
exit_full_screen: string;
|
|
1645
|
+
video_not_supported: string;
|
|
1646
|
+
skip_forward: string;
|
|
1647
|
+
skip_backward: string;
|
|
1648
|
+
loading: string;
|
|
1649
|
+
loading_video: string;
|
|
1650
|
+
loading_data_description: string;
|
|
1651
|
+
no_results: string;
|
|
1652
|
+
nothing_found: string;
|
|
1653
|
+
save_changes: string;
|
|
1654
|
+
saved_exclamation: string;
|
|
1655
|
+
saving: string;
|
|
1656
|
+
validating: string;
|
|
1657
|
+
error: string;
|
|
1658
|
+
optional: string;
|
|
1659
|
+
search_property: string;
|
|
1660
|
+
reset_search: string;
|
|
1661
|
+
no_items_to_show: string;
|
|
1662
|
+
showing_range_of_total_items: string;
|
|
1663
|
+
rows_per_page: string;
|
|
1664
|
+
page_of_pages: string;
|
|
1665
|
+
go_to_first_page: string;
|
|
1666
|
+
go_to_previous_page: string;
|
|
1667
|
+
go_to_next_page: string;
|
|
1668
|
+
go_to_last_page: string;
|
|
1669
|
+
sort_in_asc: string;
|
|
1670
|
+
sort_in_desc: string;
|
|
1671
|
+
sort_a_z: string;
|
|
1672
|
+
sort_z_a: string;
|
|
1673
|
+
clear_sorting: string;
|
|
1674
|
+
reach_us_at_email: string;
|
|
1675
|
+
please_wait: string;
|
|
1676
|
+
feature_coming_soon: string;
|
|
1677
|
+
feature_coming_soon_description: string;
|
|
1678
|
+
download_all: string;
|
|
1679
|
+
entry_forms: string;
|
|
1680
|
+
tutorial: string;
|
|
1681
|
+
liveness_video: string;
|
|
1682
|
+
beta: string;
|
|
1683
|
+
reviews: string;
|
|
1684
|
+
learn_more: string;
|
|
1685
|
+
this_cannot_be_reverted: string;
|
|
1686
|
+
delete: string;
|
|
1687
|
+
cancel: string;
|
|
1688
|
+
you_have_made_changes: string;
|
|
1689
|
+
would_you_like_to_save_them: string;
|
|
1690
|
+
save: string;
|
|
1691
|
+
dont_save: string;
|
|
1692
|
+
copied_exclamation: string;
|
|
1693
|
+
search_placeholder: string;
|
|
1694
|
+
type_to_search: string;
|
|
1695
|
+
loading_more: string;
|
|
1696
|
+
no_options: string;
|
|
1697
|
+
select_option: string;
|
|
1698
|
+
clear_all: string;
|
|
1699
|
+
remove_item: string;
|
|
1700
|
+
upload_file: string;
|
|
1701
|
+
download_attachment: string;
|
|
1702
|
+
remove_file: string;
|
|
1703
|
+
open_calendar: string;
|
|
1704
|
+
clear_dates: string;
|
|
1705
|
+
select_dates: string;
|
|
1706
|
+
pick_date_range: string;
|
|
1707
|
+
from: string;
|
|
1708
|
+
to: string;
|
|
1709
|
+
pick_month: string;
|
|
1710
|
+
pick_date: string;
|
|
1711
|
+
month: string;
|
|
1712
|
+
day: string;
|
|
1713
|
+
year: string;
|
|
1714
|
+
done: string;
|
|
1715
|
+
wrong_period_of_dates: string;
|
|
1716
|
+
date_range_max_days_error_one: string;
|
|
1717
|
+
date_range_max_days_error_other: string;
|
|
1718
|
+
date_range_min_days_error_one: string;
|
|
1719
|
+
date_range_min_days_error_other: string;
|
|
1720
|
+
past_dates: string;
|
|
1721
|
+
future_dates: string;
|
|
1722
|
+
signature_placeholder_text: string;
|
|
1723
|
+
open_devices_camera: string;
|
|
1724
|
+
place_document_inside_frame: string;
|
|
1725
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
1726
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
1727
|
+
close_the_browser_re_open_it: string;
|
|
1728
|
+
camera_permissions_denied: string;
|
|
1729
|
+
camera_errors: {
|
|
1730
|
+
experiencing_camera_issues: string;
|
|
1731
|
+
chekin_cant_use_your_camera: string;
|
|
1732
|
+
please_try_a_different_browser: string;
|
|
1733
|
+
permissions_denied: string;
|
|
1734
|
+
camera_permissions_denied: string;
|
|
1735
|
+
no_camera_device_found: string;
|
|
1736
|
+
constraints_camera_error: string;
|
|
1737
|
+
safari_camera_error: string;
|
|
1738
|
+
try_chrome_or_firefox: string;
|
|
1739
|
+
};
|
|
1740
|
+
clear: string;
|
|
1741
|
+
show_less: string;
|
|
1742
|
+
show_more: string;
|
|
1743
|
+
tap_here_to_sign: string;
|
|
1744
|
+
click_here_to_sign: string;
|
|
1745
|
+
prefix: string;
|
|
1746
|
+
prefix_required: string;
|
|
1747
|
+
reset: string;
|
|
1748
|
+
show_password: string;
|
|
1749
|
+
hide_password: string;
|
|
1750
|
+
increment: string;
|
|
1751
|
+
decrement: string;
|
|
1752
|
+
create_option: string;
|
|
1753
|
+
};
|
|
1754
|
+
readonly ru: {
|
|
1755
|
+
verified: string;
|
|
1756
|
+
iv_status: {
|
|
1757
|
+
verified: string;
|
|
1758
|
+
pending: string;
|
|
1759
|
+
attention: string;
|
|
1760
|
+
};
|
|
1761
|
+
zoom_in: string;
|
|
1762
|
+
zoom_out: string;
|
|
1763
|
+
rotate: string;
|
|
1764
|
+
close: string;
|
|
1765
|
+
esc_to_close: string;
|
|
1766
|
+
play: string;
|
|
1767
|
+
pause: string;
|
|
1768
|
+
mute: string;
|
|
1769
|
+
unmute: string;
|
|
1770
|
+
enter_full_screen: string;
|
|
1771
|
+
exit_full_screen: string;
|
|
1772
|
+
video_not_supported: string;
|
|
1773
|
+
skip_forward: string;
|
|
1774
|
+
skip_backward: string;
|
|
1775
|
+
loading: string;
|
|
1776
|
+
loading_video: string;
|
|
1777
|
+
loading_data_description: string;
|
|
1778
|
+
no_results: string;
|
|
1779
|
+
nothing_found: string;
|
|
1780
|
+
save_changes: string;
|
|
1781
|
+
saved_exclamation: string;
|
|
1782
|
+
saving: string;
|
|
1783
|
+
validating: string;
|
|
1784
|
+
error: string;
|
|
1785
|
+
optional: string;
|
|
1786
|
+
search_property: string;
|
|
1787
|
+
reset_search: string;
|
|
1788
|
+
no_items_to_show: string;
|
|
1789
|
+
showing_range_of_total_items: string;
|
|
1790
|
+
rows_per_page: string;
|
|
1791
|
+
page_of_pages: string;
|
|
1792
|
+
go_to_first_page: string;
|
|
1793
|
+
go_to_previous_page: string;
|
|
1794
|
+
go_to_next_page: string;
|
|
1795
|
+
go_to_last_page: string;
|
|
1796
|
+
sort_in_asc: string;
|
|
1797
|
+
sort_in_desc: string;
|
|
1798
|
+
sort_a_z: string;
|
|
1799
|
+
sort_z_a: string;
|
|
1800
|
+
clear_sorting: string;
|
|
1801
|
+
reach_us_at_email: string;
|
|
1802
|
+
please_wait: string;
|
|
1803
|
+
feature_coming_soon: string;
|
|
1804
|
+
feature_coming_soon_description: string;
|
|
1805
|
+
download_all: string;
|
|
1806
|
+
entry_forms: string;
|
|
1807
|
+
tutorial: string;
|
|
1808
|
+
liveness_video: string;
|
|
1809
|
+
beta: string;
|
|
1810
|
+
reviews: string;
|
|
1811
|
+
learn_more: string;
|
|
1812
|
+
this_cannot_be_reverted: string;
|
|
1813
|
+
delete: string;
|
|
1814
|
+
cancel: string;
|
|
1815
|
+
you_have_made_changes: string;
|
|
1816
|
+
would_you_like_to_save_them: string;
|
|
1817
|
+
save: string;
|
|
1818
|
+
dont_save: string;
|
|
1819
|
+
copied_exclamation: string;
|
|
1820
|
+
search_placeholder: string;
|
|
1821
|
+
type_to_search: string;
|
|
1822
|
+
loading_more: string;
|
|
1823
|
+
no_options: string;
|
|
1824
|
+
select_option: string;
|
|
1825
|
+
clear_all: string;
|
|
1826
|
+
remove_item: string;
|
|
1827
|
+
upload_file: string;
|
|
1828
|
+
download_attachment: string;
|
|
1829
|
+
remove_file: string;
|
|
1830
|
+
open_calendar: string;
|
|
1831
|
+
clear_dates: string;
|
|
1832
|
+
select_dates: string;
|
|
1833
|
+
pick_date_range: string;
|
|
1834
|
+
from: string;
|
|
1835
|
+
to: string;
|
|
1836
|
+
pick_month: string;
|
|
1837
|
+
pick_date: string;
|
|
1838
|
+
month: string;
|
|
1839
|
+
day: string;
|
|
1840
|
+
year: string;
|
|
1841
|
+
done: string;
|
|
1842
|
+
wrong_period_of_dates: string;
|
|
1843
|
+
date_range_max_days_error_one: string;
|
|
1844
|
+
date_range_max_days_error_other: string;
|
|
1845
|
+
date_range_min_days_error_one: string;
|
|
1846
|
+
date_range_min_days_error_other: string;
|
|
1847
|
+
past_dates: string;
|
|
1848
|
+
future_dates: string;
|
|
1849
|
+
signature_placeholder_text: string;
|
|
1850
|
+
open_devices_camera: string;
|
|
1851
|
+
place_document_inside_frame: string;
|
|
1852
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
1853
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
1854
|
+
close_the_browser_re_open_it: string;
|
|
1855
|
+
camera_permissions_denied: string;
|
|
1856
|
+
camera_errors: {
|
|
1857
|
+
experiencing_camera_issues: string;
|
|
1858
|
+
chekin_cant_use_your_camera: string;
|
|
1859
|
+
please_try_a_different_browser: string;
|
|
1860
|
+
permissions_denied: string;
|
|
1861
|
+
camera_permissions_denied: string;
|
|
1862
|
+
no_camera_device_found: string;
|
|
1863
|
+
constraints_camera_error: string;
|
|
1864
|
+
safari_camera_error: string;
|
|
1865
|
+
try_chrome_or_firefox: string;
|
|
1866
|
+
};
|
|
1867
|
+
clear: string;
|
|
1868
|
+
show_less: string;
|
|
1869
|
+
show_more: string;
|
|
1870
|
+
tap_here_to_sign: string;
|
|
1871
|
+
click_here_to_sign: string;
|
|
1872
|
+
prefix: string;
|
|
1873
|
+
prefix_required: string;
|
|
1874
|
+
reset: string;
|
|
1875
|
+
show_password: string;
|
|
1876
|
+
hide_password: string;
|
|
1877
|
+
increment: string;
|
|
1878
|
+
decrement: string;
|
|
1879
|
+
create_option: string;
|
|
1880
|
+
};
|
|
1881
|
+
readonly cs: {
|
|
1882
|
+
verified: string;
|
|
1883
|
+
iv_status: {
|
|
1884
|
+
verified: string;
|
|
1885
|
+
pending: string;
|
|
1886
|
+
attention: string;
|
|
1887
|
+
};
|
|
1888
|
+
zoom_in: string;
|
|
1889
|
+
zoom_out: string;
|
|
1890
|
+
rotate: string;
|
|
1891
|
+
close: string;
|
|
1892
|
+
esc_to_close: string;
|
|
1893
|
+
play: string;
|
|
1894
|
+
pause: string;
|
|
1895
|
+
mute: string;
|
|
1896
|
+
unmute: string;
|
|
1897
|
+
enter_full_screen: string;
|
|
1898
|
+
exit_full_screen: string;
|
|
1899
|
+
video_not_supported: string;
|
|
1900
|
+
skip_forward: string;
|
|
1901
|
+
skip_backward: string;
|
|
1902
|
+
loading: string;
|
|
1903
|
+
loading_video: string;
|
|
1904
|
+
loading_data_description: string;
|
|
1905
|
+
no_results: string;
|
|
1906
|
+
nothing_found: string;
|
|
1907
|
+
save_changes: string;
|
|
1908
|
+
saved_exclamation: string;
|
|
1909
|
+
saving: string;
|
|
1910
|
+
validating: string;
|
|
1911
|
+
error: string;
|
|
1912
|
+
optional: string;
|
|
1913
|
+
search_property: string;
|
|
1914
|
+
reset_search: string;
|
|
1915
|
+
no_items_to_show: string;
|
|
1916
|
+
showing_range_of_total_items: string;
|
|
1917
|
+
rows_per_page: string;
|
|
1918
|
+
page_of_pages: string;
|
|
1919
|
+
go_to_first_page: string;
|
|
1920
|
+
go_to_previous_page: string;
|
|
1921
|
+
go_to_next_page: string;
|
|
1922
|
+
go_to_last_page: string;
|
|
1923
|
+
sort_in_asc: string;
|
|
1924
|
+
sort_in_desc: string;
|
|
1925
|
+
sort_a_z: string;
|
|
1926
|
+
sort_z_a: string;
|
|
1927
|
+
clear_sorting: string;
|
|
1928
|
+
reach_us_at_email: string;
|
|
1929
|
+
please_wait: string;
|
|
1930
|
+
feature_coming_soon: string;
|
|
1931
|
+
feature_coming_soon_description: string;
|
|
1932
|
+
download_all: string;
|
|
1933
|
+
entry_forms: string;
|
|
1934
|
+
tutorial: string;
|
|
1935
|
+
liveness_video: string;
|
|
1936
|
+
beta: string;
|
|
1937
|
+
reviews: string;
|
|
1938
|
+
learn_more: string;
|
|
1939
|
+
this_cannot_be_reverted: string;
|
|
1940
|
+
delete: string;
|
|
1941
|
+
cancel: string;
|
|
1942
|
+
you_have_made_changes: string;
|
|
1943
|
+
would_you_like_to_save_them: string;
|
|
1944
|
+
save: string;
|
|
1945
|
+
dont_save: string;
|
|
1946
|
+
copied_exclamation: string;
|
|
1947
|
+
search_placeholder: string;
|
|
1948
|
+
type_to_search: string;
|
|
1949
|
+
loading_more: string;
|
|
1950
|
+
no_options: string;
|
|
1951
|
+
select_option: string;
|
|
1952
|
+
clear_all: string;
|
|
1953
|
+
remove_item: string;
|
|
1954
|
+
upload_file: string;
|
|
1955
|
+
download_attachment: string;
|
|
1956
|
+
remove_file: string;
|
|
1957
|
+
open_calendar: string;
|
|
1958
|
+
clear_dates: string;
|
|
1959
|
+
select_dates: string;
|
|
1960
|
+
pick_date_range: string;
|
|
1961
|
+
from: string;
|
|
1962
|
+
to: string;
|
|
1963
|
+
pick_month: string;
|
|
1964
|
+
pick_date: string;
|
|
1965
|
+
month: string;
|
|
1966
|
+
day: string;
|
|
1967
|
+
year: string;
|
|
1968
|
+
done: string;
|
|
1969
|
+
wrong_period_of_dates: string;
|
|
1970
|
+
date_range_max_days_error_one: string;
|
|
1971
|
+
date_range_max_days_error_other: string;
|
|
1972
|
+
date_range_min_days_error_one: string;
|
|
1973
|
+
date_range_min_days_error_other: string;
|
|
1974
|
+
past_dates: string;
|
|
1975
|
+
future_dates: string;
|
|
1976
|
+
signature_placeholder_text: string;
|
|
1977
|
+
open_devices_camera: string;
|
|
1978
|
+
place_document_inside_frame: string;
|
|
1979
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
1980
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
1981
|
+
close_the_browser_re_open_it: string;
|
|
1982
|
+
camera_permissions_denied: string;
|
|
1983
|
+
camera_errors: {
|
|
1984
|
+
experiencing_camera_issues: string;
|
|
1985
|
+
chekin_cant_use_your_camera: string;
|
|
1986
|
+
please_try_a_different_browser: string;
|
|
1987
|
+
permissions_denied: string;
|
|
1988
|
+
camera_permissions_denied: string;
|
|
1989
|
+
no_camera_device_found: string;
|
|
1990
|
+
constraints_camera_error: string;
|
|
1991
|
+
safari_camera_error: string;
|
|
1992
|
+
try_chrome_or_firefox: string;
|
|
1993
|
+
};
|
|
1994
|
+
clear: string;
|
|
1995
|
+
show_less: string;
|
|
1996
|
+
show_more: string;
|
|
1997
|
+
tap_here_to_sign: string;
|
|
1998
|
+
click_here_to_sign: string;
|
|
1999
|
+
prefix: string;
|
|
2000
|
+
prefix_required: string;
|
|
2001
|
+
reset: string;
|
|
2002
|
+
show_password: string;
|
|
2003
|
+
hide_password: string;
|
|
2004
|
+
increment: string;
|
|
2005
|
+
decrement: string;
|
|
2006
|
+
create_option: string;
|
|
2007
|
+
};
|
|
2008
|
+
readonly bg: {
|
|
2009
|
+
verified: string;
|
|
2010
|
+
iv_status: {
|
|
2011
|
+
verified: string;
|
|
2012
|
+
pending: string;
|
|
2013
|
+
attention: string;
|
|
2014
|
+
};
|
|
2015
|
+
zoom_in: string;
|
|
2016
|
+
zoom_out: string;
|
|
2017
|
+
rotate: string;
|
|
2018
|
+
close: string;
|
|
2019
|
+
esc_to_close: string;
|
|
2020
|
+
play: string;
|
|
2021
|
+
pause: string;
|
|
2022
|
+
mute: string;
|
|
2023
|
+
unmute: string;
|
|
2024
|
+
enter_full_screen: string;
|
|
2025
|
+
exit_full_screen: string;
|
|
2026
|
+
video_not_supported: string;
|
|
2027
|
+
skip_forward: string;
|
|
2028
|
+
skip_backward: string;
|
|
2029
|
+
loading: string;
|
|
2030
|
+
loading_video: string;
|
|
2031
|
+
loading_data_description: string;
|
|
2032
|
+
no_results: string;
|
|
2033
|
+
nothing_found: string;
|
|
2034
|
+
save_changes: string;
|
|
2035
|
+
saved_exclamation: string;
|
|
2036
|
+
saving: string;
|
|
2037
|
+
validating: string;
|
|
2038
|
+
error: string;
|
|
2039
|
+
optional: string;
|
|
2040
|
+
search_property: string;
|
|
2041
|
+
reset_search: string;
|
|
2042
|
+
no_items_to_show: string;
|
|
2043
|
+
showing_range_of_total_items: string;
|
|
2044
|
+
rows_per_page: string;
|
|
2045
|
+
page_of_pages: string;
|
|
2046
|
+
go_to_first_page: string;
|
|
2047
|
+
go_to_previous_page: string;
|
|
2048
|
+
go_to_next_page: string;
|
|
2049
|
+
go_to_last_page: string;
|
|
2050
|
+
sort_in_asc: string;
|
|
2051
|
+
sort_in_desc: string;
|
|
2052
|
+
sort_a_z: string;
|
|
2053
|
+
sort_z_a: string;
|
|
2054
|
+
clear_sorting: string;
|
|
2055
|
+
reach_us_at_email: string;
|
|
2056
|
+
please_wait: string;
|
|
2057
|
+
feature_coming_soon: string;
|
|
2058
|
+
feature_coming_soon_description: string;
|
|
2059
|
+
download_all: string;
|
|
2060
|
+
entry_forms: string;
|
|
2061
|
+
tutorial: string;
|
|
2062
|
+
liveness_video: string;
|
|
2063
|
+
beta: string;
|
|
2064
|
+
reviews: string;
|
|
2065
|
+
learn_more: string;
|
|
2066
|
+
this_cannot_be_reverted: string;
|
|
2067
|
+
delete: string;
|
|
2068
|
+
cancel: string;
|
|
2069
|
+
you_have_made_changes: string;
|
|
2070
|
+
would_you_like_to_save_them: string;
|
|
2071
|
+
save: string;
|
|
2072
|
+
dont_save: string;
|
|
2073
|
+
copied_exclamation: string;
|
|
2074
|
+
search_placeholder: string;
|
|
2075
|
+
type_to_search: string;
|
|
2076
|
+
loading_more: string;
|
|
2077
|
+
no_options: string;
|
|
2078
|
+
select_option: string;
|
|
2079
|
+
clear_all: string;
|
|
2080
|
+
remove_item: string;
|
|
2081
|
+
upload_file: string;
|
|
2082
|
+
download_attachment: string;
|
|
2083
|
+
remove_file: string;
|
|
2084
|
+
open_calendar: string;
|
|
2085
|
+
clear_dates: string;
|
|
2086
|
+
select_dates: string;
|
|
2087
|
+
pick_date_range: string;
|
|
2088
|
+
from: string;
|
|
2089
|
+
to: string;
|
|
2090
|
+
pick_month: string;
|
|
2091
|
+
pick_date: string;
|
|
2092
|
+
month: string;
|
|
2093
|
+
day: string;
|
|
2094
|
+
year: string;
|
|
2095
|
+
done: string;
|
|
2096
|
+
wrong_period_of_dates: string;
|
|
2097
|
+
date_range_max_days_error_one: string;
|
|
2098
|
+
date_range_max_days_error_other: string;
|
|
2099
|
+
date_range_min_days_error_one: string;
|
|
2100
|
+
date_range_min_days_error_other: string;
|
|
2101
|
+
past_dates: string;
|
|
2102
|
+
future_dates: string;
|
|
2103
|
+
signature_placeholder_text: string;
|
|
2104
|
+
open_devices_camera: string;
|
|
2105
|
+
place_document_inside_frame: string;
|
|
2106
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
2107
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
2108
|
+
close_the_browser_re_open_it: string;
|
|
2109
|
+
camera_permissions_denied: string;
|
|
2110
|
+
camera_errors: {
|
|
2111
|
+
experiencing_camera_issues: string;
|
|
2112
|
+
chekin_cant_use_your_camera: string;
|
|
2113
|
+
please_try_a_different_browser: string;
|
|
2114
|
+
permissions_denied: string;
|
|
2115
|
+
camera_permissions_denied: string;
|
|
2116
|
+
no_camera_device_found: string;
|
|
2117
|
+
constraints_camera_error: string;
|
|
2118
|
+
safari_camera_error: string;
|
|
2119
|
+
try_chrome_or_firefox: string;
|
|
2120
|
+
};
|
|
2121
|
+
clear: string;
|
|
2122
|
+
show_less: string;
|
|
2123
|
+
show_more: string;
|
|
2124
|
+
tap_here_to_sign: string;
|
|
2125
|
+
click_here_to_sign: string;
|
|
2126
|
+
prefix: string;
|
|
2127
|
+
prefix_required: string;
|
|
2128
|
+
reset: string;
|
|
2129
|
+
show_password: string;
|
|
2130
|
+
hide_password: string;
|
|
2131
|
+
increment: string;
|
|
2132
|
+
decrement: string;
|
|
2133
|
+
create_option: string;
|
|
2134
|
+
};
|
|
2135
|
+
readonly pt: {
|
|
2136
|
+
verified: string;
|
|
2137
|
+
iv_status: {
|
|
2138
|
+
verified: string;
|
|
2139
|
+
pending: string;
|
|
2140
|
+
attention: string;
|
|
2141
|
+
};
|
|
2142
|
+
zoom_in: string;
|
|
2143
|
+
zoom_out: string;
|
|
2144
|
+
rotate: string;
|
|
2145
|
+
close: string;
|
|
2146
|
+
esc_to_close: string;
|
|
2147
|
+
play: string;
|
|
2148
|
+
pause: string;
|
|
2149
|
+
mute: string;
|
|
2150
|
+
unmute: string;
|
|
2151
|
+
enter_full_screen: string;
|
|
2152
|
+
exit_full_screen: string;
|
|
2153
|
+
video_not_supported: string;
|
|
2154
|
+
skip_forward: string;
|
|
2155
|
+
skip_backward: string;
|
|
2156
|
+
loading: string;
|
|
2157
|
+
loading_video: string;
|
|
2158
|
+
loading_data_description: string;
|
|
2159
|
+
no_results: string;
|
|
2160
|
+
nothing_found: string;
|
|
2161
|
+
save_changes: string;
|
|
2162
|
+
saved_exclamation: string;
|
|
2163
|
+
saving: string;
|
|
2164
|
+
validating: string;
|
|
2165
|
+
error: string;
|
|
2166
|
+
optional: string;
|
|
2167
|
+
search_property: string;
|
|
2168
|
+
reset_search: string;
|
|
2169
|
+
no_items_to_show: string;
|
|
2170
|
+
showing_range_of_total_items: string;
|
|
2171
|
+
rows_per_page: string;
|
|
2172
|
+
page_of_pages: string;
|
|
2173
|
+
go_to_first_page: string;
|
|
2174
|
+
go_to_previous_page: string;
|
|
2175
|
+
go_to_next_page: string;
|
|
2176
|
+
go_to_last_page: string;
|
|
2177
|
+
sort_in_asc: string;
|
|
2178
|
+
sort_in_desc: string;
|
|
2179
|
+
clear_sorting: string;
|
|
2180
|
+
sort_a_z: string;
|
|
2181
|
+
sort_z_a: string;
|
|
2182
|
+
reach_us_at_email: string;
|
|
2183
|
+
please_wait: string;
|
|
2184
|
+
feature_coming_soon: string;
|
|
2185
|
+
feature_coming_soon_description: string;
|
|
2186
|
+
beta: string;
|
|
2187
|
+
download_all: string;
|
|
2188
|
+
entry_forms: string;
|
|
2189
|
+
tutorial: string;
|
|
2190
|
+
liveness_video: string;
|
|
2191
|
+
reviews: string;
|
|
2192
|
+
learn_more: string;
|
|
2193
|
+
this_cannot_be_reverted: string;
|
|
2194
|
+
delete: string;
|
|
2195
|
+
cancel: string;
|
|
2196
|
+
you_have_made_changes: string;
|
|
2197
|
+
would_you_like_to_save_them: string;
|
|
2198
|
+
save: string;
|
|
2199
|
+
dont_save: string;
|
|
2200
|
+
copied_exclamation: string;
|
|
2201
|
+
search_placeholder: string;
|
|
2202
|
+
type_to_search: string;
|
|
2203
|
+
loading_more: string;
|
|
2204
|
+
no_options: string;
|
|
2205
|
+
select_option: string;
|
|
2206
|
+
clear_all: string;
|
|
2207
|
+
remove_item: string;
|
|
2208
|
+
upload_file: string;
|
|
2209
|
+
download_attachment: string;
|
|
2210
|
+
remove_file: string;
|
|
2211
|
+
open_calendar: string;
|
|
2212
|
+
clear_dates: string;
|
|
2213
|
+
select_dates: string;
|
|
2214
|
+
pick_date_range: string;
|
|
2215
|
+
from: string;
|
|
2216
|
+
to: string;
|
|
2217
|
+
pick_month: string;
|
|
2218
|
+
pick_date: string;
|
|
2219
|
+
month: string;
|
|
2220
|
+
day: string;
|
|
2221
|
+
year: string;
|
|
2222
|
+
done: string;
|
|
2223
|
+
wrong_period_of_dates: string;
|
|
2224
|
+
date_range_max_days_error_one: string;
|
|
2225
|
+
date_range_max_days_error_other: string;
|
|
2226
|
+
date_range_min_days_error_one: string;
|
|
2227
|
+
date_range_min_days_error_other: string;
|
|
2228
|
+
past_dates: string;
|
|
2229
|
+
future_dates: string;
|
|
2230
|
+
signature_placeholder_text: string;
|
|
2231
|
+
open_devices_camera: string;
|
|
2232
|
+
place_document_inside_frame: string;
|
|
2233
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
2234
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
2235
|
+
close_the_browser_re_open_it: string;
|
|
2236
|
+
camera_permissions_denied: string;
|
|
2237
|
+
camera_errors: {
|
|
2238
|
+
experiencing_camera_issues: string;
|
|
2239
|
+
chekin_cant_use_your_camera: string;
|
|
2240
|
+
please_try_a_different_browser: string;
|
|
2241
|
+
permissions_denied: string;
|
|
2242
|
+
camera_permissions_denied: string;
|
|
2243
|
+
no_camera_device_found: string;
|
|
2244
|
+
constraints_camera_error: string;
|
|
2245
|
+
safari_camera_error: string;
|
|
2246
|
+
try_chrome_or_firefox: string;
|
|
2247
|
+
};
|
|
2248
|
+
clear: string;
|
|
2249
|
+
show_less: string;
|
|
2250
|
+
show_more: string;
|
|
2251
|
+
tap_here_to_sign: string;
|
|
2252
|
+
click_here_to_sign: string;
|
|
2253
|
+
prefix: string;
|
|
2254
|
+
prefix_required: string;
|
|
2255
|
+
reset: string;
|
|
2256
|
+
show_password: string;
|
|
2257
|
+
hide_password: string;
|
|
2258
|
+
increment: string;
|
|
2259
|
+
decrement: string;
|
|
2260
|
+
create_option: string;
|
|
2261
|
+
};
|
|
2262
|
+
readonly ro: {
|
|
2263
|
+
verified: string;
|
|
2264
|
+
iv_status: {
|
|
2265
|
+
verified: string;
|
|
2266
|
+
pending: string;
|
|
2267
|
+
attention: string;
|
|
2268
|
+
};
|
|
2269
|
+
zoom_in: string;
|
|
2270
|
+
zoom_out: string;
|
|
2271
|
+
rotate: string;
|
|
2272
|
+
close: string;
|
|
2273
|
+
esc_to_close: string;
|
|
2274
|
+
play: string;
|
|
2275
|
+
pause: string;
|
|
2276
|
+
mute: string;
|
|
2277
|
+
unmute: string;
|
|
2278
|
+
enter_full_screen: string;
|
|
2279
|
+
exit_full_screen: string;
|
|
2280
|
+
video_not_supported: string;
|
|
2281
|
+
skip_forward: string;
|
|
2282
|
+
skip_backward: string;
|
|
2283
|
+
loading: string;
|
|
2284
|
+
loading_video: string;
|
|
2285
|
+
loading_data_description: string;
|
|
2286
|
+
no_results: string;
|
|
2287
|
+
nothing_found: string;
|
|
2288
|
+
save_changes: string;
|
|
2289
|
+
saved_exclamation: string;
|
|
2290
|
+
saving: string;
|
|
2291
|
+
validating: string;
|
|
2292
|
+
error: string;
|
|
2293
|
+
optional: string;
|
|
2294
|
+
search_property: string;
|
|
2295
|
+
reset_search: string;
|
|
2296
|
+
no_items_to_show: string;
|
|
2297
|
+
showing_range_of_total_items: string;
|
|
2298
|
+
rows_per_page: string;
|
|
2299
|
+
page_of_pages: string;
|
|
2300
|
+
go_to_first_page: string;
|
|
2301
|
+
go_to_previous_page: string;
|
|
2302
|
+
go_to_next_page: string;
|
|
2303
|
+
go_to_last_page: string;
|
|
2304
|
+
sort_in_asc: string;
|
|
2305
|
+
sort_in_desc: string;
|
|
2306
|
+
sort_a_z: string;
|
|
2307
|
+
sort_z_a: string;
|
|
2308
|
+
clear_sorting: string;
|
|
2309
|
+
reach_us_at_email: string;
|
|
2310
|
+
please_wait: string;
|
|
2311
|
+
feature_coming_soon: string;
|
|
2312
|
+
feature_coming_soon_description: string;
|
|
2313
|
+
download_all: string;
|
|
2314
|
+
entry_forms: string;
|
|
2315
|
+
tutorial: string;
|
|
2316
|
+
liveness_video: string;
|
|
2317
|
+
beta: string;
|
|
2318
|
+
reviews: string;
|
|
2319
|
+
learn_more: string;
|
|
2320
|
+
this_cannot_be_reverted: string;
|
|
2321
|
+
delete: string;
|
|
2322
|
+
cancel: string;
|
|
2323
|
+
you_have_made_changes: string;
|
|
2324
|
+
would_you_like_to_save_them: string;
|
|
2325
|
+
save: string;
|
|
2326
|
+
dont_save: string;
|
|
2327
|
+
copied_exclamation: string;
|
|
2328
|
+
search_placeholder: string;
|
|
2329
|
+
type_to_search: string;
|
|
2330
|
+
loading_more: string;
|
|
2331
|
+
no_options: string;
|
|
2332
|
+
select_option: string;
|
|
2333
|
+
clear_all: string;
|
|
2334
|
+
remove_item: string;
|
|
2335
|
+
upload_file: string;
|
|
2336
|
+
download_attachment: string;
|
|
2337
|
+
remove_file: string;
|
|
2338
|
+
open_calendar: string;
|
|
2339
|
+
clear_dates: string;
|
|
2340
|
+
select_dates: string;
|
|
2341
|
+
pick_date_range: string;
|
|
2342
|
+
from: string;
|
|
2343
|
+
to: string;
|
|
2344
|
+
pick_month: string;
|
|
2345
|
+
pick_date: string;
|
|
2346
|
+
month: string;
|
|
2347
|
+
day: string;
|
|
2348
|
+
year: string;
|
|
2349
|
+
done: string;
|
|
2350
|
+
wrong_period_of_dates: string;
|
|
2351
|
+
date_range_max_days_error_one: string;
|
|
2352
|
+
date_range_max_days_error_other: string;
|
|
2353
|
+
date_range_min_days_error_one: string;
|
|
2354
|
+
date_range_min_days_error_other: string;
|
|
2355
|
+
past_dates: string;
|
|
2356
|
+
future_dates: string;
|
|
2357
|
+
signature_placeholder_text: string;
|
|
2358
|
+
open_devices_camera: string;
|
|
2359
|
+
place_document_inside_frame: string;
|
|
2360
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
2361
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
2362
|
+
close_the_browser_re_open_it: string;
|
|
2363
|
+
camera_permissions_denied: string;
|
|
2364
|
+
camera_errors: {
|
|
2365
|
+
experiencing_camera_issues: string;
|
|
2366
|
+
chekin_cant_use_your_camera: string;
|
|
2367
|
+
please_try_a_different_browser: string;
|
|
2368
|
+
permissions_denied: string;
|
|
2369
|
+
camera_permissions_denied: string;
|
|
2370
|
+
no_camera_device_found: string;
|
|
2371
|
+
constraints_camera_error: string;
|
|
2372
|
+
safari_camera_error: string;
|
|
2373
|
+
try_chrome_or_firefox: string;
|
|
2374
|
+
};
|
|
2375
|
+
clear: string;
|
|
2376
|
+
show_less: string;
|
|
2377
|
+
show_more: string;
|
|
2378
|
+
tap_here_to_sign: string;
|
|
2379
|
+
click_here_to_sign: string;
|
|
2380
|
+
prefix: string;
|
|
2381
|
+
prefix_required: string;
|
|
2382
|
+
reset: string;
|
|
2383
|
+
show_password: string;
|
|
2384
|
+
hide_password: string;
|
|
2385
|
+
increment: string;
|
|
2386
|
+
decrement: string;
|
|
2387
|
+
create_option: string;
|
|
2388
|
+
};
|
|
2389
|
+
readonly et: {
|
|
2390
|
+
verified: string;
|
|
2391
|
+
iv_status: {
|
|
2392
|
+
verified: string;
|
|
2393
|
+
pending: string;
|
|
2394
|
+
attention: string;
|
|
2395
|
+
};
|
|
2396
|
+
zoom_in: string;
|
|
2397
|
+
zoom_out: string;
|
|
2398
|
+
rotate: string;
|
|
2399
|
+
close: string;
|
|
2400
|
+
esc_to_close: string;
|
|
2401
|
+
play: string;
|
|
2402
|
+
pause: string;
|
|
2403
|
+
mute: string;
|
|
2404
|
+
unmute: string;
|
|
2405
|
+
enter_full_screen: string;
|
|
2406
|
+
exit_full_screen: string;
|
|
2407
|
+
video_not_supported: string;
|
|
2408
|
+
skip_forward: string;
|
|
2409
|
+
skip_backward: string;
|
|
2410
|
+
loading: string;
|
|
2411
|
+
loading_video: string;
|
|
2412
|
+
loading_data_description: string;
|
|
2413
|
+
no_results: string;
|
|
2414
|
+
nothing_found: string;
|
|
2415
|
+
save_changes: string;
|
|
2416
|
+
saved_exclamation: string;
|
|
2417
|
+
saving: string;
|
|
2418
|
+
validating: string;
|
|
2419
|
+
error: string;
|
|
2420
|
+
optional: string;
|
|
2421
|
+
search_property: string;
|
|
2422
|
+
reset_search: string;
|
|
2423
|
+
no_items_to_show: string;
|
|
2424
|
+
showing_range_of_total_items: string;
|
|
2425
|
+
rows_per_page: string;
|
|
2426
|
+
page_of_pages: string;
|
|
2427
|
+
go_to_first_page: string;
|
|
2428
|
+
go_to_previous_page: string;
|
|
2429
|
+
go_to_next_page: string;
|
|
2430
|
+
go_to_last_page: string;
|
|
2431
|
+
sort_in_asc: string;
|
|
2432
|
+
sort_in_desc: string;
|
|
2433
|
+
sort_a_z: string;
|
|
2434
|
+
sort_z_a: string;
|
|
2435
|
+
clear_sorting: string;
|
|
2436
|
+
reach_us_at_email: string;
|
|
2437
|
+
please_wait: string;
|
|
2438
|
+
feature_coming_soon: string;
|
|
2439
|
+
feature_coming_soon_description: string;
|
|
2440
|
+
download_all: string;
|
|
2441
|
+
entry_forms: string;
|
|
2442
|
+
tutorial: string;
|
|
2443
|
+
liveness_video: string;
|
|
2444
|
+
beta: string;
|
|
2445
|
+
reviews: string;
|
|
2446
|
+
learn_more: string;
|
|
2447
|
+
this_cannot_be_reverted: string;
|
|
2448
|
+
delete: string;
|
|
2449
|
+
cancel: string;
|
|
2450
|
+
you_have_made_changes: string;
|
|
2451
|
+
would_you_like_to_save_them: string;
|
|
2452
|
+
save: string;
|
|
2453
|
+
dont_save: string;
|
|
2454
|
+
copied_exclamation: string;
|
|
2455
|
+
search_placeholder: string;
|
|
2456
|
+
type_to_search: string;
|
|
2457
|
+
loading_more: string;
|
|
2458
|
+
no_options: string;
|
|
2459
|
+
select_option: string;
|
|
2460
|
+
clear_all: string;
|
|
2461
|
+
remove_item: string;
|
|
2462
|
+
upload_file: string;
|
|
2463
|
+
download_attachment: string;
|
|
2464
|
+
remove_file: string;
|
|
2465
|
+
open_calendar: string;
|
|
2466
|
+
clear_dates: string;
|
|
2467
|
+
select_dates: string;
|
|
2468
|
+
pick_date_range: string;
|
|
2469
|
+
from: string;
|
|
2470
|
+
to: string;
|
|
2471
|
+
pick_month: string;
|
|
2472
|
+
pick_date: string;
|
|
2473
|
+
month: string;
|
|
2474
|
+
day: string;
|
|
2475
|
+
year: string;
|
|
2476
|
+
done: string;
|
|
2477
|
+
wrong_period_of_dates: string;
|
|
2478
|
+
date_range_max_days_error_one: string;
|
|
2479
|
+
date_range_max_days_error_other: string;
|
|
2480
|
+
date_range_min_days_error_one: string;
|
|
2481
|
+
date_range_min_days_error_other: string;
|
|
2482
|
+
past_dates: string;
|
|
2483
|
+
future_dates: string;
|
|
2484
|
+
signature_placeholder_text: string;
|
|
2485
|
+
open_devices_camera: string;
|
|
2486
|
+
place_document_inside_frame: string;
|
|
2487
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
2488
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
2489
|
+
close_the_browser_re_open_it: string;
|
|
2490
|
+
camera_permissions_denied: string;
|
|
2491
|
+
camera_errors: {
|
|
2492
|
+
experiencing_camera_issues: string;
|
|
2493
|
+
chekin_cant_use_your_camera: string;
|
|
2494
|
+
please_try_a_different_browser: string;
|
|
2495
|
+
permissions_denied: string;
|
|
2496
|
+
camera_permissions_denied: string;
|
|
2497
|
+
no_camera_device_found: string;
|
|
2498
|
+
constraints_camera_error: string;
|
|
2499
|
+
safari_camera_error: string;
|
|
2500
|
+
try_chrome_or_firefox: string;
|
|
2501
|
+
};
|
|
2502
|
+
clear: string;
|
|
2503
|
+
show_less: string;
|
|
2504
|
+
show_more: string;
|
|
2505
|
+
tap_here_to_sign: string;
|
|
2506
|
+
click_here_to_sign: string;
|
|
2507
|
+
prefix: string;
|
|
2508
|
+
prefix_required: string;
|
|
2509
|
+
reset: string;
|
|
2510
|
+
show_password: string;
|
|
2511
|
+
hide_password: string;
|
|
2512
|
+
increment: string;
|
|
2513
|
+
decrement: string;
|
|
2514
|
+
create_option: string;
|
|
2515
|
+
};
|
|
2516
|
+
readonly pl: {
|
|
2517
|
+
verified: string;
|
|
2518
|
+
iv_status: {
|
|
2519
|
+
verified: string;
|
|
2520
|
+
pending: string;
|
|
2521
|
+
attention: string;
|
|
2522
|
+
};
|
|
2523
|
+
zoom_in: string;
|
|
2524
|
+
zoom_out: string;
|
|
2525
|
+
rotate: string;
|
|
2526
|
+
close: string;
|
|
2527
|
+
esc_to_close: string;
|
|
2528
|
+
play: string;
|
|
2529
|
+
pause: string;
|
|
2530
|
+
mute: string;
|
|
2531
|
+
unmute: string;
|
|
2532
|
+
enter_full_screen: string;
|
|
2533
|
+
exit_full_screen: string;
|
|
2534
|
+
video_not_supported: string;
|
|
2535
|
+
skip_forward: string;
|
|
2536
|
+
skip_backward: string;
|
|
2537
|
+
loading: string;
|
|
2538
|
+
loading_video: string;
|
|
2539
|
+
loading_data_description: string;
|
|
2540
|
+
no_results: string;
|
|
2541
|
+
nothing_found: string;
|
|
2542
|
+
save_changes: string;
|
|
2543
|
+
saved_exclamation: string;
|
|
2544
|
+
saving: string;
|
|
2545
|
+
validating: string;
|
|
2546
|
+
error: string;
|
|
2547
|
+
optional: string;
|
|
2548
|
+
search_property: string;
|
|
2549
|
+
reset_search: string;
|
|
2550
|
+
no_items_to_show: string;
|
|
2551
|
+
showing_range_of_total_items: string;
|
|
2552
|
+
rows_per_page: string;
|
|
2553
|
+
page_of_pages: string;
|
|
2554
|
+
go_to_first_page: string;
|
|
2555
|
+
go_to_previous_page: string;
|
|
2556
|
+
go_to_next_page: string;
|
|
2557
|
+
go_to_last_page: string;
|
|
2558
|
+
sort_in_asc: string;
|
|
2559
|
+
sort_in_desc: string;
|
|
2560
|
+
sort_a_z: string;
|
|
2561
|
+
sort_z_a: string;
|
|
2562
|
+
clear_sorting: string;
|
|
2563
|
+
reach_us_at_email: string;
|
|
2564
|
+
please_wait: string;
|
|
2565
|
+
feature_coming_soon: string;
|
|
2566
|
+
feature_coming_soon_description: string;
|
|
2567
|
+
download_all: string;
|
|
2568
|
+
entry_forms: string;
|
|
2569
|
+
tutorial: string;
|
|
2570
|
+
liveness_video: string;
|
|
2571
|
+
beta: string;
|
|
2572
|
+
reviews: string;
|
|
2573
|
+
learn_more: string;
|
|
2574
|
+
this_cannot_be_reverted: string;
|
|
2575
|
+
delete: string;
|
|
2576
|
+
cancel: string;
|
|
2577
|
+
you_have_made_changes: string;
|
|
2578
|
+
would_you_like_to_save_them: string;
|
|
2579
|
+
save: string;
|
|
2580
|
+
dont_save: string;
|
|
2581
|
+
copied_exclamation: string;
|
|
2582
|
+
search_placeholder: string;
|
|
2583
|
+
type_to_search: string;
|
|
2584
|
+
loading_more: string;
|
|
2585
|
+
no_options: string;
|
|
2586
|
+
select_option: string;
|
|
2587
|
+
clear_all: string;
|
|
2588
|
+
remove_item: string;
|
|
2589
|
+
upload_file: string;
|
|
2590
|
+
download_attachment: string;
|
|
2591
|
+
remove_file: string;
|
|
2592
|
+
open_calendar: string;
|
|
2593
|
+
clear_dates: string;
|
|
2594
|
+
select_dates: string;
|
|
2595
|
+
pick_date_range: string;
|
|
2596
|
+
from: string;
|
|
2597
|
+
to: string;
|
|
2598
|
+
pick_month: string;
|
|
2599
|
+
pick_date: string;
|
|
2600
|
+
month: string;
|
|
2601
|
+
day: string;
|
|
2602
|
+
year: string;
|
|
2603
|
+
done: string;
|
|
2604
|
+
wrong_period_of_dates: string;
|
|
2605
|
+
date_range_max_days_error_one: string;
|
|
2606
|
+
date_range_max_days_error_other: string;
|
|
2607
|
+
date_range_min_days_error_one: string;
|
|
2608
|
+
date_range_min_days_error_other: string;
|
|
2609
|
+
past_dates: string;
|
|
2610
|
+
future_dates: string;
|
|
2611
|
+
signature_placeholder_text: string;
|
|
2612
|
+
open_devices_camera: string;
|
|
2613
|
+
place_document_inside_frame: string;
|
|
2614
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
2615
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
2616
|
+
close_the_browser_re_open_it: string;
|
|
2617
|
+
camera_permissions_denied: string;
|
|
2618
|
+
camera_errors: {
|
|
2619
|
+
experiencing_camera_issues: string;
|
|
2620
|
+
chekin_cant_use_your_camera: string;
|
|
2621
|
+
please_try_a_different_browser: string;
|
|
2622
|
+
permissions_denied: string;
|
|
2623
|
+
camera_permissions_denied: string;
|
|
2624
|
+
no_camera_device_found: string;
|
|
2625
|
+
constraints_camera_error: string;
|
|
2626
|
+
safari_camera_error: string;
|
|
2627
|
+
try_chrome_or_firefox: string;
|
|
2628
|
+
};
|
|
2629
|
+
clear: string;
|
|
2630
|
+
show_less: string;
|
|
2631
|
+
show_more: string;
|
|
2632
|
+
tap_here_to_sign: string;
|
|
2633
|
+
click_here_to_sign: string;
|
|
2634
|
+
prefix: string;
|
|
2635
|
+
prefix_required: string;
|
|
2636
|
+
reset: string;
|
|
2637
|
+
show_password: string;
|
|
2638
|
+
hide_password: string;
|
|
2639
|
+
increment: string;
|
|
2640
|
+
decrement: string;
|
|
2641
|
+
create_option: string;
|
|
2642
|
+
};
|
|
2643
|
+
readonly ca: {};
|
|
2644
|
+
readonly el: {
|
|
2645
|
+
verified: string;
|
|
2646
|
+
iv_status: {
|
|
2647
|
+
verified: string;
|
|
2648
|
+
pending: string;
|
|
2649
|
+
attention: string;
|
|
2650
|
+
};
|
|
2651
|
+
zoom_in: string;
|
|
2652
|
+
zoom_out: string;
|
|
2653
|
+
rotate: string;
|
|
2654
|
+
close: string;
|
|
2655
|
+
esc_to_close: string;
|
|
2656
|
+
play: string;
|
|
2657
|
+
pause: string;
|
|
2658
|
+
mute: string;
|
|
2659
|
+
unmute: string;
|
|
2660
|
+
enter_full_screen: string;
|
|
2661
|
+
exit_full_screen: string;
|
|
2662
|
+
video_not_supported: string;
|
|
2663
|
+
skip_forward: string;
|
|
2664
|
+
skip_backward: string;
|
|
2665
|
+
loading: string;
|
|
2666
|
+
loading_video: string;
|
|
2667
|
+
loading_data_description: string;
|
|
2668
|
+
no_results: string;
|
|
2669
|
+
nothing_found: string;
|
|
2670
|
+
save_changes: string;
|
|
2671
|
+
saved_exclamation: string;
|
|
2672
|
+
saving: string;
|
|
2673
|
+
validating: string;
|
|
2674
|
+
error: string;
|
|
2675
|
+
optional: string;
|
|
2676
|
+
search_property: string;
|
|
2677
|
+
reset_search: string;
|
|
2678
|
+
no_items_to_show: string;
|
|
2679
|
+
showing_range_of_total_items: string;
|
|
2680
|
+
rows_per_page: string;
|
|
2681
|
+
page_of_pages: string;
|
|
2682
|
+
go_to_first_page: string;
|
|
2683
|
+
go_to_previous_page: string;
|
|
2684
|
+
go_to_next_page: string;
|
|
2685
|
+
go_to_last_page: string;
|
|
2686
|
+
sort_in_asc: string;
|
|
2687
|
+
sort_in_desc: string;
|
|
2688
|
+
sort_a_z: string;
|
|
2689
|
+
sort_z_a: string;
|
|
2690
|
+
clear_sorting: string;
|
|
2691
|
+
reach_us_at_email: string;
|
|
2692
|
+
please_wait: string;
|
|
2693
|
+
feature_coming_soon: string;
|
|
2694
|
+
feature_coming_soon_description: string;
|
|
2695
|
+
download_all: string;
|
|
2696
|
+
entry_forms: string;
|
|
2697
|
+
tutorial: string;
|
|
2698
|
+
liveness_video: string;
|
|
2699
|
+
beta: string;
|
|
2700
|
+
reviews: string;
|
|
2701
|
+
learn_more: string;
|
|
2702
|
+
this_cannot_be_reverted: string;
|
|
2703
|
+
delete: string;
|
|
2704
|
+
cancel: string;
|
|
2705
|
+
you_have_made_changes: string;
|
|
2706
|
+
would_you_like_to_save_them: string;
|
|
2707
|
+
save: string;
|
|
2708
|
+
dont_save: string;
|
|
2709
|
+
copied_exclamation: string;
|
|
2710
|
+
search_placeholder: string;
|
|
2711
|
+
type_to_search: string;
|
|
2712
|
+
loading_more: string;
|
|
2713
|
+
no_options: string;
|
|
2714
|
+
select_option: string;
|
|
2715
|
+
clear_all: string;
|
|
2716
|
+
remove_item: string;
|
|
2717
|
+
upload_file: string;
|
|
2718
|
+
download_attachment: string;
|
|
2719
|
+
remove_file: string;
|
|
2720
|
+
open_calendar: string;
|
|
2721
|
+
clear_dates: string;
|
|
2722
|
+
select_dates: string;
|
|
2723
|
+
pick_date_range: string;
|
|
2724
|
+
from: string;
|
|
2725
|
+
to: string;
|
|
2726
|
+
pick_month: string;
|
|
2727
|
+
pick_date: string;
|
|
2728
|
+
month: string;
|
|
2729
|
+
day: string;
|
|
2730
|
+
year: string;
|
|
2731
|
+
done: string;
|
|
2732
|
+
wrong_period_of_dates: string;
|
|
2733
|
+
date_range_max_days_error_one: string;
|
|
2734
|
+
date_range_max_days_error_other: string;
|
|
2735
|
+
date_range_min_days_error_one: string;
|
|
2736
|
+
date_range_min_days_error_other: string;
|
|
2737
|
+
past_dates: string;
|
|
2738
|
+
future_dates: string;
|
|
2739
|
+
signature_placeholder_text: string;
|
|
2740
|
+
open_devices_camera: string;
|
|
2741
|
+
place_document_inside_frame: string;
|
|
2742
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
2743
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
2744
|
+
close_the_browser_re_open_it: string;
|
|
2745
|
+
camera_permissions_denied: string;
|
|
2746
|
+
camera_errors: {
|
|
2747
|
+
experiencing_camera_issues: string;
|
|
2748
|
+
chekin_cant_use_your_camera: string;
|
|
2749
|
+
please_try_a_different_browser: string;
|
|
2750
|
+
permissions_denied: string;
|
|
2751
|
+
camera_permissions_denied: string;
|
|
2752
|
+
no_camera_device_found: string;
|
|
2753
|
+
constraints_camera_error: string;
|
|
2754
|
+
safari_camera_error: string;
|
|
2755
|
+
try_chrome_or_firefox: string;
|
|
2756
|
+
};
|
|
2757
|
+
clear: string;
|
|
2758
|
+
show_less: string;
|
|
2759
|
+
show_more: string;
|
|
2760
|
+
tap_here_to_sign: string;
|
|
2761
|
+
click_here_to_sign: string;
|
|
2762
|
+
prefix: string;
|
|
2763
|
+
prefix_required: string;
|
|
2764
|
+
reset: string;
|
|
2765
|
+
show_password: string;
|
|
2766
|
+
hide_password: string;
|
|
2767
|
+
increment: string;
|
|
2768
|
+
decrement: string;
|
|
2769
|
+
create_option: string;
|
|
2770
|
+
};
|
|
2771
|
+
readonly uk: {
|
|
2772
|
+
verified: string;
|
|
2773
|
+
iv_status: {
|
|
2774
|
+
verified: string;
|
|
2775
|
+
pending: string;
|
|
2776
|
+
attention: string;
|
|
2777
|
+
};
|
|
2778
|
+
zoom_in: string;
|
|
2779
|
+
zoom_out: string;
|
|
2780
|
+
rotate: string;
|
|
2781
|
+
close: string;
|
|
2782
|
+
esc_to_close: string;
|
|
2783
|
+
play: string;
|
|
2784
|
+
pause: string;
|
|
2785
|
+
mute: string;
|
|
2786
|
+
unmute: string;
|
|
2787
|
+
enter_full_screen: string;
|
|
2788
|
+
exit_full_screen: string;
|
|
2789
|
+
video_not_supported: string;
|
|
2790
|
+
skip_forward: string;
|
|
2791
|
+
skip_backward: string;
|
|
2792
|
+
loading: string;
|
|
2793
|
+
loading_video: string;
|
|
2794
|
+
loading_data_description: string;
|
|
2795
|
+
no_results: string;
|
|
2796
|
+
nothing_found: string;
|
|
2797
|
+
save_changes: string;
|
|
2798
|
+
saved_exclamation: string;
|
|
2799
|
+
saving: string;
|
|
2800
|
+
validating: string;
|
|
2801
|
+
error: string;
|
|
2802
|
+
optional: string;
|
|
2803
|
+
search_property: string;
|
|
2804
|
+
reset_search: string;
|
|
2805
|
+
no_items_to_show: string;
|
|
2806
|
+
showing_range_of_total_items: string;
|
|
2807
|
+
rows_per_page: string;
|
|
2808
|
+
page_of_pages: string;
|
|
2809
|
+
go_to_first_page: string;
|
|
2810
|
+
go_to_previous_page: string;
|
|
2811
|
+
go_to_next_page: string;
|
|
2812
|
+
go_to_last_page: string;
|
|
2813
|
+
sort_in_asc: string;
|
|
2814
|
+
sort_in_desc: string;
|
|
2815
|
+
sort_a_z: string;
|
|
2816
|
+
sort_z_a: string;
|
|
2817
|
+
clear_sorting: string;
|
|
2818
|
+
reach_us_at_email: string;
|
|
2819
|
+
please_wait: string;
|
|
2820
|
+
feature_coming_soon: string;
|
|
2821
|
+
feature_coming_soon_description: string;
|
|
2822
|
+
download_all: string;
|
|
2823
|
+
entry_forms: string;
|
|
2824
|
+
tutorial: string;
|
|
2825
|
+
liveness_video: string;
|
|
2826
|
+
beta: string;
|
|
2827
|
+
reviews: string;
|
|
2828
|
+
learn_more: string;
|
|
2829
|
+
this_cannot_be_reverted: string;
|
|
2830
|
+
delete: string;
|
|
2831
|
+
cancel: string;
|
|
2832
|
+
you_have_made_changes: string;
|
|
2833
|
+
would_you_like_to_save_them: string;
|
|
2834
|
+
save: string;
|
|
2835
|
+
dont_save: string;
|
|
2836
|
+
copied_exclamation: string;
|
|
2837
|
+
search_placeholder: string;
|
|
2838
|
+
type_to_search: string;
|
|
2839
|
+
loading_more: string;
|
|
2840
|
+
no_options: string;
|
|
2841
|
+
select_option: string;
|
|
2842
|
+
clear_all: string;
|
|
2843
|
+
remove_item: string;
|
|
2844
|
+
upload_file: string;
|
|
2845
|
+
download_attachment: string;
|
|
2846
|
+
remove_file: string;
|
|
2847
|
+
open_calendar: string;
|
|
2848
|
+
clear_dates: string;
|
|
2849
|
+
select_dates: string;
|
|
2850
|
+
pick_date_range: string;
|
|
2851
|
+
from: string;
|
|
2852
|
+
to: string;
|
|
2853
|
+
pick_month: string;
|
|
2854
|
+
pick_date: string;
|
|
2855
|
+
month: string;
|
|
2856
|
+
day: string;
|
|
2857
|
+
year: string;
|
|
2858
|
+
done: string;
|
|
2859
|
+
wrong_period_of_dates: string;
|
|
2860
|
+
date_range_max_days_error_one: string;
|
|
2861
|
+
date_range_max_days_error_other: string;
|
|
2862
|
+
date_range_min_days_error_one: string;
|
|
2863
|
+
date_range_min_days_error_other: string;
|
|
2864
|
+
past_dates: string;
|
|
2865
|
+
future_dates: string;
|
|
2866
|
+
signature_placeholder_text: string;
|
|
2867
|
+
open_devices_camera: string;
|
|
2868
|
+
place_document_inside_frame: string;
|
|
2869
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
2870
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
2871
|
+
close_the_browser_re_open_it: string;
|
|
2872
|
+
camera_permissions_denied: string;
|
|
2873
|
+
camera_errors: {
|
|
2874
|
+
experiencing_camera_issues: string;
|
|
2875
|
+
chekin_cant_use_your_camera: string;
|
|
2876
|
+
please_try_a_different_browser: string;
|
|
2877
|
+
permissions_denied: string;
|
|
2878
|
+
camera_permissions_denied: string;
|
|
2879
|
+
no_camera_device_found: string;
|
|
2880
|
+
constraints_camera_error: string;
|
|
2881
|
+
safari_camera_error: string;
|
|
2882
|
+
try_chrome_or_firefox: string;
|
|
2883
|
+
};
|
|
2884
|
+
clear: string;
|
|
2885
|
+
show_less: string;
|
|
2886
|
+
show_more: string;
|
|
2887
|
+
tap_here_to_sign: string;
|
|
2888
|
+
click_here_to_sign: string;
|
|
2889
|
+
prefix: string;
|
|
2890
|
+
prefix_required: string;
|
|
2891
|
+
reset: string;
|
|
2892
|
+
show_password: string;
|
|
2893
|
+
hide_password: string;
|
|
2894
|
+
increment: string;
|
|
2895
|
+
decrement: string;
|
|
2896
|
+
create_option: string;
|
|
2897
|
+
};
|
|
2898
|
+
};
|
|
2899
|
+
declare const uiKitI18nResources: {
|
|
2900
|
+
readonly en: {
|
|
2901
|
+
readonly translation: {
|
|
2902
|
+
verified: string;
|
|
2903
|
+
iv_status: {
|
|
2904
|
+
verified: string;
|
|
2905
|
+
pending: string;
|
|
2906
|
+
attention: string;
|
|
2907
|
+
};
|
|
2908
|
+
zoom_in: string;
|
|
2909
|
+
zoom_out: string;
|
|
2910
|
+
rotate: string;
|
|
2911
|
+
close: string;
|
|
2912
|
+
esc_to_close: string;
|
|
2913
|
+
play: string;
|
|
2914
|
+
pause: string;
|
|
2915
|
+
mute: string;
|
|
2916
|
+
unmute: string;
|
|
2917
|
+
enter_full_screen: string;
|
|
2918
|
+
exit_full_screen: string;
|
|
2919
|
+
video_not_supported: string;
|
|
2920
|
+
skip_forward: string;
|
|
2921
|
+
skip_backward: string;
|
|
2922
|
+
loading: string;
|
|
2923
|
+
loading_video: string;
|
|
2924
|
+
loading_data_description: string;
|
|
2925
|
+
no_results: string;
|
|
2926
|
+
nothing_found: string;
|
|
2927
|
+
save_changes: string;
|
|
2928
|
+
saved_exclamation: string;
|
|
2929
|
+
saving: string;
|
|
2930
|
+
validating: string;
|
|
2931
|
+
error: string;
|
|
2932
|
+
optional: string;
|
|
2933
|
+
search_property: string;
|
|
2934
|
+
reset_search: string;
|
|
2935
|
+
no_items_to_show: string;
|
|
2936
|
+
showing_range_of_total_items: string;
|
|
2937
|
+
rows_per_page: string;
|
|
2938
|
+
page_of_pages: string;
|
|
2939
|
+
go_to_first_page: string;
|
|
2940
|
+
go_to_previous_page: string;
|
|
2941
|
+
go_to_next_page: string;
|
|
2942
|
+
go_to_last_page: string;
|
|
2943
|
+
sort_in_asc: string;
|
|
2944
|
+
sort_in_desc: string;
|
|
2945
|
+
sort_a_z: string;
|
|
2946
|
+
sort_z_a: string;
|
|
2947
|
+
clear_sorting: string;
|
|
2948
|
+
reach_us_at_email: string;
|
|
2949
|
+
please_wait: string;
|
|
2950
|
+
feature_coming_soon: string;
|
|
2951
|
+
feature_coming_soon_description: string;
|
|
2952
|
+
download_all: string;
|
|
2953
|
+
entry_forms: string;
|
|
2954
|
+
tutorial: string;
|
|
2955
|
+
liveness_video: string;
|
|
2956
|
+
beta: string;
|
|
2957
|
+
reviews: string;
|
|
2958
|
+
learn_more: string;
|
|
2959
|
+
this_cannot_be_reverted: string;
|
|
2960
|
+
delete: string;
|
|
2961
|
+
cancel: string;
|
|
2962
|
+
you_have_made_changes: string;
|
|
2963
|
+
would_you_like_to_save_them: string;
|
|
2964
|
+
save: string;
|
|
2965
|
+
dont_save: string;
|
|
2966
|
+
copied_exclamation: string;
|
|
2967
|
+
search_placeholder: string;
|
|
2968
|
+
type_to_search: string;
|
|
2969
|
+
loading_more: string;
|
|
2970
|
+
no_options: string;
|
|
2971
|
+
select_option: string;
|
|
2972
|
+
clear_all: string;
|
|
2973
|
+
remove_item: string;
|
|
2974
|
+
upload_file: string;
|
|
2975
|
+
download_attachment: string;
|
|
2976
|
+
remove_file: string;
|
|
2977
|
+
open_calendar: string;
|
|
2978
|
+
clear_dates: string;
|
|
2979
|
+
select_dates: string;
|
|
2980
|
+
pick_date_range: string;
|
|
2981
|
+
from: string;
|
|
2982
|
+
to: string;
|
|
2983
|
+
pick_month: string;
|
|
2984
|
+
pick_date: string;
|
|
2985
|
+
month: string;
|
|
2986
|
+
day: string;
|
|
2987
|
+
year: string;
|
|
2988
|
+
done: string;
|
|
2989
|
+
wrong_period_of_dates: string;
|
|
2990
|
+
date_range_max_days_error_one: string;
|
|
2991
|
+
date_range_max_days_error_other: string;
|
|
2992
|
+
date_range_min_days_error_one: string;
|
|
2993
|
+
date_range_min_days_error_other: string;
|
|
2994
|
+
past_dates: string;
|
|
2995
|
+
future_dates: string;
|
|
2996
|
+
signature_placeholder_text: string;
|
|
2997
|
+
open_devices_camera: string;
|
|
2998
|
+
place_document_inside_frame: string;
|
|
2999
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
3000
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
3001
|
+
close_the_browser_re_open_it: string;
|
|
3002
|
+
camera_permissions_denied: string;
|
|
3003
|
+
camera_errors: {
|
|
3004
|
+
experiencing_camera_issues: string;
|
|
3005
|
+
chekin_cant_use_your_camera: string;
|
|
3006
|
+
please_try_a_different_browser: string;
|
|
3007
|
+
permissions_denied: string;
|
|
3008
|
+
camera_permissions_denied: string;
|
|
3009
|
+
no_camera_device_found: string;
|
|
3010
|
+
constraints_camera_error: string;
|
|
3011
|
+
safari_camera_error: string;
|
|
3012
|
+
try_chrome_or_firefox: string;
|
|
3013
|
+
};
|
|
3014
|
+
clear: string;
|
|
3015
|
+
show_less: string;
|
|
3016
|
+
show_more: string;
|
|
3017
|
+
tap_here_to_sign: string;
|
|
3018
|
+
click_here_to_sign: string;
|
|
3019
|
+
prefix: string;
|
|
3020
|
+
prefix_required: string;
|
|
3021
|
+
reset: string;
|
|
3022
|
+
show_password: string;
|
|
3023
|
+
hide_password: string;
|
|
3024
|
+
increment: string;
|
|
3025
|
+
decrement: string;
|
|
3026
|
+
create_option: string;
|
|
3027
|
+
};
|
|
3028
|
+
};
|
|
3029
|
+
readonly es: {
|
|
3030
|
+
readonly translation: {
|
|
3031
|
+
verified: string;
|
|
3032
|
+
iv_status: {
|
|
3033
|
+
verified: string;
|
|
3034
|
+
pending: string;
|
|
3035
|
+
attention: string;
|
|
3036
|
+
};
|
|
3037
|
+
zoom_in: string;
|
|
3038
|
+
zoom_out: string;
|
|
3039
|
+
rotate: string;
|
|
3040
|
+
close: string;
|
|
3041
|
+
esc_to_close: string;
|
|
3042
|
+
play: string;
|
|
3043
|
+
pause: string;
|
|
3044
|
+
mute: string;
|
|
3045
|
+
unmute: string;
|
|
3046
|
+
enter_full_screen: string;
|
|
3047
|
+
exit_full_screen: string;
|
|
3048
|
+
video_not_supported: string;
|
|
3049
|
+
skip_forward: string;
|
|
3050
|
+
skip_backward: string;
|
|
3051
|
+
loading: string;
|
|
3052
|
+
loading_video: string;
|
|
3053
|
+
loading_data_description: string;
|
|
3054
|
+
no_results: string;
|
|
3055
|
+
nothing_found: string;
|
|
3056
|
+
save_changes: string;
|
|
3057
|
+
saved_exclamation: string;
|
|
3058
|
+
saving: string;
|
|
3059
|
+
validating: string;
|
|
3060
|
+
error: string;
|
|
3061
|
+
optional: string;
|
|
3062
|
+
search_property: string;
|
|
3063
|
+
reset_search: string;
|
|
3064
|
+
no_items_to_show: string;
|
|
3065
|
+
showing_range_of_total_items: string;
|
|
3066
|
+
rows_per_page: string;
|
|
3067
|
+
page_of_pages: string;
|
|
3068
|
+
go_to_first_page: string;
|
|
3069
|
+
go_to_previous_page: string;
|
|
3070
|
+
go_to_next_page: string;
|
|
3071
|
+
go_to_last_page: string;
|
|
3072
|
+
sort_in_asc: string;
|
|
3073
|
+
sort_in_desc: string;
|
|
3074
|
+
clear_sorting: string;
|
|
3075
|
+
sort_a_z: string;
|
|
3076
|
+
sort_z_a: string;
|
|
3077
|
+
reach_us_at_email: string;
|
|
3078
|
+
please_wait: string;
|
|
3079
|
+
feature_coming_soon: string;
|
|
3080
|
+
feature_coming_soon_description: string;
|
|
3081
|
+
beta: string;
|
|
3082
|
+
download_all: string;
|
|
3083
|
+
entry_forms: string;
|
|
3084
|
+
tutorial: string;
|
|
3085
|
+
liveness_video: string;
|
|
3086
|
+
reviews: string;
|
|
3087
|
+
learn_more: string;
|
|
3088
|
+
this_cannot_be_reverted: string;
|
|
3089
|
+
delete: string;
|
|
3090
|
+
cancel: string;
|
|
3091
|
+
you_have_made_changes: string;
|
|
3092
|
+
would_you_like_to_save_them: string;
|
|
3093
|
+
save: string;
|
|
3094
|
+
dont_save: string;
|
|
3095
|
+
copied_exclamation: string;
|
|
3096
|
+
search_placeholder: string;
|
|
3097
|
+
type_to_search: string;
|
|
3098
|
+
loading_more: string;
|
|
3099
|
+
no_options: string;
|
|
3100
|
+
select_option: string;
|
|
3101
|
+
clear_all: string;
|
|
3102
|
+
remove_item: string;
|
|
3103
|
+
upload_file: string;
|
|
3104
|
+
download_attachment: string;
|
|
3105
|
+
remove_file: string;
|
|
3106
|
+
open_calendar: string;
|
|
3107
|
+
clear_dates: string;
|
|
3108
|
+
select_dates: string;
|
|
3109
|
+
pick_date_range: string;
|
|
3110
|
+
from: string;
|
|
3111
|
+
to: string;
|
|
3112
|
+
pick_month: string;
|
|
3113
|
+
pick_date: string;
|
|
3114
|
+
month: string;
|
|
3115
|
+
day: string;
|
|
3116
|
+
year: string;
|
|
3117
|
+
done: string;
|
|
3118
|
+
wrong_period_of_dates: string;
|
|
3119
|
+
date_range_max_days_error_one: string;
|
|
3120
|
+
date_range_max_days_error_other: string;
|
|
3121
|
+
date_range_min_days_error_one: string;
|
|
3122
|
+
date_range_min_days_error_other: string;
|
|
3123
|
+
past_dates: string;
|
|
3124
|
+
future_dates: string;
|
|
3125
|
+
signature_placeholder_text: string;
|
|
3126
|
+
open_devices_camera: string;
|
|
3127
|
+
place_document_inside_frame: string;
|
|
3128
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
3129
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
3130
|
+
close_the_browser_re_open_it: string;
|
|
3131
|
+
camera_permissions_denied: string;
|
|
3132
|
+
camera_errors: {
|
|
3133
|
+
experiencing_camera_issues: string;
|
|
3134
|
+
chekin_cant_use_your_camera: string;
|
|
3135
|
+
please_try_a_different_browser: string;
|
|
3136
|
+
permissions_denied: string;
|
|
3137
|
+
camera_permissions_denied: string;
|
|
3138
|
+
no_camera_device_found: string;
|
|
3139
|
+
constraints_camera_error: string;
|
|
3140
|
+
safari_camera_error: string;
|
|
3141
|
+
try_chrome_or_firefox: string;
|
|
3142
|
+
};
|
|
3143
|
+
clear: string;
|
|
3144
|
+
show_less: string;
|
|
3145
|
+
show_more: string;
|
|
3146
|
+
tap_here_to_sign: string;
|
|
3147
|
+
click_here_to_sign: string;
|
|
3148
|
+
prefix: string;
|
|
3149
|
+
prefix_required: string;
|
|
3150
|
+
reset: string;
|
|
3151
|
+
show_password: string;
|
|
3152
|
+
hide_password: string;
|
|
3153
|
+
increment: string;
|
|
3154
|
+
decrement: string;
|
|
3155
|
+
create_option: string;
|
|
3156
|
+
};
|
|
3157
|
+
};
|
|
3158
|
+
readonly it: {
|
|
3159
|
+
readonly translation: {
|
|
3160
|
+
verified: string;
|
|
3161
|
+
iv_status: {
|
|
3162
|
+
verified: string;
|
|
3163
|
+
pending: string;
|
|
3164
|
+
attention: string;
|
|
3165
|
+
};
|
|
3166
|
+
zoom_in: string;
|
|
3167
|
+
zoom_out: string;
|
|
3168
|
+
rotate: string;
|
|
3169
|
+
close: string;
|
|
3170
|
+
esc_to_close: string;
|
|
3171
|
+
play: string;
|
|
3172
|
+
pause: string;
|
|
3173
|
+
mute: string;
|
|
3174
|
+
unmute: string;
|
|
3175
|
+
enter_full_screen: string;
|
|
3176
|
+
exit_full_screen: string;
|
|
3177
|
+
video_not_supported: string;
|
|
3178
|
+
skip_forward: string;
|
|
3179
|
+
skip_backward: string;
|
|
3180
|
+
loading: string;
|
|
3181
|
+
loading_video: string;
|
|
3182
|
+
loading_data_description: string;
|
|
3183
|
+
no_results: string;
|
|
3184
|
+
nothing_found: string;
|
|
3185
|
+
save_changes: string;
|
|
3186
|
+
saved_exclamation: string;
|
|
3187
|
+
saving: string;
|
|
3188
|
+
validating: string;
|
|
3189
|
+
error: string;
|
|
3190
|
+
optional: string;
|
|
3191
|
+
search_property: string;
|
|
3192
|
+
reset_search: string;
|
|
3193
|
+
no_items_to_show: string;
|
|
3194
|
+
showing_range_of_total_items: string;
|
|
3195
|
+
rows_per_page: string;
|
|
3196
|
+
page_of_pages: string;
|
|
3197
|
+
go_to_first_page: string;
|
|
3198
|
+
go_to_previous_page: string;
|
|
3199
|
+
go_to_next_page: string;
|
|
3200
|
+
go_to_last_page: string;
|
|
3201
|
+
sort_in_asc: string;
|
|
3202
|
+
sort_in_desc: string;
|
|
3203
|
+
clear_sorting: string;
|
|
3204
|
+
sort_a_z: string;
|
|
3205
|
+
sort_z_a: string;
|
|
3206
|
+
reach_us_at_email: string;
|
|
3207
|
+
please_wait: string;
|
|
3208
|
+
feature_coming_soon: string;
|
|
3209
|
+
feature_coming_soon_description: string;
|
|
3210
|
+
beta: string;
|
|
3211
|
+
download_all: string;
|
|
3212
|
+
entry_forms: string;
|
|
3213
|
+
tutorial: string;
|
|
3214
|
+
liveness_video: string;
|
|
3215
|
+
reviews: string;
|
|
3216
|
+
learn_more: string;
|
|
3217
|
+
this_cannot_be_reverted: string;
|
|
3218
|
+
delete: string;
|
|
3219
|
+
cancel: string;
|
|
3220
|
+
you_have_made_changes: string;
|
|
3221
|
+
would_you_like_to_save_them: string;
|
|
3222
|
+
save: string;
|
|
3223
|
+
dont_save: string;
|
|
3224
|
+
copied_exclamation: string;
|
|
3225
|
+
search_placeholder: string;
|
|
3226
|
+
type_to_search: string;
|
|
3227
|
+
loading_more: string;
|
|
3228
|
+
no_options: string;
|
|
3229
|
+
select_option: string;
|
|
3230
|
+
clear_all: string;
|
|
3231
|
+
remove_item: string;
|
|
3232
|
+
upload_file: string;
|
|
3233
|
+
download_attachment: string;
|
|
3234
|
+
remove_file: string;
|
|
3235
|
+
open_calendar: string;
|
|
3236
|
+
clear_dates: string;
|
|
3237
|
+
select_dates: string;
|
|
3238
|
+
pick_date_range: string;
|
|
3239
|
+
from: string;
|
|
3240
|
+
to: string;
|
|
3241
|
+
pick_month: string;
|
|
3242
|
+
pick_date: string;
|
|
3243
|
+
month: string;
|
|
3244
|
+
day: string;
|
|
3245
|
+
year: string;
|
|
3246
|
+
done: string;
|
|
3247
|
+
wrong_period_of_dates: string;
|
|
3248
|
+
date_range_max_days_error_one: string;
|
|
3249
|
+
date_range_max_days_error_other: string;
|
|
3250
|
+
date_range_min_days_error_one: string;
|
|
3251
|
+
date_range_min_days_error_other: string;
|
|
3252
|
+
past_dates: string;
|
|
3253
|
+
future_dates: string;
|
|
3254
|
+
signature_placeholder_text: string;
|
|
3255
|
+
open_devices_camera: string;
|
|
3256
|
+
place_document_inside_frame: string;
|
|
3257
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
3258
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
3259
|
+
close_the_browser_re_open_it: string;
|
|
3260
|
+
camera_permissions_denied: string;
|
|
3261
|
+
camera_errors: {
|
|
3262
|
+
experiencing_camera_issues: string;
|
|
3263
|
+
chekin_cant_use_your_camera: string;
|
|
3264
|
+
please_try_a_different_browser: string;
|
|
3265
|
+
permissions_denied: string;
|
|
3266
|
+
camera_permissions_denied: string;
|
|
3267
|
+
no_camera_device_found: string;
|
|
3268
|
+
constraints_camera_error: string;
|
|
3269
|
+
safari_camera_error: string;
|
|
3270
|
+
try_chrome_or_firefox: string;
|
|
3271
|
+
};
|
|
3272
|
+
clear: string;
|
|
3273
|
+
show_less: string;
|
|
3274
|
+
show_more: string;
|
|
3275
|
+
tap_here_to_sign: string;
|
|
3276
|
+
click_here_to_sign: string;
|
|
3277
|
+
prefix: string;
|
|
3278
|
+
prefix_required: string;
|
|
3279
|
+
reset: string;
|
|
3280
|
+
show_password: string;
|
|
3281
|
+
hide_password: string;
|
|
3282
|
+
increment: string;
|
|
3283
|
+
decrement: string;
|
|
3284
|
+
create_option: string;
|
|
3285
|
+
};
|
|
3286
|
+
};
|
|
3287
|
+
readonly de: {
|
|
3288
|
+
readonly translation: {
|
|
3289
|
+
verified: string;
|
|
3290
|
+
iv_status: {
|
|
3291
|
+
verified: string;
|
|
3292
|
+
pending: string;
|
|
3293
|
+
attention: string;
|
|
3294
|
+
};
|
|
3295
|
+
zoom_in: string;
|
|
3296
|
+
zoom_out: string;
|
|
3297
|
+
rotate: string;
|
|
3298
|
+
close: string;
|
|
3299
|
+
esc_to_close: string;
|
|
3300
|
+
play: string;
|
|
3301
|
+
pause: string;
|
|
3302
|
+
mute: string;
|
|
3303
|
+
unmute: string;
|
|
3304
|
+
enter_full_screen: string;
|
|
3305
|
+
exit_full_screen: string;
|
|
3306
|
+
video_not_supported: string;
|
|
3307
|
+
skip_forward: string;
|
|
3308
|
+
skip_backward: string;
|
|
3309
|
+
loading: string;
|
|
3310
|
+
loading_video: string;
|
|
3311
|
+
loading_data_description: string;
|
|
3312
|
+
no_results: string;
|
|
3313
|
+
nothing_found: string;
|
|
3314
|
+
save_changes: string;
|
|
3315
|
+
saved_exclamation: string;
|
|
3316
|
+
saving: string;
|
|
3317
|
+
validating: string;
|
|
3318
|
+
error: string;
|
|
3319
|
+
optional: string;
|
|
3320
|
+
search_property: string;
|
|
3321
|
+
reset_search: string;
|
|
3322
|
+
no_items_to_show: string;
|
|
3323
|
+
showing_range_of_total_items: string;
|
|
3324
|
+
rows_per_page: string;
|
|
3325
|
+
page_of_pages: string;
|
|
3326
|
+
go_to_first_page: string;
|
|
3327
|
+
go_to_previous_page: string;
|
|
3328
|
+
go_to_next_page: string;
|
|
3329
|
+
go_to_last_page: string;
|
|
3330
|
+
sort_in_asc: string;
|
|
3331
|
+
sort_in_desc: string;
|
|
3332
|
+
clear_sorting: string;
|
|
3333
|
+
sort_a_z: string;
|
|
3334
|
+
sort_z_a: string;
|
|
3335
|
+
reach_us_at_email: string;
|
|
3336
|
+
please_wait: string;
|
|
3337
|
+
feature_coming_soon: string;
|
|
3338
|
+
feature_coming_soon_description: string;
|
|
3339
|
+
beta: string;
|
|
3340
|
+
download_all: string;
|
|
3341
|
+
entry_forms: string;
|
|
3342
|
+
tutorial: string;
|
|
3343
|
+
liveness_video: string;
|
|
3344
|
+
reviews: string;
|
|
3345
|
+
learn_more: string;
|
|
3346
|
+
this_cannot_be_reverted: string;
|
|
3347
|
+
delete: string;
|
|
3348
|
+
cancel: string;
|
|
3349
|
+
you_have_made_changes: string;
|
|
3350
|
+
would_you_like_to_save_them: string;
|
|
3351
|
+
save: string;
|
|
3352
|
+
dont_save: string;
|
|
3353
|
+
copied_exclamation: string;
|
|
3354
|
+
search_placeholder: string;
|
|
3355
|
+
type_to_search: string;
|
|
3356
|
+
loading_more: string;
|
|
3357
|
+
no_options: string;
|
|
3358
|
+
select_option: string;
|
|
3359
|
+
clear_all: string;
|
|
3360
|
+
remove_item: string;
|
|
3361
|
+
upload_file: string;
|
|
3362
|
+
download_attachment: string;
|
|
3363
|
+
remove_file: string;
|
|
3364
|
+
open_calendar: string;
|
|
3365
|
+
clear_dates: string;
|
|
3366
|
+
select_dates: string;
|
|
3367
|
+
pick_date_range: string;
|
|
3368
|
+
from: string;
|
|
3369
|
+
to: string;
|
|
3370
|
+
pick_month: string;
|
|
3371
|
+
pick_date: string;
|
|
3372
|
+
month: string;
|
|
3373
|
+
day: string;
|
|
3374
|
+
year: string;
|
|
3375
|
+
done: string;
|
|
3376
|
+
wrong_period_of_dates: string;
|
|
3377
|
+
date_range_max_days_error_one: string;
|
|
3378
|
+
date_range_max_days_error_other: string;
|
|
3379
|
+
date_range_min_days_error_one: string;
|
|
3380
|
+
date_range_min_days_error_other: string;
|
|
3381
|
+
past_dates: string;
|
|
3382
|
+
future_dates: string;
|
|
3383
|
+
signature_placeholder_text: string;
|
|
3384
|
+
open_devices_camera: string;
|
|
3385
|
+
place_document_inside_frame: string;
|
|
3386
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
3387
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
3388
|
+
close_the_browser_re_open_it: string;
|
|
3389
|
+
camera_permissions_denied: string;
|
|
3390
|
+
camera_errors: {
|
|
3391
|
+
experiencing_camera_issues: string;
|
|
3392
|
+
chekin_cant_use_your_camera: string;
|
|
3393
|
+
please_try_a_different_browser: string;
|
|
3394
|
+
permissions_denied: string;
|
|
3395
|
+
camera_permissions_denied: string;
|
|
3396
|
+
no_camera_device_found: string;
|
|
3397
|
+
constraints_camera_error: string;
|
|
3398
|
+
safari_camera_error: string;
|
|
3399
|
+
try_chrome_or_firefox: string;
|
|
3400
|
+
};
|
|
3401
|
+
clear: string;
|
|
3402
|
+
show_less: string;
|
|
3403
|
+
show_more: string;
|
|
3404
|
+
tap_here_to_sign: string;
|
|
3405
|
+
click_here_to_sign: string;
|
|
3406
|
+
prefix: string;
|
|
3407
|
+
prefix_required: string;
|
|
3408
|
+
reset: string;
|
|
3409
|
+
show_password: string;
|
|
3410
|
+
hide_password: string;
|
|
3411
|
+
increment: string;
|
|
3412
|
+
decrement: string;
|
|
3413
|
+
create_option: string;
|
|
3414
|
+
};
|
|
3415
|
+
};
|
|
3416
|
+
readonly fr: {
|
|
3417
|
+
readonly translation: {
|
|
3418
|
+
verified: string;
|
|
3419
|
+
iv_status: {
|
|
3420
|
+
verified: string;
|
|
3421
|
+
pending: string;
|
|
3422
|
+
attention: string;
|
|
3423
|
+
};
|
|
3424
|
+
zoom_in: string;
|
|
3425
|
+
zoom_out: string;
|
|
3426
|
+
rotate: string;
|
|
3427
|
+
close: string;
|
|
3428
|
+
esc_to_close: string;
|
|
3429
|
+
play: string;
|
|
3430
|
+
pause: string;
|
|
3431
|
+
mute: string;
|
|
3432
|
+
unmute: string;
|
|
3433
|
+
enter_full_screen: string;
|
|
3434
|
+
exit_full_screen: string;
|
|
3435
|
+
video_not_supported: string;
|
|
3436
|
+
skip_forward: string;
|
|
3437
|
+
skip_backward: string;
|
|
3438
|
+
loading: string;
|
|
3439
|
+
loading_video: string;
|
|
3440
|
+
loading_data_description: string;
|
|
3441
|
+
no_results: string;
|
|
3442
|
+
nothing_found: string;
|
|
3443
|
+
save_changes: string;
|
|
3444
|
+
saved_exclamation: string;
|
|
3445
|
+
saving: string;
|
|
3446
|
+
validating: string;
|
|
3447
|
+
error: string;
|
|
3448
|
+
optional: string;
|
|
3449
|
+
search_property: string;
|
|
3450
|
+
reset_search: string;
|
|
3451
|
+
no_items_to_show: string;
|
|
3452
|
+
showing_range_of_total_items: string;
|
|
3453
|
+
rows_per_page: string;
|
|
3454
|
+
page_of_pages: string;
|
|
3455
|
+
go_to_first_page: string;
|
|
3456
|
+
go_to_previous_page: string;
|
|
3457
|
+
go_to_next_page: string;
|
|
3458
|
+
go_to_last_page: string;
|
|
3459
|
+
sort_in_asc: string;
|
|
3460
|
+
sort_in_desc: string;
|
|
3461
|
+
clear_sorting: string;
|
|
3462
|
+
sort_a_z: string;
|
|
3463
|
+
sort_z_a: string;
|
|
3464
|
+
reach_us_at_email: string;
|
|
3465
|
+
please_wait: string;
|
|
3466
|
+
feature_coming_soon: string;
|
|
3467
|
+
feature_coming_soon_description: string;
|
|
3468
|
+
beta: string;
|
|
3469
|
+
download_all: string;
|
|
3470
|
+
entry_forms: string;
|
|
3471
|
+
tutorial: string;
|
|
3472
|
+
liveness_video: string;
|
|
3473
|
+
reviews: string;
|
|
3474
|
+
learn_more: string;
|
|
3475
|
+
this_cannot_be_reverted: string;
|
|
3476
|
+
delete: string;
|
|
3477
|
+
cancel: string;
|
|
3478
|
+
you_have_made_changes: string;
|
|
3479
|
+
would_you_like_to_save_them: string;
|
|
3480
|
+
save: string;
|
|
3481
|
+
dont_save: string;
|
|
3482
|
+
copied_exclamation: string;
|
|
3483
|
+
search_placeholder: string;
|
|
3484
|
+
type_to_search: string;
|
|
3485
|
+
loading_more: string;
|
|
3486
|
+
no_options: string;
|
|
3487
|
+
select_option: string;
|
|
3488
|
+
clear_all: string;
|
|
3489
|
+
remove_item: string;
|
|
3490
|
+
upload_file: string;
|
|
3491
|
+
download_attachment: string;
|
|
3492
|
+
remove_file: string;
|
|
3493
|
+
open_calendar: string;
|
|
3494
|
+
clear_dates: string;
|
|
3495
|
+
select_dates: string;
|
|
3496
|
+
pick_date_range: string;
|
|
3497
|
+
from: string;
|
|
3498
|
+
to: string;
|
|
3499
|
+
pick_month: string;
|
|
3500
|
+
pick_date: string;
|
|
3501
|
+
month: string;
|
|
3502
|
+
day: string;
|
|
3503
|
+
year: string;
|
|
3504
|
+
done: string;
|
|
3505
|
+
wrong_period_of_dates: string;
|
|
3506
|
+
date_range_max_days_error_one: string;
|
|
3507
|
+
date_range_max_days_error_other: string;
|
|
3508
|
+
date_range_min_days_error_one: string;
|
|
3509
|
+
date_range_min_days_error_other: string;
|
|
3510
|
+
past_dates: string;
|
|
3511
|
+
future_dates: string;
|
|
3512
|
+
signature_placeholder_text: string;
|
|
3513
|
+
open_devices_camera: string;
|
|
3514
|
+
place_document_inside_frame: string;
|
|
3515
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
3516
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
3517
|
+
close_the_browser_re_open_it: string;
|
|
3518
|
+
camera_permissions_denied: string;
|
|
3519
|
+
camera_errors: {
|
|
3520
|
+
experiencing_camera_issues: string;
|
|
3521
|
+
chekin_cant_use_your_camera: string;
|
|
3522
|
+
please_try_a_different_browser: string;
|
|
3523
|
+
permissions_denied: string;
|
|
3524
|
+
camera_permissions_denied: string;
|
|
3525
|
+
no_camera_device_found: string;
|
|
3526
|
+
constraints_camera_error: string;
|
|
3527
|
+
safari_camera_error: string;
|
|
3528
|
+
try_chrome_or_firefox: string;
|
|
3529
|
+
};
|
|
3530
|
+
clear: string;
|
|
3531
|
+
show_less: string;
|
|
3532
|
+
show_more: string;
|
|
3533
|
+
tap_here_to_sign: string;
|
|
3534
|
+
click_here_to_sign: string;
|
|
3535
|
+
prefix: string;
|
|
3536
|
+
prefix_required: string;
|
|
3537
|
+
reset: string;
|
|
3538
|
+
show_password: string;
|
|
3539
|
+
hide_password: string;
|
|
3540
|
+
increment: string;
|
|
3541
|
+
decrement: string;
|
|
3542
|
+
create_option: string;
|
|
3543
|
+
};
|
|
3544
|
+
};
|
|
3545
|
+
readonly nl: {
|
|
3546
|
+
readonly translation: {
|
|
3547
|
+
verified: string;
|
|
3548
|
+
iv_status: {
|
|
3549
|
+
verified: string;
|
|
3550
|
+
pending: string;
|
|
3551
|
+
attention: string;
|
|
3552
|
+
};
|
|
3553
|
+
zoom_in: string;
|
|
3554
|
+
zoom_out: string;
|
|
3555
|
+
rotate: string;
|
|
3556
|
+
close: string;
|
|
3557
|
+
esc_to_close: string;
|
|
3558
|
+
play: string;
|
|
3559
|
+
pause: string;
|
|
3560
|
+
mute: string;
|
|
3561
|
+
unmute: string;
|
|
3562
|
+
enter_full_screen: string;
|
|
3563
|
+
exit_full_screen: string;
|
|
3564
|
+
video_not_supported: string;
|
|
3565
|
+
skip_forward: string;
|
|
3566
|
+
skip_backward: string;
|
|
3567
|
+
loading: string;
|
|
3568
|
+
loading_video: string;
|
|
3569
|
+
loading_data_description: string;
|
|
3570
|
+
no_results: string;
|
|
3571
|
+
nothing_found: string;
|
|
3572
|
+
save_changes: string;
|
|
3573
|
+
saved_exclamation: string;
|
|
3574
|
+
saving: string;
|
|
3575
|
+
validating: string;
|
|
3576
|
+
error: string;
|
|
3577
|
+
optional: string;
|
|
3578
|
+
search_property: string;
|
|
3579
|
+
reset_search: string;
|
|
3580
|
+
no_items_to_show: string;
|
|
3581
|
+
showing_range_of_total_items: string;
|
|
3582
|
+
rows_per_page: string;
|
|
3583
|
+
page_of_pages: string;
|
|
3584
|
+
go_to_first_page: string;
|
|
3585
|
+
go_to_previous_page: string;
|
|
3586
|
+
go_to_next_page: string;
|
|
3587
|
+
go_to_last_page: string;
|
|
3588
|
+
sort_in_asc: string;
|
|
3589
|
+
sort_in_desc: string;
|
|
3590
|
+
sort_a_z: string;
|
|
3591
|
+
sort_z_a: string;
|
|
3592
|
+
clear_sorting: string;
|
|
3593
|
+
reach_us_at_email: string;
|
|
3594
|
+
please_wait: string;
|
|
3595
|
+
feature_coming_soon: string;
|
|
3596
|
+
feature_coming_soon_description: string;
|
|
3597
|
+
download_all: string;
|
|
3598
|
+
entry_forms: string;
|
|
3599
|
+
tutorial: string;
|
|
3600
|
+
liveness_video: string;
|
|
3601
|
+
beta: string;
|
|
3602
|
+
reviews: string;
|
|
3603
|
+
learn_more: string;
|
|
3604
|
+
this_cannot_be_reverted: string;
|
|
3605
|
+
delete: string;
|
|
3606
|
+
cancel: string;
|
|
3607
|
+
you_have_made_changes: string;
|
|
3608
|
+
would_you_like_to_save_them: string;
|
|
3609
|
+
save: string;
|
|
3610
|
+
dont_save: string;
|
|
3611
|
+
copied_exclamation: string;
|
|
3612
|
+
search_placeholder: string;
|
|
3613
|
+
type_to_search: string;
|
|
3614
|
+
loading_more: string;
|
|
3615
|
+
no_options: string;
|
|
3616
|
+
select_option: string;
|
|
3617
|
+
clear_all: string;
|
|
3618
|
+
remove_item: string;
|
|
3619
|
+
upload_file: string;
|
|
3620
|
+
download_attachment: string;
|
|
3621
|
+
remove_file: string;
|
|
3622
|
+
open_calendar: string;
|
|
3623
|
+
clear_dates: string;
|
|
3624
|
+
select_dates: string;
|
|
3625
|
+
pick_date_range: string;
|
|
3626
|
+
from: string;
|
|
3627
|
+
to: string;
|
|
3628
|
+
pick_month: string;
|
|
3629
|
+
pick_date: string;
|
|
3630
|
+
month: string;
|
|
3631
|
+
day: string;
|
|
3632
|
+
year: string;
|
|
3633
|
+
done: string;
|
|
3634
|
+
wrong_period_of_dates: string;
|
|
3635
|
+
date_range_max_days_error_one: string;
|
|
3636
|
+
date_range_max_days_error_other: string;
|
|
3637
|
+
date_range_min_days_error_one: string;
|
|
3638
|
+
date_range_min_days_error_other: string;
|
|
3639
|
+
past_dates: string;
|
|
3640
|
+
future_dates: string;
|
|
3641
|
+
signature_placeholder_text: string;
|
|
3642
|
+
open_devices_camera: string;
|
|
3643
|
+
place_document_inside_frame: string;
|
|
3644
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
3645
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
3646
|
+
close_the_browser_re_open_it: string;
|
|
3647
|
+
camera_permissions_denied: string;
|
|
3648
|
+
camera_errors: {
|
|
3649
|
+
experiencing_camera_issues: string;
|
|
3650
|
+
chekin_cant_use_your_camera: string;
|
|
3651
|
+
please_try_a_different_browser: string;
|
|
3652
|
+
permissions_denied: string;
|
|
3653
|
+
camera_permissions_denied: string;
|
|
3654
|
+
no_camera_device_found: string;
|
|
3655
|
+
constraints_camera_error: string;
|
|
3656
|
+
safari_camera_error: string;
|
|
3657
|
+
try_chrome_or_firefox: string;
|
|
3658
|
+
};
|
|
3659
|
+
clear: string;
|
|
3660
|
+
show_less: string;
|
|
3661
|
+
show_more: string;
|
|
3662
|
+
tap_here_to_sign: string;
|
|
3663
|
+
click_here_to_sign: string;
|
|
3664
|
+
prefix: string;
|
|
3665
|
+
prefix_required: string;
|
|
3666
|
+
reset: string;
|
|
3667
|
+
show_password: string;
|
|
3668
|
+
hide_password: string;
|
|
3669
|
+
increment: string;
|
|
3670
|
+
decrement: string;
|
|
3671
|
+
create_option: string;
|
|
3672
|
+
};
|
|
3673
|
+
};
|
|
3674
|
+
readonly ko: {
|
|
3675
|
+
readonly translation: {
|
|
3676
|
+
verified: string;
|
|
3677
|
+
iv_status: {
|
|
3678
|
+
verified: string;
|
|
3679
|
+
pending: string;
|
|
3680
|
+
attention: string;
|
|
3681
|
+
};
|
|
3682
|
+
zoom_in: string;
|
|
3683
|
+
zoom_out: string;
|
|
3684
|
+
rotate: string;
|
|
3685
|
+
close: string;
|
|
3686
|
+
esc_to_close: string;
|
|
3687
|
+
play: string;
|
|
3688
|
+
pause: string;
|
|
3689
|
+
mute: string;
|
|
3690
|
+
unmute: string;
|
|
3691
|
+
enter_full_screen: string;
|
|
3692
|
+
exit_full_screen: string;
|
|
3693
|
+
video_not_supported: string;
|
|
3694
|
+
skip_forward: string;
|
|
3695
|
+
skip_backward: string;
|
|
3696
|
+
loading: string;
|
|
3697
|
+
loading_video: string;
|
|
3698
|
+
loading_data_description: string;
|
|
3699
|
+
no_results: string;
|
|
3700
|
+
nothing_found: string;
|
|
3701
|
+
save_changes: string;
|
|
3702
|
+
saved_exclamation: string;
|
|
3703
|
+
saving: string;
|
|
3704
|
+
validating: string;
|
|
3705
|
+
error: string;
|
|
3706
|
+
optional: string;
|
|
3707
|
+
search_property: string;
|
|
3708
|
+
reset_search: string;
|
|
3709
|
+
no_items_to_show: string;
|
|
3710
|
+
showing_range_of_total_items: string;
|
|
3711
|
+
rows_per_page: string;
|
|
3712
|
+
page_of_pages: string;
|
|
3713
|
+
go_to_first_page: string;
|
|
3714
|
+
go_to_previous_page: string;
|
|
3715
|
+
go_to_next_page: string;
|
|
3716
|
+
go_to_last_page: string;
|
|
3717
|
+
sort_in_asc: string;
|
|
3718
|
+
sort_in_desc: string;
|
|
3719
|
+
sort_a_z: string;
|
|
3720
|
+
sort_z_a: string;
|
|
3721
|
+
clear_sorting: string;
|
|
3722
|
+
reach_us_at_email: string;
|
|
3723
|
+
please_wait: string;
|
|
3724
|
+
feature_coming_soon: string;
|
|
3725
|
+
feature_coming_soon_description: string;
|
|
3726
|
+
download_all: string;
|
|
3727
|
+
entry_forms: string;
|
|
3728
|
+
tutorial: string;
|
|
3729
|
+
liveness_video: string;
|
|
3730
|
+
beta: string;
|
|
3731
|
+
reviews: string;
|
|
3732
|
+
learn_more: string;
|
|
3733
|
+
this_cannot_be_reverted: string;
|
|
3734
|
+
delete: string;
|
|
3735
|
+
cancel: string;
|
|
3736
|
+
you_have_made_changes: string;
|
|
3737
|
+
would_you_like_to_save_them: string;
|
|
3738
|
+
save: string;
|
|
3739
|
+
dont_save: string;
|
|
3740
|
+
copied_exclamation: string;
|
|
3741
|
+
search_placeholder: string;
|
|
3742
|
+
type_to_search: string;
|
|
3743
|
+
loading_more: string;
|
|
3744
|
+
no_options: string;
|
|
3745
|
+
select_option: string;
|
|
3746
|
+
clear_all: string;
|
|
3747
|
+
remove_item: string;
|
|
3748
|
+
upload_file: string;
|
|
3749
|
+
download_attachment: string;
|
|
3750
|
+
remove_file: string;
|
|
3751
|
+
open_calendar: string;
|
|
3752
|
+
clear_dates: string;
|
|
3753
|
+
select_dates: string;
|
|
3754
|
+
pick_date_range: string;
|
|
3755
|
+
from: string;
|
|
3756
|
+
to: string;
|
|
3757
|
+
pick_month: string;
|
|
3758
|
+
pick_date: string;
|
|
3759
|
+
month: string;
|
|
3760
|
+
day: string;
|
|
3761
|
+
year: string;
|
|
3762
|
+
done: string;
|
|
3763
|
+
wrong_period_of_dates: string;
|
|
3764
|
+
date_range_max_days_error_one: string;
|
|
3765
|
+
date_range_max_days_error_other: string;
|
|
3766
|
+
date_range_min_days_error_one: string;
|
|
3767
|
+
date_range_min_days_error_other: string;
|
|
3768
|
+
past_dates: string;
|
|
3769
|
+
future_dates: string;
|
|
3770
|
+
signature_placeholder_text: string;
|
|
3771
|
+
open_devices_camera: string;
|
|
3772
|
+
place_document_inside_frame: string;
|
|
3773
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
3774
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
3775
|
+
close_the_browser_re_open_it: string;
|
|
3776
|
+
camera_permissions_denied: string;
|
|
3777
|
+
camera_errors: {
|
|
3778
|
+
experiencing_camera_issues: string;
|
|
3779
|
+
chekin_cant_use_your_camera: string;
|
|
3780
|
+
please_try_a_different_browser: string;
|
|
3781
|
+
permissions_denied: string;
|
|
3782
|
+
camera_permissions_denied: string;
|
|
3783
|
+
no_camera_device_found: string;
|
|
3784
|
+
constraints_camera_error: string;
|
|
3785
|
+
safari_camera_error: string;
|
|
3786
|
+
try_chrome_or_firefox: string;
|
|
3787
|
+
};
|
|
3788
|
+
clear: string;
|
|
3789
|
+
show_less: string;
|
|
3790
|
+
show_more: string;
|
|
3791
|
+
tap_here_to_sign: string;
|
|
3792
|
+
click_here_to_sign: string;
|
|
3793
|
+
prefix: string;
|
|
3794
|
+
prefix_required: string;
|
|
3795
|
+
reset: string;
|
|
3796
|
+
show_password: string;
|
|
3797
|
+
hide_password: string;
|
|
3798
|
+
increment: string;
|
|
3799
|
+
decrement: string;
|
|
3800
|
+
create_option: string;
|
|
3801
|
+
};
|
|
3802
|
+
};
|
|
3803
|
+
readonly hu: {
|
|
3804
|
+
readonly translation: {
|
|
3805
|
+
verified: string;
|
|
3806
|
+
iv_status: {
|
|
3807
|
+
verified: string;
|
|
3808
|
+
pending: string;
|
|
3809
|
+
attention: string;
|
|
3810
|
+
};
|
|
3811
|
+
zoom_in: string;
|
|
3812
|
+
zoom_out: string;
|
|
3813
|
+
rotate: string;
|
|
3814
|
+
close: string;
|
|
3815
|
+
esc_to_close: string;
|
|
3816
|
+
play: string;
|
|
3817
|
+
pause: string;
|
|
3818
|
+
mute: string;
|
|
3819
|
+
unmute: string;
|
|
3820
|
+
enter_full_screen: string;
|
|
3821
|
+
exit_full_screen: string;
|
|
3822
|
+
video_not_supported: string;
|
|
3823
|
+
skip_forward: string;
|
|
3824
|
+
skip_backward: string;
|
|
3825
|
+
loading: string;
|
|
3826
|
+
loading_video: string;
|
|
3827
|
+
loading_data_description: string;
|
|
3828
|
+
no_results: string;
|
|
3829
|
+
nothing_found: string;
|
|
3830
|
+
save_changes: string;
|
|
3831
|
+
saved_exclamation: string;
|
|
3832
|
+
saving: string;
|
|
3833
|
+
validating: string;
|
|
3834
|
+
error: string;
|
|
3835
|
+
optional: string;
|
|
3836
|
+
search_property: string;
|
|
3837
|
+
reset_search: string;
|
|
3838
|
+
no_items_to_show: string;
|
|
3839
|
+
showing_range_of_total_items: string;
|
|
3840
|
+
rows_per_page: string;
|
|
3841
|
+
page_of_pages: string;
|
|
3842
|
+
go_to_first_page: string;
|
|
3843
|
+
go_to_previous_page: string;
|
|
3844
|
+
go_to_next_page: string;
|
|
3845
|
+
go_to_last_page: string;
|
|
3846
|
+
sort_in_asc: string;
|
|
3847
|
+
sort_in_desc: string;
|
|
3848
|
+
sort_a_z: string;
|
|
3849
|
+
sort_z_a: string;
|
|
3850
|
+
clear_sorting: string;
|
|
3851
|
+
reach_us_at_email: string;
|
|
3852
|
+
please_wait: string;
|
|
3853
|
+
feature_coming_soon: string;
|
|
3854
|
+
feature_coming_soon_description: string;
|
|
3855
|
+
download_all: string;
|
|
3856
|
+
entry_forms: string;
|
|
3857
|
+
tutorial: string;
|
|
3858
|
+
liveness_video: string;
|
|
3859
|
+
beta: string;
|
|
3860
|
+
reviews: string;
|
|
3861
|
+
learn_more: string;
|
|
3862
|
+
this_cannot_be_reverted: string;
|
|
3863
|
+
delete: string;
|
|
3864
|
+
cancel: string;
|
|
3865
|
+
you_have_made_changes: string;
|
|
3866
|
+
would_you_like_to_save_them: string;
|
|
3867
|
+
save: string;
|
|
3868
|
+
dont_save: string;
|
|
3869
|
+
copied_exclamation: string;
|
|
3870
|
+
search_placeholder: string;
|
|
3871
|
+
type_to_search: string;
|
|
3872
|
+
loading_more: string;
|
|
3873
|
+
no_options: string;
|
|
3874
|
+
select_option: string;
|
|
3875
|
+
clear_all: string;
|
|
3876
|
+
remove_item: string;
|
|
3877
|
+
upload_file: string;
|
|
3878
|
+
download_attachment: string;
|
|
3879
|
+
remove_file: string;
|
|
3880
|
+
open_calendar: string;
|
|
3881
|
+
clear_dates: string;
|
|
3882
|
+
select_dates: string;
|
|
3883
|
+
pick_date_range: string;
|
|
3884
|
+
from: string;
|
|
3885
|
+
to: string;
|
|
3886
|
+
pick_month: string;
|
|
3887
|
+
pick_date: string;
|
|
3888
|
+
month: string;
|
|
3889
|
+
day: string;
|
|
3890
|
+
year: string;
|
|
3891
|
+
done: string;
|
|
3892
|
+
wrong_period_of_dates: string;
|
|
3893
|
+
date_range_max_days_error_one: string;
|
|
3894
|
+
date_range_max_days_error_other: string;
|
|
3895
|
+
date_range_min_days_error_one: string;
|
|
3896
|
+
date_range_min_days_error_other: string;
|
|
3897
|
+
past_dates: string;
|
|
3898
|
+
future_dates: string;
|
|
3899
|
+
signature_placeholder_text: string;
|
|
3900
|
+
open_devices_camera: string;
|
|
3901
|
+
place_document_inside_frame: string;
|
|
3902
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
3903
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
3904
|
+
close_the_browser_re_open_it: string;
|
|
3905
|
+
camera_permissions_denied: string;
|
|
3906
|
+
camera_errors: {
|
|
3907
|
+
experiencing_camera_issues: string;
|
|
3908
|
+
chekin_cant_use_your_camera: string;
|
|
3909
|
+
please_try_a_different_browser: string;
|
|
3910
|
+
permissions_denied: string;
|
|
3911
|
+
camera_permissions_denied: string;
|
|
3912
|
+
no_camera_device_found: string;
|
|
3913
|
+
constraints_camera_error: string;
|
|
3914
|
+
safari_camera_error: string;
|
|
3915
|
+
try_chrome_or_firefox: string;
|
|
3916
|
+
};
|
|
3917
|
+
clear: string;
|
|
3918
|
+
show_less: string;
|
|
3919
|
+
show_more: string;
|
|
3920
|
+
tap_here_to_sign: string;
|
|
3921
|
+
click_here_to_sign: string;
|
|
3922
|
+
prefix: string;
|
|
3923
|
+
prefix_required: string;
|
|
3924
|
+
reset: string;
|
|
3925
|
+
show_password: string;
|
|
3926
|
+
hide_password: string;
|
|
3927
|
+
increment: string;
|
|
3928
|
+
decrement: string;
|
|
3929
|
+
create_option: string;
|
|
3930
|
+
};
|
|
3931
|
+
};
|
|
3932
|
+
readonly ru: {
|
|
3933
|
+
readonly translation: {
|
|
3934
|
+
verified: string;
|
|
3935
|
+
iv_status: {
|
|
3936
|
+
verified: string;
|
|
3937
|
+
pending: string;
|
|
3938
|
+
attention: string;
|
|
3939
|
+
};
|
|
3940
|
+
zoom_in: string;
|
|
3941
|
+
zoom_out: string;
|
|
3942
|
+
rotate: string;
|
|
3943
|
+
close: string;
|
|
3944
|
+
esc_to_close: string;
|
|
3945
|
+
play: string;
|
|
3946
|
+
pause: string;
|
|
3947
|
+
mute: string;
|
|
3948
|
+
unmute: string;
|
|
3949
|
+
enter_full_screen: string;
|
|
3950
|
+
exit_full_screen: string;
|
|
3951
|
+
video_not_supported: string;
|
|
3952
|
+
skip_forward: string;
|
|
3953
|
+
skip_backward: string;
|
|
3954
|
+
loading: string;
|
|
3955
|
+
loading_video: string;
|
|
3956
|
+
loading_data_description: string;
|
|
3957
|
+
no_results: string;
|
|
3958
|
+
nothing_found: string;
|
|
3959
|
+
save_changes: string;
|
|
3960
|
+
saved_exclamation: string;
|
|
3961
|
+
saving: string;
|
|
3962
|
+
validating: string;
|
|
3963
|
+
error: string;
|
|
3964
|
+
optional: string;
|
|
3965
|
+
search_property: string;
|
|
3966
|
+
reset_search: string;
|
|
3967
|
+
no_items_to_show: string;
|
|
3968
|
+
showing_range_of_total_items: string;
|
|
3969
|
+
rows_per_page: string;
|
|
3970
|
+
page_of_pages: string;
|
|
3971
|
+
go_to_first_page: string;
|
|
3972
|
+
go_to_previous_page: string;
|
|
3973
|
+
go_to_next_page: string;
|
|
3974
|
+
go_to_last_page: string;
|
|
3975
|
+
sort_in_asc: string;
|
|
3976
|
+
sort_in_desc: string;
|
|
3977
|
+
sort_a_z: string;
|
|
3978
|
+
sort_z_a: string;
|
|
3979
|
+
clear_sorting: string;
|
|
3980
|
+
reach_us_at_email: string;
|
|
3981
|
+
please_wait: string;
|
|
3982
|
+
feature_coming_soon: string;
|
|
3983
|
+
feature_coming_soon_description: string;
|
|
3984
|
+
download_all: string;
|
|
3985
|
+
entry_forms: string;
|
|
3986
|
+
tutorial: string;
|
|
3987
|
+
liveness_video: string;
|
|
3988
|
+
beta: string;
|
|
3989
|
+
reviews: string;
|
|
3990
|
+
learn_more: string;
|
|
3991
|
+
this_cannot_be_reverted: string;
|
|
3992
|
+
delete: string;
|
|
3993
|
+
cancel: string;
|
|
3994
|
+
you_have_made_changes: string;
|
|
3995
|
+
would_you_like_to_save_them: string;
|
|
3996
|
+
save: string;
|
|
3997
|
+
dont_save: string;
|
|
3998
|
+
copied_exclamation: string;
|
|
3999
|
+
search_placeholder: string;
|
|
4000
|
+
type_to_search: string;
|
|
4001
|
+
loading_more: string;
|
|
4002
|
+
no_options: string;
|
|
4003
|
+
select_option: string;
|
|
4004
|
+
clear_all: string;
|
|
4005
|
+
remove_item: string;
|
|
4006
|
+
upload_file: string;
|
|
4007
|
+
download_attachment: string;
|
|
4008
|
+
remove_file: string;
|
|
4009
|
+
open_calendar: string;
|
|
4010
|
+
clear_dates: string;
|
|
4011
|
+
select_dates: string;
|
|
4012
|
+
pick_date_range: string;
|
|
4013
|
+
from: string;
|
|
4014
|
+
to: string;
|
|
4015
|
+
pick_month: string;
|
|
4016
|
+
pick_date: string;
|
|
4017
|
+
month: string;
|
|
4018
|
+
day: string;
|
|
4019
|
+
year: string;
|
|
4020
|
+
done: string;
|
|
4021
|
+
wrong_period_of_dates: string;
|
|
4022
|
+
date_range_max_days_error_one: string;
|
|
4023
|
+
date_range_max_days_error_other: string;
|
|
4024
|
+
date_range_min_days_error_one: string;
|
|
4025
|
+
date_range_min_days_error_other: string;
|
|
4026
|
+
past_dates: string;
|
|
4027
|
+
future_dates: string;
|
|
4028
|
+
signature_placeholder_text: string;
|
|
4029
|
+
open_devices_camera: string;
|
|
4030
|
+
place_document_inside_frame: string;
|
|
4031
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
4032
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
4033
|
+
close_the_browser_re_open_it: string;
|
|
4034
|
+
camera_permissions_denied: string;
|
|
4035
|
+
camera_errors: {
|
|
4036
|
+
experiencing_camera_issues: string;
|
|
4037
|
+
chekin_cant_use_your_camera: string;
|
|
4038
|
+
please_try_a_different_browser: string;
|
|
4039
|
+
permissions_denied: string;
|
|
4040
|
+
camera_permissions_denied: string;
|
|
4041
|
+
no_camera_device_found: string;
|
|
4042
|
+
constraints_camera_error: string;
|
|
4043
|
+
safari_camera_error: string;
|
|
4044
|
+
try_chrome_or_firefox: string;
|
|
4045
|
+
};
|
|
4046
|
+
clear: string;
|
|
4047
|
+
show_less: string;
|
|
4048
|
+
show_more: string;
|
|
4049
|
+
tap_here_to_sign: string;
|
|
4050
|
+
click_here_to_sign: string;
|
|
4051
|
+
prefix: string;
|
|
4052
|
+
prefix_required: string;
|
|
4053
|
+
reset: string;
|
|
4054
|
+
show_password: string;
|
|
4055
|
+
hide_password: string;
|
|
4056
|
+
increment: string;
|
|
4057
|
+
decrement: string;
|
|
4058
|
+
create_option: string;
|
|
4059
|
+
};
|
|
4060
|
+
};
|
|
4061
|
+
readonly cs: {
|
|
4062
|
+
readonly translation: {
|
|
4063
|
+
verified: string;
|
|
4064
|
+
iv_status: {
|
|
4065
|
+
verified: string;
|
|
4066
|
+
pending: string;
|
|
4067
|
+
attention: string;
|
|
4068
|
+
};
|
|
4069
|
+
zoom_in: string;
|
|
4070
|
+
zoom_out: string;
|
|
4071
|
+
rotate: string;
|
|
4072
|
+
close: string;
|
|
4073
|
+
esc_to_close: string;
|
|
4074
|
+
play: string;
|
|
4075
|
+
pause: string;
|
|
4076
|
+
mute: string;
|
|
4077
|
+
unmute: string;
|
|
4078
|
+
enter_full_screen: string;
|
|
4079
|
+
exit_full_screen: string;
|
|
4080
|
+
video_not_supported: string;
|
|
4081
|
+
skip_forward: string;
|
|
4082
|
+
skip_backward: string;
|
|
4083
|
+
loading: string;
|
|
4084
|
+
loading_video: string;
|
|
4085
|
+
loading_data_description: string;
|
|
4086
|
+
no_results: string;
|
|
4087
|
+
nothing_found: string;
|
|
4088
|
+
save_changes: string;
|
|
4089
|
+
saved_exclamation: string;
|
|
4090
|
+
saving: string;
|
|
4091
|
+
validating: string;
|
|
4092
|
+
error: string;
|
|
4093
|
+
optional: string;
|
|
4094
|
+
search_property: string;
|
|
4095
|
+
reset_search: string;
|
|
4096
|
+
no_items_to_show: string;
|
|
4097
|
+
showing_range_of_total_items: string;
|
|
4098
|
+
rows_per_page: string;
|
|
4099
|
+
page_of_pages: string;
|
|
4100
|
+
go_to_first_page: string;
|
|
4101
|
+
go_to_previous_page: string;
|
|
4102
|
+
go_to_next_page: string;
|
|
4103
|
+
go_to_last_page: string;
|
|
4104
|
+
sort_in_asc: string;
|
|
4105
|
+
sort_in_desc: string;
|
|
4106
|
+
sort_a_z: string;
|
|
4107
|
+
sort_z_a: string;
|
|
4108
|
+
clear_sorting: string;
|
|
4109
|
+
reach_us_at_email: string;
|
|
4110
|
+
please_wait: string;
|
|
4111
|
+
feature_coming_soon: string;
|
|
4112
|
+
feature_coming_soon_description: string;
|
|
4113
|
+
download_all: string;
|
|
4114
|
+
entry_forms: string;
|
|
4115
|
+
tutorial: string;
|
|
4116
|
+
liveness_video: string;
|
|
4117
|
+
beta: string;
|
|
4118
|
+
reviews: string;
|
|
4119
|
+
learn_more: string;
|
|
4120
|
+
this_cannot_be_reverted: string;
|
|
4121
|
+
delete: string;
|
|
4122
|
+
cancel: string;
|
|
4123
|
+
you_have_made_changes: string;
|
|
4124
|
+
would_you_like_to_save_them: string;
|
|
4125
|
+
save: string;
|
|
4126
|
+
dont_save: string;
|
|
4127
|
+
copied_exclamation: string;
|
|
4128
|
+
search_placeholder: string;
|
|
4129
|
+
type_to_search: string;
|
|
4130
|
+
loading_more: string;
|
|
4131
|
+
no_options: string;
|
|
4132
|
+
select_option: string;
|
|
4133
|
+
clear_all: string;
|
|
4134
|
+
remove_item: string;
|
|
4135
|
+
upload_file: string;
|
|
4136
|
+
download_attachment: string;
|
|
4137
|
+
remove_file: string;
|
|
4138
|
+
open_calendar: string;
|
|
4139
|
+
clear_dates: string;
|
|
4140
|
+
select_dates: string;
|
|
4141
|
+
pick_date_range: string;
|
|
4142
|
+
from: string;
|
|
4143
|
+
to: string;
|
|
4144
|
+
pick_month: string;
|
|
4145
|
+
pick_date: string;
|
|
4146
|
+
month: string;
|
|
4147
|
+
day: string;
|
|
4148
|
+
year: string;
|
|
4149
|
+
done: string;
|
|
4150
|
+
wrong_period_of_dates: string;
|
|
4151
|
+
date_range_max_days_error_one: string;
|
|
4152
|
+
date_range_max_days_error_other: string;
|
|
4153
|
+
date_range_min_days_error_one: string;
|
|
4154
|
+
date_range_min_days_error_other: string;
|
|
4155
|
+
past_dates: string;
|
|
4156
|
+
future_dates: string;
|
|
4157
|
+
signature_placeholder_text: string;
|
|
4158
|
+
open_devices_camera: string;
|
|
4159
|
+
place_document_inside_frame: string;
|
|
4160
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
4161
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
4162
|
+
close_the_browser_re_open_it: string;
|
|
4163
|
+
camera_permissions_denied: string;
|
|
4164
|
+
camera_errors: {
|
|
4165
|
+
experiencing_camera_issues: string;
|
|
4166
|
+
chekin_cant_use_your_camera: string;
|
|
4167
|
+
please_try_a_different_browser: string;
|
|
4168
|
+
permissions_denied: string;
|
|
4169
|
+
camera_permissions_denied: string;
|
|
4170
|
+
no_camera_device_found: string;
|
|
4171
|
+
constraints_camera_error: string;
|
|
4172
|
+
safari_camera_error: string;
|
|
4173
|
+
try_chrome_or_firefox: string;
|
|
4174
|
+
};
|
|
4175
|
+
clear: string;
|
|
4176
|
+
show_less: string;
|
|
4177
|
+
show_more: string;
|
|
4178
|
+
tap_here_to_sign: string;
|
|
4179
|
+
click_here_to_sign: string;
|
|
4180
|
+
prefix: string;
|
|
4181
|
+
prefix_required: string;
|
|
4182
|
+
reset: string;
|
|
4183
|
+
show_password: string;
|
|
4184
|
+
hide_password: string;
|
|
4185
|
+
increment: string;
|
|
4186
|
+
decrement: string;
|
|
4187
|
+
create_option: string;
|
|
4188
|
+
};
|
|
4189
|
+
};
|
|
4190
|
+
readonly bg: {
|
|
4191
|
+
readonly translation: {
|
|
4192
|
+
verified: string;
|
|
4193
|
+
iv_status: {
|
|
1206
4194
|
verified: string;
|
|
1207
4195
|
pending: string;
|
|
1208
4196
|
attention: string;
|
|
@@ -1328,7 +4316,7 @@ declare const uiKitI18nResources: {
|
|
|
1328
4316
|
create_option: string;
|
|
1329
4317
|
};
|
|
1330
4318
|
};
|
|
1331
|
-
readonly
|
|
4319
|
+
readonly pt: {
|
|
1332
4320
|
readonly translation: {
|
|
1333
4321
|
verified: string;
|
|
1334
4322
|
iv_status: {
|
|
@@ -1395,9 +4383,69 @@ declare const uiKitI18nResources: {
|
|
|
1395
4383
|
save: string;
|
|
1396
4384
|
dont_save: string;
|
|
1397
4385
|
copied_exclamation: string;
|
|
4386
|
+
search_placeholder: string;
|
|
4387
|
+
type_to_search: string;
|
|
4388
|
+
loading_more: string;
|
|
4389
|
+
no_options: string;
|
|
4390
|
+
select_option: string;
|
|
4391
|
+
clear_all: string;
|
|
4392
|
+
remove_item: string;
|
|
4393
|
+
upload_file: string;
|
|
4394
|
+
download_attachment: string;
|
|
4395
|
+
remove_file: string;
|
|
4396
|
+
open_calendar: string;
|
|
4397
|
+
clear_dates: string;
|
|
4398
|
+
select_dates: string;
|
|
4399
|
+
pick_date_range: string;
|
|
4400
|
+
from: string;
|
|
4401
|
+
to: string;
|
|
4402
|
+
pick_month: string;
|
|
4403
|
+
pick_date: string;
|
|
4404
|
+
month: string;
|
|
4405
|
+
day: string;
|
|
4406
|
+
year: string;
|
|
4407
|
+
done: string;
|
|
4408
|
+
wrong_period_of_dates: string;
|
|
4409
|
+
date_range_max_days_error_one: string;
|
|
4410
|
+
date_range_max_days_error_other: string;
|
|
4411
|
+
date_range_min_days_error_one: string;
|
|
4412
|
+
date_range_min_days_error_other: string;
|
|
4413
|
+
past_dates: string;
|
|
4414
|
+
future_dates: string;
|
|
4415
|
+
signature_placeholder_text: string;
|
|
4416
|
+
open_devices_camera: string;
|
|
4417
|
+
place_document_inside_frame: string;
|
|
4418
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
4419
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
4420
|
+
close_the_browser_re_open_it: string;
|
|
4421
|
+
camera_permissions_denied: string;
|
|
4422
|
+
camera_errors: {
|
|
4423
|
+
experiencing_camera_issues: string;
|
|
4424
|
+
chekin_cant_use_your_camera: string;
|
|
4425
|
+
please_try_a_different_browser: string;
|
|
4426
|
+
permissions_denied: string;
|
|
4427
|
+
camera_permissions_denied: string;
|
|
4428
|
+
no_camera_device_found: string;
|
|
4429
|
+
constraints_camera_error: string;
|
|
4430
|
+
safari_camera_error: string;
|
|
4431
|
+
try_chrome_or_firefox: string;
|
|
4432
|
+
};
|
|
4433
|
+
clear: string;
|
|
4434
|
+
show_less: string;
|
|
4435
|
+
show_more: string;
|
|
4436
|
+
tap_here_to_sign: string;
|
|
4437
|
+
click_here_to_sign: string;
|
|
4438
|
+
prefix: string;
|
|
4439
|
+
prefix_required: string;
|
|
4440
|
+
reset: string;
|
|
4441
|
+
show_password: string;
|
|
4442
|
+
hide_password: string;
|
|
4443
|
+
increment: string;
|
|
4444
|
+
decrement: string;
|
|
4445
|
+
create_option: string;
|
|
1398
4446
|
};
|
|
1399
4447
|
};
|
|
1400
|
-
readonly
|
|
4448
|
+
readonly ro: {
|
|
1401
4449
|
readonly translation: {
|
|
1402
4450
|
verified: string;
|
|
1403
4451
|
iv_status: {
|
|
@@ -1442,18 +4490,147 @@ declare const uiKitI18nResources: {
|
|
|
1442
4490
|
go_to_last_page: string;
|
|
1443
4491
|
sort_in_asc: string;
|
|
1444
4492
|
sort_in_desc: string;
|
|
1445
|
-
clear_sorting: string;
|
|
1446
4493
|
sort_a_z: string;
|
|
1447
4494
|
sort_z_a: string;
|
|
4495
|
+
clear_sorting: string;
|
|
1448
4496
|
reach_us_at_email: string;
|
|
1449
4497
|
please_wait: string;
|
|
1450
4498
|
feature_coming_soon: string;
|
|
1451
4499
|
feature_coming_soon_description: string;
|
|
4500
|
+
download_all: string;
|
|
4501
|
+
entry_forms: string;
|
|
4502
|
+
tutorial: string;
|
|
4503
|
+
liveness_video: string;
|
|
1452
4504
|
beta: string;
|
|
4505
|
+
reviews: string;
|
|
4506
|
+
learn_more: string;
|
|
4507
|
+
this_cannot_be_reverted: string;
|
|
4508
|
+
delete: string;
|
|
4509
|
+
cancel: string;
|
|
4510
|
+
you_have_made_changes: string;
|
|
4511
|
+
would_you_like_to_save_them: string;
|
|
4512
|
+
save: string;
|
|
4513
|
+
dont_save: string;
|
|
4514
|
+
copied_exclamation: string;
|
|
4515
|
+
search_placeholder: string;
|
|
4516
|
+
type_to_search: string;
|
|
4517
|
+
loading_more: string;
|
|
4518
|
+
no_options: string;
|
|
4519
|
+
select_option: string;
|
|
4520
|
+
clear_all: string;
|
|
4521
|
+
remove_item: string;
|
|
4522
|
+
upload_file: string;
|
|
4523
|
+
download_attachment: string;
|
|
4524
|
+
remove_file: string;
|
|
4525
|
+
open_calendar: string;
|
|
4526
|
+
clear_dates: string;
|
|
4527
|
+
select_dates: string;
|
|
4528
|
+
pick_date_range: string;
|
|
4529
|
+
from: string;
|
|
4530
|
+
to: string;
|
|
4531
|
+
pick_month: string;
|
|
4532
|
+
pick_date: string;
|
|
4533
|
+
month: string;
|
|
4534
|
+
day: string;
|
|
4535
|
+
year: string;
|
|
4536
|
+
done: string;
|
|
4537
|
+
wrong_period_of_dates: string;
|
|
4538
|
+
date_range_max_days_error_one: string;
|
|
4539
|
+
date_range_max_days_error_other: string;
|
|
4540
|
+
date_range_min_days_error_one: string;
|
|
4541
|
+
date_range_min_days_error_other: string;
|
|
4542
|
+
past_dates: string;
|
|
4543
|
+
future_dates: string;
|
|
4544
|
+
signature_placeholder_text: string;
|
|
4545
|
+
open_devices_camera: string;
|
|
4546
|
+
place_document_inside_frame: string;
|
|
4547
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
4548
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
4549
|
+
close_the_browser_re_open_it: string;
|
|
4550
|
+
camera_permissions_denied: string;
|
|
4551
|
+
camera_errors: {
|
|
4552
|
+
experiencing_camera_issues: string;
|
|
4553
|
+
chekin_cant_use_your_camera: string;
|
|
4554
|
+
please_try_a_different_browser: string;
|
|
4555
|
+
permissions_denied: string;
|
|
4556
|
+
camera_permissions_denied: string;
|
|
4557
|
+
no_camera_device_found: string;
|
|
4558
|
+
constraints_camera_error: string;
|
|
4559
|
+
safari_camera_error: string;
|
|
4560
|
+
try_chrome_or_firefox: string;
|
|
4561
|
+
};
|
|
4562
|
+
clear: string;
|
|
4563
|
+
show_less: string;
|
|
4564
|
+
show_more: string;
|
|
4565
|
+
tap_here_to_sign: string;
|
|
4566
|
+
click_here_to_sign: string;
|
|
4567
|
+
prefix: string;
|
|
4568
|
+
prefix_required: string;
|
|
4569
|
+
reset: string;
|
|
4570
|
+
show_password: string;
|
|
4571
|
+
hide_password: string;
|
|
4572
|
+
increment: string;
|
|
4573
|
+
decrement: string;
|
|
4574
|
+
create_option: string;
|
|
4575
|
+
};
|
|
4576
|
+
};
|
|
4577
|
+
readonly et: {
|
|
4578
|
+
readonly translation: {
|
|
4579
|
+
verified: string;
|
|
4580
|
+
iv_status: {
|
|
4581
|
+
verified: string;
|
|
4582
|
+
pending: string;
|
|
4583
|
+
attention: string;
|
|
4584
|
+
};
|
|
4585
|
+
zoom_in: string;
|
|
4586
|
+
zoom_out: string;
|
|
4587
|
+
rotate: string;
|
|
4588
|
+
close: string;
|
|
4589
|
+
esc_to_close: string;
|
|
4590
|
+
play: string;
|
|
4591
|
+
pause: string;
|
|
4592
|
+
mute: string;
|
|
4593
|
+
unmute: string;
|
|
4594
|
+
enter_full_screen: string;
|
|
4595
|
+
exit_full_screen: string;
|
|
4596
|
+
video_not_supported: string;
|
|
4597
|
+
skip_forward: string;
|
|
4598
|
+
skip_backward: string;
|
|
4599
|
+
loading: string;
|
|
4600
|
+
loading_video: string;
|
|
4601
|
+
loading_data_description: string;
|
|
4602
|
+
no_results: string;
|
|
4603
|
+
nothing_found: string;
|
|
4604
|
+
save_changes: string;
|
|
4605
|
+
saved_exclamation: string;
|
|
4606
|
+
saving: string;
|
|
4607
|
+
validating: string;
|
|
4608
|
+
error: string;
|
|
4609
|
+
optional: string;
|
|
4610
|
+
search_property: string;
|
|
4611
|
+
reset_search: string;
|
|
4612
|
+
no_items_to_show: string;
|
|
4613
|
+
showing_range_of_total_items: string;
|
|
4614
|
+
rows_per_page: string;
|
|
4615
|
+
page_of_pages: string;
|
|
4616
|
+
go_to_first_page: string;
|
|
4617
|
+
go_to_previous_page: string;
|
|
4618
|
+
go_to_next_page: string;
|
|
4619
|
+
go_to_last_page: string;
|
|
4620
|
+
sort_in_asc: string;
|
|
4621
|
+
sort_in_desc: string;
|
|
4622
|
+
sort_a_z: string;
|
|
4623
|
+
sort_z_a: string;
|
|
4624
|
+
clear_sorting: string;
|
|
4625
|
+
reach_us_at_email: string;
|
|
4626
|
+
please_wait: string;
|
|
4627
|
+
feature_coming_soon: string;
|
|
4628
|
+
feature_coming_soon_description: string;
|
|
1453
4629
|
download_all: string;
|
|
1454
4630
|
entry_forms: string;
|
|
1455
4631
|
tutorial: string;
|
|
1456
4632
|
liveness_video: string;
|
|
4633
|
+
beta: string;
|
|
1457
4634
|
reviews: string;
|
|
1458
4635
|
learn_more: string;
|
|
1459
4636
|
this_cannot_be_reverted: string;
|
|
@@ -1464,9 +4641,69 @@ declare const uiKitI18nResources: {
|
|
|
1464
4641
|
save: string;
|
|
1465
4642
|
dont_save: string;
|
|
1466
4643
|
copied_exclamation: string;
|
|
4644
|
+
search_placeholder: string;
|
|
4645
|
+
type_to_search: string;
|
|
4646
|
+
loading_more: string;
|
|
4647
|
+
no_options: string;
|
|
4648
|
+
select_option: string;
|
|
4649
|
+
clear_all: string;
|
|
4650
|
+
remove_item: string;
|
|
4651
|
+
upload_file: string;
|
|
4652
|
+
download_attachment: string;
|
|
4653
|
+
remove_file: string;
|
|
4654
|
+
open_calendar: string;
|
|
4655
|
+
clear_dates: string;
|
|
4656
|
+
select_dates: string;
|
|
4657
|
+
pick_date_range: string;
|
|
4658
|
+
from: string;
|
|
4659
|
+
to: string;
|
|
4660
|
+
pick_month: string;
|
|
4661
|
+
pick_date: string;
|
|
4662
|
+
month: string;
|
|
4663
|
+
day: string;
|
|
4664
|
+
year: string;
|
|
4665
|
+
done: string;
|
|
4666
|
+
wrong_period_of_dates: string;
|
|
4667
|
+
date_range_max_days_error_one: string;
|
|
4668
|
+
date_range_max_days_error_other: string;
|
|
4669
|
+
date_range_min_days_error_one: string;
|
|
4670
|
+
date_range_min_days_error_other: string;
|
|
4671
|
+
past_dates: string;
|
|
4672
|
+
future_dates: string;
|
|
4673
|
+
signature_placeholder_text: string;
|
|
4674
|
+
open_devices_camera: string;
|
|
4675
|
+
place_document_inside_frame: string;
|
|
4676
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
4677
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
4678
|
+
close_the_browser_re_open_it: string;
|
|
4679
|
+
camera_permissions_denied: string;
|
|
4680
|
+
camera_errors: {
|
|
4681
|
+
experiencing_camera_issues: string;
|
|
4682
|
+
chekin_cant_use_your_camera: string;
|
|
4683
|
+
please_try_a_different_browser: string;
|
|
4684
|
+
permissions_denied: string;
|
|
4685
|
+
camera_permissions_denied: string;
|
|
4686
|
+
no_camera_device_found: string;
|
|
4687
|
+
constraints_camera_error: string;
|
|
4688
|
+
safari_camera_error: string;
|
|
4689
|
+
try_chrome_or_firefox: string;
|
|
4690
|
+
};
|
|
4691
|
+
clear: string;
|
|
4692
|
+
show_less: string;
|
|
4693
|
+
show_more: string;
|
|
4694
|
+
tap_here_to_sign: string;
|
|
4695
|
+
click_here_to_sign: string;
|
|
4696
|
+
prefix: string;
|
|
4697
|
+
prefix_required: string;
|
|
4698
|
+
reset: string;
|
|
4699
|
+
show_password: string;
|
|
4700
|
+
hide_password: string;
|
|
4701
|
+
increment: string;
|
|
4702
|
+
decrement: string;
|
|
4703
|
+
create_option: string;
|
|
1467
4704
|
};
|
|
1468
4705
|
};
|
|
1469
|
-
readonly
|
|
4706
|
+
readonly pl: {
|
|
1470
4707
|
readonly translation: {
|
|
1471
4708
|
verified: string;
|
|
1472
4709
|
iv_status: {
|
|
@@ -1511,18 +4748,18 @@ declare const uiKitI18nResources: {
|
|
|
1511
4748
|
go_to_last_page: string;
|
|
1512
4749
|
sort_in_asc: string;
|
|
1513
4750
|
sort_in_desc: string;
|
|
1514
|
-
clear_sorting: string;
|
|
1515
4751
|
sort_a_z: string;
|
|
1516
4752
|
sort_z_a: string;
|
|
4753
|
+
clear_sorting: string;
|
|
1517
4754
|
reach_us_at_email: string;
|
|
1518
4755
|
please_wait: string;
|
|
1519
4756
|
feature_coming_soon: string;
|
|
1520
4757
|
feature_coming_soon_description: string;
|
|
1521
|
-
beta: string;
|
|
1522
4758
|
download_all: string;
|
|
1523
4759
|
entry_forms: string;
|
|
1524
4760
|
tutorial: string;
|
|
1525
4761
|
liveness_video: string;
|
|
4762
|
+
beta: string;
|
|
1526
4763
|
reviews: string;
|
|
1527
4764
|
learn_more: string;
|
|
1528
4765
|
this_cannot_be_reverted: string;
|
|
@@ -1533,9 +4770,72 @@ declare const uiKitI18nResources: {
|
|
|
1533
4770
|
save: string;
|
|
1534
4771
|
dont_save: string;
|
|
1535
4772
|
copied_exclamation: string;
|
|
4773
|
+
search_placeholder: string;
|
|
4774
|
+
type_to_search: string;
|
|
4775
|
+
loading_more: string;
|
|
4776
|
+
no_options: string;
|
|
4777
|
+
select_option: string;
|
|
4778
|
+
clear_all: string;
|
|
4779
|
+
remove_item: string;
|
|
4780
|
+
upload_file: string;
|
|
4781
|
+
download_attachment: string;
|
|
4782
|
+
remove_file: string;
|
|
4783
|
+
open_calendar: string;
|
|
4784
|
+
clear_dates: string;
|
|
4785
|
+
select_dates: string;
|
|
4786
|
+
pick_date_range: string;
|
|
4787
|
+
from: string;
|
|
4788
|
+
to: string;
|
|
4789
|
+
pick_month: string;
|
|
4790
|
+
pick_date: string;
|
|
4791
|
+
month: string;
|
|
4792
|
+
day: string;
|
|
4793
|
+
year: string;
|
|
4794
|
+
done: string;
|
|
4795
|
+
wrong_period_of_dates: string;
|
|
4796
|
+
date_range_max_days_error_one: string;
|
|
4797
|
+
date_range_max_days_error_other: string;
|
|
4798
|
+
date_range_min_days_error_one: string;
|
|
4799
|
+
date_range_min_days_error_other: string;
|
|
4800
|
+
past_dates: string;
|
|
4801
|
+
future_dates: string;
|
|
4802
|
+
signature_placeholder_text: string;
|
|
4803
|
+
open_devices_camera: string;
|
|
4804
|
+
place_document_inside_frame: string;
|
|
4805
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
4806
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
4807
|
+
close_the_browser_re_open_it: string;
|
|
4808
|
+
camera_permissions_denied: string;
|
|
4809
|
+
camera_errors: {
|
|
4810
|
+
experiencing_camera_issues: string;
|
|
4811
|
+
chekin_cant_use_your_camera: string;
|
|
4812
|
+
please_try_a_different_browser: string;
|
|
4813
|
+
permissions_denied: string;
|
|
4814
|
+
camera_permissions_denied: string;
|
|
4815
|
+
no_camera_device_found: string;
|
|
4816
|
+
constraints_camera_error: string;
|
|
4817
|
+
safari_camera_error: string;
|
|
4818
|
+
try_chrome_or_firefox: string;
|
|
4819
|
+
};
|
|
4820
|
+
clear: string;
|
|
4821
|
+
show_less: string;
|
|
4822
|
+
show_more: string;
|
|
4823
|
+
tap_here_to_sign: string;
|
|
4824
|
+
click_here_to_sign: string;
|
|
4825
|
+
prefix: string;
|
|
4826
|
+
prefix_required: string;
|
|
4827
|
+
reset: string;
|
|
4828
|
+
show_password: string;
|
|
4829
|
+
hide_password: string;
|
|
4830
|
+
increment: string;
|
|
4831
|
+
decrement: string;
|
|
4832
|
+
create_option: string;
|
|
1536
4833
|
};
|
|
1537
4834
|
};
|
|
1538
|
-
readonly
|
|
4835
|
+
readonly ca: {
|
|
4836
|
+
readonly translation: {};
|
|
4837
|
+
};
|
|
4838
|
+
readonly el: {
|
|
1539
4839
|
readonly translation: {
|
|
1540
4840
|
verified: string;
|
|
1541
4841
|
iv_status: {
|
|
@@ -1580,18 +4880,18 @@ declare const uiKitI18nResources: {
|
|
|
1580
4880
|
go_to_last_page: string;
|
|
1581
4881
|
sort_in_asc: string;
|
|
1582
4882
|
sort_in_desc: string;
|
|
1583
|
-
clear_sorting: string;
|
|
1584
4883
|
sort_a_z: string;
|
|
1585
4884
|
sort_z_a: string;
|
|
4885
|
+
clear_sorting: string;
|
|
1586
4886
|
reach_us_at_email: string;
|
|
1587
4887
|
please_wait: string;
|
|
1588
4888
|
feature_coming_soon: string;
|
|
1589
4889
|
feature_coming_soon_description: string;
|
|
1590
|
-
beta: string;
|
|
1591
4890
|
download_all: string;
|
|
1592
4891
|
entry_forms: string;
|
|
1593
4892
|
tutorial: string;
|
|
1594
4893
|
liveness_video: string;
|
|
4894
|
+
beta: string;
|
|
1595
4895
|
reviews: string;
|
|
1596
4896
|
learn_more: string;
|
|
1597
4897
|
this_cannot_be_reverted: string;
|
|
@@ -1602,9 +4902,69 @@ declare const uiKitI18nResources: {
|
|
|
1602
4902
|
save: string;
|
|
1603
4903
|
dont_save: string;
|
|
1604
4904
|
copied_exclamation: string;
|
|
4905
|
+
search_placeholder: string;
|
|
4906
|
+
type_to_search: string;
|
|
4907
|
+
loading_more: string;
|
|
4908
|
+
no_options: string;
|
|
4909
|
+
select_option: string;
|
|
4910
|
+
clear_all: string;
|
|
4911
|
+
remove_item: string;
|
|
4912
|
+
upload_file: string;
|
|
4913
|
+
download_attachment: string;
|
|
4914
|
+
remove_file: string;
|
|
4915
|
+
open_calendar: string;
|
|
4916
|
+
clear_dates: string;
|
|
4917
|
+
select_dates: string;
|
|
4918
|
+
pick_date_range: string;
|
|
4919
|
+
from: string;
|
|
4920
|
+
to: string;
|
|
4921
|
+
pick_month: string;
|
|
4922
|
+
pick_date: string;
|
|
4923
|
+
month: string;
|
|
4924
|
+
day: string;
|
|
4925
|
+
year: string;
|
|
4926
|
+
done: string;
|
|
4927
|
+
wrong_period_of_dates: string;
|
|
4928
|
+
date_range_max_days_error_one: string;
|
|
4929
|
+
date_range_max_days_error_other: string;
|
|
4930
|
+
date_range_min_days_error_one: string;
|
|
4931
|
+
date_range_min_days_error_other: string;
|
|
4932
|
+
past_dates: string;
|
|
4933
|
+
future_dates: string;
|
|
4934
|
+
signature_placeholder_text: string;
|
|
4935
|
+
open_devices_camera: string;
|
|
4936
|
+
place_document_inside_frame: string;
|
|
4937
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
4938
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
4939
|
+
close_the_browser_re_open_it: string;
|
|
4940
|
+
camera_permissions_denied: string;
|
|
4941
|
+
camera_errors: {
|
|
4942
|
+
experiencing_camera_issues: string;
|
|
4943
|
+
chekin_cant_use_your_camera: string;
|
|
4944
|
+
please_try_a_different_browser: string;
|
|
4945
|
+
permissions_denied: string;
|
|
4946
|
+
camera_permissions_denied: string;
|
|
4947
|
+
no_camera_device_found: string;
|
|
4948
|
+
constraints_camera_error: string;
|
|
4949
|
+
safari_camera_error: string;
|
|
4950
|
+
try_chrome_or_firefox: string;
|
|
4951
|
+
};
|
|
4952
|
+
clear: string;
|
|
4953
|
+
show_less: string;
|
|
4954
|
+
show_more: string;
|
|
4955
|
+
tap_here_to_sign: string;
|
|
4956
|
+
click_here_to_sign: string;
|
|
4957
|
+
prefix: string;
|
|
4958
|
+
prefix_required: string;
|
|
4959
|
+
reset: string;
|
|
4960
|
+
show_password: string;
|
|
4961
|
+
hide_password: string;
|
|
4962
|
+
increment: string;
|
|
4963
|
+
decrement: string;
|
|
4964
|
+
create_option: string;
|
|
1605
4965
|
};
|
|
1606
4966
|
};
|
|
1607
|
-
readonly
|
|
4967
|
+
readonly uk: {
|
|
1608
4968
|
readonly translation: {
|
|
1609
4969
|
verified: string;
|
|
1610
4970
|
iv_status: {
|
|
@@ -1649,18 +5009,18 @@ declare const uiKitI18nResources: {
|
|
|
1649
5009
|
go_to_last_page: string;
|
|
1650
5010
|
sort_in_asc: string;
|
|
1651
5011
|
sort_in_desc: string;
|
|
1652
|
-
clear_sorting: string;
|
|
1653
5012
|
sort_a_z: string;
|
|
1654
5013
|
sort_z_a: string;
|
|
5014
|
+
clear_sorting: string;
|
|
1655
5015
|
reach_us_at_email: string;
|
|
1656
5016
|
please_wait: string;
|
|
1657
5017
|
feature_coming_soon: string;
|
|
1658
5018
|
feature_coming_soon_description: string;
|
|
1659
|
-
beta: string;
|
|
1660
5019
|
download_all: string;
|
|
1661
5020
|
entry_forms: string;
|
|
1662
5021
|
tutorial: string;
|
|
1663
5022
|
liveness_video: string;
|
|
5023
|
+
beta: string;
|
|
1664
5024
|
reviews: string;
|
|
1665
5025
|
learn_more: string;
|
|
1666
5026
|
this_cannot_be_reverted: string;
|
|
@@ -1671,11 +5031,72 @@ declare const uiKitI18nResources: {
|
|
|
1671
5031
|
save: string;
|
|
1672
5032
|
dont_save: string;
|
|
1673
5033
|
copied_exclamation: string;
|
|
5034
|
+
search_placeholder: string;
|
|
5035
|
+
type_to_search: string;
|
|
5036
|
+
loading_more: string;
|
|
5037
|
+
no_options: string;
|
|
5038
|
+
select_option: string;
|
|
5039
|
+
clear_all: string;
|
|
5040
|
+
remove_item: string;
|
|
5041
|
+
upload_file: string;
|
|
5042
|
+
download_attachment: string;
|
|
5043
|
+
remove_file: string;
|
|
5044
|
+
open_calendar: string;
|
|
5045
|
+
clear_dates: string;
|
|
5046
|
+
select_dates: string;
|
|
5047
|
+
pick_date_range: string;
|
|
5048
|
+
from: string;
|
|
5049
|
+
to: string;
|
|
5050
|
+
pick_month: string;
|
|
5051
|
+
pick_date: string;
|
|
5052
|
+
month: string;
|
|
5053
|
+
day: string;
|
|
5054
|
+
year: string;
|
|
5055
|
+
done: string;
|
|
5056
|
+
wrong_period_of_dates: string;
|
|
5057
|
+
date_range_max_days_error_one: string;
|
|
5058
|
+
date_range_max_days_error_other: string;
|
|
5059
|
+
date_range_min_days_error_one: string;
|
|
5060
|
+
date_range_min_days_error_other: string;
|
|
5061
|
+
past_dates: string;
|
|
5062
|
+
future_dates: string;
|
|
5063
|
+
signature_placeholder_text: string;
|
|
5064
|
+
open_devices_camera: string;
|
|
5065
|
+
place_document_inside_frame: string;
|
|
5066
|
+
close_other_application_that_may_be_using_your_camera: string;
|
|
5067
|
+
if_you_use_external_camera_disconnect_and_reconnect: string;
|
|
5068
|
+
close_the_browser_re_open_it: string;
|
|
5069
|
+
camera_permissions_denied: string;
|
|
5070
|
+
camera_errors: {
|
|
5071
|
+
experiencing_camera_issues: string;
|
|
5072
|
+
chekin_cant_use_your_camera: string;
|
|
5073
|
+
please_try_a_different_browser: string;
|
|
5074
|
+
permissions_denied: string;
|
|
5075
|
+
camera_permissions_denied: string;
|
|
5076
|
+
no_camera_device_found: string;
|
|
5077
|
+
constraints_camera_error: string;
|
|
5078
|
+
safari_camera_error: string;
|
|
5079
|
+
try_chrome_or_firefox: string;
|
|
5080
|
+
};
|
|
5081
|
+
clear: string;
|
|
5082
|
+
show_less: string;
|
|
5083
|
+
show_more: string;
|
|
5084
|
+
tap_here_to_sign: string;
|
|
5085
|
+
click_here_to_sign: string;
|
|
5086
|
+
prefix: string;
|
|
5087
|
+
prefix_required: string;
|
|
5088
|
+
reset: string;
|
|
5089
|
+
show_password: string;
|
|
5090
|
+
hide_password: string;
|
|
5091
|
+
increment: string;
|
|
5092
|
+
decrement: string;
|
|
5093
|
+
create_option: string;
|
|
1674
5094
|
};
|
|
1675
5095
|
};
|
|
1676
5096
|
};
|
|
1677
5097
|
type UiKitLocale = keyof typeof uiKitTranslations;
|
|
1678
5098
|
declare const UI_KIT_I18N_NAMESPACE = "translation";
|
|
5099
|
+
declare const UI_KIT_LANGUAGE_FALLBACKS: Partial<Record<UiKitLocale, UiKitLocale>>;
|
|
1679
5100
|
interface RegisterUiKitI18nOptions {
|
|
1680
5101
|
/**
|
|
1681
5102
|
* i18next namespace to register the ui-kit keys under. Defaults to `translation`,
|
|
@@ -4110,4 +7531,4 @@ interface AirbnbSwitchProps extends Omit<React$1.ComponentPropsWithoutRef<typeof
|
|
|
4110
7531
|
}
|
|
4111
7532
|
declare const AirbnbSwitch: React$1.ForwardRefExoticComponent<AirbnbSwitchProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4112
7533
|
|
|
4113
|
-
export { ALERT_BOX_VARIANTS, Accordion, AccordionContent, type AccordionContentProps, AccordionItem, AccordionTrigger, type AccordionTriggerProps, AirbnbDatePicker, type AirbnbDatePickerProps, type AirbnbDatePickerValue, AirbnbFieldTrigger, type AirbnbFieldTriggerProps, AirbnbInput, type AirbnbInputProps, AirbnbPhoneField, type AirbnbPhoneFieldOption, type AirbnbPhoneFieldProps, type AirbnbPhoneFieldValue, AirbnbSearchInput, AirbnbSearchableSelect, type AirbnbSearchableSelectProps, type AirbnbSearchableSelectValue, AirbnbSelect, type AirbnbSelectProps, AirbnbSwitch, type AirbnbSwitchProps, Alert, AlertBox, type AlertBoxProps, type AlertBoxVariant, AlertDescription, AlertSize, AlertSizes, AlertTitle, AlertType, AlertTypes, AudioPlayer, type AudioPlayerProps, Avatar, type AvatarProps, Badge, type BadgeProps, BaseCheckbox, type BaseCheckboxProps, type BaseSelectProps, BetaBadge, type BetaBadgeProps, BookmarkTabsList, type BookmarkTabsListProps, BookmarkTabsTrigger, type BookmarkTabsTriggerProps, BoxOptionSelector, type BoxOptionSelectorProps, type BoxOptionSelectorSwitchProps, Breadcrumb, type BreadcrumbProps, type BreadcrumbType, Breadcrumbs, type BreadcrumbsProps, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonProps, type ButtonStatuses, ButtonsGroupLabel, type ButtonsGroupLabelProps, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselNext, CarouselPrevious, type CarouselProps, CarouselRoot, type CarouselRootProps, CarouselSlide, CarouselTrack, CarouselViewport, CheckList, type CheckListProps, Checkbox, CheckboxDropdownGroup, type CheckboxDropdownGroupConfig, type CheckboxDropdownGroupProps, CheckboxDropdownMultiGroup, CheckboxGroup, type CheckboxGroupProps, type CheckboxOption, type CheckboxProps, type CheckboxSize, CircularLoader, Collapsible, CollapsibleContent, CollapsibleTrigger, CommingSoonBadge, type CommingSoonBadgeProps, ConfirmationDialog, type ConfirmationDialogProps, CopyIcon, type CopyIconProps, CopyInput, type CopyInputProps, CopyLinkButton, type CopyLinkButtonProps, CopyString, type CopyStringProps, Counter, type CounterProps, CounterSize, CreatableMultiSelect, type CreatableMultiSelectProps, CreatableSelect, type CreatableSelectProps, CustomCheckboxDropdownGroup, type CustomIconEntry, DEFAULT_DISPLAY_FORMAT, DEVICE_BREAKPOINTS, DataTable, type DataTableProps, DateRangePicker, type DateRangePickerImperativeProps, type OpenDirection as DateRangePickerOpenDirection, type DateRangePickerProps, DateTableFilter, Datepicker, type DatepickerDate, type DatepickerHandle, type DatepickerProps, type DatepickerSubfield, DebouncedSearchInput, type DebouncedSearchInputProps, DefaultSelectTrigger, type DefaultSelectTriggerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DialogVisuallyHidden, DividingSubsection, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownButton, type DropdownButtonProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, type DropdownMenuContentSide, DropdownMenuGroup, DropdownMenuItem, DropdownMenuItemContent, type DropdownMenuItemContentProps, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptySectionPlaceholder, type EmptySectionPlaceholderProps, EmptyTitle, ErrorMessage, type ErrorMessageProps, ExpandableContent, type ExpandableContentProps, type ExpandableContentTrigger, ExternalLink, type ExternalLinkProps, FieldErrorMessage, type FieldErrorMessageProps, FileInput, FileInputButton, type FileInputButtonProps, type FileInputProps, type FileInputValue, FormBox, Content as FormBoxContent, type FormBoxContentProps, Header as FormBoxHeader, type FormBoxHeaderProps, Root$1 as FormBoxRoot, type FormBoxRootProps, SubHeader as FormBoxSubHeader, type FormBoxSubHeaderProps, FramedIcon, type FramedIconProps, HALO_ICON_STATUS, HaloIcon, type HaloIconProps, HelpTooltip, type HelpTooltipProps, IconButton, type IconButtonProps, type IconEntry, IconsDropdown, type IconsDropdownProps, Image, ImageFullScreenView, type ImageFullScreenViewProps, type ImageProps, InfiniteScrollMultiSelect, type InfiniteScrollMultiSelectProps, InfiniteScrollSelect, type InfiniteScrollSelectProps, InfoBox, type InfoBoxProps, Input, InputOTP, InputOTPGroup, type InputOTPProps, InputOTPSeparator, InputOTPSlot, type InputProps, Label, type LabelProps, LargeModal, type LargeModalProps, LearnMoreButton, type LearnMoreButtonProps, LegacyInfinitySelect, type LegacyInfinitySelectProps, LegacyInput, type LegacyInputProps, LegacyMultiSelect, type LegacyMultiSelectProps, LegacySelect, LegacySelectContent, LegacySelectGroup, LegacySelectItem, LegacySelectLabel, LegacySelectPortal, type LegacySelectProps, LegacySelectRoot, LegacySelectScrollDownButton, LegacySelectScrollUpButton, LegacySelectSeparator, type LegacySelectSize, LegacySelectTrigger, LegacySelectValue, LegacyTextarea, type LegacyTextareaProps, Link, type LinkProps, LoadingBar, type LoadingBarProps, type LucideIconEntry, type MobileCameraProps, type MobileScreenshotPayload, MobileWebcam, Modal, ModalButton, ModalLoader, type ModalLoaderProps, type ModalProps, MultiSelect, type MultiSelectProps, NumberedList, type NumberedListProps, type OptionsCardsProps, OverlayLoader, type OverlayLoaderProps, Pagination, type PaginationProps, type PaginationVariant, PhoneInput, type PhoneInputHandle, type PhoneInputOption, type PhoneInputProps, type PhoneInputSubfield, type PhoneInputValue, Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverPortal, PopoverTrigger, PopoverWithTooltip, type PopoverWithTooltipProps, Radio, type RadioCardOption, MemoizedRadioCardsGroup as RadioCardsGroup, RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioOption, type RadioProps, type RadioSize, RadioWithBorder, RatingProgress, type RatingProgressProps, RatingRadioGroup, type RatingRadioGroupProps, RatingStars, type RatingStarsProps, type RegisterUiKitI18nOptions, ResponsiveDropdown, type ResponsiveDropdownOption, type ResponsiveDropdownProps, ResponsiveSheet, type ResponsiveSheetProps, RotateArrow, type RotateArrowProps, ScrollArea, type ScrollAreaProps, ScrollBar, type ScrollBarProps, type ScrollableAreaState, SearchButton, type SearchButtonProps, SearchInput, type SearchInputProps, Section, SectionGroup, type SectionGroupItemProps, type SectionGroupLabelProps, type SectionGroupProps, type SectionProps, SectionTag, SectionTagColors, type SectionTagProps, Select, SelectAllRow, type SelectAllRowProps, SelectCheckboxOption, SelectCheckboxes, type SelectCheckboxesProps, type SelectCheckboxesTriggerRenderer, type SelectFormatGroupLabel, type SelectGroupedOption, SelectIconsBox, type SelectIconsBoxProps, type MultiSelectModeProps as SelectMultiProps, type SelectOption, type SelectOptionGroup, type SelectProps, type SelectorOption, Separator, type SeparatorProps, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarIcon, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, SignatureCanvas, type SignatureCanvasRef, type SingleSelectProps, Skeleton, type SkeletonProps, Slider, SmallGridSingleItem, type SmallGridSingleItemProps, SortingAction, type SortingActionProps, type SortingActionValue, type SortingByVariant, StatusBadge, type StatusBadgeProps, type StatusBadgeVariant, StatusBox, type StatusBoxProps, StatusButton, type StatusButtonProps, Stepper, type StepperProps, SubSection, SubSectionSize, SvgIcon, type SvgIconProps, type SvgIconSize, Switch, SwitchBlocks, type SwitchBlocksOption, type SwitchBlocksProps, SwitchGroup, type SwitchGroupProps, type SwitchOption, type SwitchProps, TabbedSection, type TabbedSectionProps, Table, TableBody, TableCaption, TableCell, TableFilter, type TableFilterProps, TableFooter, TableHead, TableHeader, TableLoader, type TableLoaderProps, type TableLoaderRootProps, TablePlaceholder, type TablePlaceholderProps, TableRow, Tabs, TabsContent, TabsList, type TabsListProps, TabsTrigger, type TabsTriggerProps, Textarea, type TextareaProps, ThreeDotsLoader, type ThreeDotsLoaderProps, TimePicker, type TimePickerFormat, type TimePickerProps, type TimeSettings, Timeline, TimelineConnector, type TimelineConnectorProps, TimelineContent, type TimelineContentProps, type TimelineContextProps, TimelineDescription, type TimelineDescriptionProps, TimelineDot, type TimelineDotProps, TimelineItem, type TimelineItemProps, type TimelineProps, TimelineSeparator, type TimelineSeparatorProps, TimelineTitle, type TimelineTitleProps, ToggleGroup, ToggleGroupItem, Toggles, type TogglesForwardType, type TogglesProps, Tooltip, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, TooltipRoot, type TooltipRootProps, TooltipRootWrapper, TooltipTrigger, UI_KIT_I18N_NAMESPACE, type UiKitLocale, UploadedFilesList, type UploadedFilesListProps, type UseScrollableAreaOptions, type UseScrollableAreaResult, VerticalTabs, type VerticalTabsProps, type VerticalTabsStep, type VideoConstraints, VideoModal, type VideoModalProps, VideoPlayer, type VideoPlayerProps, VisualCheckbox, type VisualCheckboxProps, Webcam, type WebcamProps, type WebcamRefTypes, WideButton, type WideButtonProps, addSupportEmailToMessage, badgeVariants, bookmarkTabsListVariants, bookmarkTabsTriggerVariants, buttonGroupVariants, buttonVariants, calendarClassNames, clearPhoneNumber, cn, compressFile, compressImage, copyToClipboard, countriesFilter, createDisabledMatchers, emptyMediaVariants, findPhoneCode, findPhoneCodeOption, formatDate, formatPhoneCodeOptionLabel, getErrorMessage, getFileSizeMB, getScrollableAreaState, getSidebarState, isDayBlocked, isNumeric, labelVariants, parseDate, parsePhoneValueWithOptions, registerUiKitI18n, scrollToTop, sectionTagVariants, switchThumbVariants, switchVariants, tabsListVariants, tabsTriggerVariants, toCssSize, toastResponseError, toggleVariants, uiKitI18nResources, uiKitTranslations, useAbortController, useAccordionState, useCarouselContext, useClickEscape, useCombinedRef, useCopyToClipboard, useCountdown, useDebounce, useDebouncedFunction, useEvent, useHover, useIframeFocusTrapFallback, useIsFormTouched, useIsMobile, useIsMounted, useKeyDown, useLoadMore, useLockBodyScroll, useModalControls, useModalWithHistoryControls, useOutsideClick, usePagination, usePrevious, usePromisedModalControls, useRadioOptions, useResetAfterRequestStatus, useScreenResize, useScrollFrameIntoView, useScrollToTop, useScrollableArea, useSearchInput, useSidebar, useSidebarMenuButton, useSidebarSafe, useStickyStuck, useSwitchSectionActive, useTimeline, useTimeout, useTimeoutRef, useUpdateToast, useValidateDates };
|
|
7534
|
+
export { ALERT_BOX_VARIANTS, Accordion, AccordionContent, type AccordionContentProps, AccordionItem, AccordionTrigger, type AccordionTriggerProps, AirbnbDatePicker, type AirbnbDatePickerProps, type AirbnbDatePickerValue, AirbnbFieldTrigger, type AirbnbFieldTriggerProps, AirbnbInput, type AirbnbInputProps, AirbnbPhoneField, type AirbnbPhoneFieldOption, type AirbnbPhoneFieldProps, type AirbnbPhoneFieldValue, AirbnbSearchInput, AirbnbSearchableSelect, type AirbnbSearchableSelectProps, type AirbnbSearchableSelectValue, AirbnbSelect, type AirbnbSelectProps, AirbnbSwitch, type AirbnbSwitchProps, Alert, AlertBox, type AlertBoxProps, type AlertBoxVariant, AlertDescription, AlertSize, AlertSizes, AlertTitle, AlertType, AlertTypes, AudioPlayer, type AudioPlayerProps, Avatar, type AvatarProps, Badge, type BadgeProps, BaseCheckbox, type BaseCheckboxProps, type BaseSelectProps, BetaBadge, type BetaBadgeProps, BookmarkTabsList, type BookmarkTabsListProps, BookmarkTabsTrigger, type BookmarkTabsTriggerProps, BoxOptionSelector, type BoxOptionSelectorProps, type BoxOptionSelectorSwitchProps, Breadcrumb, type BreadcrumbProps, type BreadcrumbType, Breadcrumbs, type BreadcrumbsProps, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonProps, type ButtonStatuses, ButtonsGroupLabel, type ButtonsGroupLabelProps, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselNext, CarouselPrevious, type CarouselProps, CarouselRoot, type CarouselRootProps, CarouselSlide, CarouselTrack, CarouselViewport, CheckList, type CheckListProps, Checkbox, CheckboxDropdownGroup, type CheckboxDropdownGroupConfig, type CheckboxDropdownGroupProps, CheckboxDropdownMultiGroup, CheckboxGroup, type CheckboxGroupProps, type CheckboxOption, type CheckboxProps, type CheckboxSize, CircularLoader, Collapsible, CollapsibleContent, CollapsibleTrigger, CommingSoonBadge, type CommingSoonBadgeProps, ConfirmationDialog, type ConfirmationDialogProps, CopyIcon, type CopyIconProps, CopyInput, type CopyInputProps, CopyLinkButton, type CopyLinkButtonProps, CopyString, type CopyStringProps, Counter, type CounterProps, CounterSize, CreatableMultiSelect, type CreatableMultiSelectProps, CreatableSelect, type CreatableSelectProps, CustomCheckboxDropdownGroup, type CustomIconEntry, DEFAULT_DISPLAY_FORMAT, DEVICE_BREAKPOINTS, DataTable, type DataTableProps, DateRangePicker, type DateRangePickerImperativeProps, type OpenDirection as DateRangePickerOpenDirection, type DateRangePickerProps, DateTableFilter, Datepicker, type DatepickerDate, type DatepickerHandle, type DatepickerProps, type DatepickerSubfield, DebouncedSearchInput, type DebouncedSearchInputProps, DefaultSelectTrigger, type DefaultSelectTriggerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DialogVisuallyHidden, DividingSubsection, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownButton, type DropdownButtonProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, type DropdownMenuContentSide, DropdownMenuGroup, DropdownMenuItem, DropdownMenuItemContent, type DropdownMenuItemContentProps, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptySectionPlaceholder, type EmptySectionPlaceholderProps, EmptyTitle, ErrorMessage, type ErrorMessageProps, ExpandableContent, type ExpandableContentProps, type ExpandableContentTrigger, ExternalLink, type ExternalLinkProps, FieldErrorMessage, type FieldErrorMessageProps, FileInput, FileInputButton, type FileInputButtonProps, type FileInputProps, type FileInputValue, FormBox, Content as FormBoxContent, type FormBoxContentProps, Header as FormBoxHeader, type FormBoxHeaderProps, Root$1 as FormBoxRoot, type FormBoxRootProps, SubHeader as FormBoxSubHeader, type FormBoxSubHeaderProps, FramedIcon, type FramedIconProps, HALO_ICON_STATUS, HaloIcon, type HaloIconProps, HelpTooltip, type HelpTooltipProps, IconButton, type IconButtonProps, type IconEntry, IconsDropdown, type IconsDropdownProps, Image, ImageFullScreenView, type ImageFullScreenViewProps, type ImageProps, InfiniteScrollMultiSelect, type InfiniteScrollMultiSelectProps, InfiniteScrollSelect, type InfiniteScrollSelectProps, InfoBox, type InfoBoxProps, Input, InputOTP, InputOTPGroup, type InputOTPProps, InputOTPSeparator, InputOTPSlot, type InputProps, Label, type LabelProps, LargeModal, type LargeModalProps, LearnMoreButton, type LearnMoreButtonProps, LegacyInfinitySelect, type LegacyInfinitySelectProps, LegacyInput, type LegacyInputProps, LegacyMultiSelect, type LegacyMultiSelectProps, LegacySelect, LegacySelectContent, LegacySelectGroup, LegacySelectItem, LegacySelectLabel, LegacySelectPortal, type LegacySelectProps, LegacySelectRoot, LegacySelectScrollDownButton, LegacySelectScrollUpButton, LegacySelectSeparator, type LegacySelectSize, LegacySelectTrigger, LegacySelectValue, LegacyTextarea, type LegacyTextareaProps, Link, type LinkProps, LoadingBar, type LoadingBarProps, type LucideIconEntry, type MobileCameraProps, type MobileScreenshotPayload, MobileWebcam, Modal, ModalButton, ModalLoader, type ModalLoaderProps, type ModalProps, MultiSelect, type MultiSelectProps, NumberedList, type NumberedListProps, type OptionsCardsProps, OverlayLoader, type OverlayLoaderProps, Pagination, type PaginationProps, type PaginationVariant, PhoneInput, type PhoneInputHandle, type PhoneInputOption, type PhoneInputProps, type PhoneInputSubfield, type PhoneInputValue, Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverPortal, PopoverTrigger, PopoverWithTooltip, type PopoverWithTooltipProps, Radio, type RadioCardOption, MemoizedRadioCardsGroup as RadioCardsGroup, RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioOption, type RadioProps, type RadioSize, RadioWithBorder, RatingProgress, type RatingProgressProps, RatingRadioGroup, type RatingRadioGroupProps, RatingStars, type RatingStarsProps, type RegisterUiKitI18nOptions, ResponsiveDropdown, type ResponsiveDropdownOption, type ResponsiveDropdownProps, ResponsiveSheet, type ResponsiveSheetProps, RotateArrow, type RotateArrowProps, ScrollArea, type ScrollAreaProps, ScrollBar, type ScrollBarProps, type ScrollableAreaState, SearchButton, type SearchButtonProps, SearchInput, type SearchInputProps, Section, SectionGroup, type SectionGroupItemProps, type SectionGroupLabelProps, type SectionGroupProps, type SectionProps, SectionTag, SectionTagColors, type SectionTagProps, Select, SelectAllRow, type SelectAllRowProps, SelectCheckboxOption, SelectCheckboxes, type SelectCheckboxesProps, type SelectCheckboxesTriggerRenderer, type SelectFormatGroupLabel, type SelectGroupedOption, SelectIconsBox, type SelectIconsBoxProps, type MultiSelectModeProps as SelectMultiProps, type SelectOption, type SelectOptionGroup, type SelectProps, type SelectorOption, Separator, type SeparatorProps, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarIcon, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, SignatureCanvas, type SignatureCanvasRef, type SingleSelectProps, Skeleton, type SkeletonProps, Slider, SmallGridSingleItem, type SmallGridSingleItemProps, SortingAction, type SortingActionProps, type SortingActionValue, type SortingByVariant, StatusBadge, type StatusBadgeProps, type StatusBadgeVariant, StatusBox, type StatusBoxProps, StatusButton, type StatusButtonProps, Stepper, type StepperProps, SubSection, SubSectionSize, SvgIcon, type SvgIconProps, type SvgIconSize, Switch, SwitchBlocks, type SwitchBlocksOption, type SwitchBlocksProps, SwitchGroup, type SwitchGroupProps, type SwitchOption, type SwitchProps, TabbedSection, type TabbedSectionProps, Table, TableBody, TableCaption, TableCell, TableFilter, type TableFilterProps, TableFooter, TableHead, TableHeader, TableLoader, type TableLoaderProps, type TableLoaderRootProps, TablePlaceholder, type TablePlaceholderProps, TableRow, Tabs, TabsContent, TabsList, type TabsListProps, TabsTrigger, type TabsTriggerProps, Textarea, type TextareaProps, ThreeDotsLoader, type ThreeDotsLoaderProps, TimePicker, type TimePickerFormat, type TimePickerProps, type TimeSettings, Timeline, TimelineConnector, type TimelineConnectorProps, TimelineContent, type TimelineContentProps, type TimelineContextProps, TimelineDescription, type TimelineDescriptionProps, TimelineDot, type TimelineDotProps, TimelineItem, type TimelineItemProps, type TimelineProps, TimelineSeparator, type TimelineSeparatorProps, TimelineTitle, type TimelineTitleProps, ToggleGroup, ToggleGroupItem, Toggles, type TogglesForwardType, type TogglesProps, Tooltip, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, TooltipRoot, type TooltipRootProps, TooltipRootWrapper, TooltipTrigger, UI_KIT_I18N_NAMESPACE, UI_KIT_LANGUAGE_FALLBACKS, type UiKitLocale, UploadedFilesList, type UploadedFilesListProps, type UseScrollableAreaOptions, type UseScrollableAreaResult, VerticalTabs, type VerticalTabsProps, type VerticalTabsStep, type VideoConstraints, VideoModal, type VideoModalProps, VideoPlayer, type VideoPlayerProps, VisualCheckbox, type VisualCheckboxProps, Webcam, type WebcamProps, type WebcamRefTypes, WideButton, type WideButtonProps, addSupportEmailToMessage, badgeVariants, bookmarkTabsListVariants, bookmarkTabsTriggerVariants, buttonGroupVariants, buttonVariants, calendarClassNames, clearPhoneNumber, cn, compressFile, compressImage, copyToClipboard, countriesFilter, createDisabledMatchers, emptyMediaVariants, findPhoneCode, findPhoneCodeOption, formatDate, formatPhoneCodeOptionLabel, getErrorMessage, getFileSizeMB, getScrollableAreaState, getSidebarState, isDayBlocked, isNumeric, labelVariants, parseDate, parsePhoneValueWithOptions, registerUiKitI18n, scrollToTop, sectionTagVariants, switchThumbVariants, switchVariants, tabsListVariants, tabsTriggerVariants, toCssSize, toastResponseError, toggleVariants, uiKitI18nResources, uiKitTranslations, useAbortController, useAccordionState, useCarouselContext, useClickEscape, useCombinedRef, useCopyToClipboard, useCountdown, useDebounce, useDebouncedFunction, useEvent, useHover, useIframeFocusTrapFallback, useIsFormTouched, useIsMobile, useIsMounted, useKeyDown, useLoadMore, useLockBodyScroll, useModalControls, useModalWithHistoryControls, useOutsideClick, usePagination, usePrevious, usePromisedModalControls, useRadioOptions, useResetAfterRequestStatus, useScreenResize, useScrollFrameIntoView, useScrollToTop, useScrollableArea, useSearchInput, useSidebar, useSidebarMenuButton, useSidebarSafe, useStickyStuck, useSwitchSectionActive, useTimeline, useTimeout, useTimeoutRef, useUpdateToast, useValidateDates };
|