@vaadin/radio-group 25.3.0-alpha6 → 25.3.0-alpha8
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 +72 -58
- package/package.json +10 -10
- package/src/vaadin-radio-button.js +1 -0
- package/src/vaadin-radio-group.js +1 -0
- package/web-types.json +3 -7
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -353,34 +353,6 @@
|
|
|
353
353
|
"name": "checked-changed"
|
|
354
354
|
}
|
|
355
355
|
],
|
|
356
|
-
"mixins": [
|
|
357
|
-
{
|
|
358
|
-
"name": "RadioButtonMixin",
|
|
359
|
-
"module": "src/vaadin-radio-button-mixin.js"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "ElementMixin",
|
|
363
|
-
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"name": "ThemableMixin",
|
|
367
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"name": "PolylitMixin",
|
|
371
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"name": "LumoInjectionMixin",
|
|
375
|
-
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
376
|
-
}
|
|
377
|
-
],
|
|
378
|
-
"superclass": {
|
|
379
|
-
"name": "LitElement",
|
|
380
|
-
"package": "lit"
|
|
381
|
-
},
|
|
382
|
-
"tagName": "vaadin-radio-button",
|
|
383
|
-
"customElement": true,
|
|
384
356
|
"attributes": [
|
|
385
357
|
{
|
|
386
358
|
"name": "autofocus",
|
|
@@ -442,6 +414,13 @@
|
|
|
442
414
|
"module": "src/vaadin-radio-button-mixin.js"
|
|
443
415
|
}
|
|
444
416
|
},
|
|
417
|
+
{
|
|
418
|
+
"type": {
|
|
419
|
+
"text": "string"
|
|
420
|
+
},
|
|
421
|
+
"description": "The theme variants to apply to the component.",
|
|
422
|
+
"name": "theme"
|
|
423
|
+
},
|
|
445
424
|
{
|
|
446
425
|
"name": "value",
|
|
447
426
|
"type": {
|
|
@@ -454,7 +433,35 @@
|
|
|
454
433
|
"package": "@vaadin/field-base/src/input-mixin.js"
|
|
455
434
|
}
|
|
456
435
|
}
|
|
457
|
-
]
|
|
436
|
+
],
|
|
437
|
+
"mixins": [
|
|
438
|
+
{
|
|
439
|
+
"name": "RadioButtonMixin",
|
|
440
|
+
"module": "src/vaadin-radio-button-mixin.js"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "ElementMixin",
|
|
444
|
+
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "ThemableMixin",
|
|
448
|
+
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "PolylitMixin",
|
|
452
|
+
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "LumoInjectionMixin",
|
|
456
|
+
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"superclass": {
|
|
460
|
+
"name": "LitElement",
|
|
461
|
+
"package": "lit"
|
|
462
|
+
},
|
|
463
|
+
"tagName": "vaadin-radio-button",
|
|
464
|
+
"customElement": true
|
|
458
465
|
}
|
|
459
466
|
],
|
|
460
467
|
"exports": [
|
|
@@ -1073,34 +1080,6 @@
|
|
|
1073
1080
|
"name": "value-changed"
|
|
1074
1081
|
}
|
|
1075
1082
|
],
|
|
1076
|
-
"mixins": [
|
|
1077
|
-
{
|
|
1078
|
-
"name": "RadioGroupMixin",
|
|
1079
|
-
"module": "src/vaadin-radio-group-mixin.js"
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"name": "ElementMixin",
|
|
1083
|
-
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"name": "ThemableMixin",
|
|
1087
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"name": "PolylitMixin",
|
|
1091
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"name": "LumoInjectionMixin",
|
|
1095
|
-
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
1096
|
-
}
|
|
1097
|
-
],
|
|
1098
|
-
"superclass": {
|
|
1099
|
-
"name": "LitElement",
|
|
1100
|
-
"package": "lit"
|
|
1101
|
-
},
|
|
1102
|
-
"tagName": "vaadin-radio-group",
|
|
1103
|
-
"customElement": true,
|
|
1104
1083
|
"attributes": [
|
|
1105
1084
|
{
|
|
1106
1085
|
"name": "accessible-name",
|
|
@@ -1234,6 +1213,13 @@
|
|
|
1234
1213
|
"package": "@vaadin/field-base/src/validate-mixin.js"
|
|
1235
1214
|
}
|
|
1236
1215
|
},
|
|
1216
|
+
{
|
|
1217
|
+
"type": {
|
|
1218
|
+
"text": "string"
|
|
1219
|
+
},
|
|
1220
|
+
"description": "The theme variants to apply to the component.",
|
|
1221
|
+
"name": "theme"
|
|
1222
|
+
},
|
|
1237
1223
|
{
|
|
1238
1224
|
"name": "value",
|
|
1239
1225
|
"type": {
|
|
@@ -1246,7 +1232,35 @@
|
|
|
1246
1232
|
"module": "src/vaadin-radio-group-mixin.js"
|
|
1247
1233
|
}
|
|
1248
1234
|
}
|
|
1249
|
-
]
|
|
1235
|
+
],
|
|
1236
|
+
"mixins": [
|
|
1237
|
+
{
|
|
1238
|
+
"name": "RadioGroupMixin",
|
|
1239
|
+
"module": "src/vaadin-radio-group-mixin.js"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "ElementMixin",
|
|
1243
|
+
"package": "@vaadin/component-base/src/element-mixin.js"
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"name": "ThemableMixin",
|
|
1247
|
+
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "PolylitMixin",
|
|
1251
|
+
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "LumoInjectionMixin",
|
|
1255
|
+
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"superclass": {
|
|
1259
|
+
"name": "LitElement",
|
|
1260
|
+
"package": "lit"
|
|
1261
|
+
},
|
|
1262
|
+
"tagName": "vaadin-radio-group",
|
|
1263
|
+
"customElement": true
|
|
1250
1264
|
}
|
|
1251
1265
|
],
|
|
1252
1266
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/radio-group",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-alpha8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
40
|
-
"@vaadin/a11y-base": "25.3.0-
|
|
41
|
-
"@vaadin/component-base": "25.3.0-
|
|
42
|
-
"@vaadin/field-base": "25.3.0-
|
|
43
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
40
|
+
"@vaadin/a11y-base": "25.3.0-alpha8",
|
|
41
|
+
"@vaadin/component-base": "25.3.0-alpha8",
|
|
42
|
+
"@vaadin/field-base": "25.3.0-alpha8",
|
|
43
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
|
|
44
44
|
"lit": "^3.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@vaadin/aura": "25.3.0-
|
|
48
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
49
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
47
|
+
"@vaadin/aura": "25.3.0-alpha8",
|
|
48
|
+
"@vaadin/chai-plugins": "25.3.0-alpha8",
|
|
49
|
+
"@vaadin/test-runner-commands": "25.3.0-alpha8",
|
|
50
50
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
51
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
51
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
|
|
52
52
|
"sinon": "^22.0.0"
|
|
53
53
|
},
|
|
54
54
|
"customElements": "custom-elements.json",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"web-types.json",
|
|
57
57
|
"web-types.lit.json"
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
|
|
60
60
|
}
|
|
@@ -63,6 +63,7 @@ import { RadioButtonMixin } from './vaadin-radio-button-mixin.js';
|
|
|
63
63
|
*
|
|
64
64
|
* @fires {CustomEvent} checked-changed - Fired when the `checked` property changes.
|
|
65
65
|
*
|
|
66
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
66
67
|
* @customElement vaadin-radio-button
|
|
67
68
|
* @extends HTMLElement
|
|
68
69
|
*/
|
|
@@ -75,6 +75,7 @@ import { RadioGroupMixin } from './vaadin-radio-group-mixin.js';
|
|
|
75
75
|
* @fires {CustomEvent} value-changed - Fired when the `value` property changes.
|
|
76
76
|
* @fires {CustomEvent} validated - Fired whenever the field is validated.
|
|
77
77
|
*
|
|
78
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
78
79
|
* @customElement vaadin-radio-group
|
|
79
80
|
* @extends HTMLElement
|
|
80
81
|
*/
|
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": "25.3.0-
|
|
4
|
+
"version": "25.3.0-alpha8",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -60,9 +60,7 @@
|
|
|
60
60
|
"description": "The theme variants to apply to the component.",
|
|
61
61
|
"value": {
|
|
62
62
|
"type": [
|
|
63
|
-
"string"
|
|
64
|
-
"null",
|
|
65
|
-
"undefined"
|
|
63
|
+
"string"
|
|
66
64
|
]
|
|
67
65
|
}
|
|
68
66
|
},
|
|
@@ -249,9 +247,7 @@
|
|
|
249
247
|
"description": "The theme variants to apply to the component.",
|
|
250
248
|
"value": {
|
|
251
249
|
"type": [
|
|
252
|
-
"string"
|
|
253
|
-
"null",
|
|
254
|
-
"undefined"
|
|
250
|
+
"string"
|
|
255
251
|
]
|
|
256
252
|
}
|
|
257
253
|
},
|
package/web-types.lit.json
CHANGED