@vaadin/crud 23.1.5 → 23.1.6

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/README.md CHANGED
@@ -61,4 +61,4 @@ Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/
61
61
  Commercial Vaadin Developer License 4.0 (CVDLv4). For license terms, see LICENSE.
62
62
 
63
63
  Vaadin collects usage statistics at development time to improve this product.
64
- For crud and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
64
+ For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/crud",
3
- "version": "23.1.5",
3
+ "version": "23.1.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,22 +36,22 @@
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/button": "^23.1.5",
40
- "@vaadin/component-base": "^23.1.5",
41
- "@vaadin/confirm-dialog": "^23.1.5",
42
- "@vaadin/dialog": "^23.1.5",
43
- "@vaadin/form-layout": "^23.1.5",
44
- "@vaadin/grid": "^23.1.5",
45
- "@vaadin/text-field": "^23.1.5",
39
+ "@vaadin/button": "^23.1.6",
40
+ "@vaadin/component-base": "^23.1.6",
41
+ "@vaadin/confirm-dialog": "^23.1.6",
42
+ "@vaadin/dialog": "^23.1.6",
43
+ "@vaadin/form-layout": "^23.1.6",
44
+ "@vaadin/grid": "^23.1.6",
45
+ "@vaadin/text-field": "^23.1.6",
46
46
  "@vaadin/vaadin-license-checker": "^2.1.0",
47
- "@vaadin/vaadin-lumo-styles": "^23.1.5",
48
- "@vaadin/vaadin-material-styles": "^23.1.5",
49
- "@vaadin/vaadin-themable-mixin": "^23.1.5"
47
+ "@vaadin/vaadin-lumo-styles": "^23.1.6",
48
+ "@vaadin/vaadin-material-styles": "^23.1.6",
49
+ "@vaadin/vaadin-themable-mixin": "^23.1.6"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@esm-bundle/chai": "^4.3.4",
53
53
  "@vaadin/testing-helpers": "^0.3.2",
54
54
  "sinon": "^13.0.2"
55
55
  },
56
- "gitHead": "326938919a54353231af25d341ba6076c249afee"
56
+ "gitHead": "b356bcba208f6569d3d85ac11795c3e736adce85"
57
57
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Copyright (c) 2018 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
4
+ * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { GridColumn } from '@vaadin/grid/src/vaadin-grid-column.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Copyright (c) 2018 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
4
+ * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { Button } from '@vaadin/button/src/vaadin-button.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Copyright (c) 2018 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
4
+ * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { FormLayout } from '@vaadin/form-layout/src/vaadin-form-layout.js';
7
7
  import { IncludedMixin } from './vaadin-crud-include-mixin.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Copyright (c) 2018 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
4
+ * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { Grid } from '@vaadin/grid/src/vaadin-grid.js';
7
7
  import { IncludedMixin } from './vaadin-crud-include-mixin.js';
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Copyright (c) 2018 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
4
+ * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { Constructor } from '@open-wc/dedupe-mixin';
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Copyright (c) 2018 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
4
+ * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { ControllerMixin } from '@vaadin/component-base/src/controller-mixin.js';
7
7
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';