@vaadin/custom-field 24.1.0-alpha3 → 24.1.0-alpha4
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 +18 -18
- package/web-types.json +47 -3
- package/web-types.lit.json +16 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/custom-field",
|
|
3
|
-
"version": "24.1.0-
|
|
3
|
+
"version": "24.1.0-alpha4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,31 +35,31 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@polymer/polymer": "^3.0.0",
|
|
38
|
-
"@vaadin/a11y-base": "24.1.0-
|
|
39
|
-
"@vaadin/component-base": "24.1.0-
|
|
40
|
-
"@vaadin/field-base": "24.1.0-
|
|
41
|
-
"@vaadin/vaadin-lumo-styles": "24.1.0-
|
|
42
|
-
"@vaadin/vaadin-material-styles": "24.1.0-
|
|
43
|
-
"@vaadin/vaadin-themable-mixin": "24.1.0-
|
|
38
|
+
"@vaadin/a11y-base": "24.1.0-alpha4",
|
|
39
|
+
"@vaadin/component-base": "24.1.0-alpha4",
|
|
40
|
+
"@vaadin/field-base": "24.1.0-alpha4",
|
|
41
|
+
"@vaadin/vaadin-lumo-styles": "24.1.0-alpha4",
|
|
42
|
+
"@vaadin/vaadin-material-styles": "24.1.0-alpha4",
|
|
43
|
+
"@vaadin/vaadin-themable-mixin": "24.1.0-alpha4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@esm-bundle/chai": "^4.3.4",
|
|
47
|
-
"@vaadin/combo-box": "24.1.0-
|
|
48
|
-
"@vaadin/date-picker": "24.1.0-
|
|
49
|
-
"@vaadin/email-field": "24.1.0-
|
|
50
|
-
"@vaadin/form-layout": "24.1.0-
|
|
51
|
-
"@vaadin/number-field": "24.1.0-
|
|
52
|
-
"@vaadin/password-field": "24.1.0-
|
|
53
|
-
"@vaadin/select": "24.1.0-
|
|
47
|
+
"@vaadin/combo-box": "24.1.0-alpha4",
|
|
48
|
+
"@vaadin/date-picker": "24.1.0-alpha4",
|
|
49
|
+
"@vaadin/email-field": "24.1.0-alpha4",
|
|
50
|
+
"@vaadin/form-layout": "24.1.0-alpha4",
|
|
51
|
+
"@vaadin/number-field": "24.1.0-alpha4",
|
|
52
|
+
"@vaadin/password-field": "24.1.0-alpha4",
|
|
53
|
+
"@vaadin/select": "24.1.0-alpha4",
|
|
54
54
|
"@vaadin/testing-helpers": "^0.4.0",
|
|
55
|
-
"@vaadin/text-area": "24.1.0-
|
|
56
|
-
"@vaadin/text-field": "24.1.0-
|
|
57
|
-
"@vaadin/time-picker": "24.1.0-
|
|
55
|
+
"@vaadin/text-area": "24.1.0-alpha4",
|
|
56
|
+
"@vaadin/text-field": "24.1.0-alpha4",
|
|
57
|
+
"@vaadin/time-picker": "24.1.0-alpha4",
|
|
58
58
|
"sinon": "^13.0.2"
|
|
59
59
|
},
|
|
60
60
|
"web-types": [
|
|
61
61
|
"web-types.json",
|
|
62
62
|
"web-types.lit.json"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "4494259f3b7532acb604a3048d5b29a4e14b9ca5"
|
|
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/custom-field",
|
|
4
|
-
"version": "24.1.0-
|
|
4
|
+
"version": "24.1.0-alpha4",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -65,6 +65,28 @@
|
|
|
65
65
|
]
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
+
{
|
|
69
|
+
"name": "accessible-name",
|
|
70
|
+
"description": "String used to label the component to screen reader users.",
|
|
71
|
+
"value": {
|
|
72
|
+
"type": [
|
|
73
|
+
"string",
|
|
74
|
+
"null",
|
|
75
|
+
"undefined"
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "accessible-name-ref",
|
|
81
|
+
"description": "Id of the element used as label of the component to screen reader users.",
|
|
82
|
+
"value": {
|
|
83
|
+
"type": [
|
|
84
|
+
"string",
|
|
85
|
+
"null",
|
|
86
|
+
"undefined"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
},
|
|
68
90
|
{
|
|
69
91
|
"name": "name",
|
|
70
92
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -78,7 +100,7 @@
|
|
|
78
100
|
},
|
|
79
101
|
{
|
|
80
102
|
"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.1.0-
|
|
103
|
+
"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.1.0-alpha4/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.1.0-alpha4/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
82
104
|
"value": {
|
|
83
105
|
"type": [
|
|
84
106
|
"string",
|
|
@@ -156,6 +178,28 @@
|
|
|
156
178
|
]
|
|
157
179
|
}
|
|
158
180
|
},
|
|
181
|
+
{
|
|
182
|
+
"name": "accessibleName",
|
|
183
|
+
"description": "String used to label the component to screen reader users.",
|
|
184
|
+
"value": {
|
|
185
|
+
"type": [
|
|
186
|
+
"string",
|
|
187
|
+
"null",
|
|
188
|
+
"undefined"
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "accessibleNameRef",
|
|
194
|
+
"description": "Id of the element used as label of the component to screen reader users.",
|
|
195
|
+
"value": {
|
|
196
|
+
"type": [
|
|
197
|
+
"string",
|
|
198
|
+
"null",
|
|
199
|
+
"undefined"
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
},
|
|
159
203
|
{
|
|
160
204
|
"name": "name",
|
|
161
205
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -169,7 +213,7 @@
|
|
|
169
213
|
},
|
|
170
214
|
{
|
|
171
215
|
"name": "value",
|
|
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.1.0-
|
|
216
|
+
"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.1.0-alpha4/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.1.0-alpha4/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
173
217
|
"value": {
|
|
174
218
|
"type": [
|
|
175
219
|
"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.1.0-
|
|
4
|
+
"version": "24.1.0-alpha4",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -54,6 +54,20 @@
|
|
|
54
54
|
"kind": "expression"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
+
{
|
|
58
|
+
"name": ".accessibleName",
|
|
59
|
+
"description": "String used to label the component to screen reader users.",
|
|
60
|
+
"value": {
|
|
61
|
+
"kind": "expression"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": ".accessibleNameRef",
|
|
66
|
+
"description": "Id of the element used as label of the component to screen reader users.",
|
|
67
|
+
"value": {
|
|
68
|
+
"kind": "expression"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
57
71
|
{
|
|
58
72
|
"name": ".name",
|
|
59
73
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -63,7 +77,7 @@
|
|
|
63
77
|
},
|
|
64
78
|
{
|
|
65
79
|
"name": ".value",
|
|
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.1.0-
|
|
80
|
+
"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.1.0-alpha4/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.1.0-alpha4/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
67
81
|
"value": {
|
|
68
82
|
"kind": "expression"
|
|
69
83
|
}
|