@vaadin/grid-pro 25.3.0-alpha7 → 25.3.0-dev.1fa5a51482
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/custom-elements.json +11 -0
- package/package.json +14 -14
- package/web-types.json +3 -16
- package/web-types.lit.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -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-
|
|
3
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
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-
|
|
41
|
-
"@vaadin/checkbox": "25.3.0-
|
|
42
|
-
"@vaadin/component-base": "25.3.0-
|
|
43
|
-
"@vaadin/grid": "25.3.0-
|
|
44
|
-
"@vaadin/lit-renderer": "25.3.0-
|
|
45
|
-
"@vaadin/select": "25.3.0-
|
|
46
|
-
"@vaadin/text-field": "25.3.0-
|
|
47
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
40
|
+
"@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
|
|
41
|
+
"@vaadin/checkbox": "25.3.0-dev.1fa5a51482",
|
|
42
|
+
"@vaadin/component-base": "25.3.0-dev.1fa5a51482",
|
|
43
|
+
"@vaadin/grid": "25.3.0-dev.1fa5a51482",
|
|
44
|
+
"@vaadin/lit-renderer": "25.3.0-dev.1fa5a51482",
|
|
45
|
+
"@vaadin/select": "25.3.0-dev.1fa5a51482",
|
|
46
|
+
"@vaadin/text-field": "25.3.0-dev.1fa5a51482",
|
|
47
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
|
|
48
48
|
"lit": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@vaadin/aura": "25.3.0-
|
|
52
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
53
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
51
|
+
"@vaadin/aura": "25.3.0-dev.1fa5a51482",
|
|
52
|
+
"@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
|
|
53
|
+
"@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
|
|
54
54
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
55
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
55
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
|
|
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": "
|
|
64
|
+
"gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
|
|
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-
|
|
4
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -136,17 +136,6 @@
|
|
|
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.",
|
|
@@ -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-
|
|
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-dev.1fa5a51482/#/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-dev.1fa5a51482/#/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-dev.1fa5a51482/#/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-dev.1fa5a51482/#/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
|
}
|
package/web-types.lit.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-
|
|
4
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
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/25.3.0-
|
|
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-dev.1fa5a51482/#/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-dev.1fa5a51482/#/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-dev.1fa5a51482/#/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-dev.1fa5a51482/#/elements/vaadin-select).",
|
|
174
174
|
"extension": true,
|
|
175
175
|
"attributes": [
|
|
176
176
|
{
|