@inceptionbg/iui 1.0.157 → 1.0.159
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 +22 -39
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -816,6 +816,9 @@ declare const deleteEmptyPropsIncludingArray: (obj: IAnyObject) => any;
|
|
|
816
816
|
declare const convertBooleanObjectToArray: (obj: {
|
|
817
817
|
[key: string]: boolean;
|
|
818
818
|
}) => string[];
|
|
819
|
+
declare const convertArrayToBooleanObject: (arr?: string[]) => {
|
|
820
|
+
[x: string]: boolean;
|
|
821
|
+
};
|
|
819
822
|
declare const getActiveFilterNumber: (obj: IAnyObject) => number;
|
|
820
823
|
declare const getPrintColumns: (tableCols: ITableColumn[]) => string[];
|
|
821
824
|
declare const getVisibleColumnsIds: (tableCols: ITableColumn[], isPrint?: boolean) => string[];
|
|
@@ -941,25 +944,18 @@ declare const i18nCommonLatin: {
|
|
|
941
944
|
ForeignPartner: string;
|
|
942
945
|
ForeignPartners: string;
|
|
943
946
|
BusinessId: string;
|
|
944
|
-
|
|
945
|
-
|
|
947
|
+
BusinessActivity: string;
|
|
948
|
+
Country: string;
|
|
949
|
+
Town: string;
|
|
950
|
+
PostalCode: string;
|
|
951
|
+
Address: string;
|
|
952
|
+
Street: string;
|
|
953
|
+
HouseNumber: string;
|
|
954
|
+
PhoneNumber: string;
|
|
955
|
+
Website: string;
|
|
946
956
|
AddressBook: string;
|
|
947
957
|
Contacts: string;
|
|
948
|
-
DeleteContactPersonConfirmation: string;
|
|
949
|
-
DeleteContactPersonTitle: string;
|
|
950
|
-
DeletePartnerNoteConfirmation: string;
|
|
951
|
-
DeletePartnerNoteTitle: string;
|
|
952
958
|
EmailAddress: string;
|
|
953
|
-
FetchFromNbs: string;
|
|
954
|
-
GetDataFromNbs: string;
|
|
955
|
-
Invoices: string;
|
|
956
|
-
Documents: string;
|
|
957
|
-
Factoring: string;
|
|
958
|
-
ePismonosa: string;
|
|
959
|
-
SEF: string;
|
|
960
|
-
Approval: string;
|
|
961
|
-
ApprovalStatus: string;
|
|
962
|
-
ShowOnInvoice: string;
|
|
963
959
|
Bank: string;
|
|
964
960
|
BankAccount: string;
|
|
965
961
|
BankAccounts: string;
|
|
@@ -973,15 +969,12 @@ declare const i18nCommonLatin: {
|
|
|
973
969
|
Deadline: string;
|
|
974
970
|
Condition: string;
|
|
975
971
|
LastStep: string;
|
|
976
|
-
Address: string;
|
|
977
972
|
BestPaidBefore: string;
|
|
978
|
-
BusinessActivity: string;
|
|
979
973
|
CaseNumber: string;
|
|
980
974
|
Category: string;
|
|
981
975
|
ChangeDate: string;
|
|
982
976
|
ConclusionDate: string;
|
|
983
977
|
ContractDate: string;
|
|
984
|
-
Country: string;
|
|
985
978
|
CreatedAt: string;
|
|
986
979
|
CreatedBy: string;
|
|
987
980
|
CreatedTime: string;
|
|
@@ -1025,7 +1018,6 @@ declare const i18nCommonLatin: {
|
|
|
1025
1018
|
PlaceOfResidence: string;
|
|
1026
1019
|
PlannedPaymentDate: string;
|
|
1027
1020
|
Position: string;
|
|
1028
|
-
PostalCode: string;
|
|
1029
1021
|
PrimaryContact: string;
|
|
1030
1022
|
ReceiveDate: string;
|
|
1031
1023
|
Receiver: string;
|
|
@@ -1040,17 +1032,14 @@ declare const i18nCommonLatin: {
|
|
|
1040
1032
|
StatusPhase: string;
|
|
1041
1033
|
StepPhase: string;
|
|
1042
1034
|
StepPhases: string;
|
|
1043
|
-
Street: string;
|
|
1044
1035
|
Subject: string;
|
|
1045
1036
|
Supplier: string;
|
|
1046
1037
|
Time: string;
|
|
1047
|
-
Town: string;
|
|
1048
1038
|
TrafficDate: string;
|
|
1049
1039
|
UniqueNo: string;
|
|
1050
1040
|
UserStepDate: string;
|
|
1051
1041
|
Verified: string;
|
|
1052
1042
|
VoteNumber: string;
|
|
1053
|
-
Website: string;
|
|
1054
1043
|
AddIndexField: string;
|
|
1055
1044
|
Attachments: string;
|
|
1056
1045
|
CreationTime: string;
|
|
@@ -1320,6 +1309,15 @@ declare const i18nCommonCyrilic: {
|
|
|
1320
1309
|
ForeignPartner: string;
|
|
1321
1310
|
ForeignPartners: string;
|
|
1322
1311
|
BusinessId: string;
|
|
1312
|
+
BusinessActivity: string;
|
|
1313
|
+
Country: string;
|
|
1314
|
+
Town: string;
|
|
1315
|
+
PostalCode: string;
|
|
1316
|
+
Address: string;
|
|
1317
|
+
Street: string;
|
|
1318
|
+
HouseNumber: string;
|
|
1319
|
+
PhoneNumber: string;
|
|
1320
|
+
Website: string;
|
|
1323
1321
|
AddLegalEntity: string;
|
|
1324
1322
|
AddPartner: string;
|
|
1325
1323
|
AddressBook: string;
|
|
@@ -1331,14 +1329,6 @@ declare const i18nCommonCyrilic: {
|
|
|
1331
1329
|
EmailAddress: string;
|
|
1332
1330
|
FetchFromNbs: string;
|
|
1333
1331
|
GetDataFromNbs: string;
|
|
1334
|
-
Invoices: string;
|
|
1335
|
-
Documents: string;
|
|
1336
|
-
Factoring: string;
|
|
1337
|
-
ePismonosa: string;
|
|
1338
|
-
SEF: string;
|
|
1339
|
-
Approval: string;
|
|
1340
|
-
ApprovalStatus: string;
|
|
1341
|
-
ShowOnInvoice: string;
|
|
1342
1332
|
Bank: string;
|
|
1343
1333
|
BankAccount: string;
|
|
1344
1334
|
BankAccounts: string;
|
|
@@ -1352,15 +1342,12 @@ declare const i18nCommonCyrilic: {
|
|
|
1352
1342
|
Deadline: string;
|
|
1353
1343
|
Condition: string;
|
|
1354
1344
|
LastStep: string;
|
|
1355
|
-
Address: string;
|
|
1356
1345
|
BestPaidBefore: string;
|
|
1357
|
-
BusinessActivity: string;
|
|
1358
1346
|
CaseNumber: string;
|
|
1359
1347
|
Category: string;
|
|
1360
1348
|
ChangeDate: string;
|
|
1361
1349
|
ConclusionDate: string;
|
|
1362
1350
|
ContractDate: string;
|
|
1363
|
-
Country: string;
|
|
1364
1351
|
CreatedAt: string;
|
|
1365
1352
|
CreatedBy: string;
|
|
1366
1353
|
CreatedTime: string;
|
|
@@ -1404,7 +1391,6 @@ declare const i18nCommonCyrilic: {
|
|
|
1404
1391
|
PlaceOfResidence: string;
|
|
1405
1392
|
PlannedPaymentDate: string;
|
|
1406
1393
|
Position: string;
|
|
1407
|
-
PostalCode: string;
|
|
1408
1394
|
PrimaryContact: string;
|
|
1409
1395
|
ReceiveDate: string;
|
|
1410
1396
|
Receiver: string;
|
|
@@ -1419,17 +1405,14 @@ declare const i18nCommonCyrilic: {
|
|
|
1419
1405
|
StatusPhase: string;
|
|
1420
1406
|
StepPhase: string;
|
|
1421
1407
|
StepPhases: string;
|
|
1422
|
-
Street: string;
|
|
1423
1408
|
Subject: string;
|
|
1424
1409
|
Supplier: string;
|
|
1425
1410
|
Time: string;
|
|
1426
|
-
Town: string;
|
|
1427
1411
|
TrafficDate: string;
|
|
1428
1412
|
UniqueNo: string;
|
|
1429
1413
|
UserStepDate: string;
|
|
1430
1414
|
Verified: string;
|
|
1431
1415
|
VoteNumber: string;
|
|
1432
|
-
Website: string;
|
|
1433
1416
|
AddIndexField: string;
|
|
1434
1417
|
Attachments: string;
|
|
1435
1418
|
CreationTime: string;
|
|
@@ -1596,4 +1579,4 @@ declare const i18nCommonCyrilic: {
|
|
|
1596
1579
|
|
|
1597
1580
|
declare const useHideZendesk: () => void;
|
|
1598
1581
|
|
|
1599
|
-
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, 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, useHideZendesk };
|
|
1582
|
+
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, 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, lsGet, lsRemove, lsSet, maxChar, parseUrlSearch, rootDir, rotateBase64Image, setActiveOrgUuid, setDefaultOrgUuid, sizeInBytesPretty, splitBase64File, toastError, toastSuccess, useHideZendesk };
|