@cryptlex/web-components 6.6.78 → 6.6.79

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.
@@ -766,10 +766,6 @@ export declare const DataTableContext: React.Context<{
766
766
  accountAlias: string;
767
767
  } | {
768
768
  accountAlias: string;
769
- } | {
770
- accountAlias: string;
771
- } | {
772
- accountAlias: string;
773
769
  } | {
774
770
  accountAlias: string;
775
771
  organizationAlias: string;
@@ -852,6 +848,12 @@ export declare const DataTableContext: React.Context<{
852
848
  id: string;
853
849
  } | {
854
850
  id: string;
851
+ } | {
852
+ id: string;
853
+ } | {
854
+ id: string;
855
+ } | {
856
+ id: string;
855
857
  } | {
856
858
  id: string;
857
859
  featureEntitlementId: string;
@@ -898,6 +900,16 @@ export declare const DataTableContext: React.Context<{
898
900
  } | {
899
901
  organizationId: string;
900
902
  id: string;
903
+ } | {
904
+ organizationId: string;
905
+ } | {
906
+ organizationId: string;
907
+ id: string;
908
+ } | {
909
+ organizationId: string;
910
+ } | {
911
+ organizationId: string;
912
+ id: string;
901
913
  } | {
902
914
  id: string;
903
915
  } | {
@@ -1008,6 +1020,8 @@ export declare const DataTableContext: React.Context<{
1008
1020
  id: string;
1009
1021
  } | {
1010
1022
  id: string;
1023
+ } | {
1024
+ id: string;
1011
1025
  } | {
1012
1026
  resellerId: string;
1013
1027
  } | {
@@ -1175,6 +1189,8 @@ export declare const DataTableContext: React.Context<{
1175
1189
  id: string;
1176
1190
  } | {
1177
1191
  id: string;
1192
+ } | {
1193
+ id: string;
1178
1194
  } | undefined> | undefined;
1179
1195
  readonly viewMode: "card" | "table";
1180
1196
  readonly setViewMode: React.Dispatch<React.SetStateAction<"card" | "table">>;
@@ -1583,10 +1599,6 @@ export declare function useDataTable(): {
1583
1599
  accountAlias: string;
1584
1600
  } | {
1585
1601
  accountAlias: string;
1586
- } | {
1587
- accountAlias: string;
1588
- } | {
1589
- accountAlias: string;
1590
1602
  } | {
1591
1603
  accountAlias: string;
1592
1604
  organizationAlias: string;
@@ -1669,6 +1681,12 @@ export declare function useDataTable(): {
1669
1681
  id: string;
1670
1682
  } | {
1671
1683
  id: string;
1684
+ } | {
1685
+ id: string;
1686
+ } | {
1687
+ id: string;
1688
+ } | {
1689
+ id: string;
1672
1690
  } | {
1673
1691
  id: string;
1674
1692
  featureEntitlementId: string;
@@ -1715,6 +1733,16 @@ export declare function useDataTable(): {
1715
1733
  } | {
1716
1734
  organizationId: string;
1717
1735
  id: string;
1736
+ } | {
1737
+ organizationId: string;
1738
+ } | {
1739
+ organizationId: string;
1740
+ id: string;
1741
+ } | {
1742
+ organizationId: string;
1743
+ } | {
1744
+ organizationId: string;
1745
+ id: string;
1718
1746
  } | {
1719
1747
  id: string;
1720
1748
  } | {
@@ -1825,6 +1853,8 @@ export declare function useDataTable(): {
1825
1853
  id: string;
1826
1854
  } | {
1827
1855
  id: string;
1856
+ } | {
1857
+ id: string;
1828
1858
  } | {
1829
1859
  resellerId: string;
1830
1860
  } | {
@@ -1992,6 +2022,8 @@ export declare function useDataTable(): {
1992
2022
  id: string;
1993
2023
  } | {
1994
2024
  id: string;
2025
+ } | {
2026
+ id: string;
1995
2027
  } | undefined> | undefined;
1996
2028
  readonly viewMode: "card" | "table";
1997
2029
  readonly setViewMode: React.Dispatch<React.SetStateAction<"card" | "table">>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptlex/web-components",
3
- "version": "6.6.78",
3
+ "version": "6.6.79",
4
4
  "description": "React component library for Cryptlex web applications",
5
5
  "author": "Cryptlex",
6
6
  "type": "module",
@@ -48,7 +48,7 @@
48
48
  "*.{ts,tsx,css,scss,json}": "prettier --write"
49
49
  },
50
50
  "peerDependencies": {
51
- "@cryptlex/web-api-types": "2.151.0",
51
+ "@cryptlex/web-api-types": "2.155.0",
52
52
  "@dnd-kit/core": "6.3.1",
53
53
  "@dnd-kit/sortable": "10.0.0",
54
54
  "@dnd-kit/utilities": "3.2.2",