@vaadin/custom-field 24.0.0-alpha7 → 24.0.0-alpha8
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 +17 -17
- package/src/vaadin-custom-field.d.ts +1 -1
- package/src/vaadin-custom-field.js +1 -1
- package/theme/lumo/vaadin-custom-field-styles.js +1 -1
- package/theme/lumo/vaadin-custom-field.js +1 -1
- package/theme/material/vaadin-custom-field-styles.js +1 -1
- package/theme/material/vaadin-custom-field.js +1 -1
- package/web-types.json +3 -41
- package/web-types.lit.json +2 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/custom-field",
|
|
3
|
-
"version": "24.0.0-
|
|
3
|
+
"version": "24.0.0-alpha8",
|
|
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-
|
|
39
|
-
"@vaadin/field-base": "24.0.0-
|
|
40
|
-
"@vaadin/vaadin-lumo-styles": "24.0.0-
|
|
41
|
-
"@vaadin/vaadin-material-styles": "24.0.0-
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "24.0.0-
|
|
38
|
+
"@vaadin/component-base": "24.0.0-alpha8",
|
|
39
|
+
"@vaadin/field-base": "24.0.0-alpha8",
|
|
40
|
+
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha8",
|
|
41
|
+
"@vaadin/vaadin-material-styles": "24.0.0-alpha8",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha8"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@esm-bundle/chai": "^4.3.4",
|
|
46
|
-
"@vaadin/combo-box": "24.0.0-
|
|
47
|
-
"@vaadin/date-picker": "24.0.0-
|
|
48
|
-
"@vaadin/email-field": "24.0.0-
|
|
49
|
-
"@vaadin/form-layout": "24.0.0-
|
|
50
|
-
"@vaadin/number-field": "24.0.0-
|
|
51
|
-
"@vaadin/password-field": "24.0.0-
|
|
52
|
-
"@vaadin/select": "24.0.0-
|
|
46
|
+
"@vaadin/combo-box": "24.0.0-alpha8",
|
|
47
|
+
"@vaadin/date-picker": "24.0.0-alpha8",
|
|
48
|
+
"@vaadin/email-field": "24.0.0-alpha8",
|
|
49
|
+
"@vaadin/form-layout": "24.0.0-alpha8",
|
|
50
|
+
"@vaadin/number-field": "24.0.0-alpha8",
|
|
51
|
+
"@vaadin/password-field": "24.0.0-alpha8",
|
|
52
|
+
"@vaadin/select": "24.0.0-alpha8",
|
|
53
53
|
"@vaadin/testing-helpers": "^0.3.2",
|
|
54
|
-
"@vaadin/text-area": "24.0.0-
|
|
55
|
-
"@vaadin/text-field": "24.0.0-
|
|
56
|
-
"@vaadin/time-picker": "24.0.0-
|
|
54
|
+
"@vaadin/text-area": "24.0.0-alpha8",
|
|
55
|
+
"@vaadin/text-field": "24.0.0-alpha8",
|
|
56
|
+
"@vaadin/time-picker": "24.0.0-alpha8",
|
|
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": "
|
|
63
|
+
"gitHead": "476752249bb12295c500980d98a3256ad3b22b73"
|
|
64
64
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2019 -
|
|
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 -
|
|
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';
|
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-
|
|
4
|
+
"version": "24.0.0-alpha8",
|
|
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-
|
|
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-alpha8/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha8/#/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-
|
|
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-alpha8/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha8/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
211
173
|
"value": {
|
|
212
174
|
"type": [
|
|
213
175
|
"string",
|
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/custom-field",
|
|
4
|
-
"version": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha8",
|
|
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-
|
|
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-alpha8/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.0-alpha8/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
95
67
|
"value": {
|
|
96
68
|
"kind": "expression"
|
|
97
69
|
}
|