@abgov/angular-components 4.10.0-dev.2 → 4.10.0-dev.5
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.
|
@@ -43,14 +43,14 @@ class ValueDirective {
|
|
|
43
43
|
listenForDisabledChange(isDisabled) {
|
|
44
44
|
this.setDisabledState(isDisabled);
|
|
45
45
|
}
|
|
46
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
47
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
46
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ValueDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
47
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ValueDirective, isStandalone: true, selector: "[goaValue]", host: { listeners: { "_change": "listenForValueChange($event.detail.value)", "disabledChange": "listenForDisabledChange($event.detail.disabled)" } }, providers: [{
|
|
48
48
|
provide: NG_VALUE_ACCESSOR,
|
|
49
49
|
useExisting: forwardRef(() => ValueDirective),
|
|
50
50
|
multi: true,
|
|
51
51
|
}], ngImport: i0 }); }
|
|
52
52
|
}
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ValueDirective, decorators: [{
|
|
54
54
|
type: Directive,
|
|
55
55
|
args: [{
|
|
56
56
|
standalone: true,
|
|
@@ -114,14 +114,14 @@ class ValueListDirective {
|
|
|
114
114
|
this.onChange(value);
|
|
115
115
|
this.onTouched();
|
|
116
116
|
}
|
|
117
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
118
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
117
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ValueListDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
118
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ValueListDirective, isStandalone: true, selector: "[goaValueList]", host: { listeners: { "_change": "listenForValueChange($event.detail.value)" } }, providers: [{
|
|
119
119
|
provide: NG_VALUE_ACCESSOR,
|
|
120
120
|
useExisting: forwardRef(() => ValueListDirective),
|
|
121
121
|
multi: true,
|
|
122
122
|
}], ngImport: i0 }); }
|
|
123
123
|
}
|
|
124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ValueListDirective, decorators: [{
|
|
125
125
|
type: Directive,
|
|
126
126
|
args: [{
|
|
127
127
|
standalone: true,
|
|
@@ -169,8 +169,8 @@ class CheckedDirective extends CheckboxControlValueAccessor {
|
|
|
169
169
|
listenForValueChange(checked) {
|
|
170
170
|
this.value = checked;
|
|
171
171
|
}
|
|
172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
173
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CheckedDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
173
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CheckedDirective, isStandalone: true, selector: "[goaChecked]", host: { listeners: { "_change": "listenForValueChange($event.detail.checked)" } }, providers: [
|
|
174
174
|
{
|
|
175
175
|
useExisting: forwardRef(() => CheckedDirective),
|
|
176
176
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -178,7 +178,7 @@ class CheckedDirective extends CheckboxControlValueAccessor {
|
|
|
178
178
|
},
|
|
179
179
|
], usesInheritance: true, ngImport: i0 }); }
|
|
180
180
|
}
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CheckedDirective, decorators: [{
|
|
182
182
|
type: Directive,
|
|
183
183
|
args: [{
|
|
184
184
|
standalone: true,
|
|
@@ -197,11 +197,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
197
197
|
}] } });
|
|
198
198
|
|
|
199
199
|
class AngularComponentsModule {
|
|
200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
201
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
202
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
201
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: AngularComponentsModule, imports: [CommonModule, ValueDirective, ValueListDirective, CheckedDirective], exports: [ValueDirective, ValueListDirective, CheckedDirective] }); }
|
|
202
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AngularComponentsModule, imports: [CommonModule] }); }
|
|
203
203
|
}
|
|
204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AngularComponentsModule, decorators: [{
|
|
205
205
|
type: NgModule,
|
|
206
206
|
args: [{
|
|
207
207
|
imports: [CommonModule, ValueDirective, ValueListDirective, CheckedDirective],
|
|
@@ -211,10 +211,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
211
211
|
}] });
|
|
212
212
|
|
|
213
213
|
class GoabBaseComponent {
|
|
214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
215
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
214
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
215
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabBaseComponent, isStandalone: true, selector: "ng-component", inputs: { mt: "mt", mb: "mb", ml: "ml", mr: "mr", testId: "testId" }, ngImport: i0, template: ``, isInline: true }); }
|
|
216
216
|
}
|
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabBaseComponent, decorators: [{
|
|
218
218
|
type: Component,
|
|
219
219
|
args: [{
|
|
220
220
|
standalone: true,
|
|
@@ -340,10 +340,10 @@ class GoabControlValueAccessor extends GoabBaseComponent {
|
|
|
340
340
|
setDisabledState(isDisabled) {
|
|
341
341
|
this.disabled = isDisabled;
|
|
342
342
|
}
|
|
343
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
344
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
343
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabControlValueAccessor, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
344
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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 }); }
|
|
345
345
|
}
|
|
346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabControlValueAccessor, decorators: [{
|
|
347
347
|
type: Component,
|
|
348
348
|
args: [{
|
|
349
349
|
standalone: true,
|
|
@@ -383,8 +383,8 @@ class GoabAccordion extends GoabBaseComponent {
|
|
|
383
383
|
const detail = e.detail;
|
|
384
384
|
this.onChange.emit(detail.open);
|
|
385
385
|
}
|
|
386
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
387
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
386
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAccordion, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
387
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
388
388
|
<goa-accordion
|
|
389
389
|
*ngIf="isReady"
|
|
390
390
|
[attr.heading]="heading"
|
|
@@ -407,7 +407,7 @@ class GoabAccordion extends GoabBaseComponent {
|
|
|
407
407
|
</goa-accordion>
|
|
408
408
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
409
409
|
}
|
|
410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAccordion, decorators: [{
|
|
411
411
|
type: Component,
|
|
412
412
|
args: [{
|
|
413
413
|
standalone: true,
|
|
@@ -470,8 +470,8 @@ class GoabBadge extends GoabBaseComponent {
|
|
|
470
470
|
this.cdr.detectChanges();
|
|
471
471
|
}, 0);
|
|
472
472
|
}
|
|
473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
474
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
473
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabBadge, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
474
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
475
475
|
<goa-badge
|
|
476
476
|
*ngIf="isReady"
|
|
477
477
|
[attr.type]="type"
|
|
@@ -488,7 +488,7 @@ class GoabBadge extends GoabBaseComponent {
|
|
|
488
488
|
</goa-badge>
|
|
489
489
|
`, isInline: true, styles: [":host{display:contents}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
490
490
|
}
|
|
491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabBadge, decorators: [{
|
|
492
492
|
type: Component,
|
|
493
493
|
args: [{ standalone: true, selector: "goab-badge", template: `
|
|
494
494
|
<goa-badge
|
|
@@ -533,13 +533,16 @@ class GoabBlock extends GoabBaseComponent {
|
|
|
533
533
|
this.cdr.detectChanges();
|
|
534
534
|
}, 0);
|
|
535
535
|
}
|
|
536
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
537
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
536
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabBlock, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
537
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
538
538
|
<goa-block
|
|
539
539
|
*ngIf="isReady"
|
|
540
540
|
[attr.gap]="gap"
|
|
541
541
|
[attr.direction]="direction"
|
|
542
542
|
[attr.alignment]="alignment"
|
|
543
|
+
[attr.width]="width"
|
|
544
|
+
[attr.min-width]="minWidth"
|
|
545
|
+
[attr.max-width]="maxWidth"
|
|
543
546
|
[attr.testid]="testId"
|
|
544
547
|
[attr.mt]="mt"
|
|
545
548
|
[attr.mb]="mb"
|
|
@@ -550,7 +553,7 @@ class GoabBlock extends GoabBaseComponent {
|
|
|
550
553
|
</goa-block>
|
|
551
554
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
552
555
|
}
|
|
553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabBlock, decorators: [{
|
|
554
557
|
type: Component,
|
|
555
558
|
args: [{
|
|
556
559
|
standalone: true,
|
|
@@ -562,6 +565,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
562
565
|
[attr.gap]="gap"
|
|
563
566
|
[attr.direction]="direction"
|
|
564
567
|
[attr.alignment]="alignment"
|
|
568
|
+
[attr.width]="width"
|
|
569
|
+
[attr.min-width]="minWidth"
|
|
570
|
+
[attr.max-width]="maxWidth"
|
|
565
571
|
[attr.testid]="testId"
|
|
566
572
|
[attr.mt]="mt"
|
|
567
573
|
[attr.mb]="mb"
|
|
@@ -579,6 +585,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
579
585
|
type: Input
|
|
580
586
|
}], alignment: [{
|
|
581
587
|
type: Input
|
|
588
|
+
}], width: [{
|
|
589
|
+
type: Input
|
|
590
|
+
}], minWidth: [{
|
|
591
|
+
type: Input
|
|
592
|
+
}], maxWidth: [{
|
|
593
|
+
type: Input
|
|
582
594
|
}] } });
|
|
583
595
|
|
|
584
596
|
class GoabButton extends GoabBaseComponent {
|
|
@@ -601,8 +613,8 @@ class GoabButton extends GoabBaseComponent {
|
|
|
601
613
|
_onClick() {
|
|
602
614
|
this.onClick.emit();
|
|
603
615
|
}
|
|
604
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
605
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabButton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
617
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
606
618
|
<goa-button
|
|
607
619
|
*ngIf="isReady"
|
|
608
620
|
[attr.type]="type"
|
|
@@ -626,7 +638,7 @@ class GoabButton extends GoabBaseComponent {
|
|
|
626
638
|
</goa-button>
|
|
627
639
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
628
640
|
}
|
|
629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabButton, decorators: [{
|
|
630
642
|
type: Component,
|
|
631
643
|
args: [{
|
|
632
644
|
standalone: true,
|
|
@@ -696,8 +708,8 @@ class GoabButtonGroup extends GoabBaseComponent {
|
|
|
696
708
|
this.cdr.detectChanges();
|
|
697
709
|
}, 0);
|
|
698
710
|
}
|
|
699
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
700
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
711
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabButtonGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
712
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabButtonGroup, isStandalone: true, selector: "goab-button-group", inputs: { alignment: "alignment", gap: "gap" }, usesInheritance: true, ngImport: i0, template: `
|
|
701
713
|
<goa-button-group
|
|
702
714
|
*ngIf="isReady"
|
|
703
715
|
[attr.alignment]="alignment"
|
|
@@ -712,7 +724,7 @@ class GoabButtonGroup extends GoabBaseComponent {
|
|
|
712
724
|
</goa-button-group>
|
|
713
725
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
714
726
|
}
|
|
715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabButtonGroup, decorators: [{
|
|
716
728
|
type: Component,
|
|
717
729
|
args: [{
|
|
718
730
|
standalone: true,
|
|
@@ -759,8 +771,8 @@ class GoabCalendar extends GoabBaseComponent {
|
|
|
759
771
|
const details = e.detail;
|
|
760
772
|
this.onChange.emit(details);
|
|
761
773
|
}
|
|
762
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
763
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
774
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCalendar, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
775
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabCalendar, isStandalone: true, selector: "goab-calendar", inputs: { name: "name", value: "value", min: "min", max: "max" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
|
|
764
776
|
<goa-calendar
|
|
765
777
|
*ngIf="isReady"
|
|
766
778
|
[attr.name]="name"
|
|
@@ -778,7 +790,7 @@ class GoabCalendar extends GoabBaseComponent {
|
|
|
778
790
|
</goa-calendar>
|
|
779
791
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
780
792
|
}
|
|
781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
793
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCalendar, decorators: [{
|
|
782
794
|
type: Component,
|
|
783
795
|
args: [{
|
|
784
796
|
standalone: true,
|
|
@@ -834,8 +846,8 @@ class GoabCallout extends GoabBaseComponent {
|
|
|
834
846
|
this.cdr.detectChanges();
|
|
835
847
|
}, 0);
|
|
836
848
|
}
|
|
837
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
838
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
849
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCallout, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
850
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
839
851
|
<goa-callout
|
|
840
852
|
*ngIf="isReady"
|
|
841
853
|
[attr.type]="type"
|
|
@@ -854,7 +866,7 @@ class GoabCallout extends GoabBaseComponent {
|
|
|
854
866
|
</goa-callout>
|
|
855
867
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
856
868
|
}
|
|
857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCallout, decorators: [{
|
|
858
870
|
type: Component,
|
|
859
871
|
args: [{
|
|
860
872
|
standalone: true,
|
|
@@ -908,8 +920,8 @@ class GoabCard extends GoabBaseComponent {
|
|
|
908
920
|
this.cdr.detectChanges();
|
|
909
921
|
}, 0);
|
|
910
922
|
}
|
|
911
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
912
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
923
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCard, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
924
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", type: GoabCard, isStandalone: true, selector: "goab-card", inputs: { elevation: ["elevation", "elevation", numberAttribute], width: "width" }, usesInheritance: true, ngImport: i0, template: `
|
|
913
925
|
<goa-card
|
|
914
926
|
*ngIf="isReady"
|
|
915
927
|
[attr.elevation]="elevation"
|
|
@@ -924,7 +936,7 @@ class GoabCard extends GoabBaseComponent {
|
|
|
924
936
|
</goa-card>
|
|
925
937
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
926
938
|
}
|
|
927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCard, decorators: [{
|
|
928
940
|
type: Component,
|
|
929
941
|
args: [{
|
|
930
942
|
standalone: true,
|
|
@@ -966,14 +978,14 @@ class GoabCardContent {
|
|
|
966
978
|
this.cdr.detectChanges();
|
|
967
979
|
}, 0);
|
|
968
980
|
}
|
|
969
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
970
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
981
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardContent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
982
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabCardContent, isStandalone: true, selector: "goab-card-content", ngImport: i0, template: `
|
|
971
983
|
<goa-card-content *ngIf="isReady">
|
|
972
984
|
<ng-content />
|
|
973
985
|
</goa-card-content>
|
|
974
986
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
975
987
|
}
|
|
976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardContent, decorators: [{
|
|
977
989
|
type: Component,
|
|
978
990
|
args: [{
|
|
979
991
|
standalone: true,
|
|
@@ -1001,14 +1013,14 @@ class GoabCardActions {
|
|
|
1001
1013
|
this.cdr.detectChanges();
|
|
1002
1014
|
}, 0);
|
|
1003
1015
|
}
|
|
1004
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1005
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1016
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardActions, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1017
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabCardActions, isStandalone: true, selector: "goab-card-actions", ngImport: i0, template: `
|
|
1006
1018
|
<goa-card-actions *ngIf="isReady">
|
|
1007
1019
|
<ng-content />
|
|
1008
1020
|
</goa-card-actions>
|
|
1009
1021
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1010
1022
|
}
|
|
1011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardActions, decorators: [{
|
|
1012
1024
|
type: Component,
|
|
1013
1025
|
args: [{
|
|
1014
1026
|
standalone: true,
|
|
@@ -1036,8 +1048,8 @@ class GoabCardImage {
|
|
|
1036
1048
|
this.cdr.detectChanges();
|
|
1037
1049
|
}, 0);
|
|
1038
1050
|
}
|
|
1039
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1040
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1051
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardImage, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1052
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabCardImage, isStandalone: true, selector: "goab-card-image", inputs: { src: "src", height: "height" }, ngImport: i0, template: `
|
|
1041
1053
|
<goa-card-image
|
|
1042
1054
|
*ngIf="isReady"
|
|
1043
1055
|
[attr.src]="src"
|
|
@@ -1047,7 +1059,7 @@ class GoabCardImage {
|
|
|
1047
1059
|
</goa-card-image>
|
|
1048
1060
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1049
1061
|
}
|
|
1050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardImage, decorators: [{
|
|
1051
1063
|
type: Component,
|
|
1052
1064
|
args: [{
|
|
1053
1065
|
standalone: true,
|
|
@@ -1111,8 +1123,8 @@ class GoabCheckbox extends GoabControlValueAccessor {
|
|
|
1111
1123
|
this.renderer.setAttribute(el, "checked", this.checked ? "true" : "false");
|
|
1112
1124
|
}
|
|
1113
1125
|
}
|
|
1114
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1115
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1126
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1127
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: [
|
|
1116
1128
|
{
|
|
1117
1129
|
provide: NG_VALUE_ACCESSOR,
|
|
1118
1130
|
multi: true,
|
|
@@ -1149,7 +1161,7 @@ class GoabCheckbox extends GoabControlValueAccessor {
|
|
|
1149
1161
|
</div>
|
|
1150
1162
|
</goa-checkbox>`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1151
1163
|
}
|
|
1152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCheckbox, decorators: [{
|
|
1153
1165
|
type: Component,
|
|
1154
1166
|
args: [{
|
|
1155
1167
|
standalone: true,
|
|
@@ -1259,8 +1271,8 @@ class GoabCheckboxList extends GoabControlValueAccessor {
|
|
|
1259
1271
|
this.value = [];
|
|
1260
1272
|
}
|
|
1261
1273
|
}
|
|
1262
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1263
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1274
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCheckboxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1275
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabCheckboxList, isStandalone: true, selector: "goab-checkbox-list", inputs: { name: "name", maxWidth: "maxWidth", value: "value" }, outputs: { onChange: "onChange" }, providers: [
|
|
1264
1276
|
{
|
|
1265
1277
|
provide: NG_VALUE_ACCESSOR,
|
|
1266
1278
|
multi: true,
|
|
@@ -1284,7 +1296,7 @@ class GoabCheckboxList extends GoabControlValueAccessor {
|
|
|
1284
1296
|
<ng-content />
|
|
1285
1297
|
</goa-checkbox-list>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1286
1298
|
}
|
|
1287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCheckboxList, decorators: [{
|
|
1288
1300
|
type: Component,
|
|
1289
1301
|
args: [{
|
|
1290
1302
|
standalone: true,
|
|
@@ -1345,8 +1357,8 @@ class GoabChip extends GoabBaseComponent {
|
|
|
1345
1357
|
_onClick() {
|
|
1346
1358
|
this.onClick.emit();
|
|
1347
1359
|
}
|
|
1348
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1349
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1360
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabChip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1361
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `<goa-chip
|
|
1350
1362
|
*ngIf="isReady"
|
|
1351
1363
|
[attr.leadingicon]="leadingIcon"
|
|
1352
1364
|
[attr.variant]="variant"
|
|
@@ -1364,7 +1376,7 @@ class GoabChip extends GoabBaseComponent {
|
|
|
1364
1376
|
<ng-content />
|
|
1365
1377
|
</goa-chip>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1366
1378
|
}
|
|
1367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabChip, decorators: [{
|
|
1368
1380
|
type: Component,
|
|
1369
1381
|
args: [{
|
|
1370
1382
|
standalone: true,
|
|
@@ -1420,8 +1432,8 @@ class GoabCircularProgress {
|
|
|
1420
1432
|
this.cdr.detectChanges();
|
|
1421
1433
|
}, 0);
|
|
1422
1434
|
}
|
|
1423
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1424
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1435
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCircularProgress, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1436
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
1425
1437
|
<goa-circular-progress
|
|
1426
1438
|
*ngIf="isReady"
|
|
1427
1439
|
[attr.variant]="variant || 'inline'"
|
|
@@ -1434,7 +1446,7 @@ class GoabCircularProgress {
|
|
|
1434
1446
|
</goa-circular-progress>
|
|
1435
1447
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1436
1448
|
}
|
|
1437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCircularProgress, decorators: [{
|
|
1438
1450
|
type: Component,
|
|
1439
1451
|
args: [{
|
|
1440
1452
|
standalone: true,
|
|
@@ -1484,14 +1496,14 @@ class GoabColumnLayout {
|
|
|
1484
1496
|
this.cdr.detectChanges();
|
|
1485
1497
|
}, 0);
|
|
1486
1498
|
}
|
|
1487
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1488
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1499
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabColumnLayout, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1500
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabColumnLayout, isStandalone: true, selector: "goab-column-layout", ngImport: i0, template: `
|
|
1489
1501
|
<goa-one-column-layout *ngIf="isReady">
|
|
1490
1502
|
<ng-content />
|
|
1491
1503
|
</goa-one-column-layout>
|
|
1492
1504
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1493
1505
|
}
|
|
1494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabColumnLayout, decorators: [{
|
|
1495
1507
|
type: Component,
|
|
1496
1508
|
args: [{
|
|
1497
1509
|
standalone: true,
|
|
@@ -1524,8 +1536,8 @@ class GoabContainer extends GoabBaseComponent {
|
|
|
1524
1536
|
this.cdr.detectChanges();
|
|
1525
1537
|
}, 0);
|
|
1526
1538
|
}
|
|
1527
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1528
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1539
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabContainer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1540
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabContainer, isStandalone: true, selector: "goab-container", inputs: { type: "type", accent: "accent", padding: "padding", width: "width", maxWidth: "maxWidth", title: "title", actions: "actions" }, usesInheritance: true, ngImport: i0, template: `<goa-container
|
|
1529
1541
|
*ngIf="isReady"
|
|
1530
1542
|
[attr.type]="type"
|
|
1531
1543
|
[attr.accent]="accent"
|
|
@@ -1547,7 +1559,7 @@ class GoabContainer extends GoabBaseComponent {
|
|
|
1547
1559
|
</div>
|
|
1548
1560
|
</goa-container>`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1549
1561
|
}
|
|
1550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabContainer, decorators: [{
|
|
1551
1563
|
type: Component,
|
|
1552
1564
|
args: [{
|
|
1553
1565
|
standalone: true,
|
|
@@ -1644,8 +1656,8 @@ class GoabDatePicker extends GoabControlValueAccessor {
|
|
|
1644
1656
|
}
|
|
1645
1657
|
}
|
|
1646
1658
|
}
|
|
1647
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1648
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDatePicker, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1660
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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.detail.disabled)" } }, providers: [
|
|
1649
1661
|
{
|
|
1650
1662
|
provide: NG_VALUE_ACCESSOR,
|
|
1651
1663
|
multi: true,
|
|
@@ -1672,7 +1684,7 @@ class GoabDatePicker extends GoabControlValueAccessor {
|
|
|
1672
1684
|
>
|
|
1673
1685
|
</goa-date-picker>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1674
1686
|
}
|
|
1675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDatePicker, decorators: [{
|
|
1676
1688
|
type: Component,
|
|
1677
1689
|
args: [{
|
|
1678
1690
|
standalone: true,
|
|
@@ -1742,8 +1754,8 @@ class GoabDetails extends GoabBaseComponent {
|
|
|
1742
1754
|
this.cdr.detectChanges();
|
|
1743
1755
|
}, 0);
|
|
1744
1756
|
}
|
|
1745
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1746
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1757
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDetails, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1758
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", type: GoabDetails, isStandalone: true, selector: "goab-details", inputs: { heading: "heading", open: ["open", "open", booleanAttribute], maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
|
|
1747
1759
|
<goa-details
|
|
1748
1760
|
*ngIf="isReady"
|
|
1749
1761
|
[attr.heading]="heading"
|
|
@@ -1759,7 +1771,7 @@ class GoabDetails extends GoabBaseComponent {
|
|
|
1759
1771
|
</goa-details>
|
|
1760
1772
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1761
1773
|
}
|
|
1762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDetails, decorators: [{
|
|
1763
1775
|
type: Component,
|
|
1764
1776
|
args: [{
|
|
1765
1777
|
standalone: true,
|
|
@@ -1806,8 +1818,8 @@ class GoabDivider extends GoabBaseComponent {
|
|
|
1806
1818
|
this.cdr.detectChanges();
|
|
1807
1819
|
}, 0);
|
|
1808
1820
|
}
|
|
1809
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1810
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1821
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDivider, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1822
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabDivider, isStandalone: true, selector: "goab-divider", usesInheritance: true, ngImport: i0, template: `
|
|
1811
1823
|
<goa-divider
|
|
1812
1824
|
*ngIf="isReady"
|
|
1813
1825
|
[attr.testid]="testId"
|
|
@@ -1819,7 +1831,7 @@ class GoabDivider extends GoabBaseComponent {
|
|
|
1819
1831
|
</goa-divider>
|
|
1820
1832
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1821
1833
|
}
|
|
1822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDivider, decorators: [{
|
|
1823
1835
|
type: Component,
|
|
1824
1836
|
args: [{
|
|
1825
1837
|
standalone: true,
|
|
@@ -1865,8 +1877,8 @@ class GoabDrawer {
|
|
|
1865
1877
|
return null;
|
|
1866
1878
|
return this.heading instanceof TemplateRef ? this.heading : null;
|
|
1867
1879
|
}
|
|
1868
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1869
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1880
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDrawer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1881
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
1870
1882
|
<goa-drawer
|
|
1871
1883
|
*ngIf="isReady"
|
|
1872
1884
|
[open]="open"
|
|
@@ -1886,7 +1898,7 @@ class GoabDrawer {
|
|
|
1886
1898
|
</goa-drawer>
|
|
1887
1899
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1888
1900
|
}
|
|
1889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDrawer, decorators: [{
|
|
1890
1902
|
type: Component,
|
|
1891
1903
|
args: [{
|
|
1892
1904
|
standalone: true,
|
|
@@ -1955,8 +1967,8 @@ class GoabDropdown extends GoabControlValueAccessor {
|
|
|
1955
1967
|
this.markAsTouched();
|
|
1956
1968
|
this.fcChange?.(detail.value || "");
|
|
1957
1969
|
}
|
|
1958
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1959
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1971
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: [
|
|
1960
1972
|
{
|
|
1961
1973
|
provide: NG_VALUE_ACCESSOR,
|
|
1962
1974
|
multi: true,
|
|
@@ -1994,7 +2006,7 @@ class GoabDropdown extends GoabControlValueAccessor {
|
|
|
1994
2006
|
</goa-dropdown>
|
|
1995
2007
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1996
2008
|
}
|
|
1997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDropdown, decorators: [{
|
|
1998
2010
|
type: Component,
|
|
1999
2011
|
args: [{
|
|
2000
2012
|
standalone: true,
|
|
@@ -2086,8 +2098,8 @@ class GoabDropdownItem {
|
|
|
2086
2098
|
this.cdr.detectChanges();
|
|
2087
2099
|
}, 0);
|
|
2088
2100
|
}
|
|
2089
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2090
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2101
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDropdownItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2102
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabDropdownItem, isStandalone: true, selector: "goab-dropdown-item", inputs: { value: "value", filter: "filter", label: "label", name: "name", mountType: "mountType" }, ngImport: i0, template: `
|
|
2091
2103
|
<goa-dropdown-item
|
|
2092
2104
|
*ngIf="isReady"
|
|
2093
2105
|
[value]="value"
|
|
@@ -2099,7 +2111,7 @@ class GoabDropdownItem {
|
|
|
2099
2111
|
</goa-dropdown-item>
|
|
2100
2112
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2101
2113
|
}
|
|
2102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDropdownItem, decorators: [{
|
|
2103
2115
|
type: Component,
|
|
2104
2116
|
args: [{
|
|
2105
2117
|
standalone: true,
|
|
@@ -2151,8 +2163,8 @@ class GoabFileUploadCard {
|
|
|
2151
2163
|
_onDelete() {
|
|
2152
2164
|
this.onDelete.emit({ filename: this.filename });
|
|
2153
2165
|
}
|
|
2154
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2155
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
2166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFileUploadCard, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2167
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `<goa-file-upload-card
|
|
2156
2168
|
*ngIf="isReady"
|
|
2157
2169
|
[attr.filename]="filename"
|
|
2158
2170
|
[attr.size]="size"
|
|
@@ -2165,7 +2177,7 @@ class GoabFileUploadCard {
|
|
|
2165
2177
|
>
|
|
2166
2178
|
</goa-file-upload-card>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2167
2179
|
}
|
|
2168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFileUploadCard, decorators: [{
|
|
2169
2181
|
type: Component,
|
|
2170
2182
|
args: [{
|
|
2171
2183
|
standalone: true,
|
|
@@ -2227,8 +2239,8 @@ class GoabFileUploadInput extends GoabBaseComponent {
|
|
|
2227
2239
|
const detail = e.detail;
|
|
2228
2240
|
this.onSelectFile.emit(detail);
|
|
2229
2241
|
}
|
|
2230
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2231
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFileUploadInput, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2243
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `<goa-file-upload-input
|
|
2232
2244
|
*ngIf="isReady"
|
|
2233
2245
|
[attr.variant]="variant"
|
|
2234
2246
|
[attr.accept]="accept"
|
|
@@ -2243,7 +2255,7 @@ class GoabFileUploadInput extends GoabBaseComponent {
|
|
|
2243
2255
|
>
|
|
2244
2256
|
</goa-file-upload-input>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2245
2257
|
}
|
|
2246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFileUploadInput, decorators: [{
|
|
2247
2259
|
type: Component,
|
|
2248
2260
|
args: [{
|
|
2249
2261
|
standalone: true,
|
|
@@ -2297,8 +2309,8 @@ class GoabFilterChip extends GoabBaseComponent {
|
|
|
2297
2309
|
_onClick() {
|
|
2298
2310
|
this.onClick.emit();
|
|
2299
2311
|
}
|
|
2300
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2301
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
2312
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFilterChip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2313
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `<goa-filter-chip
|
|
2302
2314
|
*ngIf="isReady"
|
|
2303
2315
|
[attr.error]="error"
|
|
2304
2316
|
[attr.icontheme]="iconTheme"
|
|
@@ -2313,7 +2325,7 @@ class GoabFilterChip extends GoabBaseComponent {
|
|
|
2313
2325
|
<ng-content />
|
|
2314
2326
|
</goa-filter-chip>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2315
2327
|
}
|
|
2316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFilterChip, decorators: [{
|
|
2317
2329
|
type: Component,
|
|
2318
2330
|
args: [{
|
|
2319
2331
|
standalone: true,
|
|
@@ -2362,8 +2374,8 @@ class GoabAppFooter {
|
|
|
2362
2374
|
this.cdr.detectChanges();
|
|
2363
2375
|
}, 0);
|
|
2364
2376
|
}
|
|
2365
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2366
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2377
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooter, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2378
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabAppFooter, isStandalone: true, selector: "goab-app-footer", inputs: { maxContentWidth: "maxContentWidth", testId: "testId", url: "url" }, ngImport: i0, template: `
|
|
2367
2379
|
<goa-app-footer
|
|
2368
2380
|
*ngIf="isReady"
|
|
2369
2381
|
[attr.maxcontentwidth]="maxContentWidth"
|
|
@@ -2376,7 +2388,7 @@ class GoabAppFooter {
|
|
|
2376
2388
|
</goa-app-footer>
|
|
2377
2389
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2378
2390
|
}
|
|
2379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooter, decorators: [{
|
|
2380
2392
|
type: Component,
|
|
2381
2393
|
args: [{
|
|
2382
2394
|
standalone: true,
|
|
@@ -2417,14 +2429,14 @@ class GoabAppFooterMetaSection {
|
|
|
2417
2429
|
this.cdr.detectChanges();
|
|
2418
2430
|
}, 0);
|
|
2419
2431
|
}
|
|
2420
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2421
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooterMetaSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2433
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabAppFooterMetaSection, isStandalone: true, selector: "goab-app-footer-meta-section", inputs: { testId: "testId", slot: "slot" }, ngImport: i0, template: `
|
|
2422
2434
|
<goa-app-footer-meta-section *ngIf="isReady" [attr.testid]="testId">
|
|
2423
2435
|
<ng-content />
|
|
2424
2436
|
</goa-app-footer-meta-section>
|
|
2425
2437
|
`, isInline: true, styles: [":host{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2426
2438
|
}
|
|
2427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooterMetaSection, decorators: [{
|
|
2428
2440
|
type: Component,
|
|
2429
2441
|
args: [{ standalone: true, selector: "goab-app-footer-meta-section", template: `
|
|
2430
2442
|
<goa-app-footer-meta-section *ngIf="isReady" [attr.testid]="testId">
|
|
@@ -2452,8 +2464,8 @@ class GoabAppFooterNavSection {
|
|
|
2452
2464
|
this.cdr.detectChanges();
|
|
2453
2465
|
}, 0);
|
|
2454
2466
|
}
|
|
2455
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2456
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2467
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooterNavSection, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2468
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabAppFooterNavSection, isStandalone: true, selector: "goab-app-footer-nav-section", inputs: { heading: "heading", maxColumnCount: "maxColumnCount", testId: "testId", slot: "slot" }, ngImport: i0, template: `
|
|
2457
2469
|
<goa-app-footer-nav-section
|
|
2458
2470
|
*ngIf="isReady"
|
|
2459
2471
|
[attr.maxcolumncount]="maxColumnCount"
|
|
@@ -2464,7 +2476,7 @@ class GoabAppFooterNavSection {
|
|
|
2464
2476
|
</goa-app-footer-nav-section>
|
|
2465
2477
|
`, isInline: true, styles: [":host{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2466
2478
|
}
|
|
2467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooterNavSection, decorators: [{
|
|
2468
2480
|
type: Component,
|
|
2469
2481
|
args: [{ standalone: true, selector: "goab-app-footer-nav-section", template: `
|
|
2470
2482
|
<goa-app-footer-nav-section
|
|
@@ -2505,8 +2517,8 @@ class GoabPublicForm {
|
|
|
2505
2517
|
const detail = e.detail;
|
|
2506
2518
|
this.onStateChange.emit(detail.data);
|
|
2507
2519
|
}
|
|
2508
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2509
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2520
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicForm, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2521
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabPublicForm, isStandalone: true, selector: "goab-public-form", inputs: { status: "status", name: "name" }, outputs: { onInit: "onInit", onComplete: "onComplete", onStateChange: "onStateChange" }, ngImport: i0, template: `
|
|
2510
2522
|
<goa-public-form
|
|
2511
2523
|
[attr.status]="status"
|
|
2512
2524
|
[attr.name]="name"
|
|
@@ -2518,7 +2530,7 @@ class GoabPublicForm {
|
|
|
2518
2530
|
</goa-public-form>
|
|
2519
2531
|
`, isInline: true }); }
|
|
2520
2532
|
}
|
|
2521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicForm, decorators: [{
|
|
2522
2534
|
type: Component,
|
|
2523
2535
|
args: [{
|
|
2524
2536
|
selector: "goab-public-form",
|
|
@@ -2568,8 +2580,8 @@ class GoabPublicFormPage extends GoabBaseComponent {
|
|
|
2568
2580
|
_onContinue(event) {
|
|
2569
2581
|
this.onContinue.emit(event);
|
|
2570
2582
|
}
|
|
2571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2572
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2583
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormPage, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2584
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
2573
2585
|
<goa-public-form-page
|
|
2574
2586
|
[id]="id"
|
|
2575
2587
|
[attr.heading]="heading"
|
|
@@ -2590,7 +2602,7 @@ class GoabPublicFormPage extends GoabBaseComponent {
|
|
|
2590
2602
|
</goa-public-form-page>
|
|
2591
2603
|
`, isInline: true }); }
|
|
2592
2604
|
}
|
|
2593
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormPage, decorators: [{
|
|
2594
2606
|
type: Component,
|
|
2595
2607
|
args: [{
|
|
2596
2608
|
selector: "goab-public-form-page",
|
|
@@ -2640,8 +2652,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2640
2652
|
}] } });
|
|
2641
2653
|
|
|
2642
2654
|
class GoabPublicFormSummary {
|
|
2643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2644
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2655
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormSummary, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2656
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabPublicFormSummary, isStandalone: true, selector: "goab-public-form-summary", inputs: { heading: "heading" }, ngImport: i0, template: `
|
|
2645
2657
|
<goa-public-form-summary
|
|
2646
2658
|
[attr.heading]="heading"
|
|
2647
2659
|
>
|
|
@@ -2649,7 +2661,7 @@ class GoabPublicFormSummary {
|
|
|
2649
2661
|
</goa-public-form-summary>
|
|
2650
2662
|
`, isInline: true }); }
|
|
2651
2663
|
}
|
|
2652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormSummary, decorators: [{
|
|
2653
2665
|
type: Component,
|
|
2654
2666
|
args: [{
|
|
2655
2667
|
selector: "goab-public-form-summary",
|
|
@@ -2682,8 +2694,8 @@ class GoabPublicSubform extends GoabBaseComponent {
|
|
|
2682
2694
|
_onStateChange(e) {
|
|
2683
2695
|
this.onStateChange.emit(e);
|
|
2684
2696
|
}
|
|
2685
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2686
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2697
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicSubform, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2698
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
2687
2699
|
<goa-public-subform
|
|
2688
2700
|
[attr.id]="id"
|
|
2689
2701
|
[attr.name]="name"
|
|
@@ -2699,7 +2711,7 @@ class GoabPublicSubform extends GoabBaseComponent {
|
|
|
2699
2711
|
</goa-public-subform>
|
|
2700
2712
|
`, isInline: true }); }
|
|
2701
2713
|
}
|
|
2702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicSubform, decorators: [{
|
|
2703
2715
|
type: Component,
|
|
2704
2716
|
args: [{
|
|
2705
2717
|
selector: "goab-public-subform",
|
|
@@ -2741,8 +2753,8 @@ class GoabPublicSubformIndex extends GoabBaseComponent {
|
|
|
2741
2753
|
this.actionButtonText = "";
|
|
2742
2754
|
this.buttonVisibility = "hidden";
|
|
2743
2755
|
}
|
|
2744
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2745
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2756
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicSubformIndex, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2757
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
2746
2758
|
<goa-public-subform-index
|
|
2747
2759
|
[attr.heading]="heading"
|
|
2748
2760
|
[attr.section-title]="sectionTitle"
|
|
@@ -2757,7 +2769,7 @@ class GoabPublicSubformIndex extends GoabBaseComponent {
|
|
|
2757
2769
|
</goa-public-subform-index>
|
|
2758
2770
|
`, isInline: true }); }
|
|
2759
2771
|
}
|
|
2760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicSubformIndex, decorators: [{
|
|
2761
2773
|
type: Component,
|
|
2762
2774
|
args: [{
|
|
2763
2775
|
selector: "goab-public-subform-index",
|
|
@@ -2792,8 +2804,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2792
2804
|
}] } });
|
|
2793
2805
|
|
|
2794
2806
|
class GoabPublicFormTask {
|
|
2795
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2796
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2807
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormTask, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2808
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabPublicFormTask, isStandalone: true, selector: "goab-public-form-task", inputs: { status: "status" }, ngImport: i0, template: `
|
|
2797
2809
|
<goa-public-form-task
|
|
2798
2810
|
[attr.status]="status"
|
|
2799
2811
|
>
|
|
@@ -2801,7 +2813,7 @@ class GoabPublicFormTask {
|
|
|
2801
2813
|
</goa-public-form-task>
|
|
2802
2814
|
`, isInline: true }); }
|
|
2803
2815
|
}
|
|
2804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormTask, decorators: [{
|
|
2805
2817
|
type: Component,
|
|
2806
2818
|
args: [{
|
|
2807
2819
|
selector: "goab-public-form-task",
|
|
@@ -2820,8 +2832,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2820
2832
|
}] } });
|
|
2821
2833
|
|
|
2822
2834
|
class GoabPublicFormTaskList extends GoabBaseComponent {
|
|
2823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2824
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2835
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormTaskList, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2836
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabPublicFormTaskList, isStandalone: true, selector: "goab-public-form-task-list", inputs: { heading: "heading" }, usesInheritance: true, ngImport: i0, template: `
|
|
2825
2837
|
<goa-public-form-task-list
|
|
2826
2838
|
[attr.heading]="heading"
|
|
2827
2839
|
[attr.mt]="mt"
|
|
@@ -2833,7 +2845,7 @@ class GoabPublicFormTaskList extends GoabBaseComponent {
|
|
|
2833
2845
|
</goa-public-form-task-list>
|
|
2834
2846
|
`, isInline: true }); }
|
|
2835
2847
|
}
|
|
2836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormTaskList, decorators: [{
|
|
2837
2849
|
type: Component,
|
|
2838
2850
|
args: [{
|
|
2839
2851
|
selector: "goab-public-form-task-list",
|
|
@@ -2864,8 +2876,8 @@ class GoabFieldset {
|
|
|
2864
2876
|
const detail = event.detail;
|
|
2865
2877
|
this.onContinue.emit(detail);
|
|
2866
2878
|
}
|
|
2867
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2868
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2879
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFieldset, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2880
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabFieldset, isStandalone: true, selector: "goab-fieldset", inputs: { id: "id", sectionTitle: "sectionTitle", dispatchOn: "dispatchOn" }, outputs: { onContinue: "onContinue" }, ngImport: i0, template: `
|
|
2869
2881
|
<goa-fieldset
|
|
2870
2882
|
[attr.section-title]="sectionTitle"
|
|
2871
2883
|
[attr.dispatch-on]="dispatchOn"
|
|
@@ -2875,7 +2887,7 @@ class GoabFieldset {
|
|
|
2875
2887
|
<ng-content></ng-content>
|
|
2876
2888
|
</goa-fieldset>`, isInline: true }); }
|
|
2877
2889
|
}
|
|
2878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFieldset, decorators: [{
|
|
2879
2891
|
type: Component,
|
|
2880
2892
|
args: [{
|
|
2881
2893
|
selector: 'goab-fieldset',
|
|
@@ -2915,8 +2927,8 @@ class GoabFormItem extends GoabBaseComponent {
|
|
|
2915
2927
|
this.cdr.detectChanges();
|
|
2916
2928
|
}, 0);
|
|
2917
2929
|
}
|
|
2918
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2919
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2930
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2931
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
2920
2932
|
<goa-form-item
|
|
2921
2933
|
*ngIf="isReady"
|
|
2922
2934
|
[attr.label]="label"
|
|
@@ -2939,7 +2951,7 @@ class GoabFormItem extends GoabBaseComponent {
|
|
|
2939
2951
|
</goa-form-item>
|
|
2940
2952
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2941
2953
|
}
|
|
2942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormItem, decorators: [{
|
|
2943
2955
|
type: Component,
|
|
2944
2956
|
args: [{
|
|
2945
2957
|
standalone: true,
|
|
@@ -2996,10 +3008,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2996
3008
|
* // similar to app-footer-meta-section & app-footer-nav-section
|
|
2997
3009
|
*/
|
|
2998
3010
|
class GoabFormItemSlot {
|
|
2999
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3000
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3011
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormItemSlot, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3012
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabFormItemSlot, isStandalone: true, selector: "goab-form-item-slot", inputs: { slot: "slot" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
|
|
3001
3013
|
}
|
|
3002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormItemSlot, decorators: [{
|
|
3003
3015
|
type: Component,
|
|
3004
3016
|
args: [{
|
|
3005
3017
|
standalone: true,
|
|
@@ -3022,15 +3034,15 @@ class GoabFormStep {
|
|
|
3022
3034
|
this.cdr.detectChanges();
|
|
3023
3035
|
});
|
|
3024
3036
|
}
|
|
3025
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3026
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3037
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormStep, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3038
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabFormStep, isStandalone: true, selector: "goab-form-step", inputs: { text: "text", status: "status" }, ngImport: i0, template: `
|
|
3027
3039
|
<goa-form-step
|
|
3028
3040
|
*ngIf="isReady"
|
|
3029
3041
|
[attr.text]="text"
|
|
3030
3042
|
[attr.status]="status"
|
|
3031
3043
|
></goa-form-step> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3032
3044
|
}
|
|
3033
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormStep, decorators: [{
|
|
3034
3046
|
type: Component,
|
|
3035
3047
|
args: [{
|
|
3036
3048
|
standalone: true,
|
|
@@ -3068,8 +3080,8 @@ class GoabFormStepper extends GoabBaseComponent {
|
|
|
3068
3080
|
const detail = e.detail;
|
|
3069
3081
|
this.onChange.emit(detail);
|
|
3070
3082
|
}
|
|
3071
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3072
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3083
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormStepper, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3084
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabFormStepper, isStandalone: true, selector: "goab-form-stepper", inputs: { step: "step" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
|
|
3073
3085
|
<goa-form-stepper
|
|
3074
3086
|
*ngIf="isReady"
|
|
3075
3087
|
[attr.step]="step"
|
|
@@ -3084,7 +3096,7 @@ class GoabFormStepper extends GoabBaseComponent {
|
|
|
3084
3096
|
</goa-form-stepper>
|
|
3085
3097
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3086
3098
|
}
|
|
3087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormStepper, decorators: [{
|
|
3088
3100
|
type: Component,
|
|
3089
3101
|
args: [{
|
|
3090
3102
|
standalone: true,
|
|
@@ -3124,8 +3136,8 @@ class GoabGrid extends GoabBaseComponent {
|
|
|
3124
3136
|
this.cdr.detectChanges();
|
|
3125
3137
|
});
|
|
3126
3138
|
}
|
|
3127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3128
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3139
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabGrid, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3140
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabGrid, isStandalone: true, selector: "goab-grid", inputs: { minChildWidth: "minChildWidth", gap: "gap" }, usesInheritance: true, ngImport: i0, template: `
|
|
3129
3141
|
<goa-grid
|
|
3130
3142
|
*ngIf="isReady"
|
|
3131
3143
|
[attr.gap]="gap"
|
|
@@ -3140,7 +3152,7 @@ class GoabGrid extends GoabBaseComponent {
|
|
|
3140
3152
|
</goa-grid>
|
|
3141
3153
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3142
3154
|
}
|
|
3143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabGrid, decorators: [{
|
|
3144
3156
|
type: Component,
|
|
3145
3157
|
args: [{
|
|
3146
3158
|
standalone: true,
|
|
@@ -3184,8 +3196,8 @@ class GoabAppHeader {
|
|
|
3184
3196
|
_onMenuClick() {
|
|
3185
3197
|
this.onMenuClick.emit();
|
|
3186
3198
|
}
|
|
3187
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3188
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3200
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
3189
3201
|
<goa-app-header
|
|
3190
3202
|
*ngIf="isReady"
|
|
3191
3203
|
[attr.url]="url"
|
|
@@ -3200,7 +3212,7 @@ class GoabAppHeader {
|
|
|
3200
3212
|
</goa-app-header>
|
|
3201
3213
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3202
3214
|
}
|
|
3203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppHeader, decorators: [{
|
|
3204
3216
|
type: Component,
|
|
3205
3217
|
args: [{
|
|
3206
3218
|
standalone: true,
|
|
@@ -3248,8 +3260,8 @@ class GoabAppHeaderMenu {
|
|
|
3248
3260
|
this.cdr.detectChanges();
|
|
3249
3261
|
});
|
|
3250
3262
|
}
|
|
3251
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3252
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3263
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppHeaderMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3264
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabAppHeaderMenu, isStandalone: true, selector: "goab-app-header-menu", inputs: { leadingIcon: "leadingIcon", heading: "heading", testId: "testId" }, ngImport: i0, template: `
|
|
3253
3265
|
<goa-app-header-menu
|
|
3254
3266
|
*ngIf="isReady"
|
|
3255
3267
|
[attr.leadingicon]="leadingIcon"
|
|
@@ -3260,7 +3272,7 @@ class GoabAppHeaderMenu {
|
|
|
3260
3272
|
</goa-app-header-menu>
|
|
3261
3273
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3262
3274
|
}
|
|
3263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppHeaderMenu, decorators: [{
|
|
3264
3276
|
type: Component,
|
|
3265
3277
|
args: [{
|
|
3266
3278
|
standalone: true,
|
|
@@ -3297,8 +3309,8 @@ class GoabHeroBanner {
|
|
|
3297
3309
|
this.cdr.detectChanges();
|
|
3298
3310
|
});
|
|
3299
3311
|
}
|
|
3300
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3301
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3312
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabHeroBanner, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3313
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
3302
3314
|
<goa-hero-banner
|
|
3303
3315
|
*ngIf="isReady"
|
|
3304
3316
|
[attr.heading]="heading"
|
|
@@ -3316,7 +3328,7 @@ class GoabHeroBanner {
|
|
|
3316
3328
|
</goa-hero-banner>
|
|
3317
3329
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3318
3330
|
}
|
|
3319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabHeroBanner, decorators: [{
|
|
3320
3332
|
type: Component,
|
|
3321
3333
|
args: [{
|
|
3322
3334
|
standalone: true,
|
|
@@ -3373,8 +3385,8 @@ class GoabIcon extends GoabBaseComponent {
|
|
|
3373
3385
|
this.cdr.detectChanges();
|
|
3374
3386
|
}, 0);
|
|
3375
3387
|
}
|
|
3376
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3377
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3388
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabIcon, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3389
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
3378
3390
|
<goa-icon
|
|
3379
3391
|
*ngIf="isReady"
|
|
3380
3392
|
[attr.type]="type"
|
|
@@ -3394,7 +3406,7 @@ class GoabIcon extends GoabBaseComponent {
|
|
|
3394
3406
|
</goa-icon>
|
|
3395
3407
|
`, isInline: true, styles: [":host{display:inline-flex;align-items:center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3396
3408
|
}
|
|
3397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabIcon, decorators: [{
|
|
3398
3410
|
type: Component,
|
|
3399
3411
|
args: [{ standalone: true, selector: "goab-icon", template: `
|
|
3400
3412
|
<goa-icon
|
|
@@ -3454,8 +3466,8 @@ class GoabIconButton extends GoabBaseComponent {
|
|
|
3454
3466
|
_onClick() {
|
|
3455
3467
|
this.onClick.emit();
|
|
3456
3468
|
}
|
|
3457
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3458
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3469
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabIconButton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3470
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
3459
3471
|
<goa-icon-button
|
|
3460
3472
|
*ngIf="isReady"
|
|
3461
3473
|
[attr.icon]="icon"
|
|
@@ -3478,7 +3490,7 @@ class GoabIconButton extends GoabBaseComponent {
|
|
|
3478
3490
|
</goa-icon-button>
|
|
3479
3491
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3480
3492
|
}
|
|
3481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabIconButton, decorators: [{
|
|
3482
3494
|
type: Component,
|
|
3483
3495
|
args: [{
|
|
3484
3496
|
standalone: true,
|
|
@@ -3600,8 +3612,8 @@ class GoabInput extends GoabControlValueAccessor {
|
|
|
3600
3612
|
return null;
|
|
3601
3613
|
return this.trailingContent instanceof TemplateRef ? this.trailingContent : null;
|
|
3602
3614
|
}
|
|
3603
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3604
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3616
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: [
|
|
3605
3617
|
{
|
|
3606
3618
|
provide: NG_VALUE_ACCESSOR,
|
|
3607
3619
|
multi: true,
|
|
@@ -3675,7 +3687,7 @@ class GoabInput extends GoabControlValueAccessor {
|
|
|
3675
3687
|
</goa-input>
|
|
3676
3688
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }] }); }
|
|
3677
3689
|
}
|
|
3678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabInput, decorators: [{
|
|
3679
3691
|
type: Component,
|
|
3680
3692
|
args: [{
|
|
3681
3693
|
standalone: true,
|
|
@@ -3913,8 +3925,8 @@ class GoabInputNumber {
|
|
|
3913
3925
|
return null;
|
|
3914
3926
|
return this.trailingContent instanceof TemplateRef ? this.trailingContent : null;
|
|
3915
3927
|
}
|
|
3916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3917
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3928
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabInputNumber, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3929
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: [
|
|
3918
3930
|
{
|
|
3919
3931
|
provide: NG_VALUE_ACCESSOR,
|
|
3920
3932
|
multi: true,
|
|
@@ -3987,7 +3999,7 @@ class GoabInputNumber {
|
|
|
3987
3999
|
</goa-input>
|
|
3988
4000
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }] }); }
|
|
3989
4001
|
}
|
|
3990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabInputNumber, decorators: [{
|
|
3991
4003
|
type: Component,
|
|
3992
4004
|
args: [{
|
|
3993
4005
|
standalone: true,
|
|
@@ -4151,6 +4163,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4151
4163
|
type: Output
|
|
4152
4164
|
}] } });
|
|
4153
4165
|
|
|
4166
|
+
class GoabLinearProgress {
|
|
4167
|
+
constructor(cdr) {
|
|
4168
|
+
this.cdr = cdr;
|
|
4169
|
+
this.isReady = false;
|
|
4170
|
+
}
|
|
4171
|
+
ngOnInit() {
|
|
4172
|
+
// For Angular 20, we need to delay rendering the web component
|
|
4173
|
+
// to ensure all attributes are properly bound before the component initializes
|
|
4174
|
+
setTimeout(() => {
|
|
4175
|
+
this.isReady = true;
|
|
4176
|
+
this.cdr.detectChanges();
|
|
4177
|
+
}, 0);
|
|
4178
|
+
}
|
|
4179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabLinearProgress, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4180
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabLinearProgress, isStandalone: true, selector: "goab-linear-progress", inputs: { progress: "progress", percentVisibility: "percentVisibility", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", testid: "testid" }, ngImport: i0, template: `
|
|
4181
|
+
<goa-linear-progress
|
|
4182
|
+
*ngIf="isReady"
|
|
4183
|
+
[attr.progress]="progress"
|
|
4184
|
+
[attr.percent-visibility]="percentVisibility"
|
|
4185
|
+
[attr.aria-label]="ariaLabel"
|
|
4186
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
|
4187
|
+
[attr.testid]="testid"
|
|
4188
|
+
>
|
|
4189
|
+
</goa-linear-progress>
|
|
4190
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4191
|
+
}
|
|
4192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabLinearProgress, decorators: [{
|
|
4193
|
+
type: Component,
|
|
4194
|
+
args: [{
|
|
4195
|
+
standalone: true,
|
|
4196
|
+
selector: "goab-linear-progress",
|
|
4197
|
+
template: `
|
|
4198
|
+
<goa-linear-progress
|
|
4199
|
+
*ngIf="isReady"
|
|
4200
|
+
[attr.progress]="progress"
|
|
4201
|
+
[attr.percent-visibility]="percentVisibility"
|
|
4202
|
+
[attr.aria-label]="ariaLabel"
|
|
4203
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
|
4204
|
+
[attr.testid]="testid"
|
|
4205
|
+
>
|
|
4206
|
+
</goa-linear-progress>
|
|
4207
|
+
`,
|
|
4208
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
4209
|
+
imports: [CommonModule],
|
|
4210
|
+
}]
|
|
4211
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { progress: [{
|
|
4212
|
+
type: Input
|
|
4213
|
+
}], percentVisibility: [{
|
|
4214
|
+
type: Input
|
|
4215
|
+
}], ariaLabel: [{
|
|
4216
|
+
type: Input
|
|
4217
|
+
}], ariaLabelledBy: [{
|
|
4218
|
+
type: Input
|
|
4219
|
+
}], testid: [{
|
|
4220
|
+
type: Input
|
|
4221
|
+
}] } });
|
|
4222
|
+
|
|
4154
4223
|
class GoabLink {
|
|
4155
4224
|
constructor(cdr) {
|
|
4156
4225
|
this.cdr = cdr;
|
|
@@ -4163,8 +4232,8 @@ class GoabLink {
|
|
|
4163
4232
|
this.cdr.detectChanges();
|
|
4164
4233
|
});
|
|
4165
4234
|
}
|
|
4166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4167
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4235
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabLink, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4236
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
4168
4237
|
<goa-link
|
|
4169
4238
|
*ngIf="isReady"
|
|
4170
4239
|
[attr.leadingicon]="leadingIcon"
|
|
@@ -4182,7 +4251,7 @@ class GoabLink {
|
|
|
4182
4251
|
</goa-link>
|
|
4183
4252
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4184
4253
|
}
|
|
4185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabLink, decorators: [{
|
|
4186
4255
|
type: Component,
|
|
4187
4256
|
args: [{
|
|
4188
4257
|
standalone: true,
|
|
@@ -4252,8 +4321,8 @@ class GoabMicrositeHeader {
|
|
|
4252
4321
|
_onFeedbackClick() {
|
|
4253
4322
|
this.onFeedbackClick.emit();
|
|
4254
4323
|
}
|
|
4255
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4256
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMicrositeHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4325
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
4257
4326
|
<goa-microsite-header
|
|
4258
4327
|
*ngIf="isReady"
|
|
4259
4328
|
[attr.type]="type"
|
|
@@ -4272,7 +4341,7 @@ class GoabMicrositeHeader {
|
|
|
4272
4341
|
</goa-microsite-header>
|
|
4273
4342
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4274
4343
|
}
|
|
4275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMicrositeHeader, decorators: [{
|
|
4276
4345
|
type: Component,
|
|
4277
4346
|
args: [{
|
|
4278
4347
|
standalone: true,
|
|
@@ -4343,8 +4412,8 @@ class GoabModal {
|
|
|
4343
4412
|
_onClose() {
|
|
4344
4413
|
this.onClose.emit();
|
|
4345
4414
|
}
|
|
4346
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4347
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
4415
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabModal, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4416
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
4348
4417
|
<goa-modal
|
|
4349
4418
|
*ngIf="isReady"
|
|
4350
4419
|
[attr.calloutvariant]="calloutVariant"
|
|
@@ -4369,7 +4438,7 @@ class GoabModal {
|
|
|
4369
4438
|
</goa-modal>
|
|
4370
4439
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4371
4440
|
}
|
|
4372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabModal, decorators: [{
|
|
4373
4442
|
type: Component,
|
|
4374
4443
|
args: [{
|
|
4375
4444
|
standalone: true,
|
|
@@ -4432,11 +4501,13 @@ class GoabMenuButton {
|
|
|
4432
4501
|
const detail = e.detail;
|
|
4433
4502
|
this.onAction.emit(detail);
|
|
4434
4503
|
}
|
|
4435
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4436
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMenuButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4505
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
4437
4506
|
<goa-menu-button
|
|
4438
4507
|
[attr.text]="text"
|
|
4439
4508
|
[attr.type]="type"
|
|
4509
|
+
[attr.max-width]="maxWidth"
|
|
4510
|
+
[attr.leading-icon]="leadingIcon"
|
|
4440
4511
|
[attr.testid]="testId"
|
|
4441
4512
|
(_action)="_onAction($event)"
|
|
4442
4513
|
>
|
|
@@ -4444,7 +4515,7 @@ class GoabMenuButton {
|
|
|
4444
4515
|
</goa-menu-button>
|
|
4445
4516
|
`, isInline: true }); }
|
|
4446
4517
|
}
|
|
4447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMenuButton, decorators: [{
|
|
4448
4519
|
type: Component,
|
|
4449
4520
|
args: [{
|
|
4450
4521
|
standalone: true,
|
|
@@ -4454,6 +4525,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4454
4525
|
<goa-menu-button
|
|
4455
4526
|
[attr.text]="text"
|
|
4456
4527
|
[attr.type]="type"
|
|
4528
|
+
[attr.max-width]="maxWidth"
|
|
4529
|
+
[attr.leading-icon]="leadingIcon"
|
|
4457
4530
|
[attr.testid]="testId"
|
|
4458
4531
|
(_action)="_onAction($event)"
|
|
4459
4532
|
>
|
|
@@ -4466,6 +4539,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4466
4539
|
type: Input
|
|
4467
4540
|
}], type: [{
|
|
4468
4541
|
type: Input
|
|
4542
|
+
}], maxWidth: [{
|
|
4543
|
+
type: Input
|
|
4544
|
+
}], leadingIcon: [{
|
|
4545
|
+
type: Input
|
|
4469
4546
|
}], testId: [{
|
|
4470
4547
|
type: Input
|
|
4471
4548
|
}], onAction: [{
|
|
@@ -4473,8 +4550,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4473
4550
|
}] } });
|
|
4474
4551
|
|
|
4475
4552
|
class GoabMenuAction {
|
|
4476
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4477
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4553
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMenuAction, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4554
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabMenuAction, isStandalone: true, selector: "goab-menu-action", inputs: { text: "text", action: "action", icon: "icon", testId: "testId" }, ngImport: i0, template: `
|
|
4478
4555
|
<goa-menu-action
|
|
4479
4556
|
[attr.text]="text"
|
|
4480
4557
|
[attr.action]="action"
|
|
@@ -4484,7 +4561,7 @@ class GoabMenuAction {
|
|
|
4484
4561
|
</goa-menu-action>
|
|
4485
4562
|
`, isInline: true }); }
|
|
4486
4563
|
}
|
|
4487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMenuAction, decorators: [{
|
|
4488
4565
|
type: Component,
|
|
4489
4566
|
args: [{
|
|
4490
4567
|
standalone: true,
|
|
@@ -4529,8 +4606,8 @@ class GoabNotification {
|
|
|
4529
4606
|
_onDismiss() {
|
|
4530
4607
|
this.onDismiss.emit();
|
|
4531
4608
|
}
|
|
4532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4533
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4609
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabNotification, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4610
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabNotification, isStandalone: true, selector: "goab-notification", inputs: { type: "type", ariaLive: "ariaLive", maxContentWidth: "maxContentWidth", testId: "testId" }, outputs: { onDismiss: "onDismiss" }, ngImport: i0, template: `
|
|
4534
4611
|
<goa-notification
|
|
4535
4612
|
*ngIf="isReady"
|
|
4536
4613
|
[attr.type]="type"
|
|
@@ -4543,7 +4620,7 @@ class GoabNotification {
|
|
|
4543
4620
|
</goa-notification>
|
|
4544
4621
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4545
4622
|
}
|
|
4546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabNotification, decorators: [{
|
|
4547
4624
|
type: Component,
|
|
4548
4625
|
args: [{
|
|
4549
4626
|
standalone: true,
|
|
@@ -4586,8 +4663,8 @@ class GoabPageBlock {
|
|
|
4586
4663
|
this.cdr.detectChanges();
|
|
4587
4664
|
});
|
|
4588
4665
|
}
|
|
4589
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4590
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4666
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPageBlock, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4667
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabPageBlock, isStandalone: true, selector: "goab-page-block", inputs: { width: "width", testId: "testId" }, ngImport: i0, template: `
|
|
4591
4668
|
<goa-page-block
|
|
4592
4669
|
*ngIf="isReady"
|
|
4593
4670
|
[attr.width]="width"
|
|
@@ -4597,7 +4674,7 @@ class GoabPageBlock {
|
|
|
4597
4674
|
</goa-page-block>
|
|
4598
4675
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4599
4676
|
}
|
|
4600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPageBlock, decorators: [{
|
|
4601
4678
|
type: Component,
|
|
4602
4679
|
args: [{
|
|
4603
4680
|
standalone: true,
|
|
@@ -4632,8 +4709,8 @@ class GoabPages extends GoabBaseComponent {
|
|
|
4632
4709
|
this.cdr.detectChanges();
|
|
4633
4710
|
});
|
|
4634
4711
|
}
|
|
4635
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4636
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
4712
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPages, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4713
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", type: GoabPages, isStandalone: true, selector: "goab-pages", inputs: { current: ["current", "current", numberAttribute] }, usesInheritance: true, ngImport: i0, template: `
|
|
4637
4714
|
<goa-pages
|
|
4638
4715
|
*ngIf="isReady"
|
|
4639
4716
|
[attr.current]="current"
|
|
@@ -4646,7 +4723,7 @@ class GoabPages extends GoabBaseComponent {
|
|
|
4646
4723
|
</goa-pages>
|
|
4647
4724
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4648
4725
|
}
|
|
4649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPages, decorators: [{
|
|
4650
4727
|
type: Component,
|
|
4651
4728
|
args: [{
|
|
4652
4729
|
standalone: true,
|
|
@@ -4690,8 +4767,8 @@ class GoabPagination extends GoabBaseComponent {
|
|
|
4690
4767
|
const detail = e.detail;
|
|
4691
4768
|
this.onChange.emit(detail);
|
|
4692
4769
|
}
|
|
4693
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4694
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4770
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPagination, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4771
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabPagination, isStandalone: true, selector: "goab-pagination", inputs: { itemCount: "itemCount", pageNumber: "pageNumber", perPageCount: "perPageCount", variant: "variant" }, outputs: { onChange: "onChange" }, usesInheritance: true, ngImport: i0, template: `
|
|
4695
4772
|
<goa-pagination
|
|
4696
4773
|
*ngIf="isReady"
|
|
4697
4774
|
[attr.itemcount]="itemCount"
|
|
@@ -4708,7 +4785,7 @@ class GoabPagination extends GoabBaseComponent {
|
|
|
4708
4785
|
</goa-pagination>
|
|
4709
4786
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4710
4787
|
}
|
|
4711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPagination, decorators: [{
|
|
4712
4789
|
type: Component,
|
|
4713
4790
|
args: [{
|
|
4714
4791
|
standalone: true,
|
|
@@ -4760,8 +4837,8 @@ class GoabPopover extends GoabBaseComponent {
|
|
|
4760
4837
|
this.cdr.detectChanges();
|
|
4761
4838
|
});
|
|
4762
4839
|
}
|
|
4763
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4764
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4840
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPopover, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4841
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
4765
4842
|
<goa-popover
|
|
4766
4843
|
*ngIf="isReady"
|
|
4767
4844
|
[attr.maxwidth]="maxWidth"
|
|
@@ -4782,7 +4859,7 @@ class GoabPopover extends GoabBaseComponent {
|
|
|
4782
4859
|
</goa-popover>
|
|
4783
4860
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4784
4861
|
}
|
|
4785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPopover, decorators: [{
|
|
4786
4863
|
type: Component,
|
|
4787
4864
|
args: [{
|
|
4788
4865
|
standalone: true,
|
|
@@ -4844,8 +4921,8 @@ class GoabRadioGroup extends GoabControlValueAccessor {
|
|
|
4844
4921
|
this.onChange.emit(detail);
|
|
4845
4922
|
this.fcChange?.(detail.value);
|
|
4846
4923
|
}
|
|
4847
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4848
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4925
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabRadioGroup, isStandalone: true, selector: "goab-radio-group", inputs: { name: "name", orientation: "orientation", ariaLabel: "ariaLabel" }, outputs: { onChange: "onChange" }, providers: [
|
|
4849
4926
|
{
|
|
4850
4927
|
provide: NG_VALUE_ACCESSOR,
|
|
4851
4928
|
multi: true,
|
|
@@ -4873,7 +4950,7 @@ class GoabRadioGroup extends GoabControlValueAccessor {
|
|
|
4873
4950
|
</goa-radio-group>
|
|
4874
4951
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4875
4952
|
}
|
|
4876
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabRadioGroup, decorators: [{
|
|
4877
4954
|
type: Component,
|
|
4878
4955
|
args: [{
|
|
4879
4956
|
standalone: true,
|
|
@@ -4943,8 +5020,8 @@ class GoabRadioItem extends GoabBaseComponent {
|
|
|
4943
5020
|
return null;
|
|
4944
5021
|
return this.description instanceof TemplateRef ? this.description : null;
|
|
4945
5022
|
}
|
|
4946
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4947
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5023
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabRadioItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5024
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
4948
5025
|
<goa-radio-item
|
|
4949
5026
|
*ngIf="isReady"
|
|
4950
5027
|
[attr.name]="name"
|
|
@@ -4975,7 +5052,7 @@ class GoabRadioItem extends GoabBaseComponent {
|
|
|
4975
5052
|
</goa-radio-item>
|
|
4976
5053
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4977
5054
|
}
|
|
4978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabRadioItem, decorators: [{
|
|
4979
5056
|
type: Component,
|
|
4980
5057
|
args: [{
|
|
4981
5058
|
standalone: true,
|
|
@@ -5051,14 +5128,14 @@ class GoabSideMenu {
|
|
|
5051
5128
|
this.cdr.detectChanges();
|
|
5052
5129
|
});
|
|
5053
5130
|
}
|
|
5054
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5055
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5131
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5132
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabSideMenu, isStandalone: true, selector: "goab-side-menu", inputs: { testId: "testId" }, ngImport: i0, template: `
|
|
5056
5133
|
<goa-side-menu *ngIf="isReady" [attr.testid]="testId">
|
|
5057
5134
|
<ng-content />
|
|
5058
5135
|
</goa-side-menu>
|
|
5059
5136
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5060
5137
|
}
|
|
5061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenu, decorators: [{
|
|
5062
5139
|
type: Component,
|
|
5063
5140
|
args: [{
|
|
5064
5141
|
standalone: true,
|
|
@@ -5087,8 +5164,8 @@ class GoabSideMenuGroup extends GoabBaseComponent {
|
|
|
5087
5164
|
this.cdr.detectChanges();
|
|
5088
5165
|
});
|
|
5089
5166
|
}
|
|
5090
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5091
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenuGroup, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5168
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabSideMenuGroup, isStandalone: true, selector: "goab-side-menu-group", inputs: { heading: "heading", icon: "icon" }, usesInheritance: true, ngImport: i0, template: `
|
|
5092
5169
|
<goa-side-menu-group
|
|
5093
5170
|
*ngIf="isReady"
|
|
5094
5171
|
[attr.heading]="heading"
|
|
@@ -5103,7 +5180,7 @@ class GoabSideMenuGroup extends GoabBaseComponent {
|
|
|
5103
5180
|
</goa-side-menu-group>
|
|
5104
5181
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5105
5182
|
}
|
|
5106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenuGroup, decorators: [{
|
|
5107
5184
|
type: Component,
|
|
5108
5185
|
args: [{
|
|
5109
5186
|
standalone: true,
|
|
@@ -5143,8 +5220,8 @@ class GoabSideMenuHeading {
|
|
|
5143
5220
|
this.cdr.detectChanges();
|
|
5144
5221
|
});
|
|
5145
5222
|
}
|
|
5146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5147
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenuHeading, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5224
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabSideMenuHeading, isStandalone: true, selector: "goab-side-menu-heading", inputs: { icon: "icon", testId: "testId", meta: "meta" }, ngImport: i0, template: `
|
|
5148
5225
|
<goa-side-menu-heading *ngIf="isReady" [attr.testid]="testId" [attr.icon]="icon">
|
|
5149
5226
|
<ng-content />
|
|
5150
5227
|
<span slot="meta">
|
|
@@ -5153,7 +5230,7 @@ class GoabSideMenuHeading {
|
|
|
5153
5230
|
</goa-side-menu-heading>
|
|
5154
5231
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5155
5232
|
}
|
|
5156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenuHeading, decorators: [{
|
|
5157
5234
|
type: Component,
|
|
5158
5235
|
args: [{
|
|
5159
5236
|
standalone: true,
|
|
@@ -5190,8 +5267,8 @@ class GoabSkeleton extends GoabBaseComponent {
|
|
|
5190
5267
|
this.cdr.detectChanges();
|
|
5191
5268
|
});
|
|
5192
5269
|
}
|
|
5193
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5194
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSkeleton, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5271
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", type: GoabSkeleton, isStandalone: true, selector: "goab-skeleton", inputs: { type: "type", maxWidth: "maxWidth", size: "size", lineCount: ["lineCount", "lineCount", numberAttribute] }, usesInheritance: true, ngImport: i0, template: `
|
|
5195
5272
|
<goa-skeleton
|
|
5196
5273
|
*ngIf="isReady"
|
|
5197
5274
|
[attr.maxwidth]="maxWidth"
|
|
@@ -5207,7 +5284,7 @@ class GoabSkeleton extends GoabBaseComponent {
|
|
|
5207
5284
|
</goa-skeleton>
|
|
5208
5285
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5209
5286
|
}
|
|
5210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSkeleton, decorators: [{
|
|
5211
5288
|
type: Component,
|
|
5212
5289
|
args: [{
|
|
5213
5290
|
standalone: true,
|
|
@@ -5253,8 +5330,8 @@ class GoabSpacer {
|
|
|
5253
5330
|
this.cdr.detectChanges();
|
|
5254
5331
|
});
|
|
5255
5332
|
}
|
|
5256
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5257
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSpacer, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5334
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabSpacer, isStandalone: true, selector: "goab-spacer", inputs: { hSpacing: "hSpacing", vSpacing: "vSpacing", testId: "testId" }, ngImport: i0, template: `
|
|
5258
5335
|
<goa-spacer
|
|
5259
5336
|
*ngIf="isReady"
|
|
5260
5337
|
[attr.hspacing]="hSpacing"
|
|
@@ -5264,7 +5341,7 @@ class GoabSpacer {
|
|
|
5264
5341
|
</goa-spacer>
|
|
5265
5342
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5266
5343
|
}
|
|
5267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSpacer, decorators: [{
|
|
5268
5345
|
type: Component,
|
|
5269
5346
|
args: [{
|
|
5270
5347
|
standalone: true,
|
|
@@ -5308,8 +5385,8 @@ class GoabTab {
|
|
|
5308
5385
|
return null;
|
|
5309
5386
|
return this.heading instanceof TemplateRef ? this.heading : null;
|
|
5310
5387
|
}
|
|
5311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5312
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5388
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTab, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5389
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabTab, isStandalone: true, selector: "goab-tab", inputs: { heading: "heading" }, ngImport: i0, template: `
|
|
5313
5390
|
<goa-tab *ngIf="isReady">
|
|
5314
5391
|
<ng-content />
|
|
5315
5392
|
<div slot="heading">
|
|
@@ -5319,7 +5396,7 @@ class GoabTab {
|
|
|
5319
5396
|
</goa-tab>
|
|
5320
5397
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5321
5398
|
}
|
|
5322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTab, decorators: [{
|
|
5323
5400
|
type: Component,
|
|
5324
5401
|
args: [{
|
|
5325
5402
|
standalone: true,
|
|
@@ -5357,8 +5434,8 @@ class GoabTable extends GoabBaseComponent {
|
|
|
5357
5434
|
const detail = e.detail;
|
|
5358
5435
|
this.onSort.emit(detail);
|
|
5359
5436
|
}
|
|
5360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5361
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5437
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTable, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5438
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabTable, isStandalone: true, selector: "goab-table", inputs: { width: "width", variant: "variant" }, outputs: { onSort: "onSort" }, usesInheritance: true, ngImport: i0, template: `
|
|
5362
5439
|
<goa-table
|
|
5363
5440
|
*ngIf="isReady"
|
|
5364
5441
|
[attr.width]="width"
|
|
@@ -5376,7 +5453,7 @@ class GoabTable extends GoabBaseComponent {
|
|
|
5376
5453
|
</goa-table>
|
|
5377
5454
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5378
5455
|
}
|
|
5379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTable, decorators: [{
|
|
5380
5457
|
type: Component,
|
|
5381
5458
|
args: [{
|
|
5382
5459
|
standalone: true,
|
|
@@ -5421,8 +5498,8 @@ class GoabTableSortHeader {
|
|
|
5421
5498
|
this.cdr.detectChanges();
|
|
5422
5499
|
});
|
|
5423
5500
|
}
|
|
5424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5425
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5501
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTableSortHeader, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5502
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabTableSortHeader, isStandalone: true, selector: "goab-table-sort-header", inputs: { name: "name", direction: "direction" }, ngImport: i0, template: `
|
|
5426
5503
|
<goa-table-sort-header
|
|
5427
5504
|
*ngIf="isReady"
|
|
5428
5505
|
[attr.name]="name"
|
|
@@ -5432,7 +5509,7 @@ class GoabTableSortHeader {
|
|
|
5432
5509
|
</goa-table-sort-header>
|
|
5433
5510
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5434
5511
|
}
|
|
5435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTableSortHeader, decorators: [{
|
|
5436
5513
|
type: Component,
|
|
5437
5514
|
args: [{
|
|
5438
5515
|
standalone: true,
|
|
@@ -5471,8 +5548,8 @@ class GoabTabs {
|
|
|
5471
5548
|
const detail = e.detail;
|
|
5472
5549
|
this.onChange.emit(detail);
|
|
5473
5550
|
}
|
|
5474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5475
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5551
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTabs, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5552
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", type: GoabTabs, isStandalone: true, selector: "goab-tabs", inputs: { initialTab: ["initialTab", "initialTab", numberAttribute], testId: "testId" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
|
|
5476
5553
|
<goa-tabs
|
|
5477
5554
|
*ngIf="isReady"
|
|
5478
5555
|
[attr.initialtab]="initialTab"
|
|
@@ -5483,7 +5560,7 @@ class GoabTabs {
|
|
|
5483
5560
|
</goa-tabs>
|
|
5484
5561
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5485
5562
|
}
|
|
5486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTabs, decorators: [{
|
|
5487
5564
|
type: Component,
|
|
5488
5565
|
args: [{
|
|
5489
5566
|
standalone: true,
|
|
@@ -5523,8 +5600,8 @@ class GoabTemporaryNotificationCtrl {
|
|
|
5523
5600
|
this.cdr.detectChanges();
|
|
5524
5601
|
});
|
|
5525
5602
|
}
|
|
5526
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5527
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5603
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTemporaryNotificationCtrl, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5604
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabTemporaryNotificationCtrl, isStandalone: true, selector: "goab-temporary-notification-ctrl", inputs: { verticalPosition: "verticalPosition", horizontalPosition: "horizontalPosition", testId: "testId" }, ngImport: i0, template: `
|
|
5528
5605
|
<goa-temp-notification-ctrl
|
|
5529
5606
|
*ngIf="isReady"
|
|
5530
5607
|
[attr.vertical-position]="verticalPosition"
|
|
@@ -5534,7 +5611,7 @@ class GoabTemporaryNotificationCtrl {
|
|
|
5534
5611
|
</goa-temp-notification-ctrl>
|
|
5535
5612
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5536
5613
|
}
|
|
5537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTemporaryNotificationCtrl, decorators: [{
|
|
5538
5615
|
type: Component,
|
|
5539
5616
|
args: [{
|
|
5540
5617
|
standalone: true,
|
|
@@ -5579,8 +5656,8 @@ class GoabText {
|
|
|
5579
5656
|
this.cdr.detectChanges();
|
|
5580
5657
|
}, 0);
|
|
5581
5658
|
}
|
|
5582
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5583
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabText, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5660
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
5584
5661
|
<goa-text
|
|
5585
5662
|
*ngIf="isReady"
|
|
5586
5663
|
[attr.as]="tag"
|
|
@@ -5596,7 +5673,7 @@ class GoabText {
|
|
|
5596
5673
|
</goa-text>
|
|
5597
5674
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5598
5675
|
}
|
|
5599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabText, decorators: [{
|
|
5600
5677
|
type: Component,
|
|
5601
5678
|
args: [{
|
|
5602
5679
|
standalone: true,
|
|
@@ -5678,8 +5755,8 @@ class GoabTextArea extends GoabControlValueAccessor {
|
|
|
5678
5755
|
this.markAsTouched();
|
|
5679
5756
|
this.onBlur.emit(detail);
|
|
5680
5757
|
}
|
|
5681
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5682
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5758
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTextArea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5759
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: [
|
|
5683
5760
|
{
|
|
5684
5761
|
provide: NG_VALUE_ACCESSOR,
|
|
5685
5762
|
multi: true,
|
|
@@ -5714,7 +5791,7 @@ class GoabTextArea extends GoabControlValueAccessor {
|
|
|
5714
5791
|
</goa-textarea>
|
|
5715
5792
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5716
5793
|
}
|
|
5717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTextArea, decorators: [{
|
|
5718
5795
|
type: Component,
|
|
5719
5796
|
args: [{
|
|
5720
5797
|
standalone: true,
|
|
@@ -5807,8 +5884,8 @@ class GoabTooltip extends GoabBaseComponent {
|
|
|
5807
5884
|
return null;
|
|
5808
5885
|
return this.content instanceof TemplateRef ? this.content : null;
|
|
5809
5886
|
}
|
|
5810
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5811
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5887
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTooltip, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5888
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: GoabTooltip, isStandalone: true, selector: "goab-tooltip", inputs: { position: "position", content: "content", hAlign: "hAlign", maxWidth: "maxWidth" }, usesInheritance: true, ngImport: i0, template: `
|
|
5812
5889
|
<goa-tooltip
|
|
5813
5890
|
*ngIf="isReady"
|
|
5814
5891
|
[attr.position]="position"
|
|
@@ -5832,7 +5909,7 @@ class GoabTooltip extends GoabBaseComponent {
|
|
|
5832
5909
|
</goa-tooltip>
|
|
5833
5910
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: CommonModule }] }); }
|
|
5834
5911
|
}
|
|
5835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTooltip, decorators: [{
|
|
5836
5913
|
type: Component,
|
|
5837
5914
|
args: [{
|
|
5838
5915
|
standalone: true,
|
|
@@ -5890,8 +5967,8 @@ class GoabxWorkSideMenu {
|
|
|
5890
5967
|
_onToggle() {
|
|
5891
5968
|
this.onToggle.emit();
|
|
5892
5969
|
}
|
|
5893
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5894
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabxWorkSideMenu, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5971
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", 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: `
|
|
5895
5972
|
<goa-work-side-menu
|
|
5896
5973
|
*ngIf="isReady"
|
|
5897
5974
|
[open]="open ?? false"
|
|
@@ -5914,7 +5991,7 @@ class GoabxWorkSideMenu {
|
|
|
5914
5991
|
</goa-work-side-menu>
|
|
5915
5992
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5916
5993
|
}
|
|
5917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabxWorkSideMenu, decorators: [{
|
|
5918
5995
|
type: Component,
|
|
5919
5996
|
args: [{
|
|
5920
5997
|
standalone: true,
|
|
@@ -5983,8 +6060,8 @@ class GoabxWorkSideMenuItem {
|
|
|
5983
6060
|
this.cdr.detectChanges();
|
|
5984
6061
|
}, 0);
|
|
5985
6062
|
}
|
|
5986
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5987
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
6063
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabxWorkSideMenuItem, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6064
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: `
|
|
5988
6065
|
<goa-work-side-menu-item
|
|
5989
6066
|
*ngIf="isReady"
|
|
5990
6067
|
[attr.label]="label"
|
|
@@ -6000,7 +6077,7 @@ class GoabxWorkSideMenuItem {
|
|
|
6000
6077
|
</goa-work-side-menu-item>
|
|
6001
6078
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
6002
6079
|
}
|
|
6003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
6080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabxWorkSideMenuItem, decorators: [{
|
|
6004
6081
|
type: Component,
|
|
6005
6082
|
args: [{
|
|
6006
6083
|
standalone: true,
|
|
@@ -6047,5 +6124,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
6047
6124
|
* Generated bundle index. Do not edit.
|
|
6048
6125
|
*/
|
|
6049
6126
|
|
|
6050
|
-
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, GoabDatePicker, GoabDetails, GoabDivider, GoabDrawer, GoabDropdown, GoabDropdownItem, GoabFieldset, GoabFileUploadCard, GoabFileUploadInput, GoabFilterChip, GoabFormItem, GoabFormItemSlot, GoabFormStep, GoabFormStepper, GoabGrid, GoabHeroBanner, GoabIcon, GoabIconButton, GoabInput, GoabInputNumber, GoabLink, GoabMenuAction, GoabMenuButton, GoabMicrositeHeader, GoabModal, GoabNotification, GoabPageBlock, GoabPages, GoabPagination, GoabPopover, GoabPublicForm, GoabPublicFormPage, GoabPublicFormSummary, GoabPublicFormTask, GoabPublicFormTaskList, GoabPublicSubform, GoabPublicSubformIndex, GoabRadioGroup, GoabRadioItem, GoabSideMenu, GoabSideMenuGroup, GoabSideMenuHeading, GoabSkeleton, GoabSpacer, GoabTab, GoabTable, GoabTableSortHeader, GoabTabs, GoabTemporaryNotificationCtrl, GoabText, GoabTextArea, GoabTooltip, GoabxWorkSideMenu, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
|
|
6127
|
+
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, 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, GoabRadioGroup, GoabRadioItem, GoabSideMenu, GoabSideMenuGroup, GoabSideMenuHeading, GoabSkeleton, GoabSpacer, GoabTab, GoabTable, GoabTableSortHeader, GoabTabs, GoabTemporaryNotificationCtrl, GoabText, GoabTextArea, GoabTooltip, GoabxWorkSideMenu, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
|
|
6051
6128
|
//# sourceMappingURL=abgov-angular-components.mjs.map
|