@vaadin/grid-pro 25.1.0-alpha6 → 25.1.0-alpha8

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": "25.1.0-alpha6",
3
+ "version": "25.1.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,6 +25,7 @@
25
25
  "src",
26
26
  "vaadin-*.d.ts",
27
27
  "vaadin-*.js",
28
+ "custom-elements.json",
28
29
  "web-types.json",
29
30
  "web-types.lit.json"
30
31
  ],
@@ -36,28 +37,29 @@
36
37
  ],
37
38
  "dependencies": {
38
39
  "@open-wc/dedupe-mixin": "^1.3.0",
39
- "@vaadin/a11y-base": "25.1.0-alpha6",
40
- "@vaadin/checkbox": "25.1.0-alpha6",
41
- "@vaadin/component-base": "25.1.0-alpha6",
42
- "@vaadin/grid": "25.1.0-alpha6",
43
- "@vaadin/lit-renderer": "25.1.0-alpha6",
44
- "@vaadin/select": "25.1.0-alpha6",
45
- "@vaadin/text-field": "25.1.0-alpha6",
46
- "@vaadin/vaadin-themable-mixin": "25.1.0-alpha6",
40
+ "@vaadin/a11y-base": "25.1.0-alpha8",
41
+ "@vaadin/checkbox": "25.1.0-alpha8",
42
+ "@vaadin/component-base": "25.1.0-alpha8",
43
+ "@vaadin/grid": "25.1.0-alpha8",
44
+ "@vaadin/lit-renderer": "25.1.0-alpha8",
45
+ "@vaadin/select": "25.1.0-alpha8",
46
+ "@vaadin/text-field": "25.1.0-alpha8",
47
+ "@vaadin/vaadin-themable-mixin": "25.1.0-alpha8",
47
48
  "lit": "^3.0.0"
48
49
  },
49
50
  "devDependencies": {
50
- "@vaadin/aura": "25.1.0-alpha6",
51
- "@vaadin/chai-plugins": "25.1.0-alpha6",
52
- "@vaadin/test-runner-commands": "25.1.0-alpha6",
51
+ "@vaadin/aura": "25.1.0-alpha8",
52
+ "@vaadin/chai-plugins": "25.1.0-alpha8",
53
+ "@vaadin/test-runner-commands": "25.1.0-alpha8",
53
54
  "@vaadin/testing-helpers": "^2.0.0",
54
- "@vaadin/vaadin-lumo-styles": "25.1.0-alpha6",
55
+ "@vaadin/vaadin-lumo-styles": "25.1.0-alpha8",
55
56
  "sinon": "^21.0.0"
56
57
  },
57
58
  "cvdlName": "vaadin-grid-pro",
59
+ "customElements": "custom-elements.json",
58
60
  "web-types": [
59
61
  "web-types.json",
60
62
  "web-types.lit.json"
61
63
  ],
62
- "gitHead": "da6f4194492cbd77d18c6c1cd8d4d9f072e9ce8d"
64
+ "gitHead": "810590c9c7682a9326c9352df795b5ea4891a71f"
63
65
  }
@@ -14,7 +14,7 @@ import { defineCustomElement } from '@vaadin/component-base/src/define.js';
14
14
  /**
15
15
  * An element used internally by `<vaadin-grid-pro>`. Not intended to be used separately.
16
16
  *
17
- * @customElement
17
+ * @customElement vaadin-grid-pro-edit-checkbox
18
18
  * @extends Checkbox
19
19
  * @private
20
20
  */
@@ -30,7 +30,7 @@ import { GridProEditColumnMixin } from './vaadin-grid-pro-edit-column-mixin.js';
30
30
  * ...
31
31
  * ```
32
32
  *
33
- * @customElement
33
+ * @customElement vaadin-grid-pro-edit-column
34
34
  * @extends GridColumn
35
35
  * @mixes GridProEditColumnMixin
36
36
  */
@@ -15,7 +15,7 @@ import { GridProEditSelectMixin } from './vaadin-grid-pro-edit-select-mixin.js';
15
15
  /**
16
16
  * An element used internally by `<vaadin-grid-pro>`. Not intended to be used separately.
17
17
  *
18
- * @customElement
18
+ * @customElement vaadin-grid-pro-edit-select
19
19
  * @extends Select
20
20
  * @mixes GridProEditSelectMixin
21
21
  * @private
@@ -14,7 +14,7 @@ import { TextField } from '@vaadin/text-field/src/vaadin-text-field.js';
14
14
  /**
15
15
  * An element used internally by `<vaadin-grid-pro>`. Not intended to be used separately.
16
16
  *
17
- * @customElement
17
+ * @customElement vaadin-grid-pro-edit-text-field
18
18
  * @extends TextField
19
19
  * @private
20
20
  */
@@ -47,7 +47,7 @@ import { InlineEditingMixin } from './vaadin-grid-pro-inline-editing-mixin.js';
47
47
  * @fires {CustomEvent} loading-changed - Fired when the `loading` property changes.
48
48
  * @fires {CustomEvent} selected-items-changed - Fired when the `selectedItems` property changes.
49
49
  *
50
- * @customElement
50
+ * @customElement vaadin-grid-pro
51
51
  * @extends Grid
52
52
  * @mixes InlineEditingMixin
53
53
  */
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": "25.1.0-alpha6",
4
+ "version": "25.1.0-alpha8",
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/25.1.0-alpha6/#/elements/vaadin-grid) documentation for details.\n\n```html\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/25.1.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/25.1.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/25.1.0-alpha6/#/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/25.1.0-alpha8/#/elements/vaadin-grid) documentation for details.\n\n```html\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/25.1.0-alpha8/#/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/25.1.0-alpha8/#/elements/vaadin-text-field).\n- `<vaadin-grid-pro-edit-select>` - has the same API as [`<vaadin-select>`](https://cdn.vaadin.com/vaadin-web-components/25.1.0-alpha8/#/elements/vaadin-select).",
405
405
  "attributes": [
406
406
  {
407
407
  "name": "accessible-name",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/grid-pro",
4
- "version": "25.1.0-alpha6",
4
+ "version": "25.1.0-alpha8",
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/25.1.0-alpha6/#/elements/vaadin-grid) documentation for details.\n\n```html\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/25.1.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/25.1.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/25.1.0-alpha6/#/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/25.1.0-alpha8/#/elements/vaadin-grid) documentation for details.\n\n```html\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/25.1.0-alpha8/#/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/25.1.0-alpha8/#/elements/vaadin-text-field).\n- `<vaadin-grid-pro-edit-select>` - has the same API as [`<vaadin-select>`](https://cdn.vaadin.com/vaadin-web-components/25.1.0-alpha8/#/elements/vaadin-select).",
181
181
  "extension": true,
182
182
  "attributes": [
183
183
  {