@inceptionbg/iui 1.0.210 → 1.0.212
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.d.ts +433 -14
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +53 -53
package/dist/index.d.ts
CHANGED
|
@@ -894,11 +894,24 @@ declare const parseUrlSearch: (search: string) => {
|
|
|
894
894
|
[k: string]: string;
|
|
895
895
|
};
|
|
896
896
|
|
|
897
|
-
declare const
|
|
897
|
+
declare const i18nCommonLatin: {
|
|
898
|
+
ADMIN: string;
|
|
899
|
+
EARCHIVE: string;
|
|
900
|
+
ERDS: string;
|
|
901
|
+
EDMS: string;
|
|
902
|
+
EFORMS: string;
|
|
903
|
+
EINVOICE: string;
|
|
904
|
+
ESIGN: string;
|
|
905
|
+
EVALIDATION: string;
|
|
906
|
+
EPROCUREMENT: string;
|
|
907
|
+
EREGISTER: string;
|
|
908
|
+
AccordionView: string;
|
|
898
909
|
Actions: string;
|
|
899
910
|
Active: string;
|
|
900
911
|
AddInput: string;
|
|
901
912
|
Back: string;
|
|
913
|
+
Basic: string;
|
|
914
|
+
BasicData: string;
|
|
902
915
|
Cancel: string;
|
|
903
916
|
Change: string;
|
|
904
917
|
Choose: string;
|
|
@@ -907,6 +920,7 @@ declare const i18nIUILatin: {
|
|
|
907
920
|
Create: string;
|
|
908
921
|
Delete: string;
|
|
909
922
|
Edit: string;
|
|
923
|
+
FooterText: string;
|
|
910
924
|
FreeText: string;
|
|
911
925
|
from: string;
|
|
912
926
|
Group: string;
|
|
@@ -916,14 +930,20 @@ declare const i18nIUILatin: {
|
|
|
916
930
|
Ok: string;
|
|
917
931
|
Options: string;
|
|
918
932
|
or: string;
|
|
933
|
+
PageNotFound: string;
|
|
919
934
|
Save: string;
|
|
920
935
|
Search: string;
|
|
921
936
|
Selected: string;
|
|
922
937
|
Send: string;
|
|
923
938
|
Sending: string;
|
|
939
|
+
SendHistory: string;
|
|
940
|
+
TabView: string;
|
|
924
941
|
Title: string;
|
|
925
942
|
to: string;
|
|
943
|
+
User: string;
|
|
926
944
|
Yes: string;
|
|
945
|
+
Settings: string;
|
|
946
|
+
Roles: string;
|
|
927
947
|
allResults: string;
|
|
928
948
|
Columns: string;
|
|
929
949
|
DragDropListsInfo: string;
|
|
@@ -959,7 +979,69 @@ declare const i18nIUILatin: {
|
|
|
959
979
|
DeletedSuccessfully: string;
|
|
960
980
|
ErrorMessage: string;
|
|
961
981
|
TryAgain: string;
|
|
982
|
+
ChangeOrganization: string;
|
|
983
|
+
Logout: string;
|
|
984
|
+
MyAccount: string;
|
|
985
|
+
SelectAccount: string;
|
|
986
|
+
SelectOrgDesc: string;
|
|
987
|
+
SessionExpired: string;
|
|
988
|
+
SessionExpiredInfo: string;
|
|
989
|
+
SetOrgAsDefault: string;
|
|
990
|
+
SignInWithDifferentAccount: string;
|
|
991
|
+
NoAccessTitle: string;
|
|
992
|
+
ReturnToHomepage: string;
|
|
993
|
+
Name: string;
|
|
994
|
+
FirstName: string;
|
|
995
|
+
LastName: string;
|
|
996
|
+
Email: string;
|
|
997
|
+
TaxId: string;
|
|
998
|
+
BusinessCode: string;
|
|
999
|
+
FullPhoneNumber: string;
|
|
1000
|
+
LoggedUserOrganizations: string;
|
|
1001
|
+
Organization: string;
|
|
1002
|
+
Organizations: string;
|
|
1003
|
+
OrganizationalUnit: string;
|
|
1004
|
+
OrganizationalUnits: string;
|
|
1005
|
+
OrganizationName: string;
|
|
1006
|
+
Partner: string;
|
|
1007
|
+
Partners: string;
|
|
1008
|
+
PhysicalPerson: string;
|
|
1009
|
+
PhysicalPersons: string;
|
|
1010
|
+
LegalEntity: string;
|
|
1011
|
+
LegalEntities: string;
|
|
1012
|
+
ForeignPartner: string;
|
|
1013
|
+
ForeignPartners: string;
|
|
1014
|
+
BusinessId: string;
|
|
1015
|
+
BusinessActivity: string;
|
|
1016
|
+
Country: string;
|
|
1017
|
+
Town: string;
|
|
1018
|
+
PostalCode: string;
|
|
1019
|
+
Address: string;
|
|
1020
|
+
Street: string;
|
|
1021
|
+
HouseNumber: string;
|
|
1022
|
+
PhoneNumber: string;
|
|
1023
|
+
Website: string;
|
|
1024
|
+
AddressBook: string;
|
|
1025
|
+
Contacts: string;
|
|
1026
|
+
EmailAddress: string;
|
|
1027
|
+
ShowOnInvoice: string;
|
|
1028
|
+
UserName: string;
|
|
1029
|
+
UpdateUser: string;
|
|
1030
|
+
ChangePassword: string;
|
|
1031
|
+
OldPassword: string;
|
|
1032
|
+
NewPassword: string;
|
|
1033
|
+
RepeatNewPassword: string;
|
|
1034
|
+
PasswordValidationInfo: string;
|
|
1035
|
+
RepeatPasswordValidationInfo: string;
|
|
962
1036
|
UmcnValidation: string;
|
|
1037
|
+
Bank: string;
|
|
1038
|
+
BankAccount: string;
|
|
1039
|
+
BankAccounts: string;
|
|
1040
|
+
EditBankAccount: string;
|
|
1041
|
+
AddBankAccount: string;
|
|
1042
|
+
MainBankAccount: string;
|
|
1043
|
+
IntermediaryBank: string;
|
|
1044
|
+
Iban: string;
|
|
963
1045
|
Step: string;
|
|
964
1046
|
ContractNumber: string;
|
|
965
1047
|
Deadline: string;
|
|
@@ -1037,12 +1119,158 @@ declare const i18nIUILatin: {
|
|
|
1037
1119
|
Verified: string;
|
|
1038
1120
|
VoteNumber: string;
|
|
1039
1121
|
AddIndexField: string;
|
|
1122
|
+
Attachments: string;
|
|
1123
|
+
CreationTime: string;
|
|
1124
|
+
DeleteFileDesc: string;
|
|
1125
|
+
DeleteFileTitle: string;
|
|
1126
|
+
DisplaySignatureOnDocument: string;
|
|
1127
|
+
Download: string;
|
|
1128
|
+
DownloadAll: string;
|
|
1129
|
+
DownloadDocument: string;
|
|
1130
|
+
Downloaded: string;
|
|
1131
|
+
DownloadOriginalDocument: string;
|
|
1132
|
+
DownloadSignedDocument: string;
|
|
1133
|
+
DownloadValidationReport: string;
|
|
1134
|
+
ElSignature: string;
|
|
1135
|
+
ErrorUnsupportedFile: string;
|
|
1136
|
+
FailedToLoadPDF: string;
|
|
1137
|
+
FileName: string;
|
|
1138
|
+
Files: string;
|
|
1139
|
+
FileSendNotificationInfo: string;
|
|
1140
|
+
FileType: string;
|
|
1141
|
+
FileTypes: string;
|
|
1142
|
+
LoadingPDF: string;
|
|
1143
|
+
NotificationChannel: string;
|
|
1144
|
+
OrJustDragAndDropFile: string;
|
|
1145
|
+
UMCNDescription: string;
|
|
1146
|
+
UMCNLong: string;
|
|
1147
|
+
ScanQR: string;
|
|
1148
|
+
ScanQRInfo: string;
|
|
1149
|
+
SendForSigning: string;
|
|
1150
|
+
Sign: string;
|
|
1151
|
+
Signature: string;
|
|
1152
|
+
SignatureLook: string;
|
|
1153
|
+
Signed: string;
|
|
1154
|
+
SignOnThisDevice: string;
|
|
1155
|
+
Size: string;
|
|
1156
|
+
Type: string;
|
|
1157
|
+
AddSignatory: string;
|
|
1158
|
+
AddSignatories: string;
|
|
1159
|
+
DeleteFileSignatoryTitle: string;
|
|
1160
|
+
DeleteFileSignatoryDesc: string;
|
|
1161
|
+
Report: string;
|
|
1162
|
+
ReportDate: string;
|
|
1163
|
+
ReportFromTo: string;
|
|
1164
|
+
AllNotifications: string;
|
|
1165
|
+
InApp: string;
|
|
1166
|
+
MarkAllAsRead: string;
|
|
1167
|
+
NoNewNotifications: string;
|
|
1168
|
+
Notifications: string;
|
|
1169
|
+
NotificationSound: string;
|
|
1170
|
+
Unread: string;
|
|
1171
|
+
InProgress: string;
|
|
1172
|
+
FinalStatus: string;
|
|
1173
|
+
LatestApprovalStatus: string;
|
|
1174
|
+
LatestApprovalStatusAPPROVED: string;
|
|
1175
|
+
LatestApprovalStatusDECLINED: string;
|
|
1176
|
+
LatestApprovalStatusIN_PROGRESS: string;
|
|
1177
|
+
LatestApprovalStatusNOT_STARTED: string;
|
|
1178
|
+
SendStatusAPPROVED: string;
|
|
1179
|
+
SendStatusCANCELLED: string;
|
|
1180
|
+
SendStatusDELETED: string;
|
|
1181
|
+
SendStatusDOWNLOADED: string;
|
|
1182
|
+
SendStatusERROR: string;
|
|
1183
|
+
SendStatusMISTAKE: string;
|
|
1184
|
+
SendStatusNOT_REGISTERED_ON_SEF: string;
|
|
1185
|
+
SendStatusQUEUED: string;
|
|
1186
|
+
SendStatusREJECTED: string;
|
|
1187
|
+
SendStatusRENOTIFIED: string;
|
|
1188
|
+
SendStatusSEEN: string;
|
|
1189
|
+
SendStatusSENDING: string;
|
|
1190
|
+
SendStatusSENT: string;
|
|
1191
|
+
SendStatusSIGNED: string;
|
|
1192
|
+
SendStatusSTORNO: string;
|
|
1193
|
+
SendStatusUNRESOLVED: string;
|
|
1194
|
+
HomePage: string;
|
|
1195
|
+
Activate: string;
|
|
1196
|
+
ActivationGuide: string;
|
|
1197
|
+
ActivationGuideDesc: string;
|
|
1198
|
+
OpenStartGuide: string;
|
|
1199
|
+
ReportsByPhasesWidget: string;
|
|
1200
|
+
DocumentsOnHold: string;
|
|
1201
|
+
ExpiringContractsIn30: string;
|
|
1202
|
+
EmailVerification: string;
|
|
1203
|
+
EmailVerificationDesc: string;
|
|
1204
|
+
IdentityVerification: string;
|
|
1205
|
+
IdentityVerificationDesc: string;
|
|
1206
|
+
CellPhoneNumberVerification: string;
|
|
1207
|
+
CellPhoneNumberVerificationDesc: string;
|
|
1208
|
+
CompanyRegistration: string;
|
|
1209
|
+
CompanyRegistrationDesc: string;
|
|
1210
|
+
ModuleActivation: string;
|
|
1211
|
+
ModuleActive: string;
|
|
1212
|
+
eInvoiceActiovationInfo: string;
|
|
1213
|
+
eDeliveryActiovationInfo: string;
|
|
1214
|
+
RegisterNewCompany: string;
|
|
1215
|
+
RegisterNewCompanyDesc: string;
|
|
1216
|
+
IdentityRequiredForRegistration: string;
|
|
1217
|
+
IdentityRequiredForRegistrationDesc: string;
|
|
1218
|
+
RegisterCompany: string;
|
|
1219
|
+
NoIdentityForRegistration: string;
|
|
1220
|
+
VerifyEmail: string;
|
|
1221
|
+
VerifyIdentity: string;
|
|
1222
|
+
VerifyIdentityWithQC: string;
|
|
1223
|
+
VerifyPhone: string;
|
|
1224
|
+
CompanyRegistered: string;
|
|
1225
|
+
AccountStatus: string;
|
|
1226
|
+
AccountStatusContent: string;
|
|
1227
|
+
AddPhoneNumber: string;
|
|
1228
|
+
AddPhoneNumberCode: string;
|
|
1229
|
+
ConfirmCellPhoneNumber: string;
|
|
1230
|
+
SMSCode: string;
|
|
1231
|
+
SendCodeAgain: string;
|
|
1232
|
+
IdentityConfirmationOptionsDesc: string;
|
|
1233
|
+
ConfirmIdentity: string;
|
|
1234
|
+
SelfieIdentification: string;
|
|
1235
|
+
SelfieIdentificationDesc: string;
|
|
1236
|
+
CertificateIdentification: string;
|
|
1237
|
+
CertificateIdentificationDesc: string;
|
|
1238
|
+
ZoomApp: string;
|
|
1239
|
+
ZoomAppDesc: string;
|
|
1240
|
+
PersonalAccount: string;
|
|
1241
|
+
PersonalAccountDesc: string;
|
|
1242
|
+
PersonalAccountWithCert: string;
|
|
1243
|
+
PeronalAccountCreatedBy: string;
|
|
1244
|
+
ElMailBox: string;
|
|
1245
|
+
OrganizationWidgetDesc: string;
|
|
1246
|
+
ApprovalList: string;
|
|
1247
|
+
Registration: string;
|
|
1248
|
+
CourseListNBSOnCurrentDay: string;
|
|
1249
|
+
IdentityConfirmed: string;
|
|
1250
|
+
IdentityConfirmedDesc: string;
|
|
1251
|
+
AccountActivated: string;
|
|
1252
|
+
AccountActivatedDesc: string;
|
|
1253
|
+
EmailVerificationCompleted: string;
|
|
1254
|
+
EmailVerificationCompletedDesc: string;
|
|
1040
1255
|
};
|
|
1041
|
-
declare const
|
|
1256
|
+
declare const i18nCommonCyrilic: {
|
|
1257
|
+
ADMIN: string;
|
|
1258
|
+
EARCHIVE: string;
|
|
1259
|
+
ERDS: string;
|
|
1260
|
+
EDMS: string;
|
|
1261
|
+
EFORMS: string;
|
|
1262
|
+
EINVOICE: string;
|
|
1263
|
+
ESIGN: string;
|
|
1264
|
+
EVALIDATION: string;
|
|
1265
|
+
EPROCUREMENT: string;
|
|
1266
|
+
EREGISTER: string;
|
|
1267
|
+
AccordionView: string;
|
|
1042
1268
|
Actions: string;
|
|
1043
1269
|
Active: string;
|
|
1044
1270
|
AddInput: string;
|
|
1045
1271
|
Back: string;
|
|
1272
|
+
Basic: string;
|
|
1273
|
+
BasicData: string;
|
|
1046
1274
|
Cancel: string;
|
|
1047
1275
|
Change: string;
|
|
1048
1276
|
Choose: string;
|
|
@@ -1051,6 +1279,7 @@ declare const i18nIUICyrilic: {
|
|
|
1051
1279
|
Create: string;
|
|
1052
1280
|
Delete: string;
|
|
1053
1281
|
Edit: string;
|
|
1282
|
+
FooterText: string;
|
|
1054
1283
|
FreeText: string;
|
|
1055
1284
|
from: string;
|
|
1056
1285
|
Group: string;
|
|
@@ -1060,14 +1289,20 @@ declare const i18nIUICyrilic: {
|
|
|
1060
1289
|
Ok: string;
|
|
1061
1290
|
Options: string;
|
|
1062
1291
|
or: string;
|
|
1292
|
+
PageNotFound: string;
|
|
1063
1293
|
Save: string;
|
|
1064
1294
|
Search: string;
|
|
1065
1295
|
Selected: string;
|
|
1066
1296
|
Send: string;
|
|
1067
1297
|
Sending: string;
|
|
1298
|
+
SendHistory: string;
|
|
1299
|
+
TabView: string;
|
|
1068
1300
|
Title: string;
|
|
1069
1301
|
to: string;
|
|
1302
|
+
User: string;
|
|
1070
1303
|
Yes: string;
|
|
1304
|
+
Settings: string;
|
|
1305
|
+
Roles: string;
|
|
1071
1306
|
allResults: string;
|
|
1072
1307
|
Columns: string;
|
|
1073
1308
|
DragDropListsInfo: string;
|
|
@@ -1084,17 +1319,6 @@ declare const i18nIUICyrilic: {
|
|
|
1084
1319
|
SaveXlsx: string;
|
|
1085
1320
|
SelectedColumns: string;
|
|
1086
1321
|
Sort: string;
|
|
1087
|
-
Templates: string;
|
|
1088
|
-
SelectTemplate: string;
|
|
1089
|
-
TemplateList: string;
|
|
1090
|
-
PrivateTemplate: string;
|
|
1091
|
-
DefaultTemplate: string;
|
|
1092
|
-
RemoveFiltersAndLook: string;
|
|
1093
|
-
CreateTemplateLong: string;
|
|
1094
|
-
CreateDefaultTemplate: string;
|
|
1095
|
-
CreateTemplate: string;
|
|
1096
|
-
DeleteTemplateDesc: string;
|
|
1097
|
-
DeleteTemplateTitle: string;
|
|
1098
1322
|
CharMin: string;
|
|
1099
1323
|
CharRange: string;
|
|
1100
1324
|
CharNumber: string;
|
|
@@ -1103,7 +1327,69 @@ declare const i18nIUICyrilic: {
|
|
|
1103
1327
|
DeletedSuccessfully: string;
|
|
1104
1328
|
ErrorMessage: string;
|
|
1105
1329
|
TryAgain: string;
|
|
1330
|
+
ChangeOrganization: string;
|
|
1331
|
+
Logout: string;
|
|
1332
|
+
MyAccount: string;
|
|
1333
|
+
SelectAccount: string;
|
|
1334
|
+
SelectOrgDesc: string;
|
|
1335
|
+
SessionExpired: string;
|
|
1336
|
+
SessionExpiredInfo: string;
|
|
1337
|
+
SetOrgAsDefault: string;
|
|
1338
|
+
SignInWithDifferentAccount: string;
|
|
1339
|
+
NoAccessTitle: string;
|
|
1340
|
+
ReturnToHomepage: string;
|
|
1341
|
+
Name: string;
|
|
1342
|
+
FirstName: string;
|
|
1343
|
+
LastName: string;
|
|
1344
|
+
Email: string;
|
|
1345
|
+
TaxId: string;
|
|
1346
|
+
BusinessCode: string;
|
|
1347
|
+
FullPhoneNumber: string;
|
|
1348
|
+
LoggedUserOrganizations: string;
|
|
1349
|
+
Organization: string;
|
|
1350
|
+
Organizations: string;
|
|
1351
|
+
OrganizationalUnit: string;
|
|
1352
|
+
OrganizationalUnits: string;
|
|
1353
|
+
OrganizationName: string;
|
|
1354
|
+
Partner: string;
|
|
1355
|
+
Partners: string;
|
|
1356
|
+
PhysicalPerson: string;
|
|
1357
|
+
PhysicalPersons: string;
|
|
1358
|
+
LegalEntity: string;
|
|
1359
|
+
LegalEntities: string;
|
|
1360
|
+
ForeignPartner: string;
|
|
1361
|
+
ForeignPartners: string;
|
|
1362
|
+
BusinessId: string;
|
|
1363
|
+
BusinessActivity: string;
|
|
1364
|
+
Country: string;
|
|
1365
|
+
Town: string;
|
|
1366
|
+
PostalCode: string;
|
|
1367
|
+
Address: string;
|
|
1368
|
+
Street: string;
|
|
1369
|
+
HouseNumber: string;
|
|
1370
|
+
PhoneNumber: string;
|
|
1371
|
+
Website: string;
|
|
1372
|
+
AddressBook: string;
|
|
1373
|
+
Contacts: string;
|
|
1374
|
+
EmailAddress: string;
|
|
1375
|
+
ShowOnInvoice: string;
|
|
1376
|
+
UserName: string;
|
|
1377
|
+
UpdateUser: string;
|
|
1378
|
+
ChangePassword: string;
|
|
1379
|
+
OldPassword: string;
|
|
1380
|
+
NewPassword: string;
|
|
1381
|
+
RepeatNewPassword: string;
|
|
1382
|
+
PasswordValidationInfo: string;
|
|
1383
|
+
RepeatPasswordValidationInfo: string;
|
|
1106
1384
|
UmcnValidation: string;
|
|
1385
|
+
Bank: string;
|
|
1386
|
+
BankAccount: string;
|
|
1387
|
+
BankAccounts: string;
|
|
1388
|
+
EditBankAccount: string;
|
|
1389
|
+
AddBankAccount: string;
|
|
1390
|
+
MainBankAccount: string;
|
|
1391
|
+
IntermediaryBank: string;
|
|
1392
|
+
Iban: string;
|
|
1107
1393
|
Step: string;
|
|
1108
1394
|
ContractNumber: string;
|
|
1109
1395
|
Deadline: string;
|
|
@@ -1181,6 +1467,139 @@ declare const i18nIUICyrilic: {
|
|
|
1181
1467
|
Verified: string;
|
|
1182
1468
|
VoteNumber: string;
|
|
1183
1469
|
AddIndexField: string;
|
|
1470
|
+
Attachments: string;
|
|
1471
|
+
CreationTime: string;
|
|
1472
|
+
DeleteFileDesc: string;
|
|
1473
|
+
DeleteFileTitle: string;
|
|
1474
|
+
DisplaySignatureOnDocument: string;
|
|
1475
|
+
Download: string;
|
|
1476
|
+
DownloadAll: string;
|
|
1477
|
+
DownloadDocument: string;
|
|
1478
|
+
Downloaded: string;
|
|
1479
|
+
DownloadOriginalDocument: string;
|
|
1480
|
+
DownloadSignedDocument: string;
|
|
1481
|
+
DownloadValidationReport: string;
|
|
1482
|
+
ElSignature: string;
|
|
1483
|
+
ErrorUnsupportedFile: string;
|
|
1484
|
+
FailedToLoadPDF: string;
|
|
1485
|
+
FileName: string;
|
|
1486
|
+
Files: string;
|
|
1487
|
+
FileSendNotificationInfo: string;
|
|
1488
|
+
FileType: string;
|
|
1489
|
+
FileTypes: string;
|
|
1490
|
+
LoadingPDF: string;
|
|
1491
|
+
NotificationChannel: string;
|
|
1492
|
+
OrJustDragAndDropFile: string;
|
|
1493
|
+
UMCNDescription: string;
|
|
1494
|
+
UMCNLong: string;
|
|
1495
|
+
ScanQR: string;
|
|
1496
|
+
ScanQRInfo: string;
|
|
1497
|
+
SendForSigning: string;
|
|
1498
|
+
Sign: string;
|
|
1499
|
+
Signature: string;
|
|
1500
|
+
SignatureLook: string;
|
|
1501
|
+
Signed: string;
|
|
1502
|
+
SignOnThisDevice: string;
|
|
1503
|
+
Size: string;
|
|
1504
|
+
Type: string;
|
|
1505
|
+
AddSignatory: string;
|
|
1506
|
+
AddSignatories: string;
|
|
1507
|
+
DeleteFileSignatoryTitle: string;
|
|
1508
|
+
DeleteFileSignatoryDesc: string;
|
|
1509
|
+
Report: string;
|
|
1510
|
+
ReportDate: string;
|
|
1511
|
+
ReportFromTo: string;
|
|
1512
|
+
AllNotifications: string;
|
|
1513
|
+
InApp: string;
|
|
1514
|
+
MarkAllAsRead: string;
|
|
1515
|
+
NoNewNotifications: string;
|
|
1516
|
+
Notifications: string;
|
|
1517
|
+
NotificationSound: string;
|
|
1518
|
+
Unread: string;
|
|
1519
|
+
InProgress: string;
|
|
1520
|
+
FinalStatus: string;
|
|
1521
|
+
LatestApprovalStatus: string;
|
|
1522
|
+
LatestApprovalStatusAPPROVED: string;
|
|
1523
|
+
LatestApprovalStatusDECLINED: string;
|
|
1524
|
+
LatestApprovalStatusIN_PROGRESS: string;
|
|
1525
|
+
LatestApprovalStatusNOT_STARTED: string;
|
|
1526
|
+
SendStatusAPPROVED: string;
|
|
1527
|
+
SendStatusCANCELLED: string;
|
|
1528
|
+
SendStatusDELETED: string;
|
|
1529
|
+
SendStatusDOWNLOADED: string;
|
|
1530
|
+
SendStatusERROR: string;
|
|
1531
|
+
SendStatusMISTAKE: string;
|
|
1532
|
+
SendStatusNOT_REGISTERED_ON_SEF: string;
|
|
1533
|
+
SendStatusQUEUED: string;
|
|
1534
|
+
SendStatusREJECTED: string;
|
|
1535
|
+
SendStatusRENOTIFIED: string;
|
|
1536
|
+
SendStatusSEEN: string;
|
|
1537
|
+
SendStatusSENDING: string;
|
|
1538
|
+
SendStatusSENT: string;
|
|
1539
|
+
SendStatusSIGNED: string;
|
|
1540
|
+
SendStatusSTORNO: string;
|
|
1541
|
+
SendStatusUNRESOLVED: string;
|
|
1542
|
+
HomePage: string;
|
|
1543
|
+
Activate: string;
|
|
1544
|
+
ActivationGuide: string;
|
|
1545
|
+
ActivationGuideDesc: string;
|
|
1546
|
+
OpenStartGuide: string;
|
|
1547
|
+
ReportsByPhasesWidget: string;
|
|
1548
|
+
DocumentsOnHold: string;
|
|
1549
|
+
ExpiringContractsIn30: string;
|
|
1550
|
+
EmailVerification: string;
|
|
1551
|
+
EmailVerificationDesc: string;
|
|
1552
|
+
IdentityVerification: string;
|
|
1553
|
+
IdentityVerificationDesc: string;
|
|
1554
|
+
CellPhoneNumberVerification: string;
|
|
1555
|
+
CellPhoneNumberVerificationDesc: string;
|
|
1556
|
+
CompanyRegistration: string;
|
|
1557
|
+
CompanyRegistrationDesc: string;
|
|
1558
|
+
ModuleActivation: string;
|
|
1559
|
+
ModuleActive: string;
|
|
1560
|
+
eInvoiceActiovationInfo: string;
|
|
1561
|
+
eDeliveryActiovationInfo: string;
|
|
1562
|
+
RegisterNewCompany: string;
|
|
1563
|
+
RegisterNewCompanyDesc: string;
|
|
1564
|
+
IdentityRequiredForRegistration: string;
|
|
1565
|
+
IdentityRequiredForRegistrationDesc: string;
|
|
1566
|
+
RegisterCompany: string;
|
|
1567
|
+
NoIdentityForRegistration: string;
|
|
1568
|
+
VerifyEmail: string;
|
|
1569
|
+
VerifyIdentity: string;
|
|
1570
|
+
VerifyIdentityWithQC: string;
|
|
1571
|
+
VerifyPhone: string;
|
|
1572
|
+
CompanyRegistered: string;
|
|
1573
|
+
AccountStatus: string;
|
|
1574
|
+
AccountStatusContent: string;
|
|
1575
|
+
AddPhoneNumber: string;
|
|
1576
|
+
AddPhoneNumberCode: string;
|
|
1577
|
+
ConfirmCellPhoneNumber: string;
|
|
1578
|
+
SMSCode: string;
|
|
1579
|
+
SendCodeAgain: string;
|
|
1580
|
+
IdentityConfirmationOptionsDesc: string;
|
|
1581
|
+
ConfirmIdentity: string;
|
|
1582
|
+
SelfieIdentification: string;
|
|
1583
|
+
SelfieIdentificationDesc: string;
|
|
1584
|
+
CertificateIdentification: string;
|
|
1585
|
+
CertificateIdentificationDesc: string;
|
|
1586
|
+
ZoomApp: string;
|
|
1587
|
+
ZoomAppDesc: string;
|
|
1588
|
+
PersonalAccount: string;
|
|
1589
|
+
PersonalAccountDesc: string;
|
|
1590
|
+
PersonalAccountWithCert: string;
|
|
1591
|
+
PeronalAccountCreatedBy: string;
|
|
1592
|
+
ElMailBox: string;
|
|
1593
|
+
OrganizationWidgetDesc: string;
|
|
1594
|
+
ApprovalList: string;
|
|
1595
|
+
Registration: string;
|
|
1596
|
+
CourseListNBSOnCurrentDay: string;
|
|
1597
|
+
IdentityConfirmed: string;
|
|
1598
|
+
IdentityConfirmedDesc: string;
|
|
1599
|
+
AccountActivated: string;
|
|
1600
|
+
AccountActivatedDesc: string;
|
|
1601
|
+
EmailVerificationCompleted: string;
|
|
1602
|
+
EmailVerificationCompletedDesc: string;
|
|
1184
1603
|
};
|
|
1185
1604
|
|
|
1186
1605
|
declare const useDefaultTemplate: (identifier?: string) => {
|
|
@@ -1192,4 +1611,4 @@ declare const useHideZendesk: () => void;
|
|
|
1192
1611
|
|
|
1193
1612
|
declare const useOnEsc: (onEsc: () => void, disabled?: boolean) => void;
|
|
1194
1613
|
|
|
1195
|
-
export { Accordions, Alert, Button, Checkbox, Collapse, ConditionalWrapper, CurrencyInput, Dashboard, DashboardWidget, DateInput, DeleteItemDialog, Dialog, DotBadge, FilterItem, FormWrapper, FullScreenLoader, IAnyObject, IBooleanObject, IError, IFormWrapper, IPagination, ISelectData, IServerSidePagination, ISimpleObject, ISimpleObjectWithCode, IStringObject, ITab, ITable, ITableColumn, ITableDataItem, ITableEditRow, ITableFilter, ITableFilterData, ITableFilterItem, ITableSort, ITreeItem, IValueLabel, IconButton, ItemActionsMenu, ItemEditOptionsButtons, LargeTextInput, LazyLoader, Loader, Menu, MenuItem, NotificationBadge, NumberInput, PageWrapper, PasswordInput, PillBadge, Radio, RadioLarge, SearchInput, Select, SelectAsyncPaginate, SelectCreatable, SetTableFilter, Table, TableEditRow, TableFooter, Tabs, TextInput, Tooltip, Tree, areStringArraysEqual, calculateFilesSize, checkIfExpired, compareArrayItemsIndex, convertArrayToBooleanObject, convertBooleanObjectToArray, dataURLtoFile, dateAddDays, deepCopy, deleteEmptyProps, deleteEmptyPropsIncludingArray, deleteProps, deletePropsThatEndsWith, downloadDocumentFile, formatCurrency, formatCurrencyNoDecimals, formatDate, formatDateAndTime, formatDateYMD, formatDecimalNumber, formatTime, formatYearMonth, getActiveFilterNumber, getActiveOrgUuid, getBase64FromFile, getBase64FromUrl, getCurrentDateFormatted, getCurrentDateFormattedYMD, getDaysLeft, getDefaultOrgUuid, getExtensionFromFilename, getFileFromUrl, getInputHelperText, getInputMinMaxPattern, getPrintColumns, getVisibleColumnsIds,
|
|
1614
|
+
export { Accordions, Alert, Button, Checkbox, Collapse, ConditionalWrapper, CurrencyInput, Dashboard, DashboardWidget, DateInput, DeleteItemDialog, Dialog, DotBadge, FilterItem, FormWrapper, FullScreenLoader, IAnyObject, IBooleanObject, IError, IFormWrapper, IPagination, ISelectData, IServerSidePagination, ISimpleObject, ISimpleObjectWithCode, IStringObject, ITab, ITable, ITableColumn, ITableDataItem, ITableEditRow, ITableFilter, ITableFilterData, ITableFilterItem, ITableSort, ITreeItem, IValueLabel, IconButton, ItemActionsMenu, ItemEditOptionsButtons, LargeTextInput, LazyLoader, Loader, Menu, MenuItem, NotificationBadge, NumberInput, PageWrapper, PasswordInput, PillBadge, Radio, RadioLarge, SearchInput, Select, SelectAsyncPaginate, SelectCreatable, SetTableFilter, Table, TableEditRow, TableFooter, Tabs, TextInput, Tooltip, Tree, areStringArraysEqual, calculateFilesSize, checkIfExpired, compareArrayItemsIndex, convertArrayToBooleanObject, convertBooleanObjectToArray, dataURLtoFile, dateAddDays, deepCopy, deleteEmptyProps, deleteEmptyPropsIncludingArray, deleteProps, deletePropsThatEndsWith, downloadDocumentFile, formatCurrency, formatCurrencyNoDecimals, formatDate, formatDateAndTime, formatDateYMD, formatDecimalNumber, formatTime, formatYearMonth, getActiveFilterNumber, getActiveOrgUuid, getBase64FromFile, getBase64FromUrl, getCurrentDateFormatted, getCurrentDateFormattedYMD, getDaysLeft, getDefaultOrgUuid, getExtensionFromFilename, getFileFromUrl, getInputHelperText, getInputMinMaxPattern, getPrintColumns, getVisibleColumnsIds, i18nCommonCyrilic, i18nCommonLatin, inputPattern, intersectArrays, lsGet, lsRemove, lsSet, maxChar, parseUrlSearch, rootDir, rotateBase64Image, setActiveOrgUuid, setDefaultOrgUuid, setTemplateData, sizeInBytesPretty, splitBase64File, toastError, toastSuccess, useDefaultTemplate, useHideZendesk, useOnEsc };
|