@tanstack/table-core 8.0.0-alpha.23 → 8.0.0-alpha.26

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