@vaadin/grid 25.3.0-dev.3a3c2d7d2a → 25.3.0-rc1

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.
Files changed (33) hide show
  1. package/custom-elements.json +194 -135
  2. package/package.json +12 -12
  3. package/src/directives/cell-content-directive.js +33 -0
  4. package/src/styles/vaadin-grid-base-styles.js +7 -0
  5. package/src/vaadin-grid-a11y-mixin.js +15 -28
  6. package/src/vaadin-grid-active-item-mixin.js +1 -1
  7. package/src/vaadin-grid-column-auto-width-mixin.js +4 -13
  8. package/src/vaadin-grid-column-group-mixin.js +5 -20
  9. package/src/vaadin-grid-column-mixin.d.ts +3 -3
  10. package/src/vaadin-grid-column-mixin.js +57 -109
  11. package/src/vaadin-grid-column-reordering-mixin.js +10 -5
  12. package/src/vaadin-grid-column-resizing-mixin.js +4 -0
  13. package/src/vaadin-grid-data-provider-mixin.js +2 -2
  14. package/src/vaadin-grid-drag-and-drop-mixin.js +14 -5
  15. package/src/vaadin-grid-dynamic-columns-mixin.js +0 -5
  16. package/src/vaadin-grid-filter-column-mixin.js +1 -1
  17. package/src/vaadin-grid-filter-element-mixin.js +1 -3
  18. package/src/vaadin-grid-filter.js +1 -0
  19. package/src/vaadin-grid-header-footer-rendering-mixin.js +296 -0
  20. package/src/vaadin-grid-keyboard-navigation-mixin.js +3 -7
  21. package/src/vaadin-grid-mixin.js +67 -229
  22. package/src/vaadin-grid-row-details-mixin.js +1 -1
  23. package/src/vaadin-grid-scroll-mixin.js +7 -32
  24. package/src/vaadin-grid-selection-column-base-mixin.js +36 -20
  25. package/src/vaadin-grid-sort-column-mixin.js +11 -2
  26. package/src/vaadin-grid-sorter-mixin.js +3 -7
  27. package/src/vaadin-grid-sorter.js +1 -0
  28. package/src/vaadin-grid-tree-toggle.d.ts +5 -3
  29. package/src/vaadin-grid-tree-toggle.js +6 -3
  30. package/src/vaadin-grid.d.ts +33 -0
  31. package/src/vaadin-grid.js +30 -1
  32. package/web-types.json +22 -96
  33. package/web-types.lit.json +12 -12
@@ -497,7 +497,7 @@
497
497
  "type": {
498
498
  "text": "string"
499
499
  },
500
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
500
+ "description": "Aligns the columns cell content horizontally.",
501
501
  "attribute": "text-align",
502
502
  "inheritedFrom": {
503
503
  "name": "ColumnBaseMixin",
@@ -651,7 +651,7 @@
651
651
  "type": {
652
652
  "text": "string"
653
653
  },
654
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
654
+ "description": "Aligns the columns cell content horizontally.",
655
655
  "fieldName": "textAlign",
656
656
  "inheritedFrom": {
657
657
  "name": "ColumnBaseMixin",
@@ -863,7 +863,7 @@
863
863
  "type": {
864
864
  "text": "string"
865
865
  },
866
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
866
+ "description": "Aligns the columns cell content horizontally.",
867
867
  "attribute": "text-align",
868
868
  "inheritedFrom": {
869
869
  "name": "ColumnBaseMixin",
@@ -1041,7 +1041,7 @@
1041
1041
  "type": {
1042
1042
  "text": "string"
1043
1043
  },
1044
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1044
+ "description": "Aligns the columns cell content horizontally.",
1045
1045
  "fieldName": "textAlign",
1046
1046
  "inheritedFrom": {
1047
1047
  "name": "ColumnBaseMixin",
@@ -1200,7 +1200,7 @@
1200
1200
  "type": {
1201
1201
  "text": "string"
1202
1202
  },
1203
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1203
+ "description": "Aligns the columns cell content horizontally.",
1204
1204
  "attribute": "text-align"
1205
1205
  }
1206
1206
  ],
@@ -1291,7 +1291,7 @@
1291
1291
  "type": {
1292
1292
  "text": "string"
1293
1293
  },
1294
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1294
+ "description": "Aligns the columns cell content horizontally.",
1295
1295
  "fieldName": "textAlign"
1296
1296
  }
1297
1297
  ],
@@ -1494,7 +1494,7 @@
1494
1494
  "type": {
1495
1495
  "text": "string"
1496
1496
  },
1497
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1497
+ "description": "Aligns the columns cell content horizontally.",
1498
1498
  "attribute": "text-align",
1499
1499
  "inheritedFrom": {
1500
1500
  "name": "ColumnBaseMixin",
@@ -1671,7 +1671,7 @@
1671
1671
  "type": {
1672
1672
  "text": "string"
1673
1673
  },
1674
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1674
+ "description": "Aligns the columns cell content horizontally.",
1675
1675
  "fieldName": "textAlign",
1676
1676
  "inheritedFrom": {
1677
1677
  "name": "ColumnBaseMixin",
@@ -2027,7 +2027,7 @@
2027
2027
  "type": {
2028
2028
  "text": "string"
2029
2029
  },
2030
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
2030
+ "description": "Aligns the columns cell content horizontally.",
2031
2031
  "attribute": "text-align",
2032
2032
  "inheritedFrom": {
2033
2033
  "name": "ColumnBaseMixin",
@@ -2240,7 +2240,7 @@
2240
2240
  "type": {
2241
2241
  "text": "string"
2242
2242
  },
2243
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
2243
+ "description": "Aligns the columns cell content horizontally.",
2244
2244
  "fieldName": "textAlign",
2245
2245
  "inheritedFrom": {
2246
2246
  "name": "ColumnBaseMixin",
@@ -2954,7 +2954,7 @@
2954
2954
  "type": {
2955
2955
  "text": "string"
2956
2956
  },
2957
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
2957
+ "description": "Aligns the columns cell content horizontally.",
2958
2958
  "attribute": "text-align",
2959
2959
  "inheritedFrom": {
2960
2960
  "name": "GridColumn",
@@ -3163,7 +3163,7 @@
3163
3163
  "type": {
3164
3164
  "text": "string"
3165
3165
  },
3166
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
3166
+ "description": "Aligns the columns cell content horizontally.",
3167
3167
  "fieldName": "textAlign",
3168
3168
  "inheritedFrom": {
3169
3169
  "name": "GridColumn",
@@ -3350,30 +3350,6 @@
3350
3350
  "name": "value-changed"
3351
3351
  }
3352
3352
  ],
3353
- "mixins": [
3354
- {
3355
- "name": "GridFilterElementMixin",
3356
- "module": "src/vaadin-grid-filter-element-mixin.js"
3357
- },
3358
- {
3359
- "name": "ThemableMixin",
3360
- "package": "@vaadin/vaadin-themable-mixin"
3361
- },
3362
- {
3363
- "name": "PolylitMixin",
3364
- "package": "@vaadin/component-base/src/polylit-mixin.js"
3365
- },
3366
- {
3367
- "name": "LumoInjectionMixin",
3368
- "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
3369
- }
3370
- ],
3371
- "superclass": {
3372
- "name": "LitElement",
3373
- "package": "lit"
3374
- },
3375
- "tagName": "vaadin-grid-filter",
3376
- "customElement": true,
3377
3353
  "attributes": [
3378
3354
  {
3379
3355
  "name": "path",
@@ -3387,6 +3363,13 @@
3387
3363
  "module": "src/vaadin-grid-filter-element-mixin.js"
3388
3364
  }
3389
3365
  },
3366
+ {
3367
+ "type": {
3368
+ "text": "string"
3369
+ },
3370
+ "description": "The theme variants to apply to the component.",
3371
+ "name": "theme"
3372
+ },
3390
3373
  {
3391
3374
  "name": "value",
3392
3375
  "type": {
@@ -3399,7 +3382,31 @@
3399
3382
  "module": "src/vaadin-grid-filter-element-mixin.js"
3400
3383
  }
3401
3384
  }
3402
- ]
3385
+ ],
3386
+ "mixins": [
3387
+ {
3388
+ "name": "GridFilterElementMixin",
3389
+ "module": "src/vaadin-grid-filter-element-mixin.js"
3390
+ },
3391
+ {
3392
+ "name": "ThemableMixin",
3393
+ "package": "@vaadin/vaadin-themable-mixin"
3394
+ },
3395
+ {
3396
+ "name": "PolylitMixin",
3397
+ "package": "@vaadin/component-base/src/polylit-mixin.js"
3398
+ },
3399
+ {
3400
+ "name": "LumoInjectionMixin",
3401
+ "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
3402
+ }
3403
+ ],
3404
+ "superclass": {
3405
+ "name": "LitElement",
3406
+ "package": "lit"
3407
+ },
3408
+ "tagName": "vaadin-grid-filter",
3409
+ "customElement": true
3403
3410
  }
3404
3411
  ],
3405
3412
  "exports": [
@@ -3413,6 +3420,33 @@
3413
3420
  }
3414
3421
  ]
3415
3422
  },
3423
+ {
3424
+ "kind": "javascript-module",
3425
+ "path": "src/vaadin-grid-header-footer-rendering-mixin.js",
3426
+ "declarations": [
3427
+ {
3428
+ "kind": "mixin",
3429
+ "description": "A mixin providing rendering of header and footer rows based on the column tree.",
3430
+ "name": "HeaderFooterRenderingMixin",
3431
+ "members": [],
3432
+ "parameters": [
3433
+ {
3434
+ "name": "superClass"
3435
+ }
3436
+ ]
3437
+ }
3438
+ ],
3439
+ "exports": [
3440
+ {
3441
+ "kind": "js",
3442
+ "name": "HeaderFooterRenderingMixin",
3443
+ "declaration": {
3444
+ "name": "HeaderFooterRenderingMixin",
3445
+ "module": "src/vaadin-grid-header-footer-rendering-mixin.js"
3446
+ }
3447
+ }
3448
+ ]
3449
+ },
3416
3450
  {
3417
3451
  "kind": "javascript-module",
3418
3452
  "path": "src/vaadin-grid-helpers.js",
@@ -4739,6 +4773,10 @@
4739
4773
  "name": "DynamicColumnsMixin",
4740
4774
  "module": "src/vaadin-grid-dynamic-columns-mixin.js"
4741
4775
  },
4776
+ {
4777
+ "name": "HeaderFooterRenderingMixin",
4778
+ "module": "src/vaadin-grid-header-footer-rendering-mixin.js"
4779
+ },
4742
4780
  {
4743
4781
  "name": "ActiveItemMixin",
4744
4782
  "module": "src/vaadin-grid-active-item-mixin.js"
@@ -5609,7 +5647,7 @@
5609
5647
  "type": {
5610
5648
  "text": "string"
5611
5649
  },
5612
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
5650
+ "description": "Aligns the columns cell content horizontally.",
5613
5651
  "attribute": "text-align",
5614
5652
  "inheritedFrom": {
5615
5653
  "name": "GridColumn",
@@ -5863,7 +5901,7 @@
5863
5901
  "type": {
5864
5902
  "text": "string"
5865
5903
  },
5866
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
5904
+ "description": "Aligns the columns cell content horizontally.",
5867
5905
  "fieldName": "textAlign",
5868
5906
  "inheritedFrom": {
5869
5907
  "name": "GridColumn",
@@ -6275,7 +6313,7 @@
6275
6313
  "type": {
6276
6314
  "text": "string"
6277
6315
  },
6278
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
6316
+ "description": "Aligns the columns cell content horizontally.",
6279
6317
  "attribute": "text-align",
6280
6318
  "inheritedFrom": {
6281
6319
  "name": "GridColumn",
@@ -6505,7 +6543,7 @@
6505
6543
  "type": {
6506
6544
  "text": "string"
6507
6545
  },
6508
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
6546
+ "description": "Aligns the columns cell content horizontally.",
6509
6547
  "fieldName": "textAlign",
6510
6548
  "inheritedFrom": {
6511
6549
  "name": "GridColumn",
@@ -6768,6 +6806,39 @@
6768
6806
  }
6769
6807
  }
6770
6808
  ],
6809
+ "attributes": [
6810
+ {
6811
+ "name": "direction",
6812
+ "type": {
6813
+ "text": "string"
6814
+ },
6815
+ "description": "How to sort the data.\nPossible values are `asc` to use an ascending algorithm, `desc` to sort the data in\ndescending direction, or `null` for not sorting the data.",
6816
+ "fieldName": "direction",
6817
+ "inheritedFrom": {
6818
+ "name": "GridSorterMixin",
6819
+ "module": "src/vaadin-grid-sorter-mixin.js"
6820
+ }
6821
+ },
6822
+ {
6823
+ "name": "path",
6824
+ "type": {
6825
+ "text": "string"
6826
+ },
6827
+ "description": "JS Path of the property in the item used for sorting the data.",
6828
+ "fieldName": "path",
6829
+ "inheritedFrom": {
6830
+ "name": "GridSorterMixin",
6831
+ "module": "src/vaadin-grid-sorter-mixin.js"
6832
+ }
6833
+ },
6834
+ {
6835
+ "type": {
6836
+ "text": "string"
6837
+ },
6838
+ "description": "The theme variants to apply to the component.",
6839
+ "name": "theme"
6840
+ }
6841
+ ],
6771
6842
  "mixins": [
6772
6843
  {
6773
6844
  "name": "GridSorterMixin",
@@ -6795,33 +6866,7 @@
6795
6866
  "package": "lit"
6796
6867
  },
6797
6868
  "tagName": "vaadin-grid-sorter",
6798
- "customElement": true,
6799
- "attributes": [
6800
- {
6801
- "name": "direction",
6802
- "type": {
6803
- "text": "string"
6804
- },
6805
- "description": "How to sort the data.\nPossible values are `asc` to use an ascending algorithm, `desc` to sort the data in\ndescending direction, or `null` for not sorting the data.",
6806
- "fieldName": "direction",
6807
- "inheritedFrom": {
6808
- "name": "GridSorterMixin",
6809
- "module": "src/vaadin-grid-sorter-mixin.js"
6810
- }
6811
- },
6812
- {
6813
- "name": "path",
6814
- "type": {
6815
- "text": "string"
6816
- },
6817
- "description": "JS Path of the property in the item used for sorting the data.",
6818
- "fieldName": "path",
6819
- "inheritedFrom": {
6820
- "name": "GridSorterMixin",
6821
- "module": "src/vaadin-grid-sorter-mixin.js"
6822
- }
6823
- }
6824
- ]
6869
+ "customElement": true
6825
6870
  }
6826
6871
  ],
6827
6872
  "exports": [
@@ -7149,7 +7194,7 @@
7149
7194
  "type": {
7150
7195
  "text": "string"
7151
7196
  },
7152
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
7197
+ "description": "Aligns the columns cell content horizontally.",
7153
7198
  "attribute": "text-align",
7154
7199
  "inheritedFrom": {
7155
7200
  "name": "GridColumn",
@@ -7358,7 +7403,7 @@
7358
7403
  "type": {
7359
7404
  "text": "string"
7360
7405
  },
7361
- "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
7406
+ "description": "Aligns the columns cell content horizontally.",
7362
7407
  "fieldName": "textAlign",
7363
7408
  "inheritedFrom": {
7364
7409
  "name": "GridColumn",
@@ -7482,7 +7527,7 @@
7482
7527
  "declarations": [
7483
7528
  {
7484
7529
  "kind": "class",
7485
- "description": "`<vaadin-grid-tree-toggle>` is a helper element for the `<vaadin-grid>`\nthat provides toggle and level display functionality for the item tree.\n\n#### Example:\n```html\n<vaadin-grid-column id=\"column\"></vaadin-grid-column>\n```\n```js\nconst column = document.querySelector('#column');\ncolumn.renderer = (root, column, model) => {\n let treeToggle = root.firstElementChild;\n if (!treeToggle) {\n treeToggle = document.createElement('vaadin-grid-tree-toggle');\n treeToggle.addEventListener('expanded-changed', () => { ... });\n root.appendChild(treeToggle);\n }\n treeToggle.leaf = !model.item.hasChildren;\n treeToggle.level = level;\n treeToggle.expanded = expanded;\n treeToggle.textContent = model.item.name;\n};\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---|---\n`toggle` | The tree toggle icon\n\nThe following state attributes are available for styling:\n\nAttribute | Description\n-----------|-------------------------------------\n`expanded` | When present, the toggle is expanded\n`leaf` | When present, the toggle is not expandable, i. e., the current item is a leaf\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property | Description | Default\n---|---|---\n`--vaadin-grid-tree-toggle-level-offset` | Visual offset step for each tree sublevel | `1em`",
7530
+ "description": "`<vaadin-grid-tree-toggle>` is a helper element for the `<vaadin-grid>`\nthat provides toggle and level display functionality for the item tree.\n\n#### Example:\n```html\n<vaadin-grid-column id=\"column\"></vaadin-grid-column>\n```\n```js\nconst column = document.querySelector('#column');\ncolumn.renderer = (root, column, model) => {\n let treeToggle = root.firstElementChild;\n if (!treeToggle) {\n treeToggle = document.createElement('vaadin-grid-tree-toggle');\n treeToggle.addEventListener('expanded-changed', () => { ... });\n root.appendChild(treeToggle);\n }\n treeToggle.leaf = !model.item.hasChildren;\n treeToggle.level = level;\n treeToggle.expanded = expanded;\n treeToggle.textContent = model.item.name;\n};\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---|---\n`toggle` | The tree toggle icon\n\nThe following state attributes are available for styling:\n\nAttribute | Description\n-----------|-------------------------------------\n`expanded` | When present, the toggle is expanded\n`leaf` | When present, the toggle is not expandable, i. e., the current item is a leaf\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property |\n:--------------------------------------------|\n| `--vaadin-grid-tree-toggle-level-offset` |\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
7486
7531
  "name": "GridTreeToggle",
7487
7532
  "members": [
7488
7533
  {
@@ -7537,34 +7582,6 @@
7537
7582
  "name": "expanded-changed"
7538
7583
  }
7539
7584
  ],
7540
- "mixins": [
7541
- {
7542
- "name": "GridTreeToggleMixin",
7543
- "module": "src/vaadin-grid-tree-toggle-mixin.js"
7544
- },
7545
- {
7546
- "name": "ThemableMixin",
7547
- "package": "@vaadin/vaadin-themable-mixin"
7548
- },
7549
- {
7550
- "name": "DirMixin",
7551
- "package": "@vaadin/component-base/src/dir-mixin.js"
7552
- },
7553
- {
7554
- "name": "PolylitMixin",
7555
- "package": "@vaadin/component-base/src/polylit-mixin.js"
7556
- },
7557
- {
7558
- "name": "LumoInjectionMixin",
7559
- "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
7560
- }
7561
- ],
7562
- "superclass": {
7563
- "name": "LitElement",
7564
- "package": "lit"
7565
- },
7566
- "tagName": "vaadin-grid-tree-toggle",
7567
- "customElement": true,
7568
7585
  "attributes": [
7569
7586
  {
7570
7587
  "name": "expanded",
@@ -7601,8 +7618,43 @@
7601
7618
  "name": "GridTreeToggleMixin",
7602
7619
  "module": "src/vaadin-grid-tree-toggle-mixin.js"
7603
7620
  }
7621
+ },
7622
+ {
7623
+ "type": {
7624
+ "text": "string"
7625
+ },
7626
+ "description": "The theme variants to apply to the component.",
7627
+ "name": "theme"
7604
7628
  }
7605
- ]
7629
+ ],
7630
+ "mixins": [
7631
+ {
7632
+ "name": "GridTreeToggleMixin",
7633
+ "module": "src/vaadin-grid-tree-toggle-mixin.js"
7634
+ },
7635
+ {
7636
+ "name": "ThemableMixin",
7637
+ "package": "@vaadin/vaadin-themable-mixin"
7638
+ },
7639
+ {
7640
+ "name": "DirMixin",
7641
+ "package": "@vaadin/component-base/src/dir-mixin.js"
7642
+ },
7643
+ {
7644
+ "name": "PolylitMixin",
7645
+ "package": "@vaadin/component-base/src/polylit-mixin.js"
7646
+ },
7647
+ {
7648
+ "name": "LumoInjectionMixin",
7649
+ "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
7650
+ }
7651
+ ],
7652
+ "superclass": {
7653
+ "name": "LitElement",
7654
+ "package": "lit"
7655
+ },
7656
+ "tagName": "vaadin-grid-tree-toggle",
7657
+ "customElement": true
7606
7658
  }
7607
7659
  ],
7608
7660
  "exports": [
@@ -7622,7 +7674,7 @@
7622
7674
  "declarations": [
7623
7675
  {
7624
7676
  "kind": "class",
7625
- "description": "`<vaadin-grid>` is a free, high quality data grid / data table Web Component. The content of the\nthe grid can be populated by using renderer callback function.\n\n### Quick Start\n\nStart with an assigning an array to the [`items`](#/elements/vaadin-grid#property-items) property to visualize your data.\n\nUse the [`<vaadin-grid-column>`](#/elements/vaadin-grid-column) element to configure the grid columns. Set `path` and `header`\nshorthand properties for the columns to define what gets rendered in the cells of the column.\n\n#### Example:\n```html\n<vaadin-grid>\n <vaadin-grid-column path=\"name.first\" header=\"First name\"></vaadin-grid-column>\n <vaadin-grid-column path=\"name.last\" header=\"Last name\"></vaadin-grid-column>\n <vaadin-grid-column path=\"email\"></vaadin-grid-column>\n</vaadin-grid>\n```\n\nFor custom content `vaadin-grid-column` element provides you with three types of `renderer` callback functions: `headerRenderer`,\n`renderer` and `footerRenderer`.\n\nEach of those renderer functions provides `root`, `column`, `model` arguments when applicable.\nGenerate DOM content, append it to the `root` element and control the state\nof the host element by accessing `column`. Before generating new content,\nusers are able to check if there is already content in `root` for reusing it.\n\nRenderers are called on initialization of new column cells and each time the\nrelated row model is updated. DOM generated during the renderer call can be reused\nin the next renderer call and will be provided with the `root` argument.\nOn first call it will be empty.\n\n#### Example:\n```html\n<vaadin-grid>\n <vaadin-grid-column></vaadin-grid-column>\n <vaadin-grid-column></vaadin-grid-column>\n <vaadin-grid-column></vaadin-grid-column>\n</vaadin-grid>\n```\n```js\nconst grid = document.querySelector('vaadin-grid');\ngrid.items = [{'name': 'John', 'surname': 'Lennon', 'role': 'singer'},\n {'name': 'Ringo', 'surname': 'Starr', 'role': 'drums'}];\n\nconst columns = grid.querySelectorAll('vaadin-grid-column');\n\ncolumns[0].headerRenderer = function(root) {\n root.textContent = 'Name';\n};\ncolumns[0].renderer = function(root, column, model) {\n root.textContent = model.item.name;\n};\n\ncolumns[1].headerRenderer = function(root) {\n root.textContent = 'Surname';\n};\ncolumns[1].renderer = function(root, column, model) {\n root.textContent = model.item.surname;\n};\n\ncolumns[2].headerRenderer = function(root) {\n root.textContent = 'Role';\n};\ncolumns[2].renderer = function(root, column, model) {\n root.textContent = model.item.role;\n};\n```\n\nThe following properties are available in the `model` argument:\n\nProperty name | Type | Description\n--------------|------|------------\n`index`| Number | The index of the item.\n`item` | String or Object | The item.\n`level` | Number | Number of the item's tree sublevel, starts from 0.\n`expanded` | Boolean | True if the item's tree sublevel is expanded.\n`selected` | Boolean | True if the item is selected.\n`detailsOpened` | Boolean | True if the item's row details are open.\n`hasChildren` | Boolean | True if the item has children\n\nThe following helper elements can be used for further customization:\n- [`<vaadin-grid-column-group>`](#/elements/vaadin-grid-column-group)\n- [`<vaadin-grid-filter>`](#/elements/vaadin-grid-filter)\n- [`<vaadin-grid-sorter>`](#/elements/vaadin-grid-sorter)\n- [`<vaadin-grid-selection-column>`](#/elements/vaadin-grid-selection-column)\n- [`<vaadin-grid-tree-toggle>`](#/elements/vaadin-grid-tree-toggle)\n\n__Note that the helper elements must be explicitly imported.__\nIf you want to import everything at once you can use the `all-imports.js` entrypoint.\n\n### Lazy Loading with Function Data Provider\n\nIn addition to assigning an array to the items property, you can alternatively\nprovide the `<vaadin-grid>` data through the\n[`dataProvider`](#/elements/vaadin-grid#property-dataProvider) function property.\nThe `<vaadin-grid>` calls this function lazily, only when it needs more data\nto be displayed.\n\nSee the [`dataProvider`](#/elements/vaadin-grid#property-dataProvider) property\ndocumentation for the detailed data provider arguments description.\n\n__Note that expanding the tree grid's item will trigger a call to the `dataProvider`.__\n\n__Also, note that when using function data providers, the total number of items\nneeds to be set manually. The total number of items can be returned\nin the second argument of the data provider callback:__\n\n```javascript\ngrid.dataProvider = ({page, pageSize}, callback) => {\n // page: the requested page index\n // pageSize: number of items on one page\n const url = `https://api.example/data?page=${page}&per_page=${pageSize}`;\n\n fetch(url)\n .then((res) => res.json())\n .then(({ employees, totalSize }) => {\n callback(employees, totalSize);\n });\n};\n```\n\n__Alternatively, you can use the `size` property to set the total number of items:__\n\n```javascript\ngrid.size = 200; // The total number of items\ngrid.dataProvider = ({page, pageSize}, callback) => {\n const url = `https://api.example/data?page=${page}&per_page=${pageSize}`;\n\n fetch(url)\n .then((res) => res.json())\n .then((resJson) => callback(resJson.employees));\n};\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---------------------------|----------------\n`row` | Row in the internal table\n`body-row` | Body row in the internal table\n`header-row` | Header row in the internal table\n`footer-row` | Footer row in the internal table\n`collapsed-row` | Collapsed row\n`expanded-row` | Expanded row\n`selected-row` | Selected row\n`nonselectable-row` | Row that the user may not select or deselect\n`details-opened-row` | Row with details open\n`odd-row` | Odd row\n`even-row` | Even row\n`first-row` | The first body row\n`first-header-row` | The first header row\n`first-footer-row` | The first footer row\n`last-row` | The last body row\n`last-header-row` | The last header row\n`last-footer-row` | The last footer row\n`dragstart-row` | Set on the row for one frame when drag is starting.\n`dragover-above-row` | Set on the row when the a row is dragged over above\n`dragover-below-row` | Set on the row when the a row is dragged over below\n`dragover-on-top-row` | Set on the row when the a row is dragged over on top\n`drag-disabled-row` | Set to a row that isn't available for dragging\n`drop-disabled-row` | Set to a row that can't be dropped on top of\n`cell` | Cell in the internal table\n`header-cell` | Header cell in the internal table\n`body-cell` | Body cell in the internal table\n`footer-cell` | Footer cell in the internal table\n`details-cell` | Row details cell in the internal table\n`focused-cell` | Focused cell in the internal table\n`odd-row-cell` | Cell in an odd row\n`even-row-cell` | Cell in an even row\n`first-row-cell` | Cell in the first body row\n`last-row-cell` | Cell in the last body row\n`first-header-row-cell` | Cell in the first header row\n`first-footer-row-cell` | Cell in the first footer row\n`last-header-row-cell` | Cell in the last header row\n`last-footer-row-cell` | Cell in the last footer row\n`loading-row-cell` | Cell in a row that is waiting for data from data provider\n`selected-row-cell` | Cell in a selected row\n`nonselectable-row-cell` | Cell in a row that the user may not select or deselect\n`collapsed-row-cell` | Cell in a collapsed row\n`expanded-row-cell` | Cell in an expanded row\n`details-opened-row-cell` | Cell in an row with details open\n`dragstart-row-cell` | Cell in the ghost image row, but not in a source row\n`drag-source-row-cell` | Cell in a source row, but not in the ghost image\n`dragover-above-row-cell` | Cell in a row that has another row dragged over above\n`dragover-below-row-cell` | Cell in a row that has another row dragged over below\n`dragover-on-top-row-cell` | Cell in a row that has another row dragged over on top\n`drag-disabled-row-cell` | Cell in a row that isn't available for dragging\n`drop-disabled-row-cell` | Cell in a row that can't be dropped on top of\n`frozen-cell` | Frozen cell in the internal table\n`frozen-to-end-cell` | Frozen to end cell in the internal table\n`last-frozen-cell` | Last frozen cell\n`first-frozen-to-end-cell` | First cell frozen to end\n`first-column-cell` | First visible cell on a row\n`last-column-cell` | Last visible cell on a row\n`reorder-allowed-cell` | Cell in a column where another column can be reordered\n`reorder-dragging-cell` | Cell in a column currently being reordered\n`resize-handle` | Handle for resizing the columns\n`empty-state` | The container for the content to be displayed when there are no body rows to show\n`reorder-ghost` | Ghost element of the header cell being dragged\n\nThe following state attributes are available for styling:\n\nAttribute | Description | Part name\n----------------------|---------------------------------------------------------------------------------------------------|-----------\n`loading` | Set when the grid is loading data from data provider | :host\n`interacting` | Keyboard navigation in interaction mode | :host\n`navigating` | Keyboard navigation in navigation mode | :host\n`overflow` | Set when rows are overflowing the grid viewport. Possible values: `top`, `bottom`, `start`, `end` | :host\n`reordering` | Set when the grid's columns are being reordered | :host\n`dragover` | Set when the grid (not a specific row) is dragged over | :host\n`dragging-rows` | Set when grid rows are dragged | :host\n`reorder-status` | Reflects the status of a cell while columns are being reordered | cell\n`frozen` | Frozen cell | cell\n`frozen-to-end` | Cell frozen to end | cell\n`last-frozen` | Last frozen cell | cell\n`first-frozen-to-end` | First cell frozen to end | cell\n`first-column` | First visible cell on a row | cell\n`last-column` | Last visible cell on a row | cell\n`selected` | Selected row | row\n`expanded` | Expanded row | row\n`details-opened` | Row with details open | row\n`loading` | Row that is waiting for data from data provider | row\n`odd` | Odd row | row\n`first` | The first body row | row\n`last` | The last body row | row\n`dragstart` | Set for one frame when starting to drag a row. The value is a number when dragging multiple rows | row\n`dragover` | Set when the row is dragged over | row\n`drag-disabled` | Set to a row that isn't available for dragging | row\n`drop-disabled` | Set to a row that can't be dropped on top of | row\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
7677
+ "description": "`<vaadin-grid>` is a free, high quality data grid / data table Web Component. The content of the\nthe grid can be populated by using renderer callback function.\n\n### Quick Start\n\nStart with an assigning an array to the [`items`](#/elements/vaadin-grid#property-items) property to visualize your data.\n\nUse the [`<vaadin-grid-column>`](#/elements/vaadin-grid-column) element to configure the grid columns. Set `path` and `header`\nshorthand properties for the columns to define what gets rendered in the cells of the column.\n\n#### Example:\n```html\n<vaadin-grid>\n <vaadin-grid-column path=\"name.first\" header=\"First name\"></vaadin-grid-column>\n <vaadin-grid-column path=\"name.last\" header=\"Last name\"></vaadin-grid-column>\n <vaadin-grid-column path=\"email\"></vaadin-grid-column>\n</vaadin-grid>\n```\n\nFor custom content `vaadin-grid-column` element provides you with three types of `renderer` callback functions: `headerRenderer`,\n`renderer` and `footerRenderer`.\n\nEach of those renderer functions provides `root`, `column`, `model` arguments when applicable.\nGenerate DOM content, append it to the `root` element and control the state\nof the host element by accessing `column`. Before generating new content,\nusers are able to check if there is already content in `root` for reusing it.\n\nRenderers are called on initialization of new column cells and each time the\nrelated row model is updated. DOM generated during the renderer call can be reused\nin the next renderer call and will be provided with the `root` argument.\nOn first call it will be empty.\n\n#### Example:\n```html\n<vaadin-grid>\n <vaadin-grid-column></vaadin-grid-column>\n <vaadin-grid-column></vaadin-grid-column>\n <vaadin-grid-column></vaadin-grid-column>\n</vaadin-grid>\n```\n```js\nconst grid = document.querySelector('vaadin-grid');\ngrid.items = [{'name': 'John', 'surname': 'Lennon', 'role': 'singer'},\n {'name': 'Ringo', 'surname': 'Starr', 'role': 'drums'}];\n\nconst columns = grid.querySelectorAll('vaadin-grid-column');\n\ncolumns[0].headerRenderer = function(root) {\n root.textContent = 'Name';\n};\ncolumns[0].renderer = function(root, column, model) {\n root.textContent = model.item.name;\n};\n\ncolumns[1].headerRenderer = function(root) {\n root.textContent = 'Surname';\n};\ncolumns[1].renderer = function(root, column, model) {\n root.textContent = model.item.surname;\n};\n\ncolumns[2].headerRenderer = function(root) {\n root.textContent = 'Role';\n};\ncolumns[2].renderer = function(root, column, model) {\n root.textContent = model.item.role;\n};\n```\n\nThe following properties are available in the `model` argument:\n\nProperty name | Type | Description\n--------------|------|------------\n`index`| Number | The index of the item.\n`item` | String or Object | The item.\n`level` | Number | Number of the item's tree sublevel, starts from 0.\n`expanded` | Boolean | True if the item's tree sublevel is expanded.\n`selected` | Boolean | True if the item is selected.\n`detailsOpened` | Boolean | True if the item's row details are open.\n`hasChildren` | Boolean | True if the item has children\n\nThe following helper elements can be used for further customization:\n- [`<vaadin-grid-column-group>`](#/elements/vaadin-grid-column-group)\n- [`<vaadin-grid-filter>`](#/elements/vaadin-grid-filter)\n- [`<vaadin-grid-sorter>`](#/elements/vaadin-grid-sorter)\n- [`<vaadin-grid-selection-column>`](#/elements/vaadin-grid-selection-column)\n- [`<vaadin-grid-tree-toggle>`](#/elements/vaadin-grid-tree-toggle)\n\n__Note that the helper elements must be explicitly imported.__\nIf you want to import everything at once you can use the `all-imports.js` entrypoint.\n\n### Lazy Loading with Function Data Provider\n\nIn addition to assigning an array to the items property, you can alternatively\nprovide the `<vaadin-grid>` data through the\n[`dataProvider`](#/elements/vaadin-grid#property-dataProvider) function property.\nThe `<vaadin-grid>` calls this function lazily, only when it needs more data\nto be displayed.\n\nSee the [`dataProvider`](#/elements/vaadin-grid#property-dataProvider) property\ndocumentation for the detailed data provider arguments description.\n\n__Note that expanding the tree grid's item will trigger a call to the `dataProvider`.__\n\n__Also, note that when using function data providers, the total number of items\nneeds to be set manually. The total number of items can be returned\nin the second argument of the data provider callback:__\n\n```javascript\ngrid.dataProvider = ({page, pageSize}, callback) => {\n // page: the requested page index\n // pageSize: number of items on one page\n const url = `https://api.example/data?page=${page}&per_page=${pageSize}`;\n\n fetch(url)\n .then((res) => res.json())\n .then(({ employees, totalSize }) => {\n callback(employees, totalSize);\n });\n};\n```\n\n__Alternatively, you can use the `size` property to set the total number of items:__\n\n```javascript\ngrid.size = 200; // The total number of items\ngrid.dataProvider = ({page, pageSize}, callback) => {\n const url = `https://api.example/data?page=${page}&per_page=${pageSize}`;\n\n fetch(url)\n .then((res) => res.json())\n .then((resJson) => callback(resJson.employees));\n};\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---------------------------|----------------\n`row` | Row in the internal table\n`body-row` | Body row in the internal table\n`header-row` | Header row in the internal table\n`footer-row` | Footer row in the internal table\n`collapsed-row` | Collapsed row\n`expanded-row` | Expanded row\n`selected-row` | Selected row\n`nonselectable-row` | Row that the user may not select or deselect\n`details-opened-row` | Row with details open\n`odd-row` | Odd row\n`even-row` | Even row\n`first-row` | The first body row\n`first-header-row` | The first header row\n`first-footer-row` | The first footer row\n`last-row` | The last body row\n`last-header-row` | The last header row\n`last-footer-row` | The last footer row\n`dragstart-row` | Set on the row for one frame when drag is starting.\n`dragover-above-row` | Set on the row when the a row is dragged over above\n`dragover-below-row` | Set on the row when the a row is dragged over below\n`dragover-on-top-row` | Set on the row when the a row is dragged over on top\n`drag-disabled-row` | Set to a row that isn't available for dragging\n`drop-disabled-row` | Set to a row that can't be dropped on top of\n`cell` | Cell in the internal table\n`header-cell` | Header cell in the internal table\n`body-cell` | Body cell in the internal table\n`footer-cell` | Footer cell in the internal table\n`details-cell` | Row details cell in the internal table\n`focused-cell` | Focused cell in the internal table\n`odd-row-cell` | Cell in an odd row\n`even-row-cell` | Cell in an even row\n`first-row-cell` | Cell in the first body row\n`last-row-cell` | Cell in the last body row\n`first-header-row-cell` | Cell in the first header row\n`first-footer-row-cell` | Cell in the first footer row\n`last-header-row-cell` | Cell in the last header row\n`last-footer-row-cell` | Cell in the last footer row\n`loading-row-cell` | Cell in a row that is waiting for data from data provider\n`selected-row-cell` | Cell in a selected row\n`nonselectable-row-cell` | Cell in a row that the user may not select or deselect\n`collapsed-row-cell` | Cell in a collapsed row\n`expanded-row-cell` | Cell in an expanded row\n`details-opened-row-cell` | Cell in an row with details open\n`dragstart-row-cell` | Cell in the ghost image row, but not in a source row\n`drag-source-row-cell` | Cell in a source row, but not in the ghost image\n`dragover-above-row-cell` | Cell in a row that has another row dragged over above\n`dragover-below-row-cell` | Cell in a row that has another row dragged over below\n`dragover-on-top-row-cell` | Cell in a row that has another row dragged over on top\n`drag-disabled-row-cell` | Cell in a row that isn't available for dragging\n`drop-disabled-row-cell` | Cell in a row that can't be dropped on top of\n`frozen-cell` | Frozen cell in the internal table\n`frozen-to-end-cell` | Frozen to end cell in the internal table\n`last-frozen-cell` | Last frozen cell\n`first-frozen-to-end-cell` | First cell frozen to end\n`first-column-cell` | First visible cell on a row\n`last-column-cell` | Last visible cell on a row\n`reorder-allowed-cell` | Cell in a column where another column can be reordered\n`reorder-dragging-cell` | Cell in a column currently being reordered\n`resize-handle` | Handle for resizing the columns\n`empty-state` | The container for the content to be displayed when there are no body rows to show\n`reorder-ghost` | Ghost element of the header cell being dragged\n\nThe following state attributes are available for styling:\n\nAttribute | Description | Part name\n----------------------|---------------------------------------------------------------------------------------------------|-----------\n`loading` | Set when the grid is loading data from data provider | :host\n`interacting` | Keyboard navigation in interaction mode | :host\n`navigating` | Keyboard navigation in navigation mode | :host\n`overflow` | Set when rows are overflowing the grid viewport. Possible values: `top`, `bottom`, `start`, `end` | :host\n`reordering` | Set when the grid's columns are being reordered | :host\n`dragover` | Set when the grid (not a specific row) is dragged over | :host\n`dragging-rows` | Set when grid rows are dragged | :host\n`reorder-status` | Reflects the status of a cell while columns are being reordered | cell\n`frozen` | Frozen cell | cell\n`frozen-to-end` | Cell frozen to end | cell\n`last-frozen` | Last frozen cell | cell\n`first-frozen-to-end` | First cell frozen to end | cell\n`first-column` | First visible cell on a row | cell\n`last-column` | Last visible cell on a row | cell\n`selected` | Selected row | row\n`expanded` | Expanded row | row\n`details-opened` | Row with details open | row\n`loading` | Row that is waiting for data from data provider | row\n`odd` | Odd row | row\n`first` | The first body row | row\n`last` | The last body row | row\n`dragstart` | Set for one frame when starting to drag a row. The value is a number when dragging multiple rows | row\n`dragover` | Set when the row is dragged over | row\n`drag-disabled` | Set to a row that isn't available for dragging | row\n`drop-disabled` | Set to a row that can't be dropped on top of | row\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property |\n:--------------------------------------------------|\n| `--vaadin-grid-background` |\n| `--vaadin-grid-border-color` |\n| `--vaadin-grid-border-radius` |\n| `--vaadin-grid-border-width` |\n| `--vaadin-grid-cell-background-color` |\n| `--vaadin-grid-cell-padding` |\n| `--vaadin-grid-cell-text-overflow` |\n| `--vaadin-grid-column-border-width` |\n| `--vaadin-grid-column-resize-handle-color` |\n| `--vaadin-grid-header-font-size` |\n| `--vaadin-grid-header-font-weight` |\n| `--vaadin-grid-header-text-color` |\n| `--vaadin-grid-row-background-color` |\n| `--vaadin-grid-row-border-width` |\n| `--vaadin-grid-row-highlight-background-color` |\n| `--vaadin-grid-row-hover-background-color` |\n| `--vaadin-grid-row-odd-background-color` |\n| `--vaadin-grid-row-selected-background-color` |\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
7626
7678
  "name": "Grid",
7627
7679
  "members": [
7628
7680
  {
@@ -7954,7 +8006,7 @@
7954
8006
  "type": {
7955
8007
  "text": "Object"
7956
8008
  },
7957
- "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n\n```js\n{\n // Accessible name (aria-label) for the select all checkbox in the\n // selection column header cell.\n selectAll: 'Select All',\n // Accessible name (aria-label) for the select row checkbox in each\n // selection column body cell. The `{rowHeader}` placeholder is replaced with the\n // row header cell text content or row index if there is no row header column.\n selectRow: 'Select Row {rowHeader}',\n // Accessible name (aria-label) for the grid sorters. The `{column}`\n // placeholder is replaced with the sorter text content.\n sorter: 'Sort by {column}',\n}\n```",
8009
+ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n\n```js\n{\n // Accessible name (aria-label) for the select all checkbox in the\n // selection column header cell.\n selectAll: 'Select All',\n // Screen-reader-only label announced for the selection column header cell\n // when the Select All checkbox is hidden (data provider or conditional selection).\n selectAllUnavailable: 'Select All unavailable',\n // Accessible name (aria-label) for the select row checkbox in each\n // selection column body cell. The `{rowHeader}` placeholder is replaced with the\n // row header cell text content or row index if there is no row header column.\n selectRow: 'Select Row {rowHeader}',\n // Accessible name (aria-label) for the grid sorters. The `{column}`\n // placeholder is replaced with the sorter text content.\n sorter: 'Sort by {column}',\n}\n```",
7958
8010
  "attribute": "i18n",
7959
8011
  "return": {
7960
8012
  "type": {
@@ -8369,38 +8421,6 @@
8369
8421
  "name": "size-changed"
8370
8422
  }
8371
8423
  ],
8372
- "mixins": [
8373
- {
8374
- "name": "GridMixin",
8375
- "module": "src/vaadin-grid-mixin.js"
8376
- },
8377
- {
8378
- "name": "I18nMixin",
8379
- "package": "@vaadin/component-base/src/i18n-mixin.js"
8380
- },
8381
- {
8382
- "name": "ElementMixin",
8383
- "package": "@vaadin/component-base/src/element-mixin.js"
8384
- },
8385
- {
8386
- "name": "ThemableMixin",
8387
- "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
8388
- },
8389
- {
8390
- "name": "PolylitMixin",
8391
- "package": "@vaadin/component-base/src/polylit-mixin.js"
8392
- },
8393
- {
8394
- "name": "LumoInjectionMixin",
8395
- "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
8396
- }
8397
- ],
8398
- "superclass": {
8399
- "name": "LitElement",
8400
- "package": "lit"
8401
- },
8402
- "tagName": "vaadin-grid",
8403
- "customElement": true,
8404
8424
  "attributes": [
8405
8425
  {
8406
8426
  "name": "accessible-name",
@@ -8677,8 +8697,47 @@
8677
8697
  "name": "DataProviderMixin",
8678
8698
  "module": "src/vaadin-grid-data-provider-mixin.js"
8679
8699
  }
8700
+ },
8701
+ {
8702
+ "type": {
8703
+ "text": "string"
8704
+ },
8705
+ "description": "The theme variants to apply to the component.",
8706
+ "name": "theme"
8680
8707
  }
8681
- ]
8708
+ ],
8709
+ "mixins": [
8710
+ {
8711
+ "name": "GridMixin",
8712
+ "module": "src/vaadin-grid-mixin.js"
8713
+ },
8714
+ {
8715
+ "name": "I18nMixin",
8716
+ "package": "@vaadin/component-base/src/i18n-mixin.js"
8717
+ },
8718
+ {
8719
+ "name": "ElementMixin",
8720
+ "package": "@vaadin/component-base/src/element-mixin.js"
8721
+ },
8722
+ {
8723
+ "name": "ThemableMixin",
8724
+ "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
8725
+ },
8726
+ {
8727
+ "name": "PolylitMixin",
8728
+ "package": "@vaadin/component-base/src/polylit-mixin.js"
8729
+ },
8730
+ {
8731
+ "name": "LumoInjectionMixin",
8732
+ "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
8733
+ }
8734
+ ],
8735
+ "superclass": {
8736
+ "name": "LitElement",
8737
+ "package": "lit"
8738
+ },
8739
+ "tagName": "vaadin-grid",
8740
+ "customElement": true
8682
8741
  }
8683
8742
  ],
8684
8743
  "exports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/grid",
3
- "version": "25.3.0-dev.3a3c2d7d2a",
3
+ "version": "25.3.0-rc1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,20 +45,20 @@
45
45
  ],
46
46
  "dependencies": {
47
47
  "@open-wc/dedupe-mixin": "^1.3.0",
48
- "@vaadin/a11y-base": "25.3.0-dev.3a3c2d7d2a",
49
- "@vaadin/checkbox": "25.3.0-dev.3a3c2d7d2a",
50
- "@vaadin/component-base": "25.3.0-dev.3a3c2d7d2a",
51
- "@vaadin/lit-renderer": "25.3.0-dev.3a3c2d7d2a",
52
- "@vaadin/text-field": "25.3.0-dev.3a3c2d7d2a",
53
- "@vaadin/vaadin-themable-mixin": "25.3.0-dev.3a3c2d7d2a",
48
+ "@vaadin/a11y-base": "25.3.0-rc1",
49
+ "@vaadin/checkbox": "25.3.0-rc1",
50
+ "@vaadin/component-base": "25.3.0-rc1",
51
+ "@vaadin/lit-renderer": "25.3.0-rc1",
52
+ "@vaadin/text-field": "25.3.0-rc1",
53
+ "@vaadin/vaadin-themable-mixin": "25.3.0-rc1",
54
54
  "lit": "^3.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@vaadin/aura": "25.3.0-dev.3a3c2d7d2a",
58
- "@vaadin/chai-plugins": "25.3.0-dev.3a3c2d7d2a",
59
- "@vaadin/test-runner-commands": "25.3.0-dev.3a3c2d7d2a",
57
+ "@vaadin/aura": "25.3.0-rc1",
58
+ "@vaadin/chai-plugins": "25.3.0-rc1",
59
+ "@vaadin/test-runner-commands": "25.3.0-rc1",
60
60
  "@vaadin/testing-helpers": "^2.0.0",
61
- "@vaadin/vaadin-lumo-styles": "25.3.0-dev.3a3c2d7d2a",
61
+ "@vaadin/vaadin-lumo-styles": "25.3.0-rc1",
62
62
  "sinon": "^22.0.0"
63
63
  },
64
64
  "customElements": "custom-elements.json",
@@ -66,5 +66,5 @@
66
66
  "web-types.json",
67
67
  "web-types.lit.json"
68
68
  ],
69
- "gitHead": "ac506ca7800c23e05da55863c56bcedf12812d37"
69
+ "gitHead": "d4809590b2f61bd607e376ab3dec84f4bfb059a7"
70
70
  }