@vaadin/grid-pro 25.2.7 → 25.3.0-alpha10
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 +44 -2
- package/package.json +14 -14
- package/web-types.json +14 -18
- package/web-types.lit.json +10 -3
package/custom-elements.json
CHANGED
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"type": {
|
|
446
446
|
"text": "string"
|
|
447
447
|
},
|
|
448
|
-
"description": "Aligns the columns cell content horizontally
|
|
448
|
+
"description": "Aligns the columns cell content horizontally.",
|
|
449
449
|
"attribute": "text-align",
|
|
450
450
|
"inheritedFrom": {
|
|
451
451
|
"name": "GridColumn",
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
"type": {
|
|
703
703
|
"text": "string"
|
|
704
704
|
},
|
|
705
|
-
"description": "Aligns the columns cell content horizontally
|
|
705
|
+
"description": "Aligns the columns cell content horizontally.",
|
|
706
706
|
"fieldName": "textAlign",
|
|
707
707
|
"inheritedFrom": {
|
|
708
708
|
"name": "GridColumn",
|
|
@@ -1243,6 +1243,25 @@
|
|
|
1243
1243
|
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
1244
1244
|
}
|
|
1245
1245
|
},
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "field",
|
|
1248
|
+
"name": "i18n",
|
|
1249
|
+
"privacy": "public",
|
|
1250
|
+
"type": {
|
|
1251
|
+
"text": "Object"
|
|
1252
|
+
},
|
|
1253
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
|
|
1254
|
+
"attribute": "i18n",
|
|
1255
|
+
"return": {
|
|
1256
|
+
"type": {
|
|
1257
|
+
"text": "!GridI18n"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"inheritedFrom": {
|
|
1261
|
+
"name": "Grid",
|
|
1262
|
+
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
1263
|
+
}
|
|
1264
|
+
},
|
|
1246
1265
|
{
|
|
1247
1266
|
"kind": "field",
|
|
1248
1267
|
"name": "isItemSelectable",
|
|
@@ -1899,6 +1918,18 @@
|
|
|
1899
1918
|
"module": "src/vaadin-grid-pro-inline-editing-mixin.js"
|
|
1900
1919
|
}
|
|
1901
1920
|
},
|
|
1921
|
+
{
|
|
1922
|
+
"name": "i18n",
|
|
1923
|
+
"type": {
|
|
1924
|
+
"text": "Object"
|
|
1925
|
+
},
|
|
1926
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
|
|
1927
|
+
"fieldName": "i18n",
|
|
1928
|
+
"inheritedFrom": {
|
|
1929
|
+
"name": "Grid",
|
|
1930
|
+
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1902
1933
|
{
|
|
1903
1934
|
"name": "is-item-selectable",
|
|
1904
1935
|
"type": {
|
|
@@ -2042,6 +2073,17 @@
|
|
|
2042
2073
|
"name": "Grid",
|
|
2043
2074
|
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
2044
2075
|
}
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"type": {
|
|
2079
|
+
"text": "string"
|
|
2080
|
+
},
|
|
2081
|
+
"description": "The theme variants to apply to the component.",
|
|
2082
|
+
"name": "theme",
|
|
2083
|
+
"inheritedFrom": {
|
|
2084
|
+
"name": "Grid",
|
|
2085
|
+
"package": "@vaadin/grid/src/vaadin-grid.js"
|
|
2086
|
+
}
|
|
2045
2087
|
}
|
|
2046
2088
|
]
|
|
2047
2089
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/grid-pro",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.3.0-alpha10",
|
|
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": "
|
|
41
|
-
"@vaadin/checkbox": "
|
|
42
|
-
"@vaadin/component-base": "
|
|
43
|
-
"@vaadin/grid": "
|
|
44
|
-
"@vaadin/lit-renderer": "
|
|
45
|
-
"@vaadin/select": "
|
|
46
|
-
"@vaadin/text-field": "
|
|
47
|
-
"@vaadin/vaadin-themable-mixin": "
|
|
40
|
+
"@vaadin/a11y-base": "25.3.0-alpha10",
|
|
41
|
+
"@vaadin/checkbox": "25.3.0-alpha10",
|
|
42
|
+
"@vaadin/component-base": "25.3.0-alpha10",
|
|
43
|
+
"@vaadin/grid": "25.3.0-alpha10",
|
|
44
|
+
"@vaadin/lit-renderer": "25.3.0-alpha10",
|
|
45
|
+
"@vaadin/select": "25.3.0-alpha10",
|
|
46
|
+
"@vaadin/text-field": "25.3.0-alpha10",
|
|
47
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-alpha10",
|
|
48
48
|
"lit": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@vaadin/aura": "
|
|
52
|
-
"@vaadin/chai-plugins": "
|
|
53
|
-
"@vaadin/test-runner-commands": "
|
|
51
|
+
"@vaadin/aura": "25.3.0-alpha10",
|
|
52
|
+
"@vaadin/chai-plugins": "25.3.0-alpha10",
|
|
53
|
+
"@vaadin/test-runner-commands": "25.3.0-alpha10",
|
|
54
54
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
55
|
-
"@vaadin/vaadin-lumo-styles": "
|
|
55
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-alpha10",
|
|
56
56
|
"sinon": "^22.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": "f2833abdf9b613fa0d0ed216830e3f4de87b7dac"
|
|
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.
|
|
4
|
+
"version": "25.3.0-alpha10",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -129,24 +129,13 @@
|
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"name": "text-align",
|
|
132
|
-
"description": "Aligns the columns cell content horizontally
|
|
132
|
+
"description": "Aligns the columns cell content horizontally.",
|
|
133
133
|
"value": {
|
|
134
134
|
"type": [
|
|
135
135
|
"string"
|
|
136
136
|
]
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
|
-
{
|
|
140
|
-
"name": "theme",
|
|
141
|
-
"description": "The theme variants to apply to the component.",
|
|
142
|
-
"value": {
|
|
143
|
-
"type": [
|
|
144
|
-
"string",
|
|
145
|
-
"null",
|
|
146
|
-
"undefined"
|
|
147
|
-
]
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
139
|
{
|
|
151
140
|
"name": "width",
|
|
152
141
|
"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.",
|
|
@@ -340,7 +329,7 @@
|
|
|
340
329
|
},
|
|
341
330
|
{
|
|
342
331
|
"name": "textAlign",
|
|
343
|
-
"description": "Aligns the columns cell content horizontally
|
|
332
|
+
"description": "Aligns the columns cell content horizontally.",
|
|
344
333
|
"value": {
|
|
345
334
|
"type": [
|
|
346
335
|
"string"
|
|
@@ -362,7 +351,7 @@
|
|
|
362
351
|
},
|
|
363
352
|
{
|
|
364
353
|
"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.
|
|
354
|
+
"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.3.0-alpha10/#/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.3.0-alpha10/#/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.3.0-alpha10/#/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.3.0-alpha10/#/elements/vaadin-select).",
|
|
366
355
|
"attributes": [
|
|
367
356
|
{
|
|
368
357
|
"name": "accessible-name",
|
|
@@ -522,9 +511,7 @@
|
|
|
522
511
|
"description": "The theme variants to apply to the component.",
|
|
523
512
|
"value": {
|
|
524
513
|
"type": [
|
|
525
|
-
"string"
|
|
526
|
-
"null",
|
|
527
|
-
"undefined"
|
|
514
|
+
"string"
|
|
528
515
|
]
|
|
529
516
|
}
|
|
530
517
|
}
|
|
@@ -674,6 +661,15 @@
|
|
|
674
661
|
]
|
|
675
662
|
}
|
|
676
663
|
},
|
|
664
|
+
{
|
|
665
|
+
"name": "i18n",
|
|
666
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
|
|
667
|
+
"value": {
|
|
668
|
+
"type": [
|
|
669
|
+
"Object"
|
|
670
|
+
]
|
|
671
|
+
}
|
|
672
|
+
},
|
|
677
673
|
{
|
|
678
674
|
"name": "isItemSelectable",
|
|
679
675
|
"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.",
|
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.
|
|
4
|
+
"version": "25.3.0-alpha10",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"name": ".textAlign",
|
|
157
|
-
"description": "Aligns the columns cell content horizontally
|
|
157
|
+
"description": "Aligns the columns cell content horizontally.",
|
|
158
158
|
"value": {
|
|
159
159
|
"kind": "expression"
|
|
160
160
|
}
|
|
@@ -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.
|
|
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.3.0-alpha10/#/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.3.0-alpha10/#/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.3.0-alpha10/#/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.3.0-alpha10/#/elements/vaadin-select).",
|
|
174
174
|
"extension": true,
|
|
175
175
|
"attributes": [
|
|
176
176
|
{
|
|
@@ -278,6 +278,13 @@
|
|
|
278
278
|
"kind": "expression"
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
|
+
{
|
|
282
|
+
"name": ".i18n",
|
|
283
|
+
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
|
|
284
|
+
"value": {
|
|
285
|
+
"kind": "expression"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
281
288
|
{
|
|
282
289
|
"name": ".isItemSelectable",
|
|
283
290
|
"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.",
|