@abgov/angular-components 5.1.0 → 5.2.0-dev.1
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.
|
@@ -1467,7 +1467,7 @@ class GoabChip extends GoabBaseComponent {
|
|
|
1467
1467
|
super(...arguments);
|
|
1468
1468
|
this.cdr = inject(ChangeDetectorRef);
|
|
1469
1469
|
this.isReady = false;
|
|
1470
|
-
/** @deprecated Use
|
|
1470
|
+
/** @deprecated Use GoabFilterChip (goab-filter-chip) instead. The text content displayed in the chip. */
|
|
1471
1471
|
this.content = "";
|
|
1472
1472
|
/** Emits when the chip is clicked. */
|
|
1473
1473
|
this.onClick = new EventEmitter();
|
|
@@ -3530,9 +3530,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
3530
3530
|
}] } });
|
|
3531
3531
|
|
|
3532
3532
|
/** Provide structure to help users find their way around the service. */
|
|
3533
|
-
class GoabAppHeader
|
|
3533
|
+
class GoabAppHeader {
|
|
3534
3534
|
constructor() {
|
|
3535
|
-
super(...arguments);
|
|
3536
3535
|
this.cdr = inject(ChangeDetectorRef);
|
|
3537
3536
|
this.isReady = false;
|
|
3538
3537
|
this.version = "2";
|
|
@@ -3548,8 +3547,8 @@ class GoabAppHeader extends GoabBaseComponent {
|
|
|
3548
3547
|
_onMenuClick() {
|
|
3549
3548
|
this.onMenuClick.emit();
|
|
3550
3549
|
}
|
|
3551
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GoabAppHeader, deps:
|
|
3552
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: GoabAppHeader, isStandalone: true, selector: "goab-app-header", inputs: { url: "url", heading: "heading", secondaryText: "secondaryText", maxContentWidth: "maxContentWidth", fullMenuBreakpoint: ["fullMenuBreakpoint", "fullMenuBreakpoint", numberAttribute] }, outputs: { onMenuClick: "onMenuClick" },
|
|
3550
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GoabAppHeader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3551
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: GoabAppHeader, isStandalone: true, selector: "goab-app-header", inputs: { url: "url", heading: "heading", secondaryText: "secondaryText", maxContentWidth: "maxContentWidth", fullMenuBreakpoint: ["fullMenuBreakpoint", "fullMenuBreakpoint", numberAttribute], testId: "testId" }, outputs: { onMenuClick: "onMenuClick" }, ngImport: i0, template: `@if (isReady) {
|
|
3553
3552
|
<goa-app-header
|
|
3554
3553
|
[attr.url]="url"
|
|
3555
3554
|
[attr.heading]="heading"
|
|
@@ -3598,14 +3597,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
3598
3597
|
}], fullMenuBreakpoint: [{
|
|
3599
3598
|
type: Input,
|
|
3600
3599
|
args: [{ transform: numberAttribute }]
|
|
3600
|
+
}], testId: [{
|
|
3601
|
+
type: Input
|
|
3601
3602
|
}], onMenuClick: [{
|
|
3602
3603
|
type: Output
|
|
3603
3604
|
}] } });
|
|
3604
3605
|
|
|
3605
3606
|
/** Menu items within the app header. */
|
|
3606
|
-
class GoabAppHeaderMenu
|
|
3607
|
+
class GoabAppHeaderMenu {
|
|
3607
3608
|
constructor() {
|
|
3608
|
-
super(...arguments);
|
|
3609
3609
|
this.cdr = inject(ChangeDetectorRef);
|
|
3610
3610
|
this.isReady = false;
|
|
3611
3611
|
}
|
|
@@ -3618,8 +3618,8 @@ class GoabAppHeaderMenu extends GoabBaseComponent {
|
|
|
3618
3618
|
this.cdr.detectChanges();
|
|
3619
3619
|
}, 0);
|
|
3620
3620
|
}
|
|
3621
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GoabAppHeaderMenu, deps:
|
|
3622
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: GoabAppHeaderMenu, isStandalone: true, selector: "goab-app-header-menu", inputs: { leadingIcon: "leadingIcon", heading: "heading", slotName: "slotName" }, host: { properties: { "attr.slot": "this.hostSlot" } },
|
|
3621
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GoabAppHeaderMenu, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3622
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: GoabAppHeaderMenu, isStandalone: true, selector: "goab-app-header-menu", inputs: { leadingIcon: "leadingIcon", heading: "heading", testId: "testId", slotName: "slotName" }, host: { properties: { "attr.slot": "this.hostSlot" } }, ngImport: i0, template: `@if (isReady) {
|
|
3623
3623
|
<goa-app-header-menu
|
|
3624
3624
|
[attr.leadingicon]="leadingIcon"
|
|
3625
3625
|
[attr.heading]="heading"
|
|
@@ -3649,6 +3649,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
3649
3649
|
type: Input
|
|
3650
3650
|
}], heading: [{
|
|
3651
3651
|
type: Input
|
|
3652
|
+
}], testId: [{
|
|
3653
|
+
type: Input
|
|
3652
3654
|
}], slotName: [{
|
|
3653
3655
|
type: Input
|
|
3654
3656
|
}], hostSlot: [{
|
|
@@ -5511,7 +5513,7 @@ class GoabRadioGroup extends GoabControlValueAccessor {
|
|
|
5511
5513
|
this.fcChange?.(detail.value);
|
|
5512
5514
|
}
|
|
5513
5515
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: GoabRadioGroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5514
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: GoabRadioGroup, isStandalone: true, selector: "goab-radio-group", inputs: { name: "name", orientation: "orientation", ariaLabel: "ariaLabel", size: "size" }, outputs: { onChange: "onChange" }, providers: [
|
|
5516
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: GoabRadioGroup, isStandalone: true, selector: "goab-radio-group", inputs: { name: "name", value: "value", orientation: "orientation", ariaLabel: "ariaLabel", size: "size" }, outputs: { onChange: "onChange" }, providers: [
|
|
5515
5517
|
{
|
|
5516
5518
|
provide: NG_VALUE_ACCESSOR,
|
|
5517
5519
|
multi: true,
|
|
@@ -5582,6 +5584,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
5582
5584
|
}]
|
|
5583
5585
|
}], propDecorators: { name: [{
|
|
5584
5586
|
type: Input
|
|
5587
|
+
}], value: [{
|
|
5588
|
+
type: Input
|
|
5585
5589
|
}], orientation: [{
|
|
5586
5590
|
type: Input
|
|
5587
5591
|
}], ariaLabel: [{
|