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

@vaadin/grid

Package Overview
Dependencies
Maintainers
12
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/grid - npm Package Compare versions

Comparing version 24.4.0-alpha21 to 24.4.0-alpha22

20

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

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