Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-stately/grid

Package Overview
Dependencies
Maintainers
2
Versions
723
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/grid - npm Package Compare versions

Comparing version 3.0.1-nightly.2949 to 3.0.1-nightly.2960

5

dist/types.d.ts
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>;

10

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc