@abgov/angular-components 5.0.0-dev.6 → 5.0.0-dev.7
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
CHANGED
|
@@ -1030,10 +1030,12 @@ declare class GoabIcon extends GoabBaseComponent implements OnInit {
|
|
|
1030
1030
|
title?: string;
|
|
1031
1031
|
/** Defines how the icon will be announced by screen readers. */
|
|
1032
1032
|
ariaLabel?: string;
|
|
1033
|
+
/** Sets the ARIA role for the icon. Use 'presentation' for decorative icons. */
|
|
1034
|
+
role?: string;
|
|
1033
1035
|
isReady: boolean;
|
|
1034
1036
|
ngOnInit(): void;
|
|
1035
1037
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabIcon, never>;
|
|
1036
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabIcon, "goab-icon", never, { "type": { "alias": "type"; "required": true; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "fillColor": { "alias": "fillColor"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "title": { "alias": "title"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
1038
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabIcon, "goab-icon", never, { "type": { "alias": "type"; "required": true; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "fillColor": { "alias": "fillColor"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "title": { "alias": "title"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, never>;
|
|
1037
1039
|
static ngAcceptInputType_inverted: unknown;
|
|
1038
1040
|
static ngAcceptInputType_opacity: unknown;
|
|
1039
1041
|
}
|