@vaadin/radio-group 24.0.0-alpha6 → 24.0.0-alpha7
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 +77 -1
- package/web-types.lit.json +57 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/radio-group",
|
|
3
|
-
"version": "24.0.0-
|
|
3
|
+
"version": "24.0.0-alpha7",
|
|
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": "24.0.0-
|
|
42
|
-
"@vaadin/field-base": "24.0.0-
|
|
43
|
-
"@vaadin/vaadin-lumo-styles": "24.0.0-
|
|
44
|
-
"@vaadin/vaadin-material-styles": "24.0.0-
|
|
45
|
-
"@vaadin/vaadin-themable-mixin": "24.0.0-
|
|
41
|
+
"@vaadin/component-base": "24.0.0-alpha7",
|
|
42
|
+
"@vaadin/field-base": "24.0.0-alpha7",
|
|
43
|
+
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
|
|
44
|
+
"@vaadin/vaadin-material-styles": "24.0.0-alpha7",
|
|
45
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
|
|
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": "aeb4535336813636736759e0a5de148b26bfc3b6"
|
|
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": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -75,6 +75,44 @@
|
|
|
75
75
|
],
|
|
76
76
|
"js": {
|
|
77
77
|
"properties": [
|
|
78
|
+
{
|
|
79
|
+
"name": "rootPath",
|
|
80
|
+
"description": "",
|
|
81
|
+
"value": {
|
|
82
|
+
"type": [
|
|
83
|
+
"string"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "importPath",
|
|
89
|
+
"description": "",
|
|
90
|
+
"value": {
|
|
91
|
+
"type": [
|
|
92
|
+
"string"
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "root",
|
|
98
|
+
"description": "",
|
|
99
|
+
"value": {
|
|
100
|
+
"type": [
|
|
101
|
+
"StampedTemplate",
|
|
102
|
+
"HTMLElement",
|
|
103
|
+
"ShadowRoot"
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "$",
|
|
109
|
+
"description": "",
|
|
110
|
+
"value": {
|
|
111
|
+
"type": [
|
|
112
|
+
"Object.<string, Element>"
|
|
113
|
+
]
|
|
114
|
+
}
|
|
115
|
+
},
|
|
78
116
|
{
|
|
79
117
|
"name": "disabled",
|
|
80
118
|
"description": "If true, the user cannot interact with this element.",
|
|
@@ -252,6 +290,44 @@
|
|
|
252
290
|
]
|
|
253
291
|
}
|
|
254
292
|
},
|
|
293
|
+
{
|
|
294
|
+
"name": "rootPath",
|
|
295
|
+
"description": "",
|
|
296
|
+
"value": {
|
|
297
|
+
"type": [
|
|
298
|
+
"string"
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "importPath",
|
|
304
|
+
"description": "",
|
|
305
|
+
"value": {
|
|
306
|
+
"type": [
|
|
307
|
+
"string"
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "root",
|
|
313
|
+
"description": "",
|
|
314
|
+
"value": {
|
|
315
|
+
"type": [
|
|
316
|
+
"StampedTemplate",
|
|
317
|
+
"HTMLElement",
|
|
318
|
+
"ShadowRoot"
|
|
319
|
+
]
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "$",
|
|
324
|
+
"description": "",
|
|
325
|
+
"value": {
|
|
326
|
+
"type": [
|
|
327
|
+
"Object.<string, Element>"
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
},
|
|
255
331
|
{
|
|
256
332
|
"name": "label",
|
|
257
333
|
"description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
|
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": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -33,6 +33,34 @@
|
|
|
33
33
|
"kind": "expression"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
+
{
|
|
37
|
+
"name": ".rootPath",
|
|
38
|
+
"description": "",
|
|
39
|
+
"value": {
|
|
40
|
+
"kind": "expression"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": ".importPath",
|
|
45
|
+
"description": "",
|
|
46
|
+
"value": {
|
|
47
|
+
"kind": "expression"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": ".root",
|
|
52
|
+
"description": "",
|
|
53
|
+
"value": {
|
|
54
|
+
"kind": "expression"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": ".$",
|
|
59
|
+
"description": "",
|
|
60
|
+
"value": {
|
|
61
|
+
"kind": "expression"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
36
64
|
{
|
|
37
65
|
"name": ".value",
|
|
38
66
|
"description": "The value of the field.",
|
|
@@ -103,6 +131,34 @@
|
|
|
103
131
|
"kind": "expression"
|
|
104
132
|
}
|
|
105
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"name": ".rootPath",
|
|
136
|
+
"description": "",
|
|
137
|
+
"value": {
|
|
138
|
+
"kind": "expression"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": ".importPath",
|
|
143
|
+
"description": "",
|
|
144
|
+
"value": {
|
|
145
|
+
"kind": "expression"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": ".root",
|
|
150
|
+
"description": "",
|
|
151
|
+
"value": {
|
|
152
|
+
"kind": "expression"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": ".$",
|
|
157
|
+
"description": "",
|
|
158
|
+
"value": {
|
|
159
|
+
"kind": "expression"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
106
162
|
{
|
|
107
163
|
"name": ".label",
|
|
108
164
|
"description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
|