@vaadin/grid 25.1.0-beta1 → 25.1.0-beta3

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.
@@ -204,24 +204,6 @@
204
204
  "kind": "javascript-module",
205
205
  "path": "src/vaadin-grid-active-item-mixin.js",
206
206
  "declarations": [
207
- {
208
- "kind": "function",
209
- "name": "isFocusable",
210
- "parameters": [
211
- {
212
- "name": "target",
213
- "type": {
214
- "text": "!Element"
215
- }
216
- }
217
- ],
218
- "return": {
219
- "type": {
220
- "text": "boolean"
221
- }
222
- },
223
- "privacy": "protected"
224
- },
225
207
  {
226
208
  "kind": "mixin",
227
209
  "description": "",
@@ -264,14 +246,6 @@
264
246
  }
265
247
  ],
266
248
  "exports": [
267
- {
268
- "kind": "js",
269
- "name": "isFocusable",
270
- "declaration": {
271
- "name": "isFocusable",
272
- "module": "src/vaadin-grid-active-item-mixin.js"
273
- }
274
- },
275
249
  {
276
250
  "kind": "js",
277
251
  "name": "ActiveItemMixin",
@@ -372,7 +346,8 @@
372
346
  "text": "number"
373
347
  },
374
348
  "description": "Flex grow ratio for the column group as the sum of the ratios of its child columns.",
375
- "attribute": "flex-grow"
349
+ "attribute": "flex-grow",
350
+ "readonly": true
376
351
  },
377
352
  {
378
353
  "kind": "field",
@@ -520,7 +495,7 @@
520
495
  "name": "textAlign",
521
496
  "privacy": "public",
522
497
  "type": {
523
- "text": "GridColumnTextAlign | null | undefined"
498
+ "text": "string"
524
499
  },
525
500
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
526
501
  "attribute": "text-align",
@@ -537,7 +512,8 @@
537
512
  "text": "string"
538
513
  },
539
514
  "description": "Width of the column group as the sum of the widths of its child columns.",
540
- "attribute": "width"
515
+ "attribute": "width",
516
+ "readonly": true
541
517
  }
542
518
  ],
543
519
  "attributes": [
@@ -673,7 +649,7 @@
673
649
  {
674
650
  "name": "text-align",
675
651
  "type": {
676
- "text": "GridColumnTextAlign | null | undefined"
652
+ "text": "string"
677
653
  },
678
654
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
679
655
  "fieldName": "textAlign",
@@ -733,6 +709,7 @@
733
709
  },
734
710
  "description": "Flex grow ratio for the column group as the sum of the ratios of its child columns.",
735
711
  "attribute": "flex-grow",
712
+ "readonly": true,
736
713
  "inheritedFrom": {
737
714
  "name": "GridColumnGroupMixin",
738
715
  "module": "src/vaadin-grid-column-group-mixin.js"
@@ -884,7 +861,7 @@
884
861
  "name": "textAlign",
885
862
  "privacy": "public",
886
863
  "type": {
887
- "text": "GridColumnTextAlign | null | undefined"
864
+ "text": "string"
888
865
  },
889
866
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
890
867
  "attribute": "text-align",
@@ -902,6 +879,7 @@
902
879
  },
903
880
  "description": "Width of the column group as the sum of the widths of its child columns.",
904
881
  "attribute": "width",
882
+ "readonly": true,
905
883
  "inheritedFrom": {
906
884
  "name": "GridColumnGroupMixin",
907
885
  "module": "src/vaadin-grid-column-group-mixin.js"
@@ -1061,7 +1039,7 @@
1061
1039
  {
1062
1040
  "name": "text-align",
1063
1041
  "type": {
1064
- "text": "GridColumnTextAlign | null | undefined"
1042
+ "text": "string"
1065
1043
  },
1066
1044
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1067
1045
  "fieldName": "textAlign",
@@ -1220,7 +1198,7 @@
1220
1198
  "name": "textAlign",
1221
1199
  "privacy": "public",
1222
1200
  "type": {
1223
- "text": "GridColumnTextAlign | null | undefined"
1201
+ "text": "string"
1224
1202
  },
1225
1203
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1226
1204
  "attribute": "text-align"
@@ -1311,7 +1289,7 @@
1311
1289
  {
1312
1290
  "name": "text-align",
1313
1291
  "type": {
1314
- "text": "GridColumnTextAlign | null | undefined"
1292
+ "text": "string"
1315
1293
  },
1316
1294
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1317
1295
  "fieldName": "textAlign"
@@ -1514,7 +1492,7 @@
1514
1492
  "name": "textAlign",
1515
1493
  "privacy": "public",
1516
1494
  "type": {
1517
- "text": "GridColumnTextAlign | null | undefined"
1495
+ "text": "string"
1518
1496
  },
1519
1497
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1520
1498
  "attribute": "text-align",
@@ -1691,7 +1669,7 @@
1691
1669
  {
1692
1670
  "name": "text-align",
1693
1671
  "type": {
1694
- "text": "GridColumnTextAlign | null | undefined"
1672
+ "text": "string"
1695
1673
  },
1696
1674
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
1697
1675
  "fieldName": "textAlign",
@@ -2047,7 +2025,7 @@
2047
2025
  "name": "textAlign",
2048
2026
  "privacy": "public",
2049
2027
  "type": {
2050
- "text": "GridColumnTextAlign | null | undefined"
2028
+ "text": "string"
2051
2029
  },
2052
2030
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
2053
2031
  "attribute": "text-align",
@@ -2260,7 +2238,7 @@
2260
2238
  {
2261
2239
  "name": "text-align",
2262
2240
  "type": {
2263
- "text": "GridColumnTextAlign | null | undefined"
2241
+ "text": "string"
2264
2242
  },
2265
2243
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
2266
2244
  "fieldName": "textAlign",
@@ -2410,7 +2388,8 @@
2410
2388
  "text": "boolean"
2411
2389
  },
2412
2390
  "description": "`true` while data is being requested from the data provider.",
2413
- "attribute": "loading"
2391
+ "attribute": "loading",
2392
+ "readonly": true
2414
2393
  },
2415
2394
  {
2416
2395
  "kind": "field",
@@ -2549,7 +2528,7 @@
2549
2528
  "name": "dropMode",
2550
2529
  "privacy": "public",
2551
2530
  "type": {
2552
- "text": "GridDropMode | null | undefined"
2531
+ "text": "string"
2553
2532
  },
2554
2533
  "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.",
2555
2534
  "attribute": "drop-mode"
@@ -2590,7 +2569,7 @@
2590
2569
  {
2591
2570
  "name": "drop-mode",
2592
2571
  "type": {
2593
- "text": "GridDropMode | null | undefined"
2572
+ "text": "string"
2594
2573
  },
2595
2574
  "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.",
2596
2575
  "fieldName": "dropMode"
@@ -2973,7 +2952,7 @@
2973
2952
  "name": "textAlign",
2974
2953
  "privacy": "public",
2975
2954
  "type": {
2976
- "text": "GridColumnTextAlign | null | undefined"
2955
+ "text": "string"
2977
2956
  },
2978
2957
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
2979
2958
  "attribute": "text-align",
@@ -3182,7 +3161,7 @@
3182
3161
  {
3183
3162
  "name": "text-align",
3184
3163
  "type": {
3185
- "text": "GridColumnTextAlign | null | undefined"
3164
+ "text": "string"
3186
3165
  },
3187
3166
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
3188
3167
  "fieldName": "textAlign",
@@ -3840,16 +3819,7 @@
3840
3819
  "name": "KeyboardNavigationMixin",
3841
3820
  "members": [],
3842
3821
  "events": [],
3843
- "attributes": [
3844
- {
3845
- "name": "interacting",
3846
- "type": {
3847
- "text": "boolean"
3848
- },
3849
- "description": "Indicates whether the grid is currently in interaction mode.\nIn interaction mode the user is currently interacting with a control,\nsuch as an input or a select, within a cell.\nIn interaction mode keyboard navigation between cells is disabled.\nInteraction mode also prevents the focus target cell of that section of\nthe grid from receiving focus, allowing the user to switch focus to\ncontrols in adjacent cells, rather than focussing the outer cell\nitself.",
3850
- "fieldName": "interacting"
3851
- }
3852
- ],
3822
+ "attributes": [],
3853
3823
  "parameters": [
3854
3824
  {
3855
3825
  "name": "superClass"
@@ -3977,7 +3947,7 @@
3977
3947
  "name": "columnRendering",
3978
3948
  "privacy": "public",
3979
3949
  "type": {
3980
- "text": "!ColumnRendering"
3950
+ "text": "string"
3981
3951
  },
3982
3952
  "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.",
3983
3953
  "attribute": "column-rendering",
@@ -4079,7 +4049,7 @@
4079
4049
  "name": "dropMode",
4080
4050
  "privacy": "public",
4081
4051
  "type": {
4082
- "text": "GridDropMode | null | undefined"
4052
+ "text": "string"
4083
4053
  },
4084
4054
  "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.",
4085
4055
  "attribute": "drop-mode",
@@ -4246,6 +4216,7 @@
4246
4216
  },
4247
4217
  "description": "`true` while data is being requested from the data provider.",
4248
4218
  "attribute": "loading",
4219
+ "readonly": true,
4249
4220
  "inheritedFrom": {
4250
4221
  "name": "DataProviderMixin",
4251
4222
  "module": "src/vaadin-grid-data-provider-mixin.js"
@@ -4515,7 +4486,7 @@
4515
4486
  {
4516
4487
  "name": "column-rendering",
4517
4488
  "type": {
4518
- "text": "!ColumnRendering"
4489
+ "text": "string"
4519
4490
  },
4520
4491
  "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.",
4521
4492
  "fieldName": "columnRendering",
@@ -4575,7 +4546,7 @@
4575
4546
  {
4576
4547
  "name": "drop-mode",
4577
4548
  "type": {
4578
- "text": "GridDropMode | null | undefined"
4549
+ "text": "string"
4579
4550
  },
4580
4551
  "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.",
4581
4552
  "fieldName": "dropMode",
@@ -4584,22 +4555,6 @@
4584
4555
  "module": "src/vaadin-grid-drag-and-drop-mixin.js"
4585
4556
  }
4586
4557
  },
4587
- {
4588
- "name": "interacting",
4589
- "type": {
4590
- "text": "boolean"
4591
- },
4592
- "description": "Indicates whether the grid is currently in interaction mode.\nIn interaction mode the user is currently interacting with a control,\nsuch as an input or a select, within a cell.\nIn interaction mode keyboard navigation between cells is disabled.\nInteraction mode also prevents the focus target cell of that section of\nthe grid from receiving focus, allowing the user to switch focus to\ncontrols in adjacent cells, rather than focussing the outer cell\nitself.",
4593
- "fieldName": "interacting",
4594
- "inheritedFrom": {
4595
- "name": "KeyboardNavigationMixin",
4596
- "module": "src/vaadin-grid-keyboard-navigation-mixin.js"
4597
- }
4598
- },
4599
- {
4600
- "name": "is-attached",
4601
- "fieldName": "isAttached"
4602
- },
4603
4558
  {
4604
4559
  "name": "is-item-selectable",
4605
4560
  "type": {
@@ -4731,18 +4686,6 @@
4731
4686
  "name": "DataProviderMixin",
4732
4687
  "module": "src/vaadin-grid-data-provider-mixin.js"
4733
4688
  }
4734
- },
4735
- {
4736
- "name": "tabindex",
4737
- "type": {
4738
- "text": "number"
4739
- },
4740
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
4741
- "fieldName": "tabindex",
4742
- "inheritedFrom": {
4743
- "name": "TabindexMixin",
4744
- "package": "@vaadin/a11y-base/src/tabindex-mixin.js"
4745
- }
4746
4689
  }
4747
4690
  ],
4748
4691
  "mixins": [
@@ -4999,7 +4942,7 @@
4999
4942
  "name": "columnRendering",
5000
4943
  "privacy": "public",
5001
4944
  "type": {
5002
- "text": "!ColumnRendering"
4945
+ "text": "string"
5003
4946
  },
5004
4947
  "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.",
5005
4948
  "attribute": "column-rendering"
@@ -5023,7 +4966,7 @@
5023
4966
  {
5024
4967
  "name": "column-rendering",
5025
4968
  "type": {
5026
- "text": "!ColumnRendering"
4969
+ "text": "string"
5027
4970
  },
5028
4971
  "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.",
5029
4972
  "fieldName": "columnRendering"
@@ -5630,7 +5573,7 @@
5630
5573
  "name": "textAlign",
5631
5574
  "privacy": "public",
5632
5575
  "type": {
5633
- "text": "GridColumnTextAlign | null | undefined"
5576
+ "text": "string"
5634
5577
  },
5635
5578
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
5636
5579
  "attribute": "text-align",
@@ -5884,7 +5827,7 @@
5884
5827
  {
5885
5828
  "name": "text-align",
5886
5829
  "type": {
5887
- "text": "GridColumnTextAlign | null | undefined"
5830
+ "text": "string"
5888
5831
  },
5889
5832
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
5890
5833
  "fieldName": "textAlign",
@@ -6019,7 +5962,7 @@
6019
5962
  "name": "direction",
6020
5963
  "privacy": "public",
6021
5964
  "type": {
6022
- "text": "GridSorterDirection | undefined"
5965
+ "text": "string"
6023
5966
  },
6024
5967
  "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.",
6025
5968
  "attribute": "direction"
@@ -6039,7 +5982,7 @@
6039
5982
  {
6040
5983
  "name": "direction",
6041
5984
  "type": {
6042
- "text": "GridSorterDirection | undefined"
5985
+ "text": "string"
6043
5986
  },
6044
5987
  "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.",
6045
5988
  "fieldName": "direction"
@@ -6099,7 +6042,7 @@
6099
6042
  "name": "direction",
6100
6043
  "privacy": "public",
6101
6044
  "type": {
6102
- "text": "GridSorterDirection | undefined"
6045
+ "text": "string"
6103
6046
  },
6104
6047
  "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.",
6105
6048
  "attribute": "direction",
@@ -6296,7 +6239,7 @@
6296
6239
  "name": "textAlign",
6297
6240
  "privacy": "public",
6298
6241
  "type": {
6299
- "text": "GridColumnTextAlign | null | undefined"
6242
+ "text": "string"
6300
6243
  },
6301
6244
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
6302
6245
  "attribute": "text-align",
@@ -6357,7 +6300,7 @@
6357
6300
  {
6358
6301
  "name": "direction",
6359
6302
  "type": {
6360
- "text": "GridSorterDirection | undefined"
6303
+ "text": "string"
6361
6304
  },
6362
6305
  "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.",
6363
6306
  "fieldName": "direction",
@@ -6526,7 +6469,7 @@
6526
6469
  {
6527
6470
  "name": "text-align",
6528
6471
  "type": {
6529
- "text": "GridColumnTextAlign | null | undefined"
6472
+ "text": "string"
6530
6473
  },
6531
6474
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
6532
6475
  "fieldName": "textAlign",
@@ -6673,7 +6616,7 @@
6673
6616
  "name": "direction",
6674
6617
  "privacy": "public",
6675
6618
  "type": {
6676
- "text": "GridSorterDirection | undefined"
6619
+ "text": "string"
6677
6620
  },
6678
6621
  "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.",
6679
6622
  "attribute": "direction"
@@ -6682,6 +6625,9 @@
6682
6625
  "kind": "field",
6683
6626
  "name": "path",
6684
6627
  "privacy": "public",
6628
+ "type": {
6629
+ "text": "string"
6630
+ },
6685
6631
  "description": "JS Path of the property in the item used for sorting the data.",
6686
6632
  "attribute": "path"
6687
6633
  }
@@ -6698,13 +6644,16 @@
6698
6644
  {
6699
6645
  "name": "direction",
6700
6646
  "type": {
6701
- "text": "GridSorterDirection | undefined"
6647
+ "text": "string"
6702
6648
  },
6703
6649
  "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.",
6704
6650
  "fieldName": "direction"
6705
6651
  },
6706
6652
  {
6707
6653
  "name": "path",
6654
+ "type": {
6655
+ "text": "string"
6656
+ },
6708
6657
  "description": "JS Path of the property in the item used for sorting the data.",
6709
6658
  "fieldName": "path"
6710
6659
  }
@@ -6741,7 +6690,7 @@
6741
6690
  "name": "direction",
6742
6691
  "privacy": "public",
6743
6692
  "type": {
6744
- "text": "GridSorterDirection | undefined"
6693
+ "text": "string"
6745
6694
  },
6746
6695
  "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.",
6747
6696
  "attribute": "direction",
@@ -6754,6 +6703,9 @@
6754
6703
  "kind": "field",
6755
6704
  "name": "path",
6756
6705
  "privacy": "public",
6706
+ "type": {
6707
+ "text": "string"
6708
+ },
6757
6709
  "description": "JS Path of the property in the item used for sorting the data.",
6758
6710
  "attribute": "path",
6759
6711
  "inheritedFrom": {
@@ -6814,7 +6766,7 @@
6814
6766
  {
6815
6767
  "name": "direction",
6816
6768
  "type": {
6817
- "text": "GridSorterDirection | undefined"
6769
+ "text": "string"
6818
6770
  },
6819
6771
  "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.",
6820
6772
  "fieldName": "direction",
@@ -6825,6 +6777,9 @@
6825
6777
  },
6826
6778
  {
6827
6779
  "name": "path",
6780
+ "type": {
6781
+ "text": "string"
6782
+ },
6828
6783
  "description": "JS Path of the property in the item used for sorting the data.",
6829
6784
  "fieldName": "path",
6830
6785
  "inheritedFrom": {
@@ -7158,7 +7113,7 @@
7158
7113
  "name": "textAlign",
7159
7114
  "privacy": "public",
7160
7115
  "type": {
7161
- "text": "GridColumnTextAlign | null | undefined"
7116
+ "text": "string"
7162
7117
  },
7163
7118
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
7164
7119
  "attribute": "text-align",
@@ -7367,7 +7322,7 @@
7367
7322
  {
7368
7323
  "name": "text-align",
7369
7324
  "type": {
7370
- "text": "GridColumnTextAlign | null | undefined"
7325
+ "text": "string"
7371
7326
  },
7372
7327
  "description": "Aligns the columns cell content horizontally.\nSupported values: \"start\", \"center\" and \"end\".",
7373
7328
  "fieldName": "textAlign",
@@ -7740,7 +7695,7 @@
7740
7695
  "name": "columnRendering",
7741
7696
  "privacy": "public",
7742
7697
  "type": {
7743
- "text": "!ColumnRendering"
7698
+ "text": "string"
7744
7699
  },
7745
7700
  "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.",
7746
7701
  "attribute": "column-rendering",
@@ -7842,7 +7797,7 @@
7842
7797
  "name": "dropMode",
7843
7798
  "privacy": "public",
7844
7799
  "type": {
7845
- "text": "GridDropMode | null | undefined"
7800
+ "text": "string"
7846
7801
  },
7847
7802
  "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.",
7848
7803
  "attribute": "drop-mode",
@@ -8009,6 +7964,7 @@
8009
7964
  },
8010
7965
  "description": "`true` while data is being requested from the data provider.",
8011
7966
  "attribute": "loading",
7967
+ "readonly": true,
8012
7968
  "inheritedFrom": {
8013
7969
  "name": "DataProviderMixin",
8014
7970
  "module": "src/vaadin-grid-data-provider-mixin.js"
@@ -8426,7 +8382,7 @@
8426
8382
  {
8427
8383
  "name": "column-rendering",
8428
8384
  "type": {
8429
- "text": "!ColumnRendering"
8385
+ "text": "string"
8430
8386
  },
8431
8387
  "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.",
8432
8388
  "fieldName": "columnRendering",
@@ -8486,7 +8442,7 @@
8486
8442
  {
8487
8443
  "name": "drop-mode",
8488
8444
  "type": {
8489
- "text": "GridDropMode | null | undefined"
8445
+ "text": "string"
8490
8446
  },
8491
8447
  "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.",
8492
8448
  "fieldName": "dropMode",
@@ -8495,26 +8451,6 @@
8495
8451
  "module": "src/vaadin-grid-drag-and-drop-mixin.js"
8496
8452
  }
8497
8453
  },
8498
- {
8499
- "name": "interacting",
8500
- "type": {
8501
- "text": "boolean"
8502
- },
8503
- "description": "Indicates whether the grid is currently in interaction mode.\nIn interaction mode the user is currently interacting with a control,\nsuch as an input or a select, within a cell.\nIn interaction mode keyboard navigation between cells is disabled.\nInteraction mode also prevents the focus target cell of that section of\nthe grid from receiving focus, allowing the user to switch focus to\ncontrols in adjacent cells, rather than focussing the outer cell\nitself.",
8504
- "fieldName": "interacting",
8505
- "inheritedFrom": {
8506
- "name": "KeyboardNavigationMixin",
8507
- "module": "src/vaadin-grid-keyboard-navigation-mixin.js"
8508
- }
8509
- },
8510
- {
8511
- "name": "is-attached",
8512
- "fieldName": "isAttached",
8513
- "inheritedFrom": {
8514
- "name": "GridMixin",
8515
- "module": "src/vaadin-grid-mixin.js"
8516
- }
8517
- },
8518
8454
  {
8519
8455
  "name": "is-item-selectable",
8520
8456
  "type": {
@@ -8646,18 +8582,6 @@
8646
8582
  "name": "DataProviderMixin",
8647
8583
  "module": "src/vaadin-grid-data-provider-mixin.js"
8648
8584
  }
8649
- },
8650
- {
8651
- "name": "tabindex",
8652
- "type": {
8653
- "text": "number"
8654
- },
8655
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
8656
- "fieldName": "tabindex",
8657
- "inheritedFrom": {
8658
- "name": "TabindexMixin",
8659
- "package": "@vaadin/a11y-base/src/tabindex-mixin.js"
8660
- }
8661
8585
  }
8662
8586
  ]
8663
8587
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/grid",
3
- "version": "25.1.0-beta1",
3
+ "version": "25.1.0-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,26 +45,26 @@
45
45
  ],
46
46
  "dependencies": {
47
47
  "@open-wc/dedupe-mixin": "^1.3.0",
48
- "@vaadin/a11y-base": "25.1.0-beta1",
49
- "@vaadin/checkbox": "25.1.0-beta1",
50
- "@vaadin/component-base": "25.1.0-beta1",
51
- "@vaadin/lit-renderer": "25.1.0-beta1",
52
- "@vaadin/text-field": "25.1.0-beta1",
53
- "@vaadin/vaadin-themable-mixin": "25.1.0-beta1",
48
+ "@vaadin/a11y-base": "25.1.0-beta3",
49
+ "@vaadin/checkbox": "25.1.0-beta3",
50
+ "@vaadin/component-base": "25.1.0-beta3",
51
+ "@vaadin/lit-renderer": "25.1.0-beta3",
52
+ "@vaadin/text-field": "25.1.0-beta3",
53
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta3",
54
54
  "lit": "^3.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@vaadin/aura": "25.1.0-beta1",
58
- "@vaadin/chai-plugins": "25.1.0-beta1",
59
- "@vaadin/test-runner-commands": "25.1.0-beta1",
57
+ "@vaadin/aura": "25.1.0-beta3",
58
+ "@vaadin/chai-plugins": "25.1.0-beta3",
59
+ "@vaadin/test-runner-commands": "25.1.0-beta3",
60
60
  "@vaadin/testing-helpers": "^2.0.0",
61
- "@vaadin/vaadin-lumo-styles": "25.1.0-beta1",
62
- "sinon": "^21.0.0"
61
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta3",
62
+ "sinon": "^21.0.2"
63
63
  },
64
64
  "customElements": "custom-elements.json",
65
65
  "web-types": [
66
66
  "web-types.json",
67
67
  "web-types.lit.json"
68
68
  ],
69
- "gitHead": "0ccf77c385fc6a92ac2a6344ce8804b94956226d"
69
+ "gitHead": "4251850231a42298fda23b83928da588831cdb5d"
70
70
  }