@cryptlex/web-components 6.6.6-alpha91 → 6.6.6-alpha92
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.
|
@@ -135,6 +135,8 @@ export declare const DataTableContext: import('react').Context<{
|
|
|
135
135
|
id: string;
|
|
136
136
|
} | {
|
|
137
137
|
id: string;
|
|
138
|
+
} | {
|
|
139
|
+
id: string;
|
|
138
140
|
} | {
|
|
139
141
|
accountAlias: string;
|
|
140
142
|
} | {
|
|
@@ -359,6 +361,8 @@ export declare const DataTableContext: import('react').Context<{
|
|
|
359
361
|
id: string;
|
|
360
362
|
} | {
|
|
361
363
|
id: string;
|
|
364
|
+
} | {
|
|
365
|
+
id: string;
|
|
362
366
|
} | {
|
|
363
367
|
resellerId: string;
|
|
364
368
|
} | {
|
|
@@ -508,6 +512,8 @@ export declare const DataTableContext: import('react').Context<{
|
|
|
508
512
|
id: string;
|
|
509
513
|
} | {
|
|
510
514
|
id: string;
|
|
515
|
+
} | {
|
|
516
|
+
id: string;
|
|
511
517
|
} | undefined> | undefined;
|
|
512
518
|
} | null>;
|
|
513
519
|
export declare function useDataTable(): {
|
|
@@ -593,6 +599,8 @@ export declare function useDataTable(): {
|
|
|
593
599
|
id: string;
|
|
594
600
|
} | {
|
|
595
601
|
id: string;
|
|
602
|
+
} | {
|
|
603
|
+
id: string;
|
|
596
604
|
} | {
|
|
597
605
|
accountAlias: string;
|
|
598
606
|
} | {
|
|
@@ -817,6 +825,8 @@ export declare function useDataTable(): {
|
|
|
817
825
|
id: string;
|
|
818
826
|
} | {
|
|
819
827
|
id: string;
|
|
828
|
+
} | {
|
|
829
|
+
id: string;
|
|
820
830
|
} | {
|
|
821
831
|
resellerId: string;
|
|
822
832
|
} | {
|
|
@@ -966,6 +976,8 @@ export declare function useDataTable(): {
|
|
|
966
976
|
id: string;
|
|
967
977
|
} | {
|
|
968
978
|
id: string;
|
|
979
|
+
} | {
|
|
980
|
+
id: string;
|
|
969
981
|
} | undefined> | undefined;
|
|
970
982
|
};
|
|
971
983
|
export declare function DataTableProvider<T extends object, TOperation extends keyof operations>({ children, ...props }: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptlex/web-components",
|
|
3
|
-
"version": "6.6.6-
|
|
3
|
+
"version": "6.6.6-alpha92",
|
|
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.129.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",
|