@vaadin/grid-pro 25.3.0-alpha7 → 25.3.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.
@@ -445,7 +445,7 @@
445
445
  "type": {
446
446
  "text": "string"
447
447
  },
448
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
448
+ "description": "Aligns the columns cell content horizontally.",
449
449
  "attribute": "text-align",
450
450
  "inheritedFrom": {
451
451
  "name": "GridColumn",
@@ -702,7 +702,7 @@
702
702
  "type": {
703
703
  "text": "string"
704
704
  },
705
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
705
+ "description": "Aligns the columns cell content horizontally.",
706
706
  "fieldName": "textAlign",
707
707
  "inheritedFrom": {
708
708
  "name": "GridColumn",
@@ -2073,6 +2073,17 @@
2073
2073
  "name": "Grid",
2074
2074
  "package": "@vaadin/grid/src/vaadin-grid.js"
2075
2075
  }
2076
+ },
2077
+ {
2078
+ "type": {
2079
+ "text": "string"
2080
+ },
2081
+ "description": "The theme variants to apply to the component.",
2082
+ "name": "theme",
2083
+ "inheritedFrom": {
2084
+ "name": "Grid",
2085
+ "package": "@vaadin/grid/src/vaadin-grid.js"
2086
+ }
2076
2087
  }
2077
2088
  ]
2078
2089
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/grid-pro",
3
- "version": "25.3.0-alpha7",
3
+ "version": "25.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,22 +37,22 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
- "@vaadin/a11y-base": "25.3.0-alpha7",
41
- "@vaadin/checkbox": "25.3.0-alpha7",
42
- "@vaadin/component-base": "25.3.0-alpha7",
43
- "@vaadin/grid": "25.3.0-alpha7",
44
- "@vaadin/lit-renderer": "25.3.0-alpha7",
45
- "@vaadin/select": "25.3.0-alpha7",
46
- "@vaadin/text-field": "25.3.0-alpha7",
47
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
40
+ "@vaadin/a11y-base": "25.3.0-alpha8",
41
+ "@vaadin/checkbox": "25.3.0-alpha8",
42
+ "@vaadin/component-base": "25.3.0-alpha8",
43
+ "@vaadin/grid": "25.3.0-alpha8",
44
+ "@vaadin/lit-renderer": "25.3.0-alpha8",
45
+ "@vaadin/select": "25.3.0-alpha8",
46
+ "@vaadin/text-field": "25.3.0-alpha8",
47
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
48
48
  "lit": "^3.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@vaadin/aura": "25.3.0-alpha7",
52
- "@vaadin/chai-plugins": "25.3.0-alpha7",
53
- "@vaadin/test-runner-commands": "25.3.0-alpha7",
51
+ "@vaadin/aura": "25.3.0-alpha8",
52
+ "@vaadin/chai-plugins": "25.3.0-alpha8",
53
+ "@vaadin/test-runner-commands": "25.3.0-alpha8",
54
54
  "@vaadin/testing-helpers": "^2.0.0",
55
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
55
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
56
56
  "sinon": "^22.0.0"
57
57
  },
58
58
  "cvdlName": "vaadin-grid-pro",
@@ -61,5 +61,5 @@
61
61
  "web-types.json",
62
62
  "web-types.lit.json"
63
63
  ],
64
- "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
64
+ "gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
65
65
  }
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.3.0-alpha7",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -129,24 +129,13 @@
129
129
  },
130
130
  {
131
131
  "name": "text-align",
132
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
132
+ "description": "Aligns the columns cell content horizontally.",
133
133
  "value": {
134
134
  "type": [
135
135
  "string"
136
136
  ]
137
137
  }
138
138
  },
139
- {
140
- "name": "theme",
141
- "description": "The theme variants to apply to the component.",
142
- "value": {
143
- "type": [
144
- "string",
145
- "null",
146
- "undefined"
147
- ]
148
- }
149
- },
150
139
  {
151
140
  "name": "width",
152
141
  "description": "Width of the cells for this column.\n\nPlease note that using the `em` length unit is discouraged as\nit might lead to misalignment issues if the header, body, and footer\ncells have different font sizes. Instead, use `rem` if you need\na length unit relative to the font size.",
@@ -340,7 +329,7 @@
340
329
  },
341
330
  {
342
331
  "name": "textAlign",
343
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
332
+ "description": "Aligns the columns cell content horizontally.",
344
333
  "value": {
345
334
  "type": [
346
335
  "string"
@@ -362,7 +351,7 @@
362
351
  },
363
352
  {
364
353
  "name": "vaadin-grid-pro",
365
- "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.3.0-alpha7/#/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.3.0-alpha7/#/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.3.0-alpha7/#/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.3.0-alpha7/#/elements/vaadin-select).",
354
+ "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.3.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.3.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.3.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.3.0-alpha8/#/elements/vaadin-select).",
366
355
  "attributes": [
367
356
  {
368
357
  "name": "accessible-name",
@@ -522,9 +511,7 @@
522
511
  "description": "The theme variants to apply to the component.",
523
512
  "value": {
524
513
  "type": [
525
- "string",
526
- "null",
527
- "undefined"
514
+ "string"
528
515
  ]
529
516
  }
530
517
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/grid-pro",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -154,7 +154,7 @@
154
154
  },
155
155
  {
156
156
  "name": ".textAlign",
157
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
157
+ "description": "Aligns the columns cell content horizontally.",
158
158
  "value": {
159
159
  "kind": "expression"
160
160
  }
@@ -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/25.3.0-alpha7/#/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.3.0-alpha7/#/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.3.0-alpha7/#/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.3.0-alpha7/#/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/25.3.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.3.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.3.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.3.0-alpha8/#/elements/vaadin-select).",
174
174
  "extension": true,
175
175
  "attributes": [
176
176
  {