@inceptionbg/iui 1.0.134 → 1.0.136
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 +370 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ interface ITable {
|
|
|
130
130
|
onSubmit: (data: any, onSubmitCallback: () => void) => void;
|
|
131
131
|
addDisabled?: boolean;
|
|
132
132
|
inputFocusRef?: RefObject<any>;
|
|
133
|
+
keepEditOnSubmit?: boolean;
|
|
133
134
|
};
|
|
134
135
|
}
|
|
135
136
|
interface ITableColumn {
|
|
@@ -839,6 +840,7 @@ declare const i18nCommonLatin: {
|
|
|
839
840
|
to: string;
|
|
840
841
|
User: string;
|
|
841
842
|
Yes: string;
|
|
843
|
+
Settings: string;
|
|
842
844
|
allResults: string;
|
|
843
845
|
Columns: string;
|
|
844
846
|
DragDropListsInfo: string;
|
|
@@ -1178,6 +1180,374 @@ declare const i18nCommonCyrilic: {
|
|
|
1178
1180
|
EINVOICE: string;
|
|
1179
1181
|
ESIGN: string;
|
|
1180
1182
|
EVALIDATION: string;
|
|
1183
|
+
EPROCUREMENT: string;
|
|
1184
|
+
AccordionView: string;
|
|
1185
|
+
Actions: string;
|
|
1186
|
+
Active: string;
|
|
1187
|
+
AddInput: string;
|
|
1188
|
+
Back: string;
|
|
1189
|
+
Basic: string;
|
|
1190
|
+
BasicData: string;
|
|
1191
|
+
Cancel: string;
|
|
1192
|
+
Change: string;
|
|
1193
|
+
Choose: string;
|
|
1194
|
+
Close: string;
|
|
1195
|
+
Confirm: string;
|
|
1196
|
+
Create: string;
|
|
1197
|
+
Delete: string;
|
|
1198
|
+
Edit: string;
|
|
1199
|
+
FooterText: string;
|
|
1200
|
+
FreeText: string;
|
|
1201
|
+
from: string;
|
|
1202
|
+
Group: string;
|
|
1203
|
+
Groups: string;
|
|
1204
|
+
Next: string;
|
|
1205
|
+
No: string;
|
|
1206
|
+
Ok: string;
|
|
1207
|
+
Options: string;
|
|
1208
|
+
or: string;
|
|
1209
|
+
PageNotFound: string;
|
|
1210
|
+
Save: string;
|
|
1211
|
+
Search: string;
|
|
1212
|
+
Selected: string;
|
|
1213
|
+
Send: string;
|
|
1214
|
+
Sending: string;
|
|
1215
|
+
SendHistory: string;
|
|
1216
|
+
TabView: string;
|
|
1217
|
+
Title: string;
|
|
1218
|
+
to: string;
|
|
1219
|
+
User: string;
|
|
1220
|
+
Yes: string;
|
|
1221
|
+
Settings: string;
|
|
1222
|
+
allResults: string;
|
|
1223
|
+
Columns: string;
|
|
1224
|
+
DragDropListsInfo: string;
|
|
1225
|
+
Filter: string;
|
|
1226
|
+
HiddenColumns: string;
|
|
1227
|
+
NoResults: string;
|
|
1228
|
+
of: string;
|
|
1229
|
+
page: string;
|
|
1230
|
+
Print: string;
|
|
1231
|
+
PrintDate: string;
|
|
1232
|
+
PrintExport: string;
|
|
1233
|
+
ResetFilter: string;
|
|
1234
|
+
rowsPerPage: string;
|
|
1235
|
+
SaveXlsx: string;
|
|
1236
|
+
SelectedColumns: string;
|
|
1237
|
+
Sort: string;
|
|
1238
|
+
CharMin: string;
|
|
1239
|
+
CharRange: string;
|
|
1240
|
+
CharNumber: string;
|
|
1241
|
+
Pending: string;
|
|
1242
|
+
Successfully: string;
|
|
1243
|
+
DeletedSuccessfully: string;
|
|
1244
|
+
ErrorMessage: string;
|
|
1245
|
+
TryAgain: string;
|
|
1246
|
+
ChangeOrganization: string;
|
|
1247
|
+
Logout: string;
|
|
1248
|
+
MyAccount: string;
|
|
1249
|
+
SelectAccount: string;
|
|
1250
|
+
SelectOrgDesc: string;
|
|
1251
|
+
SessionExpired: string;
|
|
1252
|
+
SessionExpiredInfo: string;
|
|
1253
|
+
SetOrgAsDefault: string;
|
|
1254
|
+
SignInWithDifferentAccount: string;
|
|
1255
|
+
NoAccessTitle: string;
|
|
1256
|
+
ReturnToHomepage: string;
|
|
1257
|
+
Name: string;
|
|
1258
|
+
FirstName: string;
|
|
1259
|
+
LastName: string;
|
|
1260
|
+
Email: string;
|
|
1261
|
+
TaxId: string;
|
|
1262
|
+
RegistrationNumber: string;
|
|
1263
|
+
FullPhoneNumber: string;
|
|
1264
|
+
LoggedUserOrganizations: string;
|
|
1265
|
+
Organization: string;
|
|
1266
|
+
Organizations: string;
|
|
1267
|
+
OrganizationalUnit: string;
|
|
1268
|
+
OrganizationalUnits: string;
|
|
1269
|
+
OrganizationName: string;
|
|
1270
|
+
Partner: string;
|
|
1271
|
+
Partners: string;
|
|
1272
|
+
PhysicalPerson: string;
|
|
1273
|
+
PhysicalPersons: string;
|
|
1274
|
+
LegalEntity: string;
|
|
1275
|
+
LegalEntities: string;
|
|
1276
|
+
ForeignPartner: string;
|
|
1277
|
+
ForeignPartners: string;
|
|
1278
|
+
BusinessId: string;
|
|
1279
|
+
AddLegalEntity: string;
|
|
1280
|
+
AddPartner: string;
|
|
1281
|
+
AddressBook: string;
|
|
1282
|
+
Contacts: string;
|
|
1283
|
+
DeleteContactPersonConfirmation: string;
|
|
1284
|
+
DeleteContactPersonTitle: string;
|
|
1285
|
+
DeletePartnerNoteConfirmation: string;
|
|
1286
|
+
DeletePartnerNoteTitle: string;
|
|
1287
|
+
EmailAddress: string;
|
|
1288
|
+
FetchFromNbs: string;
|
|
1289
|
+
GetDataFromNbs: string;
|
|
1290
|
+
Invoices: string;
|
|
1291
|
+
Documents: string;
|
|
1292
|
+
Factoring: string;
|
|
1293
|
+
ePismonosa: string;
|
|
1294
|
+
SEF: string;
|
|
1295
|
+
Approval: string;
|
|
1296
|
+
ApprovalStatus: string;
|
|
1297
|
+
ShowOnInvoice: string;
|
|
1298
|
+
Bank: string;
|
|
1299
|
+
BankAccount: string;
|
|
1300
|
+
BankAccounts: string;
|
|
1301
|
+
EditBankAccount: string;
|
|
1302
|
+
AddBankAccount: string;
|
|
1303
|
+
MainBankAccount: string;
|
|
1304
|
+
IntermediaryBank: string;
|
|
1305
|
+
Iban: string;
|
|
1306
|
+
Step: string;
|
|
1307
|
+
ContractNumber: string;
|
|
1308
|
+
Deadline: string;
|
|
1309
|
+
Condition: string;
|
|
1310
|
+
LastStep: string;
|
|
1311
|
+
Address: string;
|
|
1312
|
+
BestPaidBefore: string;
|
|
1313
|
+
BusinessActivity: string;
|
|
1314
|
+
CaseNumber: string;
|
|
1315
|
+
Category: string;
|
|
1316
|
+
ChangeDate: string;
|
|
1317
|
+
ConclusionDate: string;
|
|
1318
|
+
ContractDate: string;
|
|
1319
|
+
Country: string;
|
|
1320
|
+
CreatedAt: string;
|
|
1321
|
+
CreatedBy: string;
|
|
1322
|
+
CreatedTime: string;
|
|
1323
|
+
Currency: string;
|
|
1324
|
+
Date: string;
|
|
1325
|
+
DateOfReceipt: string;
|
|
1326
|
+
Description: string;
|
|
1327
|
+
DocumentDate: string;
|
|
1328
|
+
DocumentNumber: string;
|
|
1329
|
+
DocumentNumberLike: string;
|
|
1330
|
+
DocumentType: string;
|
|
1331
|
+
DocumentTypes: string;
|
|
1332
|
+
EvidenceDate: string;
|
|
1333
|
+
EvidenceReferenceNumber: string;
|
|
1334
|
+
ExpirationDate: string;
|
|
1335
|
+
Income: string;
|
|
1336
|
+
INCOME: string;
|
|
1337
|
+
IncomeDocument: string;
|
|
1338
|
+
IncomeDocuments: string;
|
|
1339
|
+
InvoiceDate: string;
|
|
1340
|
+
InvoiceNumber: string;
|
|
1341
|
+
IsEInvoiceReceiver: string;
|
|
1342
|
+
IssueDate: string;
|
|
1343
|
+
Issuer: string;
|
|
1344
|
+
IssuerBankAccount: string;
|
|
1345
|
+
Jbkjs: string;
|
|
1346
|
+
Municipality: string;
|
|
1347
|
+
Note: string;
|
|
1348
|
+
Notes: string;
|
|
1349
|
+
Number: string;
|
|
1350
|
+
ObjectCode: string;
|
|
1351
|
+
OrderNumber: string;
|
|
1352
|
+
Outcome: string;
|
|
1353
|
+
OUTCOME: string;
|
|
1354
|
+
OutcomeDocument: string;
|
|
1355
|
+
OutcomeDocuments: string;
|
|
1356
|
+
PaymentDate: string;
|
|
1357
|
+
PersonalIdentityNumber: string;
|
|
1358
|
+
Phase: string;
|
|
1359
|
+
Phone: string;
|
|
1360
|
+
PlaceOfResidence: string;
|
|
1361
|
+
PlannedPaymentDate: string;
|
|
1362
|
+
Position: string;
|
|
1363
|
+
PostalCode: string;
|
|
1364
|
+
PrimaryContact: string;
|
|
1365
|
+
ReceiveDate: string;
|
|
1366
|
+
Receiver: string;
|
|
1367
|
+
ReceiverBankAccount: string;
|
|
1368
|
+
Sef: string;
|
|
1369
|
+
SefComment: string;
|
|
1370
|
+
SefDeadline: string;
|
|
1371
|
+
SefDeadlineDays: string;
|
|
1372
|
+
SefStatus: string;
|
|
1373
|
+
SendStatus: string;
|
|
1374
|
+
Status: string;
|
|
1375
|
+
StatusPhase: string;
|
|
1376
|
+
StepPhase: string;
|
|
1377
|
+
StepPhases: string;
|
|
1378
|
+
Street: string;
|
|
1379
|
+
Subject: string;
|
|
1380
|
+
Supplier: string;
|
|
1381
|
+
Time: string;
|
|
1382
|
+
Town: string;
|
|
1383
|
+
TrafficDate: string;
|
|
1384
|
+
UniqueNo: string;
|
|
1385
|
+
UserStepDate: string;
|
|
1386
|
+
Verified: string;
|
|
1387
|
+
VoteNumber: string;
|
|
1388
|
+
Website: string;
|
|
1389
|
+
AddIndexField: string;
|
|
1390
|
+
Attachments: string;
|
|
1391
|
+
CreationTime: string;
|
|
1392
|
+
DeleteFileDesc: string;
|
|
1393
|
+
DeleteFileTitle: string;
|
|
1394
|
+
DisplaySignatureOnDocument: string;
|
|
1395
|
+
Download: string;
|
|
1396
|
+
DownloadAll: string;
|
|
1397
|
+
DownloadDocument: string;
|
|
1398
|
+
Downloaded: string;
|
|
1399
|
+
DownloadOriginalDocument: string;
|
|
1400
|
+
DownloadSignedDocument: string;
|
|
1401
|
+
DownloadValidationReport: string;
|
|
1402
|
+
ElSignature: string;
|
|
1403
|
+
ErrorUnsupportedFile: string;
|
|
1404
|
+
FailedToLoadPDF: string;
|
|
1405
|
+
FileName: string;
|
|
1406
|
+
Files: string;
|
|
1407
|
+
FileSendNotificationInfo: string;
|
|
1408
|
+
FileType: string;
|
|
1409
|
+
FileTypes: string;
|
|
1410
|
+
LoadingPDF: string;
|
|
1411
|
+
NotificationChannel: string;
|
|
1412
|
+
OrJustDragAndDropFile: string;
|
|
1413
|
+
PersonalIdentityNumberDescription: string;
|
|
1414
|
+
PersonalIdentityNumberLong: string;
|
|
1415
|
+
ScanQR: string;
|
|
1416
|
+
ScanQRInfo: string;
|
|
1417
|
+
SendForSigning: string;
|
|
1418
|
+
Sign: string;
|
|
1419
|
+
Signature: string;
|
|
1420
|
+
SignatureLook: string;
|
|
1421
|
+
Signed: string;
|
|
1422
|
+
SignOnThisDevice: string;
|
|
1423
|
+
Size: string;
|
|
1424
|
+
Type: string;
|
|
1425
|
+
AddSignatory: string;
|
|
1426
|
+
AddSignatories: string;
|
|
1427
|
+
DeleteFileSignatoryTitle: string;
|
|
1428
|
+
DeleteFileSignatoryDesc: string;
|
|
1429
|
+
Report: string;
|
|
1430
|
+
ReportDate: string;
|
|
1431
|
+
ReportFromTo: string;
|
|
1432
|
+
AllNotifications: string;
|
|
1433
|
+
InApp: string;
|
|
1434
|
+
MarkAllAsRead: string;
|
|
1435
|
+
NoNewNotifications: string;
|
|
1436
|
+
Notifications: string;
|
|
1437
|
+
NotificationSound: string;
|
|
1438
|
+
Unread: string;
|
|
1439
|
+
NTitleADD_DOC: string;
|
|
1440
|
+
NContentADD_DOC: string;
|
|
1441
|
+
NTitleADD_INCOME_DOCUMENT: string;
|
|
1442
|
+
NContentADD_INCOME_DOCUMENT: string;
|
|
1443
|
+
NTitleDOCUMENT_VERIFICATION_DONE: string;
|
|
1444
|
+
NContentDOCUMENT_VERIFICATION_DONE: string;
|
|
1445
|
+
NTitleCHAT_MENTIONED: string;
|
|
1446
|
+
NContentCHAT_MENTIONED: string;
|
|
1447
|
+
NTitleDOCUMENT_APPROVAL_STEP_START: string;
|
|
1448
|
+
NContentDOCUMENT_APPROVAL_STEP_START: string;
|
|
1449
|
+
NTitleINVOICE_CANCELLATION: string;
|
|
1450
|
+
NContentINVOICE_CANCELLATION: string;
|
|
1451
|
+
NTitleINVOICE_STORNO: string;
|
|
1452
|
+
NContentINVOICE_STORNO: string;
|
|
1453
|
+
NTitleINCOME_INVOICE_APPROVED: string;
|
|
1454
|
+
NContentINCOME_INVOICE_APPROVED: string;
|
|
1455
|
+
NTitleOUTCOME_INVOICE_APPROVED: string;
|
|
1456
|
+
NContentOUTCOME_INVOICE_APPROVED: string;
|
|
1457
|
+
NTitleINCOME_INVOICE_REJECTED: string;
|
|
1458
|
+
NContentINCOME_INVOICE_REJECTED: string;
|
|
1459
|
+
NTitleOUTCOME_INVOICE_REJECTED: string;
|
|
1460
|
+
NContentOUTCOME_INVOICE_REJECTED: string;
|
|
1461
|
+
NTitleOUTCOME_INVOICE_ERROR: string;
|
|
1462
|
+
NContentOUTCOME_INVOICE_ERROR: string;
|
|
1463
|
+
NTitleSEF_VERIFICATION_DEADLINE_TIME_EXPIRED: string;
|
|
1464
|
+
NContentSEF_VERIFICATION_DEADLINE_TIME_EXPIRED: string;
|
|
1465
|
+
NTitleAPPROVAL_AD_HOC_VOTE: string;
|
|
1466
|
+
NContentAPPROVAL_AD_HOC_VOTE: string;
|
|
1467
|
+
InProgress: string;
|
|
1468
|
+
FinalStatus: string;
|
|
1469
|
+
LatestApprovalStatus: string;
|
|
1470
|
+
LatestApprovalStatusAPPROVED: string;
|
|
1471
|
+
LatestApprovalStatusDECLINED: string;
|
|
1472
|
+
LatestApprovalStatusIN_PROGRESS: string;
|
|
1473
|
+
LatestApprovalStatusNOT_STARTED: string;
|
|
1474
|
+
SendStatusAPPROVED: string;
|
|
1475
|
+
SendStatusCANCELLED: string;
|
|
1476
|
+
SendStatusDELETED: string;
|
|
1477
|
+
SendStatusDOWNLOADED: string;
|
|
1478
|
+
SendStatusERROR: string;
|
|
1479
|
+
SendStatusMISTAKE: string;
|
|
1480
|
+
SendStatusNOT_REGISTERED_ON_SEF: string;
|
|
1481
|
+
SendStatusQUEUED: string;
|
|
1482
|
+
SendStatusREJECTED: string;
|
|
1483
|
+
SendStatusRENOTIFIED: string;
|
|
1484
|
+
SendStatusSEEN: string;
|
|
1485
|
+
SendStatusSENDING: string;
|
|
1486
|
+
SendStatusSENT: string;
|
|
1487
|
+
SendStatusSIGNED: string;
|
|
1488
|
+
SendStatusSTORNO: string;
|
|
1489
|
+
SendStatusUNRESOLVED: string;
|
|
1490
|
+
HomePage: string;
|
|
1491
|
+
Activate: string;
|
|
1492
|
+
ActivationGuide: string;
|
|
1493
|
+
ActivationGuideDesc: string;
|
|
1494
|
+
OpenStartGuide: string;
|
|
1495
|
+
ReportsByPhasesWidget: string;
|
|
1496
|
+
DocumentsOnHold: string;
|
|
1497
|
+
ExpiringContractsIn30: string;
|
|
1498
|
+
EmailVerification: string;
|
|
1499
|
+
EmailVerificationDesc: string;
|
|
1500
|
+
IdentityVerification: string;
|
|
1501
|
+
IdentityVerificationDesc: string;
|
|
1502
|
+
CellPhoneNumberVerification: string;
|
|
1503
|
+
CellPhoneNumberVerificationDesc: string;
|
|
1504
|
+
CompanyRegistration: string;
|
|
1505
|
+
CompanyRegistrationDesc: string;
|
|
1506
|
+
ModuleActivation: string;
|
|
1507
|
+
ModuleActive: string;
|
|
1508
|
+
eInvoiceActiovationInfo: string;
|
|
1509
|
+
eDeliveryActiovationInfo: string;
|
|
1510
|
+
RegisterNewCompany: string;
|
|
1511
|
+
RegisterNewCompanyDesc: string;
|
|
1512
|
+
IdentityRequiredForRegistration: string;
|
|
1513
|
+
IdentityRequiredForRegistrationDesc: string;
|
|
1514
|
+
RegisterCompany: string;
|
|
1515
|
+
NoIdentityForRegistration: string;
|
|
1516
|
+
VerifyEmail: string;
|
|
1517
|
+
VerifyIdentity: string;
|
|
1518
|
+
VerifyIdentityWithQC: string;
|
|
1519
|
+
VerifyPhone: string;
|
|
1520
|
+
CompanyRegistered: string;
|
|
1521
|
+
AccountStatus: string;
|
|
1522
|
+
AccountStatusContent: string;
|
|
1523
|
+
AddPhoneNumber: string;
|
|
1524
|
+
AddPhoneNumberCode: string;
|
|
1525
|
+
ConfirmCellPhoneNumber: string;
|
|
1526
|
+
SMSCode: string;
|
|
1527
|
+
SendCodeAgain: string;
|
|
1528
|
+
IdentityConfirmationOptionsDesc: string;
|
|
1529
|
+
ConfirmIdentity: string;
|
|
1530
|
+
SelfieIdentification: string;
|
|
1531
|
+
SelfieIdentificationDesc: string;
|
|
1532
|
+
CertificateIdentification: string;
|
|
1533
|
+
CertificateIdentificationDesc: string;
|
|
1534
|
+
ZoomApp: string;
|
|
1535
|
+
ZoomAppDesc: string;
|
|
1536
|
+
PersonalAccount: string;
|
|
1537
|
+
PersonalAccountDesc: string;
|
|
1538
|
+
PersonalAccountWithCert: string;
|
|
1539
|
+
PeronalAccountCreatedBy: string;
|
|
1540
|
+
ElMailBox: string;
|
|
1541
|
+
OrganizationWidgetDesc: string;
|
|
1542
|
+
ApprovalList: string;
|
|
1543
|
+
Registration: string;
|
|
1544
|
+
CourseListNBSOnCurrentDay: string;
|
|
1545
|
+
IdentityConfirmed: string;
|
|
1546
|
+
IdentityConfirmedDesc: string;
|
|
1547
|
+
AccountActivated: string;
|
|
1548
|
+
AccountActivatedDesc: string;
|
|
1549
|
+
EmailVerificationCompleted: string;
|
|
1550
|
+
EmailVerificationCompletedDesc: string;
|
|
1181
1551
|
};
|
|
1182
1552
|
|
|
1183
1553
|
export { Accordions, Alert, Button, Checkbox, Collapse, ConditionalWrapper, 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, 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, lsGet, lsRemove, lsSet, maxChar, parseUrlSearch, rootDir, rotateBase64Image, setActiveOrgUuid, setDefaultOrgUuid, sizeInBytesPretty, splitBase64File, toastError, toastSuccess };
|