@react-aria/table
Advanced tools
Comparing version 3.0.0-nightly-c53ab48ec-250115 to 3.0.0-nightly-c78b24831-250206
@@ -80,3 +80,3 @@ var $6acf696f746f932c$exports = require("./utils.main.js"); | ||
columnHeaderProps: { | ||
...(0, $33PgG$reactariautils.mergeProps)(gridCellProps, pressProps, focusableProps, descriptionProps, // If the table is empty, make all column headers untabbable | ||
...(0, $33PgG$reactariautils.mergeProps)(focusableProps, gridCellProps, pressProps, descriptionProps, // If the table is empty, make all column headers untabbable | ||
shouldDisableFocus ? { | ||
@@ -83,0 +83,0 @@ tabIndex: -1 |
@@ -74,3 +74,3 @@ import {getColumnHeaderId as $2140fb2337097f2d$export$37cd4213f2ad742e} from "./utils.module.js"; | ||
columnHeaderProps: { | ||
...(0, $cjB6b$mergeProps)(gridCellProps, pressProps, focusableProps, descriptionProps, // If the table is empty, make all column headers untabbable | ||
...(0, $cjB6b$mergeProps)(focusableProps, gridCellProps, pressProps, descriptionProps, // If the table is empty, make all column headers untabbable | ||
shouldDisableFocus ? { | ||
@@ -77,0 +77,0 @@ tabIndex: -1 |
@@ -177,2 +177,3 @@ var $6acf696f746f932c$exports = require("./utils.main.js"); | ||
let { pressProps: pressProps } = (0, $gDW2h$reactariainteractions.usePress)({ | ||
preventFocusOnPress: true, | ||
onPressStart: (e)=>{ | ||
@@ -179,0 +180,0 @@ if (e.ctrlKey || e.altKey || e.metaKey || e.shiftKey || e.pointerType === 'keyboard') return; |
@@ -171,2 +171,3 @@ import {getColumnHeaderId as $2140fb2337097f2d$export$37cd4213f2ad742e} from "./utils.module.js"; | ||
let { pressProps: pressProps } = (0, $d9Rqy$usePress)({ | ||
preventFocusOnPress: true, | ||
onPressStart: (e)=>{ | ||
@@ -173,0 +174,0 @@ if (e.ctrlKey || e.altKey || e.metaKey || e.shiftKey || e.pointerType === 'keyboard') return; |
{ | ||
"name": "@react-aria/table", | ||
"version": "3.0.0-nightly-c53ab48ec-250115", | ||
"version": "3.0.0-nightly-c78b24831-250206", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,16 +25,16 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-aria/grid": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-aria/i18n": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-aria/interactions": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-aria/live-announcer": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-aria/utils": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-aria/visually-hidden": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-stately/collections": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-stately/flags": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-stately/table": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-types/checkbox": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-types/grid": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-types/shared": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-types/table": "3.0.0-nightly-c53ab48ec-250115", | ||
"@react-aria/focus": "3.0.0-nightly-c78b24831-250206", | ||
"@react-aria/grid": "3.0.0-nightly-c78b24831-250206", | ||
"@react-aria/i18n": "3.0.0-nightly-c78b24831-250206", | ||
"@react-aria/interactions": "3.0.0-nightly-c78b24831-250206", | ||
"@react-aria/live-announcer": "3.0.0-nightly-c78b24831-250206", | ||
"@react-aria/utils": "3.0.0-nightly-c78b24831-250206", | ||
"@react-aria/visually-hidden": "3.0.0-nightly-c78b24831-250206", | ||
"@react-stately/collections": "3.0.0-nightly-c78b24831-250206", | ||
"@react-stately/flags": "3.0.0-nightly-c78b24831-250206", | ||
"@react-stately/table": "3.0.0-nightly-c78b24831-250206", | ||
"@react-types/checkbox": "3.0.0-nightly-c78b24831-250206", | ||
"@react-types/grid": "3.0.0-nightly-c78b24831-250206", | ||
"@react-types/shared": "3.0.0-nightly-c78b24831-250206", | ||
"@react-types/table": "3.0.0-nightly-c78b24831-250206", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -41,0 +41,0 @@ }, |
@@ -93,5 +93,5 @@ /* | ||
...mergeProps( | ||
focusableProps, | ||
gridCellProps, | ||
pressProps, | ||
focusableProps, | ||
descriptionProps, | ||
@@ -98,0 +98,0 @@ // If the table is empty, make all column headers untabbable |
@@ -227,2 +227,3 @@ /* | ||
let {pressProps} = usePress({ | ||
preventFocusOnPress: true, | ||
onPressStart: (e) => { | ||
@@ -229,0 +230,0 @@ if (e.ctrlKey || e.altKey || e.metaKey || e.shiftKey || e.pointerType === 'keyboard') { |
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
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
Sorry, the diff of this file is not supported yet
463723
4932
+ Added@internationalized/date@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@internationalized/message@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@internationalized/number@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@internationalized/string@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/focus@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/grid@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/i18n@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/interactions@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/live-announcer@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/selection@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/ssr@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/utils@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-aria/visually-hidden@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-stately/collections@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-stately/flags@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-stately/grid@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-stately/selection@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-stately/table@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-stately/utils@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-types/checkbox@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-types/grid@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-types/shared@3.0.0-nightly-c78b24831-250206(transitive)
+ Added@react-types/table@3.0.0-nightly-c78b24831-250206(transitive)
- Removed@internationalized/date@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@internationalized/message@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@internationalized/number@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@internationalized/string@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/focus@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/grid@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/i18n@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/interactions@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/live-announcer@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/selection@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/ssr@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/utils@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-aria/visually-hidden@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-stately/collections@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-stately/flags@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-stately/grid@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-stately/selection@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-stately/table@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-stately/utils@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-types/checkbox@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-types/grid@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-types/shared@3.0.0-nightly-c53ab48ec-250115(transitive)
- Removed@react-types/table@3.0.0-nightly-c53ab48ec-250115(transitive)
Updated@react-aria/interactions@3.0.0-nightly-c78b24831-250206
Updated@react-aria/live-announcer@3.0.0-nightly-c78b24831-250206
Updated@react-aria/visually-hidden@3.0.0-nightly-c78b24831-250206
Updated@react-stately/collections@3.0.0-nightly-c78b24831-250206