@tanstack/react-table 8.0.0-alpha.5 → 8.0.0-alpha.50

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