@vaadin/custom-field 24.0.6 → 24.0.8
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 +3 -3
- package/web-types.lit.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/custom-field",
|
|
3
|
-
"version": "24.0.
|
|
3
|
+
"version": "24.0.8",
|
|
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.
|
|
39
|
-
"@vaadin/field-base": "~24.0.
|
|
40
|
-
"@vaadin/vaadin-lumo-styles": "~24.0.
|
|
41
|
-
"@vaadin/vaadin-material-styles": "~24.0.
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "~24.0.
|
|
38
|
+
"@vaadin/component-base": "~24.0.8",
|
|
39
|
+
"@vaadin/field-base": "~24.0.8",
|
|
40
|
+
"@vaadin/vaadin-lumo-styles": "~24.0.8",
|
|
41
|
+
"@vaadin/vaadin-material-styles": "~24.0.8",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "~24.0.8"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@esm-bundle/chai": "^4.3.4",
|
|
46
|
-
"@vaadin/combo-box": "~24.0.
|
|
47
|
-
"@vaadin/date-picker": "~24.0.
|
|
48
|
-
"@vaadin/email-field": "~24.0.
|
|
49
|
-
"@vaadin/form-layout": "~24.0.
|
|
50
|
-
"@vaadin/number-field": "~24.0.
|
|
51
|
-
"@vaadin/password-field": "~24.0.
|
|
52
|
-
"@vaadin/select": "~24.0.
|
|
46
|
+
"@vaadin/combo-box": "~24.0.8",
|
|
47
|
+
"@vaadin/date-picker": "~24.0.8",
|
|
48
|
+
"@vaadin/email-field": "~24.0.8",
|
|
49
|
+
"@vaadin/form-layout": "~24.0.8",
|
|
50
|
+
"@vaadin/number-field": "~24.0.8",
|
|
51
|
+
"@vaadin/password-field": "~24.0.8",
|
|
52
|
+
"@vaadin/select": "~24.0.8",
|
|
53
53
|
"@vaadin/testing-helpers": "^0.4.0",
|
|
54
|
-
"@vaadin/text-area": "~24.0.
|
|
55
|
-
"@vaadin/text-field": "~24.0.
|
|
56
|
-
"@vaadin/time-picker": "~24.0.
|
|
54
|
+
"@vaadin/text-area": "~24.0.8",
|
|
55
|
+
"@vaadin/text-field": "~24.0.8",
|
|
56
|
+
"@vaadin/time-picker": "~24.0.8",
|
|
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": "c3177ddc192a4006c459bd8cfc4f9c9c89866345"
|
|
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.
|
|
4
|
+
"version": "24.0.8",
|
|
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.
|
|
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.8/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.8/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
82
82
|
"value": {
|
|
83
83
|
"type": [
|
|
84
84
|
"string",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"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.
|
|
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.8/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.8/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
173
173
|
"value": {
|
|
174
174
|
"type": [
|
|
175
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.
|
|
4
|
+
"version": "24.0.8",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"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.
|
|
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.8/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.0.8/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
67
67
|
"value": {
|
|
68
68
|
"kind": "expression"
|
|
69
69
|
}
|