@cryptlex/web-components 6.6.46 → 6.6.47
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 +40 -12
- package/package.json +2 -2
|
@@ -754,14 +754,8 @@ export declare const DataTableContext: React.Context<{
|
|
|
754
754
|
id: string;
|
|
755
755
|
} | {
|
|
756
756
|
accountAlias: string;
|
|
757
|
-
} | {
|
|
758
|
-
accountAlias: string;
|
|
759
|
-
organizationAlias: string;
|
|
760
757
|
} | {
|
|
761
758
|
accountAlias: string;
|
|
762
|
-
} | {
|
|
763
|
-
accountAlias: string;
|
|
764
|
-
organizationAlias: string;
|
|
765
759
|
} | {
|
|
766
760
|
id: string;
|
|
767
761
|
} | {
|
|
@@ -1131,6 +1125,26 @@ export declare const DataTableContext: React.Context<{
|
|
|
1131
1125
|
id: string;
|
|
1132
1126
|
} | {
|
|
1133
1127
|
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
|
+
} | {
|
|
1139
|
+
id: string;
|
|
1140
|
+
} | {
|
|
1141
|
+
id: string;
|
|
1142
|
+
} | {
|
|
1143
|
+
id: string;
|
|
1144
|
+
} | {
|
|
1145
|
+
id: string;
|
|
1146
|
+
} | {
|
|
1147
|
+
id: string;
|
|
1134
1148
|
} | {
|
|
1135
1149
|
id: string;
|
|
1136
1150
|
} | {
|
|
@@ -1545,14 +1559,8 @@ export declare function useDataTable(): {
|
|
|
1545
1559
|
id: string;
|
|
1546
1560
|
} | {
|
|
1547
1561
|
accountAlias: string;
|
|
1548
|
-
} | {
|
|
1549
|
-
accountAlias: string;
|
|
1550
|
-
organizationAlias: string;
|
|
1551
1562
|
} | {
|
|
1552
1563
|
accountAlias: string;
|
|
1553
|
-
} | {
|
|
1554
|
-
accountAlias: string;
|
|
1555
|
-
organizationAlias: string;
|
|
1556
1564
|
} | {
|
|
1557
1565
|
id: string;
|
|
1558
1566
|
} | {
|
|
@@ -1922,6 +1930,26 @@ export declare function useDataTable(): {
|
|
|
1922
1930
|
id: string;
|
|
1923
1931
|
} | {
|
|
1924
1932
|
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
|
+
} | {
|
|
1944
|
+
id: string;
|
|
1945
|
+
} | {
|
|
1946
|
+
id: string;
|
|
1947
|
+
} | {
|
|
1948
|
+
id: string;
|
|
1949
|
+
} | {
|
|
1950
|
+
id: string;
|
|
1951
|
+
} | {
|
|
1952
|
+
id: string;
|
|
1925
1953
|
} | {
|
|
1926
1954
|
id: string;
|
|
1927
1955
|
} | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptlex/web-components",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.47",
|
|
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.145.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",
|