@vaadin/grid-pro 25.1.0-alpha9 → 25.1.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.
- package/custom-elements.json +1 -50
- package/package.json +14 -14
- package/src/vaadin-grid-pro-edit-column-mixin.js +0 -1
- package/web-types.json +74 -26
- package/web-types.lit.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -32,12 +32,6 @@
|
|
|
32
32
|
}
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
|
-
{
|
|
36
|
-
"kind": "javascript-module",
|
|
37
|
-
"path": "src/vaadin-grid-pro-edit-checkbox.js",
|
|
38
|
-
"declarations": [],
|
|
39
|
-
"exports": []
|
|
40
|
-
},
|
|
41
35
|
{
|
|
42
36
|
"kind": "javascript-module",
|
|
43
37
|
"path": "src/vaadin-grid-pro-edit-column-mixin.js",
|
|
@@ -792,18 +786,6 @@
|
|
|
792
786
|
}
|
|
793
787
|
]
|
|
794
788
|
},
|
|
795
|
-
{
|
|
796
|
-
"kind": "javascript-module",
|
|
797
|
-
"path": "src/vaadin-grid-pro-edit-select.js",
|
|
798
|
-
"declarations": [],
|
|
799
|
-
"exports": []
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"kind": "javascript-module",
|
|
803
|
-
"path": "src/vaadin-grid-pro-edit-text-field.js",
|
|
804
|
-
"declarations": [],
|
|
805
|
-
"exports": []
|
|
806
|
-
},
|
|
807
789
|
{
|
|
808
790
|
"kind": "javascript-module",
|
|
809
791
|
"path": "src/vaadin-grid-pro-inline-editing-mixin.js",
|
|
@@ -1312,6 +1294,7 @@
|
|
|
1312
1294
|
},
|
|
1313
1295
|
"description": "`true` while data is being requested from the data provider.",
|
|
1314
1296
|
"attribute": "loading",
|
|
1297
|
+
"readonly": true,
|
|
1315
1298
|
"inheritedFrom": {
|
|
1316
1299
|
"name": "Grid",
|
|
1317
1300
|
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
@@ -1895,26 +1878,6 @@
|
|
|
1895
1878
|
"module": "src/vaadin-grid-pro-inline-editing-mixin.js"
|
|
1896
1879
|
}
|
|
1897
1880
|
},
|
|
1898
|
-
{
|
|
1899
|
-
"name": "interacting",
|
|
1900
|
-
"type": {
|
|
1901
|
-
"text": "boolean"
|
|
1902
|
-
},
|
|
1903
|
-
"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.",
|
|
1904
|
-
"fieldName": "interacting",
|
|
1905
|
-
"inheritedFrom": {
|
|
1906
|
-
"name": "Grid",
|
|
1907
|
-
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "is-attached",
|
|
1912
|
-
"fieldName": "isAttached",
|
|
1913
|
-
"inheritedFrom": {
|
|
1914
|
-
"name": "Grid",
|
|
1915
|
-
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
1916
|
-
}
|
|
1917
|
-
},
|
|
1918
1881
|
{
|
|
1919
1882
|
"name": "is-item-selectable",
|
|
1920
1883
|
"type": {
|
|
@@ -2058,18 +2021,6 @@
|
|
|
2058
2021
|
"name": "Grid",
|
|
2059
2022
|
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
2060
2023
|
}
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"name": "tabindex",
|
|
2064
|
-
"type": {
|
|
2065
|
-
"text": "number"
|
|
2066
|
-
},
|
|
2067
|
-
"description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
|
|
2068
|
-
"fieldName": "tabindex",
|
|
2069
|
-
"inheritedFrom": {
|
|
2070
|
-
"name": "Grid",
|
|
2071
|
-
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
2072
|
-
}
|
|
2073
2024
|
}
|
|
2074
2025
|
]
|
|
2075
2026
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/grid-pro",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-beta2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
40
|
-
"@vaadin/a11y-base": "25.1.0-
|
|
41
|
-
"@vaadin/checkbox": "25.1.0-
|
|
42
|
-
"@vaadin/component-base": "25.1.0-
|
|
43
|
-
"@vaadin/grid": "25.1.0-
|
|
44
|
-
"@vaadin/lit-renderer": "25.1.0-
|
|
45
|
-
"@vaadin/select": "25.1.0-
|
|
46
|
-
"@vaadin/text-field": "25.1.0-
|
|
47
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
40
|
+
"@vaadin/a11y-base": "25.1.0-beta2",
|
|
41
|
+
"@vaadin/checkbox": "25.1.0-beta2",
|
|
42
|
+
"@vaadin/component-base": "25.1.0-beta2",
|
|
43
|
+
"@vaadin/grid": "25.1.0-beta2",
|
|
44
|
+
"@vaadin/lit-renderer": "25.1.0-beta2",
|
|
45
|
+
"@vaadin/select": "25.1.0-beta2",
|
|
46
|
+
"@vaadin/text-field": "25.1.0-beta2",
|
|
47
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
|
|
48
48
|
"lit": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@vaadin/aura": "25.1.0-
|
|
52
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
53
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
51
|
+
"@vaadin/aura": "25.1.0-beta2",
|
|
52
|
+
"@vaadin/chai-plugins": "25.1.0-beta2",
|
|
53
|
+
"@vaadin/test-runner-commands": "25.1.0-beta2",
|
|
54
54
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
55
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
55
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
|
|
56
56
|
"sinon": "^21.0.0"
|
|
57
57
|
},
|
|
58
58
|
"cvdlName": "vaadin-grid-pro",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"web-types.json",
|
|
62
62
|
"web-types.lit.json"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
|
|
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.1.0-
|
|
4
|
+
"version": "25.1.0-beta2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
"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.",
|
|
16
16
|
"value": {
|
|
17
17
|
"type": [
|
|
18
|
-
"boolean"
|
|
18
|
+
"boolean",
|
|
19
|
+
"null",
|
|
20
|
+
"undefined"
|
|
19
21
|
]
|
|
20
22
|
}
|
|
21
23
|
},
|
|
@@ -33,7 +35,9 @@
|
|
|
33
35
|
"description": "Path of the property used for the value of the editor component.",
|
|
34
36
|
"value": {
|
|
35
37
|
"type": [
|
|
36
|
-
"string"
|
|
38
|
+
"string",
|
|
39
|
+
"null",
|
|
40
|
+
"undefined"
|
|
37
41
|
]
|
|
38
42
|
}
|
|
39
43
|
},
|
|
@@ -42,7 +46,9 @@
|
|
|
42
46
|
"description": "Flex grow ratio for the cell widths. When set to 0, cell width is fixed.",
|
|
43
47
|
"value": {
|
|
44
48
|
"type": [
|
|
45
|
-
"number"
|
|
49
|
+
"number",
|
|
50
|
+
"null",
|
|
51
|
+
"undefined"
|
|
46
52
|
]
|
|
47
53
|
}
|
|
48
54
|
},
|
|
@@ -62,7 +68,9 @@
|
|
|
62
68
|
"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.",
|
|
63
69
|
"value": {
|
|
64
70
|
"type": [
|
|
65
|
-
"boolean"
|
|
71
|
+
"boolean",
|
|
72
|
+
"null",
|
|
73
|
+
"undefined"
|
|
66
74
|
]
|
|
67
75
|
}
|
|
68
76
|
},
|
|
@@ -71,7 +79,9 @@
|
|
|
71
79
|
"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.",
|
|
72
80
|
"value": {
|
|
73
81
|
"type": [
|
|
74
|
-
"boolean"
|
|
82
|
+
"boolean",
|
|
83
|
+
"null",
|
|
84
|
+
"undefined"
|
|
75
85
|
]
|
|
76
86
|
}
|
|
77
87
|
},
|
|
@@ -135,7 +145,9 @@
|
|
|
135
145
|
"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.",
|
|
136
146
|
"value": {
|
|
137
147
|
"type": [
|
|
138
|
-
"boolean"
|
|
148
|
+
"boolean",
|
|
149
|
+
"null",
|
|
150
|
+
"undefined"
|
|
139
151
|
]
|
|
140
152
|
}
|
|
141
153
|
},
|
|
@@ -180,7 +192,9 @@
|
|
|
180
192
|
"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.",
|
|
181
193
|
"value": {
|
|
182
194
|
"type": [
|
|
183
|
-
"boolean"
|
|
195
|
+
"boolean",
|
|
196
|
+
"null",
|
|
197
|
+
"undefined"
|
|
184
198
|
]
|
|
185
199
|
}
|
|
186
200
|
},
|
|
@@ -218,7 +232,9 @@
|
|
|
218
232
|
"description": "Path of the property used for the value of the editor component.",
|
|
219
233
|
"value": {
|
|
220
234
|
"type": [
|
|
221
|
-
"string"
|
|
235
|
+
"string",
|
|
236
|
+
"null",
|
|
237
|
+
"undefined"
|
|
222
238
|
]
|
|
223
239
|
}
|
|
224
240
|
},
|
|
@@ -227,7 +243,9 @@
|
|
|
227
243
|
"description": "Flex grow ratio for the cell widths. When set to 0, cell width is fixed.",
|
|
228
244
|
"value": {
|
|
229
245
|
"type": [
|
|
230
|
-
"number"
|
|
246
|
+
"number",
|
|
247
|
+
"null",
|
|
248
|
+
"undefined"
|
|
231
249
|
]
|
|
232
250
|
}
|
|
233
251
|
},
|
|
@@ -258,7 +276,9 @@
|
|
|
258
276
|
"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.",
|
|
259
277
|
"value": {
|
|
260
278
|
"type": [
|
|
261
|
-
"boolean"
|
|
279
|
+
"boolean",
|
|
280
|
+
"null",
|
|
281
|
+
"undefined"
|
|
262
282
|
]
|
|
263
283
|
}
|
|
264
284
|
},
|
|
@@ -267,7 +287,9 @@
|
|
|
267
287
|
"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.",
|
|
268
288
|
"value": {
|
|
269
289
|
"type": [
|
|
270
|
-
"boolean"
|
|
290
|
+
"boolean",
|
|
291
|
+
"null",
|
|
292
|
+
"undefined"
|
|
271
293
|
]
|
|
272
294
|
}
|
|
273
295
|
},
|
|
@@ -364,7 +386,9 @@
|
|
|
364
386
|
"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.",
|
|
365
387
|
"value": {
|
|
366
388
|
"type": [
|
|
367
|
-
"boolean"
|
|
389
|
+
"boolean",
|
|
390
|
+
"null",
|
|
391
|
+
"undefined"
|
|
368
392
|
]
|
|
369
393
|
}
|
|
370
394
|
},
|
|
@@ -401,7 +425,7 @@
|
|
|
401
425
|
},
|
|
402
426
|
{
|
|
403
427
|
"name": "vaadin-grid-pro",
|
|
404
|
-
"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.1.0-
|
|
428
|
+
"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.1.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.1.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.1.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.1.0-beta2/#/elements/vaadin-select).",
|
|
405
429
|
"attributes": [
|
|
406
430
|
{
|
|
407
431
|
"name": "accessible-name",
|
|
@@ -419,7 +443,9 @@
|
|
|
419
443
|
"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.",
|
|
420
444
|
"value": {
|
|
421
445
|
"type": [
|
|
422
|
-
"boolean"
|
|
446
|
+
"boolean",
|
|
447
|
+
"null",
|
|
448
|
+
"undefined"
|
|
423
449
|
]
|
|
424
450
|
}
|
|
425
451
|
},
|
|
@@ -437,7 +463,9 @@
|
|
|
437
463
|
"description": "Set to true to allow column reordering.",
|
|
438
464
|
"value": {
|
|
439
465
|
"type": [
|
|
440
|
-
"boolean"
|
|
466
|
+
"boolean",
|
|
467
|
+
"null",
|
|
468
|
+
"undefined"
|
|
441
469
|
]
|
|
442
470
|
}
|
|
443
471
|
},
|
|
@@ -501,7 +529,9 @@
|
|
|
501
529
|
"description": "When `true`, all `<vaadin-grid-sorter>` are applied for sorting.",
|
|
502
530
|
"value": {
|
|
503
531
|
"type": [
|
|
504
|
-
"boolean"
|
|
532
|
+
"boolean",
|
|
533
|
+
"null",
|
|
534
|
+
"undefined"
|
|
505
535
|
]
|
|
506
536
|
}
|
|
507
537
|
},
|
|
@@ -510,7 +540,9 @@
|
|
|
510
540
|
"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.",
|
|
511
541
|
"value": {
|
|
512
542
|
"type": [
|
|
513
|
-
"boolean"
|
|
543
|
+
"boolean",
|
|
544
|
+
"null",
|
|
545
|
+
"undefined"
|
|
514
546
|
]
|
|
515
547
|
}
|
|
516
548
|
},
|
|
@@ -530,7 +562,9 @@
|
|
|
530
562
|
"description": "Number of items fetched at a time from the dataprovider.",
|
|
531
563
|
"value": {
|
|
532
564
|
"type": [
|
|
533
|
-
"number"
|
|
565
|
+
"number",
|
|
566
|
+
"null",
|
|
567
|
+
"undefined"
|
|
534
568
|
]
|
|
535
569
|
}
|
|
536
570
|
},
|
|
@@ -561,7 +595,9 @@
|
|
|
561
595
|
"description": "The number of root-level items in the grid.",
|
|
562
596
|
"value": {
|
|
563
597
|
"type": [
|
|
564
|
-
"number"
|
|
598
|
+
"number",
|
|
599
|
+
"null",
|
|
600
|
+
"undefined"
|
|
565
601
|
]
|
|
566
602
|
}
|
|
567
603
|
},
|
|
@@ -604,7 +640,9 @@
|
|
|
604
640
|
"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.",
|
|
605
641
|
"value": {
|
|
606
642
|
"type": [
|
|
607
|
-
"boolean"
|
|
643
|
+
"boolean",
|
|
644
|
+
"null",
|
|
645
|
+
"undefined"
|
|
608
646
|
]
|
|
609
647
|
}
|
|
610
648
|
},
|
|
@@ -633,7 +671,9 @@
|
|
|
633
671
|
"description": "Set to true to allow column reordering.",
|
|
634
672
|
"value": {
|
|
635
673
|
"type": [
|
|
636
|
-
"boolean"
|
|
674
|
+
"boolean",
|
|
675
|
+
"null",
|
|
676
|
+
"undefined"
|
|
637
677
|
]
|
|
638
678
|
}
|
|
639
679
|
},
|
|
@@ -769,7 +809,9 @@
|
|
|
769
809
|
"description": "When `true`, all `<vaadin-grid-sorter>` are applied for sorting.",
|
|
770
810
|
"value": {
|
|
771
811
|
"type": [
|
|
772
|
-
"boolean"
|
|
812
|
+
"boolean",
|
|
813
|
+
"null",
|
|
814
|
+
"undefined"
|
|
773
815
|
]
|
|
774
816
|
}
|
|
775
817
|
},
|
|
@@ -778,7 +820,9 @@
|
|
|
778
820
|
"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.",
|
|
779
821
|
"value": {
|
|
780
822
|
"type": [
|
|
781
|
-
"boolean"
|
|
823
|
+
"boolean",
|
|
824
|
+
"null",
|
|
825
|
+
"undefined"
|
|
782
826
|
]
|
|
783
827
|
}
|
|
784
828
|
},
|
|
@@ -798,7 +842,9 @@
|
|
|
798
842
|
"description": "Number of items fetched at a time from the dataprovider.",
|
|
799
843
|
"value": {
|
|
800
844
|
"type": [
|
|
801
|
-
"number"
|
|
845
|
+
"number",
|
|
846
|
+
"null",
|
|
847
|
+
"undefined"
|
|
802
848
|
]
|
|
803
849
|
}
|
|
804
850
|
},
|
|
@@ -849,7 +895,9 @@
|
|
|
849
895
|
"description": "The number of root-level items in the grid.",
|
|
850
896
|
"value": {
|
|
851
897
|
"type": [
|
|
852
|
-
"number"
|
|
898
|
+
"number",
|
|
899
|
+
"null",
|
|
900
|
+
"undefined"
|
|
853
901
|
]
|
|
854
902
|
}
|
|
855
903
|
}
|
package/web-types.lit.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/grid-pro",
|
|
4
|
-
"version": "25.1.0-
|
|
4
|
+
"version": "25.1.0-beta2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"name": "vaadin-grid-pro",
|
|
180
|
-
"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.1.0-
|
|
180
|
+
"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.1.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.1.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.1.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.1.0-beta2/#/elements/vaadin-select).",
|
|
181
181
|
"extension": true,
|
|
182
182
|
"attributes": [
|
|
183
183
|
{
|