@vaadin/grid-pro 24.6.0-rc1 → 24.7.0-alpha1

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.6.0-rc1",
3
+ "version": "24.7.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,19 +39,19 @@
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/checkbox": "24.6.0-rc1",
43
- "@vaadin/component-base": "24.6.0-rc1",
44
- "@vaadin/grid": "24.6.0-rc1",
45
- "@vaadin/lit-renderer": "24.6.0-rc1",
46
- "@vaadin/select": "24.6.0-rc1",
47
- "@vaadin/text-field": "24.6.0-rc1",
48
- "@vaadin/vaadin-lumo-styles": "24.6.0-rc1",
49
- "@vaadin/vaadin-material-styles": "24.6.0-rc1",
50
- "@vaadin/vaadin-themable-mixin": "24.6.0-rc1",
42
+ "@vaadin/checkbox": "24.7.0-alpha1",
43
+ "@vaadin/component-base": "24.7.0-alpha1",
44
+ "@vaadin/grid": "24.7.0-alpha1",
45
+ "@vaadin/lit-renderer": "24.7.0-alpha1",
46
+ "@vaadin/select": "24.7.0-alpha1",
47
+ "@vaadin/text-field": "24.7.0-alpha1",
48
+ "@vaadin/vaadin-lumo-styles": "24.7.0-alpha1",
49
+ "@vaadin/vaadin-material-styles": "24.7.0-alpha1",
50
+ "@vaadin/vaadin-themable-mixin": "24.7.0-alpha1",
51
51
  "lit": "^3.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@vaadin/chai-plugins": "24.6.0-rc1",
54
+ "@vaadin/chai-plugins": "24.7.0-alpha1",
55
55
  "@vaadin/testing-helpers": "^1.0.0",
56
56
  "sinon": "^18.0.0"
57
57
  },
@@ -60,5 +60,5 @@
60
60
  "web-types.json",
61
61
  "web-types.lit.json"
62
62
  ],
63
- "gitHead": "d62ba309e3286777ad3ea7e015d50a2c4976bb42"
63
+ "gitHead": "04be941c9a7b659871c97f31b9cc3ffd7528087b"
64
64
  }
@@ -14,7 +14,6 @@ const gridProEditSelect = css`
14
14
  font-size: var(--lumo-font-size-m);
15
15
  /* prevent selection on editor focus */
16
16
  -webkit-user-select: none;
17
- -moz-user-select: none;
18
17
  user-select: none;
19
18
  }
20
19
  `;
@@ -7,7 +7,6 @@ const gridProEditSelect = css`
7
7
  font-size: inherit;
8
8
  /* prevent selection on editor focus */
9
9
  -webkit-user-select: none;
10
- -moz-user-select: none;
11
10
  user-select: none;
12
11
  }
13
12
  `;
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.6.0-rc1",
4
+ "version": "24.7.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -401,7 +401,7 @@
401
401
  },
402
402
  {
403
403
  "name": "vaadin-grid-pro",
404
- "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).",
404
+ "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.7.0-alpha1/#/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.7.0-alpha1/#/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.7.0-alpha1/#/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.7.0-alpha1/#/elements/vaadin-select).",
405
405
  "attributes": [
406
406
  {
407
407
  "name": "accessible-name",
@@ -886,6 +886,10 @@
886
886
  "name": "loading-changed",
887
887
  "description": "Fired when the `loading` property changes."
888
888
  },
889
+ {
890
+ "name": "item-toggle",
891
+ "description": "Fired when the user selects or deselects an item through the selection column."
892
+ },
889
893
  {
890
894
  "name": "selected-items-changed",
891
895
  "description": "Fired when the `selectedItems` property changes."
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/grid-pro",
4
- "version": "24.6.0-rc1",
4
+ "version": "24.7.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -177,7 +177,7 @@
177
177
  },
178
178
  {
179
179
  "name": "vaadin-grid-pro",
180
- "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).",
180
+ "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.7.0-alpha1/#/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.7.0-alpha1/#/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.7.0-alpha1/#/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.7.0-alpha1/#/elements/vaadin-select).",
181
181
  "extension": true,
182
182
  "attributes": [
183
183
  {
@@ -411,6 +411,13 @@
411
411
  "kind": "expression"
412
412
  }
413
413
  },
414
+ {
415
+ "name": "@item-toggle",
416
+ "description": "Fired when the user selects or deselects an item through the selection column.",
417
+ "value": {
418
+ "kind": "expression"
419
+ }
420
+ },
414
421
  {
415
422
  "name": "@selected-items-changed",
416
423
  "description": "Fired when the `selectedItems` property changes.",