@vaadin/checkbox-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 +8 -8
- package/web-types.json +39 -1
- package/web-types.lit.json +29 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/checkbox-group",
|
|
3
|
-
"version": "24.0.0-
|
|
3
|
+
"version": "24.0.0-alpha7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@polymer/polymer": "^3.0.0",
|
|
39
|
-
"@vaadin/checkbox": "24.0.0-
|
|
40
|
-
"@vaadin/component-base": "24.0.0-
|
|
41
|
-
"@vaadin/field-base": "24.0.0-
|
|
42
|
-
"@vaadin/vaadin-lumo-styles": "24.0.0-
|
|
43
|
-
"@vaadin/vaadin-material-styles": "24.0.0-
|
|
44
|
-
"@vaadin/vaadin-themable-mixin": "24.0.0-
|
|
39
|
+
"@vaadin/checkbox": "24.0.0-alpha7",
|
|
40
|
+
"@vaadin/component-base": "24.0.0-alpha7",
|
|
41
|
+
"@vaadin/field-base": "24.0.0-alpha7",
|
|
42
|
+
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
|
|
43
|
+
"@vaadin/vaadin-material-styles": "24.0.0-alpha7",
|
|
44
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"web-types.json",
|
|
53
53
|
"web-types.lit.json"
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
|
|
56
56
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/checkbox-group",
|
|
4
|
-
"version": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -101,6 +101,44 @@
|
|
|
101
101
|
]
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
|
+
{
|
|
105
|
+
"name": "rootPath",
|
|
106
|
+
"description": "",
|
|
107
|
+
"value": {
|
|
108
|
+
"type": [
|
|
109
|
+
"string"
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "importPath",
|
|
115
|
+
"description": "",
|
|
116
|
+
"value": {
|
|
117
|
+
"type": [
|
|
118
|
+
"string"
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "root",
|
|
124
|
+
"description": "",
|
|
125
|
+
"value": {
|
|
126
|
+
"type": [
|
|
127
|
+
"StampedTemplate",
|
|
128
|
+
"HTMLElement",
|
|
129
|
+
"ShadowRoot"
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "$",
|
|
135
|
+
"description": "",
|
|
136
|
+
"value": {
|
|
137
|
+
"type": [
|
|
138
|
+
"Object.<string, Element>"
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
},
|
|
104
142
|
{
|
|
105
143
|
"name": "label",
|
|
106
144
|
"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/checkbox-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": {
|
|
@@ -40,6 +40,34 @@
|
|
|
40
40
|
"kind": "expression"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"name": ".rootPath",
|
|
45
|
+
"description": "",
|
|
46
|
+
"value": {
|
|
47
|
+
"kind": "expression"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": ".importPath",
|
|
52
|
+
"description": "",
|
|
53
|
+
"value": {
|
|
54
|
+
"kind": "expression"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": ".root",
|
|
59
|
+
"description": "",
|
|
60
|
+
"value": {
|
|
61
|
+
"kind": "expression"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": ".$",
|
|
66
|
+
"description": "",
|
|
67
|
+
"value": {
|
|
68
|
+
"kind": "expression"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
43
71
|
{
|
|
44
72
|
"name": ".label",
|
|
45
73
|
"description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
|