@inceptionbg/iui 1.0.212 → 1.0.213

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 CHANGED
@@ -854,14 +854,10 @@ declare const formatCurrency: (number?: string | number, minimumFractionDigits?:
854
854
  declare const formatCurrencyNoDecimals: (number?: string | number) => string;
855
855
  declare const formatDecimalNumber: (number?: string | number) => string | 0;
856
856
 
857
- declare const deleteProps: (obj: IAnyObject, props: string[]) => {
858
- [x: string]: any;
859
- };
860
- declare const deletePropsThatEndsWith: (obj: IAnyObject, endsWith: string) => {
861
- [x: string]: any;
862
- };
863
- declare const deleteEmptyProps: (obj?: IAnyObject) => IAnyObject | undefined;
864
- declare const deleteEmptyPropsIncludingArray: (obj: IAnyObject) => IAnyObject;
857
+ declare const deleteProps: <T extends Record<string, any>>(obj: T, props: (keyof T)[]) => Partial<T>;
858
+ declare const deletePropsThatEndsWith: <T extends Record<string, any>>(obj: T, endsWith: string) => T;
859
+ declare const deleteEmptyProps: <T extends Record<string, any>>(obj?: T | undefined) => T | undefined;
860
+ declare const deleteEmptyPropsIncludingArray: <T extends Record<string, any>>(obj: T) => T;
865
861
  declare const convertBooleanObjectToArray: (obj: IBooleanObject) => string[];
866
862
  declare const convertArrayToBooleanObject: (arr?: string[]) => {
867
863
  [x: string]: boolean;
@@ -894,24 +890,11 @@ declare const parseUrlSearch: (search: string) => {
894
890
  [k: string]: string;
895
891
  };
896
892
 
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;
893
+ declare const i18nIUILatin: {
909
894
  Actions: string;
910
895
  Active: string;
911
896
  AddInput: string;
912
897
  Back: string;
913
- Basic: string;
914
- BasicData: string;
915
898
  Cancel: string;
916
899
  Change: string;
917
900
  Choose: string;
@@ -920,7 +903,6 @@ declare const i18nCommonLatin: {
920
903
  Create: string;
921
904
  Delete: string;
922
905
  Edit: string;
923
- FooterText: string;
924
906
  FreeText: string;
925
907
  from: string;
926
908
  Group: string;
@@ -930,20 +912,14 @@ declare const i18nCommonLatin: {
930
912
  Ok: string;
931
913
  Options: string;
932
914
  or: string;
933
- PageNotFound: string;
934
915
  Save: string;
935
916
  Search: string;
936
917
  Selected: string;
937
918
  Send: string;
938
919
  Sending: string;
939
- SendHistory: string;
940
- TabView: string;
941
920
  Title: string;
942
921
  to: string;
943
- User: string;
944
922
  Yes: string;
945
- Settings: string;
946
- Roles: string;
947
923
  allResults: string;
948
924
  Columns: string;
949
925
  DragDropListsInfo: string;
@@ -979,69 +955,7 @@ declare const i18nCommonLatin: {
979
955
  DeletedSuccessfully: string;
980
956
  ErrorMessage: string;
981
957
  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;
1036
958
  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;
1045
959
  Step: string;
1046
960
  ContractNumber: string;
1047
961
  Deadline: string;
@@ -1119,158 +1033,12 @@ declare const i18nCommonLatin: {
1119
1033
  Verified: string;
1120
1034
  VoteNumber: string;
1121
1035
  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;
1255
1036
  };
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;
1037
+ declare const i18nIUICyrilic: {
1268
1038
  Actions: string;
1269
1039
  Active: string;
1270
1040
  AddInput: string;
1271
1041
  Back: string;
1272
- Basic: string;
1273
- BasicData: string;
1274
1042
  Cancel: string;
1275
1043
  Change: string;
1276
1044
  Choose: string;
@@ -1279,7 +1047,6 @@ declare const i18nCommonCyrilic: {
1279
1047
  Create: string;
1280
1048
  Delete: string;
1281
1049
  Edit: string;
1282
- FooterText: string;
1283
1050
  FreeText: string;
1284
1051
  from: string;
1285
1052
  Group: string;
@@ -1289,20 +1056,14 @@ declare const i18nCommonCyrilic: {
1289
1056
  Ok: string;
1290
1057
  Options: string;
1291
1058
  or: string;
1292
- PageNotFound: string;
1293
1059
  Save: string;
1294
1060
  Search: string;
1295
1061
  Selected: string;
1296
1062
  Send: string;
1297
1063
  Sending: string;
1298
- SendHistory: string;
1299
- TabView: string;
1300
1064
  Title: string;
1301
1065
  to: string;
1302
- User: string;
1303
1066
  Yes: string;
1304
- Settings: string;
1305
- Roles: string;
1306
1067
  allResults: string;
1307
1068
  Columns: string;
1308
1069
  DragDropListsInfo: string;
@@ -1319,6 +1080,17 @@ declare const i18nCommonCyrilic: {
1319
1080
  SaveXlsx: string;
1320
1081
  SelectedColumns: string;
1321
1082
  Sort: string;
1083
+ Templates: string;
1084
+ SelectTemplate: string;
1085
+ TemplateList: string;
1086
+ PrivateTemplate: string;
1087
+ DefaultTemplate: string;
1088
+ RemoveFiltersAndLook: string;
1089
+ CreateTemplateLong: string;
1090
+ CreateDefaultTemplate: string;
1091
+ CreateTemplate: string;
1092
+ DeleteTemplateDesc: string;
1093
+ DeleteTemplateTitle: string;
1322
1094
  CharMin: string;
1323
1095
  CharRange: string;
1324
1096
  CharNumber: string;
@@ -1327,69 +1099,7 @@ declare const i18nCommonCyrilic: {
1327
1099
  DeletedSuccessfully: string;
1328
1100
  ErrorMessage: string;
1329
1101
  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;
1384
1102
  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;
1393
1103
  Step: string;
1394
1104
  ContractNumber: string;
1395
1105
  Deadline: string;
@@ -1467,139 +1177,6 @@ declare const i18nCommonCyrilic: {
1467
1177
  Verified: string;
1468
1178
  VoteNumber: string;
1469
1179
  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;
1603
1180
  };
1604
1181
 
1605
1182
  declare const useDefaultTemplate: (identifier?: string) => {
@@ -1611,4 +1188,4 @@ declare const useHideZendesk: () => void;
1611
1188
 
1612
1189
  declare const useOnEsc: (onEsc: () => void, disabled?: boolean) => void;
1613
1190
 
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 };
1191
+ 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, i18nIUICyrilic, i18nIUILatin, inputPattern, intersectArrays, lsGet, lsRemove, lsSet, maxChar, parseUrlSearch, rootDir, rotateBase64Image, setActiveOrgUuid, setDefaultOrgUuid, setTemplateData, sizeInBytesPretty, splitBase64File, toastError, toastSuccess, useDefaultTemplate, useHideZendesk, useOnEsc };