@vaadin/multi-select-combo-box 24.0.0-alpha5 → 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 +10 -10
- 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/multi-select-combo-box",
|
|
3
|
-
"version": "24.0.0-
|
|
3
|
+
"version": "24.0.0-alpha7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@polymer/polymer": "^3.0.0",
|
|
40
|
-
"@vaadin/combo-box": "24.0.0-
|
|
41
|
-
"@vaadin/component-base": "24.0.0-
|
|
42
|
-
"@vaadin/field-base": "24.0.0-
|
|
43
|
-
"@vaadin/input-container": "24.0.0-
|
|
44
|
-
"@vaadin/lit-renderer": "24.0.0-
|
|
45
|
-
"@vaadin/vaadin-lumo-styles": "24.0.0-
|
|
46
|
-
"@vaadin/vaadin-material-styles": "24.0.0-
|
|
47
|
-
"@vaadin/vaadin-themable-mixin": "24.0.0-
|
|
40
|
+
"@vaadin/combo-box": "24.0.0-alpha7",
|
|
41
|
+
"@vaadin/component-base": "24.0.0-alpha7",
|
|
42
|
+
"@vaadin/field-base": "24.0.0-alpha7",
|
|
43
|
+
"@vaadin/input-container": "24.0.0-alpha7",
|
|
44
|
+
"@vaadin/lit-renderer": "24.0.0-alpha7",
|
|
45
|
+
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
|
|
46
|
+
"@vaadin/vaadin-material-styles": "24.0.0-alpha7",
|
|
47
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"web-types.json",
|
|
57
57
|
"web-types.lit.json"
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
|
|
60
60
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/multi-select-combo-box",
|
|
4
|
-
"version": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -299,6 +299,44 @@
|
|
|
299
299
|
],
|
|
300
300
|
"js": {
|
|
301
301
|
"properties": [
|
|
302
|
+
{
|
|
303
|
+
"name": "rootPath",
|
|
304
|
+
"description": "",
|
|
305
|
+
"value": {
|
|
306
|
+
"type": [
|
|
307
|
+
"string"
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "importPath",
|
|
313
|
+
"description": "",
|
|
314
|
+
"value": {
|
|
315
|
+
"type": [
|
|
316
|
+
"string"
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "root",
|
|
322
|
+
"description": "",
|
|
323
|
+
"value": {
|
|
324
|
+
"type": [
|
|
325
|
+
"StampedTemplate",
|
|
326
|
+
"HTMLElement",
|
|
327
|
+
"ShadowRoot"
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "$",
|
|
333
|
+
"description": "",
|
|
334
|
+
"value": {
|
|
335
|
+
"type": [
|
|
336
|
+
"Object.<string, Element>"
|
|
337
|
+
]
|
|
338
|
+
}
|
|
339
|
+
},
|
|
302
340
|
{
|
|
303
341
|
"name": "disabled",
|
|
304
342
|
"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/multi-select-combo-box",
|
|
4
|
-
"version": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha7",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -96,6 +96,34 @@
|
|
|
96
96
|
"kind": "expression"
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"name": ".rootPath",
|
|
101
|
+
"description": "",
|
|
102
|
+
"value": {
|
|
103
|
+
"kind": "expression"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": ".importPath",
|
|
108
|
+
"description": "",
|
|
109
|
+
"value": {
|
|
110
|
+
"kind": "expression"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": ".root",
|
|
115
|
+
"description": "",
|
|
116
|
+
"value": {
|
|
117
|
+
"kind": "expression"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": ".$",
|
|
122
|
+
"description": "",
|
|
123
|
+
"value": {
|
|
124
|
+
"kind": "expression"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
99
127
|
{
|
|
100
128
|
"name": ".label",
|
|
101
129
|
"description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
|