@vaadin/a11y-base 25.1.0-beta1 → 25.1.0-beta2
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/custom-elements.json +3 -11
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -183,7 +183,8 @@
|
|
|
183
183
|
"text": "!Array<!Element> | undefined"
|
|
184
184
|
},
|
|
185
185
|
"description": "A read-only list of items from which a selection can be made.\nIt is populated from the elements passed to the light DOM,\nand updated dynamically when adding or removing items.",
|
|
186
|
-
"attribute": "items"
|
|
186
|
+
"attribute": "items",
|
|
187
|
+
"readonly": true
|
|
187
188
|
},
|
|
188
189
|
{
|
|
189
190
|
"kind": "field",
|
|
@@ -265,16 +266,7 @@
|
|
|
265
266
|
"description": "A mixin to toggle the `tabindex` attribute.\n\nThe attribute is set to -1 whenever the user disables the element\nand restored with the last known value once the element is enabled.",
|
|
266
267
|
"name": "TabindexMixin",
|
|
267
268
|
"members": [],
|
|
268
|
-
"attributes": [
|
|
269
|
-
{
|
|
270
|
-
"name": "tabindex",
|
|
271
|
-
"type": {
|
|
272
|
-
"text": "number"
|
|
273
|
-
},
|
|
274
|
-
"description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
|
|
275
|
-
"fieldName": "tabindex"
|
|
276
|
-
}
|
|
277
|
-
],
|
|
269
|
+
"attributes": [],
|
|
278
270
|
"mixins": [
|
|
279
271
|
{
|
|
280
272
|
"name": "DisabledMixin",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/a11y-base",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-beta2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
35
|
-
"@vaadin/component-base": "25.1.0-
|
|
35
|
+
"@vaadin/component-base": "25.1.0-beta2",
|
|
36
36
|
"lit": "^3.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
40
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
39
|
+
"@vaadin/chai-plugins": "25.1.0-beta2",
|
|
40
|
+
"@vaadin/test-runner-commands": "25.1.0-beta2",
|
|
41
41
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
42
42
|
"sinon": "^21.0.0"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
|
|
46
46
|
}
|