@react-stately/selection
Advanced tools
Comparing version 3.0.0-nightly-25f304dea-241008 to 3.0.0-nightly-262cc758b-241114
@@ -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-262cc758b-241114", | ||
"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-262cc758b-241114", | ||
"@react-stately/utils": "^3.0.0-nightly-262cc758b-241114", | ||
"@react-types/shared": "^3.0.0-nightly-262cc758b-241114", | ||
"@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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166815
2225