@vaadin/grid-pro 24.4.0-dev.223e39f050 → 24.4.0-dev.4b20a0c55.3
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/LICENSE +3 -1141
- package/README.md +0 -1
- package/package.json +11 -11
- package/src/lit/column-renderer-directives.d.ts +1 -1
- package/src/lit/column-renderer-directives.js +1 -1
- package/src/vaadin-grid-pro-edit-checkbox.js +1 -1
- package/src/vaadin-grid-pro-edit-column-mixin.d.ts +1 -1
- package/src/vaadin-grid-pro-edit-column-mixin.js +1 -1
- package/src/vaadin-grid-pro-edit-column.d.ts +1 -1
- package/src/vaadin-grid-pro-edit-column.js +1 -1
- package/src/vaadin-grid-pro-edit-select-mixin.js +1 -1
- package/src/vaadin-grid-pro-edit-select.js +1 -1
- package/src/vaadin-grid-pro-edit-text-field.js +1 -1
- package/src/vaadin-grid-pro-inline-editing-mixin.d.ts +1 -1
- package/src/vaadin-grid-pro-inline-editing-mixin.js +1 -1
- package/src/vaadin-grid-pro.d.ts +1 -1
- package/src/vaadin-grid-pro.js +1 -1
- package/src/vaadin-lit-grid-pro-edit-checkbox.js +2 -2
- package/src/vaadin-lit-grid-pro-edit-column.js +2 -2
- package/src/vaadin-lit-grid-pro-edit-select.js +2 -2
- package/src/vaadin-lit-grid-pro-edit-text-field.js +2 -2
- package/src/vaadin-lit-grid-pro.js +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@ An extension of the `vaadin-grid` component that provides inline editing with fu
|
|
|
7
7
|
[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/grid-pro)
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/@vaadin/grid-pro)
|
|
10
|
-
[](https://discord.gg/PHmkCKC)
|
|
11
10
|
|
|
12
11
|
```html
|
|
13
12
|
<vaadin-grid-pro>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/grid-pro",
|
|
3
|
-
"version": "24.4.0-dev.
|
|
3
|
+
"version": "24.4.0-dev.4b20a0c55.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
41
41
|
"@polymer/polymer": "^3.0.0",
|
|
42
|
-
"@vaadin/checkbox": "24.4.0-dev.
|
|
43
|
-
"@vaadin/component-base": "24.4.0-dev.
|
|
44
|
-
"@vaadin/grid": "24.4.0-dev.
|
|
45
|
-
"@vaadin/lit-renderer": "24.4.0-dev.
|
|
46
|
-
"@vaadin/select": "24.4.0-dev.
|
|
47
|
-
"@vaadin/text-field": "24.4.0-dev.
|
|
48
|
-
"@vaadin/vaadin-lumo-styles": "24.4.0-dev.
|
|
49
|
-
"@vaadin/vaadin-material-styles": "24.4.0-dev.
|
|
50
|
-
"@vaadin/vaadin-themable-mixin": "24.4.0-dev.
|
|
42
|
+
"@vaadin/checkbox": "24.4.0-dev.4b20a0c55.3",
|
|
43
|
+
"@vaadin/component-base": "24.4.0-dev.4b20a0c55.3",
|
|
44
|
+
"@vaadin/grid": "24.4.0-dev.4b20a0c55.3",
|
|
45
|
+
"@vaadin/lit-renderer": "24.4.0-dev.4b20a0c55.3",
|
|
46
|
+
"@vaadin/select": "24.4.0-dev.4b20a0c55.3",
|
|
47
|
+
"@vaadin/text-field": "24.4.0-dev.4b20a0c55.3",
|
|
48
|
+
"@vaadin/vaadin-lumo-styles": "24.4.0-dev.4b20a0c55.3",
|
|
49
|
+
"@vaadin/vaadin-material-styles": "24.4.0-dev.4b20a0c55.3",
|
|
50
|
+
"@vaadin/vaadin-themable-mixin": "24.4.0-dev.4b20a0c55.3",
|
|
51
51
|
"lit": "^3.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"web-types.json",
|
|
61
61
|
"web-types.lit.json"
|
|
62
62
|
],
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "41cf17453d7506fb635c088a0425e20b6e82b89b"
|
|
64
64
|
}
|
package/src/vaadin-grid-pro.d.ts
CHANGED
package/src/vaadin-grid-pro.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2000 -
|
|
3
|
+
* Copyright (c) 2000 - 2024 Vaadin Ltd.
|
|
4
4
|
*
|
|
5
5
|
* This program is available under Vaadin Commercial License and Service Terms.
|
|
6
6
|
*
|
|
@@ -16,7 +16,7 @@ import { defineCustomElement } from '@vaadin/component-base/src/define.js';
|
|
|
16
16
|
*
|
|
17
17
|
* ## Disclaimer
|
|
18
18
|
*
|
|
19
|
-
* This component is an experiment not
|
|
19
|
+
* This component is an experiment and not yet a part of Vaadin platform.
|
|
20
20
|
* There is no ETA regarding specific Vaadin version where it'll land.
|
|
21
21
|
*/
|
|
22
22
|
class GridProEditCheckbox extends Checkbox {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2000 -
|
|
3
|
+
* Copyright (c) 2000 - 2024 Vaadin Ltd.
|
|
4
4
|
*
|
|
5
5
|
* This program is available under Vaadin Commercial License and Service Terms.
|
|
6
6
|
*
|
|
@@ -20,7 +20,7 @@ import { GridProEditColumnMixin } from './vaadin-grid-pro-edit-column-mixin.js';
|
|
|
20
20
|
*
|
|
21
21
|
* ## Disclaimer
|
|
22
22
|
*
|
|
23
|
-
* This component is an experiment not
|
|
23
|
+
* This component is an experiment and not yet a part of Vaadin platform.
|
|
24
24
|
* There is no ETA regarding specific Vaadin version where it'll land.
|
|
25
25
|
*/
|
|
26
26
|
class GridProEditColumn extends GridProEditColumnMixin(GridColumn) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2000 -
|
|
3
|
+
* Copyright (c) 2000 - 2024 Vaadin Ltd.
|
|
4
4
|
*
|
|
5
5
|
* This program is available under Vaadin Commercial License and Service Terms.
|
|
6
6
|
*
|
|
@@ -17,7 +17,7 @@ import { GridProEditSelectMixin } from './vaadin-grid-pro-edit-select-mixin.js';
|
|
|
17
17
|
*
|
|
18
18
|
* ## Disclaimer
|
|
19
19
|
*
|
|
20
|
-
* This component is an experiment not
|
|
20
|
+
* This component is an experiment and not yet a part of Vaadin platform.
|
|
21
21
|
* There is no ETA regarding specific Vaadin version where it'll land.
|
|
22
22
|
*/
|
|
23
23
|
class GridProEditSelect extends GridProEditSelectMixin(Select) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2000 -
|
|
3
|
+
* Copyright (c) 2000 - 2024 Vaadin Ltd.
|
|
4
4
|
*
|
|
5
5
|
* This program is available under Vaadin Commercial License and Service Terms.
|
|
6
6
|
*
|
|
@@ -16,7 +16,7 @@ import { TextField } from '@vaadin/text-field/src/vaadin-lit-text-field.js';
|
|
|
16
16
|
*
|
|
17
17
|
* ## Disclaimer
|
|
18
18
|
*
|
|
19
|
-
* This component is an experiment not
|
|
19
|
+
* This component is an experiment and not yet a part of Vaadin platform.
|
|
20
20
|
* There is no ETA regarding specific Vaadin version where it'll land.
|
|
21
21
|
*/
|
|
22
22
|
class GridProEditText extends TextField {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2000 -
|
|
3
|
+
* Copyright (c) 2000 - 2024 Vaadin Ltd.
|
|
4
4
|
*
|
|
5
5
|
* This program is available under Vaadin Commercial License and Service Terms.
|
|
6
6
|
*
|
|
@@ -17,7 +17,7 @@ import { InlineEditingMixin } from './vaadin-grid-pro-inline-editing-mixin.js';
|
|
|
17
17
|
*
|
|
18
18
|
* ## Disclaimer
|
|
19
19
|
*
|
|
20
|
-
* This component is an experiment not
|
|
20
|
+
* This component is an experiment and not yet a part of Vaadin platform.
|
|
21
21
|
* There is no ETA regarding specific Vaadin version where it'll land.
|
|
22
22
|
*/
|
|
23
23
|
class GridPro extends InlineEditingMixin(Grid) {
|