@cryptlex/web-components 6.6.23 → 6.6.24

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.
@@ -99,6 +99,9 @@ export declare const DataTableContext: import('react').Context<{
99
99
  id: string;
100
100
  } | {
101
101
  id: string;
102
+ } | {
103
+ id: string;
104
+ organizationId: string;
102
105
  } | {
103
106
  id: string;
104
107
  } | {
@@ -144,12 +147,18 @@ export declare const DataTableContext: import('react').Context<{
144
147
  in?: string;
145
148
  nin?: string;
146
149
  };
150
+ } | {
151
+ id: string;
147
152
  } | {
148
153
  accountAlias: string;
149
154
  } | {
150
155
  accountAlias: string;
156
+ organizationAlias: string;
151
157
  } | {
152
- id: string;
158
+ accountAlias: string;
159
+ } | {
160
+ accountAlias: string;
161
+ organizationAlias: string;
153
162
  } | {
154
163
  id: string;
155
164
  } | {
@@ -174,12 +183,12 @@ export declare const DataTableContext: import('react').Context<{
174
183
  id: string;
175
184
  } | {
176
185
  id: string;
177
- entitlementId: string;
178
186
  } | {
179
187
  id: string;
180
188
  entitlementId: string;
181
189
  } | {
182
190
  id: string;
191
+ entitlementId: string;
183
192
  } | {
184
193
  id: string;
185
194
  } | {
@@ -278,6 +287,14 @@ export declare const DataTableContext: import('react').Context<{
278
287
  id: string;
279
288
  } | {
280
289
  id: string;
290
+ } | {
291
+ id: string;
292
+ } | {
293
+ id: string;
294
+ } | {
295
+ id: string;
296
+ } | {
297
+ id: string;
281
298
  } | {
282
299
  organizationId: string;
283
300
  } | {
@@ -372,6 +389,8 @@ export declare const DataTableContext: import('react').Context<{
372
389
  id: string;
373
390
  } | {
374
391
  id: string;
392
+ } | {
393
+ id: string;
375
394
  } | {
376
395
  resellerId: string;
377
396
  } | {
@@ -572,6 +591,9 @@ export declare function useDataTable(): {
572
591
  id: string;
573
592
  } | {
574
593
  id: string;
594
+ } | {
595
+ id: string;
596
+ organizationId: string;
575
597
  } | {
576
598
  id: string;
577
599
  } | {
@@ -617,12 +639,18 @@ export declare function useDataTable(): {
617
639
  in?: string;
618
640
  nin?: string;
619
641
  };
642
+ } | {
643
+ id: string;
620
644
  } | {
621
645
  accountAlias: string;
622
646
  } | {
623
647
  accountAlias: string;
648
+ organizationAlias: string;
624
649
  } | {
625
- id: string;
650
+ accountAlias: string;
651
+ } | {
652
+ accountAlias: string;
653
+ organizationAlias: string;
626
654
  } | {
627
655
  id: string;
628
656
  } | {
@@ -647,12 +675,12 @@ export declare function useDataTable(): {
647
675
  id: string;
648
676
  } | {
649
677
  id: string;
650
- entitlementId: string;
651
678
  } | {
652
679
  id: string;
653
680
  entitlementId: string;
654
681
  } | {
655
682
  id: string;
683
+ entitlementId: string;
656
684
  } | {
657
685
  id: string;
658
686
  } | {
@@ -751,6 +779,14 @@ export declare function useDataTable(): {
751
779
  id: string;
752
780
  } | {
753
781
  id: string;
782
+ } | {
783
+ id: string;
784
+ } | {
785
+ id: string;
786
+ } | {
787
+ id: string;
788
+ } | {
789
+ id: string;
754
790
  } | {
755
791
  organizationId: string;
756
792
  } | {
@@ -845,6 +881,8 @@ export declare function useDataTable(): {
845
881
  id: string;
846
882
  } | {
847
883
  id: string;
884
+ } | {
885
+ id: string;
848
886
  } | {
849
887
  resellerId: string;
850
888
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptlex/web-components",
3
- "version": "6.6.23",
3
+ "version": "6.6.24",
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.138.0",
51
+ "@cryptlex/web-api-types": "2.139.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",