@vaadin/custom-field 24.5.9 → 24.5.11
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 +20 -20
- 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.5.
|
|
3
|
+
"version": "24.5.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -38,33 +38,33 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
40
40
|
"@polymer/polymer": "^3.0.0",
|
|
41
|
-
"@vaadin/a11y-base": "~24.5.
|
|
42
|
-
"@vaadin/component-base": "~24.5.
|
|
43
|
-
"@vaadin/field-base": "~24.5.
|
|
44
|
-
"@vaadin/vaadin-lumo-styles": "~24.5.
|
|
45
|
-
"@vaadin/vaadin-material-styles": "~24.5.
|
|
46
|
-
"@vaadin/vaadin-themable-mixin": "~24.5.
|
|
41
|
+
"@vaadin/a11y-base": "~24.5.11",
|
|
42
|
+
"@vaadin/component-base": "~24.5.11",
|
|
43
|
+
"@vaadin/field-base": "~24.5.11",
|
|
44
|
+
"@vaadin/vaadin-lumo-styles": "~24.5.11",
|
|
45
|
+
"@vaadin/vaadin-material-styles": "~24.5.11",
|
|
46
|
+
"@vaadin/vaadin-themable-mixin": "~24.5.11",
|
|
47
47
|
"lit": "^3.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@vaadin/chai-plugins": "~24.5.
|
|
51
|
-
"@vaadin/combo-box": "~24.5.
|
|
52
|
-
"@vaadin/date-picker": "~24.5.
|
|
53
|
-
"@vaadin/email-field": "~24.5.
|
|
54
|
-
"@vaadin/form-layout": "~24.5.
|
|
55
|
-
"@vaadin/number-field": "~24.5.
|
|
56
|
-
"@vaadin/password-field": "~24.5.
|
|
57
|
-
"@vaadin/select": "~24.5.
|
|
58
|
-
"@vaadin/test-runner-commands": "~24.5.
|
|
50
|
+
"@vaadin/chai-plugins": "~24.5.11",
|
|
51
|
+
"@vaadin/combo-box": "~24.5.11",
|
|
52
|
+
"@vaadin/date-picker": "~24.5.11",
|
|
53
|
+
"@vaadin/email-field": "~24.5.11",
|
|
54
|
+
"@vaadin/form-layout": "~24.5.11",
|
|
55
|
+
"@vaadin/number-field": "~24.5.11",
|
|
56
|
+
"@vaadin/password-field": "~24.5.11",
|
|
57
|
+
"@vaadin/select": "~24.5.11",
|
|
58
|
+
"@vaadin/test-runner-commands": "~24.5.11",
|
|
59
59
|
"@vaadin/testing-helpers": "^1.1.0",
|
|
60
|
-
"@vaadin/text-area": "~24.5.
|
|
61
|
-
"@vaadin/text-field": "~24.5.
|
|
62
|
-
"@vaadin/time-picker": "~24.5.
|
|
60
|
+
"@vaadin/text-area": "~24.5.11",
|
|
61
|
+
"@vaadin/text-field": "~24.5.11",
|
|
62
|
+
"@vaadin/time-picker": "~24.5.11",
|
|
63
63
|
"sinon": "^18.0.0"
|
|
64
64
|
},
|
|
65
65
|
"web-types": [
|
|
66
66
|
"web-types.json",
|
|
67
67
|
"web-types.lit.json"
|
|
68
68
|
],
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "545f510805f462682bd0912ec72687a86a6f268a"
|
|
70
70
|
}
|
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.5.
|
|
4
|
+
"version": "24.5.11",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"name": "value",
|
|
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.5.
|
|
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.5.11/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.11/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
104
104
|
"value": {
|
|
105
105
|
"type": [
|
|
106
106
|
"string",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"name": "value",
|
|
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.5.
|
|
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.5.11/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.11/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
217
217
|
"value": {
|
|
218
218
|
"type": [
|
|
219
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.5.
|
|
4
|
+
"version": "24.5.11",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"name": ".value",
|
|
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.5.
|
|
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.5.11/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.11/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
81
81
|
"value": {
|
|
82
82
|
"kind": "expression"
|
|
83
83
|
}
|