@react-stately/selection
Advanced tools
Comparing version 3.0.0-nightly-25f304dea-241008 to 3.0.0-nightly-3f67667d5-241110
@@ -115,2 +115,3 @@ import { DisabledBehavior, FocusStrategy, Key, LongPressEvent, PressEvent, Selection, SelectionBehavior, SelectionMode, MultipleSelection, Collection, LayoutDelegate, Node } from "@react-types/shared"; | ||
export class SelectionManager implements MultipleSelectionManager { | ||
collection: Collection<Node<unknown>>; | ||
constructor(collection: Collection<Node<unknown>>, state: MultipleSelectionState, options?: SelectionManagerOptions); | ||
@@ -117,0 +118,0 @@ /** |
{ | ||
"name": "@react-stately/selection", | ||
"version": "3.0.0-nightly-25f304dea-241008", | ||
"version": "3.0.0-nightly-3f67667d5-241110", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,5 +25,5 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-stately/collections": "^3.0.0-nightly-25f304dea-241008", | ||
"@react-stately/utils": "^3.0.0-nightly-25f304dea-241008", | ||
"@react-types/shared": "^3.0.0-nightly-25f304dea-241008", | ||
"@react-stately/collections": "^3.0.0-nightly-3f67667d5-241110", | ||
"@react-stately/utils": "^3.0.0-nightly-3f67667d5-241110", | ||
"@react-types/shared": "^3.0.0-nightly-3f67667d5-241110", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -30,0 +30,0 @@ }, |
@@ -38,3 +38,3 @@ /* | ||
export class SelectionManager implements MultipleSelectionManager { | ||
private collection: Collection<Node<unknown>>; | ||
collection: Collection<Node<unknown>>; | ||
private state: MultipleSelectionState; | ||
@@ -41,0 +41,0 @@ private allowsCellSelection: boolean; |
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
166815
2225