New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/grid-pro

Package Overview
Dependencies
Maintainers
19
Versions
414
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/grid-pro - npm Package Compare versions

Comparing version 22.0.0-alpha7 to 22.0.0-alpha8

30

package.json
{
"name": "@vaadin/grid-pro",
"version": "22.0.0-alpha7",
"version": "22.0.0-alpha8",
"publishConfig": {

@@ -36,19 +36,19 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/checkbox": "22.0.0-alpha7",
"@vaadin/component-base": "22.0.0-alpha7",
"@vaadin/grid": "22.0.0-alpha7",
"@vaadin/item": "22.0.0-alpha7",
"@vaadin/list-box": "22.0.0-alpha7",
"@vaadin/select": "22.0.0-alpha7",
"@vaadin/text-field": "22.0.0-alpha7",
"@vaadin/checkbox": "22.0.0-alpha8",
"@vaadin/component-base": "22.0.0-alpha8",
"@vaadin/grid": "22.0.0-alpha8",
"@vaadin/item": "22.0.0-alpha8",
"@vaadin/list-box": "22.0.0-alpha8",
"@vaadin/select": "22.0.0-alpha8",
"@vaadin/text-field": "22.0.0-alpha8",
"@vaadin/vaadin-license-checker": "^2.1.0",
"@vaadin/vaadin-lumo-styles": "22.0.0-alpha7",
"@vaadin/vaadin-material-styles": "22.0.0-alpha7",
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha7"
"@vaadin/vaadin-lumo-styles": "22.0.0-alpha8",
"@vaadin/vaadin-material-styles": "22.0.0-alpha8",
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha8"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/date-picker": "22.0.0-alpha7",
"@vaadin/dialog": "22.0.0-alpha7",
"@vaadin/polymer-legacy-adapter": "22.0.0-alpha7",
"@vaadin/date-picker": "22.0.0-alpha8",
"@vaadin/dialog": "22.0.0-alpha8",
"@vaadin/polymer-legacy-adapter": "22.0.0-alpha8",
"@vaadin/testing-helpers": "^0.3.0",

@@ -58,3 +58,3 @@ "lit": "^2.0.0",

},
"gitHead": "8e89419c6b44a1d225d5859e180d7b35e47ddb52"
"gitHead": "c24468526298ee26ad7f7280b59f6c8789e1f75f"
}

@@ -0,7 +1,12 @@

/**
* @license
* Copyright (c) 2019 - 2021 Vaadin Ltd.
* This program is available under Commercial Vaadin Developer License 4.0 (CVDLv4).
* See <a href="https://vaadin.com/license/cvdl-4.0">the website</a> for the complete license.
*/
import { GridColumn } from '@vaadin/grid/src/vaadin-grid-column.js';
import { GridDefaultItem, GridBodyRenderer, GridItemModel } from '@vaadin/grid/src/vaadin-grid.js';
import { GridDefaultItem, GridBodyRenderer, GridItemModel } from '@vaadin/grid';
export type GridProEditorType = 'text' | 'checkbox' | 'select' | 'custom';
import { GridProEditorType } from './interfaces';
/**

@@ -8,0 +13,0 @@ * `<vaadin-grid-pro-edit-column>` is a helper element for the `<vaadin-grid-pro>`

@@ -0,1 +1,8 @@

/**
* @license
* Copyright (c) 2019 - 2021 Vaadin Ltd.
* This program is available under Commercial Vaadin Developer License 4.0 (CVDLv4).
* See <a href="https://vaadin.com/license/cvdl-4.0">the website</a> for the complete license.
*/
declare function InlineEditingMixin<T extends new (...args: any[]) => {}>(base: T): T & InlineEditingMixinConstructor;

@@ -2,0 +9,0 @@

@@ -1,5 +0,12 @@

import { GridDefaultItem, Grid, GridCustomEventMap } from '@vaadin/grid';
/**
* @license
* Copyright (c) 2019 - 2021 Vaadin Ltd.
* This program is available under Commercial Vaadin Developer License 4.0 (CVDLv4).
* See <a href="https://vaadin.com/license/cvdl-4.0">the website</a> for the complete license.
*/
import { GridDefaultItem, Grid, GridCustomEventMap } from '@vaadin/grid/src/vaadin-grid.js';
import { InlineEditingMixin } from './vaadin-grid-pro-inline-editing-mixin.js';
export { GridProEditorType } from './vaadin-grid-pro-edit-column.js';
/**

@@ -6,0 +13,0 @@ * Fired when the user starts editing a grid cell.

export * from './src/vaadin-grid-pro.js';
export * from './src/interfaces';
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