@inceptionbg/iui 2.0.64 → 2.0.66

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
@@ -333,6 +333,8 @@ type ITableDataIconAction = {
333
333
  };
334
334
  interface ITableDataActions<T = unknown> {
335
335
  hasEditAccess?: boolean;
336
+ editTooltip?: string;
337
+ deleteTooltip?: string;
336
338
  additionalIconActions?: (item: T) => ITableDataIconAction[];
337
339
  actions?: (item: T) => ITableDataAction[];
338
340
  }
@@ -1453,6 +1455,7 @@ declare const i18nIUICyrilic: {
1453
1455
  DueToLargeAmountOfDataReportIsBeingSentToEmail: string;
1454
1456
  TotalRows: string;
1455
1457
  FastLinks: string;
1458
+ BusinessYear: string;
1456
1459
  CharMin: string;
1457
1460
  CharRange: string;
1458
1461
  CharNumber: string;
@@ -1549,6 +1552,7 @@ declare const i18nIUILatin: {
1549
1552
  DueToLargeAmountOfDataReportIsBeingSentToEmail: string;
1550
1553
  TotalRows: string;
1551
1554
  FastLinks: string;
1555
+ BusinessYear: string;
1552
1556
  CharMin: string;
1553
1557
  CharRange: string;
1554
1558
  CharNumber: string;
@@ -1645,6 +1649,7 @@ declare const i18nIUIMe: {
1645
1649
  DueToLargeAmountOfDataReportIsBeingSentToEmail: string;
1646
1650
  TotalRows: string;
1647
1651
  FastLinks: string;
1652
+ BusinessYear: string;
1648
1653
  CharMin: string;
1649
1654
  CharRange: string;
1650
1655
  CharNumber: string;