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