@abgov/angular-components 4.10.0 → 4.11.0-dev.10

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.
@@ -1,8 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { ElementRef, Renderer2, OnInit, TemplateRef, EventEmitter, ChangeDetectorRef } from '@angular/core';
3
3
  import { ControlValueAccessor, CheckboxControlValueAccessor } from '@angular/forms';
4
- import * as i1 from '@angular/common';
5
- import { Spacing, GoabAccordionHeadingSize, GoabAccordionIconPosition, GoabBadgeType, GoabIconType, GoabBlockDirection, GoabBlockAlignment, GoabButtonType, GoabButtonSize, GoabButtonVariant, GoabButtonGroupAlignment, GoabButtonGroupGap, GoabCalendarOnChangeDetail, GoabCalloutType, GoabCalloutSize, GoabCalloutAriaLive, GoabCalloutIconTheme, GoabCheckboxOnChangeDetail, GoabCheckboxListOnChangeDetail, GoabChipVariant, GoabChipTheme, GoabCircularProgressVariant, GoabCircularProgressSize, GoabContainerType, GoabContainerAccent, GoabContainerPadding, GoabContainerWidth, GoabDatePickerInputType, GoabDatePickerOnChangeDetail, GoabDrawerPosition, GoabDrawerSize, GoabDropdownOnChangeDetail, GoabDropdownItemMountType, GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail, GoabFileUploadInputVariant, GoabFileUploadInputOnSelectFileDetail, GoabPublicFormStatus, GoabFormState, GoabPublicFormPageStep, GoabPublicFormPageButtonVisibility, GoabPublicFormTaskStatus, GoabFormDispatchOn, GoabFieldsetOnContinueDetail, GoabFormItemLabelSize, GoabFormItemRequirement, GoabFormStepStatus, GoabFormStepperOnChangeDetail, GoabIconOverridesType, GoabIconSize, GoabIconTheme, GoabIconButtonVariant, GoabInputType, GoabInputAutoCapitalize, GoabInputOnFocusDetail, GoabInputOnBlurDetail, GoabInputOnKeyPressDetail, GoabInputOnChangeDetail, GoabServiceLevel, GoabLinkTarget, GoabModalCalloutVariant, GoabModalTransition, GoabMenuButtonOnActionDetail, GoabNotificationType, GoabAriaLiveType, GoabPageBlockSize, GoabPaginationVariant, GoabPaginationOnChangeDetail, GoabPopoverPosition, GoabRadioGroupOrientation, GoabRadioGroupOnChangeDetail, GoabSkeletonType, GoabSkeletonSize, GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing, GoabTableVariant, GoabTableOnSortDetail, GoabTableSortDirection, GoabTabsVariant, GoabTabsOnChangeDetail, GoabTextTextElement, GoabTextHeadingElement, GoabTextSize, GoabTextMaxWidth, GoabTextColor, GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTextAreaOnBlurDetail, GoabTooltipPosition, GoabTooltipHorizontalAlignment, GoabWorkSideMenuItemType } from '@abgov/ui-components-common';
4
+ import { Spacing, GoabAccordionHeadingSize, GoabAccordionIconPosition, GoabBadgeType, GoabIconType, GoabBlockDirection, GoabBlockAlignment, GoabButtonType, GoabButtonSize, GoabButtonVariant, GoabButtonGroupAlignment, GoabButtonGroupGap, GoabCalendarOnChangeDetail, GoabCalloutType, GoabCalloutSize, GoabCalloutAriaLive, GoabCalloutIconTheme, GoabCheckboxOnChangeDetail, GoabCheckboxListOnChangeDetail, GoabChipVariant, GoabChipTheme, GoabCircularProgressVariant, GoabCircularProgressSize, GoabContainerType, GoabContainerAccent, GoabContainerPadding, GoabContainerWidth, GoabDatePickerInputType, GoabDatePickerOnChangeDetail, GoabDrawerPosition, GoabDrawerSize, GoabDropdownOnChangeDetail, GoabDropdownItemMountType, GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail, GoabFileUploadInputVariant, GoabFileUploadInputOnSelectFileDetail, GoabPublicFormStatus, GoabFormState, GoabPublicFormPageStep, GoabPublicFormPageButtonVisibility, GoabPublicFormTaskStatus, GoabFormDispatchOn, GoabFieldsetOnContinueDetail, GoabFormItemLabelSize, GoabFormItemRequirement, GoabFormStepStatus, GoabFormStepperOnChangeDetail, GoabIconOverridesType, GoabIconSize, GoabIconTheme, GoabIconButtonVariant, GoabInputType, GoabInputAutoCapitalize, GoabInputOnFocusDetail, GoabInputOnBlurDetail, GoabInputOnKeyPressDetail, GoabInputOnChangeDetail, GoabServiceLevel, GoabLinkTarget, GoabModalCalloutVariant, GoabModalTransition, GoabMenuButtonOnActionDetail, GoabNotificationType, GoabAriaLiveType, GoabPageBlockSize, GoabPaginationVariant, GoabPaginationOnChangeDetail, GoabPopoverPosition, GoabRadioGroupOrientation, GoabRadioGroupOnChangeDetail, GoabSkeletonType, GoabSkeletonSize, GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing, GoabTableVariant, GoabTableOnSortDetail, GoabTableSortDirection, GoabTabsVariant, GoabTabsOnChangeDetail, GoabTextTextElement, GoabTextHeadingElement, GoabTextSize, GoabTextMaxWidth, GoabTextColor, GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTextAreaOnBlurDetail, GoabTooltipPosition, GoabTooltipHorizontalAlignment, GoabxBadgeType, GoabBadgeSize, GoabBadgeEmphasis, GoabCalloutEmphasis, GoabCheckboxSize, GoabDropdownSize, GoabFormItemType, GoabInputSize, GoabLinkColor, GoabLinkSize, GoabNotificationEmphasis, GoabRadioGroupSize, GoabTextAreaSize, GoabTabsOrientation, GoabWorkSideMenuItemType } from '@abgov/ui-components-common';
6
5
  export * from '@abgov/ui-components-common';
7
6
 
8
7
  declare class ValueDirective implements ControlValueAccessor {
@@ -18,8 +17,8 @@ declare class ValueDirective implements ControlValueAccessor {
18
17
  registerOnTouched(fn: () => void): void;
19
18
  setDisabledState(isDisabled: boolean): void;
20
19
  constructor(elementRef: ElementRef);
21
- listenForValueChange(value: string): void;
22
- listenForDisabledChange(isDisabled: boolean): void;
20
+ listenForValueChange(event: Event): void;
21
+ listenForDisabledChange(event: Event): void;
23
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ValueDirective, never>;
24
23
  static ɵdir: i0.ɵɵDirectiveDeclaration<ValueDirective, "[goaValue]", never, {}, {}, never, never, true, never>;
25
24
  }
@@ -34,7 +33,7 @@ declare class ValueListDirective implements ControlValueAccessor {
34
33
  registerOnChange(fn: () => void): void;
35
34
  registerOnTouched(fn: () => void): void;
36
35
  constructor(elementRef: ElementRef);
37
- listenForValueChange(value: string): void;
36
+ listenForValueChange(event: Event): void;
38
37
  _setValue(value?: string[]): void;
39
38
  static ɵfac: i0.ɵɵFactoryDeclaration<ValueListDirective, never>;
40
39
  static ɵdir: i0.ɵɵDirectiveDeclaration<ValueListDirective, "[goaValueList]", never, {}, {}, never, never, true, never>;
@@ -52,27 +51,27 @@ declare class CheckedDirective extends CheckboxControlValueAccessor {
52
51
  writeValue(checked: any): void;
53
52
  registerOnChange(fn: (_: any) => void): void;
54
53
  registerOnTouched(fn: () => void): void;
55
- listenForValueChange(checked: any): void;
54
+ listenForValueChange(event: Event): void;
56
55
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckedDirective, never>;
57
56
  static ɵdir: i0.ɵɵDirectiveDeclaration<CheckedDirective, "[goaChecked]", never, {}, {}, never, never, true, never>;
58
57
  }
59
58
 
60
59
  declare class AngularComponentsModule {
61
60
  static ɵfac: i0.ɵɵFactoryDeclaration<AngularComponentsModule, never>;
62
- static ɵmod: i0.ɵɵNgModuleDeclaration<AngularComponentsModule, never, [typeof i1.CommonModule, typeof ValueDirective, typeof ValueListDirective, typeof CheckedDirective], [typeof ValueDirective, typeof ValueListDirective, typeof CheckedDirective]>;
61
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AngularComponentsModule, never, [typeof ValueDirective, typeof ValueListDirective, typeof CheckedDirective], [typeof ValueDirective, typeof ValueListDirective, typeof CheckedDirective]>;
63
62
  static ɵinj: i0.ɵɵInjectorDeclaration<AngularComponentsModule>;
64
63
  }
65
64
 
66
- declare abstract class GoabBaseComponent {
65
+ declare abstract class GoabBaseComponent$1 {
67
66
  mt?: Spacing;
68
67
  mb?: Spacing;
69
68
  ml?: Spacing;
70
69
  mr?: Spacing;
71
70
  testId?: string;
72
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabBaseComponent, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabBaseComponent, "ng-component", never, { "mt": { "alias": "mt"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, true, never>;
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabBaseComponent$1, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabBaseComponent$1, "ng-component", never, { "mt": { "alias": "mt"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, true, never>;
74
73
  }
75
- declare abstract class GoabControlValueAccessor extends GoabBaseComponent implements ControlValueAccessor {
74
+ declare abstract class GoabControlValueAccessor$1 extends GoabBaseComponent$1 implements ControlValueAccessor {
76
75
  protected renderer: Renderer2;
77
76
  id?: string;
78
77
  disabled?: boolean;
@@ -128,13 +127,13 @@ declare abstract class GoabControlValueAccessor extends GoabBaseComponent implem
128
127
  * @param isDisabled - A boolean indicating whether the component should be disabled.
129
128
  */
130
129
  setDisabledState?(isDisabled: boolean): void;
131
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabControlValueAccessor, never>;
132
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabControlValueAccessor, "ng-component", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
130
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabControlValueAccessor$1, never>;
131
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabControlValueAccessor$1, "ng-component", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
133
132
  static ngAcceptInputType_disabled: unknown;
134
133
  static ngAcceptInputType_error: unknown;
135
134
  }
136
135
 
137
- declare class GoabAccordion extends GoabBaseComponent implements OnInit {
136
+ declare class GoabAccordion extends GoabBaseComponent$1 implements OnInit {
138
137
  private cdr;
139
138
  heading?: string;
140
139
  secondaryText?: string;
@@ -153,7 +152,7 @@ declare class GoabAccordion extends GoabBaseComponent implements OnInit {
153
152
  static ngAcceptInputType_open: unknown;
154
153
  }
155
154
 
156
- declare class GoabBadge extends GoabBaseComponent implements OnInit {
155
+ declare class GoabBadge extends GoabBaseComponent$1 implements OnInit {
157
156
  private cdr;
158
157
  type?: GoabBadgeType;
159
158
  content?: string;
@@ -168,7 +167,7 @@ declare class GoabBadge extends GoabBaseComponent implements OnInit {
168
167
  static ngAcceptInputType_icon: unknown;
169
168
  }
170
169
 
171
- declare class GoabBlock extends GoabBaseComponent implements OnInit {
170
+ declare class GoabBlock extends GoabBaseComponent$1 implements OnInit {
172
171
  private cdr;
173
172
  gap?: Spacing;
174
173
  direction?: GoabBlockDirection;
@@ -183,7 +182,7 @@ declare class GoabBlock extends GoabBaseComponent implements OnInit {
183
182
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabBlock, "goab-block", never, { "gap": { "alias": "gap"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
184
183
  }
185
184
 
186
- declare class GoabButton extends GoabBaseComponent implements OnInit {
185
+ declare class GoabButton extends GoabBaseComponent$1 implements OnInit {
187
186
  private cdr;
188
187
  type?: GoabButtonType;
189
188
  size?: GoabButtonSize;
@@ -206,7 +205,7 @@ declare class GoabButton extends GoabBaseComponent implements OnInit {
206
205
  static ngAcceptInputType_disabled: unknown;
207
206
  }
208
207
 
209
- declare class GoabButtonGroup extends GoabBaseComponent implements OnInit {
208
+ declare class GoabButtonGroup extends GoabBaseComponent$1 implements OnInit {
210
209
  private cdr;
211
210
  alignment?: GoabButtonGroupAlignment;
212
211
  gap?: GoabButtonGroupGap;
@@ -217,10 +216,10 @@ declare class GoabButtonGroup extends GoabBaseComponent implements OnInit {
217
216
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabButtonGroup, "goab-button-group", never, { "alignment": { "alias": "alignment"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, ["*"], true, never>;
218
217
  }
219
218
 
220
- declare class GoabCalendar extends GoabBaseComponent implements OnInit {
219
+ declare class GoabCalendar extends GoabBaseComponent$1 implements OnInit {
221
220
  private cdr;
222
221
  name?: string;
223
- value?: Date;
222
+ value?: Date | string;
224
223
  min?: Date;
225
224
  max?: Date;
226
225
  onChange: EventEmitter<GoabCalendarOnChangeDetail>;
@@ -232,7 +231,7 @@ declare class GoabCalendar extends GoabBaseComponent implements OnInit {
232
231
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabCalendar, "goab-calendar", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
233
232
  }
234
233
 
235
- declare class GoabCallout extends GoabBaseComponent implements OnInit {
234
+ declare class GoabCallout extends GoabBaseComponent$1 implements OnInit {
236
235
  private cdr;
237
236
  isReady: boolean;
238
237
  constructor(cdr: ChangeDetectorRef);
@@ -247,7 +246,7 @@ declare class GoabCallout extends GoabBaseComponent implements OnInit {
247
246
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabCallout, "goab-callout", never, { "type": { "alias": "type"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "iconTheme": { "alias": "iconTheme"; "required": false; }; }, {}, never, ["*"], true, never>;
248
247
  }
249
248
 
250
- declare class GoabCard extends GoabBaseComponent implements OnInit {
249
+ declare class GoabCard extends GoabBaseComponent$1 implements OnInit {
251
250
  private cdr;
252
251
  isReady: boolean;
253
252
  constructor(cdr: ChangeDetectorRef);
@@ -288,7 +287,7 @@ declare class GoabCardImage implements OnInit {
288
287
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabCardImage, "goab-card-image", never, { "src": { "alias": "src"; "required": true; }; "height": { "alias": "height"; "required": true; }; }, {}, never, ["*"], true, never>;
289
288
  }
290
289
 
291
- declare class GoabCheckbox extends GoabControlValueAccessor implements OnInit {
290
+ declare class GoabCheckbox extends GoabControlValueAccessor$1 implements OnInit {
292
291
  private cdr;
293
292
  isReady: boolean;
294
293
  constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
@@ -314,7 +313,7 @@ declare class GoabCheckbox extends GoabControlValueAccessor implements OnInit {
314
313
  static ngAcceptInputType_indeterminate: unknown;
315
314
  }
316
315
 
317
- declare class GoabCheckboxList extends GoabControlValueAccessor implements OnInit {
316
+ declare class GoabCheckboxList extends GoabControlValueAccessor$1 implements OnInit {
318
317
  private cdr;
319
318
  isReady: boolean;
320
319
  name: string;
@@ -329,7 +328,7 @@ declare class GoabCheckboxList extends GoabControlValueAccessor implements OnIni
329
328
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabCheckboxList, "goab-checkbox-list", never, { "name": { "alias": "name"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
330
329
  }
331
330
 
332
- declare class GoabChip extends GoabBaseComponent implements OnInit {
331
+ declare class GoabChip extends GoabBaseComponent$1 implements OnInit {
333
332
  private cdr;
334
333
  isReady: boolean;
335
334
  constructor(cdr: ChangeDetectorRef);
@@ -375,7 +374,7 @@ declare class GoabColumnLayout implements OnInit {
375
374
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabColumnLayout, "goab-column-layout", never, {}, {}, never, ["*"], true, never>;
376
375
  }
377
376
 
378
- declare class GoabContainer extends GoabBaseComponent implements OnInit {
377
+ declare class GoabContainer extends GoabBaseComponent$1 implements OnInit {
379
378
  private cdr;
380
379
  type?: GoabContainerType;
381
380
  accent?: GoabContainerAccent;
@@ -405,7 +404,7 @@ declare class GoabDataGrid implements OnInit {
405
404
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabDataGrid, "goab-data-grid", never, { "keyboardIconVisibility": { "alias": "keyboardIconVisibility"; "required": false; }; "keyboardIconPosition": { "alias": "keyboardIconPosition"; "required": false; }; "keyboardNav": { "alias": "keyboardNav"; "required": true; }; }, {}, never, ["*"], true, never>;
406
405
  }
407
406
 
408
- declare class GoabDatePicker extends GoabControlValueAccessor implements OnInit {
407
+ declare class GoabDatePicker extends GoabControlValueAccessor$1 implements OnInit {
409
408
  protected elementRef: ElementRef;
410
409
  private cdr;
411
410
  isReady: boolean;
@@ -425,13 +424,13 @@ declare class GoabDatePicker extends GoabControlValueAccessor implements OnInit
425
424
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, renderer: Renderer2);
426
425
  ngOnInit(): void;
427
426
  setDisabledState(isDisabled: boolean): void;
428
- listenDisabledChange(isDisabled: boolean): void;
427
+ listenDisabledChange(event: Event): void;
429
428
  writeValue(value: Date | null): void;
430
429
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabDatePicker, never>;
431
430
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabDatePicker, "goab-date-picker", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "type": { "alias": "type"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
432
431
  }
433
432
 
434
- declare class GoabDetails extends GoabBaseComponent implements OnInit {
433
+ declare class GoabDetails extends GoabBaseComponent$1 implements OnInit {
435
434
  private cdr;
436
435
  heading: string;
437
436
  open?: boolean;
@@ -444,7 +443,7 @@ declare class GoabDetails extends GoabBaseComponent implements OnInit {
444
443
  static ngAcceptInputType_open: unknown;
445
444
  }
446
445
 
447
- declare class GoabDivider extends GoabBaseComponent implements OnInit {
446
+ declare class GoabDivider extends GoabBaseComponent$1 implements OnInit {
448
447
  private cdr;
449
448
  isReady: boolean;
450
449
  constructor(cdr: ChangeDetectorRef);
@@ -473,7 +472,7 @@ declare class GoabDrawer implements OnInit {
473
472
  static ngAcceptInputType_open: unknown;
474
473
  }
475
474
 
476
- declare class GoabDropdown extends GoabControlValueAccessor implements OnInit {
475
+ declare class GoabDropdown extends GoabControlValueAccessor$1 implements OnInit {
477
476
  private cdr;
478
477
  name?: string;
479
478
  ariaLabel?: string;
@@ -538,7 +537,7 @@ declare class GoabFileUploadCard implements OnInit {
538
537
  static ngAcceptInputType_progress: unknown;
539
538
  }
540
539
 
541
- declare class GoabFileUploadInput extends GoabBaseComponent implements OnInit {
540
+ declare class GoabFileUploadInput extends GoabBaseComponent$1 implements OnInit {
542
541
  private cdr;
543
542
  id?: string;
544
543
  variant: GoabFileUploadInputVariant;
@@ -553,7 +552,7 @@ declare class GoabFileUploadInput extends GoabBaseComponent implements OnInit {
553
552
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabFileUploadInput, "goab-file-upload-input", never, { "id": { "alias": "id"; "required": false; }; "variant": { "alias": "variant"; "required": true; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; }, { "onSelectFile": "onSelectFile"; }, never, never, true, never>;
554
553
  }
555
554
 
556
- declare class GoabFilterChip extends GoabBaseComponent implements OnInit {
555
+ declare class GoabFilterChip extends GoabBaseComponent$1 implements OnInit {
557
556
  private cdr;
558
557
  error?: boolean;
559
558
  deletable?: boolean;
@@ -621,7 +620,7 @@ declare class GoabPublicForm {
621
620
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicForm, "goab-public-form", never, { "status": { "alias": "status"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onInit": "onInit"; "onComplete": "onComplete"; "onStateChange": "onStateChange"; }, never, ["*"], true, never>;
622
621
  }
623
622
 
624
- declare class GoabPublicFormPage extends GoabBaseComponent {
623
+ declare class GoabPublicFormPage extends GoabBaseComponent$1 {
625
624
  id: string;
626
625
  heading: string;
627
626
  subHeading: string;
@@ -646,7 +645,7 @@ declare class GoabPublicFormSummary {
646
645
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicFormSummary, "goab-public-form-summary", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>;
647
646
  }
648
647
 
649
- declare class GoabPublicSubform extends GoabBaseComponent {
648
+ declare class GoabPublicSubform extends GoabBaseComponent$1 {
650
649
  id?: string;
651
650
  name?: string;
652
651
  continueMsg?: string;
@@ -658,7 +657,7 @@ declare class GoabPublicSubform extends GoabBaseComponent {
658
657
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicSubform, "goab-public-subform", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "continueMsg": { "alias": "continueMsg"; "required": false; }; }, { "onInit": "onInit"; "onStateChange": "onStateChange"; }, never, ["*"], true, never>;
659
658
  }
660
659
 
661
- declare class GoabPublicSubformIndex extends GoabBaseComponent {
660
+ declare class GoabPublicSubformIndex extends GoabBaseComponent$1 {
662
661
  heading?: string;
663
662
  sectionTitle?: string;
664
663
  actionButtonText?: string;
@@ -673,7 +672,7 @@ declare class GoabPublicFormTask {
673
672
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicFormTask, "goab-public-form-task", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, ["*"], true, never>;
674
673
  }
675
674
 
676
- declare class GoabPublicFormTaskList extends GoabBaseComponent {
675
+ declare class GoabPublicFormTaskList extends GoabBaseComponent$1 {
677
676
  heading?: string;
678
677
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabPublicFormTaskList, never>;
679
678
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicFormTaskList, "goab-public-form-task-list", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>;
@@ -689,7 +688,7 @@ declare class GoabFieldset {
689
688
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabFieldset, "goab-fieldset", never, { "id": { "alias": "id"; "required": false; }; "sectionTitle": { "alias": "sectionTitle"; "required": false; }; "dispatchOn": { "alias": "dispatchOn"; "required": false; }; }, { "onContinue": "onContinue"; }, never, ["*"], true, never>;
690
689
  }
691
690
 
692
- declare class GoabFormItem extends GoabBaseComponent implements OnInit {
691
+ declare class GoabFormItem extends GoabBaseComponent$1 implements OnInit {
693
692
  private cdr;
694
693
  label?: string;
695
694
  labelSize?: GoabFormItemLabelSize;
@@ -730,7 +729,7 @@ declare class GoabFormStep implements OnInit {
730
729
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabFormStep, "goab-form-step", never, { "text": { "alias": "text"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
731
730
  }
732
731
 
733
- declare class GoabFormStepper extends GoabBaseComponent implements OnInit {
732
+ declare class GoabFormStepper extends GoabBaseComponent$1 implements OnInit {
734
733
  private cdr;
735
734
  step?: number;
736
735
  onChange: EventEmitter<GoabFormStepperOnChangeDetail>;
@@ -742,7 +741,7 @@ declare class GoabFormStepper extends GoabBaseComponent implements OnInit {
742
741
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabFormStepper, "goab-form-stepper", never, { "step": { "alias": "step"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
743
742
  }
744
743
 
745
- declare class GoabGrid extends GoabBaseComponent implements OnInit {
744
+ declare class GoabGrid extends GoabBaseComponent$1 implements OnInit {
746
745
  private cdr;
747
746
  isReady: boolean;
748
747
  minChildWidth: string;
@@ -799,7 +798,7 @@ declare class GoabHeroBanner implements OnInit {
799
798
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabHeroBanner, "goab-hero-banner", never, { "heading": { "alias": "heading"; "required": false; }; "backgroundUrl": { "alias": "backgroundUrl"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, {}, never, ["*"], true, never>;
800
799
  }
801
800
 
802
- declare class GoabIcon extends GoabBaseComponent implements OnInit {
801
+ declare class GoabIcon extends GoabBaseComponent$1 implements OnInit {
803
802
  private cdr;
804
803
  type: GoabIconType | GoabIconOverridesType;
805
804
  size?: GoabIconSize;
@@ -818,7 +817,7 @@ declare class GoabIcon extends GoabBaseComponent implements OnInit {
818
817
  static ngAcceptInputType_opacity: unknown;
819
818
  }
820
819
 
821
- declare class GoabIconButton extends GoabBaseComponent implements OnInit {
820
+ declare class GoabIconButton extends GoabBaseComponent$1 implements OnInit {
822
821
  private cdr;
823
822
  isReady: boolean;
824
823
  protected readonly JSON: JSON;
@@ -843,7 +842,7 @@ declare class GoabIconButton extends GoabBaseComponent implements OnInit {
843
842
  interface IgnoreMe {
844
843
  ignore: string;
845
844
  }
846
- declare class GoabInput extends GoabControlValueAccessor implements OnInit {
845
+ declare class GoabInput extends GoabControlValueAccessor$1 implements OnInit {
847
846
  private cdr;
848
847
  type?: GoabInputType;
849
848
  name?: string;
@@ -1095,7 +1094,7 @@ declare class GoabPageBlock implements OnInit {
1095
1094
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPageBlock, "goab-page-block", never, { "width": { "alias": "width"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
1096
1095
  }
1097
1096
 
1098
- declare class GoabPages extends GoabBaseComponent implements OnInit {
1097
+ declare class GoabPages extends GoabBaseComponent$1 implements OnInit {
1099
1098
  private cdr;
1100
1099
  isReady: boolean;
1101
1100
  current?: number;
@@ -1106,7 +1105,7 @@ declare class GoabPages extends GoabBaseComponent implements OnInit {
1106
1105
  static ngAcceptInputType_current: unknown;
1107
1106
  }
1108
1107
 
1109
- declare class GoabPagination extends GoabBaseComponent implements OnInit {
1108
+ declare class GoabPagination extends GoabBaseComponent$1 implements OnInit {
1110
1109
  private cdr;
1111
1110
  isReady: boolean;
1112
1111
  itemCount: number;
@@ -1121,7 +1120,7 @@ declare class GoabPagination extends GoabBaseComponent implements OnInit {
1121
1120
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPagination, "goab-pagination", never, { "itemCount": { "alias": "itemCount"; "required": true; }; "pageNumber": { "alias": "pageNumber"; "required": true; }; "perPageCount": { "alias": "perPageCount"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
1122
1121
  }
1123
1122
 
1124
- declare class GoabPopover extends GoabBaseComponent implements OnInit {
1123
+ declare class GoabPopover extends GoabBaseComponent$1 implements OnInit {
1125
1124
  private cdr;
1126
1125
  isReady: boolean;
1127
1126
  maxWidth: string;
@@ -1139,7 +1138,26 @@ declare class GoabPopover extends GoabBaseComponent implements OnInit {
1139
1138
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPopover, "goab-popover", never, { "maxWidth": { "alias": "maxWidth"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "position": { "alias": "position"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; "target": { "alias": "target"; "required": true; }; }, {}, never, ["*"], true, never>;
1140
1139
  }
1141
1140
 
1142
- declare class GoabRadioGroup extends GoabControlValueAccessor implements OnInit {
1141
+ declare class GoabPushDrawer implements OnInit {
1142
+ private cdr;
1143
+ open?: boolean;
1144
+ heading?: string | TemplateRef<any>;
1145
+ testId?: string;
1146
+ width?: string;
1147
+ actions?: TemplateRef<any>;
1148
+ onClose: EventEmitter<any>;
1149
+ isReady: boolean;
1150
+ constructor(cdr: ChangeDetectorRef);
1151
+ ngOnInit(): void;
1152
+ _onClose(): void;
1153
+ getHeadingAsString(): string;
1154
+ getHeadingAsTemplate(): TemplateRef<any> | null;
1155
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabPushDrawer, never>;
1156
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabPushDrawer, "goab-push-drawer", never, { "open": { "alias": "open"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "width": { "alias": "width"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*"], true, never>;
1157
+ static ngAcceptInputType_open: unknown;
1158
+ }
1159
+
1160
+ declare class GoabRadioGroup extends GoabControlValueAccessor$1 implements OnInit {
1143
1161
  private cdr;
1144
1162
  isReady: boolean;
1145
1163
  name?: string;
@@ -1153,7 +1171,7 @@ declare class GoabRadioGroup extends GoabControlValueAccessor implements OnInit
1153
1171
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabRadioGroup, "goab-radio-group", never, { "name": { "alias": "name"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1154
1172
  }
1155
1173
 
1156
- declare class GoabRadioItem extends GoabBaseComponent {
1174
+ declare class GoabRadioItem extends GoabBaseComponent$1 {
1157
1175
  private cdr;
1158
1176
  value?: string;
1159
1177
  label?: string;
@@ -1188,7 +1206,7 @@ declare class GoabSideMenu implements OnInit {
1188
1206
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabSideMenu, "goab-side-menu", never, { "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
1189
1207
  }
1190
1208
 
1191
- declare class GoabSideMenuGroup extends GoabBaseComponent implements OnInit {
1209
+ declare class GoabSideMenuGroup extends GoabBaseComponent$1 implements OnInit {
1192
1210
  private cdr;
1193
1211
  isReady: boolean;
1194
1212
  heading: string;
@@ -1211,7 +1229,7 @@ declare class GoabSideMenuHeading implements OnInit {
1211
1229
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabSideMenuHeading, "goab-side-menu-heading", never, { "icon": { "alias": "icon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "meta": { "alias": "meta"; "required": false; }; }, {}, never, ["*"], true, never>;
1212
1230
  }
1213
1231
 
1214
- declare class GoabSkeleton extends GoabBaseComponent implements OnInit {
1232
+ declare class GoabSkeleton extends GoabBaseComponent$1 implements OnInit {
1215
1233
  private cdr;
1216
1234
  isReady: boolean;
1217
1235
  type: GoabSkeletonType;
@@ -1242,16 +1260,18 @@ declare class GoabTab implements OnInit {
1242
1260
  isReady: boolean;
1243
1261
  heading: string | TemplateRef<any>;
1244
1262
  disabled?: boolean;
1263
+ slug?: string;
1245
1264
  constructor(cdr: ChangeDetectorRef);
1246
1265
  ngOnInit(): void;
1266
+ isHeadingTemplate(): boolean;
1247
1267
  getHeadingAsString(): string;
1248
1268
  getHeadingAsTemplate(): TemplateRef<any> | null;
1249
1269
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabTab, never>;
1250
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabTab, "goab-tab", never, { "heading": { "alias": "heading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
1270
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabTab, "goab-tab", never, { "heading": { "alias": "heading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; }, {}, never, ["*"], true, never>;
1251
1271
  static ngAcceptInputType_disabled: unknown;
1252
1272
  }
1253
1273
 
1254
- declare class GoabTable extends GoabBaseComponent implements OnInit {
1274
+ declare class GoabTable extends GoabBaseComponent$1 implements OnInit {
1255
1275
  private cdr;
1256
1276
  isReady: boolean;
1257
1277
  width?: string;
@@ -1323,7 +1343,7 @@ declare class GoabText implements OnInit {
1323
1343
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabText, "goab-text", never, { "tag": { "alias": "tag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "color": { "alias": "color"; "required": false; }; "id": { "alias": "id"; "required": false; }; "mt": { "alias": "mt"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; }, {}, never, ["*"], true, never>;
1324
1344
  }
1325
1345
 
1326
- declare class GoabTextArea extends GoabControlValueAccessor implements OnInit {
1346
+ declare class GoabTextArea extends GoabControlValueAccessor$1 implements OnInit {
1327
1347
  private cdr;
1328
1348
  name?: string;
1329
1349
  placeholder?: string;
@@ -1350,7 +1370,7 @@ declare class GoabTextArea extends GoabControlValueAccessor implements OnInit {
1350
1370
  static ngAcceptInputType_readOnly: unknown;
1351
1371
  }
1352
1372
 
1353
- declare class GoabTooltip extends GoabBaseComponent implements OnInit {
1373
+ declare class GoabTooltip extends GoabBaseComponent$1 implements OnInit {
1354
1374
  private cdr;
1355
1375
  isReady: boolean;
1356
1376
  position?: GoabTooltipPosition;
@@ -1365,43 +1385,798 @@ declare class GoabTooltip extends GoabBaseComponent implements OnInit {
1365
1385
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabTooltip, "goab-tooltip", never, { "position": { "alias": "position"; "required": false; }; "content": { "alias": "content"; "required": false; }; "hAlign": { "alias": "hAlign"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
1366
1386
  }
1367
1387
 
1368
- declare class GoabxWorkSideMenu implements OnInit {
1369
- private cdr;
1370
- heading: string;
1371
- url: string;
1372
- userName?: string;
1373
- userSecondaryText?: string;
1374
- open?: boolean;
1388
+ declare abstract class GoabBaseComponent {
1389
+ mt?: Spacing;
1390
+ mb?: Spacing;
1391
+ ml?: Spacing;
1392
+ mr?: Spacing;
1375
1393
  testId?: string;
1376
- primaryContent: TemplateRef<any>;
1377
- secondaryContent: TemplateRef<any>;
1378
- accountContent: TemplateRef<any>;
1379
- onToggle: EventEmitter<any>;
1394
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabBaseComponent, never>;
1395
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabBaseComponent, "ng-component", never, { "mt": { "alias": "mt"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, true, never>;
1396
+ }
1397
+ declare abstract class GoabControlValueAccessor extends GoabBaseComponent implements ControlValueAccessor {
1398
+ protected renderer: Renderer2;
1399
+ id?: string;
1400
+ disabled?: boolean;
1401
+ error?: boolean;
1402
+ value?: unknown | null | undefined;
1403
+ /**
1404
+ * Function to handle changes in the form control value.
1405
+ * @param {unknown} value - The new value.
1406
+ */
1407
+ fcChange?: (value: unknown) => void;
1408
+ /**
1409
+ * Function to handle touch events on the form control.
1410
+ */
1411
+ fcTouched?: () => unknown;
1412
+ private touched;
1413
+ /**
1414
+ * Marks the component as touched. If the component is not already marked as touched,
1415
+ * it triggers the `fcTouched` callback (if defined) and sets the `touched` property to `true`.
1416
+ */
1417
+ markAsTouched(): void;
1418
+ /**
1419
+ * Reference to the native GOA web component element.
1420
+ * Child templates should declare `#goaComponentRef` on the `goa-*` element.
1421
+ * The base class captures it here so children don't need their own ViewChild.
1422
+ */
1423
+ protected goaComponentRef?: ElementRef;
1424
+ constructor(renderer: Renderer2);
1425
+ /**
1426
+ * Convert an arbitrary value into a string for DOM attribute assignment.
1427
+ * Child classes can override when they need special formatting.
1428
+ * @param value The value to convert
1429
+ * @returns string representation or empty string for nullish/empty
1430
+ */
1431
+ protected convertValueToString(value: unknown): string;
1432
+ /**
1433
+ * Writes a new value to the form control.
1434
+ * @param {unknown} value - The value to write.
1435
+ */
1436
+ writeValue(value: unknown): void;
1437
+ /**
1438
+ * Registers a function to call when the form control value changes.
1439
+ * @param {function} fn - The function to call.
1440
+ */
1441
+ registerOnChange(fn: any): void;
1442
+ /**
1443
+ * Registers a function to call when the form control is touched.
1444
+ * @param {function} fn - The function to call.
1445
+ */
1446
+ registerOnTouched(fn: any): void;
1447
+ /**
1448
+ * Sets the disabled state of the component.
1449
+ *
1450
+ * @param isDisabled - A boolean indicating whether the component should be disabled.
1451
+ */
1452
+ setDisabledState?(isDisabled: boolean): void;
1453
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabControlValueAccessor, never>;
1454
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabControlValueAccessor, "ng-component", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
1455
+ static ngAcceptInputType_disabled: unknown;
1456
+ static ngAcceptInputType_error: unknown;
1457
+ }
1458
+
1459
+ declare class GoabxBadge extends GoabBaseComponent implements OnInit {
1460
+ private cdr;
1461
+ type?: GoabxBadgeType;
1462
+ content?: string;
1463
+ icon?: boolean;
1464
+ iconType?: GoabIconType;
1465
+ size?: GoabBadgeSize;
1466
+ emphasis?: GoabBadgeEmphasis;
1467
+ ariaLabel?: string;
1380
1468
  isReady: boolean;
1469
+ version: string;
1381
1470
  constructor(cdr: ChangeDetectorRef);
1382
1471
  ngOnInit(): void;
1383
- _onToggle(): void;
1384
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenu, never>;
1385
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenu, "goabx-work-side-menu", never, { "heading": { "alias": "heading"; "required": true; }; "url": { "alias": "url"; "required": true; }; "userName": { "alias": "userName"; "required": false; }; "userSecondaryText": { "alias": "userSecondaryText"; "required": false; }; "open": { "alias": "open"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "primaryContent": { "alias": "primaryContent"; "required": false; }; "secondaryContent": { "alias": "secondaryContent"; "required": false; }; "accountContent": { "alias": "accountContent"; "required": false; }; }, { "onToggle": "onToggle"; }, never, never, true, never>;
1386
- static ngAcceptInputType_open: unknown;
1472
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxBadge, never>;
1473
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxBadge, "goabx-badge", never, { "type": { "alias": "type"; "required": false; }; "content": { "alias": "content"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "size": { "alias": "size"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
1474
+ static ngAcceptInputType_icon: unknown;
1387
1475
  }
1388
1476
 
1389
- declare class GoabxWorkSideMenuItem implements OnInit {
1477
+ declare class GoabxButton extends GoabBaseComponent implements OnInit {
1390
1478
  private cdr;
1391
- label: string;
1392
- url: string;
1393
- badge?: string;
1394
- current?: boolean;
1395
- divider?: boolean;
1396
- icon?: string;
1479
+ type?: GoabButtonType;
1480
+ size?: GoabButtonSize;
1481
+ variant?: GoabButtonVariant;
1482
+ disabled?: boolean;
1483
+ leadingIcon?: GoabIconType;
1484
+ trailingIcon?: GoabIconType;
1485
+ width?: string;
1486
+ action?: string;
1487
+ actionArg?: string;
1488
+ actionArgs?: Record<string, unknown>;
1489
+ onClick: EventEmitter<any>;
1490
+ isReady: boolean;
1491
+ version: string;
1492
+ constructor(cdr: ChangeDetectorRef);
1493
+ ngOnInit(): void;
1494
+ _onClick(): void;
1495
+ protected readonly JSON: JSON;
1496
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxButton, never>;
1497
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxButton, "goabx-button", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; }; "width": { "alias": "width"; "required": false; }; "action": { "alias": "action"; "required": false; }; "actionArg": { "alias": "actionArg"; "required": false; }; "actionArgs": { "alias": "actionArgs"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], true, never>;
1498
+ static ngAcceptInputType_disabled: unknown;
1499
+ }
1500
+
1501
+ declare class GoabxCalendar extends GoabBaseComponent implements OnInit {
1502
+ private cdr;
1503
+ version: number;
1504
+ name?: string;
1505
+ value?: Date | string;
1506
+ min?: Date;
1507
+ max?: Date;
1508
+ onChange: EventEmitter<GoabCalendarOnChangeDetail>;
1509
+ isReady: boolean;
1510
+ constructor(cdr: ChangeDetectorRef);
1511
+ ngOnInit(): void;
1512
+ _onChange(e: Event): void;
1513
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxCalendar, never>;
1514
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxCalendar, "goabx-calendar", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1515
+ }
1516
+
1517
+ declare class GoabxCallout extends GoabBaseComponent implements OnInit {
1518
+ private cdr;
1519
+ isReady: boolean;
1520
+ version: string;
1521
+ constructor(cdr: ChangeDetectorRef);
1522
+ ngOnInit(): void;
1523
+ type?: GoabCalloutType;
1524
+ heading?: string;
1525
+ size?: GoabCalloutSize;
1526
+ maxWidth?: string;
1527
+ ariaLive?: GoabCalloutAriaLive;
1528
+ iconTheme?: GoabCalloutIconTheme;
1529
+ emphasis?: GoabCalloutEmphasis;
1530
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxCallout, never>;
1531
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxCallout, "goabx-callout", never, { "type": { "alias": "type"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "iconTheme": { "alias": "iconTheme"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; }, {}, never, ["*"], true, never>;
1532
+ }
1533
+
1534
+ declare class GoabxCheckbox extends GoabControlValueAccessor implements OnInit {
1535
+ private cdr;
1536
+ isReady: boolean;
1537
+ version: string;
1538
+ constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1539
+ ngOnInit(): void;
1540
+ name?: string;
1541
+ checked?: boolean;
1542
+ indeterminate?: boolean;
1543
+ text?: string;
1544
+ value?: string | number | boolean | null;
1545
+ ariaLabel?: string;
1546
+ description: string | TemplateRef<any>;
1547
+ reveal?: TemplateRef<any>;
1548
+ revealArialLabel?: string;
1549
+ maxWidth?: string;
1550
+ size?: GoabCheckboxSize;
1551
+ onChange: EventEmitter<GoabCheckboxOnChangeDetail>;
1552
+ getDescriptionAsString(): string;
1553
+ getDescriptionAsTemplate(): TemplateRef<any> | null;
1554
+ _onChange(e: Event): void;
1555
+ writeValue(value: string | number | boolean | null): void;
1556
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxCheckbox, never>;
1557
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxCheckbox, "goabx-checkbox", never, { "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "text": { "alias": "text"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "description": { "alias": "description"; "required": false; }; "reveal": { "alias": "reveal"; "required": false; }; "revealArialLabel": { "alias": "revealArialLabel"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1558
+ static ngAcceptInputType_checked: unknown;
1559
+ static ngAcceptInputType_indeterminate: unknown;
1560
+ }
1561
+
1562
+ declare class GoabxCheckboxList extends GoabControlValueAccessor implements OnInit {
1563
+ private cdr;
1564
+ isReady: boolean;
1565
+ version: string;
1566
+ name: string;
1567
+ maxWidth?: string;
1568
+ size?: "default" | "compact";
1569
+ value?: string[];
1570
+ constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1571
+ ngOnInit(): void;
1572
+ onChange: EventEmitter<GoabCheckboxListOnChangeDetail>;
1573
+ _onChange(e: Event): void;
1574
+ writeValue(value: string[] | null): void;
1575
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxCheckboxList, never>;
1576
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxCheckboxList, "goabx-checkbox-list", never, { "name": { "alias": "name"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1577
+ }
1578
+
1579
+ declare class GoabxDatePicker extends GoabControlValueAccessor implements OnInit {
1580
+ protected elementRef: ElementRef;
1581
+ private cdr;
1582
+ isReady: boolean;
1583
+ version: number;
1584
+ name?: string;
1585
+ value?: Date | string | null | undefined;
1586
+ min?: Date | string;
1587
+ max?: Date | string;
1588
+ type?: GoabDatePickerInputType;
1589
+ /***
1590
+ * @deprecated This property has no effect and will be removed in a future version
1591
+ */
1592
+ relative?: boolean;
1593
+ width?: string;
1594
+ onChange: EventEmitter<GoabDatePickerOnChangeDetail>;
1595
+ formatValue(val: Date | string | null | undefined): string;
1596
+ _onChange(e: Event): void;
1597
+ constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, renderer: Renderer2);
1598
+ ngOnInit(): void;
1599
+ setDisabledState(isDisabled: boolean): void;
1600
+ listenDisabledChange(event: Event): void;
1601
+ writeValue(value: Date | null): void;
1602
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxDatePicker, never>;
1603
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxDatePicker, "goabx-date-picker", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "type": { "alias": "type"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
1604
+ }
1605
+
1606
+ declare class GoabxDrawer implements OnInit {
1607
+ private cdr;
1608
+ version: string;
1609
+ open: boolean;
1610
+ position: GoabDrawerPosition;
1611
+ heading: string | TemplateRef<any>;
1612
+ maxSize?: GoabDrawerSize;
1397
1613
  testId?: string;
1398
- type?: GoabWorkSideMenuItemType;
1614
+ actions: TemplateRef<any>;
1615
+ onClose: EventEmitter<any>;
1399
1616
  isReady: boolean;
1400
1617
  constructor(cdr: ChangeDetectorRef);
1401
1618
  ngOnInit(): void;
1402
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuItem, never>;
1403
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenuItem, "goabx-work-side-menu-item", never, { "label": { "alias": "label"; "required": true; }; "url": { "alias": "url"; "required": true; }; "badge": { "alias": "badge"; "required": false; }; "current": { "alias": "current"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
1619
+ _onClose(): void;
1620
+ getHeadingAsString(): string;
1621
+ getHeadingAsTemplate(): TemplateRef<any> | null;
1622
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxDrawer, never>;
1623
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxDrawer, "goabx-drawer", never, { "open": { "alias": "open"; "required": true; }; "position": { "alias": "position"; "required": true; }; "heading": { "alias": "heading"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*"], true, never>;
1624
+ static ngAcceptInputType_open: unknown;
1625
+ }
1626
+
1627
+ declare class GoabxDropdown extends GoabControlValueAccessor implements OnInit {
1628
+ private cdr;
1629
+ name?: string;
1630
+ ariaLabel?: string;
1631
+ ariaLabelledBy?: string;
1632
+ filterable?: boolean;
1633
+ leadingIcon?: GoabIconType;
1634
+ maxHeight?: string;
1635
+ multiselect?: boolean;
1636
+ native?: boolean;
1637
+ placeholder?: string;
1638
+ width?: string;
1639
+ maxWidth?: string;
1640
+ autoComplete?: string;
1641
+ size?: GoabDropdownSize;
1642
+ /***
1643
+ * @deprecated This property has no effect and will be removed in a future version
1644
+ */
1645
+ relative?: boolean;
1646
+ onChange: EventEmitter<GoabDropdownOnChangeDetail>;
1647
+ isReady: boolean;
1648
+ version: string;
1649
+ constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1650
+ ngOnInit(): void;
1651
+ _onChange(e: Event): void;
1652
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxDropdown, never>;
1653
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxDropdown, "goabx-dropdown", never, { "name": { "alias": "name"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "native": { "alias": "native"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "size": { "alias": "size"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1654
+ static ngAcceptInputType_filterable: unknown;
1655
+ static ngAcceptInputType_multiselect: unknown;
1656
+ static ngAcceptInputType_native: unknown;
1657
+ }
1658
+
1659
+ declare class GoabxDropdownItem implements OnInit {
1660
+ private cdr;
1661
+ value?: string;
1662
+ filter?: string;
1663
+ label?: string;
1664
+ name?: string;
1665
+ mountType?: GoabDropdownItemMountType;
1666
+ isReady: boolean;
1667
+ constructor(cdr: ChangeDetectorRef);
1668
+ ngOnInit(): void;
1669
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxDropdownItem, never>;
1670
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxDropdownItem, "goabx-dropdown-item", never, { "value": { "alias": "value"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "mountType": { "alias": "mountType"; "required": false; }; }, {}, never, never, true, never>;
1671
+ }
1672
+
1673
+ declare class GoabxFileUploadCard implements OnInit {
1674
+ private cdr;
1675
+ filename: string;
1676
+ size?: number;
1677
+ type?: string;
1678
+ progress?: number;
1679
+ error?: string;
1680
+ testId?: string;
1681
+ onCancel: EventEmitter<GoabFileUploadOnCancelDetail>;
1682
+ onDelete: EventEmitter<GoabFileUploadOnDeleteDetail>;
1683
+ isReady: boolean;
1684
+ version: string;
1685
+ constructor(cdr: ChangeDetectorRef);
1686
+ ngOnInit(): void;
1687
+ _onCancel(event: Event): void;
1688
+ _onDelete(event: Event): void;
1689
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxFileUploadCard, never>;
1690
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxFileUploadCard, "goabx-file-upload-card", never, { "filename": { "alias": "filename"; "required": true; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "error": { "alias": "error"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onCancel": "onCancel"; "onDelete": "onDelete"; }, never, never, true, never>;
1691
+ static ngAcceptInputType_size: unknown;
1692
+ static ngAcceptInputType_progress: unknown;
1693
+ }
1694
+
1695
+ declare class GoabxFileUploadInput extends GoabBaseComponent implements OnInit {
1696
+ private cdr;
1697
+ id?: string;
1698
+ variant: GoabFileUploadInputVariant;
1699
+ maxFileSize?: string;
1700
+ accept?: string;
1701
+ onSelectFile: EventEmitter<GoabFileUploadInputOnSelectFileDetail>;
1702
+ isReady: boolean;
1703
+ version: string;
1704
+ constructor(cdr: ChangeDetectorRef);
1705
+ ngOnInit(): void;
1706
+ _onSelectFile(e: Event): void;
1707
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxFileUploadInput, never>;
1708
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxFileUploadInput, "goabx-file-upload-input", never, { "id": { "alias": "id"; "required": false; }; "variant": { "alias": "variant"; "required": true; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; }, { "onSelectFile": "onSelectFile"; }, never, never, true, never>;
1709
+ }
1710
+
1711
+ declare class GoabxFilterChip extends GoabBaseComponent implements OnInit {
1712
+ private cdr;
1713
+ error?: boolean;
1714
+ deletable?: boolean;
1715
+ content?: string;
1716
+ iconTheme?: GoabChipTheme;
1717
+ secondaryText?: string;
1718
+ leadingIcon?: GoabIconType | null;
1719
+ onClick: EventEmitter<any>;
1720
+ isReady: boolean;
1721
+ version: string;
1722
+ constructor(cdr: ChangeDetectorRef);
1723
+ ngOnInit(): void;
1724
+ _onClick(): void;
1725
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxFilterChip, never>;
1726
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxFilterChip, "goabx-filter-chip", never, { "error": { "alias": "error"; "required": false; }; "deletable": { "alias": "deletable"; "required": false; }; "content": { "alias": "content"; "required": false; }; "iconTheme": { "alias": "iconTheme"; "required": false; }; "secondaryText": { "alias": "secondaryText"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], true, never>;
1727
+ static ngAcceptInputType_error: unknown;
1728
+ static ngAcceptInputType_deletable: unknown;
1729
+ }
1730
+
1731
+ declare class GoabxFormItem extends GoabBaseComponent implements OnInit {
1732
+ private cdr;
1733
+ label?: string;
1734
+ labelSize?: GoabFormItemLabelSize;
1735
+ helpText?: string;
1736
+ error?: string;
1737
+ requirement?: GoabFormItemRequirement;
1738
+ maxWidth?: string;
1739
+ id?: string;
1740
+ type?: GoabFormItemType;
1741
+ /**
1742
+ * Public form: to arrange fields in the summary
1743
+ */
1744
+ publicFormSummaryOrder?: number;
1745
+ /**
1746
+ * Public form: allow to override the label value within the form-summary to provide a shorter description of the value
1747
+ */
1748
+ name?: string;
1749
+ isReady: boolean;
1750
+ version: string;
1751
+ constructor(cdr: ChangeDetectorRef);
1752
+ ngOnInit(): void;
1753
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxFormItem, never>;
1754
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxFormItem, "goabx-form-item", never, { "label": { "alias": "label"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "error": { "alias": "error"; "required": false; }; "requirement": { "alias": "requirement"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "publicFormSummaryOrder": { "alias": "publicFormSummaryOrder"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*", "goab-form-item-slot"], true, never>;
1755
+ }
1756
+
1757
+ declare class GoabxAppFooter implements OnInit {
1758
+ private cdr;
1759
+ maxContentWidth?: string;
1760
+ testId?: string;
1761
+ url?: string;
1762
+ isReady: boolean;
1763
+ version: number;
1764
+ constructor(cdr: ChangeDetectorRef);
1765
+ ngOnInit(): void;
1766
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxAppFooter, never>;
1767
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxAppFooter, "goabx-app-footer", never, { "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["[slot=nav]", "goabx-app-footer-meta-section", "*"], true, never>;
1768
+ }
1769
+
1770
+ declare class GoabxAppFooterMetaSection implements OnInit {
1771
+ private cdr;
1772
+ testId?: string;
1773
+ /** "slot" is required and must equal to "meta" so it can be rendered in the correct position **/
1774
+ slot: "meta";
1775
+ isReady: boolean;
1776
+ constructor(cdr: ChangeDetectorRef);
1777
+ ngOnInit(): void;
1778
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxAppFooterMetaSection, never>;
1779
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxAppFooterMetaSection, "goabx-app-footer-meta-section", never, { "testId": { "alias": "testId"; "required": false; }; "slot": { "alias": "slot"; "required": true; }; }, {}, never, ["*"], true, never>;
1780
+ }
1781
+
1782
+ declare class GoabxAppFooterNavSection implements OnInit {
1783
+ private cdr;
1784
+ heading?: string;
1785
+ maxColumnCount?: number | undefined;
1786
+ testId?: string;
1787
+ /** "slot" is required and must equal to "nav" so it can be rendered in the correct position **/
1788
+ slot: "nav";
1789
+ isReady: boolean;
1790
+ constructor(cdr: ChangeDetectorRef);
1791
+ ngOnInit(): void;
1792
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxAppFooterNavSection, never>;
1793
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxAppFooterNavSection, "goabx-app-footer-nav-section", never, { "heading": { "alias": "heading"; "required": false; }; "maxColumnCount": { "alias": "maxColumnCount"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "slot": { "alias": "slot"; "required": true; }; }, {}, never, ["*"], true, never>;
1794
+ }
1795
+
1796
+ declare class GoabxInput extends GoabControlValueAccessor implements OnInit {
1797
+ private cdr;
1798
+ type?: GoabInputType;
1799
+ name?: string;
1800
+ debounce?: number;
1801
+ autoCapitalize?: GoabInputAutoCapitalize;
1802
+ autoComplete?: string;
1803
+ placeholder?: string;
1804
+ leadingIcon?: GoabIconType;
1805
+ trailingIcon?: GoabIconType;
1806
+ variant?: string;
1807
+ focused?: boolean;
1808
+ readonly?: boolean;
1809
+ width?: string;
1810
+ prefix?: string;
1811
+ suffix?: string;
1812
+ ariaLabel?: string;
1813
+ maxLength?: number;
1814
+ min?: string | number;
1815
+ max?: string | number;
1816
+ step?: number;
1817
+ ariaLabelledBy?: string;
1818
+ trailingIconAriaLabel?: string;
1819
+ textAlign?: "left" | "right";
1820
+ leadingContent: string | TemplateRef<any>;
1821
+ trailingContent: string | TemplateRef<any>;
1822
+ size?: GoabInputSize;
1823
+ onTrailingIconClick: EventEmitter<any>;
1824
+ onFocus: EventEmitter<GoabInputOnFocusDetail>;
1825
+ onBlur: EventEmitter<GoabInputOnBlurDetail>;
1826
+ onKeyPress: EventEmitter<GoabInputOnKeyPressDetail>;
1827
+ onChange: EventEmitter<GoabInputOnChangeDetail>;
1828
+ isReady: boolean;
1829
+ version: string;
1830
+ handleTrailingIconClick: boolean;
1831
+ constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1832
+ ngOnInit(): void;
1833
+ _onTrailingIconClick(_: Event): void;
1834
+ _onChange(e: Event): void;
1835
+ _onKeyPress(e: Event): void;
1836
+ _onFocus(e: Event): void;
1837
+ _onBlur(e: Event): void;
1838
+ getLeadingContentAsString(): string;
1839
+ getLeadingContentAsTemplate(): TemplateRef<any> | null;
1840
+ getTrailingContentAsString(): string;
1841
+ getTrailingContentAsTemplate(): TemplateRef<any> | null;
1842
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxInput, never>;
1843
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxInput, "goabx-input", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "width": { "alias": "width"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "trailingIconAriaLabel": { "alias": "trailingIconAriaLabel"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "leadingContent": { "alias": "leadingContent"; "required": false; }; "trailingContent": { "alias": "trailingContent"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onTrailingIconClick": "onTrailingIconClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onKeyPress": "onKeyPress"; "onChange": "onChange"; }, never, ["*"], true, never>;
1844
+ static ngAcceptInputType_debounce: unknown;
1845
+ static ngAcceptInputType_focused: unknown;
1846
+ static ngAcceptInputType_readonly: unknown;
1847
+ static ngAcceptInputType_maxLength: unknown;
1848
+ static ngAcceptInputType_step: unknown;
1849
+ }
1850
+
1851
+ declare class GoabxLink implements OnInit {
1852
+ private cdr;
1853
+ isReady: boolean;
1854
+ leadingIcon?: GoabIconType;
1855
+ trailingIcon?: GoabIconType;
1856
+ testId?: string;
1857
+ action?: string;
1858
+ color?: GoabLinkColor;
1859
+ size?: GoabLinkSize;
1860
+ actionArg?: string;
1861
+ actionArgs?: Record<string, unknown>;
1862
+ mt?: Spacing;
1863
+ mb?: Spacing;
1864
+ ml?: Spacing;
1865
+ mr?: Spacing;
1866
+ constructor(cdr: ChangeDetectorRef);
1867
+ ngOnInit(): void;
1868
+ protected readonly JSON: JSON;
1869
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxLink, never>;
1870
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxLink, "goabx-link", never, { "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "action": { "alias": "action"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "actionArg": { "alias": "actionArg"; "required": false; }; "actionArgs": { "alias": "actionArgs"; "required": false; }; "mt": { "alias": "mt"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; }, {}, never, ["*"], true, never>;
1871
+ }
1872
+
1873
+ declare class GoabxMenuAction {
1874
+ text: string;
1875
+ action: string;
1876
+ icon?: GoabIconType;
1877
+ testId?: string;
1878
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxMenuAction, never>;
1879
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxMenuAction, "goabx-menu-action", never, { "text": { "alias": "text"; "required": true; }; "action": { "alias": "action"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, true, never>;
1880
+ }
1881
+
1882
+ declare class GoabxMenuButton {
1883
+ text?: string;
1884
+ type?: GoabButtonType;
1885
+ size?: GoabButtonSize;
1886
+ variant?: GoabButtonVariant;
1887
+ maxWidth?: string;
1888
+ leadingIcon?: GoabIconType;
1889
+ ariaLabel?: string;
1890
+ testId?: string;
1891
+ onAction: EventEmitter<GoabMenuButtonOnActionDetail>;
1892
+ _onAction(e: Event): void;
1893
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxMenuButton, never>;
1894
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxMenuButton, "goabx-menu-button", never, { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onAction": "onAction"; }, never, ["*"], true, never>;
1895
+ }
1896
+
1897
+ declare class GoabxModal implements OnInit {
1898
+ private cdr;
1899
+ isReady: boolean;
1900
+ version: string;
1901
+ constructor(cdr: ChangeDetectorRef);
1902
+ ngOnInit(): void;
1903
+ calloutVariant?: GoabModalCalloutVariant;
1904
+ open?: boolean;
1905
+ maxWidth?: string;
1906
+ closable: boolean;
1907
+ transition?: GoabModalTransition;
1908
+ testId?: string;
1909
+ /**
1910
+ * @deprecated The role property is deprecated and will be removed in a future version.
1911
+ * The modal will always use role="dialog".
1912
+ */
1913
+ role?: string;
1914
+ heading: string | TemplateRef<any>;
1915
+ actions: TemplateRef<any>;
1916
+ onClose: EventEmitter<any>;
1917
+ getHeadingAsString(): string;
1918
+ getHeadingAsTemplate(): TemplateRef<any> | null;
1919
+ _onClose(): void;
1920
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxModal, never>;
1921
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxModal, "goabx-modal", never, { "calloutVariant": { "alias": "calloutVariant"; "required": false; }; "open": { "alias": "open"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "transition": { "alias": "transition"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "role": { "alias": "role"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*"], true, never>;
1922
+ static ngAcceptInputType_open: unknown;
1923
+ }
1924
+
1925
+ declare class GoabxNotification implements OnInit {
1926
+ private cdr;
1927
+ isReady: boolean;
1928
+ version: string;
1929
+ type?: GoabNotificationType;
1930
+ ariaLive?: GoabAriaLiveType;
1931
+ maxContentWidth?: string;
1932
+ emphasis?: GoabNotificationEmphasis;
1933
+ compact?: boolean;
1934
+ testId?: string;
1935
+ constructor(cdr: ChangeDetectorRef);
1936
+ ngOnInit(): void;
1937
+ onDismiss: EventEmitter<any>;
1938
+ _onDismiss(): void;
1939
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxNotification, never>;
1940
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxNotification, "goabx-notification", never, { "type": { "alias": "type"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onDismiss": "onDismiss"; }, never, ["*"], true, never>;
1941
+ static ngAcceptInputType_compact: unknown;
1942
+ }
1943
+
1944
+ declare class GoabxPagination extends GoabBaseComponent implements OnInit {
1945
+ private cdr;
1946
+ isReady: boolean;
1947
+ version: string;
1948
+ itemCount: number;
1949
+ pageNumber: number;
1950
+ perPageCount?: number;
1951
+ variant?: GoabPaginationVariant;
1952
+ constructor(cdr: ChangeDetectorRef);
1953
+ ngOnInit(): void;
1954
+ onChange: EventEmitter<GoabPaginationOnChangeDetail>;
1955
+ _onChange(e: Event): void;
1956
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxPagination, never>;
1957
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxPagination, "goabx-pagination", never, { "itemCount": { "alias": "itemCount"; "required": true; }; "pageNumber": { "alias": "pageNumber"; "required": true; }; "perPageCount": { "alias": "perPageCount"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
1958
+ }
1959
+
1960
+ declare class GoabxRadioGroup extends GoabControlValueAccessor implements OnInit {
1961
+ private cdr;
1962
+ isReady: boolean;
1963
+ version: string;
1964
+ name?: string;
1965
+ orientation?: GoabRadioGroupOrientation;
1966
+ ariaLabel?: string;
1967
+ size?: GoabRadioGroupSize;
1968
+ constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1969
+ ngOnInit(): void;
1970
+ onChange: EventEmitter<GoabRadioGroupOnChangeDetail>;
1971
+ _onChange(e: Event): void;
1972
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxRadioGroup, never>;
1973
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxRadioGroup, "goabx-radio-group", never, { "name": { "alias": "name"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1974
+ }
1975
+
1976
+ declare class GoabxRadioItem extends GoabBaseComponent {
1977
+ private cdr;
1978
+ value?: string;
1979
+ label?: string;
1980
+ name?: string;
1981
+ description: string | TemplateRef<any>;
1982
+ reveal?: TemplateRef<any>;
1983
+ ariaLabel?: string;
1984
+ revealAriaLabel?: string;
1985
+ disabled?: boolean;
1986
+ checked?: boolean;
1987
+ error?: boolean;
1988
+ maxWidth?: string;
1989
+ compact?: boolean;
1990
+ isReady: boolean;
1991
+ version: string;
1992
+ constructor(cdr: ChangeDetectorRef);
1993
+ ngOnInit(): void;
1994
+ getDescriptionAsString(): string;
1995
+ getDescriptionAsTemplate(): TemplateRef<any> | null;
1996
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxRadioItem, never>;
1997
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxRadioItem, "goabx-radio-item", never, { "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "description": { "alias": "description"; "required": false; }; "reveal": { "alias": "reveal"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "revealAriaLabel": { "alias": "revealAriaLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "error": { "alias": "error"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, never, ["*"], true, never>;
1998
+ static ngAcceptInputType_disabled: unknown;
1999
+ static ngAcceptInputType_checked: unknown;
2000
+ static ngAcceptInputType_error: unknown;
2001
+ static ngAcceptInputType_compact: unknown;
2002
+ }
2003
+
2004
+ declare class GoabxSideMenu implements OnInit {
2005
+ private cdr;
2006
+ isReady: boolean;
2007
+ version: string;
2008
+ testId?: string;
2009
+ constructor(cdr: ChangeDetectorRef);
2010
+ ngOnInit(): void;
2011
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxSideMenu, never>;
2012
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxSideMenu, "goabx-side-menu", never, { "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
2013
+ }
2014
+
2015
+ declare class GoabxSideMenuGroup extends GoabBaseComponent implements OnInit {
2016
+ private cdr;
2017
+ isReady: boolean;
2018
+ version: string;
2019
+ heading: string;
2020
+ icon?: GoabIconType;
2021
+ constructor(cdr: ChangeDetectorRef);
2022
+ ngOnInit(): void;
2023
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxSideMenuGroup, never>;
2024
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxSideMenuGroup, "goabx-side-menu-group", never, { "heading": { "alias": "heading"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true, never>;
2025
+ }
2026
+
2027
+ declare class GoabxSideMenuHeading implements OnInit {
2028
+ private cdr;
2029
+ isReady: boolean;
2030
+ version: string;
2031
+ icon: GoabIconType;
2032
+ testId?: string;
2033
+ meta: TemplateRef<any>;
2034
+ constructor(cdr: ChangeDetectorRef);
2035
+ ngOnInit(): void;
2036
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxSideMenuHeading, never>;
2037
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxSideMenuHeading, "goabx-side-menu-heading", never, { "icon": { "alias": "icon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "meta": { "alias": "meta"; "required": false; }; }, {}, never, ["*"], true, never>;
2038
+ }
2039
+
2040
+ declare class GoabxTable extends GoabBaseComponent implements OnInit {
2041
+ private cdr;
2042
+ isReady: boolean;
2043
+ version: string;
2044
+ width?: string;
2045
+ variant?: GoabTableVariant;
2046
+ striped?: boolean;
2047
+ constructor(cdr: ChangeDetectorRef);
2048
+ ngOnInit(): void;
2049
+ onSort: EventEmitter<GoabTableOnSortDetail>;
2050
+ _onSort(e: Event): void;
2051
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTable, never>;
2052
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTable, "goabx-table", never, { "width": { "alias": "width"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; }, { "onSort": "onSort"; }, never, ["*"], true, never>;
2053
+ static ngAcceptInputType_striped: unknown;
2054
+ }
2055
+
2056
+ declare class GoabxTableSortHeader implements OnInit {
2057
+ private cdr;
2058
+ isReady: boolean;
2059
+ name?: string;
2060
+ direction?: GoabTableSortDirection;
2061
+ constructor(cdr: ChangeDetectorRef);
2062
+ ngOnInit(): void;
2063
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTableSortHeader, never>;
2064
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTableSortHeader, "goabx-table-sort-header", never, { "name": { "alias": "name"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], true, never>;
2065
+ }
2066
+
2067
+ declare class GoabxTextArea extends GoabControlValueAccessor implements OnInit {
2068
+ private cdr;
2069
+ name?: string;
2070
+ placeholder?: string;
2071
+ rows?: number;
2072
+ readOnly?: boolean;
2073
+ width?: string;
2074
+ ariaLabel?: string;
2075
+ countBy?: GoabTextAreaCountBy;
2076
+ maxCount?: number;
2077
+ maxWidth?: string;
2078
+ autoComplete?: string;
2079
+ size?: GoabTextAreaSize;
2080
+ onChange: EventEmitter<GoabTextAreaOnChangeDetail>;
2081
+ onKeyPress: EventEmitter<GoabTextAreaOnKeyPressDetail>;
2082
+ onBlur: EventEmitter<GoabTextAreaOnBlurDetail>;
2083
+ isReady: boolean;
2084
+ version: string;
2085
+ constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
2086
+ ngOnInit(): void;
2087
+ _onChange(e: Event): void;
2088
+ _onKeyPress(e: Event): void;
2089
+ _onBlur(e: Event): void;
2090
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTextArea, never>;
2091
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTextArea, "goabx-textarea", never, { "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "width": { "alias": "width"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "countBy": { "alias": "countBy"; "required": false; }; "maxCount": { "alias": "maxCount"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onChange": "onChange"; "onKeyPress": "onKeyPress"; "onBlur": "onBlur"; }, never, never, true, never>;
2092
+ static ngAcceptInputType_rows: unknown;
2093
+ static ngAcceptInputType_readOnly: unknown;
2094
+ }
2095
+
2096
+ declare class GoabxTab implements OnInit {
2097
+ private cdr;
2098
+ isReady: boolean;
2099
+ heading: string | TemplateRef<any>;
2100
+ disabled?: boolean;
2101
+ slug?: string;
2102
+ constructor(cdr: ChangeDetectorRef);
2103
+ ngOnInit(): void;
2104
+ getHeadingAsString(): string;
2105
+ getHeadingAsTemplate(): TemplateRef<any> | null;
2106
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTab, never>;
2107
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTab, "goabx-tab", never, { "heading": { "alias": "heading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; }, {}, never, ["*"], true, never>;
2108
+ static ngAcceptInputType_disabled: unknown;
2109
+ }
2110
+
2111
+ declare class GoabxTabs implements OnInit {
2112
+ private cdr;
2113
+ isReady: boolean;
2114
+ version: string;
2115
+ initialTab?: number;
2116
+ testId?: string;
2117
+ variant?: GoabTabsVariant;
2118
+ /** Tab layout orientation. "auto" stacks vertically on mobile (default), "horizontal" keeps horizontal on all screen sizes. */
2119
+ orientation?: GoabTabsOrientation;
2120
+ constructor(cdr: ChangeDetectorRef);
2121
+ ngOnInit(): void;
2122
+ onChange: EventEmitter<GoabTabsOnChangeDetail>;
2123
+ _onChange(e: Event): void;
2124
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTabs, never>;
2125
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTabs, "goabx-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
2126
+ static ngAcceptInputType_initialTab: unknown;
2127
+ }
2128
+
2129
+ declare class GoabxWorkSideMenu implements OnInit {
2130
+ private cdr;
2131
+ heading: string;
2132
+ url: string;
2133
+ userName?: string;
2134
+ userSecondaryText?: string;
2135
+ open?: boolean;
2136
+ testId?: string;
2137
+ primaryContent: TemplateRef<any>;
2138
+ secondaryContent: TemplateRef<any>;
2139
+ accountContent: TemplateRef<any>;
2140
+ onToggle: EventEmitter<any>;
2141
+ isReady: boolean;
2142
+ constructor(cdr: ChangeDetectorRef);
2143
+ ngOnInit(): void;
2144
+ _onToggle(): void;
2145
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenu, never>;
2146
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenu, "goabx-work-side-menu", never, { "heading": { "alias": "heading"; "required": true; }; "url": { "alias": "url"; "required": true; }; "userName": { "alias": "userName"; "required": false; }; "userSecondaryText": { "alias": "userSecondaryText"; "required": false; }; "open": { "alias": "open"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "primaryContent": { "alias": "primaryContent"; "required": false; }; "secondaryContent": { "alias": "secondaryContent"; "required": false; }; "accountContent": { "alias": "accountContent"; "required": false; }; }, { "onToggle": "onToggle"; }, never, never, true, never>;
2147
+ static ngAcceptInputType_open: unknown;
2148
+ }
2149
+
2150
+ declare class GoabxWorkSideMenuItem implements OnInit {
2151
+ private cdr;
2152
+ label: string;
2153
+ url: string;
2154
+ badge?: string;
2155
+ current?: boolean;
2156
+ divider?: boolean;
2157
+ icon?: string;
2158
+ testId?: string;
2159
+ type?: GoabWorkSideMenuItemType;
2160
+ isReady: boolean;
2161
+ constructor(cdr: ChangeDetectorRef);
2162
+ ngOnInit(): void;
2163
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuItem, never>;
2164
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenuItem, "goabx-work-side-menu-item", never, { "label": { "alias": "label"; "required": true; }; "url": { "alias": "url"; "required": true; }; "badge": { "alias": "badge"; "required": false; }; "current": { "alias": "current"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
2165
+ }
2166
+
2167
+ declare class GoabxWorkSideMenuGroup implements OnInit {
2168
+ private cdr;
2169
+ heading: string;
2170
+ icon: GoabIconType;
2171
+ open?: boolean;
2172
+ testId?: string;
2173
+ isReady: boolean;
2174
+ constructor(cdr: ChangeDetectorRef);
2175
+ ngOnInit(): void;
2176
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuGroup, never>;
2177
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenuGroup, "goabx-work-side-menu-group", never, { "heading": { "alias": "heading"; "required": true; }; "icon": { "alias": "icon"; "required": true; }; "open": { "alias": "open"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
2178
+ static ngAcceptInputType_open: unknown;
1404
2179
  }
1405
2180
 
1406
- 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, GoabRadioGroup, GoabRadioItem, GoabSideMenu, GoabSideMenuGroup, GoabSideMenuHeading, GoabSkeleton, GoabSpacer, GoabTab, GoabTable, GoabTableSortHeader, GoabTabs, GoabTemporaryNotificationCtrl, GoabText, GoabTextArea, GoabTooltip, GoabxWorkSideMenu, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
2181
+ 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 };
1407
2182
  export type { IgnoreMe };