@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.
|
@@ -3748,7 +3748,7 @@ class GoabIcon extends GoabBaseComponent {
|
|
|
3748
3748
|
}, 0);
|
|
3749
3749
|
}
|
|
3750
3750
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GoabIcon, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3751
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: GoabIcon, isStandalone: true, selector: "goab-icon", inputs: { type: "type", size: "size", theme: "theme", inverted: ["inverted", "inverted", booleanAttribute], fillColor: "fillColor", opacity: ["opacity", "opacity", numberAttribute], title: "title", ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
|
|
3751
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: GoabIcon, isStandalone: true, selector: "goab-icon", inputs: { type: "type", size: "size", theme: "theme", inverted: ["inverted", "inverted", booleanAttribute], fillColor: "fillColor", opacity: ["opacity", "opacity", numberAttribute], title: "title", ariaLabel: "ariaLabel", role: "role" }, usesInheritance: true, ngImport: i0, template: `
|
|
3752
3752
|
@if (isReady) {
|
|
3753
3753
|
<goa-icon
|
|
3754
3754
|
[attr.type]="type"
|
|
@@ -3759,6 +3759,7 @@ class GoabIcon extends GoabBaseComponent {
|
|
|
3759
3759
|
[attr.opacity]="opacity"
|
|
3760
3760
|
[attr.title]="title"
|
|
3761
3761
|
[attr.arialabel]="ariaLabel"
|
|
3762
|
+
[attr.role]="role"
|
|
3762
3763
|
[attr.mt]="mt"
|
|
3763
3764
|
[attr.mb]="mb"
|
|
3764
3765
|
[attr.ml]="ml"
|
|
@@ -3782,6 +3783,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
3782
3783
|
[attr.opacity]="opacity"
|
|
3783
3784
|
[attr.title]="title"
|
|
3784
3785
|
[attr.arialabel]="ariaLabel"
|
|
3786
|
+
[attr.role]="role"
|
|
3785
3787
|
[attr.mt]="mt"
|
|
3786
3788
|
[attr.mb]="mb"
|
|
3787
3789
|
[attr.ml]="ml"
|
|
@@ -3810,6 +3812,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
3810
3812
|
type: Input
|
|
3811
3813
|
}], ariaLabel: [{
|
|
3812
3814
|
type: Input
|
|
3815
|
+
}], role: [{
|
|
3816
|
+
type: Input
|
|
3813
3817
|
}] } });
|
|
3814
3818
|
|
|
3815
3819
|
/** A compact button with an icon and no text. */
|