@vaadin/grid-pro
Advanced tools
Comparing version 24.4.15 to 24.4.16
{ | ||
"name": "@vaadin/grid-pro", | ||
"version": "24.4.15", | ||
"version": "24.4.16", | ||
"publishConfig": { | ||
@@ -42,11 +42,11 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/checkbox": "~24.4.15", | ||
"@vaadin/component-base": "~24.4.15", | ||
"@vaadin/grid": "~24.4.15", | ||
"@vaadin/lit-renderer": "~24.4.15", | ||
"@vaadin/select": "~24.4.15", | ||
"@vaadin/text-field": "~24.4.15", | ||
"@vaadin/vaadin-lumo-styles": "~24.4.15", | ||
"@vaadin/vaadin-material-styles": "~24.4.15", | ||
"@vaadin/vaadin-themable-mixin": "~24.4.15", | ||
"@vaadin/checkbox": "~24.4.16", | ||
"@vaadin/component-base": "~24.4.16", | ||
"@vaadin/grid": "~24.4.16", | ||
"@vaadin/lit-renderer": "~24.4.16", | ||
"@vaadin/select": "~24.4.16", | ||
"@vaadin/text-field": "~24.4.16", | ||
"@vaadin/vaadin-lumo-styles": "~24.4.16", | ||
"@vaadin/vaadin-material-styles": "~24.4.16", | ||
"@vaadin/vaadin-themable-mixin": "~24.4.16", | ||
"lit": "^3.0.0" | ||
@@ -64,3 +64,3 @@ }, | ||
], | ||
"gitHead": "eeb2722a7fa4f466a322401d6f099d9c7da2a3d7" | ||
"gitHead": "f21deed6fb2f251b85ab88e89a7a4799f7bc4768" | ||
} |
@@ -230,3 +230,3 @@ /** | ||
/** @private */ | ||
_applyEdit({ path, value, index, item }) { | ||
_applyEdit({ path, value, _, item }) { | ||
set(path, value, item); | ||
@@ -277,2 +277,3 @@ this.requestContentUpdate(); | ||
/** @private */ | ||
// eslint-disable-next-line @typescript-eslint/class-methods-use-this | ||
_isEditColumn(column) { | ||
@@ -410,3 +411,3 @@ return column && column.localName.toLowerCase() === 'vaadin-grid-pro-edit-column'; | ||
if (!shouldCancel) { | ||
if (!shouldCancel && !this.hasAttribute('loading-editor')) { | ||
const editor = column._getEditorComponent(cell); | ||
@@ -413,0 +414,0 @@ if (editor) { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/grid-pro", | ||
"version": "24.4.15", | ||
"version": "24.4.16", | ||
"description-markup": "markdown", | ||
@@ -404,3 +404,3 @@ "contributions": { | ||
"name": "vaadin-grid-pro", | ||
"description": "`<vaadin-grid-pro>` is a high quality data grid / data table Web Component with extended functionality.\nIt extends `<vaadin-grid>` and adds extra features on top of the basic ones.\n\nSee [`<vaadin-grid>`](https://cdn.vaadin.com/vaadin-web-components/24.4.15/#/elements/vaadin-grid) documentation for details.\n\n```\n<vaadin-grid-pro></vaadin-grid-pro>\n```\n\n### Internal components\n\nIn addition to `<vaadin-grid-pro>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-grid-pro-edit-checkbox>` - has the same API as [`<vaadin-checkbox>`](https://cdn.vaadin.com/vaadin-web-components/24.4.15/#/elements/vaadin-checkbox).\n- `<vaadin-grid-pro-edit-text-field>` - has the same API as [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/24.4.15/#/elements/vaadin-text-field).\n- `<vaadin-grid-pro-edit-select>` - has the same API as [`<vaadin-select>`](https://cdn.vaadin.com/vaadin-web-components/24.4.15/#/elements/vaadin-select).", | ||
"description": "`<vaadin-grid-pro>` is a high quality data grid / data table Web Component with extended functionality.\nIt extends `<vaadin-grid>` and adds extra features on top of the basic ones.\n\nSee [`<vaadin-grid>`](https://cdn.vaadin.com/vaadin-web-components/24.4.16/#/elements/vaadin-grid) documentation for details.\n\n```\n<vaadin-grid-pro></vaadin-grid-pro>\n```\n\n### Internal components\n\nIn addition to `<vaadin-grid-pro>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-grid-pro-edit-checkbox>` - has the same API as [`<vaadin-checkbox>`](https://cdn.vaadin.com/vaadin-web-components/24.4.16/#/elements/vaadin-checkbox).\n- `<vaadin-grid-pro-edit-text-field>` - has the same API as [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/24.4.16/#/elements/vaadin-text-field).\n- `<vaadin-grid-pro-edit-select>` - has the same API as [`<vaadin-select>`](https://cdn.vaadin.com/vaadin-web-components/24.4.16/#/elements/vaadin-select).", | ||
"attributes": [ | ||
@@ -407,0 +407,0 @@ { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/grid-pro", | ||
"version": "24.4.15", | ||
"version": "24.4.16", | ||
"description-markup": "markdown", | ||
@@ -180,3 +180,3 @@ "framework": "lit", | ||
"name": "vaadin-grid-pro", | ||
"description": "`<vaadin-grid-pro>` is a high quality data grid / data table Web Component with extended functionality.\nIt extends `<vaadin-grid>` and adds extra features on top of the basic ones.\n\nSee [`<vaadin-grid>`](https://cdn.vaadin.com/vaadin-web-components/24.4.15/#/elements/vaadin-grid) documentation for details.\n\n```\n<vaadin-grid-pro></vaadin-grid-pro>\n```\n\n### Internal components\n\nIn addition to `<vaadin-grid-pro>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-grid-pro-edit-checkbox>` - has the same API as [`<vaadin-checkbox>`](https://cdn.vaadin.com/vaadin-web-components/24.4.15/#/elements/vaadin-checkbox).\n- `<vaadin-grid-pro-edit-text-field>` - has the same API as [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/24.4.15/#/elements/vaadin-text-field).\n- `<vaadin-grid-pro-edit-select>` - has the same API as [`<vaadin-select>`](https://cdn.vaadin.com/vaadin-web-components/24.4.15/#/elements/vaadin-select).", | ||
"description": "`<vaadin-grid-pro>` is a high quality data grid / data table Web Component with extended functionality.\nIt extends `<vaadin-grid>` and adds extra features on top of the basic ones.\n\nSee [`<vaadin-grid>`](https://cdn.vaadin.com/vaadin-web-components/24.4.16/#/elements/vaadin-grid) documentation for details.\n\n```\n<vaadin-grid-pro></vaadin-grid-pro>\n```\n\n### Internal components\n\nIn addition to `<vaadin-grid-pro>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-grid-pro-edit-checkbox>` - has the same API as [`<vaadin-checkbox>`](https://cdn.vaadin.com/vaadin-web-components/24.4.16/#/elements/vaadin-checkbox).\n- `<vaadin-grid-pro-edit-text-field>` - has the same API as [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/24.4.16/#/elements/vaadin-text-field).\n- `<vaadin-grid-pro-edit-select>` - has the same API as [`<vaadin-select>`](https://cdn.vaadin.com/vaadin-web-components/24.4.16/#/elements/vaadin-select).", | ||
"extension": true, | ||
@@ -183,0 +183,0 @@ "attributes": [ |
150703
3425
Updated@vaadin/checkbox@~24.4.16
Updated@vaadin/grid@~24.4.16
Updated@vaadin/select@~24.4.16
Updated@vaadin/text-field@~24.4.16