@vaadin/grid-pro 24.3.0-alpha5 → 24.3.0-alpha6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/grid-pro",
3
- "version": "24.3.0-alpha5",
3
+ "version": "24.3.0-alpha6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,17 +39,17 @@
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/checkbox": "24.3.0-alpha5",
43
- "@vaadin/component-base": "24.3.0-alpha5",
44
- "@vaadin/grid": "24.3.0-alpha5",
45
- "@vaadin/item": "24.3.0-alpha5",
46
- "@vaadin/list-box": "24.3.0-alpha5",
47
- "@vaadin/lit-renderer": "24.3.0-alpha5",
48
- "@vaadin/select": "24.3.0-alpha5",
49
- "@vaadin/text-field": "24.3.0-alpha5",
50
- "@vaadin/vaadin-lumo-styles": "24.3.0-alpha5",
51
- "@vaadin/vaadin-material-styles": "24.3.0-alpha5",
52
- "@vaadin/vaadin-themable-mixin": "24.3.0-alpha5"
42
+ "@vaadin/checkbox": "24.3.0-alpha6",
43
+ "@vaadin/component-base": "24.3.0-alpha6",
44
+ "@vaadin/grid": "24.3.0-alpha6",
45
+ "@vaadin/item": "24.3.0-alpha6",
46
+ "@vaadin/list-box": "24.3.0-alpha6",
47
+ "@vaadin/lit-renderer": "24.3.0-alpha6",
48
+ "@vaadin/select": "24.3.0-alpha6",
49
+ "@vaadin/text-field": "24.3.0-alpha6",
50
+ "@vaadin/vaadin-lumo-styles": "24.3.0-alpha6",
51
+ "@vaadin/vaadin-material-styles": "24.3.0-alpha6",
52
+ "@vaadin/vaadin-themable-mixin": "24.3.0-alpha6"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@esm-bundle/chai": "^4.3.4",
@@ -62,5 +62,5 @@
62
62
  "web-types.json",
63
63
  "web-types.lit.json"
64
64
  ],
65
- "gitHead": "b1fb1be6cc5dc69a82952571fbbda4ffd8e7527c"
65
+ "gitHead": "2721ab38ba3bc7d38dc1241016915354617ff659"
66
66
  }
@@ -12,7 +12,7 @@ const gridProEditor = css`
12
12
  font-size: inherit;
13
13
  --lumo-text-field-size: 27px;
14
14
  /* outline similar to what grid uses */
15
- box-shadow: inset 0 0 0 2px var(--lumo-primary-color-50pct);
15
+ box-shadow: inset 0 0 0 var(--_focus-ring-width) var(--_focus-ring-color);
16
16
  }
17
17
 
18
18
  :host([theme~='grid-pro-editor']) [part='input-field'] {
@@ -10,7 +10,7 @@ registerStyles(
10
10
  position: absolute;
11
11
  inset: 0;
12
12
  pointer-events: none;
13
- box-shadow: inset 0 0 0 2px var(--lumo-primary-color-50pct);
13
+ box-shadow: inset 0 0 0 var(--_focus-ring-width) var(--_focus-ring-color);
14
14
  }
15
15
 
16
16
  [part~='editable-cell'],
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/grid-pro",
4
- "version": "24.3.0-alpha5",
4
+ "version": "24.3.0-alpha6",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -390,7 +390,7 @@
390
390
  },
391
391
  {
392
392
  "name": "vaadin-grid-pro",
393
- "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.3.0-alpha5/#/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.3.0-alpha5/#/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.3.0-alpha5/#/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.3.0-alpha5/#/elements/vaadin-select).",
393
+ "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.3.0-alpha6/#/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.3.0-alpha6/#/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.3.0-alpha6/#/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.3.0-alpha6/#/elements/vaadin-select).",
394
394
  "attributes": [
395
395
  {
396
396
  "name": "size",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/grid-pro",
4
- "version": "24.3.0-alpha5",
4
+ "version": "24.3.0-alpha6",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -170,7 +170,7 @@
170
170
  },
171
171
  {
172
172
  "name": "vaadin-grid-pro",
173
- "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.3.0-alpha5/#/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.3.0-alpha5/#/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.3.0-alpha5/#/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.3.0-alpha5/#/elements/vaadin-select).",
173
+ "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.3.0-alpha6/#/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.3.0-alpha6/#/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.3.0-alpha6/#/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.3.0-alpha6/#/elements/vaadin-select).",
174
174
  "extension": true,
175
175
  "attributes": [
176
176
  {