@tanstack/react-table 8.0.0-alpha.9 → 8.0.0-beta.2

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