@react-stately/grid
Advanced tools
Comparing version 3.0.1-nightly.2949 to 3.0.1-nightly.2960
import { GridCollection as _GridCollection1, GridNode, GridRow } from "@react-types/grid"; | ||
import { Key } from "react"; | ||
import { MultipleSelection } from "@react-types/shared"; | ||
import { SelectionManager } from "@react-stately/selection"; | ||
import { MultipleSelectionStateProps, SelectionManager } from "@react-stately/selection"; | ||
export interface GridState<T, C extends _GridCollection1<T>> { | ||
@@ -12,3 +11,3 @@ collection: C; | ||
} | ||
interface GridStateOptions<T, C extends _GridCollection1<T>> extends MultipleSelection { | ||
interface GridStateOptions<T, C extends _GridCollection1<T>> extends MultipleSelectionStateProps { | ||
collection: C; | ||
@@ -15,0 +14,0 @@ disabledKeys?: Iterable<Key>; |
{ | ||
"name": "@react-stately/grid", | ||
"version": "3.0.1-nightly.2949+ab0323af3", | ||
"version": "3.0.1-nightly.2960+e3e6db065", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,5 +21,5 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-stately/selection": "3.0.0-nightly.1263+ab0323af3", | ||
"@react-types/grid": "3.0.1-nightly.2949+ab0323af3", | ||
"@react-types/shared": "3.0.0-nightly.1263+ab0323af3" | ||
"@react-stately/selection": "3.0.0-nightly.1274+e3e6db065", | ||
"@react-types/grid": "3.0.1-nightly.2960+e3e6db065", | ||
"@react-types/shared": "3.0.0-nightly.1274+e3e6db065" | ||
}, | ||
@@ -32,3 +32,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "ab0323af3512117c9607304a66a33faf026929c9" | ||
"gitHead": "e3e6db06554d632e6edef831002fa3fda0cef1c2" | ||
} |
import {GridCollection} from '@react-types/grid'; | ||
import {Key, useEffect, useMemo} from 'react'; | ||
import {MultipleSelection} from '@react-types/shared'; | ||
import {SelectionManager, useMultipleSelectionState} from '@react-stately/selection'; | ||
import {MultipleSelectionStateProps, SelectionManager, useMultipleSelectionState} from '@react-stately/selection'; | ||
@@ -14,3 +13,3 @@ export interface GridState<T, C extends GridCollection<T>> { | ||
interface GridStateOptions<T, C extends GridCollection<T>> extends MultipleSelection { | ||
interface GridStateOptions<T, C extends GridCollection<T>> extends MultipleSelectionStateProps { | ||
collection: C, | ||
@@ -17,0 +16,0 @@ disabledKeys?: Iterable<Key>, |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
59195
590