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

@react-stately/table

Package Overview
Dependencies
Maintainers
0
Versions
789
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/table - npm Package Compare versions

Comparing version 3.11.9-nightly.4685 to 3.11.9-nightly.4691

4

dist/types.d.ts

@@ -5,3 +5,3 @@ import { ColumnSize, TableCollection as _TableCollection1, TableBodyProps, TableHeaderProps, ColumnProps, RowProps, CellProps } from "@react-types/table";

import { GridCollection, GridState } from "@react-stately/grid";
import { MultipleSelectionStateProps } from "@react-stately/selection";
import { MultipleSelectionState, MultipleSelectionStateProps } from "@react-stately/selection";
import { ReactElement, JSX } from "react";

@@ -89,2 +89,4 @@ interface TableColumnLayoutOptions<T> {

showDragButtons?: boolean;
/** @private - do not use unless you know what you're doing. */
UNSAFE_selectionState?: MultipleSelectionState;
}

@@ -91,0 +93,0 @@ /**

{
"name": "@react-stately/table",
"version": "3.11.9-nightly.4685+a48d1673f",
"version": "3.11.9-nightly.4691+fabca84b9",
"description": "Spectrum UI components in React",

@@ -25,10 +25,10 @@ "license": "Apache-2.0",

"dependencies": {
"@react-stately/collections": "3.0.0-nightly.2973+a48d1673f",
"@react-stately/flags": "3.0.4-nightly.4685+a48d1673f",
"@react-stately/grid": "3.8.8-nightly.4685+a48d1673f",
"@react-stately/selection": "3.0.0-nightly.2973+a48d1673f",
"@react-stately/utils": "3.0.0-nightly.2973+a48d1673f",
"@react-types/grid": "3.2.7-nightly.4685+a48d1673f",
"@react-types/shared": "3.0.0-nightly.2973+a48d1673f",
"@react-types/table": "3.9.6-nightly.4685+a48d1673f",
"@react-stately/collections": "3.0.0-nightly.2979+fabca84b9",
"@react-stately/flags": "3.0.4-nightly.4691+fabca84b9",
"@react-stately/grid": "3.8.8-nightly.4691+fabca84b9",
"@react-stately/selection": "3.0.0-nightly.2979+fabca84b9",
"@react-stately/utils": "3.0.0-nightly.2979+fabca84b9",
"@react-types/grid": "3.2.7-nightly.4691+fabca84b9",
"@react-types/shared": "3.0.0-nightly.2979+fabca84b9",
"@react-types/table": "3.9.6-nightly.4691+fabca84b9",
"@swc/helpers": "^0.5.0"

@@ -42,3 +42,3 @@ },

},
"gitHead": "a48d1673f2144714e31712e38310a8801edab550"
"gitHead": "fabca84b95c9c61f9062d5f1e66ebe2c920a2a5d"
}

@@ -16,3 +16,3 @@ /*

import {Key, Node, SelectionMode, Sortable, SortDescriptor, SortDirection} from '@react-types/shared';
import {MultipleSelectionStateProps} from '@react-stately/selection';
import {MultipleSelectionState, MultipleSelectionStateProps} from '@react-stately/selection';
import {ReactElement, useCallback, useMemo, useState} from 'react';

@@ -56,3 +56,5 @@ import {TableCollection} from './TableCollection';

*/
showDragButtons?: boolean
showDragButtons?: boolean,
/** @private - do not use unless you know what you're doing. */
UNSAFE_selectionState?: MultipleSelectionState
}

@@ -59,0 +61,0 @@

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