@vaadin/checkbox 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 +39 -1
- package/web-types.lit.json +29 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/checkbox",
|
|
3
|
-
"version": "24.0.0-
|
|
3
|
+
"version": "24.0.0-alpha7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@polymer/polymer": "^3.0.0",
|
|
39
|
-
"@vaadin/component-base": "24.0.0-
|
|
40
|
-
"@vaadin/field-base": "24.0.0-
|
|
41
|
-
"@vaadin/vaadin-lumo-styles": "24.0.0-
|
|
42
|
-
"@vaadin/vaadin-material-styles": "24.0.0-
|
|
43
|
-
"@vaadin/vaadin-themable-mixin": "24.0.0-
|
|
39
|
+
"@vaadin/component-base": "24.0.0-alpha7",
|
|
40
|
+
"@vaadin/field-base": "24.0.0-alpha7",
|
|
41
|
+
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
|
|
42
|
+
"@vaadin/vaadin-material-styles": "24.0.0-alpha7",
|
|
43
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"web-types.json",
|
|
52
52
|
"web-types.lit.json"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
|
|
55
55
|
}
|
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",
|
|
4
|
-
"version": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -95,6 +95,44 @@
|
|
|
95
95
|
],
|
|
96
96
|
"js": {
|
|
97
97
|
"properties": [
|
|
98
|
+
{
|
|
99
|
+
"name": "rootPath",
|
|
100
|
+
"description": "",
|
|
101
|
+
"value": {
|
|
102
|
+
"type": [
|
|
103
|
+
"string"
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "importPath",
|
|
109
|
+
"description": "",
|
|
110
|
+
"value": {
|
|
111
|
+
"type": [
|
|
112
|
+
"string"
|
|
113
|
+
]
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "root",
|
|
118
|
+
"description": "",
|
|
119
|
+
"value": {
|
|
120
|
+
"type": [
|
|
121
|
+
"StampedTemplate",
|
|
122
|
+
"HTMLElement",
|
|
123
|
+
"ShadowRoot"
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "$",
|
|
129
|
+
"description": "",
|
|
130
|
+
"value": {
|
|
131
|
+
"type": [
|
|
132
|
+
"Object.<string, Element>"
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
},
|
|
98
136
|
{
|
|
99
137
|
"name": "disabled",
|
|
100
138
|
"description": "If true, the user cannot interact with this element.",
|
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",
|
|
4
|
-
"version": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -47,6 +47,34 @@
|
|
|
47
47
|
"kind": "expression"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
+
{
|
|
51
|
+
"name": ".rootPath",
|
|
52
|
+
"description": "",
|
|
53
|
+
"value": {
|
|
54
|
+
"kind": "expression"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": ".importPath",
|
|
59
|
+
"description": "",
|
|
60
|
+
"value": {
|
|
61
|
+
"kind": "expression"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": ".root",
|
|
66
|
+
"description": "",
|
|
67
|
+
"value": {
|
|
68
|
+
"kind": "expression"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": ".$",
|
|
73
|
+
"description": "",
|
|
74
|
+
"value": {
|
|
75
|
+
"kind": "expression"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
50
78
|
{
|
|
51
79
|
"name": ".value",
|
|
52
80
|
"description": "The value of the field.",
|