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