@vaadin/grid-pro 25.3.0-alpha1 → 25.3.0-alpha2
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 +31 -0
- package/package.json +14 -14
- package/web-types.json +11 -2
- package/web-types.lit.json +9 -2
package/custom-elements.json
CHANGED
|
@@ -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": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/grid-pro",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-alpha2",
|
|
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.3.0-
|
|
41
|
-
"@vaadin/checkbox": "25.3.0-
|
|
42
|
-
"@vaadin/component-base": "25.3.0-
|
|
43
|
-
"@vaadin/grid": "25.3.0-
|
|
44
|
-
"@vaadin/lit-renderer": "25.3.0-
|
|
45
|
-
"@vaadin/select": "25.3.0-
|
|
46
|
-
"@vaadin/text-field": "25.3.0-
|
|
47
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
40
|
+
"@vaadin/a11y-base": "25.3.0-alpha2",
|
|
41
|
+
"@vaadin/checkbox": "25.3.0-alpha2",
|
|
42
|
+
"@vaadin/component-base": "25.3.0-alpha2",
|
|
43
|
+
"@vaadin/grid": "25.3.0-alpha2",
|
|
44
|
+
"@vaadin/lit-renderer": "25.3.0-alpha2",
|
|
45
|
+
"@vaadin/select": "25.3.0-alpha2",
|
|
46
|
+
"@vaadin/text-field": "25.3.0-alpha2",
|
|
47
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-alpha2",
|
|
48
48
|
"lit": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@vaadin/aura": "25.3.0-
|
|
52
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
53
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
51
|
+
"@vaadin/aura": "25.3.0-alpha2",
|
|
52
|
+
"@vaadin/chai-plugins": "25.3.0-alpha2",
|
|
53
|
+
"@vaadin/test-runner-commands": "25.3.0-alpha2",
|
|
54
54
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
55
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
55
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-alpha2",
|
|
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": "52eba6153ecf8bfaae44bcb727595e77d90b963c"
|
|
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.3.0-
|
|
4
|
+
"version": "25.3.0-alpha2",
|
|
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.3.0-
|
|
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.3.0-alpha2/#/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-alpha2/#/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-alpha2/#/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-alpha2/#/elements/vaadin-select).",
|
|
366
366
|
"attributes": [
|
|
367
367
|
{
|
|
368
368
|
"name": "accessible-name",
|
|
@@ -674,6 +674,15 @@
|
|
|
674
674
|
]
|
|
675
675
|
}
|
|
676
676
|
},
|
|
677
|
+
{
|
|
678
|
+
"name": "i18n",
|
|
679
|
+
"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.",
|
|
680
|
+
"value": {
|
|
681
|
+
"type": [
|
|
682
|
+
"Object"
|
|
683
|
+
]
|
|
684
|
+
}
|
|
685
|
+
},
|
|
677
686
|
{
|
|
678
687
|
"name": "isItemSelectable",
|
|
679
688
|
"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.3.0-
|
|
4
|
+
"version": "25.3.0-alpha2",
|
|
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.3.0-
|
|
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-alpha2/#/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-alpha2/#/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-alpha2/#/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-alpha2/#/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.",
|