@react-types/table
Advanced tools
Comparing version 3.0.0-nightly.2531 to 3.0.0-nightly.2534
{ | ||
"name": "@react-types/table", | ||
"version": "3.0.0-nightly.2531+464fe21a", | ||
"version": "3.0.0-nightly.2534+7927421d", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly.853+464fe21a" | ||
"@react-types/grid": "3.0.0-nightly.2534+7927421d", | ||
"@react-types/shared": "3.0.0-nightly.856+7927421d" | ||
}, | ||
@@ -21,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "464fe21aba88848c79ab62dac26eff81a9138817" | ||
"gitHead": "7927421dedfb001d3459e0a94f5def9461fbc4c7" | ||
} |
@@ -13,3 +13,4 @@ /* | ||
import {AriaLabelingProps, AsyncLoadable, Collection, CollectionChildren, DOMProps, MultipleSelection, Node, SectionProps, Sortable, StyleProps} from '@react-types/shared'; | ||
import {AriaLabelingProps, AsyncLoadable, CollectionChildren, DOMProps, MultipleSelection, SectionProps, Sortable, StyleProps} from '@react-types/shared'; | ||
import {GridCollection, GridNode} from '@react-types/grid'; | ||
import {Key, ReactElement, ReactNode} from 'react'; | ||
@@ -82,12 +83,7 @@ | ||
export interface TableCollection<T> extends Collection<TableNode<T>> { | ||
headerRows: TableNode<T>[], | ||
columns: TableNode<T>[], | ||
export interface TableCollection<T> extends GridCollection<T> { | ||
headerRows: GridNode<T>[], | ||
columns: GridNode<T>[], | ||
rowHeaderColumnKeys: Set<Key>, | ||
body: TableNode<T> | ||
body: GridNode<T> | ||
} | ||
export interface TableNode<T> extends Node<T> { | ||
column?: TableNode<T>, | ||
colspan?: number | ||
} |
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
15024
3
76