@cryptlex/web-components 6.6.49 → 6.6.51
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/components/data-table.d.ts +28 -20
- package/package.json +2 -2
|
@@ -752,10 +752,24 @@ export declare const DataTableContext: React.Context<{
|
|
|
752
752
|
id: string;
|
|
753
753
|
} | {
|
|
754
754
|
id: string;
|
|
755
|
+
} | {
|
|
756
|
+
id: string;
|
|
757
|
+
} | {
|
|
758
|
+
id: string;
|
|
759
|
+
} | {
|
|
760
|
+
accountAlias: string;
|
|
761
|
+
} | {
|
|
762
|
+
accountAlias: string;
|
|
763
|
+
} | {
|
|
764
|
+
accountAlias: string;
|
|
765
|
+
} | {
|
|
766
|
+
accountAlias: string;
|
|
755
767
|
} | {
|
|
756
768
|
accountAlias: string;
|
|
769
|
+
organizationAlias: string;
|
|
757
770
|
} | {
|
|
758
771
|
accountAlias: string;
|
|
772
|
+
organizationAlias: string;
|
|
759
773
|
} | {
|
|
760
774
|
id: string;
|
|
761
775
|
} | {
|
|
@@ -1125,16 +1139,6 @@ export declare const DataTableContext: React.Context<{
|
|
|
1125
1139
|
id: string;
|
|
1126
1140
|
} | {
|
|
1127
1141
|
id: string;
|
|
1128
|
-
} | {
|
|
1129
|
-
accountAlias: string;
|
|
1130
|
-
} | {
|
|
1131
|
-
accountAlias: string;
|
|
1132
|
-
} | {
|
|
1133
|
-
accountAlias: string;
|
|
1134
|
-
organizationAlias: string;
|
|
1135
|
-
} | {
|
|
1136
|
-
accountAlias: string;
|
|
1137
|
-
organizationAlias: string;
|
|
1138
1142
|
} | {
|
|
1139
1143
|
id: string;
|
|
1140
1144
|
} | {
|
|
@@ -1557,10 +1561,24 @@ export declare function useDataTable(): {
|
|
|
1557
1561
|
id: string;
|
|
1558
1562
|
} | {
|
|
1559
1563
|
id: string;
|
|
1564
|
+
} | {
|
|
1565
|
+
id: string;
|
|
1566
|
+
} | {
|
|
1567
|
+
id: string;
|
|
1568
|
+
} | {
|
|
1569
|
+
accountAlias: string;
|
|
1570
|
+
} | {
|
|
1571
|
+
accountAlias: string;
|
|
1572
|
+
} | {
|
|
1573
|
+
accountAlias: string;
|
|
1574
|
+
} | {
|
|
1575
|
+
accountAlias: string;
|
|
1560
1576
|
} | {
|
|
1561
1577
|
accountAlias: string;
|
|
1578
|
+
organizationAlias: string;
|
|
1562
1579
|
} | {
|
|
1563
1580
|
accountAlias: string;
|
|
1581
|
+
organizationAlias: string;
|
|
1564
1582
|
} | {
|
|
1565
1583
|
id: string;
|
|
1566
1584
|
} | {
|
|
@@ -1930,16 +1948,6 @@ export declare function useDataTable(): {
|
|
|
1930
1948
|
id: string;
|
|
1931
1949
|
} | {
|
|
1932
1950
|
id: string;
|
|
1933
|
-
} | {
|
|
1934
|
-
accountAlias: string;
|
|
1935
|
-
} | {
|
|
1936
|
-
accountAlias: string;
|
|
1937
|
-
} | {
|
|
1938
|
-
accountAlias: string;
|
|
1939
|
-
organizationAlias: string;
|
|
1940
|
-
} | {
|
|
1941
|
-
accountAlias: string;
|
|
1942
|
-
organizationAlias: string;
|
|
1943
1951
|
} | {
|
|
1944
1952
|
id: string;
|
|
1945
1953
|
} | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptlex/web-components",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.51",
|
|
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.
|
|
51
|
+
"@cryptlex/web-api-types": "2.149.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",
|