@vaadin/radio-group 23.2.0 → 23.2.2
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 +7 -7
- package/web-types.json +15 -2
- package/web-types.lit.json +22 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/radio-group",
|
|
3
|
-
"version": "23.2.
|
|
3
|
+
"version": "23.2.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@polymer/polymer": "^3.0.0",
|
|
41
|
-
"@vaadin/component-base": "
|
|
42
|
-
"@vaadin/field-base": "
|
|
43
|
-
"@vaadin/vaadin-lumo-styles": "
|
|
44
|
-
"@vaadin/vaadin-material-styles": "
|
|
45
|
-
"@vaadin/vaadin-themable-mixin": "
|
|
41
|
+
"@vaadin/component-base": "~23.2.2",
|
|
42
|
+
"@vaadin/field-base": "~23.2.2",
|
|
43
|
+
"@vaadin/vaadin-lumo-styles": "~23.2.2",
|
|
44
|
+
"@vaadin/vaadin-material-styles": "~23.2.2",
|
|
45
|
+
"@vaadin/vaadin-themable-mixin": "~23.2.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"web-types.json",
|
|
54
54
|
"web-types.lit.json"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "a98818979098f4542ce557a58858fb6dad910a25"
|
|
57
57
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/radio-group",
|
|
4
|
-
"version": "23.2.
|
|
4
|
+
"version": "23.2.2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -127,7 +127,16 @@
|
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
],
|
|
130
|
-
"events": [
|
|
130
|
+
"events": [
|
|
131
|
+
{
|
|
132
|
+
"name": "value-changed",
|
|
133
|
+
"description": "Fired when the `value` property changes."
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "checked-changed",
|
|
137
|
+
"description": "Fired when the `checked` property changes."
|
|
138
|
+
}
|
|
139
|
+
]
|
|
131
140
|
}
|
|
132
141
|
},
|
|
133
142
|
{
|
|
@@ -325,6 +334,10 @@
|
|
|
325
334
|
{
|
|
326
335
|
"name": "value-changed",
|
|
327
336
|
"description": "Fired when the `value` property changes."
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "invalid-changed",
|
|
340
|
+
"description": "Fired when the `invalid` property changes."
|
|
328
341
|
}
|
|
329
342
|
]
|
|
330
343
|
}
|
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/radio-group",
|
|
4
|
-
"version": "23.2.
|
|
4
|
+
"version": "23.2.2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -53,6 +53,20 @@
|
|
|
53
53
|
"value": {
|
|
54
54
|
"kind": "expression"
|
|
55
55
|
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "@value-changed",
|
|
59
|
+
"description": "Fired when the `value` property changes.",
|
|
60
|
+
"value": {
|
|
61
|
+
"kind": "expression"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "@checked-changed",
|
|
66
|
+
"description": "Fired when the `checked` property changes.",
|
|
67
|
+
"value": {
|
|
68
|
+
"kind": "expression"
|
|
69
|
+
}
|
|
56
70
|
}
|
|
57
71
|
]
|
|
58
72
|
},
|
|
@@ -130,6 +144,13 @@
|
|
|
130
144
|
"value": {
|
|
131
145
|
"kind": "expression"
|
|
132
146
|
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "@invalid-changed",
|
|
150
|
+
"description": "Fired when the `invalid` property changes.",
|
|
151
|
+
"value": {
|
|
152
|
+
"kind": "expression"
|
|
153
|
+
}
|
|
133
154
|
}
|
|
134
155
|
]
|
|
135
156
|
}
|