@vaadin/grid-pro 23.2.0 → 23.2.2
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 +14 -14
- package/web-types.json +18 -2
- package/web-types.lit.json +30 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/grid-pro",
|
|
3
|
-
"version": "23.2.
|
|
3
|
+
"version": "23.2.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
42
42
|
"@polymer/polymer": "^3.0.0",
|
|
43
|
-
"@vaadin/checkbox": "
|
|
44
|
-
"@vaadin/component-base": "
|
|
45
|
-
"@vaadin/grid": "
|
|
46
|
-
"@vaadin/item": "
|
|
47
|
-
"@vaadin/list-box": "
|
|
48
|
-
"@vaadin/lit-renderer": "
|
|
49
|
-
"@vaadin/select": "
|
|
50
|
-
"@vaadin/text-field": "
|
|
51
|
-
"@vaadin/vaadin-lumo-styles": "
|
|
52
|
-
"@vaadin/vaadin-material-styles": "
|
|
53
|
-
"@vaadin/vaadin-themable-mixin": "
|
|
43
|
+
"@vaadin/checkbox": "~23.2.2",
|
|
44
|
+
"@vaadin/component-base": "~23.2.2",
|
|
45
|
+
"@vaadin/grid": "~23.2.2",
|
|
46
|
+
"@vaadin/item": "~23.2.2",
|
|
47
|
+
"@vaadin/list-box": "~23.2.2",
|
|
48
|
+
"@vaadin/lit-renderer": "~23.2.2",
|
|
49
|
+
"@vaadin/select": "~23.2.2",
|
|
50
|
+
"@vaadin/text-field": "~23.2.2",
|
|
51
|
+
"@vaadin/vaadin-lumo-styles": "~23.2.2",
|
|
52
|
+
"@vaadin/vaadin-material-styles": "~23.2.2",
|
|
53
|
+
"@vaadin/vaadin-themable-mixin": "~23.2.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@esm-bundle/chai": "^4.3.4",
|
|
57
|
-
"@vaadin/polymer-legacy-adapter": "
|
|
57
|
+
"@vaadin/polymer-legacy-adapter": "~23.2.2",
|
|
58
58
|
"@vaadin/testing-helpers": "^0.3.2",
|
|
59
59
|
"lit": "^2.0.0",
|
|
60
60
|
"sinon": "^13.0.2"
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"web-types.json",
|
|
64
64
|
"web-types.lit.json"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "a98818979098f4542ce557a58858fb6dad910a25"
|
|
67
67
|
}
|
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": "23.2.
|
|
4
|
+
"version": "23.2.2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
"name": "vaadin-grid-pro",
|
|
331
|
-
"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/23.2.
|
|
331
|
+
"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/23.2.2/#/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/23.2.2/#/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/23.2.2/#/elements/vaadin-text-field).\n- `<vaadin-grid-pro-edit-select>` - has the same API as [`<vaadin-select>`](https://cdn.vaadin.com/vaadin-web-components/23.2.2/#/elements/vaadin-select).",
|
|
332
332
|
"attributes": [
|
|
333
333
|
{
|
|
334
334
|
"name": "size",
|
|
@@ -764,6 +764,22 @@
|
|
|
764
764
|
{
|
|
765
765
|
"name": "item-property-changed",
|
|
766
766
|
"description": "Fired before exiting the cell edit mode, if the value has been changed.\nIf the default is prevented, value change would not be applied."
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "size-changed",
|
|
770
|
+
"description": "Fired when the `size` property changes."
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "data-provider-changed",
|
|
774
|
+
"description": "Fired when the `dataProvider` property changes."
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "enter-next-row-changed",
|
|
778
|
+
"description": "Fired when the `enterNextRow` property changes."
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "single-cell-edit-changed",
|
|
782
|
+
"description": "Fired when the `singleCellEdit` property changes."
|
|
767
783
|
}
|
|
768
784
|
]
|
|
769
785
|
}
|
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": "23.2.
|
|
4
|
+
"version": "23.2.2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"name": "vaadin-grid-pro",
|
|
152
|
-
"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/23.2.
|
|
152
|
+
"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/23.2.2/#/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/23.2.2/#/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/23.2.2/#/elements/vaadin-text-field).\n- `<vaadin-grid-pro-edit-select>` - has the same API as [`<vaadin-select>`](https://cdn.vaadin.com/vaadin-web-components/23.2.2/#/elements/vaadin-select).",
|
|
153
153
|
"extension": true,
|
|
154
154
|
"attributes": [
|
|
155
155
|
{
|
|
@@ -403,6 +403,34 @@
|
|
|
403
403
|
"value": {
|
|
404
404
|
"kind": "expression"
|
|
405
405
|
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "@size-changed",
|
|
409
|
+
"description": "Fired when the `size` property changes.",
|
|
410
|
+
"value": {
|
|
411
|
+
"kind": "expression"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "@data-provider-changed",
|
|
416
|
+
"description": "Fired when the `dataProvider` property changes.",
|
|
417
|
+
"value": {
|
|
418
|
+
"kind": "expression"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "@enter-next-row-changed",
|
|
423
|
+
"description": "Fired when the `enterNextRow` property changes.",
|
|
424
|
+
"value": {
|
|
425
|
+
"kind": "expression"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "@single-cell-edit-changed",
|
|
430
|
+
"description": "Fired when the `singleCellEdit` property changes.",
|
|
431
|
+
"value": {
|
|
432
|
+
"kind": "expression"
|
|
433
|
+
}
|
|
406
434
|
}
|
|
407
435
|
]
|
|
408
436
|
}
|