@abgov/angular-components 4.10.0-dev.3 → 4.10.0-dev.6
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,8 +533,8 @@ 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"
|
|
@@ -553,7 +553,7 @@ class GoabBlock extends GoabBaseComponent {
|
|
|
553
553
|
</goa-block>
|
|
554
554
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
555
555
|
}
|
|
556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabBlock, decorators: [{
|
|
557
557
|
type: Component,
|
|
558
558
|
args: [{
|
|
559
559
|
standalone: true,
|
|
@@ -613,8 +613,8 @@ class GoabButton extends GoabBaseComponent {
|
|
|
613
613
|
_onClick() {
|
|
614
614
|
this.onClick.emit();
|
|
615
615
|
}
|
|
616
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
617
|
-
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: `
|
|
618
618
|
<goa-button
|
|
619
619
|
*ngIf="isReady"
|
|
620
620
|
[attr.type]="type"
|
|
@@ -638,7 +638,7 @@ class GoabButton extends GoabBaseComponent {
|
|
|
638
638
|
</goa-button>
|
|
639
639
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
640
640
|
}
|
|
641
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabButton, decorators: [{
|
|
642
642
|
type: Component,
|
|
643
643
|
args: [{
|
|
644
644
|
standalone: true,
|
|
@@ -708,8 +708,8 @@ class GoabButtonGroup extends GoabBaseComponent {
|
|
|
708
708
|
this.cdr.detectChanges();
|
|
709
709
|
}, 0);
|
|
710
710
|
}
|
|
711
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
712
|
-
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: `
|
|
713
713
|
<goa-button-group
|
|
714
714
|
*ngIf="isReady"
|
|
715
715
|
[attr.alignment]="alignment"
|
|
@@ -724,7 +724,7 @@ class GoabButtonGroup extends GoabBaseComponent {
|
|
|
724
724
|
</goa-button-group>
|
|
725
725
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
726
726
|
}
|
|
727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabButtonGroup, decorators: [{
|
|
728
728
|
type: Component,
|
|
729
729
|
args: [{
|
|
730
730
|
standalone: true,
|
|
@@ -771,8 +771,8 @@ class GoabCalendar extends GoabBaseComponent {
|
|
|
771
771
|
const details = e.detail;
|
|
772
772
|
this.onChange.emit(details);
|
|
773
773
|
}
|
|
774
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
775
|
-
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: `
|
|
776
776
|
<goa-calendar
|
|
777
777
|
*ngIf="isReady"
|
|
778
778
|
[attr.name]="name"
|
|
@@ -790,7 +790,7 @@ class GoabCalendar extends GoabBaseComponent {
|
|
|
790
790
|
</goa-calendar>
|
|
791
791
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
792
792
|
}
|
|
793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
793
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCalendar, decorators: [{
|
|
794
794
|
type: Component,
|
|
795
795
|
args: [{
|
|
796
796
|
standalone: true,
|
|
@@ -846,8 +846,8 @@ class GoabCallout extends GoabBaseComponent {
|
|
|
846
846
|
this.cdr.detectChanges();
|
|
847
847
|
}, 0);
|
|
848
848
|
}
|
|
849
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
850
|
-
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: `
|
|
851
851
|
<goa-callout
|
|
852
852
|
*ngIf="isReady"
|
|
853
853
|
[attr.type]="type"
|
|
@@ -866,7 +866,7 @@ class GoabCallout extends GoabBaseComponent {
|
|
|
866
866
|
</goa-callout>
|
|
867
867
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
868
868
|
}
|
|
869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCallout, decorators: [{
|
|
870
870
|
type: Component,
|
|
871
871
|
args: [{
|
|
872
872
|
standalone: true,
|
|
@@ -920,8 +920,8 @@ class GoabCard extends GoabBaseComponent {
|
|
|
920
920
|
this.cdr.detectChanges();
|
|
921
921
|
}, 0);
|
|
922
922
|
}
|
|
923
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
924
|
-
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: `
|
|
925
925
|
<goa-card
|
|
926
926
|
*ngIf="isReady"
|
|
927
927
|
[attr.elevation]="elevation"
|
|
@@ -936,7 +936,7 @@ class GoabCard extends GoabBaseComponent {
|
|
|
936
936
|
</goa-card>
|
|
937
937
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
938
938
|
}
|
|
939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCard, decorators: [{
|
|
940
940
|
type: Component,
|
|
941
941
|
args: [{
|
|
942
942
|
standalone: true,
|
|
@@ -978,14 +978,14 @@ class GoabCardContent {
|
|
|
978
978
|
this.cdr.detectChanges();
|
|
979
979
|
}, 0);
|
|
980
980
|
}
|
|
981
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
982
|
-
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: `
|
|
983
983
|
<goa-card-content *ngIf="isReady">
|
|
984
984
|
<ng-content />
|
|
985
985
|
</goa-card-content>
|
|
986
986
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
987
987
|
}
|
|
988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardContent, decorators: [{
|
|
989
989
|
type: Component,
|
|
990
990
|
args: [{
|
|
991
991
|
standalone: true,
|
|
@@ -1013,14 +1013,14 @@ class GoabCardActions {
|
|
|
1013
1013
|
this.cdr.detectChanges();
|
|
1014
1014
|
}, 0);
|
|
1015
1015
|
}
|
|
1016
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1017
|
-
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: `
|
|
1018
1018
|
<goa-card-actions *ngIf="isReady">
|
|
1019
1019
|
<ng-content />
|
|
1020
1020
|
</goa-card-actions>
|
|
1021
1021
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1022
1022
|
}
|
|
1023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardActions, decorators: [{
|
|
1024
1024
|
type: Component,
|
|
1025
1025
|
args: [{
|
|
1026
1026
|
standalone: true,
|
|
@@ -1048,8 +1048,8 @@ class GoabCardImage {
|
|
|
1048
1048
|
this.cdr.detectChanges();
|
|
1049
1049
|
}, 0);
|
|
1050
1050
|
}
|
|
1051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1052
|
-
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: `
|
|
1053
1053
|
<goa-card-image
|
|
1054
1054
|
*ngIf="isReady"
|
|
1055
1055
|
[attr.src]="src"
|
|
@@ -1059,7 +1059,7 @@ class GoabCardImage {
|
|
|
1059
1059
|
</goa-card-image>
|
|
1060
1060
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1061
1061
|
}
|
|
1062
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCardImage, decorators: [{
|
|
1063
1063
|
type: Component,
|
|
1064
1064
|
args: [{
|
|
1065
1065
|
standalone: true,
|
|
@@ -1123,8 +1123,8 @@ class GoabCheckbox extends GoabControlValueAccessor {
|
|
|
1123
1123
|
this.renderer.setAttribute(el, "checked", this.checked ? "true" : "false");
|
|
1124
1124
|
}
|
|
1125
1125
|
}
|
|
1126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1127
|
-
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: [
|
|
1128
1128
|
{
|
|
1129
1129
|
provide: NG_VALUE_ACCESSOR,
|
|
1130
1130
|
multi: true,
|
|
@@ -1161,7 +1161,7 @@ class GoabCheckbox extends GoabControlValueAccessor {
|
|
|
1161
1161
|
</div>
|
|
1162
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"] }] }); }
|
|
1163
1163
|
}
|
|
1164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCheckbox, decorators: [{
|
|
1165
1165
|
type: Component,
|
|
1166
1166
|
args: [{
|
|
1167
1167
|
standalone: true,
|
|
@@ -1271,8 +1271,8 @@ class GoabCheckboxList extends GoabControlValueAccessor {
|
|
|
1271
1271
|
this.value = [];
|
|
1272
1272
|
}
|
|
1273
1273
|
}
|
|
1274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1275
|
-
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: [
|
|
1276
1276
|
{
|
|
1277
1277
|
provide: NG_VALUE_ACCESSOR,
|
|
1278
1278
|
multi: true,
|
|
@@ -1296,7 +1296,7 @@ class GoabCheckboxList extends GoabControlValueAccessor {
|
|
|
1296
1296
|
<ng-content />
|
|
1297
1297
|
</goa-checkbox-list>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1298
1298
|
}
|
|
1299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCheckboxList, decorators: [{
|
|
1300
1300
|
type: Component,
|
|
1301
1301
|
args: [{
|
|
1302
1302
|
standalone: true,
|
|
@@ -1357,8 +1357,8 @@ class GoabChip extends GoabBaseComponent {
|
|
|
1357
1357
|
_onClick() {
|
|
1358
1358
|
this.onClick.emit();
|
|
1359
1359
|
}
|
|
1360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1361
|
-
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
|
|
1362
1362
|
*ngIf="isReady"
|
|
1363
1363
|
[attr.leadingicon]="leadingIcon"
|
|
1364
1364
|
[attr.variant]="variant"
|
|
@@ -1376,7 +1376,7 @@ class GoabChip extends GoabBaseComponent {
|
|
|
1376
1376
|
<ng-content />
|
|
1377
1377
|
</goa-chip>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1378
1378
|
}
|
|
1379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabChip, decorators: [{
|
|
1380
1380
|
type: Component,
|
|
1381
1381
|
args: [{
|
|
1382
1382
|
standalone: true,
|
|
@@ -1432,8 +1432,8 @@ class GoabCircularProgress {
|
|
|
1432
1432
|
this.cdr.detectChanges();
|
|
1433
1433
|
}, 0);
|
|
1434
1434
|
}
|
|
1435
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1436
|
-
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: `
|
|
1437
1437
|
<goa-circular-progress
|
|
1438
1438
|
*ngIf="isReady"
|
|
1439
1439
|
[attr.variant]="variant || 'inline'"
|
|
@@ -1446,7 +1446,7 @@ class GoabCircularProgress {
|
|
|
1446
1446
|
</goa-circular-progress>
|
|
1447
1447
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1448
1448
|
}
|
|
1449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabCircularProgress, decorators: [{
|
|
1450
1450
|
type: Component,
|
|
1451
1451
|
args: [{
|
|
1452
1452
|
standalone: true,
|
|
@@ -1496,14 +1496,14 @@ class GoabColumnLayout {
|
|
|
1496
1496
|
this.cdr.detectChanges();
|
|
1497
1497
|
}, 0);
|
|
1498
1498
|
}
|
|
1499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1500
|
-
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: `
|
|
1501
1501
|
<goa-one-column-layout *ngIf="isReady">
|
|
1502
1502
|
<ng-content />
|
|
1503
1503
|
</goa-one-column-layout>
|
|
1504
1504
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1505
1505
|
}
|
|
1506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabColumnLayout, decorators: [{
|
|
1507
1507
|
type: Component,
|
|
1508
1508
|
args: [{
|
|
1509
1509
|
standalone: true,
|
|
@@ -1536,14 +1536,16 @@ class GoabContainer extends GoabBaseComponent {
|
|
|
1536
1536
|
this.cdr.detectChanges();
|
|
1537
1537
|
}, 0);
|
|
1538
1538
|
}
|
|
1539
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1540
|
-
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", minHeight: "minHeight", maxHeight: "maxHeight", title: "title", actions: "actions" }, usesInheritance: true, ngImport: i0, template: `<goa-container
|
|
1541
1541
|
*ngIf="isReady"
|
|
1542
1542
|
[attr.type]="type"
|
|
1543
1543
|
[attr.accent]="accent"
|
|
1544
1544
|
[attr.padding]="padding"
|
|
1545
1545
|
[attr.width]="width"
|
|
1546
1546
|
[attr.maxwidth]="maxWidth"
|
|
1547
|
+
[attr.minheight]="minHeight"
|
|
1548
|
+
[attr.maxheight]="maxHeight"
|
|
1547
1549
|
[attr.testid]="testId"
|
|
1548
1550
|
[attr.mt]="mt"
|
|
1549
1551
|
[attr.mb]="mb"
|
|
@@ -1559,7 +1561,7 @@ class GoabContainer extends GoabBaseComponent {
|
|
|
1559
1561
|
</div>
|
|
1560
1562
|
</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"] }] }); }
|
|
1561
1563
|
}
|
|
1562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabContainer, decorators: [{
|
|
1563
1565
|
type: Component,
|
|
1564
1566
|
args: [{
|
|
1565
1567
|
standalone: true,
|
|
@@ -1572,6 +1574,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
1572
1574
|
[attr.padding]="padding"
|
|
1573
1575
|
[attr.width]="width"
|
|
1574
1576
|
[attr.maxwidth]="maxWidth"
|
|
1577
|
+
[attr.minheight]="minHeight"
|
|
1578
|
+
[attr.maxheight]="maxHeight"
|
|
1575
1579
|
[attr.testid]="testId"
|
|
1576
1580
|
[attr.mt]="mt"
|
|
1577
1581
|
[attr.mb]="mb"
|
|
@@ -1598,6 +1602,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
1598
1602
|
type: Input
|
|
1599
1603
|
}], maxWidth: [{
|
|
1600
1604
|
type: Input
|
|
1605
|
+
}], minHeight: [{
|
|
1606
|
+
type: Input
|
|
1607
|
+
}], maxHeight: [{
|
|
1608
|
+
type: Input
|
|
1601
1609
|
}], title: [{
|
|
1602
1610
|
type: Input
|
|
1603
1611
|
}], actions: [{
|
|
@@ -1656,8 +1664,8 @@ class GoabDatePicker extends GoabControlValueAccessor {
|
|
|
1656
1664
|
}
|
|
1657
1665
|
}
|
|
1658
1666
|
}
|
|
1659
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1660
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1667
|
+
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 }); }
|
|
1668
|
+
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: [
|
|
1661
1669
|
{
|
|
1662
1670
|
provide: NG_VALUE_ACCESSOR,
|
|
1663
1671
|
multi: true,
|
|
@@ -1684,7 +1692,7 @@ class GoabDatePicker extends GoabControlValueAccessor {
|
|
|
1684
1692
|
>
|
|
1685
1693
|
</goa-date-picker>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1686
1694
|
}
|
|
1687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDatePicker, decorators: [{
|
|
1688
1696
|
type: Component,
|
|
1689
1697
|
args: [{
|
|
1690
1698
|
standalone: true,
|
|
@@ -1754,8 +1762,8 @@ class GoabDetails extends GoabBaseComponent {
|
|
|
1754
1762
|
this.cdr.detectChanges();
|
|
1755
1763
|
}, 0);
|
|
1756
1764
|
}
|
|
1757
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1758
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1765
|
+
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 }); }
|
|
1766
|
+
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: `
|
|
1759
1767
|
<goa-details
|
|
1760
1768
|
*ngIf="isReady"
|
|
1761
1769
|
[attr.heading]="heading"
|
|
@@ -1771,7 +1779,7 @@ class GoabDetails extends GoabBaseComponent {
|
|
|
1771
1779
|
</goa-details>
|
|
1772
1780
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1773
1781
|
}
|
|
1774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDetails, decorators: [{
|
|
1775
1783
|
type: Component,
|
|
1776
1784
|
args: [{
|
|
1777
1785
|
standalone: true,
|
|
@@ -1818,8 +1826,8 @@ class GoabDivider extends GoabBaseComponent {
|
|
|
1818
1826
|
this.cdr.detectChanges();
|
|
1819
1827
|
}, 0);
|
|
1820
1828
|
}
|
|
1821
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1822
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1829
|
+
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 }); }
|
|
1830
|
+
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: `
|
|
1823
1831
|
<goa-divider
|
|
1824
1832
|
*ngIf="isReady"
|
|
1825
1833
|
[attr.testid]="testId"
|
|
@@ -1831,7 +1839,7 @@ class GoabDivider extends GoabBaseComponent {
|
|
|
1831
1839
|
</goa-divider>
|
|
1832
1840
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1833
1841
|
}
|
|
1834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDivider, decorators: [{
|
|
1835
1843
|
type: Component,
|
|
1836
1844
|
args: [{
|
|
1837
1845
|
standalone: true,
|
|
@@ -1877,8 +1885,8 @@ class GoabDrawer {
|
|
|
1877
1885
|
return null;
|
|
1878
1886
|
return this.heading instanceof TemplateRef ? this.heading : null;
|
|
1879
1887
|
}
|
|
1880
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1881
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1888
|
+
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 }); }
|
|
1889
|
+
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: `
|
|
1882
1890
|
<goa-drawer
|
|
1883
1891
|
*ngIf="isReady"
|
|
1884
1892
|
[open]="open"
|
|
@@ -1898,7 +1906,7 @@ class GoabDrawer {
|
|
|
1898
1906
|
</goa-drawer>
|
|
1899
1907
|
`, 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"] }] }); }
|
|
1900
1908
|
}
|
|
1901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDrawer, decorators: [{
|
|
1902
1910
|
type: Component,
|
|
1903
1911
|
args: [{
|
|
1904
1912
|
standalone: true,
|
|
@@ -1967,8 +1975,8 @@ class GoabDropdown extends GoabControlValueAccessor {
|
|
|
1967
1975
|
this.markAsTouched();
|
|
1968
1976
|
this.fcChange?.(detail.value || "");
|
|
1969
1977
|
}
|
|
1970
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1971
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
1978
|
+
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 }); }
|
|
1979
|
+
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: [
|
|
1972
1980
|
{
|
|
1973
1981
|
provide: NG_VALUE_ACCESSOR,
|
|
1974
1982
|
multi: true,
|
|
@@ -2006,7 +2014,7 @@ class GoabDropdown extends GoabControlValueAccessor {
|
|
|
2006
2014
|
</goa-dropdown>
|
|
2007
2015
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2008
2016
|
}
|
|
2009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDropdown, decorators: [{
|
|
2010
2018
|
type: Component,
|
|
2011
2019
|
args: [{
|
|
2012
2020
|
standalone: true,
|
|
@@ -2098,8 +2106,8 @@ class GoabDropdownItem {
|
|
|
2098
2106
|
this.cdr.detectChanges();
|
|
2099
2107
|
}, 0);
|
|
2100
2108
|
}
|
|
2101
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2102
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2109
|
+
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 }); }
|
|
2110
|
+
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: `
|
|
2103
2111
|
<goa-dropdown-item
|
|
2104
2112
|
*ngIf="isReady"
|
|
2105
2113
|
[value]="value"
|
|
@@ -2111,7 +2119,7 @@ class GoabDropdownItem {
|
|
|
2111
2119
|
</goa-dropdown-item>
|
|
2112
2120
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2113
2121
|
}
|
|
2114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabDropdownItem, decorators: [{
|
|
2115
2123
|
type: Component,
|
|
2116
2124
|
args: [{
|
|
2117
2125
|
standalone: true,
|
|
@@ -2163,8 +2171,8 @@ class GoabFileUploadCard {
|
|
|
2163
2171
|
_onDelete() {
|
|
2164
2172
|
this.onDelete.emit({ filename: this.filename });
|
|
2165
2173
|
}
|
|
2166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2167
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
2174
|
+
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 }); }
|
|
2175
|
+
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
|
|
2168
2176
|
*ngIf="isReady"
|
|
2169
2177
|
[attr.filename]="filename"
|
|
2170
2178
|
[attr.size]="size"
|
|
@@ -2177,7 +2185,7 @@ class GoabFileUploadCard {
|
|
|
2177
2185
|
>
|
|
2178
2186
|
</goa-file-upload-card>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2179
2187
|
}
|
|
2180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFileUploadCard, decorators: [{
|
|
2181
2189
|
type: Component,
|
|
2182
2190
|
args: [{
|
|
2183
2191
|
standalone: true,
|
|
@@ -2239,8 +2247,8 @@ class GoabFileUploadInput extends GoabBaseComponent {
|
|
|
2239
2247
|
const detail = e.detail;
|
|
2240
2248
|
this.onSelectFile.emit(detail);
|
|
2241
2249
|
}
|
|
2242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2243
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2250
|
+
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 }); }
|
|
2251
|
+
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
|
|
2244
2252
|
*ngIf="isReady"
|
|
2245
2253
|
[attr.variant]="variant"
|
|
2246
2254
|
[attr.accept]="accept"
|
|
@@ -2255,7 +2263,7 @@ class GoabFileUploadInput extends GoabBaseComponent {
|
|
|
2255
2263
|
>
|
|
2256
2264
|
</goa-file-upload-input>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2257
2265
|
}
|
|
2258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFileUploadInput, decorators: [{
|
|
2259
2267
|
type: Component,
|
|
2260
2268
|
args: [{
|
|
2261
2269
|
standalone: true,
|
|
@@ -2309,8 +2317,8 @@ class GoabFilterChip extends GoabBaseComponent {
|
|
|
2309
2317
|
_onClick() {
|
|
2310
2318
|
this.onClick.emit();
|
|
2311
2319
|
}
|
|
2312
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2313
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
2320
|
+
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 }); }
|
|
2321
|
+
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
|
|
2314
2322
|
*ngIf="isReady"
|
|
2315
2323
|
[attr.error]="error"
|
|
2316
2324
|
[attr.icontheme]="iconTheme"
|
|
@@ -2325,7 +2333,7 @@ class GoabFilterChip extends GoabBaseComponent {
|
|
|
2325
2333
|
<ng-content />
|
|
2326
2334
|
</goa-filter-chip>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2327
2335
|
}
|
|
2328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFilterChip, decorators: [{
|
|
2329
2337
|
type: Component,
|
|
2330
2338
|
args: [{
|
|
2331
2339
|
standalone: true,
|
|
@@ -2374,8 +2382,8 @@ class GoabAppFooter {
|
|
|
2374
2382
|
this.cdr.detectChanges();
|
|
2375
2383
|
}, 0);
|
|
2376
2384
|
}
|
|
2377
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2378
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2385
|
+
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 }); }
|
|
2386
|
+
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: `
|
|
2379
2387
|
<goa-app-footer
|
|
2380
2388
|
*ngIf="isReady"
|
|
2381
2389
|
[attr.maxcontentwidth]="maxContentWidth"
|
|
@@ -2388,7 +2396,7 @@ class GoabAppFooter {
|
|
|
2388
2396
|
</goa-app-footer>
|
|
2389
2397
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2390
2398
|
}
|
|
2391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooter, decorators: [{
|
|
2392
2400
|
type: Component,
|
|
2393
2401
|
args: [{
|
|
2394
2402
|
standalone: true,
|
|
@@ -2429,14 +2437,14 @@ class GoabAppFooterMetaSection {
|
|
|
2429
2437
|
this.cdr.detectChanges();
|
|
2430
2438
|
}, 0);
|
|
2431
2439
|
}
|
|
2432
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2433
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2440
|
+
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 }); }
|
|
2441
|
+
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: `
|
|
2434
2442
|
<goa-app-footer-meta-section *ngIf="isReady" [attr.testid]="testId">
|
|
2435
2443
|
<ng-content />
|
|
2436
2444
|
</goa-app-footer-meta-section>
|
|
2437
2445
|
`, isInline: true, styles: [":host{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2438
2446
|
}
|
|
2439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooterMetaSection, decorators: [{
|
|
2440
2448
|
type: Component,
|
|
2441
2449
|
args: [{ standalone: true, selector: "goab-app-footer-meta-section", template: `
|
|
2442
2450
|
<goa-app-footer-meta-section *ngIf="isReady" [attr.testid]="testId">
|
|
@@ -2464,8 +2472,8 @@ class GoabAppFooterNavSection {
|
|
|
2464
2472
|
this.cdr.detectChanges();
|
|
2465
2473
|
}, 0);
|
|
2466
2474
|
}
|
|
2467
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2468
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2475
|
+
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 }); }
|
|
2476
|
+
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: `
|
|
2469
2477
|
<goa-app-footer-nav-section
|
|
2470
2478
|
*ngIf="isReady"
|
|
2471
2479
|
[attr.maxcolumncount]="maxColumnCount"
|
|
@@ -2476,7 +2484,7 @@ class GoabAppFooterNavSection {
|
|
|
2476
2484
|
</goa-app-footer-nav-section>
|
|
2477
2485
|
`, isInline: true, styles: [":host{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2478
2486
|
}
|
|
2479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppFooterNavSection, decorators: [{
|
|
2480
2488
|
type: Component,
|
|
2481
2489
|
args: [{ standalone: true, selector: "goab-app-footer-nav-section", template: `
|
|
2482
2490
|
<goa-app-footer-nav-section
|
|
@@ -2517,8 +2525,8 @@ class GoabPublicForm {
|
|
|
2517
2525
|
const detail = e.detail;
|
|
2518
2526
|
this.onStateChange.emit(detail.data);
|
|
2519
2527
|
}
|
|
2520
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2521
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2528
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicForm, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2529
|
+
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: `
|
|
2522
2530
|
<goa-public-form
|
|
2523
2531
|
[attr.status]="status"
|
|
2524
2532
|
[attr.name]="name"
|
|
@@ -2530,7 +2538,7 @@ class GoabPublicForm {
|
|
|
2530
2538
|
</goa-public-form>
|
|
2531
2539
|
`, isInline: true }); }
|
|
2532
2540
|
}
|
|
2533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicForm, decorators: [{
|
|
2534
2542
|
type: Component,
|
|
2535
2543
|
args: [{
|
|
2536
2544
|
selector: "goab-public-form",
|
|
@@ -2580,8 +2588,8 @@ class GoabPublicFormPage extends GoabBaseComponent {
|
|
|
2580
2588
|
_onContinue(event) {
|
|
2581
2589
|
this.onContinue.emit(event);
|
|
2582
2590
|
}
|
|
2583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2584
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormPage, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2592
|
+
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: `
|
|
2585
2593
|
<goa-public-form-page
|
|
2586
2594
|
[id]="id"
|
|
2587
2595
|
[attr.heading]="heading"
|
|
@@ -2602,7 +2610,7 @@ class GoabPublicFormPage extends GoabBaseComponent {
|
|
|
2602
2610
|
</goa-public-form-page>
|
|
2603
2611
|
`, isInline: true }); }
|
|
2604
2612
|
}
|
|
2605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormPage, decorators: [{
|
|
2606
2614
|
type: Component,
|
|
2607
2615
|
args: [{
|
|
2608
2616
|
selector: "goab-public-form-page",
|
|
@@ -2652,8 +2660,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2652
2660
|
}] } });
|
|
2653
2661
|
|
|
2654
2662
|
class GoabPublicFormSummary {
|
|
2655
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2656
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2663
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormSummary, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2664
|
+
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: `
|
|
2657
2665
|
<goa-public-form-summary
|
|
2658
2666
|
[attr.heading]="heading"
|
|
2659
2667
|
>
|
|
@@ -2661,7 +2669,7 @@ class GoabPublicFormSummary {
|
|
|
2661
2669
|
</goa-public-form-summary>
|
|
2662
2670
|
`, isInline: true }); }
|
|
2663
2671
|
}
|
|
2664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormSummary, decorators: [{
|
|
2665
2673
|
type: Component,
|
|
2666
2674
|
args: [{
|
|
2667
2675
|
selector: "goab-public-form-summary",
|
|
@@ -2694,8 +2702,8 @@ class GoabPublicSubform extends GoabBaseComponent {
|
|
|
2694
2702
|
_onStateChange(e) {
|
|
2695
2703
|
this.onStateChange.emit(e);
|
|
2696
2704
|
}
|
|
2697
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2698
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2705
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicSubform, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2706
|
+
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: `
|
|
2699
2707
|
<goa-public-subform
|
|
2700
2708
|
[attr.id]="id"
|
|
2701
2709
|
[attr.name]="name"
|
|
@@ -2711,7 +2719,7 @@ class GoabPublicSubform extends GoabBaseComponent {
|
|
|
2711
2719
|
</goa-public-subform>
|
|
2712
2720
|
`, isInline: true }); }
|
|
2713
2721
|
}
|
|
2714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicSubform, decorators: [{
|
|
2715
2723
|
type: Component,
|
|
2716
2724
|
args: [{
|
|
2717
2725
|
selector: "goab-public-subform",
|
|
@@ -2753,8 +2761,8 @@ class GoabPublicSubformIndex extends GoabBaseComponent {
|
|
|
2753
2761
|
this.actionButtonText = "";
|
|
2754
2762
|
this.buttonVisibility = "hidden";
|
|
2755
2763
|
}
|
|
2756
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2757
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2764
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicSubformIndex, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2765
|
+
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: `
|
|
2758
2766
|
<goa-public-subform-index
|
|
2759
2767
|
[attr.heading]="heading"
|
|
2760
2768
|
[attr.section-title]="sectionTitle"
|
|
@@ -2769,7 +2777,7 @@ class GoabPublicSubformIndex extends GoabBaseComponent {
|
|
|
2769
2777
|
</goa-public-subform-index>
|
|
2770
2778
|
`, isInline: true }); }
|
|
2771
2779
|
}
|
|
2772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicSubformIndex, decorators: [{
|
|
2773
2781
|
type: Component,
|
|
2774
2782
|
args: [{
|
|
2775
2783
|
selector: "goab-public-subform-index",
|
|
@@ -2804,8 +2812,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2804
2812
|
}] } });
|
|
2805
2813
|
|
|
2806
2814
|
class GoabPublicFormTask {
|
|
2807
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2808
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2815
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormTask, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2816
|
+
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: `
|
|
2809
2817
|
<goa-public-form-task
|
|
2810
2818
|
[attr.status]="status"
|
|
2811
2819
|
>
|
|
@@ -2813,7 +2821,7 @@ class GoabPublicFormTask {
|
|
|
2813
2821
|
</goa-public-form-task>
|
|
2814
2822
|
`, isInline: true }); }
|
|
2815
2823
|
}
|
|
2816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormTask, decorators: [{
|
|
2817
2825
|
type: Component,
|
|
2818
2826
|
args: [{
|
|
2819
2827
|
selector: "goab-public-form-task",
|
|
@@ -2832,8 +2840,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
2832
2840
|
}] } });
|
|
2833
2841
|
|
|
2834
2842
|
class GoabPublicFormTaskList extends GoabBaseComponent {
|
|
2835
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2836
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2843
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormTaskList, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2844
|
+
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: `
|
|
2837
2845
|
<goa-public-form-task-list
|
|
2838
2846
|
[attr.heading]="heading"
|
|
2839
2847
|
[attr.mt]="mt"
|
|
@@ -2845,7 +2853,7 @@ class GoabPublicFormTaskList extends GoabBaseComponent {
|
|
|
2845
2853
|
</goa-public-form-task-list>
|
|
2846
2854
|
`, isInline: true }); }
|
|
2847
2855
|
}
|
|
2848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPublicFormTaskList, decorators: [{
|
|
2849
2857
|
type: Component,
|
|
2850
2858
|
args: [{
|
|
2851
2859
|
selector: "goab-public-form-task-list",
|
|
@@ -2876,8 +2884,8 @@ class GoabFieldset {
|
|
|
2876
2884
|
const detail = event.detail;
|
|
2877
2885
|
this.onContinue.emit(detail);
|
|
2878
2886
|
}
|
|
2879
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2880
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2887
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFieldset, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2888
|
+
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: `
|
|
2881
2889
|
<goa-fieldset
|
|
2882
2890
|
[attr.section-title]="sectionTitle"
|
|
2883
2891
|
[attr.dispatch-on]="dispatchOn"
|
|
@@ -2887,7 +2895,7 @@ class GoabFieldset {
|
|
|
2887
2895
|
<ng-content></ng-content>
|
|
2888
2896
|
</goa-fieldset>`, isInline: true }); }
|
|
2889
2897
|
}
|
|
2890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFieldset, decorators: [{
|
|
2891
2899
|
type: Component,
|
|
2892
2900
|
args: [{
|
|
2893
2901
|
selector: 'goab-fieldset',
|
|
@@ -2927,8 +2935,8 @@ class GoabFormItem extends GoabBaseComponent {
|
|
|
2927
2935
|
this.cdr.detectChanges();
|
|
2928
2936
|
}, 0);
|
|
2929
2937
|
}
|
|
2930
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2931
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2938
|
+
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 }); }
|
|
2939
|
+
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: `
|
|
2932
2940
|
<goa-form-item
|
|
2933
2941
|
*ngIf="isReady"
|
|
2934
2942
|
[attr.label]="label"
|
|
@@ -2951,7 +2959,7 @@ class GoabFormItem extends GoabBaseComponent {
|
|
|
2951
2959
|
</goa-form-item>
|
|
2952
2960
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2953
2961
|
}
|
|
2954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormItem, decorators: [{
|
|
2955
2963
|
type: Component,
|
|
2956
2964
|
args: [{
|
|
2957
2965
|
standalone: true,
|
|
@@ -3008,10 +3016,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
3008
3016
|
* // similar to app-footer-meta-section & app-footer-nav-section
|
|
3009
3017
|
*/
|
|
3010
3018
|
class GoabFormItemSlot {
|
|
3011
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3012
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3019
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormItemSlot, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3020
|
+
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 }); }
|
|
3013
3021
|
}
|
|
3014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormItemSlot, decorators: [{
|
|
3015
3023
|
type: Component,
|
|
3016
3024
|
args: [{
|
|
3017
3025
|
standalone: true,
|
|
@@ -3034,15 +3042,15 @@ class GoabFormStep {
|
|
|
3034
3042
|
this.cdr.detectChanges();
|
|
3035
3043
|
});
|
|
3036
3044
|
}
|
|
3037
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3038
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3045
|
+
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 }); }
|
|
3046
|
+
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: `
|
|
3039
3047
|
<goa-form-step
|
|
3040
3048
|
*ngIf="isReady"
|
|
3041
3049
|
[attr.text]="text"
|
|
3042
3050
|
[attr.status]="status"
|
|
3043
3051
|
></goa-form-step> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3044
3052
|
}
|
|
3045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormStep, decorators: [{
|
|
3046
3054
|
type: Component,
|
|
3047
3055
|
args: [{
|
|
3048
3056
|
standalone: true,
|
|
@@ -3080,8 +3088,8 @@ class GoabFormStepper extends GoabBaseComponent {
|
|
|
3080
3088
|
const detail = e.detail;
|
|
3081
3089
|
this.onChange.emit(detail);
|
|
3082
3090
|
}
|
|
3083
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3084
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3091
|
+
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 }); }
|
|
3092
|
+
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: `
|
|
3085
3093
|
<goa-form-stepper
|
|
3086
3094
|
*ngIf="isReady"
|
|
3087
3095
|
[attr.step]="step"
|
|
@@ -3096,7 +3104,7 @@ class GoabFormStepper extends GoabBaseComponent {
|
|
|
3096
3104
|
</goa-form-stepper>
|
|
3097
3105
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3098
3106
|
}
|
|
3099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabFormStepper, decorators: [{
|
|
3100
3108
|
type: Component,
|
|
3101
3109
|
args: [{
|
|
3102
3110
|
standalone: true,
|
|
@@ -3136,8 +3144,8 @@ class GoabGrid extends GoabBaseComponent {
|
|
|
3136
3144
|
this.cdr.detectChanges();
|
|
3137
3145
|
});
|
|
3138
3146
|
}
|
|
3139
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3140
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3147
|
+
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 }); }
|
|
3148
|
+
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: `
|
|
3141
3149
|
<goa-grid
|
|
3142
3150
|
*ngIf="isReady"
|
|
3143
3151
|
[attr.gap]="gap"
|
|
@@ -3152,7 +3160,7 @@ class GoabGrid extends GoabBaseComponent {
|
|
|
3152
3160
|
</goa-grid>
|
|
3153
3161
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3154
3162
|
}
|
|
3155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabGrid, decorators: [{
|
|
3156
3164
|
type: Component,
|
|
3157
3165
|
args: [{
|
|
3158
3166
|
standalone: true,
|
|
@@ -3196,8 +3204,8 @@ class GoabAppHeader {
|
|
|
3196
3204
|
_onMenuClick() {
|
|
3197
3205
|
this.onMenuClick.emit();
|
|
3198
3206
|
}
|
|
3199
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3200
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3207
|
+
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 }); }
|
|
3208
|
+
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: `
|
|
3201
3209
|
<goa-app-header
|
|
3202
3210
|
*ngIf="isReady"
|
|
3203
3211
|
[attr.url]="url"
|
|
@@ -3212,7 +3220,7 @@ class GoabAppHeader {
|
|
|
3212
3220
|
</goa-app-header>
|
|
3213
3221
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3214
3222
|
}
|
|
3215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppHeader, decorators: [{
|
|
3216
3224
|
type: Component,
|
|
3217
3225
|
args: [{
|
|
3218
3226
|
standalone: true,
|
|
@@ -3260,8 +3268,8 @@ class GoabAppHeaderMenu {
|
|
|
3260
3268
|
this.cdr.detectChanges();
|
|
3261
3269
|
});
|
|
3262
3270
|
}
|
|
3263
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3264
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3271
|
+
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 }); }
|
|
3272
|
+
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: `
|
|
3265
3273
|
<goa-app-header-menu
|
|
3266
3274
|
*ngIf="isReady"
|
|
3267
3275
|
[attr.leadingicon]="leadingIcon"
|
|
@@ -3272,7 +3280,7 @@ class GoabAppHeaderMenu {
|
|
|
3272
3280
|
</goa-app-header-menu>
|
|
3273
3281
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3274
3282
|
}
|
|
3275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabAppHeaderMenu, decorators: [{
|
|
3276
3284
|
type: Component,
|
|
3277
3285
|
args: [{
|
|
3278
3286
|
standalone: true,
|
|
@@ -3309,8 +3317,8 @@ class GoabHeroBanner {
|
|
|
3309
3317
|
this.cdr.detectChanges();
|
|
3310
3318
|
});
|
|
3311
3319
|
}
|
|
3312
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3313
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3320
|
+
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 }); }
|
|
3321
|
+
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: `
|
|
3314
3322
|
<goa-hero-banner
|
|
3315
3323
|
*ngIf="isReady"
|
|
3316
3324
|
[attr.heading]="heading"
|
|
@@ -3328,7 +3336,7 @@ class GoabHeroBanner {
|
|
|
3328
3336
|
</goa-hero-banner>
|
|
3329
3337
|
`, 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"] }] }); }
|
|
3330
3338
|
}
|
|
3331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabHeroBanner, decorators: [{
|
|
3332
3340
|
type: Component,
|
|
3333
3341
|
args: [{
|
|
3334
3342
|
standalone: true,
|
|
@@ -3385,8 +3393,8 @@ class GoabIcon extends GoabBaseComponent {
|
|
|
3385
3393
|
this.cdr.detectChanges();
|
|
3386
3394
|
}, 0);
|
|
3387
3395
|
}
|
|
3388
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3389
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3396
|
+
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 }); }
|
|
3397
|
+
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: `
|
|
3390
3398
|
<goa-icon
|
|
3391
3399
|
*ngIf="isReady"
|
|
3392
3400
|
[attr.type]="type"
|
|
@@ -3406,7 +3414,7 @@ class GoabIcon extends GoabBaseComponent {
|
|
|
3406
3414
|
</goa-icon>
|
|
3407
3415
|
`, 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"] }] }); }
|
|
3408
3416
|
}
|
|
3409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabIcon, decorators: [{
|
|
3410
3418
|
type: Component,
|
|
3411
3419
|
args: [{ standalone: true, selector: "goab-icon", template: `
|
|
3412
3420
|
<goa-icon
|
|
@@ -3466,8 +3474,8 @@ class GoabIconButton extends GoabBaseComponent {
|
|
|
3466
3474
|
_onClick() {
|
|
3467
3475
|
this.onClick.emit();
|
|
3468
3476
|
}
|
|
3469
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3470
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3477
|
+
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 }); }
|
|
3478
|
+
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: `
|
|
3471
3479
|
<goa-icon-button
|
|
3472
3480
|
*ngIf="isReady"
|
|
3473
3481
|
[attr.icon]="icon"
|
|
@@ -3490,7 +3498,7 @@ class GoabIconButton extends GoabBaseComponent {
|
|
|
3490
3498
|
</goa-icon-button>
|
|
3491
3499
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3492
3500
|
}
|
|
3493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabIconButton, decorators: [{
|
|
3494
3502
|
type: Component,
|
|
3495
3503
|
args: [{
|
|
3496
3504
|
standalone: true,
|
|
@@ -3612,8 +3620,8 @@ class GoabInput extends GoabControlValueAccessor {
|
|
|
3612
3620
|
return null;
|
|
3613
3621
|
return this.trailingContent instanceof TemplateRef ? this.trailingContent : null;
|
|
3614
3622
|
}
|
|
3615
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3616
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3623
|
+
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 }); }
|
|
3624
|
+
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: [
|
|
3617
3625
|
{
|
|
3618
3626
|
provide: NG_VALUE_ACCESSOR,
|
|
3619
3627
|
multi: true,
|
|
@@ -3687,7 +3695,7 @@ class GoabInput extends GoabControlValueAccessor {
|
|
|
3687
3695
|
</goa-input>
|
|
3688
3696
|
`, 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 }] }); }
|
|
3689
3697
|
}
|
|
3690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabInput, decorators: [{
|
|
3691
3699
|
type: Component,
|
|
3692
3700
|
args: [{
|
|
3693
3701
|
standalone: true,
|
|
@@ -3925,8 +3933,8 @@ class GoabInputNumber {
|
|
|
3925
3933
|
return null;
|
|
3926
3934
|
return this.trailingContent instanceof TemplateRef ? this.trailingContent : null;
|
|
3927
3935
|
}
|
|
3928
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3929
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
3936
|
+
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 }); }
|
|
3937
|
+
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: [
|
|
3930
3938
|
{
|
|
3931
3939
|
provide: NG_VALUE_ACCESSOR,
|
|
3932
3940
|
multi: true,
|
|
@@ -3999,7 +4007,7 @@ class GoabInputNumber {
|
|
|
3999
4007
|
</goa-input>
|
|
4000
4008
|
`, 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 }] }); }
|
|
4001
4009
|
}
|
|
4002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabInputNumber, decorators: [{
|
|
4003
4011
|
type: Component,
|
|
4004
4012
|
args: [{
|
|
4005
4013
|
standalone: true,
|
|
@@ -4163,6 +4171,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4163
4171
|
type: Output
|
|
4164
4172
|
}] } });
|
|
4165
4173
|
|
|
4174
|
+
class GoabLinearProgress {
|
|
4175
|
+
constructor(cdr) {
|
|
4176
|
+
this.cdr = cdr;
|
|
4177
|
+
this.isReady = false;
|
|
4178
|
+
}
|
|
4179
|
+
ngOnInit() {
|
|
4180
|
+
// For Angular 20, we need to delay rendering the web component
|
|
4181
|
+
// to ensure all attributes are properly bound before the component initializes
|
|
4182
|
+
setTimeout(() => {
|
|
4183
|
+
this.isReady = true;
|
|
4184
|
+
this.cdr.detectChanges();
|
|
4185
|
+
}, 0);
|
|
4186
|
+
}
|
|
4187
|
+
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 }); }
|
|
4188
|
+
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: `
|
|
4189
|
+
<goa-linear-progress
|
|
4190
|
+
*ngIf="isReady"
|
|
4191
|
+
[attr.progress]="progress"
|
|
4192
|
+
[attr.percent-visibility]="percentVisibility"
|
|
4193
|
+
[attr.aria-label]="ariaLabel"
|
|
4194
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
|
4195
|
+
[attr.testid]="testid"
|
|
4196
|
+
>
|
|
4197
|
+
</goa-linear-progress>
|
|
4198
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4199
|
+
}
|
|
4200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabLinearProgress, decorators: [{
|
|
4201
|
+
type: Component,
|
|
4202
|
+
args: [{
|
|
4203
|
+
standalone: true,
|
|
4204
|
+
selector: "goab-linear-progress",
|
|
4205
|
+
template: `
|
|
4206
|
+
<goa-linear-progress
|
|
4207
|
+
*ngIf="isReady"
|
|
4208
|
+
[attr.progress]="progress"
|
|
4209
|
+
[attr.percent-visibility]="percentVisibility"
|
|
4210
|
+
[attr.aria-label]="ariaLabel"
|
|
4211
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
|
4212
|
+
[attr.testid]="testid"
|
|
4213
|
+
>
|
|
4214
|
+
</goa-linear-progress>
|
|
4215
|
+
`,
|
|
4216
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
4217
|
+
imports: [CommonModule],
|
|
4218
|
+
}]
|
|
4219
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { progress: [{
|
|
4220
|
+
type: Input
|
|
4221
|
+
}], percentVisibility: [{
|
|
4222
|
+
type: Input
|
|
4223
|
+
}], ariaLabel: [{
|
|
4224
|
+
type: Input
|
|
4225
|
+
}], ariaLabelledBy: [{
|
|
4226
|
+
type: Input
|
|
4227
|
+
}], testid: [{
|
|
4228
|
+
type: Input
|
|
4229
|
+
}] } });
|
|
4230
|
+
|
|
4166
4231
|
class GoabLink {
|
|
4167
4232
|
constructor(cdr) {
|
|
4168
4233
|
this.cdr = cdr;
|
|
@@ -4175,8 +4240,8 @@ class GoabLink {
|
|
|
4175
4240
|
this.cdr.detectChanges();
|
|
4176
4241
|
});
|
|
4177
4242
|
}
|
|
4178
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4179
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4243
|
+
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 }); }
|
|
4244
|
+
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: `
|
|
4180
4245
|
<goa-link
|
|
4181
4246
|
*ngIf="isReady"
|
|
4182
4247
|
[attr.leadingicon]="leadingIcon"
|
|
@@ -4194,7 +4259,7 @@ class GoabLink {
|
|
|
4194
4259
|
</goa-link>
|
|
4195
4260
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4196
4261
|
}
|
|
4197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabLink, decorators: [{
|
|
4198
4263
|
type: Component,
|
|
4199
4264
|
args: [{
|
|
4200
4265
|
standalone: true,
|
|
@@ -4264,8 +4329,8 @@ class GoabMicrositeHeader {
|
|
|
4264
4329
|
_onFeedbackClick() {
|
|
4265
4330
|
this.onFeedbackClick.emit();
|
|
4266
4331
|
}
|
|
4267
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4268
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4332
|
+
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 }); }
|
|
4333
|
+
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: `
|
|
4269
4334
|
<goa-microsite-header
|
|
4270
4335
|
*ngIf="isReady"
|
|
4271
4336
|
[attr.type]="type"
|
|
@@ -4284,7 +4349,7 @@ class GoabMicrositeHeader {
|
|
|
4284
4349
|
</goa-microsite-header>
|
|
4285
4350
|
`, 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"] }] }); }
|
|
4286
4351
|
}
|
|
4287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMicrositeHeader, decorators: [{
|
|
4288
4353
|
type: Component,
|
|
4289
4354
|
args: [{
|
|
4290
4355
|
standalone: true,
|
|
@@ -4355,8 +4420,8 @@ class GoabModal {
|
|
|
4355
4420
|
_onClose() {
|
|
4356
4421
|
this.onClose.emit();
|
|
4357
4422
|
}
|
|
4358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4359
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
4423
|
+
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 }); }
|
|
4424
|
+
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: `
|
|
4360
4425
|
<goa-modal
|
|
4361
4426
|
*ngIf="isReady"
|
|
4362
4427
|
[attr.calloutvariant]="calloutVariant"
|
|
@@ -4381,7 +4446,7 @@ class GoabModal {
|
|
|
4381
4446
|
</goa-modal>
|
|
4382
4447
|
`, 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"] }] }); }
|
|
4383
4448
|
}
|
|
4384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabModal, decorators: [{
|
|
4385
4450
|
type: Component,
|
|
4386
4451
|
args: [{
|
|
4387
4452
|
standalone: true,
|
|
@@ -4444,8 +4509,8 @@ class GoabMenuButton {
|
|
|
4444
4509
|
const detail = e.detail;
|
|
4445
4510
|
this.onAction.emit(detail);
|
|
4446
4511
|
}
|
|
4447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4448
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4512
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMenuButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4513
|
+
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: `
|
|
4449
4514
|
<goa-menu-button
|
|
4450
4515
|
[attr.text]="text"
|
|
4451
4516
|
[attr.type]="type"
|
|
@@ -4458,7 +4523,7 @@ class GoabMenuButton {
|
|
|
4458
4523
|
</goa-menu-button>
|
|
4459
4524
|
`, isInline: true }); }
|
|
4460
4525
|
}
|
|
4461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMenuButton, decorators: [{
|
|
4462
4527
|
type: Component,
|
|
4463
4528
|
args: [{
|
|
4464
4529
|
standalone: true,
|
|
@@ -4493,8 +4558,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4493
4558
|
}] } });
|
|
4494
4559
|
|
|
4495
4560
|
class GoabMenuAction {
|
|
4496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4497
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4561
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMenuAction, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4562
|
+
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: `
|
|
4498
4563
|
<goa-menu-action
|
|
4499
4564
|
[attr.text]="text"
|
|
4500
4565
|
[attr.action]="action"
|
|
@@ -4504,7 +4569,7 @@ class GoabMenuAction {
|
|
|
4504
4569
|
</goa-menu-action>
|
|
4505
4570
|
`, isInline: true }); }
|
|
4506
4571
|
}
|
|
4507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabMenuAction, decorators: [{
|
|
4508
4573
|
type: Component,
|
|
4509
4574
|
args: [{
|
|
4510
4575
|
standalone: true,
|
|
@@ -4549,8 +4614,8 @@ class GoabNotification {
|
|
|
4549
4614
|
_onDismiss() {
|
|
4550
4615
|
this.onDismiss.emit();
|
|
4551
4616
|
}
|
|
4552
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4553
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4617
|
+
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 }); }
|
|
4618
|
+
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: `
|
|
4554
4619
|
<goa-notification
|
|
4555
4620
|
*ngIf="isReady"
|
|
4556
4621
|
[attr.type]="type"
|
|
@@ -4563,7 +4628,7 @@ class GoabNotification {
|
|
|
4563
4628
|
</goa-notification>
|
|
4564
4629
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4565
4630
|
}
|
|
4566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabNotification, decorators: [{
|
|
4567
4632
|
type: Component,
|
|
4568
4633
|
args: [{
|
|
4569
4634
|
standalone: true,
|
|
@@ -4606,8 +4671,8 @@ class GoabPageBlock {
|
|
|
4606
4671
|
this.cdr.detectChanges();
|
|
4607
4672
|
});
|
|
4608
4673
|
}
|
|
4609
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4610
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4674
|
+
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 }); }
|
|
4675
|
+
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: `
|
|
4611
4676
|
<goa-page-block
|
|
4612
4677
|
*ngIf="isReady"
|
|
4613
4678
|
[attr.width]="width"
|
|
@@ -4617,7 +4682,7 @@ class GoabPageBlock {
|
|
|
4617
4682
|
</goa-page-block>
|
|
4618
4683
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4619
4684
|
}
|
|
4620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPageBlock, decorators: [{
|
|
4621
4686
|
type: Component,
|
|
4622
4687
|
args: [{
|
|
4623
4688
|
standalone: true,
|
|
@@ -4652,8 +4717,8 @@ class GoabPages extends GoabBaseComponent {
|
|
|
4652
4717
|
this.cdr.detectChanges();
|
|
4653
4718
|
});
|
|
4654
4719
|
}
|
|
4655
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4656
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
4720
|
+
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 }); }
|
|
4721
|
+
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: `
|
|
4657
4722
|
<goa-pages
|
|
4658
4723
|
*ngIf="isReady"
|
|
4659
4724
|
[attr.current]="current"
|
|
@@ -4666,7 +4731,7 @@ class GoabPages extends GoabBaseComponent {
|
|
|
4666
4731
|
</goa-pages>
|
|
4667
4732
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4668
4733
|
}
|
|
4669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPages, decorators: [{
|
|
4670
4735
|
type: Component,
|
|
4671
4736
|
args: [{
|
|
4672
4737
|
standalone: true,
|
|
@@ -4710,8 +4775,8 @@ class GoabPagination extends GoabBaseComponent {
|
|
|
4710
4775
|
const detail = e.detail;
|
|
4711
4776
|
this.onChange.emit(detail);
|
|
4712
4777
|
}
|
|
4713
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4714
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4778
|
+
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 }); }
|
|
4779
|
+
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: `
|
|
4715
4780
|
<goa-pagination
|
|
4716
4781
|
*ngIf="isReady"
|
|
4717
4782
|
[attr.itemcount]="itemCount"
|
|
@@ -4728,7 +4793,7 @@ class GoabPagination extends GoabBaseComponent {
|
|
|
4728
4793
|
</goa-pagination>
|
|
4729
4794
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4730
4795
|
}
|
|
4731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPagination, decorators: [{
|
|
4732
4797
|
type: Component,
|
|
4733
4798
|
args: [{
|
|
4734
4799
|
standalone: true,
|
|
@@ -4780,8 +4845,8 @@ class GoabPopover extends GoabBaseComponent {
|
|
|
4780
4845
|
this.cdr.detectChanges();
|
|
4781
4846
|
});
|
|
4782
4847
|
}
|
|
4783
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4784
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4848
|
+
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 }); }
|
|
4849
|
+
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: `
|
|
4785
4850
|
<goa-popover
|
|
4786
4851
|
*ngIf="isReady"
|
|
4787
4852
|
[attr.maxwidth]="maxWidth"
|
|
@@ -4802,7 +4867,7 @@ class GoabPopover extends GoabBaseComponent {
|
|
|
4802
4867
|
</goa-popover>
|
|
4803
4868
|
`, 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"] }] }); }
|
|
4804
4869
|
}
|
|
4805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabPopover, decorators: [{
|
|
4806
4871
|
type: Component,
|
|
4807
4872
|
args: [{
|
|
4808
4873
|
standalone: true,
|
|
@@ -4864,8 +4929,8 @@ class GoabRadioGroup extends GoabControlValueAccessor {
|
|
|
4864
4929
|
this.onChange.emit(detail);
|
|
4865
4930
|
this.fcChange?.(detail.value);
|
|
4866
4931
|
}
|
|
4867
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4868
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
4932
|
+
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 }); }
|
|
4933
|
+
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: [
|
|
4869
4934
|
{
|
|
4870
4935
|
provide: NG_VALUE_ACCESSOR,
|
|
4871
4936
|
multi: true,
|
|
@@ -4893,7 +4958,7 @@ class GoabRadioGroup extends GoabControlValueAccessor {
|
|
|
4893
4958
|
</goa-radio-group>
|
|
4894
4959
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4895
4960
|
}
|
|
4896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabRadioGroup, decorators: [{
|
|
4897
4962
|
type: Component,
|
|
4898
4963
|
args: [{
|
|
4899
4964
|
standalone: true,
|
|
@@ -4963,8 +5028,8 @@ class GoabRadioItem extends GoabBaseComponent {
|
|
|
4963
5028
|
return null;
|
|
4964
5029
|
return this.description instanceof TemplateRef ? this.description : null;
|
|
4965
5030
|
}
|
|
4966
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4967
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5031
|
+
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 }); }
|
|
5032
|
+
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: `
|
|
4968
5033
|
<goa-radio-item
|
|
4969
5034
|
*ngIf="isReady"
|
|
4970
5035
|
[attr.name]="name"
|
|
@@ -4995,7 +5060,7 @@ class GoabRadioItem extends GoabBaseComponent {
|
|
|
4995
5060
|
</goa-radio-item>
|
|
4996
5061
|
`, 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"] }] }); }
|
|
4997
5062
|
}
|
|
4998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabRadioItem, decorators: [{
|
|
4999
5064
|
type: Component,
|
|
5000
5065
|
args: [{
|
|
5001
5066
|
standalone: true,
|
|
@@ -5071,14 +5136,14 @@ class GoabSideMenu {
|
|
|
5071
5136
|
this.cdr.detectChanges();
|
|
5072
5137
|
});
|
|
5073
5138
|
}
|
|
5074
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5075
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5139
|
+
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 }); }
|
|
5140
|
+
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: `
|
|
5076
5141
|
<goa-side-menu *ngIf="isReady" [attr.testid]="testId">
|
|
5077
5142
|
<ng-content />
|
|
5078
5143
|
</goa-side-menu>
|
|
5079
5144
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5080
5145
|
}
|
|
5081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenu, decorators: [{
|
|
5082
5147
|
type: Component,
|
|
5083
5148
|
args: [{
|
|
5084
5149
|
standalone: true,
|
|
@@ -5107,8 +5172,8 @@ class GoabSideMenuGroup extends GoabBaseComponent {
|
|
|
5107
5172
|
this.cdr.detectChanges();
|
|
5108
5173
|
});
|
|
5109
5174
|
}
|
|
5110
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5111
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5175
|
+
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 }); }
|
|
5176
|
+
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: `
|
|
5112
5177
|
<goa-side-menu-group
|
|
5113
5178
|
*ngIf="isReady"
|
|
5114
5179
|
[attr.heading]="heading"
|
|
@@ -5123,7 +5188,7 @@ class GoabSideMenuGroup extends GoabBaseComponent {
|
|
|
5123
5188
|
</goa-side-menu-group>
|
|
5124
5189
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5125
5190
|
}
|
|
5126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenuGroup, decorators: [{
|
|
5127
5192
|
type: Component,
|
|
5128
5193
|
args: [{
|
|
5129
5194
|
standalone: true,
|
|
@@ -5163,8 +5228,8 @@ class GoabSideMenuHeading {
|
|
|
5163
5228
|
this.cdr.detectChanges();
|
|
5164
5229
|
});
|
|
5165
5230
|
}
|
|
5166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5167
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5231
|
+
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 }); }
|
|
5232
|
+
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: `
|
|
5168
5233
|
<goa-side-menu-heading *ngIf="isReady" [attr.testid]="testId" [attr.icon]="icon">
|
|
5169
5234
|
<ng-content />
|
|
5170
5235
|
<span slot="meta">
|
|
@@ -5173,7 +5238,7 @@ class GoabSideMenuHeading {
|
|
|
5173
5238
|
</goa-side-menu-heading>
|
|
5174
5239
|
`, 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"] }] }); }
|
|
5175
5240
|
}
|
|
5176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSideMenuHeading, decorators: [{
|
|
5177
5242
|
type: Component,
|
|
5178
5243
|
args: [{
|
|
5179
5244
|
standalone: true,
|
|
@@ -5210,8 +5275,8 @@ class GoabSkeleton extends GoabBaseComponent {
|
|
|
5210
5275
|
this.cdr.detectChanges();
|
|
5211
5276
|
});
|
|
5212
5277
|
}
|
|
5213
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5214
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5278
|
+
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 }); }
|
|
5279
|
+
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: `
|
|
5215
5280
|
<goa-skeleton
|
|
5216
5281
|
*ngIf="isReady"
|
|
5217
5282
|
[attr.maxwidth]="maxWidth"
|
|
@@ -5227,7 +5292,7 @@ class GoabSkeleton extends GoabBaseComponent {
|
|
|
5227
5292
|
</goa-skeleton>
|
|
5228
5293
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5229
5294
|
}
|
|
5230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSkeleton, decorators: [{
|
|
5231
5296
|
type: Component,
|
|
5232
5297
|
args: [{
|
|
5233
5298
|
standalone: true,
|
|
@@ -5273,8 +5338,8 @@ class GoabSpacer {
|
|
|
5273
5338
|
this.cdr.detectChanges();
|
|
5274
5339
|
});
|
|
5275
5340
|
}
|
|
5276
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5277
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5341
|
+
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 }); }
|
|
5342
|
+
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: `
|
|
5278
5343
|
<goa-spacer
|
|
5279
5344
|
*ngIf="isReady"
|
|
5280
5345
|
[attr.hspacing]="hSpacing"
|
|
@@ -5284,7 +5349,7 @@ class GoabSpacer {
|
|
|
5284
5349
|
</goa-spacer>
|
|
5285
5350
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5286
5351
|
}
|
|
5287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabSpacer, decorators: [{
|
|
5288
5353
|
type: Component,
|
|
5289
5354
|
args: [{
|
|
5290
5355
|
standalone: true,
|
|
@@ -5328,8 +5393,8 @@ class GoabTab {
|
|
|
5328
5393
|
return null;
|
|
5329
5394
|
return this.heading instanceof TemplateRef ? this.heading : null;
|
|
5330
5395
|
}
|
|
5331
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5332
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5396
|
+
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 }); }
|
|
5397
|
+
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: `
|
|
5333
5398
|
<goa-tab *ngIf="isReady">
|
|
5334
5399
|
<ng-content />
|
|
5335
5400
|
<div slot="heading">
|
|
@@ -5339,7 +5404,7 @@ class GoabTab {
|
|
|
5339
5404
|
</goa-tab>
|
|
5340
5405
|
`, 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"] }] }); }
|
|
5341
5406
|
}
|
|
5342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTab, decorators: [{
|
|
5343
5408
|
type: Component,
|
|
5344
5409
|
args: [{
|
|
5345
5410
|
standalone: true,
|
|
@@ -5377,8 +5442,8 @@ class GoabTable extends GoabBaseComponent {
|
|
|
5377
5442
|
const detail = e.detail;
|
|
5378
5443
|
this.onSort.emit(detail);
|
|
5379
5444
|
}
|
|
5380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5381
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5445
|
+
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 }); }
|
|
5446
|
+
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: `
|
|
5382
5447
|
<goa-table
|
|
5383
5448
|
*ngIf="isReady"
|
|
5384
5449
|
[attr.width]="width"
|
|
@@ -5396,7 +5461,7 @@ class GoabTable extends GoabBaseComponent {
|
|
|
5396
5461
|
</goa-table>
|
|
5397
5462
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5398
5463
|
}
|
|
5399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTable, decorators: [{
|
|
5400
5465
|
type: Component,
|
|
5401
5466
|
args: [{
|
|
5402
5467
|
standalone: true,
|
|
@@ -5441,8 +5506,8 @@ class GoabTableSortHeader {
|
|
|
5441
5506
|
this.cdr.detectChanges();
|
|
5442
5507
|
});
|
|
5443
5508
|
}
|
|
5444
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5445
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5509
|
+
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 }); }
|
|
5510
|
+
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: `
|
|
5446
5511
|
<goa-table-sort-header
|
|
5447
5512
|
*ngIf="isReady"
|
|
5448
5513
|
[attr.name]="name"
|
|
@@ -5452,7 +5517,7 @@ class GoabTableSortHeader {
|
|
|
5452
5517
|
</goa-table-sort-header>
|
|
5453
5518
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5454
5519
|
}
|
|
5455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTableSortHeader, decorators: [{
|
|
5456
5521
|
type: Component,
|
|
5457
5522
|
args: [{
|
|
5458
5523
|
standalone: true,
|
|
@@ -5491,8 +5556,8 @@ class GoabTabs {
|
|
|
5491
5556
|
const detail = e.detail;
|
|
5492
5557
|
this.onChange.emit(detail);
|
|
5493
5558
|
}
|
|
5494
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5495
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5559
|
+
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 }); }
|
|
5560
|
+
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: `
|
|
5496
5561
|
<goa-tabs
|
|
5497
5562
|
*ngIf="isReady"
|
|
5498
5563
|
[attr.initialtab]="initialTab"
|
|
@@ -5503,7 +5568,7 @@ class GoabTabs {
|
|
|
5503
5568
|
</goa-tabs>
|
|
5504
5569
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5505
5570
|
}
|
|
5506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTabs, decorators: [{
|
|
5507
5572
|
type: Component,
|
|
5508
5573
|
args: [{
|
|
5509
5574
|
standalone: true,
|
|
@@ -5543,8 +5608,8 @@ class GoabTemporaryNotificationCtrl {
|
|
|
5543
5608
|
this.cdr.detectChanges();
|
|
5544
5609
|
});
|
|
5545
5610
|
}
|
|
5546
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5547
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5611
|
+
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 }); }
|
|
5612
|
+
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: `
|
|
5548
5613
|
<goa-temp-notification-ctrl
|
|
5549
5614
|
*ngIf="isReady"
|
|
5550
5615
|
[attr.vertical-position]="verticalPosition"
|
|
@@ -5554,7 +5619,7 @@ class GoabTemporaryNotificationCtrl {
|
|
|
5554
5619
|
</goa-temp-notification-ctrl>
|
|
5555
5620
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5556
5621
|
}
|
|
5557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTemporaryNotificationCtrl, decorators: [{
|
|
5558
5623
|
type: Component,
|
|
5559
5624
|
args: [{
|
|
5560
5625
|
standalone: true,
|
|
@@ -5599,8 +5664,8 @@ class GoabText {
|
|
|
5599
5664
|
this.cdr.detectChanges();
|
|
5600
5665
|
}, 0);
|
|
5601
5666
|
}
|
|
5602
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5603
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5667
|
+
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 }); }
|
|
5668
|
+
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: `
|
|
5604
5669
|
<goa-text
|
|
5605
5670
|
*ngIf="isReady"
|
|
5606
5671
|
[attr.as]="tag"
|
|
@@ -5616,7 +5681,7 @@ class GoabText {
|
|
|
5616
5681
|
</goa-text>
|
|
5617
5682
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5618
5683
|
}
|
|
5619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabText, decorators: [{
|
|
5620
5685
|
type: Component,
|
|
5621
5686
|
args: [{
|
|
5622
5687
|
standalone: true,
|
|
@@ -5698,8 +5763,8 @@ class GoabTextArea extends GoabControlValueAccessor {
|
|
|
5698
5763
|
this.markAsTouched();
|
|
5699
5764
|
this.onBlur.emit(detail);
|
|
5700
5765
|
}
|
|
5701
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5702
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5766
|
+
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 }); }
|
|
5767
|
+
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: [
|
|
5703
5768
|
{
|
|
5704
5769
|
provide: NG_VALUE_ACCESSOR,
|
|
5705
5770
|
multi: true,
|
|
@@ -5734,7 +5799,7 @@ class GoabTextArea extends GoabControlValueAccessor {
|
|
|
5734
5799
|
</goa-textarea>
|
|
5735
5800
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5736
5801
|
}
|
|
5737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTextArea, decorators: [{
|
|
5738
5803
|
type: Component,
|
|
5739
5804
|
args: [{
|
|
5740
5805
|
standalone: true,
|
|
@@ -5827,8 +5892,8 @@ class GoabTooltip extends GoabBaseComponent {
|
|
|
5827
5892
|
return null;
|
|
5828
5893
|
return this.content instanceof TemplateRef ? this.content : null;
|
|
5829
5894
|
}
|
|
5830
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5831
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
5895
|
+
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 }); }
|
|
5896
|
+
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: `
|
|
5832
5897
|
<goa-tooltip
|
|
5833
5898
|
*ngIf="isReady"
|
|
5834
5899
|
[attr.position]="position"
|
|
@@ -5852,7 +5917,7 @@ class GoabTooltip extends GoabBaseComponent {
|
|
|
5852
5917
|
</goa-tooltip>
|
|
5853
5918
|
`, 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 }] }); }
|
|
5854
5919
|
}
|
|
5855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabTooltip, decorators: [{
|
|
5856
5921
|
type: Component,
|
|
5857
5922
|
args: [{
|
|
5858
5923
|
standalone: true,
|
|
@@ -5910,8 +5975,8 @@ class GoabxWorkSideMenu {
|
|
|
5910
5975
|
_onToggle() {
|
|
5911
5976
|
this.onToggle.emit();
|
|
5912
5977
|
}
|
|
5913
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5914
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.
|
|
5978
|
+
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 }); }
|
|
5979
|
+
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: `
|
|
5915
5980
|
<goa-work-side-menu
|
|
5916
5981
|
*ngIf="isReady"
|
|
5917
5982
|
[open]="open ?? false"
|
|
@@ -5934,7 +5999,7 @@ class GoabxWorkSideMenu {
|
|
|
5934
5999
|
</goa-work-side-menu>
|
|
5935
6000
|
`, 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"] }] }); }
|
|
5936
6001
|
}
|
|
5937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
6002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabxWorkSideMenu, decorators: [{
|
|
5938
6003
|
type: Component,
|
|
5939
6004
|
args: [{
|
|
5940
6005
|
standalone: true,
|
|
@@ -6003,8 +6068,8 @@ class GoabxWorkSideMenuItem {
|
|
|
6003
6068
|
this.cdr.detectChanges();
|
|
6004
6069
|
}, 0);
|
|
6005
6070
|
}
|
|
6006
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
6007
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
6071
|
+
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 }); }
|
|
6072
|
+
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: `
|
|
6008
6073
|
<goa-work-side-menu-item
|
|
6009
6074
|
*ngIf="isReady"
|
|
6010
6075
|
[attr.label]="label"
|
|
@@ -6020,7 +6085,7 @@ class GoabxWorkSideMenuItem {
|
|
|
6020
6085
|
</goa-work-side-menu-item>
|
|
6021
6086
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
6022
6087
|
}
|
|
6023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
6088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GoabxWorkSideMenuItem, decorators: [{
|
|
6024
6089
|
type: Component,
|
|
6025
6090
|
args: [{
|
|
6026
6091
|
standalone: true,
|
|
@@ -6067,5 +6132,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
6067
6132
|
* Generated bundle index. Do not edit.
|
|
6068
6133
|
*/
|
|
6069
6134
|
|
|
6070
|
-
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 };
|
|
6135
|
+
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 };
|
|
6071
6136
|
//# sourceMappingURL=abgov-angular-components.mjs.map
|