@react-aria/collections
Advanced tools
Comparing version 3.0.0-nightly-9b3385ac6-250228 to 3.0.0-nightly-9bd8a5f19-250304
@@ -156,3 +156,3 @@ | ||
// to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection | ||
filter(filterFn) { | ||
UNSTABLE_filter(filterFn) { | ||
let newCollection = new $499e2959ba1abacc$export$408d25a4e12db025(); | ||
@@ -159,0 +159,0 @@ // This tracks the absolute last node we've visited in the collection when filtering, used for setting up the filteredCollection's lastKey and |
@@ -149,3 +149,3 @@ /* | ||
// to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection | ||
filter(filterFn) { | ||
UNSTABLE_filter(filterFn) { | ||
let newCollection = new $23b9f4fcf0fe224b$export$408d25a4e12db025(); | ||
@@ -152,0 +152,0 @@ // This tracks the absolute last node we've visited in the collection when filtering, used for setting up the filteredCollection's lastKey and |
@@ -47,3 +47,3 @@ import { Collection as _Collection1, Key, Node } from "@react-types/shared"; | ||
commit(firstKey: Key | null, lastKey: Key | null, isSSR?: boolean): void; | ||
filter(filterFn: (nodeValue: string) => boolean): BaseCollection<T>; | ||
UNSTABLE_filter(filterFn: (nodeValue: string) => boolean): BaseCollection<T>; | ||
} | ||
@@ -50,0 +50,0 @@ export interface CachedChildrenOptions<T> { |
{ | ||
"name": "@react-aria/collections", | ||
"version": "3.0.0-nightly-9b3385ac6-250228", | ||
"version": "3.0.0-nightly-9bd8a5f19-250304", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,6 +25,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/interactions": "3.0.0-nightly-9b3385ac6-250228", | ||
"@react-aria/ssr": "3.0.0-nightly-9b3385ac6-250228", | ||
"@react-aria/utils": "3.0.0-nightly-9b3385ac6-250228", | ||
"@react-types/shared": "3.0.0-nightly-9b3385ac6-250228", | ||
"@react-aria/interactions": "3.0.0-nightly-9bd8a5f19-250304", | ||
"@react-aria/ssr": "3.0.0-nightly-9bd8a5f19-250304", | ||
"@react-aria/utils": "3.0.0-nightly-9bd8a5f19-250304", | ||
"@react-types/shared": "3.0.0-nightly-9bd8a5f19-250304", | ||
"@swc/helpers": "^0.5.0", | ||
@@ -31,0 +31,0 @@ "use-sync-external-store": "^1.4.0" |
@@ -220,3 +220,3 @@ /* | ||
// to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection | ||
filter(filterFn: (nodeValue: string) => boolean): BaseCollection<T> { | ||
UNSTABLE_filter(filterFn: (nodeValue: string) => boolean): BaseCollection<T> { | ||
let newCollection = new BaseCollection<T>(); | ||
@@ -223,0 +223,0 @@ // This tracks the absolute last node we've visited in the collection when filtering, used for setting up the filteredCollection's lastKey and |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
334595
+ Added@react-aria/interactions@3.0.0-nightly-9bd8a5f19-250304(transitive)
+ Added@react-aria/ssr@3.0.0-nightly-9bd8a5f19-250304(transitive)
+ Added@react-aria/utils@3.0.0-nightly-9bd8a5f19-250304(transitive)
+ Added@react-stately/flags@3.0.0-nightly-9bd8a5f19-250304(transitive)
+ Added@react-stately/utils@3.0.0-nightly-9bd8a5f19-250304(transitive)
+ Added@react-types/shared@3.0.0-nightly-9bd8a5f19-250304(transitive)
- Removed@react-aria/interactions@3.0.0-nightly-9b3385ac6-250228(transitive)
- Removed@react-aria/ssr@3.0.0-nightly-9b3385ac6-250228(transitive)
- Removed@react-aria/utils@3.0.0-nightly-9b3385ac6-250228(transitive)
- Removed@react-stately/flags@3.0.0-nightly-9b3385ac6-250228(transitive)
- Removed@react-stately/utils@3.0.0-nightly-9b3385ac6-250228(transitive)
- Removed@react-types/shared@3.0.0-nightly-9b3385ac6-250228(transitive)
Updated@react-aria/interactions@3.0.0-nightly-9bd8a5f19-250304