@vaadin/custom-field 24.0.0-alpha7 → 24.0.0-alpha9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/custom-field",
3
- "version": "24.0.0-alpha7",
3
+ "version": "24.0.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,30 +35,30 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/component-base": "24.0.0-alpha7",
39
- "@vaadin/field-base": "24.0.0-alpha7",
40
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
41
- "@vaadin/vaadin-material-styles": "24.0.0-alpha7",
42
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
38
+ "@vaadin/component-base": "24.0.0-alpha9",
39
+ "@vaadin/field-base": "24.0.0-alpha9",
40
+ "@vaadin/vaadin-lumo-styles": "24.0.0-alpha9",
41
+ "@vaadin/vaadin-material-styles": "24.0.0-alpha9",
42
+ "@vaadin/vaadin-themable-mixin": "24.0.0-alpha9"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@esm-bundle/chai": "^4.3.4",
46
- "@vaadin/combo-box": "24.0.0-alpha7",
47
- "@vaadin/date-picker": "24.0.0-alpha7",
48
- "@vaadin/email-field": "24.0.0-alpha7",
49
- "@vaadin/form-layout": "24.0.0-alpha7",
50
- "@vaadin/number-field": "24.0.0-alpha7",
51
- "@vaadin/password-field": "24.0.0-alpha7",
52
- "@vaadin/select": "24.0.0-alpha7",
46
+ "@vaadin/combo-box": "24.0.0-alpha9",
47
+ "@vaadin/date-picker": "24.0.0-alpha9",
48
+ "@vaadin/email-field": "24.0.0-alpha9",
49
+ "@vaadin/form-layout": "24.0.0-alpha9",
50
+ "@vaadin/number-field": "24.0.0-alpha9",
51
+ "@vaadin/password-field": "24.0.0-alpha9",
52
+ "@vaadin/select": "24.0.0-alpha9",
53
53
  "@vaadin/testing-helpers": "^0.3.2",
54
- "@vaadin/text-area": "24.0.0-alpha7",
55
- "@vaadin/text-field": "24.0.0-alpha7",
56
- "@vaadin/time-picker": "24.0.0-alpha7",
54
+ "@vaadin/text-area": "24.0.0-alpha9",
55
+ "@vaadin/text-field": "24.0.0-alpha9",
56
+ "@vaadin/time-picker": "24.0.0-alpha9",
57
57
  "sinon": "^13.0.2"
58
58
  },
59
59
  "web-types": [
60
60
  "web-types.json",
61
61
  "web-types.lit.json"
62
62
  ],
63
- "gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
63
+ "gitHead": "cc3f747164041566b300bde4b105d2475649e93f"
64
64
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/vaadin-lumo-styles/color.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-custom-field-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/vaadin-material-styles/color.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-custom-field-styles.js';
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/custom-field",
4
- "version": "24.0.0-alpha7",
4
+ "version": "24.0.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -78,7 +78,7 @@
78
78
  },
79
79
  {
80
80
  "name": "value",
81
- "description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha7/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha7/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
81
+ "description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha9/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha9/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
82
82
  "value": {
83
83
  "type": [
84
84
  "string",
@@ -156,44 +156,6 @@
156
156
  ]
157
157
  }
158
158
  },
159
- {
160
- "name": "rootPath",
161
- "description": "",
162
- "value": {
163
- "type": [
164
- "string"
165
- ]
166
- }
167
- },
168
- {
169
- "name": "importPath",
170
- "description": "",
171
- "value": {
172
- "type": [
173
- "string"
174
- ]
175
- }
176
- },
177
- {
178
- "name": "root",
179
- "description": "",
180
- "value": {
181
- "type": [
182
- "StampedTemplate",
183
- "HTMLElement",
184
- "ShadowRoot"
185
- ]
186
- }
187
- },
188
- {
189
- "name": "$",
190
- "description": "",
191
- "value": {
192
- "type": [
193
- "Object.<string, Element>"
194
- ]
195
- }
196
- },
197
159
  {
198
160
  "name": "name",
199
161
  "description": "The name of the control, which is submitted with the form data.",
@@ -207,7 +169,7 @@
207
169
  },
208
170
  {
209
171
  "name": "value",
210
- "description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha7/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha7/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
172
+ "description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha9/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha9/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
211
173
  "value": {
212
174
  "type": [
213
175
  "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/custom-field",
4
- "version": "24.0.0-alpha7",
4
+ "version": "24.0.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -54,34 +54,6 @@
54
54
  "kind": "expression"
55
55
  }
56
56
  },
57
- {
58
- "name": ".rootPath",
59
- "description": "",
60
- "value": {
61
- "kind": "expression"
62
- }
63
- },
64
- {
65
- "name": ".importPath",
66
- "description": "",
67
- "value": {
68
- "kind": "expression"
69
- }
70
- },
71
- {
72
- "name": ".root",
73
- "description": "",
74
- "value": {
75
- "kind": "expression"
76
- }
77
- },
78
- {
79
- "name": ".$",
80
- "description": "",
81
- "value": {
82
- "kind": "expression"
83
- }
84
- },
85
57
  {
86
58
  "name": ".name",
87
59
  "description": "The name of the control, which is submitted with the form data.",
@@ -91,7 +63,7 @@
91
63
  },
92
64
  {
93
65
  "name": ".value",
94
- "description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha7/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha7/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
66
+ "description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha9/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha9/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
95
67
  "value": {
96
68
  "kind": "expression"
97
69
  }