@vaadin/custom-field 24.0.0-alpha5 → 24.0.0-alpha7
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/web-types.json +41 -3
- package/web-types.lit.json +30 -2
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-alpha7",
|
|
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-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"
|
|
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-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",
|
|
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-alpha7",
|
|
55
|
+
"@vaadin/text-field": "24.0.0-alpha7",
|
|
56
|
+
"@vaadin/time-picker": "24.0.0-alpha7",
|
|
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": "aeb4535336813636736759e0a5de148b26bfc3b6"
|
|
64
64
|
}
|
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-alpha7",
|
|
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-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.",
|
|
82
82
|
"value": {
|
|
83
83
|
"type": [
|
|
84
84
|
"string",
|
|
@@ -156,6 +156,44 @@
|
|
|
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
|
+
},
|
|
159
197
|
{
|
|
160
198
|
"name": "name",
|
|
161
199
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -169,7 +207,7 @@
|
|
|
169
207
|
},
|
|
170
208
|
{
|
|
171
209
|
"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.0.0-
|
|
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.",
|
|
173
211
|
"value": {
|
|
174
212
|
"type": [
|
|
175
213
|
"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-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -54,6 +54,34 @@
|
|
|
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
|
+
},
|
|
57
85
|
{
|
|
58
86
|
"name": ".name",
|
|
59
87
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -63,7 +91,7 @@
|
|
|
63
91
|
},
|
|
64
92
|
{
|
|
65
93
|
"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.0.0-
|
|
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.",
|
|
67
95
|
"value": {
|
|
68
96
|
"kind": "expression"
|
|
69
97
|
}
|