@skyux/lists 7.6.0 → 7.6.2
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/documentation.json +68 -68
- package/esm2020/lib/modules/filter/filter-button.component.mjs +3 -2
- package/esm2020/lib/modules/repeater/repeater-item.component.mjs +1 -1
- package/esm2020/lib/modules/repeater/repeater.component.mjs +1 -1
- package/fesm2015/skyux-lists.mjs +2 -1
- package/fesm2015/skyux-lists.mjs.map +1 -1
- package/fesm2020/skyux-lists.mjs +2 -1
- package/fesm2020/skyux-lists.mjs.map +1 -1
- package/lib/modules/filter/filter-button.component.d.ts +4 -2
- package/lib/modules/repeater/repeater-item.component.d.ts +1 -0
- package/lib/modules/repeater/repeater.component.d.ts +2 -1
- package/package.json +10 -10
package/fesm2020/skyux-lists.mjs
CHANGED
|
@@ -110,7 +110,8 @@ class SkyFilterButtonComponent {
|
|
|
110
110
|
/**
|
|
111
111
|
* Whether the filtering options are exposed.
|
|
112
112
|
* To support [accessibility rules for disclosures](https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure),
|
|
113
|
-
* this property is necessary when using inline filters.
|
|
113
|
+
* this property is necessary to set the `aria-expanded` attribute when using inline filters.
|
|
114
|
+
* For more information about the `aria-expanded` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-expanded).
|
|
114
115
|
*/
|
|
115
116
|
this.ariaExpanded = false;
|
|
116
117
|
/**
|