@vaadin/grid-pro 23.2.0 → 23.2.1

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": "23.2.0",
3
+ "version": "23.2.1",
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": "^23.2.0",
44
- "@vaadin/component-base": "^23.2.0",
45
- "@vaadin/grid": "^23.2.0",
46
- "@vaadin/item": "^23.2.0",
47
- "@vaadin/list-box": "^23.2.0",
48
- "@vaadin/lit-renderer": "^23.2.0",
49
- "@vaadin/select": "^23.2.0",
50
- "@vaadin/text-field": "^23.2.0",
51
- "@vaadin/vaadin-lumo-styles": "^23.2.0",
52
- "@vaadin/vaadin-material-styles": "^23.2.0",
53
- "@vaadin/vaadin-themable-mixin": "^23.2.0"
43
+ "@vaadin/checkbox": "~23.2.1",
44
+ "@vaadin/component-base": "~23.2.1",
45
+ "@vaadin/grid": "~23.2.1",
46
+ "@vaadin/item": "~23.2.1",
47
+ "@vaadin/list-box": "~23.2.1",
48
+ "@vaadin/lit-renderer": "~23.2.1",
49
+ "@vaadin/select": "~23.2.1",
50
+ "@vaadin/text-field": "~23.2.1",
51
+ "@vaadin/vaadin-lumo-styles": "~23.2.1",
52
+ "@vaadin/vaadin-material-styles": "~23.2.1",
53
+ "@vaadin/vaadin-themable-mixin": "~23.2.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@esm-bundle/chai": "^4.3.4",
57
- "@vaadin/polymer-legacy-adapter": "^23.2.0",
57
+ "@vaadin/polymer-legacy-adapter": "~23.2.1",
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": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
66
+ "gitHead": "a6c314f6927bfd3309fc735eae6c6dc72ab8367a"
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.0",
4
+ "version": "23.2.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -322,13 +322,17 @@
322
322
  {
323
323
  "name": "editor-type-changed",
324
324
  "description": "Fired when the `editorType` property changes."
325
+ },
326
+ {
327
+ "name": "editorType-changed",
328
+ "description": "Fired when the `editorType` property changes."
325
329
  }
326
330
  ]
327
331
  }
328
332
  },
329
333
  {
330
334
  "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.0/#/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.0/#/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.0/#/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.0/#/elements/vaadin-select).",
335
+ "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.1/#/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.1/#/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.1/#/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.1/#/elements/vaadin-select).",
332
336
  "attributes": [
333
337
  {
334
338
  "name": "size",
@@ -764,6 +768,34 @@
764
768
  {
765
769
  "name": "item-property-changed",
766
770
  "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."
771
+ },
772
+ {
773
+ "name": "activeItem-changed",
774
+ "description": "Fired when the `activeItem` property changes."
775
+ },
776
+ {
777
+ "name": "size-changed",
778
+ "description": "Fired when the `size` property changes."
779
+ },
780
+ {
781
+ "name": "dataProvider-changed",
782
+ "description": "Fired when the `dataProvider` property changes."
783
+ },
784
+ {
785
+ "name": "expandedItems-changed",
786
+ "description": "Fired when the `expandedItems` property changes."
787
+ },
788
+ {
789
+ "name": "selectedItems-changed",
790
+ "description": "Fired when the `selectedItems` property changes."
791
+ },
792
+ {
793
+ "name": "enterNextRow-changed",
794
+ "description": "Fired when the `enterNextRow` property changes."
795
+ },
796
+ {
797
+ "name": "singleCellEdit-changed",
798
+ "description": "Fired when the `singleCellEdit` property changes."
767
799
  }
768
800
  ]
769
801
  }
@@ -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.0",
4
+ "version": "23.2.1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -144,12 +144,19 @@
144
144
  "value": {
145
145
  "kind": "expression"
146
146
  }
147
+ },
148
+ {
149
+ "name": "@editorType-changed",
150
+ "description": "Fired when the `editorType` property changes.",
151
+ "value": {
152
+ "kind": "expression"
153
+ }
147
154
  }
148
155
  ]
149
156
  },
150
157
  {
151
158
  "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.0/#/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.0/#/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.0/#/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.0/#/elements/vaadin-select).",
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/23.2.1/#/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.1/#/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.1/#/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.1/#/elements/vaadin-select).",
153
160
  "extension": true,
154
161
  "attributes": [
155
162
  {
@@ -403,6 +410,55 @@
403
410
  "value": {
404
411
  "kind": "expression"
405
412
  }
413
+ },
414
+ {
415
+ "name": "@activeItem-changed",
416
+ "description": "Fired when the `activeItem` property changes.",
417
+ "value": {
418
+ "kind": "expression"
419
+ }
420
+ },
421
+ {
422
+ "name": "@size-changed",
423
+ "description": "Fired when the `size` property changes.",
424
+ "value": {
425
+ "kind": "expression"
426
+ }
427
+ },
428
+ {
429
+ "name": "@dataProvider-changed",
430
+ "description": "Fired when the `dataProvider` property changes.",
431
+ "value": {
432
+ "kind": "expression"
433
+ }
434
+ },
435
+ {
436
+ "name": "@expandedItems-changed",
437
+ "description": "Fired when the `expandedItems` property changes.",
438
+ "value": {
439
+ "kind": "expression"
440
+ }
441
+ },
442
+ {
443
+ "name": "@selectedItems-changed",
444
+ "description": "Fired when the `selectedItems` property changes.",
445
+ "value": {
446
+ "kind": "expression"
447
+ }
448
+ },
449
+ {
450
+ "name": "@enterNextRow-changed",
451
+ "description": "Fired when the `enterNextRow` property changes.",
452
+ "value": {
453
+ "kind": "expression"
454
+ }
455
+ },
456
+ {
457
+ "name": "@singleCellEdit-changed",
458
+ "description": "Fired when the `singleCellEdit` property changes.",
459
+ "value": {
460
+ "kind": "expression"
461
+ }
406
462
  }
407
463
  ]
408
464
  }