@vaadin/grid-pro 25.2.0-beta1 → 25.2.0-beta2

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.
@@ -181,8 +181,8 @@
181
181
  "description": "Automatically sets the width of the column based on the column contents when this is set to `true`.\n\nFor performance reasons the column width is calculated automatically only once when the grid items\nare rendered for the first time and the calculation only considers the rows which are currently\nrendered in DOM (a bit more than what is currently visible). If the grid is scrolled, or the cell\ncontent changes, the column width might not match the contents anymore.\n\nHidden columns are ignored in the calculation and their widths are not automatically updated when\nyou show a column that was initially hidden.\n\nYou can manually trigger the auto sizing behavior again by calling `grid.recalculateColumnWidths()`.\n\nThe column width may still grow larger when `flexGrow` is not 0.",
182
182
  "attribute": "auto-width",
183
183
  "inheritedFrom": {
184
- "name": "GridColumn",
185
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
184
+ "name": "GridColumnMixin",
185
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
186
186
  }
187
187
  },
188
188
  {
@@ -251,8 +251,8 @@
251
251
  "description": "Flex grow ratio for the cell widths. When set to 0, cell width is fixed.",
252
252
  "attribute": "flex-grow",
253
253
  "inheritedFrom": {
254
- "name": "GridColumn",
255
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
254
+ "name": "GridColumnMixin",
255
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
256
256
  }
257
257
  },
258
258
  {
@@ -265,8 +265,8 @@
265
265
  "description": "Custom part name for the footer cell.",
266
266
  "attribute": "footer-part-name",
267
267
  "inheritedFrom": {
268
- "name": "GridColumn",
269
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
268
+ "name": "ColumnBaseMixin",
269
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
270
270
  }
271
271
  },
272
272
  {
@@ -279,8 +279,8 @@
279
279
  "description": "Custom function for rendering the footer content.\nReceives two arguments:\n\n- `root` The footer cell content DOM element. Append your content to it.\n- `column` The `<vaadin-grid-column>` element.",
280
280
  "attribute": "footer-renderer",
281
281
  "inheritedFrom": {
282
- "name": "GridColumn",
283
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
282
+ "name": "ColumnBaseMixin",
283
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
284
284
  }
285
285
  },
286
286
  {
@@ -293,8 +293,8 @@
293
293
  "description": "When true, the column is frozen. When a column inside of a column group is frozen,\nall of the sibling columns inside the group will get frozen also.",
294
294
  "attribute": "frozen",
295
295
  "inheritedFrom": {
296
- "name": "GridColumn",
297
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
296
+ "name": "ColumnBaseMixin",
297
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
298
298
  }
299
299
  },
300
300
  {
@@ -307,8 +307,8 @@
307
307
  "description": "When true, the column is frozen to end of grid.\n\nWhen a column inside of a column group is frozen to end, all of the sibling columns\ninside the group will get frozen to end also.\n\nColumn can not be set as `frozen` and `frozenToEnd` at the same time.",
308
308
  "attribute": "frozen-to-end",
309
309
  "inheritedFrom": {
310
- "name": "GridColumn",
311
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
310
+ "name": "ColumnBaseMixin",
311
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
312
312
  }
313
313
  },
314
314
  {
@@ -321,8 +321,8 @@
321
321
  "description": "Text content to display in the header cell of the column.",
322
322
  "attribute": "header",
323
323
  "inheritedFrom": {
324
- "name": "GridColumn",
325
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
324
+ "name": "ColumnBaseMixin",
325
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
326
326
  }
327
327
  },
328
328
  {
@@ -335,8 +335,8 @@
335
335
  "description": "Custom part name for the header cell.",
336
336
  "attribute": "header-part-name",
337
337
  "inheritedFrom": {
338
- "name": "GridColumn",
339
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
338
+ "name": "ColumnBaseMixin",
339
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
340
340
  }
341
341
  },
342
342
  {
@@ -349,8 +349,8 @@
349
349
  "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.",
350
350
  "attribute": "header-renderer",
351
351
  "inheritedFrom": {
352
- "name": "GridColumn",
353
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
352
+ "name": "ColumnBaseMixin",
353
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
354
354
  }
355
355
  },
356
356
  {
@@ -363,8 +363,8 @@
363
363
  "description": "When set to true, the cells for this column are hidden.",
364
364
  "attribute": "hidden",
365
365
  "inheritedFrom": {
366
- "name": "GridColumn",
367
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
366
+ "name": "ColumnBaseMixin",
367
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
368
368
  }
369
369
  },
370
370
  {
@@ -391,8 +391,8 @@
391
391
  "description": "JS Path of the property in the item used for the editable content.",
392
392
  "attribute": "path",
393
393
  "inheritedFrom": {
394
- "name": "GridColumn",
395
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
394
+ "name": "GridColumnMixin",
395
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
396
396
  }
397
397
  },
398
398
  {
@@ -405,8 +405,8 @@
405
405
  "description": "Custom function for rendering the cell content.\nReceives three arguments:\n\n- `root` The cell content DOM element. Append your content to it.\n- `column` The `<vaadin-grid-column>` element.\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.expanded` Sublevel toggle state.\n - `model.level` Level of the tree represented with a horizontal offset of the toggle button.\n - `model.selected` Selected state.\n - `model.detailsOpened` Details opened state.\n - `model.hasChildren` Whether the item has children.",
406
406
  "attribute": "renderer",
407
407
  "inheritedFrom": {
408
- "name": "GridColumn",
409
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
408
+ "name": "GridColumnMixin",
409
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
410
410
  }
411
411
  },
412
412
  {
@@ -420,8 +420,8 @@
420
420
  "default": "false",
421
421
  "attribute": "resizable",
422
422
  "inheritedFrom": {
423
- "name": "GridColumn",
424
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
423
+ "name": "ColumnBaseMixin",
424
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
425
425
  }
426
426
  },
427
427
  {
@@ -434,8 +434,8 @@
434
434
  "description": "When true, the cells for this column will be rendered with the `role` attribute\nset as `rowheader`, instead of the `gridcell` role value used by default.\n\nWhen a column is set as row header, its cells will be announced by screen readers\nwhile navigating to help user identify the current row as uniquely as possible.",
435
435
  "attribute": "row-header",
436
436
  "inheritedFrom": {
437
- "name": "GridColumn",
438
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
437
+ "name": "ColumnBaseMixin",
438
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
439
439
  }
440
440
  },
441
441
  {
@@ -448,8 +448,8 @@
448
448
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
449
449
  "attribute": "text-align",
450
450
  "inheritedFrom": {
451
- "name": "GridColumn",
452
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
451
+ "name": "ColumnBaseMixin",
452
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
453
453
  }
454
454
  },
455
455
  {
@@ -462,8 +462,8 @@
462
462
  "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.",
463
463
  "attribute": "width",
464
464
  "inheritedFrom": {
465
- "name": "GridColumn",
466
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
465
+ "name": "GridColumnMixin",
466
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
467
467
  }
468
468
  }
469
469
  ],
@@ -488,8 +488,8 @@
488
488
  "description": "Automatically sets the width of the column based on the column contents when this is set to `true`.\n\nFor performance reasons the column width is calculated automatically only once when the grid items\nare rendered for the first time and the calculation only considers the rows which are currently\nrendered in DOM (a bit more than what is currently visible). If the grid is scrolled, or the cell\ncontent changes, the column width might not match the contents anymore.\n\nHidden columns are ignored in the calculation and their widths are not automatically updated when\nyou show a column that was initially hidden.\n\nYou can manually trigger the auto sizing behavior again by calling `grid.recalculateColumnWidths()`.\n\nThe column width may still grow larger when `flexGrow` is not 0.",
489
489
  "fieldName": "autoWidth",
490
490
  "inheritedFrom": {
491
- "name": "GridColumn",
492
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
491
+ "name": "GridColumnMixin",
492
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
493
493
  }
494
494
  },
495
495
  {
@@ -536,8 +536,8 @@
536
536
  "description": "Flex grow ratio for the cell widths. When set to 0, cell width is fixed.",
537
537
  "fieldName": "flexGrow",
538
538
  "inheritedFrom": {
539
- "name": "GridColumn",
540
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
539
+ "name": "GridColumnMixin",
540
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
541
541
  }
542
542
  },
543
543
  {
@@ -548,8 +548,8 @@
548
548
  "description": "Custom part name for the footer cell.",
549
549
  "fieldName": "footerPartName",
550
550
  "inheritedFrom": {
551
- "name": "GridColumn",
552
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
551
+ "name": "ColumnBaseMixin",
552
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
553
553
  }
554
554
  },
555
555
  {
@@ -560,8 +560,8 @@
560
560
  "description": "Custom function for rendering the footer content.\nReceives two arguments:\n\n- `root` The footer cell content DOM element. Append your content to it.\n- `column` The `<vaadin-grid-column>` element.",
561
561
  "fieldName": "footerRenderer",
562
562
  "inheritedFrom": {
563
- "name": "GridColumn",
564
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
563
+ "name": "ColumnBaseMixin",
564
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
565
565
  }
566
566
  },
567
567
  {
@@ -572,8 +572,8 @@
572
572
  "description": "When true, the column is frozen. When a column inside of a column group is frozen,\nall of the sibling columns inside the group will get frozen also.",
573
573
  "fieldName": "frozen",
574
574
  "inheritedFrom": {
575
- "name": "GridColumn",
576
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
575
+ "name": "ColumnBaseMixin",
576
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
577
577
  }
578
578
  },
579
579
  {
@@ -584,8 +584,8 @@
584
584
  "description": "When true, the column is frozen to end of grid.\n\nWhen a column inside of a column group is frozen to end, all of the sibling columns\ninside the group will get frozen to end also.\n\nColumn can not be set as `frozen` and `frozenToEnd` at the same time.",
585
585
  "fieldName": "frozenToEnd",
586
586
  "inheritedFrom": {
587
- "name": "GridColumn",
588
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
587
+ "name": "ColumnBaseMixin",
588
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
589
589
  }
590
590
  },
591
591
  {
@@ -596,8 +596,8 @@
596
596
  "description": "Text content to display in the header cell of the column.",
597
597
  "fieldName": "header",
598
598
  "inheritedFrom": {
599
- "name": "GridColumn",
600
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
599
+ "name": "ColumnBaseMixin",
600
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
601
601
  }
602
602
  },
603
603
  {
@@ -608,8 +608,8 @@
608
608
  "description": "Custom part name for the header cell.",
609
609
  "fieldName": "headerPartName",
610
610
  "inheritedFrom": {
611
- "name": "GridColumn",
612
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
611
+ "name": "ColumnBaseMixin",
612
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
613
613
  }
614
614
  },
615
615
  {
@@ -620,8 +620,8 @@
620
620
  "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.",
621
621
  "fieldName": "headerRenderer",
622
622
  "inheritedFrom": {
623
- "name": "GridColumn",
624
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
623
+ "name": "ColumnBaseMixin",
624
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
625
625
  }
626
626
  },
627
627
  {
@@ -632,8 +632,8 @@
632
632
  "description": "When set to true, the cells for this column are hidden.",
633
633
  "fieldName": "hidden",
634
634
  "inheritedFrom": {
635
- "name": "GridColumn",
636
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
635
+ "name": "ColumnBaseMixin",
636
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
637
637
  }
638
638
  },
639
639
  {
@@ -656,8 +656,8 @@
656
656
  "description": "JS Path of the property in the item used for the editable content.",
657
657
  "fieldName": "path",
658
658
  "inheritedFrom": {
659
- "name": "GridColumn",
660
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
659
+ "name": "GridColumnMixin",
660
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
661
661
  }
662
662
  },
663
663
  {
@@ -668,8 +668,8 @@
668
668
  "description": "Custom function for rendering the cell content.\nReceives three arguments:\n\n- `root` The cell content DOM element. Append your content to it.\n- `column` The `<vaadin-grid-column>` element.\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.expanded` Sublevel toggle state.\n - `model.level` Level of the tree represented with a horizontal offset of the toggle button.\n - `model.selected` Selected state.\n - `model.detailsOpened` Details opened state.\n - `model.hasChildren` Whether the item has children.",
669
669
  "fieldName": "renderer",
670
670
  "inheritedFrom": {
671
- "name": "GridColumn",
672
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
671
+ "name": "GridColumnMixin",
672
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
673
673
  }
674
674
  },
675
675
  {
@@ -681,8 +681,8 @@
681
681
  "default": "false",
682
682
  "fieldName": "resizable",
683
683
  "inheritedFrom": {
684
- "name": "GridColumn",
685
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
684
+ "name": "ColumnBaseMixin",
685
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
686
686
  }
687
687
  },
688
688
  {
@@ -693,8 +693,8 @@
693
693
  "description": "When true, the cells for this column will be rendered with the `role` attribute\nset as `rowheader`, instead of the `gridcell` role value used by default.\n\nWhen a column is set as row header, its cells will be announced by screen readers\nwhile navigating to help user identify the current row as uniquely as possible.",
694
694
  "fieldName": "rowHeader",
695
695
  "inheritedFrom": {
696
- "name": "GridColumn",
697
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
696
+ "name": "ColumnBaseMixin",
697
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
698
698
  }
699
699
  },
700
700
  {
@@ -705,8 +705,8 @@
705
705
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
706
706
  "fieldName": "textAlign",
707
707
  "inheritedFrom": {
708
- "name": "GridColumn",
709
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
708
+ "name": "ColumnBaseMixin",
709
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
710
710
  }
711
711
  },
712
712
  {
@@ -717,8 +717,8 @@
717
717
  "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.",
718
718
  "fieldName": "width",
719
719
  "inheritedFrom": {
720
- "name": "GridColumn",
721
- "package": "@vaadin/grid/src/vaadin-grid-column.js"
720
+ "name": "GridColumnMixin",
721
+ "package": "@vaadin/grid/src/vaadin-grid-column-mixin.js"
722
722
  }
723
723
  }
724
724
  ],
@@ -903,8 +903,8 @@
903
903
  "description": "String used to label the grid to screen reader users.",
904
904
  "attribute": "accessible-name",
905
905
  "inheritedFrom": {
906
- "name": "Grid",
907
- "package": "@vaadin/grid/src/vaadin-grid.js"
906
+ "name": "A11yMixin",
907
+ "package": "@vaadin/grid/src/vaadin-grid-a11y-mixin.js"
908
908
  }
909
909
  },
910
910
  {
@@ -917,8 +917,8 @@
917
917
  "description": "The item user has last interacted with. Turns to `null` after user deactivates\nthe item by re-interacting with the currently active item.",
918
918
  "attribute": "active-item",
919
919
  "inheritedFrom": {
920
- "name": "Grid",
921
- "package": "@vaadin/grid/src/vaadin-grid.js"
920
+ "name": "ActiveItemMixin",
921
+ "package": "@vaadin/grid/src/vaadin-grid-active-item-mixin.js"
922
922
  }
923
923
  },
924
924
  {
@@ -931,8 +931,8 @@
931
931
  "description": "If true, the grid's height is defined by its rows.\n\nEffectively, this disables the grid's virtual scrolling so that all the rows are rendered in the DOM at once.\nIf the grid has a large number of items, using the feature is discouraged to avoid performance issues.",
932
932
  "attribute": "all-rows-visible",
933
933
  "inheritedFrom": {
934
- "name": "Grid",
935
- "package": "@vaadin/grid/src/vaadin-grid.js"
934
+ "name": "GridMixin",
935
+ "package": "@vaadin/grid/src/vaadin-grid-mixin.js"
936
936
  }
937
937
  },
938
938
  {
@@ -945,8 +945,8 @@
945
945
  "description": "A function that allows generating CSS `part` names for grid cells in Shadow DOM based\non their row and column, for styling from outside using the `::part()` selector.\n\nThe return value should be the generated part name as a string, or multiple part names\nseparated by whitespace characters.\n\nReceives two arguments:\n- `column` The `<vaadin-grid-column>` element (`undefined` for details-cell).\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.expanded` Sublevel toggle state.\n - `model.level` Level of the tree represented with a horizontal offset of the toggle button.\n - `model.selected` Selected state.",
946
946
  "attribute": "cell-part-name-generator",
947
947
  "inheritedFrom": {
948
- "name": "Grid",
949
- "package": "@vaadin/grid/src/vaadin-grid.js"
948
+ "name": "StylingMixin",
949
+ "package": "@vaadin/grid/src/vaadin-grid-styling-mixin.js"
950
950
  }
951
951
  },
952
952
  {
@@ -954,8 +954,8 @@
954
954
  "name": "clearCache",
955
955
  "description": "Clears the cached pages and reloads data from dataprovider when needed.",
956
956
  "inheritedFrom": {
957
- "name": "Grid",
958
- "package": "@vaadin/grid/src/vaadin-grid.js"
957
+ "name": "DataProviderMixin",
958
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
959
959
  }
960
960
  },
961
961
  {
@@ -971,8 +971,8 @@
971
971
  ],
972
972
  "description": "Close the details row of a given item.",
973
973
  "inheritedFrom": {
974
- "name": "Grid",
975
- "package": "@vaadin/grid/src/vaadin-grid.js"
974
+ "name": "RowDetailsMixin",
975
+ "package": "@vaadin/grid/src/vaadin-grid-row-details-mixin.js"
976
976
  }
977
977
  },
978
978
  {
@@ -988,8 +988,8 @@
988
988
  ],
989
989
  "description": "Collapses the given item tree.",
990
990
  "inheritedFrom": {
991
- "name": "Grid",
992
- "package": "@vaadin/grid/src/vaadin-grid.js"
991
+ "name": "DataProviderMixin",
992
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
993
993
  }
994
994
  },
995
995
  {
@@ -1002,8 +1002,8 @@
1002
1002
  "description": "Allows you to choose between modes for rendering columns in the grid:\n\n\"eager\" (default): All columns are rendered upfront, regardless of their visibility within the viewport.\nThis mode should generally be preferred, as it avoids the limitations imposed by the \"lazy\" mode.\nUse this mode unless the grid has a large number of columns and performance outweighs the limitations\nin priority.\n\n\"lazy\": Optimizes the rendering of cells when there are multiple columns in the grid by virtualizing\nhorizontal scrolling. In this mode, body cells are rendered only when their corresponding columns are\ninside the visible viewport.\n\nUsing \"lazy\" rendering should be used only if you're dealing with a large number of columns and performance\nis your highest priority. For most use cases, the default \"eager\" mode is recommended due to the\nlimitations imposed by the \"lazy\" mode.\n\nWhen using the \"lazy\" mode, keep the following limitations in mind:\n\n- Row Height: When only a number of columns are visible at once, the height of a row can only be that of\nthe highest cell currently visible on that row. Make sure each cell on a single row has the same height\nas all other cells on that row. If row cells have different heights, users may experience jumpiness when\nscrolling the grid horizontally as lazily rendered cells with different heights are scrolled into view.\n\n- Auto-width Columns: For the columns that are initially outside the visible viewport but still use auto-width,\nonly the header content is taken into account when calculating the column width because the body cells\nof the columns outside the viewport are not initially rendered.\n\n- Screen Reader Compatibility: Screen readers may not be able to associate the focused cells with the correct\nheaders when only a subset of the body cells on a row is rendered.\n\n- Keyboard Navigation: Tabbing through focusable elements inside the grid body may not work as expected because\nsome of the columns that would include focusable elements in the body cells may be outside the visible viewport\nand thus not rendered.",
1003
1003
  "attribute": "column-rendering",
1004
1004
  "inheritedFrom": {
1005
- "name": "Grid",
1006
- "package": "@vaadin/grid/src/vaadin-grid.js"
1005
+ "name": "ScrollMixin",
1006
+ "package": "@vaadin/grid/src/vaadin-grid-scroll-mixin.js"
1007
1007
  }
1008
1008
  },
1009
1009
  {
@@ -1016,8 +1016,8 @@
1016
1016
  "description": "Set to true to allow column reordering.",
1017
1017
  "attribute": "column-reordering-allowed",
1018
1018
  "inheritedFrom": {
1019
- "name": "Grid",
1020
- "package": "@vaadin/grid/src/vaadin-grid.js"
1019
+ "name": "ColumnReorderingMixin",
1020
+ "package": "@vaadin/grid/src/vaadin-grid-column-reordering-mixin.js"
1021
1021
  }
1022
1022
  },
1023
1023
  {
@@ -1030,8 +1030,8 @@
1030
1030
  "description": "Function that provides items lazily. Receives arguments `params`, `callback`\n\n`params.page` Requested page index\n\n`params.pageSize` Current page size\n\n`params.filters` Currently applied filters\n\n`params.sortOrders` Currently applied sorting orders\n\n`params.parentItem` When tree is used, and sublevel items\nare requested, reference to parent item of the requested sublevel.\nOtherwise `undefined`.\n\n`callback(items, size)` Callback function with arguments:\n - `items` Current page of items\n - `size` Total number of items. When tree sublevel items\n are requested, total number of items in the requested sublevel.\n Optional when tree is not used, required for tree.",
1031
1031
  "attribute": "data-provider",
1032
1032
  "inheritedFrom": {
1033
- "name": "Grid",
1034
- "package": "@vaadin/grid/src/vaadin-grid.js"
1033
+ "name": "DataProviderMixin",
1034
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1035
1035
  }
1036
1036
  },
1037
1037
  {
@@ -1048,8 +1048,8 @@
1048
1048
  ],
1049
1049
  "description": "Deselects the given item if it is already selected.",
1050
1050
  "inheritedFrom": {
1051
- "name": "Grid",
1052
- "package": "@vaadin/grid/src/vaadin-grid.js"
1051
+ "name": "SelectionMixin",
1052
+ "package": "@vaadin/grid/src/vaadin-grid-selection-mixin.js"
1053
1053
  }
1054
1054
  },
1055
1055
  {
@@ -1062,8 +1062,8 @@
1062
1062
  "description": "An array containing references to items with open row details.",
1063
1063
  "attribute": "details-opened-items",
1064
1064
  "inheritedFrom": {
1065
- "name": "Grid",
1066
- "package": "@vaadin/grid/src/vaadin-grid.js"
1065
+ "name": "RowDetailsMixin",
1066
+ "package": "@vaadin/grid/src/vaadin-grid-row-details-mixin.js"
1067
1067
  }
1068
1068
  },
1069
1069
  {
@@ -1090,8 +1090,8 @@
1090
1090
  "description": "A function that filters dragging of specific grid rows. The return value should be false\nif dragging of the row should be disabled.\n\nReceives one argument:\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.expanded` Sublevel toggle state.\n - `model.level` Level of the tree represented with a horizontal offset of the toggle button.\n - `model.selected` Selected state.",
1091
1091
  "attribute": "drag-filter",
1092
1092
  "inheritedFrom": {
1093
- "name": "Grid",
1094
- "package": "@vaadin/grid/src/vaadin-grid.js"
1093
+ "name": "DragAndDropMixin",
1094
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
1095
1095
  }
1096
1096
  },
1097
1097
  {
@@ -1104,8 +1104,8 @@
1104
1104
  "description": "A function that filters dropping on specific grid rows. The return value should be false\nif dropping on the row should be disabled.\n\nReceives one argument:\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.expanded` Sublevel toggle state.\n - `model.level` Level of the tree represented with a horizontal offset of the toggle button.\n - `model.selected` Selected state.",
1105
1105
  "attribute": "drop-filter",
1106
1106
  "inheritedFrom": {
1107
- "name": "Grid",
1108
- "package": "@vaadin/grid/src/vaadin-grid.js"
1107
+ "name": "DragAndDropMixin",
1108
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
1109
1109
  }
1110
1110
  },
1111
1111
  {
@@ -1118,8 +1118,8 @@
1118
1118
  "description": "Defines the locations within the Grid row where an element can be dropped.\n\nPossible values are:\n- `between`: The drop event can happen between Grid rows.\n- `on-top`: The drop event can happen on top of Grid rows.\n- `on-top-or-between`: The drop event can happen either on top of or between Grid rows.\n- `on-grid`: The drop event will not happen on any specific row, it will show the drop target outline around the whole grid.",
1119
1119
  "attribute": "drop-mode",
1120
1120
  "inheritedFrom": {
1121
- "name": "Grid",
1122
- "package": "@vaadin/grid/src/vaadin-grid.js"
1121
+ "name": "DragAndDropMixin",
1122
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
1123
1123
  }
1124
1124
  },
1125
1125
  {
@@ -1160,8 +1160,8 @@
1160
1160
  "description": "An array that contains the expanded items.",
1161
1161
  "attribute": "expanded-items",
1162
1162
  "inheritedFrom": {
1163
- "name": "Grid",
1164
- "package": "@vaadin/grid/src/vaadin-grid.js"
1163
+ "name": "DataProviderMixin",
1164
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1165
1165
  }
1166
1166
  },
1167
1167
  {
@@ -1177,8 +1177,8 @@
1177
1177
  ],
1178
1178
  "description": "Expands the given item tree.",
1179
1179
  "inheritedFrom": {
1180
- "name": "Grid",
1181
- "package": "@vaadin/grid/src/vaadin-grid.js"
1180
+ "name": "DataProviderMixin",
1181
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1182
1182
  }
1183
1183
  },
1184
1184
  {
@@ -1186,8 +1186,8 @@
1186
1186
  "name": "filterDragAndDrop",
1187
1187
  "description": "Runs the `dragFilter` and `dropFilter` hooks for the visible cells.\nIf the filter depends on varying conditions, you may need to\ncall this function manually in order to update the draggability when\nthe conditions change.",
1188
1188
  "inheritedFrom": {
1189
- "name": "Grid",
1190
- "package": "@vaadin/grid/src/vaadin-grid.js"
1189
+ "name": "DragAndDropMixin",
1190
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
1191
1191
  }
1192
1192
  },
1193
1193
  {
@@ -1195,8 +1195,8 @@
1195
1195
  "name": "generateCellPartNames",
1196
1196
  "description": "Runs the `cellPartNameGenerator` for the visible cells.\nIf the generator depends on varying conditions, you need to\ncall this function manually in order to update the styles when\nthe conditions change.",
1197
1197
  "inheritedFrom": {
1198
- "name": "Grid",
1199
- "package": "@vaadin/grid/src/vaadin-grid.js"
1198
+ "name": "StylingMixin",
1199
+ "package": "@vaadin/grid/src/vaadin-grid-styling-mixin.js"
1200
1200
  }
1201
1201
  },
1202
1202
  {
@@ -1217,8 +1217,8 @@
1217
1217
  }
1218
1218
  },
1219
1219
  "inheritedFrom": {
1220
- "name": "Grid",
1221
- "package": "@vaadin/grid/src/vaadin-grid.js"
1220
+ "name": "EventContextMixin",
1221
+ "package": "@vaadin/grid/src/vaadin-grid-event-context-mixin.js"
1222
1222
  }
1223
1223
  },
1224
1224
  {
@@ -1239,8 +1239,8 @@
1239
1239
  }
1240
1240
  },
1241
1241
  "inheritedFrom": {
1242
- "name": "Grid",
1243
- "package": "@vaadin/grid/src/vaadin-grid.js"
1242
+ "name": "DataProviderMixin",
1243
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1244
1244
  }
1245
1245
  },
1246
1246
  {
@@ -1253,8 +1253,8 @@
1253
1253
  "description": "A function to check whether a specific item in the grid may be\nselected or deselected by the user. Used by the selection column to\nconditionally enable to disable checkboxes for individual items. This\nfunction does not prevent programmatic selection/deselection of\nitems. Changing the function does not modify the currently selected\nitems.\n\nConfiguring this function hides the select all checkbox of the grid\nselection column, which means users can not select or deselect all\nitems anymore, nor do they get feedback on whether all items are\nselected or not.\n\nReceives an item instance and should return a boolean indicating\nwhether users may change the selection state of that item.",
1254
1254
  "attribute": "is-item-selectable",
1255
1255
  "inheritedFrom": {
1256
- "name": "Grid",
1257
- "package": "@vaadin/grid/src/vaadin-grid.js"
1256
+ "name": "SelectionMixin",
1257
+ "package": "@vaadin/grid/src/vaadin-grid-selection-mixin.js"
1258
1258
  }
1259
1259
  },
1260
1260
  {
@@ -1267,8 +1267,8 @@
1267
1267
  "description": "Path to an item sub-property that indicates whether the item has child items.",
1268
1268
  "attribute": "item-has-children-path",
1269
1269
  "inheritedFrom": {
1270
- "name": "Grid",
1271
- "package": "@vaadin/grid/src/vaadin-grid.js"
1270
+ "name": "DataProviderMixin",
1271
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1272
1272
  }
1273
1273
  },
1274
1274
  {
@@ -1281,8 +1281,8 @@
1281
1281
  "description": "Path to an item sub-property that identifies the item.",
1282
1282
  "attribute": "item-id-path",
1283
1283
  "inheritedFrom": {
1284
- "name": "Grid",
1285
- "package": "@vaadin/grid/src/vaadin-grid.js"
1284
+ "name": "DataProviderMixin",
1285
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1286
1286
  }
1287
1287
  },
1288
1288
  {
@@ -1295,8 +1295,8 @@
1295
1295
  "description": "An array containing the items which will be passed to renderer functions.",
1296
1296
  "attribute": "items",
1297
1297
  "inheritedFrom": {
1298
- "name": "Grid",
1299
- "package": "@vaadin/grid/src/vaadin-grid.js"
1298
+ "name": "ArrayDataProviderMixin",
1299
+ "package": "@vaadin/grid/src/vaadin-grid-array-data-provider-mixin.js"
1300
1300
  }
1301
1301
  },
1302
1302
  {
@@ -1310,8 +1310,8 @@
1310
1310
  "attribute": "loading",
1311
1311
  "readonly": true,
1312
1312
  "inheritedFrom": {
1313
- "name": "Grid",
1314
- "package": "@vaadin/grid/src/vaadin-grid.js"
1313
+ "name": "DataProviderMixin",
1314
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1315
1315
  }
1316
1316
  },
1317
1317
  {
@@ -1324,8 +1324,8 @@
1324
1324
  "description": "When `true`, all `<vaadin-grid-sorter>` are applied for sorting.",
1325
1325
  "attribute": "multi-sort",
1326
1326
  "inheritedFrom": {
1327
- "name": "Grid",
1328
- "package": "@vaadin/grid/src/vaadin-grid.js"
1327
+ "name": "SortMixin",
1328
+ "package": "@vaadin/grid/src/vaadin-grid-sort-mixin.js"
1329
1329
  }
1330
1330
  },
1331
1331
  {
@@ -1338,8 +1338,8 @@
1338
1338
  "description": "When `true`, Shift-clicking an unsorted column's sorter adds it to the multi-sort.\nShift + Space does the same action via keyboard. This property has precedence over the\n`multiSort` property. If `multiSortOnShiftClick` is true, the multiSort property is effectively ignored.",
1339
1339
  "attribute": "multi-sort-on-shift-click",
1340
1340
  "inheritedFrom": {
1341
- "name": "Grid",
1342
- "package": "@vaadin/grid/src/vaadin-grid.js"
1341
+ "name": "SortMixin",
1342
+ "package": "@vaadin/grid/src/vaadin-grid-sort-mixin.js"
1343
1343
  }
1344
1344
  },
1345
1345
  {
@@ -1352,8 +1352,8 @@
1352
1352
  "description": "Controls how columns are added to the sort order when using multi-sort.\nThe sort order is visually indicated by numbers in grid sorters placed in column headers.\n\nBy default, whenever an unsorted column is sorted, or the sort-direction of a column is\nchanged, that column gets sort priority 1, thus affecting the priority for all the other\nsorted columns. This is identical to using `multi-sort-priority=\"prepend\"`.\n\nUsing this property allows to change this behavior so that sorting an unsorted column\nwould add it to the \"end\" of the sort, and changing column's sort direction would retain\nit's previous priority. To set this, use `multi-sort-priority=\"append\"`.",
1353
1353
  "attribute": "multi-sort-priority",
1354
1354
  "inheritedFrom": {
1355
- "name": "Grid",
1356
- "package": "@vaadin/grid/src/vaadin-grid.js"
1355
+ "name": "SortMixin",
1356
+ "package": "@vaadin/grid/src/vaadin-grid-sort-mixin.js"
1357
1357
  }
1358
1358
  },
1359
1359
  {
@@ -1369,8 +1369,8 @@
1369
1369
  ],
1370
1370
  "description": "Open the details row of a given item.",
1371
1371
  "inheritedFrom": {
1372
- "name": "Grid",
1373
- "package": "@vaadin/grid/src/vaadin-grid.js"
1372
+ "name": "RowDetailsMixin",
1373
+ "package": "@vaadin/grid/src/vaadin-grid-row-details-mixin.js"
1374
1374
  }
1375
1375
  },
1376
1376
  {
@@ -1383,8 +1383,8 @@
1383
1383
  "description": "Number of items fetched at a time from the dataprovider.",
1384
1384
  "attribute": "page-size",
1385
1385
  "inheritedFrom": {
1386
- "name": "Grid",
1387
- "package": "@vaadin/grid/src/vaadin-grid.js"
1386
+ "name": "DataProviderMixin",
1387
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1388
1388
  }
1389
1389
  },
1390
1390
  {
@@ -1392,8 +1392,8 @@
1392
1392
  "name": "recalculateColumnWidths",
1393
1393
  "description": "Updates the `width` of all columns which have `autoWidth` set to `true`.",
1394
1394
  "inheritedFrom": {
1395
- "name": "Grid",
1396
- "package": "@vaadin/grid/src/vaadin-grid.js"
1395
+ "name": "ColumnAutoWidthMixin",
1396
+ "package": "@vaadin/grid/src/vaadin-grid-column-auto-width-mixin.js"
1397
1397
  }
1398
1398
  },
1399
1399
  {
@@ -1401,8 +1401,8 @@
1401
1401
  "name": "requestContentUpdate",
1402
1402
  "description": "Requests an update for the content of cells.\n\nWhile performing the update, the following renderers are invoked:\n- `Grid.rowDetailsRenderer`\n- `GridColumn.renderer`\n- `GridColumn.headerRenderer`\n- `GridColumn.footerRenderer`\n\nIt is not guaranteed that the update happens immediately (synchronously) after it is requested.",
1403
1403
  "inheritedFrom": {
1404
- "name": "Grid",
1405
- "package": "@vaadin/grid/src/vaadin-grid.js"
1404
+ "name": "GridMixin",
1405
+ "package": "@vaadin/grid/src/vaadin-grid-mixin.js"
1406
1406
  }
1407
1407
  },
1408
1408
  {
@@ -1415,8 +1415,8 @@
1415
1415
  "description": "Custom function for rendering the content of the row details.\nReceives three arguments:\n\n- `root` The row details content DOM element. Append your content to it.\n- `grid` The `<vaadin-grid>` element.\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.level` The number of the item's tree sublevel, starts from 0.\n - `model.expanded` True if the item's tree sublevel is expanded.\n - `model.selected` True if the item is selected.",
1416
1416
  "attribute": "row-details-renderer",
1417
1417
  "inheritedFrom": {
1418
- "name": "Grid",
1419
- "package": "@vaadin/grid/src/vaadin-grid.js"
1418
+ "name": "RowDetailsMixin",
1419
+ "package": "@vaadin/grid/src/vaadin-grid-row-details-mixin.js"
1420
1420
  }
1421
1421
  },
1422
1422
  {
@@ -1429,8 +1429,8 @@
1429
1429
  "description": "Marks the grid's rows to be available for dragging.",
1430
1430
  "attribute": "rows-draggable",
1431
1431
  "inheritedFrom": {
1432
- "name": "Grid",
1433
- "package": "@vaadin/grid/src/vaadin-grid.js"
1432
+ "name": "DragAndDropMixin",
1433
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
1434
1434
  }
1435
1435
  },
1436
1436
  {
@@ -1447,8 +1447,8 @@
1447
1447
  ],
1448
1448
  "description": "Scrolls horizontally so that the column becomes visible in the viewport.\n\nThe column can be specified either by its index (among visible columns\nin visual order) or by the column element itself.",
1449
1449
  "inheritedFrom": {
1450
- "name": "Grid",
1451
- "package": "@vaadin/grid/src/vaadin-grid.js"
1450
+ "name": "ScrollMixin",
1451
+ "package": "@vaadin/grid/src/vaadin-grid-scroll-mixin.js"
1452
1452
  }
1453
1453
  },
1454
1454
  {
@@ -1465,8 +1465,8 @@
1465
1465
  ],
1466
1466
  "description": "Scroll to a specific row index in the virtual list. Note that the row index is\nnot always the same for any particular item. For example, sorting or filtering\nitems can affect the row index related to an item.\n\nThe `indexes` parameter can be either a single number or multiple numbers.\nThe grid will first try to scroll to the item at the first index on the top level.\nIn case the item at the first index is expanded, the grid will then try scroll to the\nitem at the second index within the children of the expanded first item, and so on.\nEach given index points to a child of the item at the previous index.\n\nUsing `Infinity` as an index will point to the last item on the level.",
1467
1467
  "inheritedFrom": {
1468
- "name": "Grid",
1469
- "package": "@vaadin/grid/src/vaadin-grid.js"
1468
+ "name": "DataProviderMixin",
1469
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1470
1470
  }
1471
1471
  },
1472
1472
  {
@@ -1479,8 +1479,8 @@
1479
1479
  "description": "An array that contains the selected items.",
1480
1480
  "attribute": "selected-items",
1481
1481
  "inheritedFrom": {
1482
- "name": "Grid",
1483
- "package": "@vaadin/grid/src/vaadin-grid.js"
1482
+ "name": "SelectionMixin",
1483
+ "package": "@vaadin/grid/src/vaadin-grid-selection-mixin.js"
1484
1484
  }
1485
1485
  },
1486
1486
  {
@@ -1497,8 +1497,8 @@
1497
1497
  ],
1498
1498
  "description": "Selects the given item.",
1499
1499
  "inheritedFrom": {
1500
- "name": "Grid",
1501
- "package": "@vaadin/grid/src/vaadin-grid.js"
1500
+ "name": "SelectionMixin",
1501
+ "package": "@vaadin/grid/src/vaadin-grid-selection-mixin.js"
1502
1502
  }
1503
1503
  },
1504
1504
  {
@@ -1515,8 +1515,8 @@
1515
1515
  ],
1516
1516
  "description": "Sets the default multi-sort priority to use for all grid instances.\nThis method should be called before creating any grid instances.\nChanging this setting does not affect the default for existing grids.",
1517
1517
  "inheritedFrom": {
1518
- "name": "Grid",
1519
- "package": "@vaadin/grid/src/vaadin-grid.js"
1518
+ "name": "SortMixin",
1519
+ "package": "@vaadin/grid/src/vaadin-grid-sort-mixin.js"
1520
1520
  }
1521
1521
  },
1522
1522
  {
@@ -1543,8 +1543,8 @@
1543
1543
  "description": "The number of root-level items in the grid.",
1544
1544
  "attribute": "size",
1545
1545
  "inheritedFrom": {
1546
- "name": "Grid",
1547
- "package": "@vaadin/grid/src/vaadin-grid.js"
1546
+ "name": "DataProviderMixin",
1547
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1548
1548
  }
1549
1549
  }
1550
1550
  ],
@@ -1561,11 +1561,11 @@
1561
1561
  }
1562
1562
  },
1563
1563
  {
1564
- "name": "cell-activate",
1565
1564
  "type": {
1566
1565
  "text": "CustomEvent"
1567
1566
  },
1568
1567
  "description": "Fired when the cell is activated with click or keyboard.",
1568
+ "name": "cell-activate",
1569
1569
  "inheritedFrom": {
1570
1570
  "name": "Grid",
1571
1571
  "package": "@vaadin/grid/src/vaadin-grid.js"
@@ -1594,22 +1594,22 @@
1594
1594
  }
1595
1595
  },
1596
1596
  {
1597
- "name": "column-reorder",
1598
1597
  "type": {
1599
1598
  "text": "CustomEvent"
1600
1599
  },
1601
1600
  "description": "Fired when the columns in the grid are reordered.",
1601
+ "name": "column-reorder",
1602
1602
  "inheritedFrom": {
1603
1603
  "name": "Grid",
1604
1604
  "package": "@vaadin/grid/src/vaadin-grid.js"
1605
1605
  }
1606
1606
  },
1607
1607
  {
1608
- "name": "column-resize",
1609
1608
  "type": {
1610
1609
  "text": "CustomEvent"
1611
1610
  },
1612
1611
  "description": "Fired when the grid column resize is finished.",
1612
+ "name": "column-resize",
1613
1613
  "inheritedFrom": {
1614
1614
  "name": "Grid",
1615
1615
  "package": "@vaadin/grid/src/vaadin-grid.js"
@@ -1751,8 +1751,8 @@
1751
1751
  "description": "String used to label the grid to screen reader users.",
1752
1752
  "fieldName": "accessibleName",
1753
1753
  "inheritedFrom": {
1754
- "name": "Grid",
1755
- "package": "@vaadin/grid/src/vaadin-grid.js"
1754
+ "name": "A11yMixin",
1755
+ "package": "@vaadin/grid/src/vaadin-grid-a11y-mixin.js"
1756
1756
  }
1757
1757
  },
1758
1758
  {
@@ -1763,8 +1763,8 @@
1763
1763
  "description": "The item user has last interacted with. Turns to `null` after user deactivates\nthe item by re-interacting with the currently active item.",
1764
1764
  "fieldName": "activeItem",
1765
1765
  "inheritedFrom": {
1766
- "name": "Grid",
1767
- "package": "@vaadin/grid/src/vaadin-grid.js"
1766
+ "name": "ActiveItemMixin",
1767
+ "package": "@vaadin/grid/src/vaadin-grid-active-item-mixin.js"
1768
1768
  }
1769
1769
  },
1770
1770
  {
@@ -1775,8 +1775,8 @@
1775
1775
  "description": "If true, the grid's height is defined by its rows.\n\nEffectively, this disables the grid's virtual scrolling so that all the rows are rendered in the DOM at once.\nIf the grid has a large number of items, using the feature is discouraged to avoid performance issues.",
1776
1776
  "fieldName": "allRowsVisible",
1777
1777
  "inheritedFrom": {
1778
- "name": "Grid",
1779
- "package": "@vaadin/grid/src/vaadin-grid.js"
1778
+ "name": "GridMixin",
1779
+ "package": "@vaadin/grid/src/vaadin-grid-mixin.js"
1780
1780
  }
1781
1781
  },
1782
1782
  {
@@ -1787,8 +1787,8 @@
1787
1787
  "description": "A function that allows generating CSS `part` names for grid cells in Shadow DOM based\non their row and column, for styling from outside using the `::part()` selector.\n\nThe return value should be the generated part name as a string, or multiple part names\nseparated by whitespace characters.\n\nReceives two arguments:\n- `column` The `<vaadin-grid-column>` element (`undefined` for details-cell).\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.expanded` Sublevel toggle state.\n - `model.level` Level of the tree represented with a horizontal offset of the toggle button.\n - `model.selected` Selected state.",
1788
1788
  "fieldName": "cellPartNameGenerator",
1789
1789
  "inheritedFrom": {
1790
- "name": "Grid",
1791
- "package": "@vaadin/grid/src/vaadin-grid.js"
1790
+ "name": "StylingMixin",
1791
+ "package": "@vaadin/grid/src/vaadin-grid-styling-mixin.js"
1792
1792
  }
1793
1793
  },
1794
1794
  {
@@ -1799,8 +1799,8 @@
1799
1799
  "description": "Allows you to choose between modes for rendering columns in the grid:\n\n\"eager\" (default): All columns are rendered upfront, regardless of their visibility within the viewport.\nThis mode should generally be preferred, as it avoids the limitations imposed by the \"lazy\" mode.\nUse this mode unless the grid has a large number of columns and performance outweighs the limitations\nin priority.\n\n\"lazy\": Optimizes the rendering of cells when there are multiple columns in the grid by virtualizing\nhorizontal scrolling. In this mode, body cells are rendered only when their corresponding columns are\ninside the visible viewport.\n\nUsing \"lazy\" rendering should be used only if you're dealing with a large number of columns and performance\nis your highest priority. For most use cases, the default \"eager\" mode is recommended due to the\nlimitations imposed by the \"lazy\" mode.\n\nWhen using the \"lazy\" mode, keep the following limitations in mind:\n\n- Row Height: When only a number of columns are visible at once, the height of a row can only be that of\nthe highest cell currently visible on that row. Make sure each cell on a single row has the same height\nas all other cells on that row. If row cells have different heights, users may experience jumpiness when\nscrolling the grid horizontally as lazily rendered cells with different heights are scrolled into view.\n\n- Auto-width Columns: For the columns that are initially outside the visible viewport but still use auto-width,\nonly the header content is taken into account when calculating the column width because the body cells\nof the columns outside the viewport are not initially rendered.\n\n- Screen Reader Compatibility: Screen readers may not be able to associate the focused cells with the correct\nheaders when only a subset of the body cells on a row is rendered.\n\n- Keyboard Navigation: Tabbing through focusable elements inside the grid body may not work as expected because\nsome of the columns that would include focusable elements in the body cells may be outside the visible viewport\nand thus not rendered.",
1800
1800
  "fieldName": "columnRendering",
1801
1801
  "inheritedFrom": {
1802
- "name": "Grid",
1803
- "package": "@vaadin/grid/src/vaadin-grid.js"
1802
+ "name": "ScrollMixin",
1803
+ "package": "@vaadin/grid/src/vaadin-grid-scroll-mixin.js"
1804
1804
  }
1805
1805
  },
1806
1806
  {
@@ -1811,8 +1811,8 @@
1811
1811
  "description": "Set to true to allow column reordering.",
1812
1812
  "fieldName": "columnReorderingAllowed",
1813
1813
  "inheritedFrom": {
1814
- "name": "Grid",
1815
- "package": "@vaadin/grid/src/vaadin-grid.js"
1814
+ "name": "ColumnReorderingMixin",
1815
+ "package": "@vaadin/grid/src/vaadin-grid-column-reordering-mixin.js"
1816
1816
  }
1817
1817
  },
1818
1818
  {
@@ -1823,8 +1823,8 @@
1823
1823
  "description": "Function that provides items lazily. Receives arguments `params`, `callback`\n\n`params.page` Requested page index\n\n`params.pageSize` Current page size\n\n`params.filters` Currently applied filters\n\n`params.sortOrders` Currently applied sorting orders\n\n`params.parentItem` When tree is used, and sublevel items\nare requested, reference to parent item of the requested sublevel.\nOtherwise `undefined`.\n\n`callback(items, size)` Callback function with arguments:\n - `items` Current page of items\n - `size` Total number of items. When tree sublevel items\n are requested, total number of items in the requested sublevel.\n Optional when tree is not used, required for tree.",
1824
1824
  "fieldName": "dataProvider",
1825
1825
  "inheritedFrom": {
1826
- "name": "Grid",
1827
- "package": "@vaadin/grid/src/vaadin-grid.js"
1826
+ "name": "DataProviderMixin",
1827
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1828
1828
  }
1829
1829
  },
1830
1830
  {
@@ -1847,8 +1847,8 @@
1847
1847
  "description": "A function that filters dragging of specific grid rows. The return value should be false\nif dragging of the row should be disabled.\n\nReceives one argument:\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.expanded` Sublevel toggle state.\n - `model.level` Level of the tree represented with a horizontal offset of the toggle button.\n - `model.selected` Selected state.",
1848
1848
  "fieldName": "dragFilter",
1849
1849
  "inheritedFrom": {
1850
- "name": "Grid",
1851
- "package": "@vaadin/grid/src/vaadin-grid.js"
1850
+ "name": "DragAndDropMixin",
1851
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
1852
1852
  }
1853
1853
  },
1854
1854
  {
@@ -1859,8 +1859,8 @@
1859
1859
  "description": "A function that filters dropping on specific grid rows. The return value should be false\nif dropping on the row should be disabled.\n\nReceives one argument:\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.expanded` Sublevel toggle state.\n - `model.level` Level of the tree represented with a horizontal offset of the toggle button.\n - `model.selected` Selected state.",
1860
1860
  "fieldName": "dropFilter",
1861
1861
  "inheritedFrom": {
1862
- "name": "Grid",
1863
- "package": "@vaadin/grid/src/vaadin-grid.js"
1862
+ "name": "DragAndDropMixin",
1863
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
1864
1864
  }
1865
1865
  },
1866
1866
  {
@@ -1871,8 +1871,8 @@
1871
1871
  "description": "Defines the locations within the Grid row where an element can be dropped.\n\nPossible values are:\n- `between`: The drop event can happen between Grid rows.\n- `on-top`: The drop event can happen on top of Grid rows.\n- `on-top-or-between`: The drop event can happen either on top of or between Grid rows.\n- `on-grid`: The drop event will not happen on any specific row, it will show the drop target outline around the whole grid.",
1872
1872
  "fieldName": "dropMode",
1873
1873
  "inheritedFrom": {
1874
- "name": "Grid",
1875
- "package": "@vaadin/grid/src/vaadin-grid.js"
1874
+ "name": "DragAndDropMixin",
1875
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
1876
1876
  }
1877
1877
  },
1878
1878
  {
@@ -1907,8 +1907,8 @@
1907
1907
  "description": "A function to check whether a specific item in the grid may be\nselected or deselected by the user. Used by the selection column to\nconditionally enable to disable checkboxes for individual items. This\nfunction does not prevent programmatic selection/deselection of\nitems. Changing the function does not modify the currently selected\nitems.\n\nConfiguring this function hides the select all checkbox of the grid\nselection column, which means users can not select or deselect all\nitems anymore, nor do they get feedback on whether all items are\nselected or not.\n\nReceives an item instance and should return a boolean indicating\nwhether users may change the selection state of that item.",
1908
1908
  "fieldName": "isItemSelectable",
1909
1909
  "inheritedFrom": {
1910
- "name": "Grid",
1911
- "package": "@vaadin/grid/src/vaadin-grid.js"
1910
+ "name": "SelectionMixin",
1911
+ "package": "@vaadin/grid/src/vaadin-grid-selection-mixin.js"
1912
1912
  }
1913
1913
  },
1914
1914
  {
@@ -1919,8 +1919,8 @@
1919
1919
  "description": "Path to an item sub-property that indicates whether the item has child items.",
1920
1920
  "fieldName": "itemHasChildrenPath",
1921
1921
  "inheritedFrom": {
1922
- "name": "Grid",
1923
- "package": "@vaadin/grid/src/vaadin-grid.js"
1922
+ "name": "DataProviderMixin",
1923
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1924
1924
  }
1925
1925
  },
1926
1926
  {
@@ -1931,8 +1931,8 @@
1931
1931
  "description": "Path to an item sub-property that identifies the item.",
1932
1932
  "fieldName": "itemIdPath",
1933
1933
  "inheritedFrom": {
1934
- "name": "Grid",
1935
- "package": "@vaadin/grid/src/vaadin-grid.js"
1934
+ "name": "DataProviderMixin",
1935
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1936
1936
  }
1937
1937
  },
1938
1938
  {
@@ -1943,8 +1943,8 @@
1943
1943
  "description": "`true` while data is being requested from the data provider.",
1944
1944
  "fieldName": "loading",
1945
1945
  "inheritedFrom": {
1946
- "name": "Grid",
1947
- "package": "@vaadin/grid/src/vaadin-grid.js"
1946
+ "name": "DataProviderMixin",
1947
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1948
1948
  }
1949
1949
  },
1950
1950
  {
@@ -1955,8 +1955,8 @@
1955
1955
  "description": "When `true`, all `<vaadin-grid-sorter>` are applied for sorting.",
1956
1956
  "fieldName": "multiSort",
1957
1957
  "inheritedFrom": {
1958
- "name": "Grid",
1959
- "package": "@vaadin/grid/src/vaadin-grid.js"
1958
+ "name": "SortMixin",
1959
+ "package": "@vaadin/grid/src/vaadin-grid-sort-mixin.js"
1960
1960
  }
1961
1961
  },
1962
1962
  {
@@ -1967,8 +1967,8 @@
1967
1967
  "description": "When `true`, Shift-clicking an unsorted column's sorter adds it to the multi-sort.\nShift + Space does the same action via keyboard. This property has precedence over the\n`multiSort` property. If `multiSortOnShiftClick` is true, the multiSort property is effectively ignored.",
1968
1968
  "fieldName": "multiSortOnShiftClick",
1969
1969
  "inheritedFrom": {
1970
- "name": "Grid",
1971
- "package": "@vaadin/grid/src/vaadin-grid.js"
1970
+ "name": "SortMixin",
1971
+ "package": "@vaadin/grid/src/vaadin-grid-sort-mixin.js"
1972
1972
  }
1973
1973
  },
1974
1974
  {
@@ -1979,8 +1979,8 @@
1979
1979
  "description": "Controls how columns are added to the sort order when using multi-sort.\nThe sort order is visually indicated by numbers in grid sorters placed in column headers.\n\nBy default, whenever an unsorted column is sorted, or the sort-direction of a column is\nchanged, that column gets sort priority 1, thus affecting the priority for all the other\nsorted columns. This is identical to using `multi-sort-priority=\"prepend\"`.\n\nUsing this property allows to change this behavior so that sorting an unsorted column\nwould add it to the \"end\" of the sort, and changing column's sort direction would retain\nit's previous priority. To set this, use `multi-sort-priority=\"append\"`.",
1980
1980
  "fieldName": "multiSortPriority",
1981
1981
  "inheritedFrom": {
1982
- "name": "Grid",
1983
- "package": "@vaadin/grid/src/vaadin-grid.js"
1982
+ "name": "SortMixin",
1983
+ "package": "@vaadin/grid/src/vaadin-grid-sort-mixin.js"
1984
1984
  }
1985
1985
  },
1986
1986
  {
@@ -1991,8 +1991,8 @@
1991
1991
  "description": "Number of items fetched at a time from the dataprovider.",
1992
1992
  "fieldName": "pageSize",
1993
1993
  "inheritedFrom": {
1994
- "name": "Grid",
1995
- "package": "@vaadin/grid/src/vaadin-grid.js"
1994
+ "name": "DataProviderMixin",
1995
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
1996
1996
  }
1997
1997
  },
1998
1998
  {
@@ -2003,8 +2003,8 @@
2003
2003
  "description": "Custom function for rendering the content of the row details.\nReceives three arguments:\n\n- `root` The row details content DOM element. Append your content to it.\n- `grid` The `<vaadin-grid>` element.\n- `model` The object with the properties related with\n the rendered item, contains:\n - `model.index` The index of the item.\n - `model.item` The item.\n - `model.level` The number of the item's tree sublevel, starts from 0.\n - `model.expanded` True if the item's tree sublevel is expanded.\n - `model.selected` True if the item is selected.",
2004
2004
  "fieldName": "rowDetailsRenderer",
2005
2005
  "inheritedFrom": {
2006
- "name": "Grid",
2007
- "package": "@vaadin/grid/src/vaadin-grid.js"
2006
+ "name": "RowDetailsMixin",
2007
+ "package": "@vaadin/grid/src/vaadin-grid-row-details-mixin.js"
2008
2008
  }
2009
2009
  },
2010
2010
  {
@@ -2015,8 +2015,8 @@
2015
2015
  "description": "Marks the grid's rows to be available for dragging.",
2016
2016
  "fieldName": "rowsDraggable",
2017
2017
  "inheritedFrom": {
2018
- "name": "Grid",
2019
- "package": "@vaadin/grid/src/vaadin-grid.js"
2018
+ "name": "DragAndDropMixin",
2019
+ "package": "@vaadin/grid/src/vaadin-grid-drag-and-drop-mixin.js"
2020
2020
  }
2021
2021
  },
2022
2022
  {
@@ -2039,8 +2039,8 @@
2039
2039
  "description": "The number of root-level items in the grid.",
2040
2040
  "fieldName": "size",
2041
2041
  "inheritedFrom": {
2042
- "name": "Grid",
2043
- "package": "@vaadin/grid/src/vaadin-grid.js"
2042
+ "name": "DataProviderMixin",
2043
+ "package": "@vaadin/grid/src/vaadin-grid-data-provider-mixin.js"
2044
2044
  }
2045
2045
  }
2046
2046
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/grid-pro",
3
- "version": "25.2.0-beta1",
3
+ "version": "25.2.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,23 +37,23 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
- "@vaadin/a11y-base": "25.2.0-beta1",
41
- "@vaadin/checkbox": "25.2.0-beta1",
42
- "@vaadin/component-base": "25.2.0-beta1",
43
- "@vaadin/grid": "25.2.0-beta1",
44
- "@vaadin/lit-renderer": "25.2.0-beta1",
45
- "@vaadin/select": "25.2.0-beta1",
46
- "@vaadin/text-field": "25.2.0-beta1",
47
- "@vaadin/vaadin-themable-mixin": "25.2.0-beta1",
40
+ "@vaadin/a11y-base": "25.2.0-beta2",
41
+ "@vaadin/checkbox": "25.2.0-beta2",
42
+ "@vaadin/component-base": "25.2.0-beta2",
43
+ "@vaadin/grid": "25.2.0-beta2",
44
+ "@vaadin/lit-renderer": "25.2.0-beta2",
45
+ "@vaadin/select": "25.2.0-beta2",
46
+ "@vaadin/text-field": "25.2.0-beta2",
47
+ "@vaadin/vaadin-themable-mixin": "25.2.0-beta2",
48
48
  "lit": "^3.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@vaadin/aura": "25.2.0-beta1",
52
- "@vaadin/chai-plugins": "25.2.0-beta1",
53
- "@vaadin/test-runner-commands": "25.2.0-beta1",
51
+ "@vaadin/aura": "25.2.0-beta2",
52
+ "@vaadin/chai-plugins": "25.2.0-beta2",
53
+ "@vaadin/test-runner-commands": "25.2.0-beta2",
54
54
  "@vaadin/testing-helpers": "^2.0.0",
55
- "@vaadin/vaadin-lumo-styles": "25.2.0-beta1",
56
- "sinon": "^21.0.2"
55
+ "@vaadin/vaadin-lumo-styles": "25.2.0-beta2",
56
+ "sinon": "^22.0.0"
57
57
  },
58
58
  "cvdlName": "vaadin-grid-pro",
59
59
  "customElements": "custom-elements.json",
@@ -61,5 +61,5 @@
61
61
  "web-types.json",
62
62
  "web-types.lit.json"
63
63
  ],
64
- "gitHead": "471a23f60d1eb725f98a33f62cb9664d9c0a4163"
64
+ "gitHead": "9e18feb8057baf278b72fec4e42657b19e48f499"
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.2.0-beta1",
4
+ "version": "25.2.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -362,7 +362,7 @@
362
362
  },
363
363
  {
364
364
  "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.2.0-beta1/#/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.2.0-beta1/#/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.2.0-beta1/#/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.2.0-beta1/#/elements/vaadin-select).",
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.2.0-beta2/#/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.2.0-beta2/#/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.2.0-beta2/#/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.2.0-beta2/#/elements/vaadin-select).",
366
366
  "attributes": [
367
367
  {
368
368
  "name": "accessible-name",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/grid-pro",
4
- "version": "25.2.0-beta1",
4
+ "version": "25.2.0-beta2",
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.2.0-beta1/#/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.2.0-beta1/#/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.2.0-beta1/#/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.2.0-beta1/#/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/25.2.0-beta2/#/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.2.0-beta2/#/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.2.0-beta2/#/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.2.0-beta2/#/elements/vaadin-select).",
174
174
  "extension": true,
175
175
  "attributes": [
176
176
  {