@abgov/angular-components 4.11.0-dev.11 → 4.11.0-dev.17

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.
@@ -2,6 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { forwardRef, HostListener, Directive, CUSTOM_ELEMENTS_SCHEMA, NgModule, Input, Component, ElementRef, booleanAttribute, ViewChild, EventEmitter, Output, numberAttribute, TemplateRef, HostBinding } from '@angular/core';
3
3
  import { NG_VALUE_ACCESSOR, CheckboxControlValueAccessor } from '@angular/forms';
4
4
  import { NgTemplateOutlet } from '@angular/common';
5
+ import { CalendarDate, Once } from '@abgov/ui-components-common';
5
6
  export * from '@abgov/ui-components-common';
6
7
 
7
8
  // @deprecated: Use the new <goab-input .. /> component
@@ -48,8 +49,8 @@ class ValueDirective {
48
49
  const isDisabled = event.detail.disabled;
49
50
  this.setDisabledState(isDisabled);
50
51
  }
51
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ValueDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
52
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ValueDirective, isStandalone: true, selector: "[goaValue]", host: { listeners: { "_change": "listenForValueChange($event)", "disabledChange": "listenForDisabledChange($event)" } }, providers: [
52
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ValueDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
53
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: ValueDirective, isStandalone: true, selector: "[goaValue]", host: { listeners: { "_change": "listenForValueChange($event)", "disabledChange": "listenForDisabledChange($event)" } }, providers: [
53
54
  {
54
55
  provide: NG_VALUE_ACCESSOR,
55
56
  useExisting: forwardRef(() => ValueDirective),
@@ -57,7 +58,7 @@ class ValueDirective {
57
58
  },
58
59
  ], ngImport: i0 }); }
59
60
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ValueDirective, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ValueDirective, decorators: [{
61
62
  type: Directive,
62
63
  args: [{
63
64
  standalone: true,
@@ -124,8 +125,8 @@ class ValueListDirective {
124
125
  this.onChange(value);
125
126
  this.onTouched();
126
127
  }
127
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ValueListDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
128
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ValueListDirective, isStandalone: true, selector: "[goaValueList]", host: { listeners: { "_change": "listenForValueChange($event)" } }, providers: [
128
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ValueListDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
129
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: ValueListDirective, isStandalone: true, selector: "[goaValueList]", host: { listeners: { "_change": "listenForValueChange($event)" } }, providers: [
129
130
  {
130
131
  provide: NG_VALUE_ACCESSOR,
131
132
  useExisting: forwardRef(() => ValueListDirective),
@@ -133,7 +134,7 @@ class ValueListDirective {
133
134
  },
134
135
  ], ngImport: i0 }); }
135
136
  }
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ValueListDirective, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ValueListDirective, decorators: [{
137
138
  type: Directive,
138
139
  args: [{
139
140
  standalone: true,
@@ -188,8 +189,8 @@ class CheckedDirective extends CheckboxControlValueAccessor {
188
189
  const checked = event.detail.checked;
189
190
  this.value = checked;
190
191
  }
191
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CheckedDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
192
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: CheckedDirective, isStandalone: true, selector: "[goaChecked]", host: { listeners: { "_change": "listenForValueChange($event)" } }, providers: [
192
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: CheckedDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
193
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: CheckedDirective, isStandalone: true, selector: "[goaChecked]", host: { listeners: { "_change": "listenForValueChange($event)" } }, providers: [
193
194
  {
194
195
  useExisting: forwardRef(() => CheckedDirective),
195
196
  provide: NG_VALUE_ACCESSOR,
@@ -197,7 +198,7 @@ class CheckedDirective extends CheckboxControlValueAccessor {
197
198
  },
198
199
  ], usesInheritance: true, ngImport: i0 }); }
199
200
  }
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CheckedDirective, decorators: [{
201
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: CheckedDirective, decorators: [{
201
202
  type: Directive,
202
203
  args: [{
203
204
  standalone: true,
@@ -216,11 +217,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
216
217
  }] } });
217
218
 
218
219
  class AngularComponentsModule {
219
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
220
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: AngularComponentsModule, imports: [ValueDirective, ValueListDirective, CheckedDirective], exports: [ValueDirective, ValueListDirective, CheckedDirective] }); }
221
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AngularComponentsModule }); }
220
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
221
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: AngularComponentsModule, imports: [ValueDirective, ValueListDirective, CheckedDirective], exports: [ValueDirective, ValueListDirective, CheckedDirective] }); }
222
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AngularComponentsModule }); }
222
223
  }
223
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AngularComponentsModule, decorators: [{
224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: AngularComponentsModule, decorators: [{
224
225
  type: NgModule,
225
226
  args: [{
226
227
  imports: [ValueDirective, ValueListDirective, CheckedDirective],
@@ -230,10 +231,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
230
231
  }] });
231
232
 
232
233
  let GoabBaseComponent$1 = class GoabBaseComponent {
233
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
234
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabBaseComponent, isStandalone: true, selector: "ng-component", inputs: { mt: "mt", mb: "mb", ml: "ml", mr: "mr", testId: "testId" }, ngImport: i0, template: ``, isInline: true }); }
234
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
235
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabBaseComponent, isStandalone: true, selector: "ng-component", inputs: { mt: "mt", mb: "mb", ml: "ml", mr: "mr", testId: "testId" }, ngImport: i0, template: ``, isInline: true }); }
235
236
  };
236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabBaseComponent$1, decorators: [{
237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabBaseComponent$1, decorators: [{
237
238
  type: Component,
238
239
  args: [{
239
240
  standalone: true,
@@ -359,10 +360,10 @@ let GoabControlValueAccessor$1 = class GoabControlValueAccessor extends GoabBase
359
360
  setDisabledState(isDisabled) {
360
361
  this.disabled = isDisabled;
361
362
  }
362
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabControlValueAccessor, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
363
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.2.0", type: GoabControlValueAccessor, isStandalone: true, selector: "ng-component", inputs: { id: "id", disabled: ["disabled", "disabled", booleanAttribute], error: ["error", "error", booleanAttribute], value: "value" }, viewQueries: [{ propertyName: "goaComponentRef", first: true, predicate: ["goaComponentRef"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
363
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabControlValueAccessor, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
364
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.2.4", type: GoabControlValueAccessor, isStandalone: true, selector: "ng-component", inputs: { id: "id", disabled: ["disabled", "disabled", booleanAttribute], error: ["error", "error", booleanAttribute], value: "value" }, viewQueries: [{ propertyName: "goaComponentRef", first: true, predicate: ["goaComponentRef"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
364
365
  };
365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabControlValueAccessor$1, decorators: [{
366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabControlValueAccessor$1, decorators: [{
366
367
  type: Component,
367
368
  args: [{
368
369
  standalone: true,
@@ -402,8 +403,8 @@ class GoabAccordion extends GoabBaseComponent$1 {
402
403
  const detail = e.detail;
403
404
  this.onChange.emit(detail.open);
404
405
  }
405
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAccordion, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
406
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabAccordion, isStandalone: true, selector: "goab-accordion", inputs: { heading: "heading", secondaryText: "secondaryText", open: ["open", "open", booleanAttribute], headingSize: "headingSize", headingContent: "headingContent", maxWidth: "maxWidth", iconPosition: "iconPosition" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
406
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAccordion, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
407
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabAccordion, isStandalone: true, selector: "goab-accordion", inputs: { heading: "heading", secondaryText: "secondaryText", open: ["open", "open", booleanAttribute], headingSize: "headingSize", headingContent: "headingContent", maxWidth: "maxWidth", iconPosition: "iconPosition" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
407
408
  @if (isReady) {
408
409
  <goa-accordion
409
410
  [attr.heading]="heading"
@@ -427,7 +428,7 @@ class GoabAccordion extends GoabBaseComponent$1 {
427
428
  }
428
429
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
429
430
  }
430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAccordion, decorators: [{
431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAccordion, decorators: [{
431
432
  type: Component,
432
433
  args: [{
433
434
  standalone: true,
@@ -491,8 +492,8 @@ class GoabBadge extends GoabBaseComponent$1 {
491
492
  this.cdr.detectChanges();
492
493
  }, 0);
493
494
  }
494
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabBadge, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
495
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabBadge, isStandalone: true, selector: "goab-badge", inputs: { type: "type", content: "content", icon: ["icon", "icon", booleanAttribute], iconType: "iconType", ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
495
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabBadge, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
496
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabBadge, isStandalone: true, selector: "goab-badge", inputs: { type: "type", content: "content", icon: ["icon", "icon", booleanAttribute], iconType: "iconType", ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
496
497
  @if (isReady) {
497
498
  <goa-badge
498
499
  [attr.type]="type"
@@ -510,7 +511,7 @@ class GoabBadge extends GoabBaseComponent$1 {
510
511
  }
511
512
  `, isInline: true, styles: [":host{display:contents}\n"] }); }
512
513
  }
513
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabBadge, decorators: [{
514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabBadge, decorators: [{
514
515
  type: Component,
515
516
  args: [{ standalone: true, selector: "goab-badge", template: `
516
517
  @if (isReady) {
@@ -556,8 +557,8 @@ class GoabBlock extends GoabBaseComponent$1 {
556
557
  this.cdr.detectChanges();
557
558
  }, 0);
558
559
  }
559
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabBlock, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
560
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabBlock, isStandalone: true, selector: "goab-block", inputs: { gap: "gap", direction: "direction", alignment: "alignment", width: "width", minWidth: "minWidth", maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
560
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabBlock, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
561
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabBlock, isStandalone: true, selector: "goab-block", inputs: { gap: "gap", direction: "direction", alignment: "alignment", width: "width", minWidth: "minWidth", maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
561
562
  @if (isReady) {
562
563
  <goa-block
563
564
  [attr.gap]="gap"
@@ -577,7 +578,7 @@ class GoabBlock extends GoabBaseComponent$1 {
577
578
  }
578
579
  `, isInline: true }); }
579
580
  }
580
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabBlock, decorators: [{
581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabBlock, decorators: [{
581
582
  type: Component,
582
583
  args: [{
583
584
  standalone: true,
@@ -637,8 +638,8 @@ class GoabButton extends GoabBaseComponent$1 {
637
638
  _onClick() {
638
639
  this.onClick.emit();
639
640
  }
640
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabButton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
641
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabButton, isStandalone: true, selector: "goab-button", inputs: { type: "type", size: "size", variant: "variant", disabled: ["disabled", "disabled", booleanAttribute], leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", width: "width", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
641
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabButton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
642
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabButton, isStandalone: true, selector: "goab-button", inputs: { type: "type", size: "size", variant: "variant", disabled: ["disabled", "disabled", booleanAttribute], leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", width: "width", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
642
643
  @if (isReady) {
643
644
  <goa-button
644
645
  [attr.type]="type"
@@ -663,7 +664,7 @@ class GoabButton extends GoabBaseComponent$1 {
663
664
  }
664
665
  `, isInline: true }); }
665
666
  }
666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabButton, decorators: [{
667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabButton, decorators: [{
667
668
  type: Component,
668
669
  args: [{
669
670
  standalone: true,
@@ -733,8 +734,8 @@ class GoabButtonGroup extends GoabBaseComponent$1 {
733
734
  this.cdr.detectChanges();
734
735
  }, 0);
735
736
  }
736
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabButtonGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
737
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabButtonGroup, isStandalone: true, selector: "goab-button-group", inputs: { alignment: "alignment", gap: "gap" }, usesInheritance: true, ngImport: i0, template: `
737
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabButtonGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
738
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabButtonGroup, isStandalone: true, selector: "goab-button-group", inputs: { alignment: "alignment", gap: "gap" }, usesInheritance: true, ngImport: i0, template: `
738
739
  @if (isReady) {
739
740
  <goa-button-group
740
741
  [attr.alignment]="alignment"
@@ -750,7 +751,7 @@ class GoabButtonGroup extends GoabBaseComponent$1 {
750
751
  }
751
752
  `, isInline: true }); }
752
753
  }
753
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabButtonGroup, decorators: [{
754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabButtonGroup, decorators: [{
754
755
  type: Component,
755
756
  args: [{
756
757
  standalone: true,
@@ -779,11 +780,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
779
780
  }] } });
780
781
 
781
782
  class GoabCalendar extends GoabBaseComponent$1 {
783
+ formatValue(param, val) {
784
+ if (!val)
785
+ return "";
786
+ this.once.when(val instanceof Date).do(param, () => {
787
+ console.warn(`GoabCalendar: Using Date for '${param}' is deprecated. Use a string in YYYY-MM-DD format instead.`);
788
+ });
789
+ return new CalendarDate(val).toString();
790
+ }
791
+ valueString() {
792
+ return this.formatValue("value", this.value);
793
+ }
794
+ minString() {
795
+ return this.formatValue("min", this.min);
796
+ }
797
+ maxString() {
798
+ return this.formatValue("max", this.max);
799
+ }
782
800
  constructor(cdr) {
783
801
  super();
784
802
  this.cdr = cdr;
785
803
  this.onChange = new EventEmitter();
786
804
  this.isReady = false;
805
+ this.once = new Once();
787
806
  }
788
807
  ngOnInit() {
789
808
  // For Angular 20, we need to delay rendering the web component
@@ -797,14 +816,14 @@ class GoabCalendar extends GoabBaseComponent$1 {
797
816
  const details = e.detail;
798
817
  this.onChange.emit(details);
799
818
  }
800
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCalendar, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
801
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCalendar, isStandalone: true, selector: "goab-calendar", inputs: { name: "name", value: "value", min: "min", max: "max" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
819
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCalendar, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
820
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCalendar, isStandalone: true, selector: "goab-calendar", inputs: { name: "name", value: "value", min: "min", max: "max" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
802
821
  @if (isReady) {
803
822
  <goa-calendar
804
823
  [attr.name]="name"
805
- [value]="value"
806
- [attr.min]="min"
807
- [attr.max]="max"
824
+ [attr.value]="valueString()"
825
+ [attr.min]="minString()"
826
+ [attr.max]="maxString()"
808
827
  [attr.testid]="testId"
809
828
  [attr.mt]="mt"
810
829
  [attr.mb]="mb"
@@ -817,7 +836,7 @@ class GoabCalendar extends GoabBaseComponent$1 {
817
836
  }
818
837
  `, isInline: true }); }
819
838
  }
820
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCalendar, decorators: [{
839
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCalendar, decorators: [{
821
840
  type: Component,
822
841
  args: [{
823
842
  standalone: true,
@@ -826,9 +845,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
826
845
  @if (isReady) {
827
846
  <goa-calendar
828
847
  [attr.name]="name"
829
- [value]="value"
830
- [attr.min]="min"
831
- [attr.max]="max"
848
+ [attr.value]="valueString()"
849
+ [attr.min]="minString()"
850
+ [attr.max]="maxString()"
832
851
  [attr.testid]="testId"
833
852
  [attr.mt]="mt"
834
853
  [attr.mb]="mb"
@@ -873,8 +892,8 @@ class GoabCallout extends GoabBaseComponent$1 {
873
892
  this.cdr.detectChanges();
874
893
  }, 0);
875
894
  }
876
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCallout, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
877
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCallout, isStandalone: true, selector: "goab-callout", inputs: { type: "type", heading: "heading", size: "size", maxWidth: "maxWidth", ariaLive: "ariaLive", iconTheme: "iconTheme" }, usesInheritance: true, ngImport: i0, template: `
895
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCallout, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
896
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCallout, isStandalone: true, selector: "goab-callout", inputs: { type: "type", heading: "heading", size: "size", maxWidth: "maxWidth", ariaLive: "ariaLive", iconTheme: "iconTheme" }, usesInheritance: true, ngImport: i0, template: `
878
897
  @if (isReady) {
879
898
  <goa-callout
880
899
  [attr.type]="type"
@@ -894,7 +913,7 @@ class GoabCallout extends GoabBaseComponent$1 {
894
913
  }
895
914
  `, isInline: true }); }
896
915
  }
897
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCallout, decorators: [{
916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCallout, decorators: [{
898
917
  type: Component,
899
918
  args: [{
900
919
  standalone: true,
@@ -948,8 +967,8 @@ class GoabCard extends GoabBaseComponent$1 {
948
967
  this.cdr.detectChanges();
949
968
  }, 0);
950
969
  }
951
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCard, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
952
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCard, isStandalone: true, selector: "goab-card", inputs: { elevation: ["elevation", "elevation", numberAttribute], width: "width" }, usesInheritance: true, ngImport: i0, template: `
970
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCard, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
971
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCard, isStandalone: true, selector: "goab-card", inputs: { elevation: ["elevation", "elevation", numberAttribute], width: "width" }, usesInheritance: true, ngImport: i0, template: `
953
972
  @if (isReady) {
954
973
  <goa-card
955
974
  [attr.elevation]="elevation"
@@ -965,7 +984,7 @@ class GoabCard extends GoabBaseComponent$1 {
965
984
  }
966
985
  `, isInline: true }); }
967
986
  }
968
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCard, decorators: [{
987
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCard, decorators: [{
969
988
  type: Component,
970
989
  args: [{
971
990
  standalone: true,
@@ -1007,8 +1026,8 @@ class GoabCardContent {
1007
1026
  this.cdr.detectChanges();
1008
1027
  }, 0);
1009
1028
  }
1010
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCardContent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1011
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCardContent, isStandalone: true, selector: "goab-card-content", ngImport: i0, template: `
1029
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCardContent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1030
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCardContent, isStandalone: true, selector: "goab-card-content", ngImport: i0, template: `
1012
1031
  @if (isReady) {
1013
1032
  <goa-card-content>
1014
1033
  <ng-content />
@@ -1016,7 +1035,7 @@ class GoabCardContent {
1016
1035
  }
1017
1036
  `, isInline: true }); }
1018
1037
  }
1019
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCardContent, decorators: [{
1038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCardContent, decorators: [{
1020
1039
  type: Component,
1021
1040
  args: [{
1022
1041
  standalone: true,
@@ -1045,8 +1064,8 @@ class GoabCardActions {
1045
1064
  this.cdr.detectChanges();
1046
1065
  }, 0);
1047
1066
  }
1048
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCardActions, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1049
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCardActions, isStandalone: true, selector: "goab-card-actions", ngImport: i0, template: `
1067
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCardActions, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1068
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCardActions, isStandalone: true, selector: "goab-card-actions", ngImport: i0, template: `
1050
1069
  @if (isReady) {
1051
1070
  <goa-card-actions>
1052
1071
  <ng-content />
@@ -1054,7 +1073,7 @@ class GoabCardActions {
1054
1073
  }
1055
1074
  `, isInline: true }); }
1056
1075
  }
1057
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCardActions, decorators: [{
1076
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCardActions, decorators: [{
1058
1077
  type: Component,
1059
1078
  args: [{
1060
1079
  standalone: true,
@@ -1083,8 +1102,8 @@ class GoabCardImage {
1083
1102
  this.cdr.detectChanges();
1084
1103
  }, 0);
1085
1104
  }
1086
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCardImage, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1087
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCardImage, isStandalone: true, selector: "goab-card-image", inputs: { src: "src", height: "height" }, ngImport: i0, template: `
1105
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCardImage, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1106
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCardImage, isStandalone: true, selector: "goab-card-image", inputs: { src: "src", height: "height" }, ngImport: i0, template: `
1088
1107
  @if (isReady) {
1089
1108
  <goa-card-image [attr.src]="src" [attr.height]="height">
1090
1109
  <ng-content />
@@ -1092,7 +1111,7 @@ class GoabCardImage {
1092
1111
  }
1093
1112
  `, isInline: true }); }
1094
1113
  }
1095
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCardImage, decorators: [{
1114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCardImage, decorators: [{
1096
1115
  type: Component,
1097
1116
  args: [{
1098
1117
  standalone: true,
@@ -1153,8 +1172,8 @@ class GoabCheckbox extends GoabControlValueAccessor$1 {
1153
1172
  this.renderer.setAttribute(el, "checked", this.checked ? "true" : "false");
1154
1173
  }
1155
1174
  }
1156
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
1157
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCheckbox, isStandalone: true, selector: "goab-checkbox", inputs: { name: "name", checked: ["checked", "checked", booleanAttribute], indeterminate: ["indeterminate", "indeterminate", booleanAttribute], text: "text", value: "value", ariaLabel: "ariaLabel", description: "description", reveal: "reveal", revealArialLabel: "revealArialLabel", maxWidth: "maxWidth" }, outputs: { onChange: "onChange" }, providers: [
1175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
1176
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCheckbox, isStandalone: true, selector: "goab-checkbox", inputs: { name: "name", checked: ["checked", "checked", booleanAttribute], indeterminate: ["indeterminate", "indeterminate", booleanAttribute], text: "text", value: "value", ariaLabel: "ariaLabel", description: "description", reveal: "reveal", revealArialLabel: "revealArialLabel", maxWidth: "maxWidth" }, outputs: { onChange: "onChange" }, providers: [
1158
1177
  {
1159
1178
  provide: NG_VALUE_ACCESSOR,
1160
1179
  multi: true,
@@ -1194,7 +1213,7 @@ class GoabCheckbox extends GoabControlValueAccessor$1 {
1194
1213
  </goa-checkbox>
1195
1214
  }`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
1196
1215
  }
1197
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCheckbox, decorators: [{
1216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCheckbox, decorators: [{
1198
1217
  type: Component,
1199
1218
  args: [{
1200
1219
  standalone: true,
@@ -1310,8 +1329,8 @@ class GoabCheckboxList extends GoabControlValueAccessor$1 {
1310
1329
  this.value = [];
1311
1330
  }
1312
1331
  }
1313
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCheckboxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
1314
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCheckboxList, isStandalone: true, selector: "goab-checkbox-list", inputs: { name: "name", maxWidth: "maxWidth", value: "value" }, outputs: { onChange: "onChange" }, providers: [
1332
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCheckboxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
1333
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCheckboxList, isStandalone: true, selector: "goab-checkbox-list", inputs: { name: "name", maxWidth: "maxWidth", value: "value" }, outputs: { onChange: "onChange" }, providers: [
1315
1334
  {
1316
1335
  provide: NG_VALUE_ACCESSOR,
1317
1336
  multi: true,
@@ -1336,7 +1355,7 @@ class GoabCheckboxList extends GoabControlValueAccessor$1 {
1336
1355
  </goa-checkbox-list>
1337
1356
  }`, isInline: true }); }
1338
1357
  }
1339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCheckboxList, decorators: [{
1358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCheckboxList, decorators: [{
1340
1359
  type: Component,
1341
1360
  args: [{
1342
1361
  standalone: true,
@@ -1397,8 +1416,8 @@ class GoabChip extends GoabBaseComponent$1 {
1397
1416
  _onClick() {
1398
1417
  this.onClick.emit();
1399
1418
  }
1400
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabChip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1401
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabChip, isStandalone: true, selector: "goab-chip", inputs: { leadingIcon: "leadingIcon", error: ["error", "error", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], content: "content", variant: "variant", iconTheme: "iconTheme" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
1419
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabChip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1420
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabChip, isStandalone: true, selector: "goab-chip", inputs: { leadingIcon: "leadingIcon", error: ["error", "error", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], content: "content", variant: "variant", iconTheme: "iconTheme" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
1402
1421
  <goa-chip
1403
1422
  [attr.leadingicon]="leadingIcon"
1404
1423
  [attr.variant]="variant"
@@ -1417,7 +1436,7 @@ class GoabChip extends GoabBaseComponent$1 {
1417
1436
  </goa-chip>
1418
1437
  }`, isInline: true }); }
1419
1438
  }
1420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabChip, decorators: [{
1439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabChip, decorators: [{
1421
1440
  type: Component,
1422
1441
  args: [{
1423
1442
  standalone: true,
@@ -1473,8 +1492,8 @@ class GoabCircularProgress {
1473
1492
  this.cdr.detectChanges();
1474
1493
  }, 0);
1475
1494
  }
1476
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCircularProgress, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1477
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabCircularProgress, isStandalone: true, selector: "goab-circular-progress", inputs: { variant: "variant", size: "size", message: "message", visible: ["visible", "visible", booleanAttribute], progress: ["progress", "progress", numberAttribute], testId: "testId" }, ngImport: i0, template: `
1495
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCircularProgress, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1496
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabCircularProgress, isStandalone: true, selector: "goab-circular-progress", inputs: { variant: "variant", size: "size", message: "message", visible: ["visible", "visible", booleanAttribute], progress: ["progress", "progress", numberAttribute], testId: "testId" }, ngImport: i0, template: `
1478
1497
  @if (isReady) {
1479
1498
  <goa-circular-progress
1480
1499
  [attr.variant]="variant || 'inline'"
@@ -1488,7 +1507,7 @@ class GoabCircularProgress {
1488
1507
  }
1489
1508
  `, isInline: true }); }
1490
1509
  }
1491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabCircularProgress, decorators: [{
1510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabCircularProgress, decorators: [{
1492
1511
  type: Component,
1493
1512
  args: [{
1494
1513
  standalone: true,
@@ -1538,8 +1557,8 @@ class GoabColumnLayout {
1538
1557
  this.cdr.detectChanges();
1539
1558
  }, 0);
1540
1559
  }
1541
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabColumnLayout, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1542
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabColumnLayout, isStandalone: true, selector: "goab-column-layout", ngImport: i0, template: `
1560
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabColumnLayout, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1561
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabColumnLayout, isStandalone: true, selector: "goab-column-layout", ngImport: i0, template: `
1543
1562
  @if (isReady) {
1544
1563
  <goa-one-column-layout>
1545
1564
  <ng-content />
@@ -1547,7 +1566,7 @@ class GoabColumnLayout {
1547
1566
  }
1548
1567
  `, isInline: true }); }
1549
1568
  }
1550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabColumnLayout, decorators: [{
1569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabColumnLayout, decorators: [{
1551
1570
  type: Component,
1552
1571
  args: [{
1553
1572
  standalone: true,
@@ -1581,8 +1600,8 @@ class GoabContainer extends GoabBaseComponent$1 {
1581
1600
  this.cdr.detectChanges();
1582
1601
  }, 0);
1583
1602
  }
1584
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabContainer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1585
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabContainer, isStandalone: true, selector: "goab-container", inputs: { type: "type", accent: "accent", padding: "padding", width: "width", maxWidth: "maxWidth", minHeight: "minHeight", maxHeight: "maxHeight", title: "title", actions: "actions" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
1603
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabContainer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1604
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabContainer, isStandalone: true, selector: "goab-container", inputs: { type: "type", accent: "accent", padding: "padding", width: "width", maxWidth: "maxWidth", minHeight: "minHeight", maxHeight: "maxHeight", title: "title", actions: "actions" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
1586
1605
  <goa-container
1587
1606
  [attr.type]="type"
1588
1607
  [attr.accent]="accent"
@@ -1611,7 +1630,7 @@ class GoabContainer extends GoabBaseComponent$1 {
1611
1630
  </goa-container>
1612
1631
  }`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
1613
1632
  }
1614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabContainer, decorators: [{
1633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabContainer, decorators: [{
1615
1634
  type: Component,
1616
1635
  args: [{
1617
1636
  standalone: true,
@@ -1682,8 +1701,8 @@ class GoabDataGrid {
1682
1701
  this.cdr.detectChanges();
1683
1702
  }, 0);
1684
1703
  }
1685
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDataGrid, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1686
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabDataGrid, isStandalone: true, selector: "goab-data-grid", inputs: { keyboardIconVisibility: "keyboardIconVisibility", keyboardIconPosition: "keyboardIconPosition", keyboardNav: "keyboardNav" }, ngImport: i0, template: `
1704
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDataGrid, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1705
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabDataGrid, isStandalone: true, selector: "goab-data-grid", inputs: { keyboardIconVisibility: "keyboardIconVisibility", keyboardIconPosition: "keyboardIconPosition", keyboardNav: "keyboardNav" }, ngImport: i0, template: `
1687
1706
  @if (isReady) {
1688
1707
  <goa-data-grid
1689
1708
  [attr.keyboard-icon-visibility]="keyboardIconVisibility"
@@ -1695,7 +1714,7 @@ class GoabDataGrid {
1695
1714
  }
1696
1715
  `, isInline: true }); }
1697
1716
  }
1698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDataGrid, decorators: [{
1717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDataGrid, decorators: [{
1699
1718
  type: Component,
1700
1719
  args: [{
1701
1720
  standalone: true,
@@ -1723,13 +1742,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
1723
1742
  }] } });
1724
1743
 
1725
1744
  class GoabDatePicker extends GoabControlValueAccessor$1 {
1726
- formatValue(val) {
1745
+ formatValue(param, val) {
1727
1746
  if (!val)
1728
1747
  return "";
1729
- if (val instanceof Date) {
1730
- return val.toISOString();
1731
- }
1732
- return val;
1748
+ this.once.when(val instanceof Date).do(param, () => {
1749
+ console.warn(`GoabDatePicker: Using Date for '${param}' is deprecated. Use a string in YYYY-MM-DD format instead.`);
1750
+ });
1751
+ return new CalendarDate(val).toString();
1752
+ }
1753
+ valueString() {
1754
+ return this.formatValue("value", this.value);
1755
+ }
1756
+ minString() {
1757
+ return this.formatValue("min", this.min);
1758
+ }
1759
+ maxString() {
1760
+ return this.formatValue("max", this.max);
1733
1761
  }
1734
1762
  _onChange(e) {
1735
1763
  const detail = {
@@ -1746,6 +1774,7 @@ class GoabDatePicker extends GoabControlValueAccessor$1 {
1746
1774
  this.cdr = cdr;
1747
1775
  this.isReady = false;
1748
1776
  this.onChange = new EventEmitter();
1777
+ this.once = new Once();
1749
1778
  }
1750
1779
  ngOnInit() {
1751
1780
  // For Angular 20, we need to delay rendering the web component
@@ -1774,12 +1803,12 @@ class GoabDatePicker extends GoabControlValueAccessor$1 {
1774
1803
  this.renderer.setAttribute(datePickerEl, "value", "");
1775
1804
  }
1776
1805
  else {
1777
- this.renderer.setAttribute(datePickerEl, "value", value instanceof Date ? value.toISOString() : value);
1806
+ this.renderer.setAttribute(datePickerEl, "value", value instanceof Date ? new CalendarDate(value).toString() : value);
1778
1807
  }
1779
1808
  }
1780
1809
  }
1781
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDatePicker, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
1782
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabDatePicker, isStandalone: true, selector: "goab-date-picker", inputs: { name: "name", value: "value", min: "min", max: "max", type: "type", relative: "relative", width: "width" }, outputs: { onChange: "onChange" }, host: { listeners: { "disabledChange": "listenDisabledChange($event)" } }, providers: [
1810
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDatePicker, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
1811
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabDatePicker, isStandalone: true, selector: "goab-date-picker", inputs: { name: "name", value: "value", min: "min", max: "max", type: "type", relative: "relative", width: "width" }, outputs: { onChange: "onChange" }, host: { listeners: { "disabledChange": "listenDisabledChange($event)" } }, providers: [
1783
1812
  {
1784
1813
  provide: NG_VALUE_ACCESSOR,
1785
1814
  multi: true,
@@ -1789,9 +1818,9 @@ class GoabDatePicker extends GoabControlValueAccessor$1 {
1789
1818
  <goa-date-picker
1790
1819
  #goaComponentRef
1791
1820
  [attr.name]="name"
1792
- [attr.value]="formatValue(value)"
1793
- [attr.min]="min"
1794
- [attr.max]="max"
1821
+ [attr.value]="valueString()"
1822
+ [attr.min]="minString()"
1823
+ [attr.max]="maxString()"
1795
1824
  [attr.error]="error"
1796
1825
  [attr.disabled]="disabled"
1797
1826
  [attr.relative]="relative"
@@ -1807,7 +1836,7 @@ class GoabDatePicker extends GoabControlValueAccessor$1 {
1807
1836
  </goa-date-picker>
1808
1837
  }`, isInline: true }); }
1809
1838
  }
1810
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDatePicker, decorators: [{
1839
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDatePicker, decorators: [{
1811
1840
  type: Component,
1812
1841
  args: [{
1813
1842
  standalone: true,
@@ -1816,9 +1845,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
1816
1845
  <goa-date-picker
1817
1846
  #goaComponentRef
1818
1847
  [attr.name]="name"
1819
- [attr.value]="formatValue(value)"
1820
- [attr.min]="min"
1821
- [attr.max]="max"
1848
+ [attr.value]="valueString()"
1849
+ [attr.min]="minString()"
1850
+ [attr.max]="maxString()"
1822
1851
  [attr.error]="error"
1823
1852
  [attr.disabled]="disabled"
1824
1853
  [attr.relative]="relative"
@@ -1877,8 +1906,8 @@ class GoabDetails extends GoabBaseComponent$1 {
1877
1906
  this.cdr.detectChanges();
1878
1907
  }, 0);
1879
1908
  }
1880
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDetails, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1881
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabDetails, isStandalone: true, selector: "goab-details", inputs: { heading: "heading", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
1909
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDetails, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1910
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabDetails, isStandalone: true, selector: "goab-details", inputs: { heading: "heading", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
1882
1911
  @if (isReady) {
1883
1912
  <goa-details
1884
1913
  [attr.heading]="heading"
@@ -1895,7 +1924,7 @@ class GoabDetails extends GoabBaseComponent$1 {
1895
1924
  }
1896
1925
  `, isInline: true }); }
1897
1926
  }
1898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDetails, decorators: [{
1927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDetails, decorators: [{
1899
1928
  type: Component,
1900
1929
  args: [{
1901
1930
  standalone: true,
@@ -1942,8 +1971,8 @@ class GoabDivider extends GoabBaseComponent$1 {
1942
1971
  this.cdr.detectChanges();
1943
1972
  }, 0);
1944
1973
  }
1945
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDivider, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1946
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabDivider, isStandalone: true, selector: "goab-divider", usesInheritance: true, ngImport: i0, template: `
1974
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDivider, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1975
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabDivider, isStandalone: true, selector: "goab-divider", usesInheritance: true, ngImport: i0, template: `
1947
1976
  @if (isReady) {
1948
1977
  <goa-divider
1949
1978
  [attr.testid]="testId"
@@ -1956,7 +1985,7 @@ class GoabDivider extends GoabBaseComponent$1 {
1956
1985
  }
1957
1986
  `, isInline: true }); }
1958
1987
  }
1959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDivider, decorators: [{
1988
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDivider, decorators: [{
1960
1989
  type: Component,
1961
1990
  args: [{
1962
1991
  standalone: true,
@@ -2002,8 +2031,8 @@ class GoabDrawer {
2002
2031
  return null;
2003
2032
  return this.heading instanceof TemplateRef ? this.heading : null;
2004
2033
  }
2005
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDrawer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2006
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabDrawer, isStandalone: true, selector: "goab-drawer", inputs: { open: ["open", "open", booleanAttribute], position: "position", heading: "heading", maxSize: "maxSize", testId: "testId", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
2034
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDrawer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2035
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabDrawer, isStandalone: true, selector: "goab-drawer", inputs: { open: ["open", "open", booleanAttribute], position: "position", heading: "heading", maxSize: "maxSize", testId: "testId", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
2007
2036
  @if (isReady) {
2008
2037
  <goa-drawer
2009
2038
  [open]="open"
@@ -2024,7 +2053,7 @@ class GoabDrawer {
2024
2053
  }
2025
2054
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
2026
2055
  }
2027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDrawer, decorators: [{
2056
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDrawer, decorators: [{
2028
2057
  type: Component,
2029
2058
  args: [{
2030
2059
  standalone: true,
@@ -2094,8 +2123,8 @@ class GoabDropdown extends GoabControlValueAccessor$1 {
2094
2123
  this.markAsTouched();
2095
2124
  this.fcChange?.(detail.value || "");
2096
2125
  }
2097
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
2098
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabDropdown, isStandalone: true, selector: "goab-dropdown", inputs: { name: "name", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterable: ["filterable", "filterable", booleanAttribute], leadingIcon: "leadingIcon", maxHeight: "maxHeight", multiselect: ["multiselect", "multiselect", booleanAttribute], native: ["native", "native", booleanAttribute], placeholder: "placeholder", width: "width", maxWidth: "maxWidth", autoComplete: "autoComplete", relative: "relative" }, outputs: { onChange: "onChange" }, providers: [
2126
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
2127
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabDropdown, isStandalone: true, selector: "goab-dropdown", inputs: { name: "name", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterable: ["filterable", "filterable", booleanAttribute], leadingIcon: "leadingIcon", maxHeight: "maxHeight", multiselect: ["multiselect", "multiselect", booleanAttribute], native: ["native", "native", booleanAttribute], placeholder: "placeholder", width: "width", maxWidth: "maxWidth", autoComplete: "autoComplete", relative: "relative" }, outputs: { onChange: "onChange" }, providers: [
2099
2128
  {
2100
2129
  provide: NG_VALUE_ACCESSOR,
2101
2130
  multi: true,
@@ -2134,7 +2163,7 @@ class GoabDropdown extends GoabControlValueAccessor$1 {
2134
2163
  }
2135
2164
  `, isInline: true }); }
2136
2165
  }
2137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDropdown, decorators: [{
2166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDropdown, decorators: [{
2138
2167
  type: Component,
2139
2168
  args: [{
2140
2169
  standalone: true,
@@ -2226,8 +2255,8 @@ class GoabDropdownItem {
2226
2255
  this.cdr.detectChanges();
2227
2256
  }, 0);
2228
2257
  }
2229
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDropdownItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2230
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabDropdownItem, isStandalone: true, selector: "goab-dropdown-item", inputs: { value: "value", filter: "filter", label: "label", name: "name", mountType: "mountType" }, ngImport: i0, template: `
2258
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDropdownItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2259
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabDropdownItem, isStandalone: true, selector: "goab-dropdown-item", inputs: { value: "value", filter: "filter", label: "label", name: "name", mountType: "mountType" }, ngImport: i0, template: `
2231
2260
  @if (isReady) {
2232
2261
  <goa-dropdown-item
2233
2262
  [value]="value"
@@ -2240,7 +2269,7 @@ class GoabDropdownItem {
2240
2269
  }
2241
2270
  `, isInline: true }); }
2242
2271
  }
2243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabDropdownItem, decorators: [{
2272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabDropdownItem, decorators: [{
2244
2273
  type: Component,
2245
2274
  args: [{
2246
2275
  standalone: true,
@@ -2292,8 +2321,8 @@ class GoabFileUploadCard {
2292
2321
  _onDelete(event) {
2293
2322
  this.onDelete.emit({ filename: this.filename, event });
2294
2323
  }
2295
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFileUploadCard, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2296
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabFileUploadCard, isStandalone: true, selector: "goab-file-upload-card", inputs: { filename: "filename", size: ["size", "size", numberAttribute], type: "type", progress: ["progress", "progress", numberAttribute], error: "error", testId: "testId" }, outputs: { onCancel: "onCancel", onDelete: "onDelete" }, ngImport: i0, template: ` @if (isReady) {
2324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFileUploadCard, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2325
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabFileUploadCard, isStandalone: true, selector: "goab-file-upload-card", inputs: { filename: "filename", size: ["size", "size", numberAttribute], type: "type", progress: ["progress", "progress", numberAttribute], error: "error", testId: "testId" }, outputs: { onCancel: "onCancel", onDelete: "onDelete" }, ngImport: i0, template: ` @if (isReady) {
2297
2326
  <goa-file-upload-card
2298
2327
  [attr.filename]="filename"
2299
2328
  [attr.size]="size"
@@ -2307,7 +2336,7 @@ class GoabFileUploadCard {
2307
2336
  </goa-file-upload-card>
2308
2337
  }`, isInline: true }); }
2309
2338
  }
2310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFileUploadCard, decorators: [{
2339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFileUploadCard, decorators: [{
2311
2340
  type: Component,
2312
2341
  args: [{
2313
2342
  standalone: true,
@@ -2372,8 +2401,8 @@ class GoabFileUploadInput extends GoabBaseComponent$1 {
2372
2401
  };
2373
2402
  this.onSelectFile.emit(detail);
2374
2403
  }
2375
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFileUploadInput, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2376
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabFileUploadInput, isStandalone: true, selector: "goab-file-upload-input", inputs: { id: "id", variant: "variant", maxFileSize: "maxFileSize", accept: "accept" }, outputs: { onSelectFile: "onSelectFile" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
2404
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFileUploadInput, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2405
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabFileUploadInput, isStandalone: true, selector: "goab-file-upload-input", inputs: { id: "id", variant: "variant", maxFileSize: "maxFileSize", accept: "accept" }, outputs: { onSelectFile: "onSelectFile" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
2377
2406
  <goa-file-upload-input
2378
2407
  [attr.variant]="variant"
2379
2408
  [attr.accept]="accept"
@@ -2389,7 +2418,7 @@ class GoabFileUploadInput extends GoabBaseComponent$1 {
2389
2418
  </goa-file-upload-input>
2390
2419
  }`, isInline: true }); }
2391
2420
  }
2392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFileUploadInput, decorators: [{
2421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFileUploadInput, decorators: [{
2393
2422
  type: Component,
2394
2423
  args: [{
2395
2424
  standalone: true,
@@ -2443,8 +2472,8 @@ class GoabFilterChip extends GoabBaseComponent$1 {
2443
2472
  _onClick() {
2444
2473
  this.onClick.emit();
2445
2474
  }
2446
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFilterChip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2447
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabFilterChip, isStandalone: true, selector: "goab-filter-chip", inputs: { error: ["error", "error", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], content: "content", iconTheme: "iconTheme" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
2475
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFilterChip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2476
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabFilterChip, isStandalone: true, selector: "goab-filter-chip", inputs: { error: ["error", "error", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], content: "content", iconTheme: "iconTheme" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
2448
2477
  <goa-filter-chip
2449
2478
  [attr.error]="error"
2450
2479
  [attr.icontheme]="iconTheme"
@@ -2460,7 +2489,7 @@ class GoabFilterChip extends GoabBaseComponent$1 {
2460
2489
  </goa-filter-chip>
2461
2490
  }`, isInline: true }); }
2462
2491
  }
2463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFilterChip, decorators: [{
2492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFilterChip, decorators: [{
2464
2493
  type: Component,
2465
2494
  args: [{
2466
2495
  standalone: true,
@@ -2509,8 +2538,8 @@ class GoabAppFooter {
2509
2538
  this.cdr.detectChanges();
2510
2539
  }, 0);
2511
2540
  }
2512
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppFooter, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2513
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabAppFooter, isStandalone: true, selector: "goab-app-footer", inputs: { maxContentWidth: "maxContentWidth", testId: "testId", url: "url" }, ngImport: i0, template: `
2541
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppFooter, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2542
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabAppFooter, isStandalone: true, selector: "goab-app-footer", inputs: { maxContentWidth: "maxContentWidth", testId: "testId", url: "url" }, ngImport: i0, template: `
2514
2543
  @if (isReady) {
2515
2544
  <goa-app-footer
2516
2545
  [attr.maxcontentwidth]="maxContentWidth"
@@ -2524,7 +2553,7 @@ class GoabAppFooter {
2524
2553
  }
2525
2554
  `, isInline: true }); }
2526
2555
  }
2527
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppFooter, decorators: [{
2556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppFooter, decorators: [{
2528
2557
  type: Component,
2529
2558
  args: [{
2530
2559
  standalone: true,
@@ -2565,8 +2594,8 @@ class GoabAppFooterMetaSection {
2565
2594
  this.cdr.detectChanges();
2566
2595
  }, 0);
2567
2596
  }
2568
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppFooterMetaSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2569
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabAppFooterMetaSection, isStandalone: true, selector: "goab-app-footer-meta-section", inputs: { testId: "testId", slot: "slot" }, ngImport: i0, template: `
2597
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppFooterMetaSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2598
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabAppFooterMetaSection, isStandalone: true, selector: "goab-app-footer-meta-section", inputs: { testId: "testId", slot: "slot" }, ngImport: i0, template: `
2570
2599
  @if (isReady) {
2571
2600
  <goa-app-footer-meta-section [attr.testid]="testId">
2572
2601
  <ng-content />
@@ -2574,7 +2603,7 @@ class GoabAppFooterMetaSection {
2574
2603
  }
2575
2604
  `, isInline: true, styles: [":host{width:100%}\n"] }); }
2576
2605
  }
2577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppFooterMetaSection, decorators: [{
2606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppFooterMetaSection, decorators: [{
2578
2607
  type: Component,
2579
2608
  args: [{ standalone: true, selector: "goab-app-footer-meta-section", template: `
2580
2609
  @if (isReady) {
@@ -2604,8 +2633,8 @@ class GoabAppFooterNavSection {
2604
2633
  this.cdr.detectChanges();
2605
2634
  }, 0);
2606
2635
  }
2607
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppFooterNavSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2608
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabAppFooterNavSection, isStandalone: true, selector: "goab-app-footer-nav-section", inputs: { heading: "heading", maxColumnCount: "maxColumnCount", testId: "testId", slot: "slot" }, ngImport: i0, template: `
2636
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppFooterNavSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2637
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabAppFooterNavSection, isStandalone: true, selector: "goab-app-footer-nav-section", inputs: { heading: "heading", maxColumnCount: "maxColumnCount", testId: "testId", slot: "slot" }, ngImport: i0, template: `
2609
2638
  @if (isReady) {
2610
2639
  <goa-app-footer-nav-section
2611
2640
  [attr.maxcolumncount]="maxColumnCount"
@@ -2617,7 +2646,7 @@ class GoabAppFooterNavSection {
2617
2646
  }
2618
2647
  `, isInline: true, styles: [":host{width:100%}\n"] }); }
2619
2648
  }
2620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppFooterNavSection, decorators: [{
2649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppFooterNavSection, decorators: [{
2621
2650
  type: Component,
2622
2651
  args: [{ standalone: true, selector: "goab-app-footer-nav-section", template: `
2623
2652
  @if (isReady) {
@@ -2659,8 +2688,8 @@ class GoabPublicForm {
2659
2688
  const detail = e.detail;
2660
2689
  this.onStateChange.emit(detail.data);
2661
2690
  }
2662
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicForm, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2663
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabPublicForm, isStandalone: true, selector: "goab-public-form", inputs: { status: "status", name: "name" }, outputs: { onInit: "onInit", onComplete: "onComplete", onStateChange: "onStateChange" }, ngImport: i0, template: `
2691
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicForm, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2692
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabPublicForm, isStandalone: true, selector: "goab-public-form", inputs: { status: "status", name: "name" }, outputs: { onInit: "onInit", onComplete: "onComplete", onStateChange: "onStateChange" }, ngImport: i0, template: `
2664
2693
  <goa-public-form
2665
2694
  [attr.status]="status"
2666
2695
  [attr.name]="name"
@@ -2672,7 +2701,7 @@ class GoabPublicForm {
2672
2701
  </goa-public-form>
2673
2702
  `, isInline: true }); }
2674
2703
  }
2675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicForm, decorators: [{
2704
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicForm, decorators: [{
2676
2705
  type: Component,
2677
2706
  args: [{
2678
2707
  selector: "goab-public-form",
@@ -2722,8 +2751,8 @@ class GoabPublicFormPage extends GoabBaseComponent$1 {
2722
2751
  _onContinue(event) {
2723
2752
  this.onContinue.emit(event);
2724
2753
  }
2725
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicFormPage, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2726
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabPublicFormPage, isStandalone: true, selector: "goab-public-form-page", inputs: { id: "id", heading: "heading", subHeading: "subHeading", summaryHeading: "summaryHeading", sectionTitle: "sectionTitle", backUrl: "backUrl", type: "type", buttonText: "buttonText", buttonVisibility: "buttonVisibility" }, outputs: { onContinue: "onContinue" }, usesInheritance: true, ngImport: i0, template: `
2754
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicFormPage, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2755
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabPublicFormPage, isStandalone: true, selector: "goab-public-form-page", inputs: { id: "id", heading: "heading", subHeading: "subHeading", summaryHeading: "summaryHeading", sectionTitle: "sectionTitle", backUrl: "backUrl", type: "type", buttonText: "buttonText", buttonVisibility: "buttonVisibility" }, outputs: { onContinue: "onContinue" }, usesInheritance: true, ngImport: i0, template: `
2727
2756
  <goa-public-form-page
2728
2757
  [id]="id"
2729
2758
  [attr.heading]="heading"
@@ -2744,7 +2773,7 @@ class GoabPublicFormPage extends GoabBaseComponent$1 {
2744
2773
  </goa-public-form-page>
2745
2774
  `, isInline: true }); }
2746
2775
  }
2747
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicFormPage, decorators: [{
2776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicFormPage, decorators: [{
2748
2777
  type: Component,
2749
2778
  args: [{
2750
2779
  selector: "goab-public-form-page",
@@ -2794,14 +2823,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
2794
2823
  }] } });
2795
2824
 
2796
2825
  class GoabPublicFormSummary {
2797
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicFormSummary, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2798
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabPublicFormSummary, isStandalone: true, selector: "goab-public-form-summary", inputs: { heading: "heading" }, ngImport: i0, template: `
2826
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicFormSummary, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2827
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabPublicFormSummary, isStandalone: true, selector: "goab-public-form-summary", inputs: { heading: "heading" }, ngImport: i0, template: `
2799
2828
  <goa-public-form-summary [attr.heading]="heading">
2800
2829
  <ng-content />
2801
2830
  </goa-public-form-summary>
2802
2831
  `, isInline: true }); }
2803
2832
  }
2804
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicFormSummary, decorators: [{
2833
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicFormSummary, decorators: [{
2805
2834
  type: Component,
2806
2835
  args: [{
2807
2836
  selector: "goab-public-form-summary",
@@ -2832,8 +2861,8 @@ class GoabPublicSubform extends GoabBaseComponent$1 {
2832
2861
  _onStateChange(e) {
2833
2862
  this.onStateChange.emit(e);
2834
2863
  }
2835
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicSubform, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2836
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabPublicSubform, isStandalone: true, selector: "goab-public-subform", inputs: { id: "id", name: "name", continueMsg: "continueMsg" }, outputs: { onInit: "onInit", onStateChange: "onStateChange" }, usesInheritance: true, ngImport: i0, template: `
2864
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicSubform, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2865
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabPublicSubform, isStandalone: true, selector: "goab-public-subform", inputs: { id: "id", name: "name", continueMsg: "continueMsg" }, outputs: { onInit: "onInit", onStateChange: "onStateChange" }, usesInheritance: true, ngImport: i0, template: `
2837
2866
  <goa-public-subform
2838
2867
  [attr.id]="id"
2839
2868
  [attr.name]="name"
@@ -2849,7 +2878,7 @@ class GoabPublicSubform extends GoabBaseComponent$1 {
2849
2878
  </goa-public-subform>
2850
2879
  `, isInline: true }); }
2851
2880
  }
2852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicSubform, decorators: [{
2881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicSubform, decorators: [{
2853
2882
  type: Component,
2854
2883
  args: [{
2855
2884
  selector: "goab-public-subform",
@@ -2891,8 +2920,8 @@ class GoabPublicSubformIndex extends GoabBaseComponent$1 {
2891
2920
  this.actionButtonText = "";
2892
2921
  this.buttonVisibility = "hidden";
2893
2922
  }
2894
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicSubformIndex, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2895
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabPublicSubformIndex, isStandalone: true, selector: "goab-public-subform-index", inputs: { heading: "heading", sectionTitle: "sectionTitle", actionButtonText: "actionButtonText", buttonVisibility: "buttonVisibility" }, host: { attributes: { "slot": "subform-index" } }, usesInheritance: true, ngImport: i0, template: `
2923
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicSubformIndex, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2924
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabPublicSubformIndex, isStandalone: true, selector: "goab-public-subform-index", inputs: { heading: "heading", sectionTitle: "sectionTitle", actionButtonText: "actionButtonText", buttonVisibility: "buttonVisibility" }, host: { attributes: { "slot": "subform-index" } }, usesInheritance: true, ngImport: i0, template: `
2896
2925
  <goa-public-subform-index
2897
2926
  [attr.heading]="heading"
2898
2927
  [attr.section-title]="sectionTitle"
@@ -2907,7 +2936,7 @@ class GoabPublicSubformIndex extends GoabBaseComponent$1 {
2907
2936
  </goa-public-subform-index>
2908
2937
  `, isInline: true }); }
2909
2938
  }
2910
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicSubformIndex, decorators: [{
2939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicSubformIndex, decorators: [{
2911
2940
  type: Component,
2912
2941
  args: [{
2913
2942
  selector: "goab-public-subform-index",
@@ -2942,14 +2971,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
2942
2971
  }] } });
2943
2972
 
2944
2973
  class GoabPublicFormTask {
2945
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicFormTask, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2946
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabPublicFormTask, isStandalone: true, selector: "goab-public-form-task", inputs: { status: "status" }, ngImport: i0, template: `
2974
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicFormTask, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2975
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabPublicFormTask, isStandalone: true, selector: "goab-public-form-task", inputs: { status: "status" }, ngImport: i0, template: `
2947
2976
  <goa-public-form-task [attr.status]="status">
2948
2977
  <ng-content />
2949
2978
  </goa-public-form-task>
2950
2979
  `, isInline: true }); }
2951
2980
  }
2952
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicFormTask, decorators: [{
2981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicFormTask, decorators: [{
2953
2982
  type: Component,
2954
2983
  args: [{
2955
2984
  selector: "goab-public-form-task",
@@ -2966,8 +2995,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
2966
2995
  }] } });
2967
2996
 
2968
2997
  class GoabPublicFormTaskList extends GoabBaseComponent$1 {
2969
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicFormTaskList, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2970
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabPublicFormTaskList, isStandalone: true, selector: "goab-public-form-task-list", inputs: { heading: "heading" }, usesInheritance: true, ngImport: i0, template: `
2998
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicFormTaskList, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2999
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabPublicFormTaskList, isStandalone: true, selector: "goab-public-form-task-list", inputs: { heading: "heading" }, usesInheritance: true, ngImport: i0, template: `
2971
3000
  <goa-public-form-task-list
2972
3001
  [attr.heading]="heading"
2973
3002
  [attr.mt]="mt"
@@ -2979,7 +3008,7 @@ class GoabPublicFormTaskList extends GoabBaseComponent$1 {
2979
3008
  </goa-public-form-task-list>
2980
3009
  `, isInline: true }); }
2981
3010
  }
2982
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPublicFormTaskList, decorators: [{
3011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPublicFormTaskList, decorators: [{
2983
3012
  type: Component,
2984
3013
  args: [{
2985
3014
  selector: "goab-public-form-task-list",
@@ -3010,8 +3039,8 @@ class GoabFieldset {
3010
3039
  const detail = event.detail;
3011
3040
  this.onContinue.emit(detail);
3012
3041
  }
3013
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFieldset, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3014
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabFieldset, isStandalone: true, selector: "goab-fieldset", inputs: { id: "id", sectionTitle: "sectionTitle", dispatchOn: "dispatchOn" }, outputs: { onContinue: "onContinue" }, ngImport: i0, template: ` <goa-fieldset
3042
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFieldset, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3043
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabFieldset, isStandalone: true, selector: "goab-fieldset", inputs: { id: "id", sectionTitle: "sectionTitle", dispatchOn: "dispatchOn" }, outputs: { onContinue: "onContinue" }, ngImport: i0, template: ` <goa-fieldset
3015
3044
  [attr.section-title]="sectionTitle"
3016
3045
  [attr.dispatch-on]="dispatchOn"
3017
3046
  [attr.id]="id"
@@ -3020,7 +3049,7 @@ class GoabFieldset {
3020
3049
  <ng-content></ng-content>
3021
3050
  </goa-fieldset>`, isInline: true }); }
3022
3051
  }
3023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFieldset, decorators: [{
3052
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFieldset, decorators: [{
3024
3053
  type: Component,
3025
3054
  args: [{
3026
3055
  selector: "goab-fieldset",
@@ -3059,8 +3088,8 @@ class GoabFormItem extends GoabBaseComponent$1 {
3059
3088
  this.cdr.detectChanges();
3060
3089
  }, 0);
3061
3090
  }
3062
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFormItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3063
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabFormItem, isStandalone: true, selector: "goab-form-item", inputs: { label: "label", labelSize: "labelSize", helpText: "helpText", error: "error", requirement: "requirement", maxWidth: "maxWidth", id: "id", publicFormSummaryOrder: "publicFormSummaryOrder", name: "name" }, usesInheritance: true, ngImport: i0, template: `
3091
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFormItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3092
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabFormItem, isStandalone: true, selector: "goab-form-item", inputs: { label: "label", labelSize: "labelSize", helpText: "helpText", error: "error", requirement: "requirement", maxWidth: "maxWidth", id: "id", publicFormSummaryOrder: "publicFormSummaryOrder", name: "name" }, usesInheritance: true, ngImport: i0, template: `
3064
3093
  @if (isReady) {
3065
3094
  <goa-form-item
3066
3095
  [attr.label]="label"
@@ -3084,7 +3113,7 @@ class GoabFormItem extends GoabBaseComponent$1 {
3084
3113
  }
3085
3114
  `, isInline: true }); }
3086
3115
  }
3087
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFormItem, decorators: [{
3116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFormItem, decorators: [{
3088
3117
  type: Component,
3089
3118
  args: [{
3090
3119
  standalone: true,
@@ -3141,10 +3170,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
3141
3170
  * // similar to app-footer-meta-section & app-footer-nav-section
3142
3171
  */
3143
3172
  class GoabFormItemSlot {
3144
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFormItemSlot, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3145
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabFormItemSlot, isStandalone: true, selector: "goab-form-item-slot", inputs: { slot: "slot" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
3173
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFormItemSlot, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3174
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabFormItemSlot, isStandalone: true, selector: "goab-form-item-slot", inputs: { slot: "slot" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
3146
3175
  }
3147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFormItemSlot, decorators: [{
3176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFormItemSlot, decorators: [{
3148
3177
  type: Component,
3149
3178
  args: [{
3150
3179
  standalone: true,
@@ -3167,14 +3196,14 @@ class GoabFormStep {
3167
3196
  this.cdr.detectChanges();
3168
3197
  });
3169
3198
  }
3170
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFormStep, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3171
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabFormStep, isStandalone: true, selector: "goab-form-step", inputs: { text: "text", status: "status" }, ngImport: i0, template: `
3199
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFormStep, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3200
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabFormStep, isStandalone: true, selector: "goab-form-step", inputs: { text: "text", status: "status" }, ngImport: i0, template: `
3172
3201
  @if (isReady) {
3173
3202
  <goa-form-step [attr.text]="text" [attr.status]="status"></goa-form-step>
3174
3203
  }
3175
3204
  `, isInline: true }); }
3176
3205
  }
3177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFormStep, decorators: [{
3206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFormStep, decorators: [{
3178
3207
  type: Component,
3179
3208
  args: [{
3180
3209
  standalone: true,
@@ -3210,8 +3239,8 @@ class GoabFormStepper extends GoabBaseComponent$1 {
3210
3239
  const detail = e.detail;
3211
3240
  this.onChange.emit(detail);
3212
3241
  }
3213
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFormStepper, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3214
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabFormStepper, isStandalone: true, selector: "goab-form-stepper", inputs: { step: "step" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
3242
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFormStepper, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3243
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabFormStepper, isStandalone: true, selector: "goab-form-stepper", inputs: { step: "step" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
3215
3244
  @if (isReady) {
3216
3245
  <goa-form-stepper
3217
3246
  [attr.step]="step"
@@ -3227,7 +3256,7 @@ class GoabFormStepper extends GoabBaseComponent$1 {
3227
3256
  }
3228
3257
  `, isInline: true }); }
3229
3258
  }
3230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabFormStepper, decorators: [{
3259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabFormStepper, decorators: [{
3231
3260
  type: Component,
3232
3261
  args: [{
3233
3262
  standalone: true,
@@ -3267,8 +3296,8 @@ class GoabGrid extends GoabBaseComponent$1 {
3267
3296
  this.cdr.detectChanges();
3268
3297
  });
3269
3298
  }
3270
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabGrid, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3271
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabGrid, isStandalone: true, selector: "goab-grid", inputs: { minChildWidth: "minChildWidth", gap: "gap" }, usesInheritance: true, ngImport: i0, template: `
3299
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabGrid, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3300
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabGrid, isStandalone: true, selector: "goab-grid", inputs: { minChildWidth: "minChildWidth", gap: "gap" }, usesInheritance: true, ngImport: i0, template: `
3272
3301
  @if (isReady) {
3273
3302
  <goa-grid
3274
3303
  [attr.gap]="gap"
@@ -3284,7 +3313,7 @@ class GoabGrid extends GoabBaseComponent$1 {
3284
3313
  }
3285
3314
  `, isInline: true }); }
3286
3315
  }
3287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabGrid, decorators: [{
3316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabGrid, decorators: [{
3288
3317
  type: Component,
3289
3318
  args: [{
3290
3319
  standalone: true,
@@ -3328,8 +3357,8 @@ class GoabAppHeader {
3328
3357
  _onMenuClick() {
3329
3358
  this.onMenuClick.emit();
3330
3359
  }
3331
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3332
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabAppHeader, isStandalone: true, selector: "goab-app-header", inputs: { url: "url", heading: "heading", maxContentWidth: "maxContentWidth", testId: "testId", fullMenuBreakpoint: ["fullMenuBreakpoint", "fullMenuBreakpoint", numberAttribute] }, outputs: { onMenuClick: "onMenuClick" }, ngImport: i0, template: `
3360
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3361
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabAppHeader, isStandalone: true, selector: "goab-app-header", inputs: { url: "url", heading: "heading", maxContentWidth: "maxContentWidth", testId: "testId", fullMenuBreakpoint: ["fullMenuBreakpoint", "fullMenuBreakpoint", numberAttribute] }, outputs: { onMenuClick: "onMenuClick" }, ngImport: i0, template: `
3333
3362
  @if (isReady) {
3334
3363
  <goa-app-header
3335
3364
  [attr.url]="url"
@@ -3345,7 +3374,7 @@ class GoabAppHeader {
3345
3374
  }
3346
3375
  `, isInline: true }); }
3347
3376
  }
3348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppHeader, decorators: [{
3377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppHeader, decorators: [{
3349
3378
  type: Component,
3350
3379
  args: [{
3351
3380
  standalone: true,
@@ -3393,8 +3422,8 @@ class GoabAppHeaderMenu {
3393
3422
  this.cdr.detectChanges();
3394
3423
  });
3395
3424
  }
3396
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppHeaderMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3397
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabAppHeaderMenu, isStandalone: true, selector: "goab-app-header-menu", inputs: { leadingIcon: "leadingIcon", heading: "heading", testId: "testId" }, ngImport: i0, template: `
3425
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppHeaderMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3426
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabAppHeaderMenu, isStandalone: true, selector: "goab-app-header-menu", inputs: { leadingIcon: "leadingIcon", heading: "heading", testId: "testId" }, ngImport: i0, template: `
3398
3427
  @if (isReady) {
3399
3428
  <goa-app-header-menu
3400
3429
  [attr.leadingicon]="leadingIcon"
@@ -3406,7 +3435,7 @@ class GoabAppHeaderMenu {
3406
3435
  }
3407
3436
  `, isInline: true }); }
3408
3437
  }
3409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabAppHeaderMenu, decorators: [{
3438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabAppHeaderMenu, decorators: [{
3410
3439
  type: Component,
3411
3440
  args: [{
3412
3441
  standalone: true,
@@ -3443,8 +3472,8 @@ class GoabHeroBanner {
3443
3472
  this.cdr.detectChanges();
3444
3473
  });
3445
3474
  }
3446
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabHeroBanner, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3447
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabHeroBanner, isStandalone: true, selector: "goab-hero-banner", inputs: { heading: "heading", backgroundUrl: "backgroundUrl", minHeight: "minHeight", testId: "testId", maxContentWidth: "maxContentWidth", backgroundColor: "backgroundColor", textColor: "textColor", actions: "actions" }, ngImport: i0, template: `
3475
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabHeroBanner, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3476
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabHeroBanner, isStandalone: true, selector: "goab-hero-banner", inputs: { heading: "heading", backgroundUrl: "backgroundUrl", minHeight: "minHeight", testId: "testId", maxContentWidth: "maxContentWidth", backgroundColor: "backgroundColor", textColor: "textColor", actions: "actions" }, ngImport: i0, template: `
3448
3477
  @if (isReady) {
3449
3478
  <goa-hero-banner
3450
3479
  [attr.heading]="heading"
@@ -3463,7 +3492,7 @@ class GoabHeroBanner {
3463
3492
  }
3464
3493
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
3465
3494
  }
3466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabHeroBanner, decorators: [{
3495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabHeroBanner, decorators: [{
3467
3496
  type: Component,
3468
3497
  args: [{
3469
3498
  standalone: true,
@@ -3521,8 +3550,8 @@ class GoabIcon extends GoabBaseComponent$1 {
3521
3550
  this.cdr.detectChanges();
3522
3551
  }, 0);
3523
3552
  }
3524
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabIcon, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3525
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", 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: `
3553
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabIcon, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3554
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", 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: `
3526
3555
  @if (isReady) {
3527
3556
  <goa-icon
3528
3557
  [attr.type]="type"
@@ -3543,7 +3572,7 @@ class GoabIcon extends GoabBaseComponent$1 {
3543
3572
  }
3544
3573
  `, isInline: true, styles: [":host{display:inline-flex;align-items:center}\n"] }); }
3545
3574
  }
3546
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabIcon, decorators: [{
3575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabIcon, decorators: [{
3547
3576
  type: Component,
3548
3577
  args: [{ standalone: true, selector: "goab-icon", template: `
3549
3578
  @if (isReady) {
@@ -3604,8 +3633,8 @@ class GoabIconButton extends GoabBaseComponent$1 {
3604
3633
  _onClick() {
3605
3634
  this.onClick.emit();
3606
3635
  }
3607
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabIconButton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3608
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabIconButton, isStandalone: true, selector: "goab-icon-button", inputs: { icon: "icon", size: "size", variant: "variant", title: "title", disabled: ["disabled", "disabled", booleanAttribute], ariaLabel: "ariaLabel", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
3636
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabIconButton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3637
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabIconButton, isStandalone: true, selector: "goab-icon-button", inputs: { icon: "icon", size: "size", variant: "variant", title: "title", disabled: ["disabled", "disabled", booleanAttribute], ariaLabel: "ariaLabel", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
3609
3638
  @if (isReady) {
3610
3639
  <goa-icon-button
3611
3640
  [attr.icon]="icon"
@@ -3629,7 +3658,7 @@ class GoabIconButton extends GoabBaseComponent$1 {
3629
3658
  }
3630
3659
  `, isInline: true }); }
3631
3660
  }
3632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabIconButton, decorators: [{
3661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabIconButton, decorators: [{
3633
3662
  type: Component,
3634
3663
  args: [{
3635
3664
  standalone: true,
@@ -3751,8 +3780,8 @@ class GoabInput extends GoabControlValueAccessor$1 {
3751
3780
  return null;
3752
3781
  return this.trailingContent instanceof TemplateRef ? this.trailingContent : null;
3753
3782
  }
3754
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
3755
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabInput, isStandalone: true, selector: "goab-input", inputs: { type: "type", name: "name", debounce: ["debounce", "debounce", numberAttribute], autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: ["focused", "focused", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], width: "width", prefix: "prefix", suffix: "suffix", ariaLabel: "ariaLabel", maxLength: ["maxLength", "maxLength", numberAttribute], min: "min", max: "max", step: ["step", "step", numberAttribute], ariaLabelledBy: "ariaLabelledBy", trailingIconAriaLabel: "trailingIconAriaLabel", textAlign: "textAlign", leadingContent: "leadingContent", trailingContent: "trailingContent" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
3783
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
3784
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabInput, isStandalone: true, selector: "goab-input", inputs: { type: "type", name: "name", debounce: ["debounce", "debounce", numberAttribute], autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: ["focused", "focused", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], width: "width", prefix: "prefix", suffix: "suffix", ariaLabel: "ariaLabel", maxLength: ["maxLength", "maxLength", numberAttribute], min: "min", max: "max", step: ["step", "step", numberAttribute], ariaLabelledBy: "ariaLabelledBy", trailingIconAriaLabel: "trailingIconAriaLabel", textAlign: "textAlign", leadingContent: "leadingContent", trailingContent: "trailingContent" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
3756
3785
  {
3757
3786
  provide: NG_VALUE_ACCESSOR,
3758
3787
  multi: true,
@@ -3829,7 +3858,7 @@ class GoabInput extends GoabControlValueAccessor$1 {
3829
3858
  }
3830
3859
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
3831
3860
  }
3832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabInput, decorators: [{
3861
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabInput, decorators: [{
3833
3862
  type: Component,
3834
3863
  args: [{
3835
3864
  standalone: true,
@@ -4070,8 +4099,8 @@ class GoabInputNumber {
4070
4099
  return null;
4071
4100
  return this.trailingContent instanceof TemplateRef ? this.trailingContent : null;
4072
4101
  }
4073
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabInputNumber, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4074
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabInputNumber, isStandalone: true, selector: "goab-input-number", inputs: { type: "type", name: "name", id: "id", debounce: ["debounce", "debounce", numberAttribute], disabled: ["disabled", "disabled", booleanAttribute], autoCapitalize: "autoCapitalize", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: ["focused", "focused", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], error: ["error", "error", booleanAttribute], width: "width", prefix: "prefix", suffix: "suffix", testId: "testId", ariaLabel: "ariaLabel", maxLength: ["maxLength", "maxLength", numberAttribute], min: "min", max: "max", step: ["step", "step", numberAttribute], ariaLabelledBy: "ariaLabelledBy", mt: "mt", mr: "mr", mb: "mb", ml: "ml", trailingIconAriaLabel: "trailingIconAriaLabel", textAlign: "textAlign", value: "value", leadingContent: "leadingContent", trailingContent: "trailingContent" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
4102
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabInputNumber, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4103
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabInputNumber, isStandalone: true, selector: "goab-input-number", inputs: { type: "type", name: "name", id: "id", debounce: ["debounce", "debounce", numberAttribute], disabled: ["disabled", "disabled", booleanAttribute], autoCapitalize: "autoCapitalize", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: ["focused", "focused", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], error: ["error", "error", booleanAttribute], width: "width", prefix: "prefix", suffix: "suffix", testId: "testId", ariaLabel: "ariaLabel", maxLength: ["maxLength", "maxLength", numberAttribute], min: "min", max: "max", step: ["step", "step", numberAttribute], ariaLabelledBy: "ariaLabelledBy", mt: "mt", mr: "mr", mb: "mb", ml: "ml", trailingIconAriaLabel: "trailingIconAriaLabel", textAlign: "textAlign", value: "value", leadingContent: "leadingContent", trailingContent: "trailingContent" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
4075
4104
  {
4076
4105
  provide: NG_VALUE_ACCESSOR,
4077
4106
  multi: true,
@@ -4147,7 +4176,7 @@ class GoabInputNumber {
4147
4176
  }
4148
4177
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
4149
4178
  }
4150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabInputNumber, decorators: [{
4179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabInputNumber, decorators: [{
4151
4180
  type: Component,
4152
4181
  args: [{
4153
4182
  standalone: true,
@@ -4327,8 +4356,8 @@ class GoabLinearProgress {
4327
4356
  this.cdr.detectChanges();
4328
4357
  }, 0);
4329
4358
  }
4330
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabLinearProgress, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4331
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabLinearProgress, isStandalone: true, selector: "goab-linear-progress", inputs: { progress: "progress", percentVisibility: "percentVisibility", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", testid: "testid" }, ngImport: i0, template: `
4359
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabLinearProgress, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4360
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabLinearProgress, isStandalone: true, selector: "goab-linear-progress", inputs: { progress: "progress", percentVisibility: "percentVisibility", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", testid: "testid" }, ngImport: i0, template: `
4332
4361
  @if (isReady) {
4333
4362
  <goa-linear-progress
4334
4363
  [attr.progress]="progress"
@@ -4341,7 +4370,7 @@ class GoabLinearProgress {
4341
4370
  }
4342
4371
  `, isInline: true }); }
4343
4372
  }
4344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabLinearProgress, decorators: [{
4373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabLinearProgress, decorators: [{
4345
4374
  type: Component,
4346
4375
  args: [{
4347
4376
  standalone: true,
@@ -4384,8 +4413,8 @@ class GoabLink {
4384
4413
  this.cdr.detectChanges();
4385
4414
  });
4386
4415
  }
4387
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabLink, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4388
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabLink, isStandalone: true, selector: "goab-link", inputs: { leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", testId: "testId", action: "action", actionArg: "actionArg", actionArgs: "actionArgs", mt: "mt", mb: "mb", ml: "ml", mr: "mr" }, ngImport: i0, template: `
4416
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabLink, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4417
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabLink, isStandalone: true, selector: "goab-link", inputs: { leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", testId: "testId", action: "action", actionArg: "actionArg", actionArgs: "actionArgs", mt: "mt", mb: "mb", ml: "ml", mr: "mr" }, ngImport: i0, template: `
4389
4418
  @if (isReady) {
4390
4419
  <goa-link
4391
4420
  [attr.leadingicon]="leadingIcon"
@@ -4404,7 +4433,7 @@ class GoabLink {
4404
4433
  }
4405
4434
  `, isInline: true }); }
4406
4435
  }
4407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabLink, decorators: [{
4436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabLink, decorators: [{
4408
4437
  type: Component,
4409
4438
  args: [{
4410
4439
  standalone: true,
@@ -4474,8 +4503,8 @@ class GoabMicrositeHeader {
4474
4503
  _onFeedbackClick() {
4475
4504
  this.onFeedbackClick.emit();
4476
4505
  }
4477
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabMicrositeHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4478
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabMicrositeHeader, isStandalone: true, selector: "goab-microsite-header", inputs: { type: "type", version: "version", feedbackUrl: "feedbackUrl", testId: "testId", maxContentWidth: "maxContentWidth", feedbackUrlTarget: "feedbackUrlTarget", headerUrlTarget: "headerUrlTarget" }, outputs: { onFeedbackClick: "onFeedbackClick" }, ngImport: i0, template: `
4506
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabMicrositeHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4507
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabMicrositeHeader, isStandalone: true, selector: "goab-microsite-header", inputs: { type: "type", version: "version", feedbackUrl: "feedbackUrl", testId: "testId", maxContentWidth: "maxContentWidth", feedbackUrlTarget: "feedbackUrlTarget", headerUrlTarget: "headerUrlTarget" }, outputs: { onFeedbackClick: "onFeedbackClick" }, ngImport: i0, template: `
4479
4508
  @if (isReady) {
4480
4509
  <goa-microsite-header
4481
4510
  [attr.type]="type"
@@ -4495,7 +4524,7 @@ class GoabMicrositeHeader {
4495
4524
  }
4496
4525
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
4497
4526
  }
4498
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabMicrositeHeader, decorators: [{
4527
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabMicrositeHeader, decorators: [{
4499
4528
  type: Component,
4500
4529
  args: [{
4501
4530
  standalone: true,
@@ -4567,8 +4596,8 @@ class GoabModal {
4567
4596
  _onClose() {
4568
4597
  this.onClose.emit();
4569
4598
  }
4570
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabModal, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4571
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabModal, isStandalone: true, selector: "goab-modal", inputs: { calloutVariant: "calloutVariant", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth", closable: "closable", transition: "transition", testId: "testId", role: "role", heading: "heading", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
4599
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabModal, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4600
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabModal, isStandalone: true, selector: "goab-modal", inputs: { calloutVariant: "calloutVariant", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth", closable: "closable", transition: "transition", testId: "testId", role: "role", heading: "heading", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
4572
4601
  @if (isReady) {
4573
4602
  <goa-modal
4574
4603
  [attr.calloutvariant]="calloutVariant"
@@ -4598,7 +4627,7 @@ class GoabModal {
4598
4627
  }
4599
4628
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
4600
4629
  }
4601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabModal, decorators: [{
4630
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabModal, decorators: [{
4602
4631
  type: Component,
4603
4632
  args: [{
4604
4633
  standalone: true,
@@ -4666,8 +4695,8 @@ class GoabMenuButton {
4666
4695
  const detail = e.detail;
4667
4696
  this.onAction.emit(detail);
4668
4697
  }
4669
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabMenuButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4670
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabMenuButton, isStandalone: true, selector: "goab-menu-button", inputs: { text: "text", type: "type", maxWidth: "maxWidth", leadingIcon: "leadingIcon", testId: "testId" }, outputs: { onAction: "onAction" }, ngImport: i0, template: `
4698
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabMenuButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4699
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabMenuButton, isStandalone: true, selector: "goab-menu-button", inputs: { text: "text", type: "type", maxWidth: "maxWidth", leadingIcon: "leadingIcon", testId: "testId" }, outputs: { onAction: "onAction" }, ngImport: i0, template: `
4671
4700
  <goa-menu-button
4672
4701
  [attr.text]="text"
4673
4702
  [attr.type]="type"
@@ -4680,7 +4709,7 @@ class GoabMenuButton {
4680
4709
  </goa-menu-button>
4681
4710
  `, isInline: true }); }
4682
4711
  }
4683
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabMenuButton, decorators: [{
4712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabMenuButton, decorators: [{
4684
4713
  type: Component,
4685
4714
  args: [{
4686
4715
  standalone: true,
@@ -4715,8 +4744,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
4715
4744
  }] } });
4716
4745
 
4717
4746
  class GoabMenuAction {
4718
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabMenuAction, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4719
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabMenuAction, isStandalone: true, selector: "goab-menu-action", inputs: { text: "text", action: "action", icon: "icon", testId: "testId" }, ngImport: i0, template: `
4747
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabMenuAction, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4748
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabMenuAction, isStandalone: true, selector: "goab-menu-action", inputs: { text: "text", action: "action", icon: "icon", testId: "testId" }, ngImport: i0, template: `
4720
4749
  <goa-menu-action
4721
4750
  [attr.text]="text"
4722
4751
  [attr.action]="action"
@@ -4726,7 +4755,7 @@ class GoabMenuAction {
4726
4755
  </goa-menu-action>
4727
4756
  `, isInline: true }); }
4728
4757
  }
4729
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabMenuAction, decorators: [{
4758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabMenuAction, decorators: [{
4730
4759
  type: Component,
4731
4760
  args: [{
4732
4761
  standalone: true,
@@ -4771,8 +4800,8 @@ class GoabNotification {
4771
4800
  _onDismiss() {
4772
4801
  this.onDismiss.emit();
4773
4802
  }
4774
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabNotification, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4775
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabNotification, isStandalone: true, selector: "goab-notification", inputs: { type: "type", ariaLive: "ariaLive", maxContentWidth: "maxContentWidth", testId: "testId" }, outputs: { onDismiss: "onDismiss" }, ngImport: i0, template: `
4803
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabNotification, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4804
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabNotification, isStandalone: true, selector: "goab-notification", inputs: { type: "type", ariaLive: "ariaLive", maxContentWidth: "maxContentWidth", testId: "testId" }, outputs: { onDismiss: "onDismiss" }, ngImport: i0, template: `
4776
4805
  @if (isReady) {
4777
4806
  <goa-notification
4778
4807
  [attr.type]="type"
@@ -4786,7 +4815,7 @@ class GoabNotification {
4786
4815
  }
4787
4816
  `, isInline: true }); }
4788
4817
  }
4789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabNotification, decorators: [{
4818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabNotification, decorators: [{
4790
4819
  type: Component,
4791
4820
  args: [{
4792
4821
  standalone: true,
@@ -4829,8 +4858,8 @@ class GoabPageBlock {
4829
4858
  this.cdr.detectChanges();
4830
4859
  });
4831
4860
  }
4832
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPageBlock, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4833
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabPageBlock, isStandalone: true, selector: "goab-page-block", inputs: { width: "width", testId: "testId" }, ngImport: i0, template: `
4861
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPageBlock, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4862
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabPageBlock, isStandalone: true, selector: "goab-page-block", inputs: { width: "width", testId: "testId" }, ngImport: i0, template: `
4834
4863
  @if (isReady) {
4835
4864
  <goa-page-block [attr.width]="width" [attr.testid]="testId">
4836
4865
  <ng-content></ng-content>
@@ -4838,7 +4867,7 @@ class GoabPageBlock {
4838
4867
  }
4839
4868
  `, isInline: true }); }
4840
4869
  }
4841
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPageBlock, decorators: [{
4870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPageBlock, decorators: [{
4842
4871
  type: Component,
4843
4872
  args: [{
4844
4873
  standalone: true,
@@ -4870,8 +4899,8 @@ class GoabPages extends GoabBaseComponent$1 {
4870
4899
  this.cdr.detectChanges();
4871
4900
  });
4872
4901
  }
4873
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPages, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4874
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabPages, isStandalone: true, selector: "goab-pages", inputs: { current: ["current", "current", numberAttribute] }, usesInheritance: true, ngImport: i0, template: `
4902
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPages, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4903
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabPages, isStandalone: true, selector: "goab-pages", inputs: { current: ["current", "current", numberAttribute] }, usesInheritance: true, ngImport: i0, template: `
4875
4904
  @if (isReady) {
4876
4905
  <goa-pages
4877
4906
  [attr.current]="current"
@@ -4885,7 +4914,7 @@ class GoabPages extends GoabBaseComponent$1 {
4885
4914
  }
4886
4915
  `, isInline: true }); }
4887
4916
  }
4888
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPages, decorators: [{
4917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPages, decorators: [{
4889
4918
  type: Component,
4890
4919
  args: [{
4891
4920
  standalone: true,
@@ -4929,8 +4958,8 @@ class GoabPagination extends GoabBaseComponent$1 {
4929
4958
  const detail = e.detail;
4930
4959
  this.onChange.emit(detail);
4931
4960
  }
4932
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPagination, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4933
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabPagination, isStandalone: true, selector: "goab-pagination", inputs: { itemCount: "itemCount", pageNumber: "pageNumber", perPageCount: "perPageCount", variant: "variant" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
4961
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPagination, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4962
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabPagination, isStandalone: true, selector: "goab-pagination", inputs: { itemCount: "itemCount", pageNumber: "pageNumber", perPageCount: "perPageCount", variant: "variant" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
4934
4963
  @if (isReady) {
4935
4964
  <goa-pagination
4936
4965
  [attr.itemcount]="itemCount"
@@ -4948,7 +4977,7 @@ class GoabPagination extends GoabBaseComponent$1 {
4948
4977
  }
4949
4978
  `, isInline: true }); }
4950
4979
  }
4951
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPagination, decorators: [{
4980
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPagination, decorators: [{
4952
4981
  type: Component,
4953
4982
  args: [{
4954
4983
  standalone: true,
@@ -5000,8 +5029,8 @@ class GoabPopover extends GoabBaseComponent$1 {
5000
5029
  this.cdr.detectChanges();
5001
5030
  });
5002
5031
  }
5003
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPopover, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5004
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabPopover, isStandalone: true, selector: "goab-popover", inputs: { maxWidth: "maxWidth", minWidth: "minWidth", padded: "padded", position: "position", relative: "relative", target: "target" }, usesInheritance: true, ngImport: i0, template: `
5032
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPopover, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5033
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabPopover, isStandalone: true, selector: "goab-popover", inputs: { maxWidth: "maxWidth", minWidth: "minWidth", padded: "padded", position: "position", relative: "relative", target: "target" }, usesInheritance: true, ngImport: i0, template: `
5005
5034
  @if (isReady) {
5006
5035
  <goa-popover
5007
5036
  [attr.maxwidth]="maxWidth"
@@ -5023,7 +5052,7 @@ class GoabPopover extends GoabBaseComponent$1 {
5023
5052
  }
5024
5053
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
5025
5054
  }
5026
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPopover, decorators: [{
5055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPopover, decorators: [{
5027
5056
  type: Component,
5028
5057
  args: [{
5029
5058
  standalone: true,
@@ -5092,8 +5121,8 @@ class GoabPushDrawer {
5092
5121
  return null;
5093
5122
  return this.heading instanceof TemplateRef ? this.heading : null;
5094
5123
  }
5095
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPushDrawer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5096
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabPushDrawer, isStandalone: true, selector: "goab-push-drawer", inputs: { open: ["open", "open", booleanAttribute], heading: "heading", testId: "testId", width: "width", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
5124
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPushDrawer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5125
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabPushDrawer, isStandalone: true, selector: "goab-push-drawer", inputs: { open: ["open", "open", booleanAttribute], heading: "heading", testId: "testId", width: "width", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
5097
5126
  @if (isReady) {
5098
5127
  <goa-push-drawer
5099
5128
  [open]="open"
@@ -5117,7 +5146,7 @@ class GoabPushDrawer {
5117
5146
  }
5118
5147
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
5119
5148
  }
5120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabPushDrawer, decorators: [{
5149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabPushDrawer, decorators: [{
5121
5150
  type: Component,
5122
5151
  args: [{
5123
5152
  standalone: true,
@@ -5185,8 +5214,8 @@ class GoabRadioGroup extends GoabControlValueAccessor$1 {
5185
5214
  this.onChange.emit(detail);
5186
5215
  this.fcChange?.(detail.value);
5187
5216
  }
5188
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
5189
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabRadioGroup, isStandalone: true, selector: "goab-radio-group", inputs: { name: "name", orientation: "orientation", ariaLabel: "ariaLabel" }, outputs: { onChange: "onChange" }, providers: [
5217
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
5218
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabRadioGroup, isStandalone: true, selector: "goab-radio-group", inputs: { name: "name", orientation: "orientation", ariaLabel: "ariaLabel" }, outputs: { onChange: "onChange" }, providers: [
5190
5219
  {
5191
5220
  provide: NG_VALUE_ACCESSOR,
5192
5221
  multi: true,
@@ -5215,7 +5244,7 @@ class GoabRadioGroup extends GoabControlValueAccessor$1 {
5215
5244
  }
5216
5245
  `, isInline: true }); }
5217
5246
  }
5218
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabRadioGroup, decorators: [{
5247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabRadioGroup, decorators: [{
5219
5248
  type: Component,
5220
5249
  args: [{
5221
5250
  standalone: true,
@@ -5285,8 +5314,8 @@ class GoabRadioItem extends GoabBaseComponent$1 {
5285
5314
  return null;
5286
5315
  return this.description instanceof TemplateRef ? this.description : null;
5287
5316
  }
5288
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabRadioItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5289
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabRadioItem, isStandalone: true, selector: "goab-radio-item", inputs: { value: "value", label: "label", name: "name", description: "description", reveal: "reveal", ariaLabel: "ariaLabel", revealAriaLabel: "revealAriaLabel", disabled: ["disabled", "disabled", booleanAttribute], checked: ["checked", "checked", booleanAttribute], error: ["error", "error", booleanAttribute], maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
5317
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabRadioItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5318
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabRadioItem, isStandalone: true, selector: "goab-radio-item", inputs: { value: "value", label: "label", name: "name", description: "description", reveal: "reveal", ariaLabel: "ariaLabel", revealAriaLabel: "revealAriaLabel", disabled: ["disabled", "disabled", booleanAttribute], checked: ["checked", "checked", booleanAttribute], error: ["error", "error", booleanAttribute], maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
5290
5319
  @if (isReady) {
5291
5320
  <goa-radio-item
5292
5321
  [attr.name]="name"
@@ -5317,7 +5346,7 @@ class GoabRadioItem extends GoabBaseComponent$1 {
5317
5346
  }
5318
5347
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
5319
5348
  }
5320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabRadioItem, decorators: [{
5349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabRadioItem, decorators: [{
5321
5350
  type: Component,
5322
5351
  args: [{
5323
5352
  standalone: true,
@@ -5393,8 +5422,8 @@ class GoabSideMenu {
5393
5422
  this.cdr.detectChanges();
5394
5423
  });
5395
5424
  }
5396
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSideMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5397
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabSideMenu, isStandalone: true, selector: "goab-side-menu", inputs: { testId: "testId" }, ngImport: i0, template: `
5425
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSideMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5426
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabSideMenu, isStandalone: true, selector: "goab-side-menu", inputs: { testId: "testId" }, ngImport: i0, template: `
5398
5427
  @if (isReady) {
5399
5428
  <goa-side-menu [attr.testid]="testId">
5400
5429
  <ng-content />
@@ -5402,7 +5431,7 @@ class GoabSideMenu {
5402
5431
  }
5403
5432
  `, isInline: true }); }
5404
5433
  }
5405
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSideMenu, decorators: [{
5434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSideMenu, decorators: [{
5406
5435
  type: Component,
5407
5436
  args: [{
5408
5437
  standalone: true,
@@ -5432,8 +5461,8 @@ class GoabSideMenuGroup extends GoabBaseComponent$1 {
5432
5461
  this.cdr.detectChanges();
5433
5462
  });
5434
5463
  }
5435
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSideMenuGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5436
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabSideMenuGroup, isStandalone: true, selector: "goab-side-menu-group", inputs: { heading: "heading", icon: "icon" }, usesInheritance: true, ngImport: i0, template: `
5464
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSideMenuGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5465
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabSideMenuGroup, isStandalone: true, selector: "goab-side-menu-group", inputs: { heading: "heading", icon: "icon" }, usesInheritance: true, ngImport: i0, template: `
5437
5466
  @if (isReady) {
5438
5467
  <goa-side-menu-group
5439
5468
  [attr.heading]="heading"
@@ -5449,7 +5478,7 @@ class GoabSideMenuGroup extends GoabBaseComponent$1 {
5449
5478
  }
5450
5479
  `, isInline: true }); }
5451
5480
  }
5452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSideMenuGroup, decorators: [{
5481
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSideMenuGroup, decorators: [{
5453
5482
  type: Component,
5454
5483
  args: [{
5455
5484
  standalone: true,
@@ -5489,8 +5518,8 @@ class GoabSideMenuHeading {
5489
5518
  this.cdr.detectChanges();
5490
5519
  });
5491
5520
  }
5492
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSideMenuHeading, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5493
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabSideMenuHeading, isStandalone: true, selector: "goab-side-menu-heading", inputs: { icon: "icon", testId: "testId", meta: "meta" }, ngImport: i0, template: `
5521
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSideMenuHeading, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5522
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabSideMenuHeading, isStandalone: true, selector: "goab-side-menu-heading", inputs: { icon: "icon", testId: "testId", meta: "meta" }, ngImport: i0, template: `
5494
5523
  @if (isReady) {
5495
5524
  <goa-side-menu-heading [attr.testid]="testId" [attr.icon]="icon">
5496
5525
  <ng-content />
@@ -5501,7 +5530,7 @@ class GoabSideMenuHeading {
5501
5530
  }
5502
5531
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
5503
5532
  }
5504
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSideMenuHeading, decorators: [{
5533
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSideMenuHeading, decorators: [{
5505
5534
  type: Component,
5506
5535
  args: [{
5507
5536
  standalone: true,
@@ -5540,8 +5569,8 @@ class GoabSkeleton extends GoabBaseComponent$1 {
5540
5569
  this.cdr.detectChanges();
5541
5570
  });
5542
5571
  }
5543
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSkeleton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5544
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabSkeleton, isStandalone: true, selector: "goab-skeleton", inputs: { type: "type", maxWidth: "maxWidth", size: "size", lineCount: ["lineCount", "lineCount", numberAttribute] }, usesInheritance: true, ngImport: i0, template: `
5572
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSkeleton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5573
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabSkeleton, isStandalone: true, selector: "goab-skeleton", inputs: { type: "type", maxWidth: "maxWidth", size: "size", lineCount: ["lineCount", "lineCount", numberAttribute] }, usesInheritance: true, ngImport: i0, template: `
5545
5574
  @if (isReady) {
5546
5575
  <goa-skeleton
5547
5576
  [attr.maxwidth]="maxWidth"
@@ -5558,7 +5587,7 @@ class GoabSkeleton extends GoabBaseComponent$1 {
5558
5587
  }
5559
5588
  `, isInline: true }); }
5560
5589
  }
5561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSkeleton, decorators: [{
5590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSkeleton, decorators: [{
5562
5591
  type: Component,
5563
5592
  args: [{
5564
5593
  standalone: true,
@@ -5604,8 +5633,8 @@ class GoabSpacer {
5604
5633
  this.cdr.detectChanges();
5605
5634
  });
5606
5635
  }
5607
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSpacer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5608
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabSpacer, isStandalone: true, selector: "goab-spacer", inputs: { hSpacing: "hSpacing", vSpacing: "vSpacing", testId: "testId" }, ngImport: i0, template: `
5636
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSpacer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5637
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabSpacer, isStandalone: true, selector: "goab-spacer", inputs: { hSpacing: "hSpacing", vSpacing: "vSpacing", testId: "testId" }, ngImport: i0, template: `
5609
5638
  @if (isReady) {
5610
5639
  <goa-spacer
5611
5640
  [attr.hspacing]="hSpacing"
@@ -5616,7 +5645,7 @@ class GoabSpacer {
5616
5645
  }
5617
5646
  `, isInline: true }); }
5618
5647
  }
5619
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabSpacer, decorators: [{
5648
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabSpacer, decorators: [{
5620
5649
  type: Component,
5621
5650
  args: [{
5622
5651
  standalone: true,
@@ -5663,8 +5692,8 @@ class GoabTab {
5663
5692
  return null;
5664
5693
  return this.heading instanceof TemplateRef ? this.heading : null;
5665
5694
  }
5666
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTab, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5667
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabTab, isStandalone: true, selector: "goab-tab", inputs: { heading: "heading", disabled: ["disabled", "disabled", booleanAttribute], slug: "slug" }, ngImport: i0, template: `
5695
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTab, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5696
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabTab, isStandalone: true, selector: "goab-tab", inputs: { heading: "heading", disabled: ["disabled", "disabled", booleanAttribute], slug: "slug" }, ngImport: i0, template: `
5668
5697
  @if (isReady) {
5669
5698
  <goa-tab
5670
5699
  [attr.slug]="slug"
@@ -5681,7 +5710,7 @@ class GoabTab {
5681
5710
  }
5682
5711
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
5683
5712
  }
5684
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTab, decorators: [{
5713
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTab, decorators: [{
5685
5714
  type: Component,
5686
5715
  args: [{
5687
5716
  standalone: true,
@@ -5731,8 +5760,8 @@ class GoabTable extends GoabBaseComponent$1 {
5731
5760
  const detail = e.detail;
5732
5761
  this.onSort.emit(detail);
5733
5762
  }
5734
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTable, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5735
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabTable, isStandalone: true, selector: "goab-table", inputs: { width: "width", variant: "variant" }, outputs: { onSort: "onSort" }, usesInheritance: true, ngImport: i0, template: `
5763
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTable, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5764
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabTable, isStandalone: true, selector: "goab-table", inputs: { width: "width", variant: "variant" }, outputs: { onSort: "onSort" }, usesInheritance: true, ngImport: i0, template: `
5736
5765
  @if (isReady) {
5737
5766
  <goa-table
5738
5767
  [attr.width]="width"
@@ -5751,7 +5780,7 @@ class GoabTable extends GoabBaseComponent$1 {
5751
5780
  }
5752
5781
  `, isInline: true }); }
5753
5782
  }
5754
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTable, decorators: [{
5783
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTable, decorators: [{
5755
5784
  type: Component,
5756
5785
  args: [{
5757
5786
  standalone: true,
@@ -5796,8 +5825,8 @@ class GoabTableSortHeader {
5796
5825
  this.cdr.detectChanges();
5797
5826
  });
5798
5827
  }
5799
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTableSortHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5800
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabTableSortHeader, isStandalone: true, selector: "goab-table-sort-header", inputs: { name: "name", direction: "direction" }, ngImport: i0, template: `
5828
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTableSortHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5829
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabTableSortHeader, isStandalone: true, selector: "goab-table-sort-header", inputs: { name: "name", direction: "direction" }, ngImport: i0, template: `
5801
5830
  @if (isReady) {
5802
5831
  <goa-table-sort-header
5803
5832
  [attr.name]="name"
@@ -5808,7 +5837,7 @@ class GoabTableSortHeader {
5808
5837
  }
5809
5838
  `, isInline: true }); }
5810
5839
  }
5811
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTableSortHeader, decorators: [{
5840
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTableSortHeader, decorators: [{
5812
5841
  type: Component,
5813
5842
  args: [{
5814
5843
  standalone: true,
@@ -5847,8 +5876,8 @@ class GoabTabs {
5847
5876
  const detail = e.detail;
5848
5877
  this.onChange.emit(detail);
5849
5878
  }
5850
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTabs, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5851
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabTabs, isStandalone: true, selector: "goab-tabs", inputs: { initialTab: ["initialTab", "initialTab", numberAttribute], testId: "testId", variant: "variant" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
5879
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTabs, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5880
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabTabs, isStandalone: true, selector: "goab-tabs", inputs: { initialTab: ["initialTab", "initialTab", numberAttribute], testId: "testId", variant: "variant" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
5852
5881
  @if (isReady) {
5853
5882
  <goa-tabs
5854
5883
  [attr.initialtab]="initialTab"
@@ -5861,7 +5890,7 @@ class GoabTabs {
5861
5890
  }
5862
5891
  `, isInline: true }); }
5863
5892
  }
5864
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTabs, decorators: [{
5893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTabs, decorators: [{
5865
5894
  type: Component,
5866
5895
  args: [{
5867
5896
  standalone: true,
@@ -5904,8 +5933,8 @@ class GoabTemporaryNotificationCtrl {
5904
5933
  this.cdr.detectChanges();
5905
5934
  });
5906
5935
  }
5907
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTemporaryNotificationCtrl, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5908
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabTemporaryNotificationCtrl, isStandalone: true, selector: "goab-temporary-notification-ctrl", inputs: { verticalPosition: "verticalPosition", horizontalPosition: "horizontalPosition", testId: "testId" }, ngImport: i0, template: `
5936
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTemporaryNotificationCtrl, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5937
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabTemporaryNotificationCtrl, isStandalone: true, selector: "goab-temporary-notification-ctrl", inputs: { verticalPosition: "verticalPosition", horizontalPosition: "horizontalPosition", testId: "testId" }, ngImport: i0, template: `
5909
5938
  @if (isReady) {
5910
5939
  <goa-temp-notification-ctrl
5911
5940
  [attr.vertical-position]="verticalPosition"
@@ -5916,7 +5945,7 @@ class GoabTemporaryNotificationCtrl {
5916
5945
  }
5917
5946
  `, isInline: true }); }
5918
5947
  }
5919
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTemporaryNotificationCtrl, decorators: [{
5948
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTemporaryNotificationCtrl, decorators: [{
5920
5949
  type: Component,
5921
5950
  args: [{
5922
5951
  standalone: true,
@@ -5961,8 +5990,8 @@ class GoabText {
5961
5990
  this.cdr.detectChanges();
5962
5991
  }, 0);
5963
5992
  }
5964
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabText, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5965
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabText, isStandalone: true, selector: "goab-text", inputs: { tag: "tag", size: "size", maxWidth: "maxWidth", color: "color", id: "id", mt: "mt", mb: "mb", ml: "ml", mr: "mr" }, host: { properties: { "attr.id": "this.hostId" } }, ngImport: i0, template: `
5993
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabText, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5994
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabText, isStandalone: true, selector: "goab-text", inputs: { tag: "tag", size: "size", maxWidth: "maxWidth", color: "color", id: "id", mt: "mt", mb: "mb", ml: "ml", mr: "mr" }, host: { properties: { "attr.id": "this.hostId" } }, ngImport: i0, template: `
5966
5995
  @if (isReady) {
5967
5996
  <goa-text
5968
5997
  [attr.as]="tag"
@@ -5979,7 +6008,7 @@ class GoabText {
5979
6008
  }
5980
6009
  `, isInline: true }); }
5981
6010
  }
5982
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabText, decorators: [{
6011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabText, decorators: [{
5983
6012
  type: Component,
5984
6013
  args: [{
5985
6014
  standalone: true,
@@ -6064,8 +6093,8 @@ class GoabTextArea extends GoabControlValueAccessor$1 {
6064
6093
  this.markAsTouched();
6065
6094
  this.onBlur.emit(detail);
6066
6095
  }
6067
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTextArea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
6068
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabTextArea, isStandalone: true, selector: "goab-textarea", inputs: { name: "name", placeholder: "placeholder", rows: ["rows", "rows", numberAttribute], readOnly: ["readOnly", "readOnly", booleanAttribute], width: "width", ariaLabel: "ariaLabel", countBy: "countBy", maxCount: "maxCount", maxWidth: "maxWidth", autoComplete: "autoComplete" }, outputs: { onChange: "onChange", onKeyPress: "onKeyPress", onBlur: "onBlur" }, providers: [
6096
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTextArea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
6097
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabTextArea, isStandalone: true, selector: "goab-textarea", inputs: { name: "name", placeholder: "placeholder", rows: ["rows", "rows", numberAttribute], readOnly: ["readOnly", "readOnly", booleanAttribute], width: "width", ariaLabel: "ariaLabel", countBy: "countBy", maxCount: "maxCount", maxWidth: "maxWidth", autoComplete: "autoComplete" }, outputs: { onChange: "onChange", onKeyPress: "onKeyPress", onBlur: "onBlur" }, providers: [
6069
6098
  {
6070
6099
  provide: NG_VALUE_ACCESSOR,
6071
6100
  multi: true,
@@ -6101,7 +6130,7 @@ class GoabTextArea extends GoabControlValueAccessor$1 {
6101
6130
  }
6102
6131
  `, isInline: true }); }
6103
6132
  }
6104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTextArea, decorators: [{
6133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTextArea, decorators: [{
6105
6134
  type: Component,
6106
6135
  args: [{
6107
6136
  standalone: true,
@@ -6194,8 +6223,8 @@ class GoabTooltip extends GoabBaseComponent$1 {
6194
6223
  return null;
6195
6224
  return this.content instanceof TemplateRef ? this.content : null;
6196
6225
  }
6197
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTooltip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6198
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabTooltip, isStandalone: true, selector: "goab-tooltip", inputs: { position: "position", content: "content", hAlign: "hAlign", maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
6226
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTooltip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6227
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabTooltip, isStandalone: true, selector: "goab-tooltip", inputs: { position: "position", content: "content", hAlign: "hAlign", maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
6199
6228
  @if (isReady) {
6200
6229
  <goa-tooltip
6201
6230
  [attr.position]="position"
@@ -6219,7 +6248,7 @@ class GoabTooltip extends GoabBaseComponent$1 {
6219
6248
  }
6220
6249
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
6221
6250
  }
6222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabTooltip, decorators: [{
6251
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabTooltip, decorators: [{
6223
6252
  type: Component,
6224
6253
  args: [{
6225
6254
  standalone: true,
@@ -6261,10 +6290,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
6261
6290
  }] } });
6262
6291
 
6263
6292
  class GoabBaseComponent {
6264
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6265
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabBaseComponent, isStandalone: true, selector: "ng-component", inputs: { mt: "mt", mb: "mb", ml: "ml", mr: "mr", testId: "testId" }, ngImport: i0, template: ``, isInline: true }); }
6293
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6294
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabBaseComponent, isStandalone: true, selector: "ng-component", inputs: { mt: "mt", mb: "mb", ml: "ml", mr: "mr", testId: "testId" }, ngImport: i0, template: ``, isInline: true }); }
6266
6295
  }
6267
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabBaseComponent, decorators: [{
6296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabBaseComponent, decorators: [{
6268
6297
  type: Component,
6269
6298
  args: [{
6270
6299
  standalone: true,
@@ -6390,10 +6419,10 @@ class GoabControlValueAccessor extends GoabBaseComponent {
6390
6419
  setDisabledState(isDisabled) {
6391
6420
  this.disabled = isDisabled;
6392
6421
  }
6393
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabControlValueAccessor, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
6394
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.2.0", type: GoabControlValueAccessor, isStandalone: true, selector: "ng-component", inputs: { id: "id", disabled: ["disabled", "disabled", booleanAttribute], error: ["error", "error", booleanAttribute], value: "value" }, viewQueries: [{ propertyName: "goaComponentRef", first: true, predicate: ["goaComponentRef"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
6422
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabControlValueAccessor, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
6423
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.2.4", type: GoabControlValueAccessor, isStandalone: true, selector: "ng-component", inputs: { id: "id", disabled: ["disabled", "disabled", booleanAttribute], error: ["error", "error", booleanAttribute], value: "value" }, viewQueries: [{ propertyName: "goaComponentRef", first: true, predicate: ["goaComponentRef"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
6395
6424
  }
6396
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabControlValueAccessor, decorators: [{
6425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabControlValueAccessor, decorators: [{
6397
6426
  type: Component,
6398
6427
  args: [{
6399
6428
  standalone: true,
@@ -6414,6 +6443,130 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
6414
6443
  args: ["goaComponentRef", { static: false, read: ElementRef }]
6415
6444
  }] } });
6416
6445
 
6446
+ class GoabxAppHeader extends GoabBaseComponent {
6447
+ constructor(cdr) {
6448
+ super();
6449
+ this.cdr = cdr;
6450
+ this.isReady = false;
6451
+ this.version = "2";
6452
+ this.onMenuClick = new EventEmitter();
6453
+ }
6454
+ ngOnInit() {
6455
+ setTimeout(() => {
6456
+ this.isReady = true;
6457
+ this.cdr.detectChanges();
6458
+ }, 0);
6459
+ }
6460
+ _onMenuClick() {
6461
+ this.onMenuClick.emit();
6462
+ }
6463
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6464
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxAppHeader, isStandalone: true, selector: "goabx-app-header", inputs: { url: "url", heading: "heading", secondaryText: "secondaryText", maxContentWidth: "maxContentWidth", fullMenuBreakpoint: ["fullMenuBreakpoint", "fullMenuBreakpoint", numberAttribute] }, outputs: { onMenuClick: "onMenuClick" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
6465
+ <goa-app-header
6466
+ [attr.url]="url"
6467
+ [attr.heading]="heading"
6468
+ [attr.secondarytext]="secondaryText"
6469
+ [attr.maxcontentwidth]="maxContentWidth"
6470
+ [attr.fullmenubreakpoint]="fullMenuBreakpoint"
6471
+ [attr.testid]="testId"
6472
+ [attr.hasmenuclickhandler]="onMenuClick.observed ? 'true' : 'false'"
6473
+ [attr.version]="version"
6474
+ (_menuClick)="_onMenuClick()"
6475
+ >
6476
+ <ng-content />
6477
+ </goa-app-header>
6478
+ }`, isInline: true }); }
6479
+ }
6480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppHeader, decorators: [{
6481
+ type: Component,
6482
+ args: [{
6483
+ standalone: true,
6484
+ selector: "goabx-app-header",
6485
+ template: `@if (isReady) {
6486
+ <goa-app-header
6487
+ [attr.url]="url"
6488
+ [attr.heading]="heading"
6489
+ [attr.secondarytext]="secondaryText"
6490
+ [attr.maxcontentwidth]="maxContentWidth"
6491
+ [attr.fullmenubreakpoint]="fullMenuBreakpoint"
6492
+ [attr.testid]="testId"
6493
+ [attr.hasmenuclickhandler]="onMenuClick.observed ? 'true' : 'false'"
6494
+ [attr.version]="version"
6495
+ (_menuClick)="_onMenuClick()"
6496
+ >
6497
+ <ng-content />
6498
+ </goa-app-header>
6499
+ }`,
6500
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
6501
+ }]
6502
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { url: [{
6503
+ type: Input
6504
+ }], heading: [{
6505
+ type: Input
6506
+ }], secondaryText: [{
6507
+ type: Input
6508
+ }], maxContentWidth: [{
6509
+ type: Input
6510
+ }], fullMenuBreakpoint: [{
6511
+ type: Input,
6512
+ args: [{ transform: numberAttribute }]
6513
+ }], onMenuClick: [{
6514
+ type: Output
6515
+ }] } });
6516
+
6517
+ class GoabxAppHeaderMenu extends GoabBaseComponent {
6518
+ get hostSlot() {
6519
+ return this.slotName ?? null;
6520
+ }
6521
+ constructor(cdr) {
6522
+ super();
6523
+ this.cdr = cdr;
6524
+ this.isReady = false;
6525
+ }
6526
+ ngOnInit() {
6527
+ setTimeout(() => {
6528
+ this.isReady = true;
6529
+ this.cdr.detectChanges();
6530
+ }, 0);
6531
+ }
6532
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppHeaderMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6533
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxAppHeaderMenu, isStandalone: true, selector: "goabx-app-header-menu", inputs: { leadingIcon: "leadingIcon", heading: "heading", slotName: "slotName" }, host: { properties: { "attr.slot": "this.hostSlot" } }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
6534
+ <goa-app-header-menu
6535
+ [attr.leadingicon]="leadingIcon"
6536
+ [attr.heading]="heading"
6537
+ [attr.testid]="testId"
6538
+ >
6539
+ <ng-content />
6540
+ </goa-app-header-menu>
6541
+ }`, isInline: true }); }
6542
+ }
6543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppHeaderMenu, decorators: [{
6544
+ type: Component,
6545
+ args: [{
6546
+ standalone: true,
6547
+ selector: "goabx-app-header-menu",
6548
+ template: `@if (isReady) {
6549
+ <goa-app-header-menu
6550
+ [attr.leadingicon]="leadingIcon"
6551
+ [attr.heading]="heading"
6552
+ [attr.testid]="testId"
6553
+ >
6554
+ <ng-content />
6555
+ </goa-app-header-menu>
6556
+ }`,
6557
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
6558
+ }]
6559
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { leadingIcon: [{
6560
+ type: Input
6561
+ }], heading: [{
6562
+ type: Input
6563
+ }], slotName: [{
6564
+ type: Input
6565
+ }], hostSlot: [{
6566
+ type: HostBinding,
6567
+ args: ["attr.slot"]
6568
+ }] } });
6569
+
6417
6570
  class GoabxBadge extends GoabBaseComponent {
6418
6571
  constructor(cdr) {
6419
6572
  super();
@@ -6431,8 +6584,8 @@ class GoabxBadge extends GoabBaseComponent {
6431
6584
  this.cdr.detectChanges();
6432
6585
  }, 0);
6433
6586
  }
6434
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxBadge, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6435
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxBadge, isStandalone: true, selector: "goabx-badge", inputs: { type: "type", content: "content", icon: ["icon", "icon", booleanAttribute], iconType: "iconType", size: "size", emphasis: "emphasis", ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
6587
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxBadge, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6588
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxBadge, isStandalone: true, selector: "goabx-badge", inputs: { type: "type", content: "content", icon: ["icon", "icon", booleanAttribute], iconType: "iconType", size: "size", emphasis: "emphasis", ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0, template: `
6436
6589
  @if (isReady) {
6437
6590
  <goa-badge
6438
6591
  [attr.version]="version"
@@ -6453,7 +6606,7 @@ class GoabxBadge extends GoabBaseComponent {
6453
6606
  }
6454
6607
  `, isInline: true, styles: [":host{display:contents}\n"] }); }
6455
6608
  }
6456
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxBadge, decorators: [{
6609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxBadge, decorators: [{
6457
6610
  type: Component,
6458
6611
  args: [{ standalone: true, selector: "goabx-badge", template: `
6459
6612
  @if (isReady) {
@@ -6513,8 +6666,8 @@ class GoabxButton extends GoabBaseComponent {
6513
6666
  _onClick() {
6514
6667
  this.onClick.emit();
6515
6668
  }
6516
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxButton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6517
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxButton, isStandalone: true, selector: "goabx-button", inputs: { type: "type", size: "size", variant: "variant", disabled: ["disabled", "disabled", booleanAttribute], leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", width: "width", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
6669
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxButton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6670
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxButton, isStandalone: true, selector: "goabx-button", inputs: { type: "type", size: "size", variant: "variant", disabled: ["disabled", "disabled", booleanAttribute], leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", width: "width", action: "action", actionArg: "actionArg", actionArgs: "actionArgs" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
6518
6671
  @if (isReady) {
6519
6672
  <goa-button
6520
6673
  [attr.version]="version"
@@ -6540,7 +6693,7 @@ class GoabxButton extends GoabBaseComponent {
6540
6693
  }
6541
6694
  `, isInline: true }); }
6542
6695
  }
6543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxButton, decorators: [{
6696
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxButton, decorators: [{
6544
6697
  type: Component,
6545
6698
  args: [{
6546
6699
  standalone: true,
@@ -6598,12 +6751,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
6598
6751
  }] } });
6599
6752
 
6600
6753
  class GoabxCalendar extends GoabBaseComponent {
6754
+ formatValue(param, val) {
6755
+ if (!val)
6756
+ return "";
6757
+ this.once.when(val instanceof Date).do(param, () => {
6758
+ console.warn(`GoabxCalendar: Using Date for '${param}' is deprecated. Use a string in YYYY-MM-DD format instead.`);
6759
+ });
6760
+ return new CalendarDate(val).toString();
6761
+ }
6762
+ valueString() {
6763
+ return this.formatValue("value", this.value);
6764
+ }
6765
+ minString() {
6766
+ return this.formatValue("min", this.min);
6767
+ }
6768
+ maxString() {
6769
+ return this.formatValue("max", this.max);
6770
+ }
6601
6771
  constructor(cdr) {
6602
6772
  super();
6603
6773
  this.cdr = cdr;
6604
6774
  this.version = 2;
6605
6775
  this.onChange = new EventEmitter();
6606
6776
  this.isReady = false;
6777
+ this.once = new Once();
6607
6778
  }
6608
6779
  ngOnInit() {
6609
6780
  // For Angular 20, we need to delay rendering the web component
@@ -6617,14 +6788,14 @@ class GoabxCalendar extends GoabBaseComponent {
6617
6788
  const details = e.detail;
6618
6789
  this.onChange.emit(details);
6619
6790
  }
6620
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxCalendar, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6621
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxCalendar, isStandalone: true, selector: "goabx-calendar", inputs: { name: "name", value: "value", min: "min", max: "max" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
6791
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxCalendar, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6792
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxCalendar, isStandalone: true, selector: "goabx-calendar", inputs: { name: "name", value: "value", min: "min", max: "max" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
6622
6793
  @if (isReady) {
6623
6794
  <goa-calendar
6624
6795
  [attr.name]="name"
6625
- [value]="value"
6626
- [attr.min]="min"
6627
- [attr.max]="max"
6796
+ [value]="valueString()"
6797
+ [attr.min]="minString()"
6798
+ [attr.max]="maxString()"
6628
6799
  [attr.testid]="testId"
6629
6800
  [attr.mt]="mt"
6630
6801
  [attr.mb]="mb"
@@ -6638,7 +6809,7 @@ class GoabxCalendar extends GoabBaseComponent {
6638
6809
  }
6639
6810
  `, isInline: true }); }
6640
6811
  }
6641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxCalendar, decorators: [{
6812
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxCalendar, decorators: [{
6642
6813
  type: Component,
6643
6814
  args: [{
6644
6815
  standalone: true,
@@ -6647,9 +6818,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
6647
6818
  @if (isReady) {
6648
6819
  <goa-calendar
6649
6820
  [attr.name]="name"
6650
- [value]="value"
6651
- [attr.min]="min"
6652
- [attr.max]="max"
6821
+ [value]="valueString()"
6822
+ [attr.min]="minString()"
6823
+ [attr.max]="maxString()"
6653
6824
  [attr.testid]="testId"
6654
6825
  [attr.mt]="mt"
6655
6826
  [attr.mb]="mb"
@@ -6697,8 +6868,8 @@ class GoabxCallout extends GoabBaseComponent {
6697
6868
  this.cdr.detectChanges();
6698
6869
  }, 0);
6699
6870
  }
6700
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxCallout, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6701
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxCallout, isStandalone: true, selector: "goabx-callout", inputs: { type: "type", heading: "heading", size: "size", maxWidth: "maxWidth", ariaLive: "ariaLive", iconTheme: "iconTheme", emphasis: "emphasis" }, usesInheritance: true, ngImport: i0, template: `
6871
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxCallout, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6872
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxCallout, isStandalone: true, selector: "goabx-callout", inputs: { type: "type", heading: "heading", size: "size", maxWidth: "maxWidth", ariaLive: "ariaLive", iconTheme: "iconTheme", emphasis: "emphasis" }, usesInheritance: true, ngImport: i0, template: `
6702
6873
  @if (isReady) {
6703
6874
  <goa-callout
6704
6875
  [attr.version]="version"
@@ -6720,7 +6891,7 @@ class GoabxCallout extends GoabBaseComponent {
6720
6891
  }
6721
6892
  `, isInline: true }); }
6722
6893
  }
6723
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxCallout, decorators: [{
6894
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxCallout, decorators: [{
6724
6895
  type: Component,
6725
6896
  args: [{
6726
6897
  standalone: true,
@@ -6805,8 +6976,8 @@ class GoabxCheckbox extends GoabControlValueAccessor {
6805
6976
  this.renderer.setAttribute(el, "checked", this.checked ? "true" : "false");
6806
6977
  }
6807
6978
  }
6808
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
6809
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxCheckbox, isStandalone: true, selector: "goabx-checkbox", inputs: { name: "name", checked: ["checked", "checked", booleanAttribute], indeterminate: ["indeterminate", "indeterminate", booleanAttribute], text: "text", value: "value", ariaLabel: "ariaLabel", description: "description", reveal: "reveal", revealArialLabel: "revealArialLabel", maxWidth: "maxWidth", size: "size" }, outputs: { onChange: "onChange" }, providers: [
6979
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
6980
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxCheckbox, isStandalone: true, selector: "goabx-checkbox", inputs: { name: "name", checked: ["checked", "checked", booleanAttribute], indeterminate: ["indeterminate", "indeterminate", booleanAttribute], text: "text", value: "value", ariaLabel: "ariaLabel", description: "description", reveal: "reveal", revealArialLabel: "revealArialLabel", maxWidth: "maxWidth", size: "size" }, outputs: { onChange: "onChange" }, providers: [
6810
6981
  {
6811
6982
  provide: NG_VALUE_ACCESSOR,
6812
6983
  multi: true,
@@ -6848,7 +7019,7 @@ class GoabxCheckbox extends GoabControlValueAccessor {
6848
7019
  </goa-checkbox>
6849
7020
  }`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
6850
7021
  }
6851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxCheckbox, decorators: [{
7022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxCheckbox, decorators: [{
6852
7023
  type: Component,
6853
7024
  args: [{
6854
7025
  standalone: true,
@@ -6959,8 +7130,8 @@ class GoabxCheckboxList extends GoabControlValueAccessor {
6959
7130
  // clone to ensure a new reference and trigger downstream updates
6960
7131
  this.value = Array.isArray(value) ? [...value] : [];
6961
7132
  }
6962
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxCheckboxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
6963
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxCheckboxList, isStandalone: true, selector: "goabx-checkbox-list", inputs: { name: "name", maxWidth: "maxWidth", size: "size", value: "value" }, outputs: { onChange: "onChange" }, providers: [
7133
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxCheckboxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
7134
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxCheckboxList, isStandalone: true, selector: "goabx-checkbox-list", inputs: { name: "name", maxWidth: "maxWidth", size: "size", value: "value" }, outputs: { onChange: "onChange" }, providers: [
6964
7135
  {
6965
7136
  provide: NG_VALUE_ACCESSOR,
6966
7137
  multi: true,
@@ -6987,7 +7158,7 @@ class GoabxCheckboxList extends GoabControlValueAccessor {
6987
7158
  </goa-checkbox-list>
6988
7159
  }`, isInline: true }); }
6989
7160
  }
6990
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxCheckboxList, decorators: [{
7161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxCheckboxList, decorators: [{
6991
7162
  type: Component,
6992
7163
  args: [{
6993
7164
  standalone: true,
@@ -7034,13 +7205,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
7034
7205
  }] } });
7035
7206
 
7036
7207
  class GoabxDatePicker extends GoabControlValueAccessor {
7037
- formatValue(val) {
7208
+ formatValue(param, val) {
7038
7209
  if (!val)
7039
7210
  return "";
7040
- if (val instanceof Date) {
7041
- return val.toISOString();
7042
- }
7043
- return val;
7211
+ this.once.when(val instanceof Date).do(param, () => {
7212
+ console.warn(`GoabxDatePicker: Using Date for '${param}' is deprecated. Use a string in YYYY-MM-DD format instead.`);
7213
+ });
7214
+ return new CalendarDate(val).toString();
7215
+ }
7216
+ valueString() {
7217
+ return this.formatValue("value", this.value);
7218
+ }
7219
+ minString() {
7220
+ return this.formatValue("min", this.min);
7221
+ }
7222
+ maxString() {
7223
+ return this.formatValue("max", this.max);
7044
7224
  }
7045
7225
  _onChange(e) {
7046
7226
  const detail = {
@@ -7058,6 +7238,7 @@ class GoabxDatePicker extends GoabControlValueAccessor {
7058
7238
  this.isReady = false;
7059
7239
  this.version = 2;
7060
7240
  this.onChange = new EventEmitter();
7241
+ this.once = new Once();
7061
7242
  }
7062
7243
  ngOnInit() {
7063
7244
  // For Angular 20, we need to delay rendering the web component
@@ -7086,12 +7267,12 @@ class GoabxDatePicker extends GoabControlValueAccessor {
7086
7267
  this.renderer.setAttribute(datePickerEl, "value", "");
7087
7268
  }
7088
7269
  else {
7089
- this.renderer.setAttribute(datePickerEl, "value", value instanceof Date ? value.toISOString() : value);
7270
+ this.renderer.setAttribute(datePickerEl, "value", value instanceof Date ? new CalendarDate(value).toString() : value);
7090
7271
  }
7091
7272
  }
7092
7273
  }
7093
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxDatePicker, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
7094
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxDatePicker, isStandalone: true, selector: "goabx-date-picker", inputs: { name: "name", value: "value", min: "min", max: "max", type: "type", relative: "relative", width: "width" }, outputs: { onChange: "onChange" }, host: { listeners: { "disabledChange": "listenDisabledChange($event)" } }, providers: [
7274
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxDatePicker, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
7275
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxDatePicker, isStandalone: true, selector: "goabx-date-picker", inputs: { name: "name", value: "value", min: "min", max: "max", type: "type", relative: "relative", width: "width" }, outputs: { onChange: "onChange" }, host: { listeners: { "disabledChange": "listenDisabledChange($event)" } }, providers: [
7095
7276
  {
7096
7277
  provide: NG_VALUE_ACCESSOR,
7097
7278
  multi: true,
@@ -7101,9 +7282,9 @@ class GoabxDatePicker extends GoabControlValueAccessor {
7101
7282
  <goa-date-picker
7102
7283
  #goaComponentRef
7103
7284
  [attr.name]="name"
7104
- [attr.value]="formatValue(value)"
7105
- [attr.min]="min"
7106
- [attr.max]="max"
7285
+ [attr.value]="valueString()"
7286
+ [attr.min]="minString()"
7287
+ [attr.max]="maxString()"
7107
7288
  [attr.error]="error"
7108
7289
  [attr.disabled]="disabled"
7109
7290
  [attr.relative]="relative"
@@ -7120,7 +7301,7 @@ class GoabxDatePicker extends GoabControlValueAccessor {
7120
7301
  </goa-date-picker>
7121
7302
  }`, isInline: true }); }
7122
7303
  }
7123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxDatePicker, decorators: [{
7304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxDatePicker, decorators: [{
7124
7305
  type: Component,
7125
7306
  args: [{
7126
7307
  standalone: true,
@@ -7129,9 +7310,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
7129
7310
  <goa-date-picker
7130
7311
  #goaComponentRef
7131
7312
  [attr.name]="name"
7132
- [attr.value]="formatValue(value)"
7133
- [attr.min]="min"
7134
- [attr.max]="max"
7313
+ [attr.value]="valueString()"
7314
+ [attr.min]="minString()"
7315
+ [attr.max]="maxString()"
7135
7316
  [attr.error]="error"
7136
7317
  [attr.disabled]="disabled"
7137
7318
  [attr.relative]="relative"
@@ -7203,8 +7384,8 @@ class GoabxDrawer {
7203
7384
  return null;
7204
7385
  return this.heading instanceof TemplateRef ? this.heading : null;
7205
7386
  }
7206
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxDrawer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7207
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxDrawer, isStandalone: true, selector: "goabx-drawer", inputs: { open: ["open", "open", booleanAttribute], position: "position", heading: "heading", maxSize: "maxSize", testId: "testId", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `@if (isReady) {
7387
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxDrawer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7388
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxDrawer, isStandalone: true, selector: "goabx-drawer", inputs: { open: ["open", "open", booleanAttribute], position: "position", heading: "heading", maxSize: "maxSize", testId: "testId", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `@if (isReady) {
7208
7389
  <goa-drawer
7209
7390
  [open]="open"
7210
7391
  [attr.position]="position"
@@ -7224,7 +7405,7 @@ class GoabxDrawer {
7224
7405
  </goa-drawer>
7225
7406
  } `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
7226
7407
  }
7227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxDrawer, decorators: [{
7408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxDrawer, decorators: [{
7228
7409
  type: Component,
7229
7410
  args: [{
7230
7411
  standalone: true,
@@ -7269,6 +7450,95 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
7269
7450
  type: Output
7270
7451
  }] } });
7271
7452
 
7453
+ class GoabxPushDrawer {
7454
+ constructor(cdr) {
7455
+ this.cdr = cdr;
7456
+ this.version = "2";
7457
+ this.onClose = new EventEmitter();
7458
+ this.isReady = false;
7459
+ }
7460
+ ngOnInit() {
7461
+ setTimeout(() => {
7462
+ this.isReady = true;
7463
+ this.cdr.detectChanges();
7464
+ }, 0);
7465
+ }
7466
+ _onClose() {
7467
+ this.onClose.emit();
7468
+ }
7469
+ getHeadingAsString() {
7470
+ return this.heading instanceof TemplateRef ? "" : this.heading;
7471
+ }
7472
+ getHeadingAsTemplate() {
7473
+ if (!this.heading)
7474
+ return null;
7475
+ return this.heading instanceof TemplateRef ? this.heading : null;
7476
+ }
7477
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxPushDrawer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7478
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxPushDrawer, isStandalone: true, selector: "goabx-push-drawer", inputs: { open: ["open", "open", booleanAttribute], heading: "heading", width: "width", testId: "testId", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `@if (isReady) {
7479
+ <goa-push-drawer
7480
+ [open]="open"
7481
+ [attr.heading]="getHeadingAsString()"
7482
+ [attr.testid]="testId"
7483
+ [attr.width]="width"
7484
+ [attr.version]="version"
7485
+ (_close)="_onClose()"
7486
+ >
7487
+ <ng-content></ng-content>
7488
+ <div slot="heading">
7489
+ <ng-container [ngTemplateOutlet]="getHeadingAsTemplate()"></ng-container>
7490
+ </div>
7491
+ @if (actions) {
7492
+ <div slot="actions">
7493
+ <ng-container [ngTemplateOutlet]="actions"></ng-container>
7494
+ </div>
7495
+ }
7496
+ </goa-push-drawer>
7497
+ } `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
7498
+ }
7499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxPushDrawer, decorators: [{
7500
+ type: Component,
7501
+ args: [{
7502
+ standalone: true,
7503
+ selector: "goabx-push-drawer",
7504
+ imports: [NgTemplateOutlet],
7505
+ template: `@if (isReady) {
7506
+ <goa-push-drawer
7507
+ [open]="open"
7508
+ [attr.heading]="getHeadingAsString()"
7509
+ [attr.testid]="testId"
7510
+ [attr.width]="width"
7511
+ [attr.version]="version"
7512
+ (_close)="_onClose()"
7513
+ >
7514
+ <ng-content></ng-content>
7515
+ <div slot="heading">
7516
+ <ng-container [ngTemplateOutlet]="getHeadingAsTemplate()"></ng-container>
7517
+ </div>
7518
+ @if (actions) {
7519
+ <div slot="actions">
7520
+ <ng-container [ngTemplateOutlet]="actions"></ng-container>
7521
+ </div>
7522
+ }
7523
+ </goa-push-drawer>
7524
+ } `,
7525
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
7526
+ }]
7527
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { open: [{
7528
+ type: Input,
7529
+ args: [{ transform: booleanAttribute }]
7530
+ }], heading: [{
7531
+ type: Input
7532
+ }], width: [{
7533
+ type: Input
7534
+ }], testId: [{
7535
+ type: Input
7536
+ }], actions: [{
7537
+ type: Input
7538
+ }], onClose: [{
7539
+ type: Output
7540
+ }] } });
7541
+
7272
7542
  // "disabled", "value", "id" is an exposed property of HTMLInputElement, no need to bind with attr
7273
7543
  class GoabxDropdown extends GoabControlValueAccessor {
7274
7544
  constructor(cdr, renderer) {
@@ -7295,8 +7565,8 @@ class GoabxDropdown extends GoabControlValueAccessor {
7295
7565
  this.markAsTouched();
7296
7566
  this.fcChange?.(detail.value || "");
7297
7567
  }
7298
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
7299
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxDropdown, isStandalone: true, selector: "goabx-dropdown", inputs: { name: "name", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterable: ["filterable", "filterable", booleanAttribute], leadingIcon: "leadingIcon", maxHeight: "maxHeight", multiselect: ["multiselect", "multiselect", booleanAttribute], native: ["native", "native", booleanAttribute], placeholder: "placeholder", width: "width", maxWidth: "maxWidth", autoComplete: "autoComplete", size: "size", relative: "relative" }, outputs: { onChange: "onChange" }, providers: [
7568
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
7569
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxDropdown, isStandalone: true, selector: "goabx-dropdown", inputs: { name: "name", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterable: ["filterable", "filterable", booleanAttribute], leadingIcon: "leadingIcon", maxHeight: "maxHeight", multiselect: ["multiselect", "multiselect", booleanAttribute], native: ["native", "native", booleanAttribute], placeholder: "placeholder", width: "width", maxWidth: "maxWidth", autoComplete: "autoComplete", size: "size", relative: "relative" }, outputs: { onChange: "onChange" }, providers: [
7300
7570
  {
7301
7571
  provide: NG_VALUE_ACCESSOR,
7302
7572
  multi: true,
@@ -7337,7 +7607,7 @@ class GoabxDropdown extends GoabControlValueAccessor {
7337
7607
  }
7338
7608
  `, isInline: true }); }
7339
7609
  }
7340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxDropdown, decorators: [{
7610
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxDropdown, decorators: [{
7341
7611
  type: Component,
7342
7612
  args: [{
7343
7613
  standalone: true,
@@ -7433,8 +7703,8 @@ class GoabxDropdownItem {
7433
7703
  this.cdr.detectChanges();
7434
7704
  }, 0);
7435
7705
  }
7436
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7437
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxDropdownItem, isStandalone: true, selector: "goabx-dropdown-item", inputs: { value: "value", filter: "filter", label: "label", name: "name", mountType: "mountType" }, ngImport: i0, template: ` @if (isReady) {
7706
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7707
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxDropdownItem, isStandalone: true, selector: "goabx-dropdown-item", inputs: { value: "value", filter: "filter", label: "label", name: "name", mountType: "mountType" }, ngImport: i0, template: ` @if (isReady) {
7438
7708
  <goa-dropdown-item
7439
7709
  [value]="value"
7440
7710
  [label]="label"
@@ -7445,7 +7715,7 @@ class GoabxDropdownItem {
7445
7715
  </goa-dropdown-item>
7446
7716
  }`, isInline: true }); }
7447
7717
  }
7448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxDropdownItem, decorators: [{
7718
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxDropdownItem, decorators: [{
7449
7719
  type: Component,
7450
7720
  args: [{
7451
7721
  standalone: true,
@@ -7496,8 +7766,8 @@ class GoabxFileUploadCard {
7496
7766
  _onDelete(event) {
7497
7767
  this.onDelete.emit({ filename: this.filename, event });
7498
7768
  }
7499
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxFileUploadCard, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7500
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxFileUploadCard, isStandalone: true, selector: "goabx-file-upload-card", inputs: { filename: "filename", size: ["size", "size", numberAttribute], type: "type", progress: ["progress", "progress", numberAttribute], error: "error", testId: "testId" }, outputs: { onCancel: "onCancel", onDelete: "onDelete" }, ngImport: i0, template: ` @if (isReady) {
7769
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxFileUploadCard, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7770
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxFileUploadCard, isStandalone: true, selector: "goabx-file-upload-card", inputs: { filename: "filename", size: ["size", "size", numberAttribute], type: "type", progress: ["progress", "progress", numberAttribute], error: "error", testId: "testId" }, outputs: { onCancel: "onCancel", onDelete: "onDelete" }, ngImport: i0, template: ` @if (isReady) {
7501
7771
  <goa-file-upload-card
7502
7772
  [attr.version]="version"
7503
7773
  [attr.filename]="filename"
@@ -7512,7 +7782,7 @@ class GoabxFileUploadCard {
7512
7782
  </goa-file-upload-card>
7513
7783
  }`, isInline: true }); }
7514
7784
  }
7515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxFileUploadCard, decorators: [{
7785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxFileUploadCard, decorators: [{
7516
7786
  type: Component,
7517
7787
  args: [{
7518
7788
  standalone: true,
@@ -7579,8 +7849,8 @@ class GoabxFileUploadInput extends GoabBaseComponent {
7579
7849
  };
7580
7850
  this.onSelectFile.emit(detail);
7581
7851
  }
7582
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxFileUploadInput, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7583
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxFileUploadInput, isStandalone: true, selector: "goabx-file-upload-input", inputs: { id: "id", variant: "variant", maxFileSize: "maxFileSize", accept: "accept" }, outputs: { onSelectFile: "onSelectFile" }, usesInheritance: true, ngImport: i0, template: ` @if (isReady) {
7852
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxFileUploadInput, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7853
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxFileUploadInput, isStandalone: true, selector: "goabx-file-upload-input", inputs: { id: "id", variant: "variant", maxFileSize: "maxFileSize", accept: "accept" }, outputs: { onSelectFile: "onSelectFile" }, usesInheritance: true, ngImport: i0, template: ` @if (isReady) {
7584
7854
  <goa-file-upload-input
7585
7855
  [attr.version]="version"
7586
7856
  [attr.variant]="variant"
@@ -7597,7 +7867,7 @@ class GoabxFileUploadInput extends GoabBaseComponent {
7597
7867
  </goa-file-upload-input>
7598
7868
  }`, isInline: true }); }
7599
7869
  }
7600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxFileUploadInput, decorators: [{
7870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxFileUploadInput, decorators: [{
7601
7871
  type: Component,
7602
7872
  args: [{
7603
7873
  standalone: true,
@@ -7655,8 +7925,8 @@ class GoabxFilterChip extends GoabBaseComponent {
7655
7925
  _onClick() {
7656
7926
  this.onClick.emit();
7657
7927
  }
7658
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxFilterChip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7659
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxFilterChip, isStandalone: true, selector: "goabx-filter-chip", inputs: { error: ["error", "error", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], content: "content", iconTheme: "iconTheme", secondaryText: "secondaryText", leadingIcon: "leadingIcon" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
7928
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxFilterChip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7929
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxFilterChip, isStandalone: true, selector: "goabx-filter-chip", inputs: { error: ["error", "error", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], content: "content", iconTheme: "iconTheme", secondaryText: "secondaryText", leadingIcon: "leadingIcon" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
7660
7930
  <goa-filter-chip
7661
7931
  [attr.version]="version"
7662
7932
  [attr.error]="error"
@@ -7675,7 +7945,7 @@ class GoabxFilterChip extends GoabBaseComponent {
7675
7945
  </goa-filter-chip>
7676
7946
  }`, isInline: true }); }
7677
7947
  }
7678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxFilterChip, decorators: [{
7948
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxFilterChip, decorators: [{
7679
7949
  type: Component,
7680
7950
  args: [{
7681
7951
  standalone: true,
@@ -7734,8 +8004,8 @@ class GoabxFormItem extends GoabBaseComponent {
7734
8004
  this.cdr.detectChanges();
7735
8005
  }, 0);
7736
8006
  }
7737
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxFormItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7738
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxFormItem, isStandalone: true, selector: "goabx-form-item", inputs: { label: "label", labelSize: "labelSize", helpText: "helpText", error: "error", requirement: "requirement", maxWidth: "maxWidth", id: "id", type: "type", publicFormSummaryOrder: "publicFormSummaryOrder", name: "name" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
8007
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxFormItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8008
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxFormItem, isStandalone: true, selector: "goabx-form-item", inputs: { label: "label", labelSize: "labelSize", helpText: "helpText", error: "error", requirement: "requirement", maxWidth: "maxWidth", id: "id", type: "type", publicFormSummaryOrder: "publicFormSummaryOrder", name: "name" }, usesInheritance: true, ngImport: i0, template: `@if (isReady) {
7739
8009
  <goa-form-item
7740
8010
  [attr.version]="version"
7741
8011
  [attr.label]="label"
@@ -7759,7 +8029,7 @@ class GoabxFormItem extends GoabBaseComponent {
7759
8029
  </goa-form-item>
7760
8030
  }`, isInline: true }); }
7761
8031
  }
7762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxFormItem, decorators: [{
8032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxFormItem, decorators: [{
7763
8033
  type: Component,
7764
8034
  args: [{
7765
8035
  standalone: true,
@@ -7825,8 +8095,8 @@ class GoabxAppFooter {
7825
8095
  this.cdr.detectChanges();
7826
8096
  }, 0);
7827
8097
  }
7828
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxAppFooter, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7829
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxAppFooter, isStandalone: true, selector: "goabx-app-footer", inputs: { maxContentWidth: "maxContentWidth", testId: "testId", url: "url" }, ngImport: i0, template: `@if (isReady) {
8098
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppFooter, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8099
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxAppFooter, isStandalone: true, selector: "goabx-app-footer", inputs: { maxContentWidth: "maxContentWidth", testId: "testId", url: "url" }, ngImport: i0, template: `@if (isReady) {
7830
8100
  <goa-app-footer
7831
8101
  [attr.maxcontentwidth]="maxContentWidth"
7832
8102
  [attr.url]="url"
@@ -7839,7 +8109,7 @@ class GoabxAppFooter {
7839
8109
  </goa-app-footer>
7840
8110
  }`, isInline: true }); }
7841
8111
  }
7842
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxAppFooter, decorators: [{
8112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppFooter, decorators: [{
7843
8113
  type: Component,
7844
8114
  args: [{
7845
8115
  standalone: true,
@@ -7879,14 +8149,14 @@ class GoabxAppFooterMetaSection {
7879
8149
  this.cdr.detectChanges();
7880
8150
  }, 0);
7881
8151
  }
7882
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxAppFooterMetaSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7883
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxAppFooterMetaSection, isStandalone: true, selector: "goabx-app-footer-meta-section", inputs: { testId: "testId", slot: "slot" }, ngImport: i0, template: `@if (isReady) {
8152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppFooterMetaSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8153
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxAppFooterMetaSection, isStandalone: true, selector: "goabx-app-footer-meta-section", inputs: { testId: "testId", slot: "slot" }, ngImport: i0, template: `@if (isReady) {
7884
8154
  <goa-app-footer-meta-section [attr.testid]="testId">
7885
8155
  <ng-content />
7886
8156
  </goa-app-footer-meta-section>
7887
8157
  }`, isInline: true, styles: [":host{width:100%}\n"] }); }
7888
8158
  }
7889
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxAppFooterMetaSection, decorators: [{
8159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppFooterMetaSection, decorators: [{
7890
8160
  type: Component,
7891
8161
  args: [{ standalone: true, selector: "goabx-app-footer-meta-section", template: `@if (isReady) {
7892
8162
  <goa-app-footer-meta-section [attr.testid]="testId">
@@ -7914,8 +8184,8 @@ class GoabxAppFooterNavSection {
7914
8184
  this.cdr.detectChanges();
7915
8185
  }, 0);
7916
8186
  }
7917
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxAppFooterNavSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
7918
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxAppFooterNavSection, isStandalone: true, selector: "goabx-app-footer-nav-section", inputs: { heading: "heading", maxColumnCount: "maxColumnCount", testId: "testId", slot: "slot" }, ngImport: i0, template: `@if (isReady) {
8187
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppFooterNavSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8188
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxAppFooterNavSection, isStandalone: true, selector: "goabx-app-footer-nav-section", inputs: { heading: "heading", maxColumnCount: "maxColumnCount", testId: "testId", slot: "slot" }, ngImport: i0, template: `@if (isReady) {
7919
8189
  <goa-app-footer-nav-section
7920
8190
  [attr.maxcolumncount]="maxColumnCount"
7921
8191
  [attr.heading]="heading"
@@ -7925,7 +8195,7 @@ class GoabxAppFooterNavSection {
7925
8195
  </goa-app-footer-nav-section>
7926
8196
  }`, isInline: true, styles: [":host{width:100%}\n"] }); }
7927
8197
  }
7928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxAppFooterNavSection, decorators: [{
8198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxAppFooterNavSection, decorators: [{
7929
8199
  type: Component,
7930
8200
  args: [{ standalone: true, selector: "goabx-app-footer-nav-section", template: `@if (isReady) {
7931
8201
  <goa-app-footer-nav-section
@@ -8017,8 +8287,8 @@ class GoabxInput extends GoabControlValueAccessor {
8017
8287
  return null;
8018
8288
  return this.trailingContent instanceof TemplateRef ? this.trailingContent : null;
8019
8289
  }
8020
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
8021
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxInput, isStandalone: true, selector: "goabx-input", inputs: { type: "type", name: "name", debounce: ["debounce", "debounce", numberAttribute], autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: ["focused", "focused", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], width: "width", prefix: "prefix", suffix: "suffix", ariaLabel: "ariaLabel", maxLength: ["maxLength", "maxLength", numberAttribute], min: "min", max: "max", step: ["step", "step", numberAttribute], ariaLabelledBy: "ariaLabelledBy", trailingIconAriaLabel: "trailingIconAriaLabel", textAlign: "textAlign", leadingContent: "leadingContent", trailingContent: "trailingContent", size: "size" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
8290
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
8291
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxInput, isStandalone: true, selector: "goabx-input", inputs: { type: "type", name: "name", debounce: ["debounce", "debounce", numberAttribute], autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", placeholder: "placeholder", leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", variant: "variant", focused: ["focused", "focused", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], width: "width", prefix: "prefix", suffix: "suffix", ariaLabel: "ariaLabel", maxLength: ["maxLength", "maxLength", numberAttribute], min: "min", max: "max", step: ["step", "step", numberAttribute], ariaLabelledBy: "ariaLabelledBy", trailingIconAriaLabel: "trailingIconAriaLabel", textAlign: "textAlign", leadingContent: "leadingContent", trailingContent: "trailingContent", size: "size" }, outputs: { onTrailingIconClick: "onTrailingIconClick", onFocus: "onFocus", onBlur: "onBlur", onKeyPress: "onKeyPress", onChange: "onChange" }, providers: [
8022
8292
  {
8023
8293
  provide: NG_VALUE_ACCESSOR,
8024
8294
  multi: true,
@@ -8094,7 +8364,7 @@ class GoabxInput extends GoabControlValueAccessor {
8094
8364
  </goa-input>
8095
8365
  }`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
8096
8366
  }
8097
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxInput, decorators: [{
8367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxInput, decorators: [{
8098
8368
  type: Component,
8099
8369
  args: [{
8100
8370
  standalone: true,
@@ -8259,8 +8529,8 @@ class GoabxLink {
8259
8529
  this.cdr.detectChanges();
8260
8530
  });
8261
8531
  }
8262
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxLink, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8263
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxLink, isStandalone: true, selector: "goabx-link", inputs: { leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", testId: "testId", action: "action", color: "color", size: "size", actionArg: "actionArg", actionArgs: "actionArgs", mt: "mt", mb: "mb", ml: "ml", mr: "mr" }, ngImport: i0, template: `
8532
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxLink, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8533
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxLink, isStandalone: true, selector: "goabx-link", inputs: { leadingIcon: "leadingIcon", trailingIcon: "trailingIcon", testId: "testId", action: "action", color: "color", size: "size", actionArg: "actionArg", actionArgs: "actionArgs", mt: "mt", mb: "mb", ml: "ml", mr: "mr" }, ngImport: i0, template: `
8264
8534
  @if (isReady) {
8265
8535
  <goa-link
8266
8536
  [attr.leadingicon]="leadingIcon"
@@ -8281,7 +8551,7 @@ class GoabxLink {
8281
8551
  }
8282
8552
  `, isInline: true }); }
8283
8553
  }
8284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxLink, decorators: [{
8554
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxLink, decorators: [{
8285
8555
  type: Component,
8286
8556
  args: [{
8287
8557
  standalone: true,
@@ -8335,8 +8605,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
8335
8605
  }] } });
8336
8606
 
8337
8607
  class GoabxMenuAction {
8338
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxMenuAction, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8339
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabxMenuAction, isStandalone: true, selector: "goabx-menu-action", inputs: { text: "text", action: "action", icon: "icon", testId: "testId" }, ngImport: i0, template: `
8608
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxMenuAction, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8609
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabxMenuAction, isStandalone: true, selector: "goabx-menu-action", inputs: { text: "text", action: "action", icon: "icon", testId: "testId" }, ngImport: i0, template: `
8340
8610
  <goa-menu-action
8341
8611
  [attr.text]="text"
8342
8612
  [attr.action]="action"
@@ -8346,7 +8616,7 @@ class GoabxMenuAction {
8346
8616
  </goa-menu-action>
8347
8617
  `, isInline: true }); }
8348
8618
  }
8349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxMenuAction, decorators: [{
8619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxMenuAction, decorators: [{
8350
8620
  type: Component,
8351
8621
  args: [{
8352
8622
  standalone: true,
@@ -8382,8 +8652,8 @@ class GoabxMenuButton {
8382
8652
  const detail = e.detail;
8383
8653
  this.onAction.emit(detail);
8384
8654
  }
8385
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxMenuButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8386
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: GoabxMenuButton, isStandalone: true, selector: "goabx-menu-button", inputs: { text: "text", type: "type", size: "size", variant: "variant", maxWidth: "maxWidth", leadingIcon: "leadingIcon", ariaLabel: "ariaLabel", testId: "testId" }, outputs: { onAction: "onAction" }, ngImport: i0, template: `
8655
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxMenuButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8656
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: GoabxMenuButton, isStandalone: true, selector: "goabx-menu-button", inputs: { text: "text", type: "type", size: "size", variant: "variant", maxWidth: "maxWidth", leadingIcon: "leadingIcon", ariaLabel: "ariaLabel", testId: "testId" }, outputs: { onAction: "onAction" }, ngImport: i0, template: `
8387
8657
  <goa-menu-button
8388
8658
  [attr.text]="text"
8389
8659
  [attr.type]="type"
@@ -8400,7 +8670,7 @@ class GoabxMenuButton {
8400
8670
  </goa-menu-button>
8401
8671
  `, isInline: true }); }
8402
8672
  }
8403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxMenuButton, decorators: [{
8673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxMenuButton, decorators: [{
8404
8674
  type: Component,
8405
8675
  args: [{
8406
8676
  standalone: true,
@@ -8470,8 +8740,8 @@ class GoabxModal {
8470
8740
  _onClose() {
8471
8741
  this.onClose.emit();
8472
8742
  }
8473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxModal, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8474
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxModal, isStandalone: true, selector: "goabx-modal", inputs: { calloutVariant: "calloutVariant", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth", closable: "closable", transition: "transition", testId: "testId", role: "role", heading: "heading", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
8743
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxModal, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8744
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxModal, isStandalone: true, selector: "goabx-modal", inputs: { calloutVariant: "calloutVariant", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth", closable: "closable", transition: "transition", testId: "testId", role: "role", heading: "heading", actions: "actions" }, outputs: { onClose: "onClose" }, ngImport: i0, template: `
8475
8745
  @if (isReady) {
8476
8746
  <goa-modal
8477
8747
  [attr.version]="version"
@@ -8502,7 +8772,7 @@ class GoabxModal {
8502
8772
  }
8503
8773
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
8504
8774
  }
8505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxModal, decorators: [{
8775
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxModal, decorators: [{
8506
8776
  type: Component,
8507
8777
  args: [{
8508
8778
  standalone: true,
@@ -8581,8 +8851,8 @@ class GoabxNotification {
8581
8851
  _onDismiss() {
8582
8852
  this.onDismiss.emit();
8583
8853
  }
8584
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxNotification, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8585
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxNotification, isStandalone: true, selector: "goabx-notification", inputs: { type: "type", ariaLive: "ariaLive", maxContentWidth: "maxContentWidth", emphasis: "emphasis", compact: ["compact", "compact", booleanAttribute], testId: "testId" }, outputs: { onDismiss: "onDismiss" }, ngImport: i0, template: `
8854
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxNotification, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8855
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxNotification, isStandalone: true, selector: "goabx-notification", inputs: { type: "type", ariaLive: "ariaLive", maxContentWidth: "maxContentWidth", emphasis: "emphasis", compact: ["compact", "compact", booleanAttribute], testId: "testId" }, outputs: { onDismiss: "onDismiss" }, ngImport: i0, template: `
8586
8856
  @if (isReady) {
8587
8857
  <goa-notification
8588
8858
  [attr.version]="version"
@@ -8599,7 +8869,7 @@ class GoabxNotification {
8599
8869
  }
8600
8870
  `, isInline: true }); }
8601
8871
  }
8602
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxNotification, decorators: [{
8872
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxNotification, decorators: [{
8603
8873
  type: Component,
8604
8874
  args: [{
8605
8875
  standalone: true,
@@ -8659,8 +8929,8 @@ class GoabxPagination extends GoabBaseComponent {
8659
8929
  const detail = e.detail;
8660
8930
  this.onChange.emit(detail);
8661
8931
  }
8662
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxPagination, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8663
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxPagination, isStandalone: true, selector: "goabx-pagination", inputs: { itemCount: "itemCount", pageNumber: "pageNumber", perPageCount: "perPageCount", variant: "variant" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
8932
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxPagination, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8933
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxPagination, isStandalone: true, selector: "goabx-pagination", inputs: { itemCount: "itemCount", pageNumber: "pageNumber", perPageCount: "perPageCount", variant: "variant" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
8664
8934
  @if (isReady) {
8665
8935
  <goa-pagination
8666
8936
  [attr.version]="version"
@@ -8679,7 +8949,7 @@ class GoabxPagination extends GoabBaseComponent {
8679
8949
  }
8680
8950
  `, isInline: true }); }
8681
8951
  }
8682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxPagination, decorators: [{
8952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxPagination, decorators: [{
8683
8953
  type: Component,
8684
8954
  args: [{
8685
8955
  standalone: true,
@@ -8742,8 +9012,8 @@ class GoabxRadioGroup extends GoabControlValueAccessor {
8742
9012
  this.onChange.emit(detail);
8743
9013
  this.fcChange?.(detail.value);
8744
9014
  }
8745
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
8746
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxRadioGroup, isStandalone: true, selector: "goabx-radio-group", inputs: { name: "name", orientation: "orientation", ariaLabel: "ariaLabel", size: "size" }, outputs: { onChange: "onChange" }, providers: [
9015
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
9016
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxRadioGroup, isStandalone: true, selector: "goabx-radio-group", inputs: { name: "name", orientation: "orientation", ariaLabel: "ariaLabel", size: "size" }, outputs: { onChange: "onChange" }, providers: [
8747
9017
  {
8748
9018
  provide: NG_VALUE_ACCESSOR,
8749
9019
  multi: true,
@@ -8774,7 +9044,7 @@ class GoabxRadioGroup extends GoabControlValueAccessor {
8774
9044
  }
8775
9045
  `, isInline: true }); }
8776
9046
  }
8777
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxRadioGroup, decorators: [{
9047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxRadioGroup, decorators: [{
8778
9048
  type: Component,
8779
9049
  args: [{
8780
9050
  standalone: true,
@@ -8849,8 +9119,8 @@ class GoabxRadioItem extends GoabBaseComponent {
8849
9119
  return null;
8850
9120
  return this.description instanceof TemplateRef ? this.description : null;
8851
9121
  }
8852
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxRadioItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8853
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxRadioItem, isStandalone: true, selector: "goabx-radio-item", inputs: { value: "value", label: "label", name: "name", description: "description", reveal: "reveal", ariaLabel: "ariaLabel", revealAriaLabel: "revealAriaLabel", disabled: ["disabled", "disabled", booleanAttribute], checked: ["checked", "checked", booleanAttribute], error: ["error", "error", booleanAttribute], maxWidth: "maxWidth", compact: ["compact", "compact", booleanAttribute] }, usesInheritance: true, ngImport: i0, template: `
9122
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxRadioItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9123
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxRadioItem, isStandalone: true, selector: "goabx-radio-item", inputs: { value: "value", label: "label", name: "name", description: "description", reveal: "reveal", ariaLabel: "ariaLabel", revealAriaLabel: "revealAriaLabel", disabled: ["disabled", "disabled", booleanAttribute], checked: ["checked", "checked", booleanAttribute], error: ["error", "error", booleanAttribute], maxWidth: "maxWidth", compact: ["compact", "compact", booleanAttribute] }, usesInheritance: true, ngImport: i0, template: `
8854
9124
  @if (isReady) {
8855
9125
  <goa-radio-item
8856
9126
  [attr.version]="version"
@@ -8883,7 +9153,7 @@ class GoabxRadioItem extends GoabBaseComponent {
8883
9153
  }
8884
9154
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
8885
9155
  }
8886
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxRadioItem, decorators: [{
9156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxRadioItem, decorators: [{
8887
9157
  type: Component,
8888
9158
  args: [{
8889
9159
  standalone: true,
@@ -8965,8 +9235,8 @@ class GoabxSideMenu {
8965
9235
  this.cdr.detectChanges();
8966
9236
  });
8967
9237
  }
8968
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxSideMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
8969
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxSideMenu, isStandalone: true, selector: "goabx-side-menu", inputs: { testId: "testId" }, ngImport: i0, template: `
9238
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxSideMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9239
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxSideMenu, isStandalone: true, selector: "goabx-side-menu", inputs: { testId: "testId" }, ngImport: i0, template: `
8970
9240
  @if (isReady) {
8971
9241
  <goa-side-menu [attr.version]="version" [attr.testid]="testId">
8972
9242
  <ng-content />
@@ -8974,7 +9244,7 @@ class GoabxSideMenu {
8974
9244
  }
8975
9245
  `, isInline: true }); }
8976
9246
  }
8977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxSideMenu, decorators: [{
9247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxSideMenu, decorators: [{
8978
9248
  type: Component,
8979
9249
  args: [{
8980
9250
  standalone: true,
@@ -9005,8 +9275,8 @@ class GoabxSideMenuGroup extends GoabBaseComponent {
9005
9275
  this.cdr.detectChanges();
9006
9276
  });
9007
9277
  }
9008
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxSideMenuGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9009
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxSideMenuGroup, isStandalone: true, selector: "goabx-side-menu-group", inputs: { heading: "heading", icon: "icon" }, usesInheritance: true, ngImport: i0, template: `
9278
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxSideMenuGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9279
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxSideMenuGroup, isStandalone: true, selector: "goabx-side-menu-group", inputs: { heading: "heading", icon: "icon" }, usesInheritance: true, ngImport: i0, template: `
9010
9280
  @if (isReady) {
9011
9281
  <goa-side-menu-group
9012
9282
  [attr.version]="version"
@@ -9023,7 +9293,7 @@ class GoabxSideMenuGroup extends GoabBaseComponent {
9023
9293
  }
9024
9294
  `, isInline: true }); }
9025
9295
  }
9026
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxSideMenuGroup, decorators: [{
9296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxSideMenuGroup, decorators: [{
9027
9297
  type: Component,
9028
9298
  args: [{
9029
9299
  standalone: true,
@@ -9065,8 +9335,8 @@ class GoabxSideMenuHeading {
9065
9335
  this.cdr.detectChanges();
9066
9336
  });
9067
9337
  }
9068
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxSideMenuHeading, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9069
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxSideMenuHeading, isStandalone: true, selector: "goabx-side-menu-heading", inputs: { icon: "icon", testId: "testId", meta: "meta" }, ngImport: i0, template: `
9338
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxSideMenuHeading, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9339
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxSideMenuHeading, isStandalone: true, selector: "goabx-side-menu-heading", inputs: { icon: "icon", testId: "testId", meta: "meta" }, ngImport: i0, template: `
9070
9340
  @if (isReady) {
9071
9341
  <goa-side-menu-heading
9072
9342
  [attr.version]="version"
@@ -9081,7 +9351,7 @@ class GoabxSideMenuHeading {
9081
9351
  }
9082
9352
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
9083
9353
  }
9084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxSideMenuHeading, decorators: [{
9354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxSideMenuHeading, decorators: [{
9085
9355
  type: Component,
9086
9356
  args: [{
9087
9357
  standalone: true,
@@ -9134,8 +9404,8 @@ class GoabxTable extends GoabBaseComponent {
9134
9404
  const detail = e.detail;
9135
9405
  this.onMultiSort.emit(detail);
9136
9406
  }
9137
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTable, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9138
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxTable, isStandalone: true, selector: "goabx-table", inputs: { width: "width", variant: "variant", sortMode: "sortMode", striped: ["striped", "striped", booleanAttribute] }, outputs: { onSort: "onSort", onMultiSort: "onMultiSort" }, usesInheritance: true, ngImport: i0, template: `
9407
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTable, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9408
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxTable, isStandalone: true, selector: "goabx-table", inputs: { width: "width", variant: "variant", sortMode: "sortMode", striped: ["striped", "striped", booleanAttribute] }, outputs: { onSort: "onSort", onMultiSort: "onMultiSort" }, usesInheritance: true, ngImport: i0, template: `
9139
9409
  @if (isReady) {
9140
9410
  <goa-table
9141
9411
  [attr.version]="version"
@@ -9158,7 +9428,7 @@ class GoabxTable extends GoabBaseComponent {
9158
9428
  }
9159
9429
  `, isInline: true }); }
9160
9430
  }
9161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTable, decorators: [{
9431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTable, decorators: [{
9162
9432
  type: Component,
9163
9433
  args: [{
9164
9434
  standalone: true,
@@ -9214,8 +9484,8 @@ class GoabxTableSortHeader {
9214
9484
  this.cdr.detectChanges();
9215
9485
  });
9216
9486
  }
9217
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTableSortHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9218
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxTableSortHeader, isStandalone: true, selector: "goabx-table-sort-header", inputs: { name: "name", direction: "direction", sortOrder: "sortOrder" }, ngImport: i0, template: `
9487
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTableSortHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9488
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxTableSortHeader, isStandalone: true, selector: "goabx-table-sort-header", inputs: { name: "name", direction: "direction", sortOrder: "sortOrder" }, ngImport: i0, template: `
9219
9489
  @if (isReady) {
9220
9490
  <goa-table-sort-header
9221
9491
  [attr.name]="name"
@@ -9227,7 +9497,7 @@ class GoabxTableSortHeader {
9227
9497
  }
9228
9498
  `, isInline: true }); }
9229
9499
  }
9230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTableSortHeader, decorators: [{
9500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTableSortHeader, decorators: [{
9231
9501
  type: Component,
9232
9502
  args: [{
9233
9503
  standalone: true,
@@ -9294,8 +9564,8 @@ class GoabxTextArea extends GoabControlValueAccessor {
9294
9564
  this.markAsTouched();
9295
9565
  this.onBlur.emit(detail);
9296
9566
  }
9297
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTextArea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
9298
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxTextArea, isStandalone: true, selector: "goabx-textarea", inputs: { name: "name", placeholder: "placeholder", rows: ["rows", "rows", numberAttribute], readOnly: ["readOnly", "readOnly", booleanAttribute], width: "width", ariaLabel: "ariaLabel", countBy: "countBy", maxCount: "maxCount", maxWidth: "maxWidth", autoComplete: "autoComplete", size: "size" }, outputs: { onChange: "onChange", onKeyPress: "onKeyPress", onBlur: "onBlur" }, providers: [
9567
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTextArea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
9568
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxTextArea, isStandalone: true, selector: "goabx-textarea", inputs: { name: "name", placeholder: "placeholder", rows: ["rows", "rows", numberAttribute], readOnly: ["readOnly", "readOnly", booleanAttribute], width: "width", ariaLabel: "ariaLabel", countBy: "countBy", maxCount: "maxCount", maxWidth: "maxWidth", autoComplete: "autoComplete", size: "size" }, outputs: { onChange: "onChange", onKeyPress: "onKeyPress", onBlur: "onBlur" }, providers: [
9299
9569
  {
9300
9570
  provide: NG_VALUE_ACCESSOR,
9301
9571
  multi: true,
@@ -9333,7 +9603,7 @@ class GoabxTextArea extends GoabControlValueAccessor {
9333
9603
  }
9334
9604
  `, isInline: true }); }
9335
9605
  }
9336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTextArea, decorators: [{
9606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTextArea, decorators: [{
9337
9607
  type: Component,
9338
9608
  args: [{
9339
9609
  standalone: true,
@@ -9429,8 +9699,8 @@ class GoabxTab {
9429
9699
  return null;
9430
9700
  return this.heading instanceof TemplateRef ? this.heading : null;
9431
9701
  }
9432
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTab, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9433
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxTab, isStandalone: true, selector: "goabx-tab", inputs: { heading: "heading", disabled: ["disabled", "disabled", booleanAttribute], slug: "slug" }, ngImport: i0, template: `
9702
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTab, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9703
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxTab, isStandalone: true, selector: "goabx-tab", inputs: { heading: "heading", disabled: ["disabled", "disabled", booleanAttribute], slug: "slug" }, ngImport: i0, template: `
9434
9704
  @if (isReady) {
9435
9705
  <goa-tab
9436
9706
  [attr.slug]="slug"
@@ -9447,7 +9717,7 @@ class GoabxTab {
9447
9717
  }
9448
9718
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
9449
9719
  }
9450
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTab, decorators: [{
9720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTab, decorators: [{
9451
9721
  type: Component,
9452
9722
  args: [{
9453
9723
  standalone: true,
@@ -9497,8 +9767,8 @@ class GoabxTabs {
9497
9767
  const detail = e.detail;
9498
9768
  this.onChange.emit(detail);
9499
9769
  }
9500
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTabs, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9501
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxTabs, isStandalone: true, selector: "goabx-tabs", inputs: { initialTab: ["initialTab", "initialTab", numberAttribute], testId: "testId", variant: "variant", orientation: "orientation" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
9770
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTabs, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9771
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxTabs, isStandalone: true, selector: "goabx-tabs", inputs: { initialTab: ["initialTab", "initialTab", numberAttribute], testId: "testId", variant: "variant", orientation: "orientation", navigation: "navigation" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
9502
9772
  @if (isReady) {
9503
9773
  <goa-tabs
9504
9774
  [attr.version]="version"
@@ -9506,6 +9776,7 @@ class GoabxTabs {
9506
9776
  [attr.testid]="testId"
9507
9777
  [attr.variant]="variant"
9508
9778
  [attr.orientation]="orientation"
9779
+ [attr.navigation]="navigation"
9509
9780
  (_change)="_onChange($event)"
9510
9781
  >
9511
9782
  <ng-content />
@@ -9513,7 +9784,7 @@ class GoabxTabs {
9513
9784
  }
9514
9785
  `, isInline: true }); }
9515
9786
  }
9516
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxTabs, decorators: [{
9787
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxTabs, decorators: [{
9517
9788
  type: Component,
9518
9789
  args: [{
9519
9790
  standalone: true,
@@ -9526,6 +9797,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9526
9797
  [attr.testid]="testId"
9527
9798
  [attr.variant]="variant"
9528
9799
  [attr.orientation]="orientation"
9800
+ [attr.navigation]="navigation"
9529
9801
  (_change)="_onChange($event)"
9530
9802
  >
9531
9803
  <ng-content />
@@ -9543,6 +9815,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9543
9815
  type: Input
9544
9816
  }], orientation: [{
9545
9817
  type: Input
9818
+ }], navigation: [{
9819
+ type: Input
9546
9820
  }], onChange: [{
9547
9821
  type: Output
9548
9822
  }] } });
@@ -9551,6 +9825,7 @@ class GoabxWorkSideMenu {
9551
9825
  constructor(cdr) {
9552
9826
  this.cdr = cdr;
9553
9827
  this.onToggle = new EventEmitter();
9828
+ this.onNavigate = new EventEmitter();
9554
9829
  this.isReady = false;
9555
9830
  }
9556
9831
  ngOnInit() {
@@ -9564,8 +9839,11 @@ class GoabxWorkSideMenu {
9564
9839
  _onToggle() {
9565
9840
  this.onToggle.emit();
9566
9841
  }
9567
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxWorkSideMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9568
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxWorkSideMenu, isStandalone: true, selector: "goabx-work-side-menu", inputs: { heading: "heading", url: "url", userName: "userName", userSecondaryText: "userSecondaryText", open: ["open", "open", booleanAttribute], testId: "testId", primaryContent: "primaryContent", secondaryContent: "secondaryContent", accountContent: "accountContent" }, outputs: { onToggle: "onToggle" }, ngImport: i0, template: `
9842
+ _onNavigate(e) {
9843
+ this.onNavigate.emit(e.detail.url);
9844
+ }
9845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9846
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxWorkSideMenu, isStandalone: true, selector: "goabx-work-side-menu", inputs: { heading: "heading", url: "url", userName: "userName", userSecondaryText: "userSecondaryText", open: ["open", "open", booleanAttribute], testId: "testId", primaryContent: "primaryContent", secondaryContent: "secondaryContent", accountContent: "accountContent" }, outputs: { onToggle: "onToggle", onNavigate: "onNavigate" }, ngImport: i0, template: `
9569
9847
  @if (isReady) {
9570
9848
  <goa-work-side-menu
9571
9849
  [open]="open ?? false"
@@ -9575,6 +9853,7 @@ class GoabxWorkSideMenu {
9575
9853
  [attr.user-secondary-text]="userSecondaryText"
9576
9854
  [attr.testid]="testId"
9577
9855
  (_toggle)="_onToggle()"
9856
+ (_navigate)="_onNavigate($event)"
9578
9857
  >
9579
9858
  <div slot="primary">
9580
9859
  <ng-container [ngTemplateOutlet]="primaryContent"></ng-container>
@@ -9589,7 +9868,7 @@ class GoabxWorkSideMenu {
9589
9868
  }
9590
9869
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
9591
9870
  }
9592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxWorkSideMenu, decorators: [{
9871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideMenu, decorators: [{
9593
9872
  type: Component,
9594
9873
  args: [{
9595
9874
  standalone: true,
@@ -9605,6 +9884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9605
9884
  [attr.user-secondary-text]="userSecondaryText"
9606
9885
  [attr.testid]="testId"
9607
9886
  (_toggle)="_onToggle()"
9887
+ (_navigate)="_onNavigate($event)"
9608
9888
  >
9609
9889
  <div slot="primary">
9610
9890
  <ng-container [ngTemplateOutlet]="primaryContent"></ng-container>
@@ -9643,6 +9923,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9643
9923
  type: Input
9644
9924
  }], onToggle: [{
9645
9925
  type: Output
9926
+ }], onNavigate: [{
9927
+ type: Output
9646
9928
  }] } });
9647
9929
 
9648
9930
  class GoabxWorkSideMenuItem {
@@ -9659,8 +9941,8 @@ class GoabxWorkSideMenuItem {
9659
9941
  this.cdr.detectChanges();
9660
9942
  }, 0);
9661
9943
  }
9662
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxWorkSideMenuItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9663
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxWorkSideMenuItem, isStandalone: true, selector: "goabx-work-side-menu-item", inputs: { label: "label", url: "url", badge: "badge", current: "current", divider: "divider", icon: "icon", testId: "testId", type: "type" }, ngImport: i0, template: `
9944
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideMenuItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9945
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxWorkSideMenuItem, isStandalone: true, selector: "goabx-work-side-menu-item", inputs: { label: "label", url: "url", badge: "badge", current: "current", divider: "divider", icon: "icon", testId: "testId", type: "type", popoverContent: "popoverContent" }, ngImport: i0, template: `
9664
9946
  @if (isReady) {
9665
9947
  <goa-work-side-menu-item
9666
9948
  [attr.label]="label"
@@ -9672,16 +9954,22 @@ class GoabxWorkSideMenuItem {
9672
9954
  [attr.testid]="testId"
9673
9955
  [attr.type]="type"
9674
9956
  >
9957
+ @if (popoverContent) {
9958
+ <div slot="popoverContent">
9959
+ <ng-container [ngTemplateOutlet]="popoverContent"></ng-container>
9960
+ </div>
9961
+ }
9675
9962
  <ng-content />
9676
9963
  </goa-work-side-menu-item>
9677
9964
  }
9678
- `, isInline: true }); }
9965
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
9679
9966
  }
9680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxWorkSideMenuItem, decorators: [{
9967
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideMenuItem, decorators: [{
9681
9968
  type: Component,
9682
9969
  args: [{
9683
9970
  standalone: true,
9684
9971
  selector: "goabx-work-side-menu-item", // eslint-disable-line
9972
+ imports: [NgTemplateOutlet],
9685
9973
  template: `
9686
9974
  @if (isReady) {
9687
9975
  <goa-work-side-menu-item
@@ -9694,6 +9982,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9694
9982
  [attr.testid]="testId"
9695
9983
  [attr.type]="type"
9696
9984
  >
9985
+ @if (popoverContent) {
9986
+ <div slot="popoverContent">
9987
+ <ng-container [ngTemplateOutlet]="popoverContent"></ng-container>
9988
+ </div>
9989
+ }
9697
9990
  <ng-content />
9698
9991
  </goa-work-side-menu-item>
9699
9992
  }
@@ -9704,8 +9997,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9704
9997
  type: Input,
9705
9998
  args: [{ required: true }]
9706
9999
  }], url: [{
9707
- type: Input,
9708
- args: [{ required: true }]
10000
+ type: Input
9709
10001
  }], badge: [{
9710
10002
  type: Input
9711
10003
  }], current: [{
@@ -9718,6 +10010,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9718
10010
  type: Input
9719
10011
  }], type: [{
9720
10012
  type: Input
10013
+ }], popoverContent: [{
10014
+ type: Input
9721
10015
  }] } });
9722
10016
 
9723
10017
  class GoabxWorkSideMenuGroup {
@@ -9733,8 +10027,8 @@ class GoabxWorkSideMenuGroup {
9733
10027
  this.cdr.detectChanges();
9734
10028
  }, 0);
9735
10029
  }
9736
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxWorkSideMenuGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
9737
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: GoabxWorkSideMenuGroup, isStandalone: true, selector: "goabx-work-side-menu-group", inputs: { heading: "heading", icon: "icon", open: ["open", "open", booleanAttribute], testId: "testId" }, ngImport: i0, template: `
10030
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideMenuGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
10031
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxWorkSideMenuGroup, isStandalone: true, selector: "goabx-work-side-menu-group", inputs: { heading: "heading", icon: "icon", open: ["open", "open", booleanAttribute], testId: "testId" }, ngImport: i0, template: `
9738
10032
  @if (isReady) {
9739
10033
  <goa-work-side-menu-group
9740
10034
  [attr.heading]="heading"
@@ -9747,7 +10041,7 @@ class GoabxWorkSideMenuGroup {
9747
10041
  }
9748
10042
  `, isInline: true }); }
9749
10043
  }
9750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GoabxWorkSideMenuGroup, decorators: [{
10044
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideMenuGroup, decorators: [{
9751
10045
  type: Component,
9752
10046
  args: [{
9753
10047
  standalone: true,
@@ -9770,8 +10064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9770
10064
  type: Input,
9771
10065
  args: [{ required: true }]
9772
10066
  }], icon: [{
9773
- type: Input,
9774
- args: [{ required: true }]
10067
+ type: Input
9775
10068
  }], open: [{
9776
10069
  type: Input,
9777
10070
  args: [{ transform: booleanAttribute }]
@@ -9779,9 +10072,146 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
9779
10072
  type: Input
9780
10073
  }] } });
9781
10074
 
10075
+ class GoabxWorkSideNotificationPanel {
10076
+ constructor(cdr) {
10077
+ this.cdr = cdr;
10078
+ this.onMarkAllRead = new EventEmitter();
10079
+ this.onViewAll = new EventEmitter();
10080
+ this.isReady = false;
10081
+ }
10082
+ ngOnInit() {
10083
+ setTimeout(() => {
10084
+ this.isReady = true;
10085
+ this.cdr.detectChanges();
10086
+ }, 0);
10087
+ }
10088
+ _onMarkAllRead() {
10089
+ this.onMarkAllRead.emit();
10090
+ }
10091
+ _onViewAll() {
10092
+ this.onViewAll.emit();
10093
+ }
10094
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideNotificationPanel, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
10095
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxWorkSideNotificationPanel, isStandalone: true, selector: "goabx-work-side-notification-panel", inputs: { heading: "heading", activeTab: "activeTab", testId: "testId" }, outputs: { onMarkAllRead: "onMarkAllRead", onViewAll: "onViewAll" }, ngImport: i0, template: `
10096
+ @if (isReady) {
10097
+ <goa-work-side-notification-panel
10098
+ [attr.heading]="heading"
10099
+ [attr.active-tab]="activeTab"
10100
+ [attr.testid]="testId"
10101
+ (_markAllRead)="_onMarkAllRead()"
10102
+ (_viewAll)="_onViewAll()"
10103
+ >
10104
+ <ng-content />
10105
+ </goa-work-side-notification-panel>
10106
+ }
10107
+ `, isInline: true }); }
10108
+ }
10109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideNotificationPanel, decorators: [{
10110
+ type: Component,
10111
+ args: [{
10112
+ standalone: true,
10113
+ selector: "goabx-work-side-notification-panel", // eslint-disable-line
10114
+ template: `
10115
+ @if (isReady) {
10116
+ <goa-work-side-notification-panel
10117
+ [attr.heading]="heading"
10118
+ [attr.active-tab]="activeTab"
10119
+ [attr.testid]="testId"
10120
+ (_markAllRead)="_onMarkAllRead()"
10121
+ (_viewAll)="_onViewAll()"
10122
+ >
10123
+ <ng-content />
10124
+ </goa-work-side-notification-panel>
10125
+ }
10126
+ `,
10127
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
10128
+ }]
10129
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { heading: [{
10130
+ type: Input
10131
+ }], activeTab: [{
10132
+ type: Input
10133
+ }], testId: [{
10134
+ type: Input
10135
+ }], onMarkAllRead: [{
10136
+ type: Output
10137
+ }], onViewAll: [{
10138
+ type: Output
10139
+ }] } });
10140
+
10141
+ class GoabxWorkSideNotificationItem {
10142
+ constructor(cdr) {
10143
+ this.cdr = cdr;
10144
+ this.onClick = new EventEmitter();
10145
+ this.isReady = false;
10146
+ }
10147
+ ngOnInit() {
10148
+ setTimeout(() => {
10149
+ this.isReady = true;
10150
+ this.cdr.detectChanges();
10151
+ }, 0);
10152
+ }
10153
+ _onClick() {
10154
+ this.onClick.emit();
10155
+ }
10156
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideNotificationItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
10157
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: GoabxWorkSideNotificationItem, isStandalone: true, selector: "goabx-work-side-notification-item", inputs: { type: "type", timestamp: "timestamp", title: "title", description: "description", readStatus: "readStatus", priority: "priority", testId: "testId" }, outputs: { onClick: "onClick" }, ngImport: i0, template: `
10158
+ @if (isReady) {
10159
+ <goa-work-side-notification-item
10160
+ [attr.type]="type"
10161
+ [attr.timestamp]="timestamp"
10162
+ [attr.title]="title"
10163
+ [attr.description]="description"
10164
+ [attr.read-status]="readStatus"
10165
+ [attr.priority]="priority"
10166
+ [attr.testid]="testId"
10167
+ (_click)="_onClick()"
10168
+ />
10169
+ }
10170
+ `, isInline: true }); }
10171
+ }
10172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: GoabxWorkSideNotificationItem, decorators: [{
10173
+ type: Component,
10174
+ args: [{
10175
+ standalone: true,
10176
+ selector: "goabx-work-side-notification-item", // eslint-disable-line
10177
+ template: `
10178
+ @if (isReady) {
10179
+ <goa-work-side-notification-item
10180
+ [attr.type]="type"
10181
+ [attr.timestamp]="timestamp"
10182
+ [attr.title]="title"
10183
+ [attr.description]="description"
10184
+ [attr.read-status]="readStatus"
10185
+ [attr.priority]="priority"
10186
+ [attr.testid]="testId"
10187
+ (_click)="_onClick()"
10188
+ />
10189
+ }
10190
+ `,
10191
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
10192
+ }]
10193
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { type: [{
10194
+ type: Input
10195
+ }], timestamp: [{
10196
+ type: Input
10197
+ }], title: [{
10198
+ type: Input
10199
+ }], description: [{
10200
+ type: Input,
10201
+ args: [{ required: true }]
10202
+ }], readStatus: [{
10203
+ type: Input
10204
+ }], priority: [{
10205
+ type: Input
10206
+ }], testId: [{
10207
+ type: Input
10208
+ }], onClick: [{
10209
+ type: Output
10210
+ }] } });
10211
+
9782
10212
  /**
9783
10213
  * Generated bundle index. Do not edit.
9784
10214
  */
9785
10215
 
9786
- export { AngularComponentsModule, CheckedDirective, GoabAccordion, GoabAppFooter, GoabAppFooterMetaSection, GoabAppFooterNavSection, GoabAppHeader, GoabAppHeaderMenu, GoabBadge, GoabBlock, GoabButton, GoabButtonGroup, GoabCalendar, GoabCallout, GoabCard, GoabCardActions, GoabCardContent, GoabCardImage, GoabCheckbox, GoabCheckboxList, GoabChip, GoabCircularProgress, GoabColumnLayout, GoabContainer, GoabDataGrid, GoabDatePicker, GoabDetails, GoabDivider, GoabDrawer, GoabDropdown, GoabDropdownItem, GoabFieldset, GoabFileUploadCard, GoabFileUploadInput, GoabFilterChip, GoabFormItem, GoabFormItemSlot, GoabFormStep, GoabFormStepper, GoabGrid, GoabHeroBanner, GoabIcon, GoabIconButton, GoabInput, GoabInputNumber, GoabLinearProgress, GoabLink, GoabMenuAction, GoabMenuButton, GoabMicrositeHeader, GoabModal, GoabNotification, GoabPageBlock, GoabPages, GoabPagination, GoabPopover, GoabPublicForm, GoabPublicFormPage, GoabPublicFormSummary, GoabPublicFormTask, GoabPublicFormTaskList, GoabPublicSubform, GoabPublicSubformIndex, GoabPushDrawer, GoabRadioGroup, GoabRadioItem, GoabSideMenu, GoabSideMenuGroup, GoabSideMenuHeading, GoabSkeleton, GoabSpacer, GoabTab, GoabTable, GoabTableSortHeader, GoabTabs, GoabTemporaryNotificationCtrl, GoabText, GoabTextArea, GoabTooltip, GoabxAppFooter, GoabxAppFooterMetaSection, GoabxAppFooterNavSection, GoabxBadge, GoabxButton, GoabxCalendar, GoabxCallout, GoabxCheckbox, GoabxCheckboxList, GoabxDatePicker, GoabxDrawer, GoabxDropdown, GoabxDropdownItem, GoabxFileUploadCard, GoabxFileUploadInput, GoabxFilterChip, GoabxFormItem, GoabxInput, GoabxLink, GoabxMenuAction, GoabxMenuButton, GoabxModal, GoabxNotification, GoabxPagination, GoabxRadioGroup, GoabxRadioItem, GoabxSideMenu, GoabxSideMenuGroup, GoabxSideMenuHeading, GoabxTab, GoabxTable, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
10216
+ export { AngularComponentsModule, CheckedDirective, GoabAccordion, GoabAppFooter, GoabAppFooterMetaSection, GoabAppFooterNavSection, GoabAppHeader, GoabAppHeaderMenu, GoabBadge, GoabBlock, GoabButton, GoabButtonGroup, GoabCalendar, GoabCallout, GoabCard, GoabCardActions, GoabCardContent, GoabCardImage, GoabCheckbox, GoabCheckboxList, GoabChip, GoabCircularProgress, GoabColumnLayout, GoabContainer, GoabDataGrid, GoabDatePicker, GoabDetails, GoabDivider, GoabDrawer, GoabDropdown, GoabDropdownItem, GoabFieldset, GoabFileUploadCard, GoabFileUploadInput, GoabFilterChip, GoabFormItem, GoabFormItemSlot, GoabFormStep, GoabFormStepper, GoabGrid, GoabHeroBanner, GoabIcon, GoabIconButton, GoabInput, GoabInputNumber, GoabLinearProgress, GoabLink, GoabMenuAction, GoabMenuButton, GoabMicrositeHeader, GoabModal, GoabNotification, GoabPageBlock, GoabPages, GoabPagination, GoabPopover, GoabPublicForm, GoabPublicFormPage, GoabPublicFormSummary, GoabPublicFormTask, GoabPublicFormTaskList, GoabPublicSubform, GoabPublicSubformIndex, GoabPushDrawer, GoabRadioGroup, GoabRadioItem, GoabSideMenu, GoabSideMenuGroup, GoabSideMenuHeading, GoabSkeleton, GoabSpacer, GoabTab, GoabTable, GoabTableSortHeader, GoabTabs, GoabTemporaryNotificationCtrl, GoabText, GoabTextArea, GoabTooltip, GoabxAppFooter, GoabxAppFooterMetaSection, GoabxAppFooterNavSection, GoabxAppHeader, GoabxAppHeaderMenu, GoabxBadge, GoabxButton, GoabxCalendar, GoabxCallout, GoabxCheckbox, GoabxCheckboxList, GoabxDatePicker, GoabxDrawer, GoabxDropdown, GoabxDropdownItem, GoabxFileUploadCard, GoabxFileUploadInput, GoabxFilterChip, GoabxFormItem, GoabxInput, GoabxLink, GoabxMenuAction, GoabxMenuButton, GoabxModal, GoabxNotification, GoabxPagination, GoabxPushDrawer, GoabxRadioGroup, GoabxRadioItem, GoabxSideMenu, GoabxSideMenuGroup, GoabxSideMenuHeading, GoabxTab, GoabxTable, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, GoabxWorkSideNotificationItem, GoabxWorkSideNotificationPanel, ValueDirective, ValueListDirective };
9787
10217
  //# sourceMappingURL=abgov-angular-components.mjs.map