@vaadin/grid
Advanced tools
Comparing version 24.4.0-alpha21 to 24.4.0-alpha22
{ | ||
"name": "@vaadin/grid", | ||
"version": "24.4.0-alpha21", | ||
"version": "24.4.0-alpha22", | ||
"publishConfig": { | ||
@@ -49,10 +49,10 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.4.0-alpha21", | ||
"@vaadin/checkbox": "24.4.0-alpha21", | ||
"@vaadin/component-base": "24.4.0-alpha21", | ||
"@vaadin/lit-renderer": "24.4.0-alpha21", | ||
"@vaadin/text-field": "24.4.0-alpha21", | ||
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha21", | ||
"@vaadin/vaadin-material-styles": "24.4.0-alpha21", | ||
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha21", | ||
"@vaadin/a11y-base": "24.4.0-alpha22", | ||
"@vaadin/checkbox": "24.4.0-alpha22", | ||
"@vaadin/component-base": "24.4.0-alpha22", | ||
"@vaadin/lit-renderer": "24.4.0-alpha22", | ||
"@vaadin/text-field": "24.4.0-alpha22", | ||
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha22", | ||
"@vaadin/vaadin-material-styles": "24.4.0-alpha22", | ||
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha22", | ||
"lit": "^3.0.0" | ||
@@ -69,3 +69,3 @@ }, | ||
], | ||
"gitHead": "2efeeebbeabddfde14c845ee4098f9e62e352ffe" | ||
"gitHead": "8e5223bcb61a5561fd984db5d11b31a73ec98eaa" | ||
} |
@@ -817,6 +817,8 @@ /** | ||
if (rootTarget === this.$.table || rootTarget === this.$.focusexit) { | ||
// The focus enters the top (bottom) of the grid, meaning that user has | ||
// tabbed (shift-tabbed) into the grid. Move the focus to | ||
// the first (the last) focusable. | ||
this._predictFocusStepTarget(rootTarget, rootTarget === this.$.table ? 1 : -1).focus(); | ||
if (!this._isMousedown) { | ||
// The focus enters the top (bottom) of the grid, meaning that user has | ||
// tabbed (shift-tabbed) into the grid. Move the focus to | ||
// the first (the last) focusable. | ||
this._predictFocusStepTarget(rootTarget, rootTarget === this.$.table ? 1 : -1).focus(); | ||
} | ||
this._setInteracting(false); | ||
@@ -823,0 +825,0 @@ } else { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
667868
16103
+ Added@vaadin/a11y-base@24.4.0-alpha22(transitive)
+ Added@vaadin/checkbox@24.4.0-alpha22(transitive)
+ Added@vaadin/component-base@24.4.0-alpha22(transitive)
+ Added@vaadin/field-base@24.4.0-alpha22(transitive)
+ Added@vaadin/icon@24.4.0-alpha22(transitive)
+ Added@vaadin/input-container@24.4.0-alpha22(transitive)
+ Added@vaadin/lit-renderer@24.4.0-alpha22(transitive)
+ Added@vaadin/text-field@24.4.0-alpha22(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.4.0-alpha22(transitive)
+ Added@vaadin/vaadin-material-styles@24.4.0-alpha22(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.4.0-alpha22(transitive)
- Removed@vaadin/a11y-base@24.4.0-alpha21(transitive)
- Removed@vaadin/checkbox@24.4.0-alpha21(transitive)
- Removed@vaadin/component-base@24.4.0-alpha21(transitive)
- Removed@vaadin/field-base@24.4.0-alpha21(transitive)
- Removed@vaadin/icon@24.4.0-alpha21(transitive)
- Removed@vaadin/input-container@24.4.0-alpha21(transitive)
- Removed@vaadin/lit-renderer@24.4.0-alpha21(transitive)
- Removed@vaadin/text-field@24.4.0-alpha21(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.4.0-alpha21(transitive)
- Removed@vaadin/vaadin-material-styles@24.4.0-alpha21(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.4.0-alpha21(transitive)