@vaadin/grid-pro
Advanced tools
Comparing version 24.6.0-beta1 to 24.6.0-rc1
{ | ||
"name": "@vaadin/grid-pro", | ||
"version": "24.6.0-beta1", | ||
"version": "24.6.0-rc1", | ||
"publishConfig": { | ||
@@ -42,15 +42,15 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/checkbox": "24.6.0-beta1", | ||
"@vaadin/component-base": "24.6.0-beta1", | ||
"@vaadin/grid": "24.6.0-beta1", | ||
"@vaadin/lit-renderer": "24.6.0-beta1", | ||
"@vaadin/select": "24.6.0-beta1", | ||
"@vaadin/text-field": "24.6.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "24.6.0-beta1", | ||
"@vaadin/vaadin-material-styles": "24.6.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "24.6.0-beta1", | ||
"@vaadin/checkbox": "24.6.0-rc1", | ||
"@vaadin/component-base": "24.6.0-rc1", | ||
"@vaadin/grid": "24.6.0-rc1", | ||
"@vaadin/lit-renderer": "24.6.0-rc1", | ||
"@vaadin/select": "24.6.0-rc1", | ||
"@vaadin/text-field": "24.6.0-rc1", | ||
"@vaadin/vaadin-lumo-styles": "24.6.0-rc1", | ||
"@vaadin/vaadin-material-styles": "24.6.0-rc1", | ||
"@vaadin/vaadin-themable-mixin": "24.6.0-rc1", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.6.0-beta1", | ||
"@vaadin/chai-plugins": "24.6.0-rc1", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
@@ -64,3 +64,3 @@ "sinon": "^18.0.0" | ||
], | ||
"gitHead": "ab28efb0dcf2cd1ef72100e2e8f32232fa49aacc" | ||
"gitHead": "d62ba309e3286777ad3ea7e015d50a2c4976bb42" | ||
} |
@@ -404,3 +404,3 @@ /** | ||
if (!shouldCancel) { | ||
if (!shouldCancel && !this.hasAttribute('loading-editor')) { | ||
const editor = column._getEditorComponent(cell); | ||
@@ -407,0 +407,0 @@ if (editor) { |
@@ -56,4 +56,5 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
pointer-events: none; | ||
box-shadow: inset 0 0 0 var(--_focus-ring-width) transparent; | ||
box-shadow: inset 0 0 0 var(--_focus-ring-width) var(--_focus-ring-color); | ||
animation: vaadin-grid-pro-loading-editor 1.4s infinite; | ||
opacity: 0; | ||
} | ||
@@ -63,3 +64,3 @@ | ||
50% { | ||
box-shadow: inset 0 0 0 var(--_focus-ring-width) var(--_focus-ring-color); | ||
opacity: 1; | ||
} | ||
@@ -66,0 +67,0 @@ } |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/grid-pro", | ||
"version": "24.6.0-beta1", | ||
"version": "24.6.0-rc1", | ||
"description-markup": "markdown", | ||
@@ -404,5 +404,16 @@ "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.6.0-beta1/#/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.6.0-beta1/#/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.6.0-beta1/#/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.6.0-beta1/#/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.6.0-rc1/#/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.6.0-rc1/#/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.6.0-rc1/#/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.6.0-rc1/#/elements/vaadin-select).", | ||
"attributes": [ | ||
{ | ||
"name": "accessible-name", | ||
"description": "String used to label the grid to screen reader users.", | ||
"value": { | ||
"type": [ | ||
"string", | ||
"null", | ||
"undefined" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "size", | ||
@@ -573,2 +584,13 @@ "description": "The number of root-level items in the grid.", | ||
{ | ||
"name": "accessibleName", | ||
"description": "String used to label the grid to screen reader users.", | ||
"value": { | ||
"type": [ | ||
"string", | ||
"null", | ||
"undefined" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "activeItem", | ||
@@ -575,0 +597,0 @@ "description": "The item user has last interacted with. Turns to `null` after user deactivates\nthe item by re-interacting with the currently active item.", |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/grid-pro", | ||
"version": "24.6.0-beta1", | ||
"version": "24.6.0-rc1", | ||
"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.6.0-beta1/#/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.6.0-beta1/#/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.6.0-beta1/#/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.6.0-beta1/#/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.6.0-rc1/#/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.6.0-rc1/#/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.6.0-rc1/#/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.6.0-rc1/#/elements/vaadin-select).", | ||
"extension": true, | ||
@@ -241,2 +241,9 @@ "attributes": [ | ||
{ | ||
"name": ".accessibleName", | ||
"description": "String used to label the grid to screen reader users.", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".activeItem", | ||
@@ -243,0 +250,0 @@ "description": "The item user has last interacted with. Turns to `null` after user deactivates\nthe item by re-interacting with the currently active item.", |
153164
3473
+ Added@vaadin/a11y-base@24.6.0-rc1(transitive)
+ Added@vaadin/button@24.6.0-rc1(transitive)
+ Added@vaadin/checkbox@24.6.0-rc1(transitive)
+ Added@vaadin/component-base@24.6.0-rc1(transitive)
+ Added@vaadin/field-base@24.6.0-rc1(transitive)
+ Added@vaadin/grid@24.6.0-rc1(transitive)
+ Added@vaadin/icon@24.6.0-rc1(transitive)
+ Added@vaadin/input-container@24.6.0-rc1(transitive)
+ Added@vaadin/item@24.6.0-rc1(transitive)
+ Added@vaadin/list-box@24.6.0-rc1(transitive)
+ Added@vaadin/lit-renderer@24.6.0-rc1(transitive)
+ Added@vaadin/overlay@24.6.0-rc1(transitive)
+ Added@vaadin/select@24.6.0-rc1(transitive)
+ Added@vaadin/text-field@24.6.0-rc1(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.6.0-rc1(transitive)
+ Added@vaadin/vaadin-material-styles@24.6.0-rc1(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.6.0-rc1(transitive)
- Removed@vaadin/a11y-base@24.6.0-beta1(transitive)
- Removed@vaadin/button@24.6.0-beta1(transitive)
- Removed@vaadin/checkbox@24.6.0-beta1(transitive)
- Removed@vaadin/component-base@24.6.0-beta1(transitive)
- Removed@vaadin/field-base@24.6.0-beta1(transitive)
- Removed@vaadin/grid@24.6.0-beta1(transitive)
- Removed@vaadin/icon@24.6.0-beta1(transitive)
- Removed@vaadin/input-container@24.6.0-beta1(transitive)
- Removed@vaadin/item@24.6.0-beta1(transitive)
- Removed@vaadin/list-box@24.6.0-beta1(transitive)
- Removed@vaadin/lit-renderer@24.6.0-beta1(transitive)
- Removed@vaadin/overlay@24.6.0-beta1(transitive)
- Removed@vaadin/select@24.6.0-beta1(transitive)
- Removed@vaadin/text-field@24.6.0-beta1(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.6.0-beta1(transitive)
- Removed@vaadin/vaadin-material-styles@24.6.0-beta1(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.6.0-beta1(transitive)
Updated@vaadin/checkbox@24.6.0-rc1
Updated@vaadin/grid@24.6.0-rc1
Updated@vaadin/select@24.6.0-rc1