@vaadin/multi-select-combo-box 24.1.0-alpha2 → 24.1.0-alpha4
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 +13 -13
- package/web-types.json +45 -1
- package/web-types.lit.json +15 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/multi-select-combo-box",
|
|
3
|
-
"version": "24.1.0-
|
|
3
|
+
"version": "24.1.0-alpha4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@polymer/polymer": "^3.0.0",
|
|
40
|
-
"@vaadin/a11y-base": "24.1.0-
|
|
41
|
-
"@vaadin/combo-box": "24.1.0-
|
|
42
|
-
"@vaadin/component-base": "24.1.0-
|
|
43
|
-
"@vaadin/field-base": "24.1.0-
|
|
44
|
-
"@vaadin/input-container": "24.1.0-
|
|
45
|
-
"@vaadin/item": "24.1.0-
|
|
46
|
-
"@vaadin/lit-renderer": "24.1.0-
|
|
47
|
-
"@vaadin/overlay": "24.1.0-
|
|
48
|
-
"@vaadin/vaadin-lumo-styles": "24.1.0-
|
|
49
|
-
"@vaadin/vaadin-material-styles": "24.1.0-
|
|
50
|
-
"@vaadin/vaadin-themable-mixin": "24.1.0-
|
|
40
|
+
"@vaadin/a11y-base": "24.1.0-alpha4",
|
|
41
|
+
"@vaadin/combo-box": "24.1.0-alpha4",
|
|
42
|
+
"@vaadin/component-base": "24.1.0-alpha4",
|
|
43
|
+
"@vaadin/field-base": "24.1.0-alpha4",
|
|
44
|
+
"@vaadin/input-container": "24.1.0-alpha4",
|
|
45
|
+
"@vaadin/item": "24.1.0-alpha4",
|
|
46
|
+
"@vaadin/lit-renderer": "24.1.0-alpha4",
|
|
47
|
+
"@vaadin/overlay": "24.1.0-alpha4",
|
|
48
|
+
"@vaadin/vaadin-lumo-styles": "24.1.0-alpha4",
|
|
49
|
+
"@vaadin/vaadin-material-styles": "24.1.0-alpha4",
|
|
50
|
+
"@vaadin/vaadin-themable-mixin": "24.1.0-alpha4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"web-types.json",
|
|
60
60
|
"web-types.lit.json"
|
|
61
61
|
],
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "4494259f3b7532acb604a3048d5b29a4e14b9ca5"
|
|
63
63
|
}
|
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.1.0-
|
|
4
|
+
"version": "24.1.0-alpha4",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -87,6 +87,28 @@
|
|
|
87
87
|
]
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
"name": "accessible-name",
|
|
92
|
+
"description": "String used to label the component to screen reader users.",
|
|
93
|
+
"value": {
|
|
94
|
+
"type": [
|
|
95
|
+
"string",
|
|
96
|
+
"null",
|
|
97
|
+
"undefined"
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "accessible-name-ref",
|
|
103
|
+
"description": "Id of the element used as label of the component to screen reader users.",
|
|
104
|
+
"value": {
|
|
105
|
+
"type": [
|
|
106
|
+
"string",
|
|
107
|
+
"null",
|
|
108
|
+
"undefined"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
},
|
|
90
112
|
{
|
|
91
113
|
"name": "value",
|
|
92
114
|
"description": "The value of the field.",
|
|
@@ -387,6 +409,28 @@
|
|
|
387
409
|
]
|
|
388
410
|
}
|
|
389
411
|
},
|
|
412
|
+
{
|
|
413
|
+
"name": "accessibleName",
|
|
414
|
+
"description": "String used to label the component to screen reader users.",
|
|
415
|
+
"value": {
|
|
416
|
+
"type": [
|
|
417
|
+
"string",
|
|
418
|
+
"null",
|
|
419
|
+
"undefined"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "accessibleNameRef",
|
|
425
|
+
"description": "Id of the element used as label of the component to screen reader users.",
|
|
426
|
+
"value": {
|
|
427
|
+
"type": [
|
|
428
|
+
"string",
|
|
429
|
+
"null",
|
|
430
|
+
"undefined"
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
},
|
|
390
434
|
{
|
|
391
435
|
"name": "clearButtonVisible",
|
|
392
436
|
"description": "Set to true to display the clear icon which clears the input.",
|
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.1.0-
|
|
4
|
+
"version": "24.1.0-alpha4",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -117,6 +117,20 @@
|
|
|
117
117
|
"kind": "expression"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
"name": ".accessibleName",
|
|
122
|
+
"description": "String used to label the component to screen reader users.",
|
|
123
|
+
"value": {
|
|
124
|
+
"kind": "expression"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": ".accessibleNameRef",
|
|
129
|
+
"description": "Id of the element used as label of the component to screen reader users.",
|
|
130
|
+
"value": {
|
|
131
|
+
"kind": "expression"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
120
134
|
{
|
|
121
135
|
"name": ".allowedCharPattern",
|
|
122
136
|
"description": "A pattern matched against individual characters the user inputs.\n\nWhen set, the field will prevent:\n- `keydown` events if the entered key doesn't match `/^allowedCharPattern$/`\n- `paste` events if the pasted text doesn't match `/^allowedCharPattern*$/`\n- `drop` events if the dropped text doesn't match `/^allowedCharPattern*$/`\n\nFor example, to allow entering only numbers and minus signs, use:\n`allowedCharPattern = \"[\\\\d-]\"`",
|