@vaadin/grid-pro 24.3.0-alpha2 → 24.3.0-alpha4

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-alpha2",
3
+ "version": "24.3.0-alpha4",
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-alpha2",
43
- "@vaadin/component-base": "24.3.0-alpha2",
44
- "@vaadin/grid": "24.3.0-alpha2",
45
- "@vaadin/item": "24.3.0-alpha2",
46
- "@vaadin/list-box": "24.3.0-alpha2",
47
- "@vaadin/lit-renderer": "24.3.0-alpha2",
48
- "@vaadin/select": "24.3.0-alpha2",
49
- "@vaadin/text-field": "24.3.0-alpha2",
50
- "@vaadin/vaadin-lumo-styles": "24.3.0-alpha2",
51
- "@vaadin/vaadin-material-styles": "24.3.0-alpha2",
52
- "@vaadin/vaadin-themable-mixin": "24.3.0-alpha2"
42
+ "@vaadin/checkbox": "24.3.0-alpha4",
43
+ "@vaadin/component-base": "24.3.0-alpha4",
44
+ "@vaadin/grid": "24.3.0-alpha4",
45
+ "@vaadin/item": "24.3.0-alpha4",
46
+ "@vaadin/list-box": "24.3.0-alpha4",
47
+ "@vaadin/lit-renderer": "24.3.0-alpha4",
48
+ "@vaadin/select": "24.3.0-alpha4",
49
+ "@vaadin/text-field": "24.3.0-alpha4",
50
+ "@vaadin/vaadin-lumo-styles": "24.3.0-alpha4",
51
+ "@vaadin/vaadin-material-styles": "24.3.0-alpha4",
52
+ "@vaadin/vaadin-themable-mixin": "24.3.0-alpha4"
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": "0fd437292fa2a2f65e29b424d2456909ad2d684b"
65
+ "gitHead": "d6884bc788b98a4e8dfd14f3f399c6eb9022bd44"
66
66
  }
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-alpha2",
4
+ "version": "24.3.0-alpha4",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -81,6 +81,28 @@
81
81
  ]
82
82
  }
83
83
  },
84
+ {
85
+ "name": "header-part-name",
86
+ "description": "Custom part name for the header cell.",
87
+ "value": {
88
+ "type": [
89
+ "string",
90
+ "null",
91
+ "undefined"
92
+ ]
93
+ }
94
+ },
95
+ {
96
+ "name": "footer-part-name",
97
+ "description": "Custom part name for the footer cell.",
98
+ "value": {
99
+ "type": [
100
+ "string",
101
+ "null",
102
+ "undefined"
103
+ ]
104
+ }
105
+ },
84
106
  {
85
107
  "name": "width",
86
108
  "description": "Width of the cells for this column.",
@@ -224,6 +246,28 @@
224
246
  ]
225
247
  }
226
248
  },
249
+ {
250
+ "name": "headerPartName",
251
+ "description": "Custom part name for the header cell.",
252
+ "value": {
253
+ "type": [
254
+ "string",
255
+ "null",
256
+ "undefined"
257
+ ]
258
+ }
259
+ },
260
+ {
261
+ "name": "footerPartName",
262
+ "description": "Custom part name for the footer cell.",
263
+ "value": {
264
+ "type": [
265
+ "string",
266
+ "null",
267
+ "undefined"
268
+ ]
269
+ }
270
+ },
227
271
  {
228
272
  "name": "headerRenderer",
229
273
  "description": "Custom function for rendering the header content.\nReceives two arguments:\n\n- `root` The header cell content DOM element. Append your content to it.\n- `column` The `<vaadin-grid-column>` element.",
@@ -346,7 +390,7 @@
346
390
  },
347
391
  {
348
392
  "name": "vaadin-grid-pro",
349
- "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-alpha2/#/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-alpha2/#/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-alpha2/#/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-alpha2/#/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-alpha4/#/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-alpha4/#/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-alpha4/#/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-alpha4/#/elements/vaadin-select).",
350
394
  "attributes": [
351
395
  {
352
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-alpha2",
4
+ "version": "24.3.0-alpha4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -75,6 +75,20 @@
75
75
  "kind": "expression"
76
76
  }
77
77
  },
78
+ {
79
+ "name": ".headerPartName",
80
+ "description": "Custom part name for the header cell.",
81
+ "value": {
82
+ "kind": "expression"
83
+ }
84
+ },
85
+ {
86
+ "name": ".footerPartName",
87
+ "description": "Custom part name for the footer cell.",
88
+ "value": {
89
+ "kind": "expression"
90
+ }
91
+ },
78
92
  {
79
93
  "name": ".headerRenderer",
80
94
  "description": "Custom function for rendering the header content.\nReceives two arguments:\n\n- `root` The header cell content DOM element. Append your content to it.\n- `column` The `<vaadin-grid-column>` element.",
@@ -156,7 +170,7 @@
156
170
  },
157
171
  {
158
172
  "name": "vaadin-grid-pro",
159
- "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-alpha2/#/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-alpha2/#/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-alpha2/#/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-alpha2/#/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-alpha4/#/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-alpha4/#/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-alpha4/#/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-alpha4/#/elements/vaadin-select).",
160
174
  "extension": true,
161
175
  "attributes": [
162
176
  {