@inceptionbg/iui 1.0.181 → 1.0.191

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
@@ -855,7 +855,7 @@ declare const deleteProps: (obj: IAnyObject, props: string[]) => {
855
855
  declare const deletePropsThatEndsWith: (obj: IAnyObject, endsWith: string) => {
856
856
  [x: string]: any;
857
857
  };
858
- declare const deleteEmptyProps: (obj?: IAnyObject) => IAnyObject | undefined;
858
+ declare const deleteEmptyProps: (obj: IAnyObject) => IAnyObject;
859
859
  declare const deleteEmptyPropsIncludingArray: (obj: IAnyObject) => IAnyObject;
860
860
  declare const convertBooleanObjectToArray: (obj: IBooleanObject) => string[];
861
861
  declare const convertArrayToBooleanObject: (arr?: string[]) => {
@@ -864,7 +864,6 @@ declare const convertArrayToBooleanObject: (arr?: string[]) => {
864
864
  declare const deepCopy: (el: any[] | object) => any;
865
865
  declare const areStringArraysEqual: (arr1: string[], arr2: string[]) => boolean;
866
866
  declare const compareArrayItemsIndex: (array: any[] | readonly any[], item1: any, comparison: 'greaterThen' | 'greaterThenOrEqualTo' | 'lessThen' | 'lessThenOrEqualTo', item2: any) => boolean;
867
- declare const intersectArrays: <T>(arr1: any[] | readonly T[], arr2: any[] | readonly T[]) => any;
868
867
 
869
868
  declare const getActiveFilterNumber: (obj: IAnyObject) => number;
870
869
  declare const getVisibleColumnsIds: (tableCols: ITableColumn[], isPrint?: boolean) => string[];
@@ -1106,9 +1105,6 @@ declare const i18nCommonLatin: {
1106
1105
  VoteNumber: string;
1107
1106
  AddIndexField: string;
1108
1107
  Attachments: string;
1109
- ElSignature: string;
1110
- ZoomIn: string;
1111
- ZoomOut: string;
1112
1108
  CreationTime: string;
1113
1109
  DeleteFileDesc: string;
1114
1110
  DeleteFileTitle: string;
@@ -1120,18 +1116,27 @@ declare const i18nCommonLatin: {
1120
1116
  DownloadOriginalDocument: string;
1121
1117
  DownloadSignedDocument: string;
1122
1118
  DownloadValidationReport: string;
1119
+ ElSignature: string;
1120
+ ErrorUnsupportedFile: string;
1121
+ FailedToLoadPDF: string;
1123
1122
  FileName: string;
1124
1123
  Files: string;
1125
1124
  FileSendNotificationInfo: string;
1126
1125
  FileType: string;
1127
1126
  FileTypes: string;
1127
+ LoadingPDF: string;
1128
1128
  NotificationChannel: string;
1129
+ OrJustDragAndDropFile: string;
1129
1130
  UMCNDescription: string;
1130
1131
  UMCNLong: string;
1132
+ ScanQR: string;
1133
+ ScanQRInfo: string;
1131
1134
  SendForSigning: string;
1132
1135
  Sign: string;
1133
1136
  Signature: string;
1137
+ SignatureLook: string;
1134
1138
  Signed: string;
1139
+ SignOnThisDevice: string;
1135
1140
  Size: string;
1136
1141
  Type: string;
1137
1142
  AddSignatory: string;
@@ -1439,9 +1444,6 @@ declare const i18nCommonCyrilic: {
1439
1444
  VoteNumber: string;
1440
1445
  AddIndexField: string;
1441
1446
  Attachments: string;
1442
- ElSignature: string;
1443
- ZoomIn: string;
1444
- ZoomOut: string;
1445
1447
  CreationTime: string;
1446
1448
  DeleteFileDesc: string;
1447
1449
  DeleteFileTitle: string;
@@ -1453,19 +1455,27 @@ declare const i18nCommonCyrilic: {
1453
1455
  DownloadOriginalDocument: string;
1454
1456
  DownloadSignedDocument: string;
1455
1457
  DownloadValidationReport: string;
1458
+ ElSignature: string;
1456
1459
  ErrorUnsupportedFile: string;
1460
+ FailedToLoadPDF: string;
1457
1461
  FileName: string;
1458
1462
  Files: string;
1459
1463
  FileSendNotificationInfo: string;
1460
1464
  FileType: string;
1461
1465
  FileTypes: string;
1466
+ LoadingPDF: string;
1462
1467
  NotificationChannel: string;
1468
+ OrJustDragAndDropFile: string;
1463
1469
  UMCNDescription: string;
1464
1470
  UMCNLong: string;
1471
+ ScanQR: string;
1472
+ ScanQRInfo: string;
1465
1473
  SendForSigning: string;
1466
1474
  Sign: string;
1467
1475
  Signature: string;
1476
+ SignatureLook: string;
1468
1477
  Signed: string;
1478
+ SignOnThisDevice: string;
1469
1479
  Size: string;
1470
1480
  Type: string;
1471
1481
  AddSignatory: string;
@@ -1577,4 +1587,4 @@ declare const useHideZendesk: () => void;
1577
1587
 
1578
1588
  declare const useOnEsc: (onEsc: () => void, disabled?: boolean) => void;
1579
1589
 
1580
- 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 };
1590
+ 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, lsGet, lsRemove, lsSet, maxChar, parseUrlSearch, rootDir, rotateBase64Image, setActiveOrgUuid, setDefaultOrgUuid, setTemplateData, sizeInBytesPretty, splitBase64File, toastError, toastSuccess, useDefaultTemplate, useHideZendesk, useOnEsc };