@vaadin/custom-field 25.1.0-alpha9 → 25.1.0-beta2
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/custom-elements.json +3 -1
- package/package.json +20 -20
- package/web-types.json +3 -3
- package/web-types.lit.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -110,7 +110,8 @@
|
|
|
110
110
|
"text": "!Array<!HTMLElement> | undefined"
|
|
111
111
|
},
|
|
112
112
|
"description": "Array of available input nodes",
|
|
113
|
-
"attribute": "inputs"
|
|
113
|
+
"attribute": "inputs",
|
|
114
|
+
"readonly": true
|
|
114
115
|
},
|
|
115
116
|
{
|
|
116
117
|
"kind": "field",
|
|
@@ -387,6 +388,7 @@
|
|
|
387
388
|
},
|
|
388
389
|
"description": "Array of available input nodes",
|
|
389
390
|
"attribute": "inputs",
|
|
391
|
+
"readonly": true,
|
|
390
392
|
"inheritedFrom": {
|
|
391
393
|
"name": "CustomFieldMixin",
|
|
392
394
|
"module": "src/vaadin-custom-field-mixin.js"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/custom-field",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-beta2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,28 +35,28 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
38
|
-
"@vaadin/a11y-base": "25.1.0-
|
|
39
|
-
"@vaadin/component-base": "25.1.0-
|
|
40
|
-
"@vaadin/field-base": "25.1.0-
|
|
41
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
38
|
+
"@vaadin/a11y-base": "25.1.0-beta2",
|
|
39
|
+
"@vaadin/component-base": "25.1.0-beta2",
|
|
40
|
+
"@vaadin/field-base": "25.1.0-beta2",
|
|
41
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
|
|
42
42
|
"lit": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@vaadin/aura": "25.1.0-
|
|
46
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
47
|
-
"@vaadin/combo-box": "25.1.0-
|
|
48
|
-
"@vaadin/date-picker": "25.1.0-
|
|
49
|
-
"@vaadin/email-field": "25.1.0-
|
|
50
|
-
"@vaadin/form-layout": "25.1.0-
|
|
51
|
-
"@vaadin/number-field": "25.1.0-
|
|
52
|
-
"@vaadin/password-field": "25.1.0-
|
|
53
|
-
"@vaadin/select": "25.1.0-
|
|
54
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
45
|
+
"@vaadin/aura": "25.1.0-beta2",
|
|
46
|
+
"@vaadin/chai-plugins": "25.1.0-beta2",
|
|
47
|
+
"@vaadin/combo-box": "25.1.0-beta2",
|
|
48
|
+
"@vaadin/date-picker": "25.1.0-beta2",
|
|
49
|
+
"@vaadin/email-field": "25.1.0-beta2",
|
|
50
|
+
"@vaadin/form-layout": "25.1.0-beta2",
|
|
51
|
+
"@vaadin/number-field": "25.1.0-beta2",
|
|
52
|
+
"@vaadin/password-field": "25.1.0-beta2",
|
|
53
|
+
"@vaadin/select": "25.1.0-beta2",
|
|
54
|
+
"@vaadin/test-runner-commands": "25.1.0-beta2",
|
|
55
55
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
56
|
-
"@vaadin/text-area": "25.1.0-
|
|
57
|
-
"@vaadin/text-field": "25.1.0-
|
|
58
|
-
"@vaadin/time-picker": "25.1.0-
|
|
59
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
56
|
+
"@vaadin/text-area": "25.1.0-beta2",
|
|
57
|
+
"@vaadin/text-field": "25.1.0-beta2",
|
|
58
|
+
"@vaadin/time-picker": "25.1.0-beta2",
|
|
59
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
|
|
60
60
|
"sinon": "^21.0.0"
|
|
61
61
|
},
|
|
62
62
|
"customElements": "custom-elements.json",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"web-types.json",
|
|
65
65
|
"web-types.lit.json"
|
|
66
66
|
],
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
|
|
68
68
|
}
|
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": "25.1.0-
|
|
4
|
+
"version": "25.1.0-beta2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
"name": "value",
|
|
125
|
-
"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/25.1.0-
|
|
125
|
+
"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/25.1.0-beta2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.1.0-beta2/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
126
126
|
"value": {
|
|
127
127
|
"type": [
|
|
128
128
|
"string",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"name": "value",
|
|
258
|
-
"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/25.1.0-
|
|
258
|
+
"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/25.1.0-beta2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.1.0-beta2/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
259
259
|
"value": {
|
|
260
260
|
"type": [
|
|
261
261
|
"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": "25.1.0-
|
|
4
|
+
"version": "25.1.0-beta2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"name": ".value",
|
|
101
|
-
"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/25.1.0-
|
|
101
|
+
"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/25.1.0-beta2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.1.0-beta2/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
|
|
102
102
|
"value": {
|
|
103
103
|
"kind": "expression"
|
|
104
104
|
}
|