@tanstack/react-table 8.0.0-alpha.8 → 8.0.0-alpha.80

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