@react-stately/virtualizer 3.2.2-nightly.3362 → 3.2.2-nightly.3373
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/dist/main.js +7 -43
- package/dist/main.js.map +1 -1
- package/dist/module.js +0 -24
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +60 -60
- package/dist/types.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/index.ts +9 -7
package/dist/main.js
CHANGED
|
@@ -1,28 +1,17 @@
|
|
|
1
1
|
var $aEpNF$react = require("react");
|
|
2
2
|
var $aEpNF$reactariautils = require("@react-aria/utils");
|
|
3
3
|
|
|
4
|
-
function $parcel$exportWildcard(dest, source) {
|
|
5
|
-
Object.keys(source).forEach(function(key) {
|
|
6
|
-
if (key === 'default' || key === '__esModule' || dest.hasOwnProperty(key)) {
|
|
7
|
-
return;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
Object.defineProperty(dest, key, {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function get() {
|
|
13
|
-
return source[key];
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
return dest;
|
|
19
|
-
}
|
|
20
4
|
function $parcel$export(e, n, v, s) {
|
|
21
5
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
22
6
|
}
|
|
23
|
-
var $ac14d65a0ec196dd$exports = {};
|
|
24
7
|
|
|
25
|
-
$parcel$export(
|
|
8
|
+
$parcel$export(module.exports, "Layout", () => $ac14d65a0ec196dd$export$c84671f46d6a1ca);
|
|
9
|
+
$parcel$export(module.exports, "LayoutInfo", () => $8a899922c0a55745$export$7e0eeb9da702a085);
|
|
10
|
+
$parcel$export(module.exports, "Point", () => $f89f15d7f52bce29$export$baf26146a414f24a);
|
|
11
|
+
$parcel$export(module.exports, "Rect", () => $41b7691783731623$export$c79fc6492f3af13d);
|
|
12
|
+
$parcel$export(module.exports, "Size", () => $064492b79924894c$export$cb6da89c6af1a8ec);
|
|
13
|
+
$parcel$export(module.exports, "ReusableView", () => $197a1781bd47f5b9$export$1a5223887c560441);
|
|
14
|
+
$parcel$export(module.exports, "useVirtualizerState", () => $f02ef43b5e8eee9b$export$1505db82fe357e65);
|
|
26
15
|
class $ac14d65a0ec196dd$export$c84671f46d6a1ca {
|
|
27
16
|
/**
|
|
28
17
|
* Returns whether the layout should invalidate in response to
|
|
@@ -82,9 +71,6 @@ class $ac14d65a0ec196dd$export$c84671f46d6a1ca {
|
|
|
82
71
|
}
|
|
83
72
|
|
|
84
73
|
|
|
85
|
-
var $8a899922c0a55745$exports = {};
|
|
86
|
-
|
|
87
|
-
$parcel$export($8a899922c0a55745$exports, "LayoutInfo", () => $8a899922c0a55745$export$7e0eeb9da702a085);
|
|
88
74
|
class $8a899922c0a55745$export$7e0eeb9da702a085 {
|
|
89
75
|
/**
|
|
90
76
|
* Returns a copy of the LayoutInfo.
|
|
@@ -119,9 +105,6 @@ class $8a899922c0a55745$export$7e0eeb9da702a085 {
|
|
|
119
105
|
}
|
|
120
106
|
|
|
121
107
|
|
|
122
|
-
var $f89f15d7f52bce29$exports = {};
|
|
123
|
-
|
|
124
|
-
$parcel$export($f89f15d7f52bce29$exports, "Point", () => $f89f15d7f52bce29$export$baf26146a414f24a);
|
|
125
108
|
class $f89f15d7f52bce29$export$baf26146a414f24a {
|
|
126
109
|
/**
|
|
127
110
|
* Returns a copy of this point.
|
|
@@ -145,9 +128,6 @@ class $f89f15d7f52bce29$export$baf26146a414f24a {
|
|
|
145
128
|
}
|
|
146
129
|
|
|
147
130
|
|
|
148
|
-
var $41b7691783731623$exports = {};
|
|
149
|
-
|
|
150
|
-
$parcel$export($41b7691783731623$exports, "Rect", () => $41b7691783731623$export$c79fc6492f3af13d);
|
|
151
131
|
|
|
152
132
|
class $41b7691783731623$export$c79fc6492f3af13d {
|
|
153
133
|
/**
|
|
@@ -241,9 +221,6 @@ class $41b7691783731623$export$c79fc6492f3af13d {
|
|
|
241
221
|
}
|
|
242
222
|
|
|
243
223
|
|
|
244
|
-
var $064492b79924894c$exports = {};
|
|
245
|
-
|
|
246
|
-
$parcel$export($064492b79924894c$exports, "Size", () => $064492b79924894c$export$cb6da89c6af1a8ec);
|
|
247
224
|
class $064492b79924894c$export$cb6da89c6af1a8ec {
|
|
248
225
|
/**
|
|
249
226
|
* Returns a copy of this size.
|
|
@@ -262,9 +239,6 @@ class $064492b79924894c$export$cb6da89c6af1a8ec {
|
|
|
262
239
|
}
|
|
263
240
|
|
|
264
241
|
|
|
265
|
-
var $197a1781bd47f5b9$exports = {};
|
|
266
|
-
|
|
267
|
-
$parcel$export($197a1781bd47f5b9$exports, "ReusableView", () => $197a1781bd47f5b9$export$1a5223887c560441);
|
|
268
242
|
let $197a1781bd47f5b9$var$KEY = 0;
|
|
269
243
|
class $197a1781bd47f5b9$export$1a5223887c560441 {
|
|
270
244
|
/**
|
|
@@ -281,9 +255,6 @@ class $197a1781bd47f5b9$export$1a5223887c560441 {
|
|
|
281
255
|
}
|
|
282
256
|
|
|
283
257
|
|
|
284
|
-
var $f02ef43b5e8eee9b$exports = {};
|
|
285
|
-
|
|
286
|
-
$parcel$export($f02ef43b5e8eee9b$exports, "useVirtualizerState", () => $f02ef43b5e8eee9b$export$1505db82fe357e65);
|
|
287
258
|
|
|
288
259
|
|
|
289
260
|
|
|
@@ -1263,13 +1234,6 @@ function $f02ef43b5e8eee9b$export$1505db82fe357e65(opts) {
|
|
|
1263
1234
|
}
|
|
1264
1235
|
|
|
1265
1236
|
|
|
1266
|
-
$parcel$exportWildcard(module.exports, $ac14d65a0ec196dd$exports);
|
|
1267
|
-
$parcel$exportWildcard(module.exports, $8a899922c0a55745$exports);
|
|
1268
|
-
$parcel$exportWildcard(module.exports, $f89f15d7f52bce29$exports);
|
|
1269
|
-
$parcel$exportWildcard(module.exports, $41b7691783731623$exports);
|
|
1270
|
-
$parcel$exportWildcard(module.exports, $064492b79924894c$exports);
|
|
1271
|
-
$parcel$exportWildcard(module.exports, $197a1781bd47f5b9$exports);
|
|
1272
|
-
$parcel$exportWildcard(module.exports, $f02ef43b5e8eee9b$exports);
|
|
1273
1237
|
|
|
1274
1238
|
|
|
1275
1239
|
//# sourceMappingURL=main.js.map
|