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