@tanstack/react-table 8.0.0-alpha.3 → 8.0.0-alpha.30

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.
Files changed (107) hide show
  1. package/build/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -78
  2. package/build/cjs/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  3. package/build/cjs/index.js +96 -12
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/esm/index.js +39 -4687
  6. package/build/esm/index.js.map +1 -1
  7. package/build/stats-html.html +1 -1
  8. package/build/stats-react.json +28 -746
  9. package/build/types/index.d.ts +13 -7
  10. package/build/umd/index.development.js +49 -4689
  11. package/build/umd/index.development.js.map +1 -1
  12. package/build/umd/index.production.js +1 -1
  13. package/build/umd/index.production.js.map +1 -1
  14. package/package.json +4 -1
  15. package/src/index.tsx +103 -7
  16. package/build/cjs/aggregationTypes.js +0 -130
  17. package/build/cjs/aggregationTypes.js.map +0 -1
  18. package/build/cjs/core.js +0 -552
  19. package/build/cjs/core.js.map +0 -1
  20. package/build/cjs/createTable.js +0 -108
  21. package/build/cjs/createTable.js.map +0 -1
  22. package/build/cjs/features/ColumnSizing.js +0 -317
  23. package/build/cjs/features/ColumnSizing.js.map +0 -1
  24. package/build/cjs/features/Expanding.js +0 -255
  25. package/build/cjs/features/Expanding.js.map +0 -1
  26. package/build/cjs/features/Filters.js +0 -445
  27. package/build/cjs/features/Filters.js.map +0 -1
  28. package/build/cjs/features/Grouping.js +0 -249
  29. package/build/cjs/features/Grouping.js.map +0 -1
  30. package/build/cjs/features/Headers.js +0 -549
  31. package/build/cjs/features/Headers.js.map +0 -1
  32. package/build/cjs/features/Ordering.js +0 -86
  33. package/build/cjs/features/Ordering.js.map +0 -1
  34. package/build/cjs/features/Pagination.js +0 -194
  35. package/build/cjs/features/Pagination.js.map +0 -1
  36. package/build/cjs/features/Pinning.js +0 -149
  37. package/build/cjs/features/Pinning.js.map +0 -1
  38. package/build/cjs/features/RowSelection.js +0 -541
  39. package/build/cjs/features/RowSelection.js.map +0 -1
  40. package/build/cjs/features/Sorting.js +0 -327
  41. package/build/cjs/features/Sorting.js.map +0 -1
  42. package/build/cjs/features/Visibility.js +0 -166
  43. package/build/cjs/features/Visibility.js.map +0 -1
  44. package/build/cjs/filterTypes.js +0 -172
  45. package/build/cjs/filterTypes.js.map +0 -1
  46. package/build/cjs/sortTypes.js +0 -122
  47. package/build/cjs/sortTypes.js.map +0 -1
  48. package/build/cjs/utils/columnFilterRowsFn.js +0 -131
  49. package/build/cjs/utils/columnFilterRowsFn.js.map +0 -1
  50. package/build/cjs/utils/expandRowsFn.js +0 -38
  51. package/build/cjs/utils/expandRowsFn.js.map +0 -1
  52. package/build/cjs/utils/globalFilterRowsFn.js +0 -101
  53. package/build/cjs/utils/globalFilterRowsFn.js.map +0 -1
  54. package/build/cjs/utils/groupRowsFn.js +0 -155
  55. package/build/cjs/utils/groupRowsFn.js.map +0 -1
  56. package/build/cjs/utils/sortRowsFn.js +0 -94
  57. package/build/cjs/utils/sortRowsFn.js.map +0 -1
  58. package/build/cjs/utils.js +0 -146
  59. package/build/cjs/utils.js.map +0 -1
  60. package/build/types/aggregationTypes.d.ts +0 -22
  61. package/build/types/core.d.ts +0 -111
  62. package/build/types/createTable.d.ts +0 -53
  63. package/build/types/features/ColumnSizing.d.ts +0 -67
  64. package/build/types/features/Expanding.d.ts +0 -53
  65. package/build/types/features/Filters.d.ts +0 -98
  66. package/build/types/features/Grouping.d.ts +0 -82
  67. package/build/types/features/Headers.d.ts +0 -41
  68. package/build/types/features/Ordering.d.ts +0 -19
  69. package/build/types/features/Pagination.d.ts +0 -43
  70. package/build/types/features/Pinning.d.ts +0 -39
  71. package/build/types/features/RowSelection.d.ts +0 -66
  72. package/build/types/features/Sorting.d.ts +0 -78
  73. package/build/types/features/Visibility.d.ts +0 -47
  74. package/build/types/filterTypes.d.ts +0 -50
  75. package/build/types/sortTypes.d.ts +0 -18
  76. package/build/types/types.d.ts +0 -127
  77. package/build/types/utils/columnFilterRowsFn.d.ts +0 -2
  78. package/build/types/utils/expandRowsFn.d.ts +0 -2
  79. package/build/types/utils/globalFilterRowsFn.d.ts +0 -2
  80. package/build/types/utils/groupRowsFn.d.ts +0 -2
  81. package/build/types/utils/paginateRowsFn.d.ts +0 -2
  82. package/build/types/utils/sortRowsFn.d.ts +0 -2
  83. package/build/types/utils.d.ts +0 -28
  84. package/src/aggregationTypes.ts +0 -115
  85. package/src/core.tsx +0 -1182
  86. package/src/createTable.tsx +0 -241
  87. package/src/features/ColumnSizing.ts +0 -453
  88. package/src/features/Expanding.ts +0 -404
  89. package/src/features/Filters.ts +0 -762
  90. package/src/features/Grouping.ts +0 -466
  91. package/src/features/Headers.ts +0 -912
  92. package/src/features/Ordering.ts +0 -133
  93. package/src/features/Pagination.ts +0 -314
  94. package/src/features/Pinning.ts +0 -200
  95. package/src/features/RowSelection.ts +0 -831
  96. package/src/features/Sorting.ts +0 -547
  97. package/src/features/Visibility.ts +0 -279
  98. package/src/filterTypes.ts +0 -251
  99. package/src/sortTypes.ts +0 -159
  100. package/src/types.ts +0 -331
  101. package/src/utils/columnFilterRowsFn.ts +0 -155
  102. package/src/utils/expandRowsFn.ts +0 -50
  103. package/src/utils/globalFilterRowsFn.ts +0 -122
  104. package/src/utils/groupRowsFn.ts +0 -194
  105. package/src/utils/paginateRowsFn.ts +0 -34
  106. package/src/utils/sortRowsFn.ts +0 -115
  107. package/src/utils.tsx +0 -257
@@ -7,115 +7,12 @@
7
7
  "name": "index.production.js",
8
8
  "children": [
9
9
  {
10
- "name": "packages/react-table/src",
11
- "children": [
12
- {
13
- "name": "utils",
14
- "children": [
15
- {
16
- "uid": "a4f8-51",
17
- "name": "columnFilterRowsFn.ts"
18
- },
19
- {
20
- "uid": "a4f8-53",
21
- "name": "globalFilterRowsFn.ts"
22
- },
23
- {
24
- "uid": "a4f8-55",
25
- "name": "sortRowsFn.ts"
26
- },
27
- {
28
- "uid": "a4f8-61",
29
- "name": "groupRowsFn.ts"
30
- },
31
- {
32
- "uid": "a4f8-63",
33
- "name": "expandRowsFn.ts"
34
- }
35
- ]
36
- },
37
- {
38
- "uid": "a4f8-59",
39
- "name": "utils.tsx"
40
- },
41
- {
42
- "name": "features",
43
- "children": [
44
- {
45
- "uid": "a4f8-65",
46
- "name": "Visibility.ts"
47
- },
48
- {
49
- "uid": "a4f8-69",
50
- "name": "Grouping.ts"
51
- },
52
- {
53
- "uid": "a4f8-71",
54
- "name": "Ordering.ts"
55
- },
56
- {
57
- "uid": "a4f8-73",
58
- "name": "Pinning.ts"
59
- },
60
- {
61
- "uid": "a4f8-75",
62
- "name": "Headers.ts"
63
- },
64
- {
65
- "uid": "a4f8-79",
66
- "name": "Filters.ts"
67
- },
68
- {
69
- "uid": "a4f8-83",
70
- "name": "Sorting.ts"
71
- },
72
- {
73
- "uid": "a4f8-85",
74
- "name": "Expanding.ts"
75
- },
76
- {
77
- "uid": "a4f8-87",
78
- "name": "ColumnSizing.ts"
79
- },
80
- {
81
- "uid": "a4f8-89",
82
- "name": "Pagination.ts"
83
- },
84
- {
85
- "uid": "a4f8-91",
86
- "name": "RowSelection.ts"
87
- }
88
- ]
89
- },
90
- {
91
- "uid": "a4f8-67",
92
- "name": "aggregationTypes.ts"
93
- },
94
- {
95
- "uid": "a4f8-77",
96
- "name": "filterTypes.ts"
97
- },
98
- {
99
- "uid": "a4f8-81",
100
- "name": "sortTypes.ts"
101
- },
102
- {
103
- "uid": "a4f8-93",
104
- "name": "core.tsx"
105
- },
106
- {
107
- "uid": "a4f8-95",
108
- "name": "createTable.tsx"
109
- },
110
- {
111
- "uid": "a4f8-97",
112
- "name": "index.tsx"
113
- }
114
- ]
10
+ "uid": "134a-113",
11
+ "name": "\u0000rollupPluginBabelHelpers.js"
115
12
  },
116
13
  {
117
- "uid": "a4f8-57",
118
- "name": "\u0000rollupPluginBabelHelpers.js"
14
+ "name": "packages/react-table/src/index.tsx",
15
+ "uid": "134a-115"
119
16
  }
120
17
  ]
121
18
  }
@@ -123,684 +20,69 @@
123
20
  "isRoot": true
124
21
  },
125
22
  "nodeParts": {
126
- "a4f8-51": {
127
- "renderedLength": 3174,
128
- "gzipLength": 863,
129
- "brotliLength": 0,
130
- "mainUid": "a4f8-50"
131
- },
132
- "a4f8-53": {
133
- "renderedLength": 2540,
134
- "gzipLength": 721,
135
- "brotliLength": 0,
136
- "mainUid": "a4f8-52"
137
- },
138
- "a4f8-55": {
139
- "renderedLength": 2436,
140
- "gzipLength": 818,
141
- "brotliLength": 0,
142
- "mainUid": "a4f8-54"
143
- },
144
- "a4f8-57": {
145
- "renderedLength": 2695,
146
- "gzipLength": 1065,
147
- "brotliLength": 0,
148
- "mainUid": "a4f8-56"
149
- },
150
- "a4f8-59": {
151
- "renderedLength": 4119,
152
- "gzipLength": 1464,
153
- "brotliLength": 0,
154
- "mainUid": "a4f8-58"
155
- },
156
- "a4f8-61": {
157
- "renderedLength": 4814,
158
- "gzipLength": 1358,
159
- "brotliLength": 0,
160
- "mainUid": "a4f8-60"
161
- },
162
- "a4f8-63": {
163
- "renderedLength": 595,
164
- "gzipLength": 266,
165
- "brotliLength": 0,
166
- "mainUid": "a4f8-62"
167
- },
168
- "a4f8-65": {
169
- "renderedLength": 5635,
170
- "gzipLength": 1151,
171
- "brotliLength": 0,
172
- "mainUid": "a4f8-64"
173
- },
174
- "a4f8-67": {
175
- "renderedLength": 2520,
176
- "gzipLength": 755,
177
- "brotliLength": 0,
178
- "mainUid": "a4f8-66"
179
- },
180
- "a4f8-69": {
181
- "renderedLength": 7990,
182
- "gzipLength": 1739,
183
- "brotliLength": 0,
184
- "mainUid": "a4f8-68"
185
- },
186
- "a4f8-71": {
187
- "renderedLength": 2419,
188
- "gzipLength": 757,
189
- "brotliLength": 0,
190
- "mainUid": "a4f8-70"
191
- },
192
- "a4f8-73": {
193
- "renderedLength": 5178,
194
- "gzipLength": 1014,
23
+ "134a-113": {
24
+ "renderedLength": 410,
25
+ "gzipLength": 231,
195
26
  "brotliLength": 0,
196
- "mainUid": "a4f8-72"
27
+ "mainUid": "134a-112"
197
28
  },
198
- "a4f8-75": {
199
- "renderedLength": 18878,
200
- "gzipLength": 2991,
29
+ "134a-115": {
30
+ "renderedLength": 2378,
31
+ "gzipLength": 855,
201
32
  "brotliLength": 0,
202
- "mainUid": "a4f8-74"
203
- },
204
- "a4f8-77": {
205
- "renderedLength": 4437,
206
- "gzipLength": 786,
207
- "brotliLength": 0,
208
- "mainUid": "a4f8-76"
209
- },
210
- "a4f8-79": {
211
- "renderedLength": 17178,
212
- "gzipLength": 3007,
213
- "brotliLength": 0,
214
- "mainUid": "a4f8-78"
215
- },
216
- "a4f8-81": {
217
- "renderedLength": 2752,
218
- "gzipLength": 846,
219
- "brotliLength": 0,
220
- "mainUid": "a4f8-80"
221
- },
222
- "a4f8-83": {
223
- "renderedLength": 11632,
224
- "gzipLength": 2582,
225
- "brotliLength": 0,
226
- "mainUid": "a4f8-82"
227
- },
228
- "a4f8-85": {
229
- "renderedLength": 8046,
230
- "gzipLength": 1752,
231
- "brotliLength": 0,
232
- "mainUid": "a4f8-84"
233
- },
234
- "a4f8-87": {
235
- "renderedLength": 9842,
236
- "gzipLength": 2050,
237
- "brotliLength": 0,
238
- "mainUid": "a4f8-86"
239
- },
240
- "a4f8-89": {
241
- "renderedLength": 6238,
242
- "gzipLength": 1297,
243
- "brotliLength": 0,
244
- "mainUid": "a4f8-88"
245
- },
246
- "a4f8-91": {
247
- "renderedLength": 17855,
248
- "gzipLength": 3118,
249
- "brotliLength": 0,
250
- "mainUid": "a4f8-90"
251
- },
252
- "a4f8-93": {
253
- "renderedLength": 17033,
254
- "gzipLength": 3478,
255
- "brotliLength": 0,
256
- "mainUid": "a4f8-92"
257
- },
258
- "a4f8-95": {
259
- "renderedLength": 1855,
260
- "gzipLength": 503,
261
- "brotliLength": 0,
262
- "mainUid": "a4f8-94"
263
- },
264
- "a4f8-97": {
265
- "renderedLength": 0,
266
- "gzipLength": 0,
267
- "brotliLength": 0,
268
- "mainUid": "a4f8-96"
33
+ "mainUid": "134a-114"
269
34
  }
270
35
  },
271
36
  "nodeMetas": {
272
- "a4f8-50": {
273
- "id": "/packages/react-table/src/utils/columnFilterRowsFn.ts",
274
- "moduleParts": {
275
- "index.production.js": "a4f8-51"
276
- },
277
- "imported": [],
278
- "importedBy": [
279
- {
280
- "uid": "a4f8-96"
281
- }
282
- ]
283
- },
284
- "a4f8-52": {
285
- "id": "/packages/react-table/src/utils/globalFilterRowsFn.ts",
286
- "moduleParts": {
287
- "index.production.js": "a4f8-53"
288
- },
289
- "imported": [],
290
- "importedBy": [
291
- {
292
- "uid": "a4f8-96"
293
- }
294
- ]
295
- },
296
- "a4f8-54": {
297
- "id": "/packages/react-table/src/utils/sortRowsFn.ts",
298
- "moduleParts": {
299
- "index.production.js": "a4f8-55"
300
- },
301
- "imported": [],
302
- "importedBy": [
303
- {
304
- "uid": "a4f8-96"
305
- }
306
- ]
307
- },
308
- "a4f8-56": {
37
+ "134a-112": {
309
38
  "id": "\u0000rollupPluginBabelHelpers.js",
310
39
  "moduleParts": {
311
- "index.production.js": "a4f8-57"
312
- },
313
- "imported": [],
314
- "importedBy": [
315
- {
316
- "uid": "a4f8-94"
317
- },
318
- {
319
- "uid": "a4f8-58"
320
- },
321
- {
322
- "uid": "a4f8-92"
323
- },
324
- {
325
- "uid": "a4f8-64"
326
- },
327
- {
328
- "uid": "a4f8-82"
329
- },
330
- {
331
- "uid": "a4f8-84"
332
- },
333
- {
334
- "uid": "a4f8-86"
335
- },
336
- {
337
- "uid": "a4f8-88"
338
- },
339
- {
340
- "uid": "a4f8-90"
341
- },
342
- {
343
- "uid": "a4f8-66"
344
- }
345
- ]
346
- },
347
- "a4f8-58": {
348
- "id": "/packages/react-table/src/utils.tsx",
349
- "moduleParts": {
350
- "index.production.js": "a4f8-59"
351
- },
352
- "imported": [
353
- {
354
- "uid": "a4f8-56"
355
- },
356
- {
357
- "uid": "a4f8-99"
358
- }
359
- ],
360
- "importedBy": [
361
- {
362
- "uid": "a4f8-60"
363
- },
364
- {
365
- "uid": "a4f8-92"
366
- },
367
- {
368
- "uid": "a4f8-64"
369
- },
370
- {
371
- "uid": "a4f8-70"
372
- },
373
- {
374
- "uid": "a4f8-72"
375
- },
376
- {
377
- "uid": "a4f8-74"
378
- },
379
- {
380
- "uid": "a4f8-78"
381
- },
382
- {
383
- "uid": "a4f8-82"
384
- },
385
- {
386
- "uid": "a4f8-68"
387
- },
388
- {
389
- "uid": "a4f8-84"
390
- },
391
- {
392
- "uid": "a4f8-86"
393
- },
394
- {
395
- "uid": "a4f8-88"
396
- },
397
- {
398
- "uid": "a4f8-90"
399
- }
400
- ]
401
- },
402
- "a4f8-60": {
403
- "id": "/packages/react-table/src/utils/groupRowsFn.ts",
404
- "moduleParts": {
405
- "index.production.js": "a4f8-61"
406
- },
407
- "imported": [
408
- {
409
- "uid": "a4f8-58"
410
- }
411
- ],
412
- "importedBy": [
413
- {
414
- "uid": "a4f8-96"
415
- }
416
- ]
417
- },
418
- "a4f8-62": {
419
- "id": "/packages/react-table/src/utils/expandRowsFn.ts",
420
- "moduleParts": {
421
- "index.production.js": "a4f8-63"
40
+ "index.production.js": "134a-113"
422
41
  },
423
42
  "imported": [],
424
43
  "importedBy": [
425
44
  {
426
- "uid": "a4f8-96"
427
- }
428
- ]
429
- },
430
- "a4f8-64": {
431
- "id": "/packages/react-table/src/features/Visibility.ts",
432
- "moduleParts": {
433
- "index.production.js": "a4f8-65"
434
- },
435
- "imported": [
436
- {
437
- "uid": "a4f8-56"
438
- },
439
- {
440
- "uid": "a4f8-58"
441
- }
442
- ],
443
- "importedBy": [
444
- {
445
- "uid": "a4f8-92"
45
+ "uid": "134a-114"
446
46
  }
447
47
  ]
448
48
  },
449
- "a4f8-66": {
450
- "id": "/packages/react-table/src/aggregationTypes.ts",
451
- "moduleParts": {
452
- "index.production.js": "a4f8-67"
453
- },
454
- "imported": [
455
- {
456
- "uid": "a4f8-56"
457
- }
458
- ],
459
- "importedBy": [
460
- {
461
- "uid": "a4f8-68"
462
- }
463
- ]
464
- },
465
- "a4f8-68": {
466
- "id": "/packages/react-table/src/features/Grouping.ts",
467
- "moduleParts": {
468
- "index.production.js": "a4f8-69"
469
- },
470
- "imported": [
471
- {
472
- "uid": "a4f8-66"
473
- },
474
- {
475
- "uid": "a4f8-58"
476
- }
477
- ],
478
- "importedBy": [
479
- {
480
- "uid": "a4f8-92"
481
- },
482
- {
483
- "uid": "a4f8-70"
484
- }
485
- ]
486
- },
487
- "a4f8-70": {
488
- "id": "/packages/react-table/src/features/Ordering.ts",
489
- "moduleParts": {
490
- "index.production.js": "a4f8-71"
491
- },
492
- "imported": [
493
- {
494
- "uid": "a4f8-58"
495
- },
496
- {
497
- "uid": "a4f8-68"
498
- }
499
- ],
500
- "importedBy": [
501
- {
502
- "uid": "a4f8-92"
503
- }
504
- ]
505
- },
506
- "a4f8-72": {
507
- "id": "/packages/react-table/src/features/Pinning.ts",
508
- "moduleParts": {
509
- "index.production.js": "a4f8-73"
510
- },
511
- "imported": [
512
- {
513
- "uid": "a4f8-58"
514
- }
515
- ],
516
- "importedBy": [
517
- {
518
- "uid": "a4f8-92"
519
- }
520
- ]
521
- },
522
- "a4f8-74": {
523
- "id": "/packages/react-table/src/features/Headers.ts",
524
- "moduleParts": {
525
- "index.production.js": "a4f8-75"
526
- },
527
- "imported": [
528
- {
529
- "uid": "a4f8-58"
530
- }
531
- ],
532
- "importedBy": [
533
- {
534
- "uid": "a4f8-92"
535
- }
536
- ]
537
- },
538
- "a4f8-76": {
539
- "id": "/packages/react-table/src/filterTypes.ts",
540
- "moduleParts": {
541
- "index.production.js": "a4f8-77"
542
- },
543
- "imported": [],
544
- "importedBy": [
545
- {
546
- "uid": "a4f8-78"
547
- }
548
- ]
549
- },
550
- "a4f8-78": {
551
- "id": "/packages/react-table/src/features/Filters.ts",
552
- "moduleParts": {
553
- "index.production.js": "a4f8-79"
554
- },
555
- "imported": [
556
- {
557
- "uid": "a4f8-76"
558
- },
559
- {
560
- "uid": "a4f8-58"
561
- }
562
- ],
563
- "importedBy": [
564
- {
565
- "uid": "a4f8-92"
566
- }
567
- ]
568
- },
569
- "a4f8-80": {
570
- "id": "/packages/react-table/src/sortTypes.ts",
571
- "moduleParts": {
572
- "index.production.js": "a4f8-81"
573
- },
574
- "imported": [],
575
- "importedBy": [
576
- {
577
- "uid": "a4f8-82"
578
- }
579
- ]
580
- },
581
- "a4f8-82": {
582
- "id": "/packages/react-table/src/features/Sorting.ts",
583
- "moduleParts": {
584
- "index.production.js": "a4f8-83"
585
- },
586
- "imported": [
587
- {
588
- "uid": "a4f8-56"
589
- },
590
- {
591
- "uid": "a4f8-80"
592
- },
593
- {
594
- "uid": "a4f8-58"
595
- }
596
- ],
597
- "importedBy": [
598
- {
599
- "uid": "a4f8-92"
600
- }
601
- ]
602
- },
603
- "a4f8-84": {
604
- "id": "/packages/react-table/src/features/Expanding.ts",
605
- "moduleParts": {
606
- "index.production.js": "a4f8-85"
607
- },
608
- "imported": [
609
- {
610
- "uid": "a4f8-56"
611
- },
612
- {
613
- "uid": "a4f8-58"
614
- }
615
- ],
616
- "importedBy": [
617
- {
618
- "uid": "a4f8-92"
619
- }
620
- ]
621
- },
622
- "a4f8-86": {
623
- "id": "/packages/react-table/src/features/ColumnSizing.ts",
624
- "moduleParts": {
625
- "index.production.js": "a4f8-87"
626
- },
627
- "imported": [
628
- {
629
- "uid": "a4f8-56"
630
- },
631
- {
632
- "uid": "a4f8-58"
633
- }
634
- ],
635
- "importedBy": [
636
- {
637
- "uid": "a4f8-92"
638
- }
639
- ]
640
- },
641
- "a4f8-88": {
642
- "id": "/packages/react-table/src/features/Pagination.ts",
643
- "moduleParts": {
644
- "index.production.js": "a4f8-89"
645
- },
646
- "imported": [
647
- {
648
- "uid": "a4f8-56"
649
- },
650
- {
651
- "uid": "a4f8-58"
652
- }
653
- ],
654
- "importedBy": [
655
- {
656
- "uid": "a4f8-92"
657
- }
658
- ]
659
- },
660
- "a4f8-90": {
661
- "id": "/packages/react-table/src/features/RowSelection.ts",
662
- "moduleParts": {
663
- "index.production.js": "a4f8-91"
664
- },
665
- "imported": [
666
- {
667
- "uid": "a4f8-56"
668
- },
669
- {
670
- "uid": "a4f8-58"
671
- }
672
- ],
673
- "importedBy": [
674
- {
675
- "uid": "a4f8-92"
676
- }
677
- ]
678
- },
679
- "a4f8-92": {
680
- "id": "/packages/react-table/src/core.tsx",
681
- "moduleParts": {
682
- "index.production.js": "a4f8-93"
683
- },
684
- "imported": [
685
- {
686
- "uid": "a4f8-56"
687
- },
688
- {
689
- "uid": "a4f8-58"
690
- },
691
- {
692
- "uid": "a4f8-64"
693
- },
694
- {
695
- "uid": "a4f8-70"
696
- },
697
- {
698
- "uid": "a4f8-72"
699
- },
700
- {
701
- "uid": "a4f8-74"
702
- },
703
- {
704
- "uid": "a4f8-78"
705
- },
706
- {
707
- "uid": "a4f8-82"
708
- },
709
- {
710
- "uid": "a4f8-68"
711
- },
712
- {
713
- "uid": "a4f8-84"
714
- },
715
- {
716
- "uid": "a4f8-86"
717
- },
718
- {
719
- "uid": "a4f8-88"
720
- },
721
- {
722
- "uid": "a4f8-90"
723
- }
724
- ],
725
- "importedBy": [
726
- {
727
- "uid": "a4f8-94"
728
- }
729
- ]
730
- },
731
- "a4f8-94": {
732
- "id": "/packages/react-table/src/createTable.tsx",
733
- "moduleParts": {
734
- "index.production.js": "a4f8-95"
735
- },
736
- "imported": [
737
- {
738
- "uid": "a4f8-56"
739
- },
740
- {
741
- "uid": "a4f8-99"
742
- },
743
- {
744
- "uid": "a4f8-92"
745
- }
746
- ],
747
- "importedBy": [
748
- {
749
- "uid": "a4f8-96"
750
- }
751
- ]
752
- },
753
- "a4f8-96": {
49
+ "134a-114": {
754
50
  "id": "/packages/react-table/src/index.tsx",
755
51
  "moduleParts": {
756
- "index.production.js": "a4f8-97"
52
+ "index.production.js": "134a-115"
757
53
  },
758
54
  "imported": [
759
55
  {
760
- "uid": "a4f8-98"
761
- },
762
- {
763
- "uid": "a4f8-50"
764
- },
765
- {
766
- "uid": "a4f8-52"
56
+ "uid": "134a-112"
767
57
  },
768
58
  {
769
- "uid": "a4f8-54"
59
+ "uid": "134a-116"
770
60
  },
771
61
  {
772
- "uid": "a4f8-60"
773
- },
774
- {
775
- "uid": "a4f8-62"
776
- },
777
- {
778
- "uid": "a4f8-94"
62
+ "uid": "134a-117"
779
63
  }
780
64
  ],
781
65
  "importedBy": [],
782
66
  "isEntry": true
783
67
  },
784
- "a4f8-98": {
785
- "id": "/packages/react-table/src/types.ts",
68
+ "134a-116": {
69
+ "id": "react",
786
70
  "moduleParts": {},
787
71
  "imported": [],
788
72
  "importedBy": [
789
73
  {
790
- "uid": "a4f8-96"
74
+ "uid": "134a-114"
791
75
  }
792
- ]
76
+ ],
77
+ "isExternal": true
793
78
  },
794
- "a4f8-99": {
795
- "id": "react",
79
+ "134a-117": {
80
+ "id": "@tanstack/table-core",
796
81
  "moduleParts": {},
797
82
  "imported": [],
798
83
  "importedBy": [
799
84
  {
800
- "uid": "a4f8-94"
801
- },
802
- {
803
- "uid": "a4f8-58"
85
+ "uid": "134a-114"
804
86
  }
805
87
  ],
806
88
  "isExternal": true