@abgov/angular-components 4.11.0 → 5.0.0-dev.2

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, GoabxBadgeType, GoabBadgeSize, GoabBadgeEmphasis, GoabCalloutEmphasis, GoabCheckboxSize, GoabDropdownSize, GoabFormItemType, GoabInputSize, GoabLinkColor, GoabLinkSize, GoabNotificationEmphasis, GoabRadioGroupSize, GoabTextAreaSize, GoabWorkSideMenuItemType } from '@abgov/ui-components-common';
4
+ import { Spacing, GoabAccordionHeadingSize, GoabAccordionIconPosition, GoabBadgeType, GoabIconType, GoabBadgeSize, GoabBadgeEmphasis, GoabBlockDirection, GoabBlockAlignment, GoabButtonType, GoabButtonSize, GoabButtonVariant, GoabButtonGroupAlignment, GoabButtonGroupGap, GoabCalendarOnChangeDetail, GoabCalloutType, GoabCalloutSize, GoabCalloutAriaLive, GoabCalloutIconTheme, GoabCalloutEmphasis, GoabCheckboxSize, GoabCheckboxOnChangeDetail, GoabCheckboxListOnChangeDetail, GoabChipVariant, GoabChipTheme, GoabCircularProgressVariant, GoabCircularProgressSize, GoabContainerType, GoabContainerAccent, GoabContainerPadding, GoabContainerWidth, GoabDatePickerInputType, GoabDatePickerOnChangeDetail, GoabDrawerPosition, GoabDrawerSize, GoabDropdownSize, GoabDropdownOnChangeDetail, GoabDropdownItemMountType, GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail, GoabFileUploadInputVariant, GoabFileUploadInputOnSelectFileDetail, GoabPublicFormStatus, GoabFormState, GoabPublicFormPageStep, GoabPublicFormPageButtonVisibility, GoabPublicFormTaskStatus, GoabFormDispatchOn, GoabFieldsetOnContinueDetail, GoabFormItemLabelSize, GoabFormItemRequirement, GoabFormItemType, GoabFormStepStatus, GoabFormStepperOnChangeDetail, GoabIconOverridesType, GoabIconSize, GoabIconTheme, GoabIconButtonVariant, GoabInputType, GoabInputAutoCapitalize, GoabInputSize, GoabInputOnFocusDetail, GoabInputOnBlurDetail, GoabInputOnKeyPressDetail, GoabInputOnChangeDetail, GoabLinkColor, GoabLinkSize, GoabServiceLevel, GoabLinkTarget, GoabModalCalloutVariant, GoabModalTransition, GoabMenuButtonOnActionDetail, GoabNotificationType, GoabAriaLiveType, GoabNotificationEmphasis, GoabPageBlockSize, GoabPaginationVariant, GoabPaginationOnChangeDetail, GoabPopoverPosition, GoabRadioGroupOrientation, GoabRadioGroupSize, GoabRadioGroupOnChangeDetail, GoabSkeletonType, GoabSkeletonSize, GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing, GoabTableVariant, GoabTableSortMode, GoabTableOnSortDetail, GoabTableOnMultiSortDetail, GoabTableSortDirection, GoabTableSortOrder, GoabTabsVariant, GoabTabsOrientation, GoabTabsNavigation, GoabTabsOnChangeDetail, GoabTextTextElement, GoabTextHeadingElement, GoabTextSize, GoabTextMaxWidth, GoabTextColor, GoabTextAreaCountBy, GoabTextAreaSize, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTextAreaOnBlurDetail, GoabTooltipPosition, GoabTooltipHorizontalAlignment, GoabWorkSideMenuItemType, GoabWorkSideNotificationItemType, GoabWorkSideNotificationReadStatus, GoabWorkSideNotificationPriority, GoabWorkSideNotificationActiveTabType } 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$1 {
65
+ declare abstract class GoabBaseComponent {
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$1, never>;
73
- 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>;
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabBaseComponent, never>;
72
+ 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>;
74
73
  }
75
- declare abstract class GoabControlValueAccessor$1 extends GoabBaseComponent$1 implements ControlValueAccessor {
74
+ declare abstract class GoabControlValueAccessor extends GoabBaseComponent implements ControlValueAccessor {
76
75
  protected renderer: Renderer2;
77
76
  id?: string;
78
77
  disabled?: boolean;
@@ -128,13 +127,13 @@ declare abstract class GoabControlValueAccessor$1 extends GoabBaseComponent$1 im
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$1, never>;
132
- 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>;
130
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabControlValueAccessor, never>;
131
+ 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>;
133
132
  static ngAcceptInputType_disabled: unknown;
134
133
  static ngAcceptInputType_error: unknown;
135
134
  }
136
135
 
137
- declare class GoabAccordion extends GoabBaseComponent$1 implements OnInit {
136
+ declare class GoabAccordion extends GoabBaseComponent implements OnInit {
138
137
  private cdr;
139
138
  heading?: string;
140
139
  secondaryText?: string;
@@ -153,22 +152,25 @@ declare class GoabAccordion extends GoabBaseComponent$1 implements OnInit {
153
152
  static ngAcceptInputType_open: unknown;
154
153
  }
155
154
 
156
- declare class GoabBadge extends GoabBaseComponent$1 implements OnInit {
155
+ declare class GoabBadge extends GoabBaseComponent implements OnInit {
157
156
  private cdr;
158
157
  type?: GoabBadgeType;
159
158
  content?: string;
160
159
  icon?: boolean;
161
160
  iconType?: GoabIconType;
161
+ size?: GoabBadgeSize;
162
+ emphasis?: GoabBadgeEmphasis;
162
163
  ariaLabel?: string;
163
164
  isReady: boolean;
165
+ version: string;
164
166
  constructor(cdr: ChangeDetectorRef);
165
167
  ngOnInit(): void;
166
168
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabBadge, never>;
167
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabBadge, "goab-badge", never, { "type": { "alias": "type"; "required": false; }; "content": { "alias": "content"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
169
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabBadge, "goab-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>;
168
170
  static ngAcceptInputType_icon: unknown;
169
171
  }
170
172
 
171
- declare class GoabBlock extends GoabBaseComponent$1 implements OnInit {
173
+ declare class GoabBlock extends GoabBaseComponent implements OnInit {
172
174
  private cdr;
173
175
  gap?: Spacing;
174
176
  direction?: GoabBlockDirection;
@@ -183,7 +185,7 @@ declare class GoabBlock extends GoabBaseComponent$1 implements OnInit {
183
185
  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
186
  }
185
187
 
186
- declare class GoabButton extends GoabBaseComponent$1 implements OnInit {
188
+ declare class GoabButton extends GoabBaseComponent implements OnInit {
187
189
  private cdr;
188
190
  type?: GoabButtonType;
189
191
  size?: GoabButtonSize;
@@ -197,6 +199,7 @@ declare class GoabButton extends GoabBaseComponent$1 implements OnInit {
197
199
  actionArgs?: Record<string, unknown>;
198
200
  onClick: EventEmitter<any>;
199
201
  isReady: boolean;
202
+ version: string;
200
203
  constructor(cdr: ChangeDetectorRef);
201
204
  ngOnInit(): void;
202
205
  _onClick(): void;
@@ -206,7 +209,7 @@ declare class GoabButton extends GoabBaseComponent$1 implements OnInit {
206
209
  static ngAcceptInputType_disabled: unknown;
207
210
  }
208
211
 
209
- declare class GoabButtonGroup extends GoabBaseComponent$1 implements OnInit {
212
+ declare class GoabButtonGroup extends GoabBaseComponent implements OnInit {
210
213
  private cdr;
211
214
  alignment?: GoabButtonGroupAlignment;
212
215
  gap?: GoabButtonGroupGap;
@@ -217,14 +220,20 @@ declare class GoabButtonGroup extends GoabBaseComponent$1 implements OnInit {
217
220
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabButtonGroup, "goab-button-group", never, { "alignment": { "alias": "alignment"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, ["*"], true, never>;
218
221
  }
219
222
 
220
- declare class GoabCalendar extends GoabBaseComponent$1 implements OnInit {
223
+ declare class GoabCalendar extends GoabBaseComponent implements OnInit {
221
224
  private cdr;
225
+ version: string;
222
226
  name?: string;
223
227
  value?: Date | string;
224
- min?: Date;
225
- max?: Date;
228
+ min?: Date | string | undefined;
229
+ max?: Date | string | undefined;
226
230
  onChange: EventEmitter<GoabCalendarOnChangeDetail>;
227
231
  isReady: boolean;
232
+ private once;
233
+ private formatValue;
234
+ valueString(): string;
235
+ minString(): string;
236
+ maxString(): string;
228
237
  constructor(cdr: ChangeDetectorRef);
229
238
  ngOnInit(): void;
230
239
  _onChange(e: Event): void;
@@ -232,9 +241,10 @@ declare class GoabCalendar extends GoabBaseComponent$1 implements OnInit {
232
241
  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
242
  }
234
243
 
235
- declare class GoabCallout extends GoabBaseComponent$1 implements OnInit {
244
+ declare class GoabCallout extends GoabBaseComponent implements OnInit {
236
245
  private cdr;
237
246
  isReady: boolean;
247
+ version: string;
238
248
  constructor(cdr: ChangeDetectorRef);
239
249
  ngOnInit(): void;
240
250
  type?: GoabCalloutType;
@@ -243,11 +253,12 @@ declare class GoabCallout extends GoabBaseComponent$1 implements OnInit {
243
253
  maxWidth?: string;
244
254
  ariaLive?: GoabCalloutAriaLive;
245
255
  iconTheme?: GoabCalloutIconTheme;
256
+ emphasis?: GoabCalloutEmphasis;
246
257
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabCallout, never>;
247
- 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>;
258
+ 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; }; "emphasis": { "alias": "emphasis"; "required": false; }; }, {}, never, ["*"], true, never>;
248
259
  }
249
260
 
250
- declare class GoabCard extends GoabBaseComponent$1 implements OnInit {
261
+ declare class GoabCard extends GoabBaseComponent implements OnInit {
251
262
  private cdr;
252
263
  isReady: boolean;
253
264
  constructor(cdr: ChangeDetectorRef);
@@ -288,9 +299,10 @@ declare class GoabCardImage implements OnInit {
288
299
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabCardImage, "goab-card-image", never, { "src": { "alias": "src"; "required": true; }; "height": { "alias": "height"; "required": true; }; }, {}, never, ["*"], true, never>;
289
300
  }
290
301
 
291
- declare class GoabCheckbox extends GoabControlValueAccessor$1 implements OnInit {
302
+ declare class GoabCheckbox extends GoabControlValueAccessor implements OnInit {
292
303
  private cdr;
293
304
  isReady: boolean;
305
+ version: string;
294
306
  constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
295
307
  ngOnInit(): void;
296
308
  name?: string;
@@ -303,22 +315,25 @@ declare class GoabCheckbox extends GoabControlValueAccessor$1 implements OnInit
303
315
  reveal?: TemplateRef<any>;
304
316
  revealArialLabel?: string;
305
317
  maxWidth?: string;
318
+ size?: GoabCheckboxSize;
306
319
  onChange: EventEmitter<GoabCheckboxOnChangeDetail>;
307
320
  getDescriptionAsString(): string;
308
321
  getDescriptionAsTemplate(): TemplateRef<any> | null;
309
322
  _onChange(e: Event): void;
310
323
  writeValue(value: string | number | boolean | null): void;
311
324
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabCheckbox, never>;
312
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabCheckbox, "goab-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; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
325
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabCheckbox, "goab-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>;
313
326
  static ngAcceptInputType_checked: unknown;
314
327
  static ngAcceptInputType_indeterminate: unknown;
315
328
  }
316
329
 
317
- declare class GoabCheckboxList extends GoabControlValueAccessor$1 implements OnInit {
330
+ declare class GoabCheckboxList extends GoabControlValueAccessor implements OnInit {
318
331
  private cdr;
319
332
  isReady: boolean;
333
+ version: string;
320
334
  name: string;
321
335
  maxWidth?: string;
336
+ size?: GoabCheckboxSize;
322
337
  value?: string[];
323
338
  constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
324
339
  ngOnInit(): void;
@@ -326,10 +341,10 @@ declare class GoabCheckboxList extends GoabControlValueAccessor$1 implements OnI
326
341
  _onChange(e: Event): void;
327
342
  writeValue(value: string[] | null): void;
328
343
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabCheckboxList, never>;
329
- 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>;
344
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabCheckboxList, "goab-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>;
330
345
  }
331
346
 
332
- declare class GoabChip extends GoabBaseComponent$1 implements OnInit {
347
+ declare class GoabChip extends GoabBaseComponent implements OnInit {
333
348
  private cdr;
334
349
  isReady: boolean;
335
350
  constructor(cdr: ChangeDetectorRef);
@@ -375,7 +390,7 @@ declare class GoabColumnLayout implements OnInit {
375
390
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabColumnLayout, "goab-column-layout", never, {}, {}, never, ["*"], true, never>;
376
391
  }
377
392
 
378
- declare class GoabContainer extends GoabBaseComponent$1 implements OnInit {
393
+ declare class GoabContainer extends GoabBaseComponent implements OnInit {
379
394
  private cdr;
380
395
  type?: GoabContainerType;
381
396
  accent?: GoabContainerAccent;
@@ -405,10 +420,11 @@ declare class GoabDataGrid implements OnInit {
405
420
  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
421
  }
407
422
 
408
- declare class GoabDatePicker extends GoabControlValueAccessor$1 implements OnInit {
423
+ declare class GoabDatePicker extends GoabControlValueAccessor implements OnInit {
409
424
  protected elementRef: ElementRef;
410
425
  private cdr;
411
426
  isReady: boolean;
427
+ version: string;
412
428
  name?: string;
413
429
  value?: Date | string | null | undefined;
414
430
  min?: Date | string;
@@ -420,18 +436,22 @@ declare class GoabDatePicker extends GoabControlValueAccessor$1 implements OnIni
420
436
  relative?: boolean;
421
437
  width?: string;
422
438
  onChange: EventEmitter<GoabDatePickerOnChangeDetail>;
423
- formatValue(val: Date | string | null | undefined): string;
439
+ private once;
440
+ private formatValue;
441
+ valueString(): string;
442
+ minString(): string;
443
+ maxString(): string;
424
444
  _onChange(e: Event): void;
425
445
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, renderer: Renderer2);
426
446
  ngOnInit(): void;
427
447
  setDisabledState(isDisabled: boolean): void;
428
- listenDisabledChange(isDisabled: boolean): void;
448
+ listenDisabledChange(event: Event): void;
429
449
  writeValue(value: Date | null): void;
430
450
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabDatePicker, never>;
431
451
  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
452
  }
433
453
 
434
- declare class GoabDetails extends GoabBaseComponent$1 implements OnInit {
454
+ declare class GoabDetails extends GoabBaseComponent implements OnInit {
435
455
  private cdr;
436
456
  heading: string;
437
457
  open?: boolean;
@@ -444,7 +464,7 @@ declare class GoabDetails extends GoabBaseComponent$1 implements OnInit {
444
464
  static ngAcceptInputType_open: unknown;
445
465
  }
446
466
 
447
- declare class GoabDivider extends GoabBaseComponent$1 implements OnInit {
467
+ declare class GoabDivider extends GoabBaseComponent implements OnInit {
448
468
  private cdr;
449
469
  isReady: boolean;
450
470
  constructor(cdr: ChangeDetectorRef);
@@ -455,6 +475,7 @@ declare class GoabDivider extends GoabBaseComponent$1 implements OnInit {
455
475
 
456
476
  declare class GoabDrawer implements OnInit {
457
477
  private cdr;
478
+ version: string;
458
479
  open: boolean;
459
480
  position: GoabDrawerPosition;
460
481
  heading: string | TemplateRef<any>;
@@ -473,7 +494,7 @@ declare class GoabDrawer implements OnInit {
473
494
  static ngAcceptInputType_open: unknown;
474
495
  }
475
496
 
476
- declare class GoabDropdown extends GoabControlValueAccessor$1 implements OnInit {
497
+ declare class GoabDropdown extends GoabControlValueAccessor implements OnInit {
477
498
  private cdr;
478
499
  name?: string;
479
500
  ariaLabel?: string;
@@ -487,17 +508,19 @@ declare class GoabDropdown extends GoabControlValueAccessor$1 implements OnInit
487
508
  width?: string;
488
509
  maxWidth?: string;
489
510
  autoComplete?: string;
511
+ size?: GoabDropdownSize;
490
512
  /***
491
513
  * @deprecated This property has no effect and will be removed in a future version
492
514
  */
493
515
  relative?: boolean;
494
516
  onChange: EventEmitter<GoabDropdownOnChangeDetail>;
495
517
  isReady: boolean;
518
+ version: string;
496
519
  constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
497
520
  ngOnInit(): void;
498
521
  _onChange(e: Event): void;
499
522
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabDropdown, never>;
500
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabDropdown, "goab-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; }; "relative": { "alias": "relative"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
523
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabDropdown, "goab-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>;
501
524
  static ngAcceptInputType_filterable: unknown;
502
525
  static ngAcceptInputType_multiselect: unknown;
503
526
  static ngAcceptInputType_native: unknown;
@@ -528,6 +551,7 @@ declare class GoabFileUploadCard implements OnInit {
528
551
  onCancel: EventEmitter<GoabFileUploadOnCancelDetail>;
529
552
  onDelete: EventEmitter<GoabFileUploadOnDeleteDetail>;
530
553
  isReady: boolean;
554
+ version: string;
531
555
  constructor(cdr: ChangeDetectorRef);
532
556
  ngOnInit(): void;
533
557
  _onCancel(event: Event): void;
@@ -538,7 +562,7 @@ declare class GoabFileUploadCard implements OnInit {
538
562
  static ngAcceptInputType_progress: unknown;
539
563
  }
540
564
 
541
- declare class GoabFileUploadInput extends GoabBaseComponent$1 implements OnInit {
565
+ declare class GoabFileUploadInput extends GoabBaseComponent implements OnInit {
542
566
  private cdr;
543
567
  id?: string;
544
568
  variant: GoabFileUploadInputVariant;
@@ -546,6 +570,7 @@ declare class GoabFileUploadInput extends GoabBaseComponent$1 implements OnInit
546
570
  accept?: string;
547
571
  onSelectFile: EventEmitter<GoabFileUploadInputOnSelectFileDetail>;
548
572
  isReady: boolean;
573
+ version: string;
549
574
  constructor(cdr: ChangeDetectorRef);
550
575
  ngOnInit(): void;
551
576
  _onSelectFile(e: Event): void;
@@ -553,19 +578,22 @@ declare class GoabFileUploadInput extends GoabBaseComponent$1 implements OnInit
553
578
  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
579
  }
555
580
 
556
- declare class GoabFilterChip extends GoabBaseComponent$1 implements OnInit {
581
+ declare class GoabFilterChip extends GoabBaseComponent implements OnInit {
557
582
  private cdr;
558
583
  error?: boolean;
559
584
  deletable?: boolean;
560
585
  content?: string;
561
586
  iconTheme?: GoabChipTheme;
587
+ secondaryText?: string;
588
+ leadingIcon?: GoabIconType | null;
562
589
  onClick: EventEmitter<any>;
563
590
  isReady: boolean;
591
+ version: string;
564
592
  constructor(cdr: ChangeDetectorRef);
565
593
  ngOnInit(): void;
566
594
  _onClick(): void;
567
595
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabFilterChip, never>;
568
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabFilterChip, "goab-filter-chip", never, { "error": { "alias": "error"; "required": false; }; "deletable": { "alias": "deletable"; "required": false; }; "content": { "alias": "content"; "required": false; }; "iconTheme": { "alias": "iconTheme"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], true, never>;
596
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabFilterChip, "goab-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>;
569
597
  static ngAcceptInputType_error: unknown;
570
598
  static ngAcceptInputType_deletable: unknown;
571
599
  }
@@ -576,6 +604,7 @@ declare class GoabAppFooter implements OnInit {
576
604
  testId?: string;
577
605
  url?: string;
578
606
  isReady: boolean;
607
+ version: string;
579
608
  constructor(cdr: ChangeDetectorRef);
580
609
  ngOnInit(): void;
581
610
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabAppFooter, never>;
@@ -621,7 +650,7 @@ declare class GoabPublicForm {
621
650
  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
651
  }
623
652
 
624
- declare class GoabPublicFormPage extends GoabBaseComponent$1 {
653
+ declare class GoabPublicFormPage extends GoabBaseComponent {
625
654
  id: string;
626
655
  heading: string;
627
656
  subHeading: string;
@@ -646,7 +675,7 @@ declare class GoabPublicFormSummary {
646
675
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicFormSummary, "goab-public-form-summary", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>;
647
676
  }
648
677
 
649
- declare class GoabPublicSubform extends GoabBaseComponent$1 {
678
+ declare class GoabPublicSubform extends GoabBaseComponent {
650
679
  id?: string;
651
680
  name?: string;
652
681
  continueMsg?: string;
@@ -658,7 +687,7 @@ declare class GoabPublicSubform extends GoabBaseComponent$1 {
658
687
  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
688
  }
660
689
 
661
- declare class GoabPublicSubformIndex extends GoabBaseComponent$1 {
690
+ declare class GoabPublicSubformIndex extends GoabBaseComponent {
662
691
  heading?: string;
663
692
  sectionTitle?: string;
664
693
  actionButtonText?: string;
@@ -673,7 +702,7 @@ declare class GoabPublicFormTask {
673
702
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicFormTask, "goab-public-form-task", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, ["*"], true, never>;
674
703
  }
675
704
 
676
- declare class GoabPublicFormTaskList extends GoabBaseComponent$1 {
705
+ declare class GoabPublicFormTaskList extends GoabBaseComponent {
677
706
  heading?: string;
678
707
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabPublicFormTaskList, never>;
679
708
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPublicFormTaskList, "goab-public-form-task-list", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>;
@@ -689,7 +718,7 @@ declare class GoabFieldset {
689
718
  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
719
  }
691
720
 
692
- declare class GoabFormItem extends GoabBaseComponent$1 implements OnInit {
721
+ declare class GoabFormItem extends GoabBaseComponent implements OnInit {
693
722
  private cdr;
694
723
  label?: string;
695
724
  labelSize?: GoabFormItemLabelSize;
@@ -698,6 +727,7 @@ declare class GoabFormItem extends GoabBaseComponent$1 implements OnInit {
698
727
  requirement?: GoabFormItemRequirement;
699
728
  maxWidth?: string;
700
729
  id?: string;
730
+ type?: GoabFormItemType;
701
731
  /**
702
732
  * Public form: to arrange fields in the summary
703
733
  */
@@ -707,10 +737,11 @@ declare class GoabFormItem extends GoabBaseComponent$1 implements OnInit {
707
737
  */
708
738
  name?: string;
709
739
  isReady: boolean;
740
+ version: string;
710
741
  constructor(cdr: ChangeDetectorRef);
711
742
  ngOnInit(): void;
712
743
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabFormItem, never>;
713
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabFormItem, "goab-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; }; "publicFormSummaryOrder": { "alias": "publicFormSummaryOrder"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*", "goab-form-item-slot"], true, never>;
744
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabFormItem, "goab-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>;
714
745
  }
715
746
 
716
747
  declare class GoabFormItemSlot {
@@ -730,7 +761,7 @@ declare class GoabFormStep implements OnInit {
730
761
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabFormStep, "goab-form-step", never, { "text": { "alias": "text"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
731
762
  }
732
763
 
733
- declare class GoabFormStepper extends GoabBaseComponent$1 implements OnInit {
764
+ declare class GoabFormStepper extends GoabBaseComponent implements OnInit {
734
765
  private cdr;
735
766
  step?: number;
736
767
  onChange: EventEmitter<GoabFormStepperOnChangeDetail>;
@@ -742,7 +773,7 @@ declare class GoabFormStepper extends GoabBaseComponent$1 implements OnInit {
742
773
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabFormStepper, "goab-form-stepper", never, { "step": { "alias": "step"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
743
774
  }
744
775
 
745
- declare class GoabGrid extends GoabBaseComponent$1 implements OnInit {
776
+ declare class GoabGrid extends GoabBaseComponent implements OnInit {
746
777
  private cdr;
747
778
  isReady: boolean;
748
779
  minChildWidth: string;
@@ -753,33 +784,35 @@ declare class GoabGrid extends GoabBaseComponent$1 implements OnInit {
753
784
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabGrid, "goab-grid", never, { "minChildWidth": { "alias": "minChildWidth"; "required": true; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, ["*"], true, never>;
754
785
  }
755
786
 
756
- declare class GoabAppHeader implements OnInit {
787
+ declare class GoabAppHeader extends GoabBaseComponent implements OnInit {
757
788
  private cdr;
758
- isReady: boolean;
759
789
  url?: string;
760
790
  heading?: string;
791
+ secondaryText?: string;
761
792
  maxContentWidth?: string;
762
- testId?: string;
763
793
  fullMenuBreakpoint?: number;
794
+ isReady: boolean;
795
+ version: string;
764
796
  constructor(cdr: ChangeDetectorRef);
765
797
  ngOnInit(): void;
766
798
  onMenuClick: EventEmitter<any>;
767
799
  _onMenuClick(): void;
768
800
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabAppHeader, never>;
769
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabAppHeader, "goab-app-header", never, { "url": { "alias": "url"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "fullMenuBreakpoint": { "alias": "fullMenuBreakpoint"; "required": false; }; }, { "onMenuClick": "onMenuClick"; }, never, ["*"], true, never>;
801
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabAppHeader, "goab-app-header", never, { "url": { "alias": "url"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "secondaryText": { "alias": "secondaryText"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "fullMenuBreakpoint": { "alias": "fullMenuBreakpoint"; "required": false; }; }, { "onMenuClick": "onMenuClick"; }, never, ["*"], true, never>;
770
802
  static ngAcceptInputType_fullMenuBreakpoint: unknown;
771
803
  }
772
804
 
773
- declare class GoabAppHeaderMenu implements OnInit {
805
+ declare class GoabAppHeaderMenu extends GoabBaseComponent implements OnInit {
774
806
  private cdr;
775
- isReady: boolean;
776
807
  leadingIcon?: GoabIconType;
777
808
  heading?: string;
778
- testId?: string;
809
+ slotName?: string;
810
+ get hostSlot(): string | null;
811
+ isReady: boolean;
779
812
  constructor(cdr: ChangeDetectorRef);
780
813
  ngOnInit(): void;
781
814
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabAppHeaderMenu, never>;
782
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabAppHeaderMenu, "goab-app-header-menu", never, { "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
815
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabAppHeaderMenu, "goab-app-header-menu", never, { "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "slotName": { "alias": "slotName"; "required": false; }; }, {}, never, ["*"], true, never>;
783
816
  }
784
817
 
785
818
  declare class GoabHeroBanner implements OnInit {
@@ -799,7 +832,7 @@ declare class GoabHeroBanner implements OnInit {
799
832
  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
833
  }
801
834
 
802
- declare class GoabIcon extends GoabBaseComponent$1 implements OnInit {
835
+ declare class GoabIcon extends GoabBaseComponent implements OnInit {
803
836
  private cdr;
804
837
  type: GoabIconType | GoabIconOverridesType;
805
838
  size?: GoabIconSize;
@@ -818,7 +851,7 @@ declare class GoabIcon extends GoabBaseComponent$1 implements OnInit {
818
851
  static ngAcceptInputType_opacity: unknown;
819
852
  }
820
853
 
821
- declare class GoabIconButton extends GoabBaseComponent$1 implements OnInit {
854
+ declare class GoabIconButton extends GoabBaseComponent implements OnInit {
822
855
  private cdr;
823
856
  isReady: boolean;
824
857
  protected readonly JSON: JSON;
@@ -840,10 +873,7 @@ declare class GoabIconButton extends GoabBaseComponent$1 implements OnInit {
840
873
  static ngAcceptInputType_disabled: unknown;
841
874
  }
842
875
 
843
- interface IgnoreMe {
844
- ignore: string;
845
- }
846
- declare class GoabInput extends GoabControlValueAccessor$1 implements OnInit {
876
+ declare class GoabInput extends GoabControlValueAccessor implements OnInit {
847
877
  private cdr;
848
878
  type?: GoabInputType;
849
879
  name?: string;
@@ -869,11 +899,13 @@ declare class GoabInput extends GoabControlValueAccessor$1 implements OnInit {
869
899
  textAlign?: "left" | "right";
870
900
  leadingContent: string | TemplateRef<any>;
871
901
  trailingContent: string | TemplateRef<any>;
902
+ size?: GoabInputSize;
872
903
  onTrailingIconClick: EventEmitter<any>;
873
904
  onFocus: EventEmitter<GoabInputOnFocusDetail>;
874
905
  onBlur: EventEmitter<GoabInputOnBlurDetail>;
875
906
  onKeyPress: EventEmitter<GoabInputOnKeyPressDetail>;
876
907
  onChange: EventEmitter<GoabInputOnChangeDetail>;
908
+ version: string;
877
909
  isReady: boolean;
878
910
  handleTrailingIconClick: boolean;
879
911
  constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
@@ -888,7 +920,7 @@ declare class GoabInput extends GoabControlValueAccessor$1 implements OnInit {
888
920
  getTrailingContentAsString(): string;
889
921
  getTrailingContentAsTemplate(): TemplateRef<any> | null;
890
922
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabInput, never>;
891
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabInput, "goab-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; }; }, { "onTrailingIconClick": "onTrailingIconClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onKeyPress": "onKeyPress"; "onChange": "onChange"; }, never, ["*"], true, never>;
923
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabInput, "goab-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>;
892
924
  static ngAcceptInputType_debounce: unknown;
893
925
  static ngAcceptInputType_focused: unknown;
894
926
  static ngAcceptInputType_readonly: unknown;
@@ -988,6 +1020,8 @@ declare class GoabLink implements OnInit {
988
1020
  trailingIcon?: GoabIconType;
989
1021
  testId?: string;
990
1022
  action?: string;
1023
+ color?: GoabLinkColor;
1024
+ size?: GoabLinkSize;
991
1025
  actionArg?: string;
992
1026
  actionArgs?: Record<string, unknown>;
993
1027
  mt?: Spacing;
@@ -998,7 +1032,7 @@ declare class GoabLink implements OnInit {
998
1032
  ngOnInit(): void;
999
1033
  protected readonly JSON: JSON;
1000
1034
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabLink, never>;
1001
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabLink, "goab-link", never, { "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "action": { "alias": "action"; "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>;
1035
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabLink, "goab-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>;
1002
1036
  }
1003
1037
 
1004
1038
  declare class GoabMicrositeHeader implements OnInit {
@@ -1024,6 +1058,7 @@ declare class GoabMicrositeHeader implements OnInit {
1024
1058
  declare class GoabModal implements OnInit {
1025
1059
  private cdr;
1026
1060
  isReady: boolean;
1061
+ version: string;
1027
1062
  constructor(cdr: ChangeDetectorRef);
1028
1063
  ngOnInit(): void;
1029
1064
  calloutVariant?: GoabModalCalloutVariant;
@@ -1051,13 +1086,16 @@ declare class GoabModal implements OnInit {
1051
1086
  declare class GoabMenuButton {
1052
1087
  text?: string;
1053
1088
  type?: GoabButtonType;
1089
+ size?: GoabButtonSize;
1090
+ variant?: GoabButtonVariant;
1054
1091
  maxWidth?: string;
1055
1092
  leadingIcon?: GoabIconType;
1093
+ ariaLabel?: string;
1056
1094
  testId?: string;
1057
1095
  onAction: EventEmitter<GoabMenuButtonOnActionDetail>;
1058
1096
  _onAction(e: Event): void;
1059
1097
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabMenuButton, never>;
1060
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabMenuButton, "goab-menu-button", never, { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onAction": "onAction"; }, never, ["*"], true, never>;
1098
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabMenuButton, "goab-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>;
1061
1099
  }
1062
1100
 
1063
1101
  declare class GoabMenuAction {
@@ -1072,16 +1110,20 @@ declare class GoabMenuAction {
1072
1110
  declare class GoabNotification implements OnInit {
1073
1111
  private cdr;
1074
1112
  isReady: boolean;
1113
+ version: string;
1075
1114
  type?: GoabNotificationType;
1076
1115
  ariaLive?: GoabAriaLiveType;
1077
1116
  maxContentWidth?: string;
1117
+ emphasis?: GoabNotificationEmphasis;
1118
+ compact?: boolean;
1078
1119
  testId?: string;
1079
1120
  constructor(cdr: ChangeDetectorRef);
1080
1121
  ngOnInit(): void;
1081
1122
  onDismiss: EventEmitter<any>;
1082
1123
  _onDismiss(): void;
1083
1124
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabNotification, never>;
1084
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabNotification, "goab-notification", never, { "type": { "alias": "type"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onDismiss": "onDismiss"; }, never, ["*"], true, never>;
1125
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabNotification, "goab-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>;
1126
+ static ngAcceptInputType_compact: unknown;
1085
1127
  }
1086
1128
 
1087
1129
  declare class GoabPageBlock implements OnInit {
@@ -1095,7 +1137,7 @@ declare class GoabPageBlock implements OnInit {
1095
1137
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabPageBlock, "goab-page-block", never, { "width": { "alias": "width"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
1096
1138
  }
1097
1139
 
1098
- declare class GoabPages extends GoabBaseComponent$1 implements OnInit {
1140
+ declare class GoabPages extends GoabBaseComponent implements OnInit {
1099
1141
  private cdr;
1100
1142
  isReady: boolean;
1101
1143
  current?: number;
@@ -1106,9 +1148,10 @@ declare class GoabPages extends GoabBaseComponent$1 implements OnInit {
1106
1148
  static ngAcceptInputType_current: unknown;
1107
1149
  }
1108
1150
 
1109
- declare class GoabPagination extends GoabBaseComponent$1 implements OnInit {
1151
+ declare class GoabPagination extends GoabBaseComponent implements OnInit {
1110
1152
  private cdr;
1111
1153
  isReady: boolean;
1154
+ version: string;
1112
1155
  itemCount: number;
1113
1156
  pageNumber: number;
1114
1157
  perPageCount?: number;
@@ -1121,7 +1164,7 @@ declare class GoabPagination extends GoabBaseComponent$1 implements OnInit {
1121
1164
  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
1165
  }
1123
1166
 
1124
- declare class GoabPopover extends GoabBaseComponent$1 implements OnInit {
1167
+ declare class GoabPopover extends GoabBaseComponent implements OnInit {
1125
1168
  private cdr;
1126
1169
  isReady: boolean;
1127
1170
  maxWidth: string;
@@ -1141,11 +1184,12 @@ declare class GoabPopover extends GoabBaseComponent$1 implements OnInit {
1141
1184
 
1142
1185
  declare class GoabPushDrawer implements OnInit {
1143
1186
  private cdr;
1187
+ version: string;
1144
1188
  open?: boolean;
1145
- heading?: string | TemplateRef<any>;
1146
- testId?: string;
1189
+ heading: string | TemplateRef<any>;
1147
1190
  width?: string;
1148
- actions?: TemplateRef<any>;
1191
+ testId?: string;
1192
+ actions: TemplateRef<any>;
1149
1193
  onClose: EventEmitter<any>;
1150
1194
  isReady: boolean;
1151
1195
  constructor(cdr: ChangeDetectorRef);
@@ -1154,25 +1198,27 @@ declare class GoabPushDrawer implements OnInit {
1154
1198
  getHeadingAsString(): string;
1155
1199
  getHeadingAsTemplate(): TemplateRef<any> | null;
1156
1200
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabPushDrawer, never>;
1157
- 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>;
1201
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabPushDrawer, "goab-push-drawer", never, { "open": { "alias": "open"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "width": { "alias": "width"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*"], true, never>;
1158
1202
  static ngAcceptInputType_open: unknown;
1159
1203
  }
1160
1204
 
1161
- declare class GoabRadioGroup extends GoabControlValueAccessor$1 implements OnInit {
1205
+ declare class GoabRadioGroup extends GoabControlValueAccessor implements OnInit {
1162
1206
  private cdr;
1163
1207
  isReady: boolean;
1208
+ version: string;
1164
1209
  name?: string;
1165
1210
  orientation?: GoabRadioGroupOrientation;
1166
1211
  ariaLabel?: string;
1212
+ size?: GoabRadioGroupSize;
1167
1213
  constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1168
1214
  ngOnInit(): void;
1169
1215
  onChange: EventEmitter<GoabRadioGroupOnChangeDetail>;
1170
1216
  _onChange(e: Event): void;
1171
1217
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabRadioGroup, never>;
1172
- 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>;
1218
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabRadioGroup, "goab-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>;
1173
1219
  }
1174
1220
 
1175
- declare class GoabRadioItem extends GoabBaseComponent$1 {
1221
+ declare class GoabRadioItem extends GoabBaseComponent implements OnInit {
1176
1222
  private cdr;
1177
1223
  value?: string;
1178
1224
  label?: string;
@@ -1185,21 +1231,25 @@ declare class GoabRadioItem extends GoabBaseComponent$1 {
1185
1231
  checked?: boolean;
1186
1232
  error?: boolean;
1187
1233
  maxWidth?: string;
1234
+ compact?: boolean;
1188
1235
  isReady: boolean;
1236
+ version: string;
1189
1237
  constructor(cdr: ChangeDetectorRef);
1190
1238
  ngOnInit(): void;
1191
1239
  getDescriptionAsString(): string;
1192
1240
  getDescriptionAsTemplate(): TemplateRef<any> | null;
1193
1241
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabRadioItem, never>;
1194
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabRadioItem, "goab-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; }; }, {}, never, ["*"], true, never>;
1242
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabRadioItem, "goab-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>;
1195
1243
  static ngAcceptInputType_disabled: unknown;
1196
1244
  static ngAcceptInputType_checked: unknown;
1197
1245
  static ngAcceptInputType_error: unknown;
1246
+ static ngAcceptInputType_compact: unknown;
1198
1247
  }
1199
1248
 
1200
1249
  declare class GoabSideMenu implements OnInit {
1201
1250
  private cdr;
1202
1251
  isReady: boolean;
1252
+ version: string;
1203
1253
  testId?: string;
1204
1254
  constructor(cdr: ChangeDetectorRef);
1205
1255
  ngOnInit(): void;
@@ -1207,9 +1257,10 @@ declare class GoabSideMenu implements OnInit {
1207
1257
  static ɵcmp: i0.ɵɵComponentDeclaration<GoabSideMenu, "goab-side-menu", never, { "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
1208
1258
  }
1209
1259
 
1210
- declare class GoabSideMenuGroup extends GoabBaseComponent$1 implements OnInit {
1260
+ declare class GoabSideMenuGroup extends GoabBaseComponent implements OnInit {
1211
1261
  private cdr;
1212
1262
  isReady: boolean;
1263
+ version: string;
1213
1264
  heading: string;
1214
1265
  icon?: GoabIconType;
1215
1266
  constructor(cdr: ChangeDetectorRef);
@@ -1221,6 +1272,7 @@ declare class GoabSideMenuGroup extends GoabBaseComponent$1 implements OnInit {
1221
1272
  declare class GoabSideMenuHeading implements OnInit {
1222
1273
  private cdr;
1223
1274
  isReady: boolean;
1275
+ version: string;
1224
1276
  icon: GoabIconType;
1225
1277
  testId?: string;
1226
1278
  meta: TemplateRef<any>;
@@ -1230,7 +1282,7 @@ declare class GoabSideMenuHeading implements OnInit {
1230
1282
  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>;
1231
1283
  }
1232
1284
 
1233
- declare class GoabSkeleton extends GoabBaseComponent$1 implements OnInit {
1285
+ declare class GoabSkeleton extends GoabBaseComponent implements OnInit {
1234
1286
  private cdr;
1235
1287
  isReady: boolean;
1236
1288
  type: GoabSkeletonType;
@@ -1271,17 +1323,23 @@ declare class GoabTab implements OnInit {
1271
1323
  static ngAcceptInputType_disabled: unknown;
1272
1324
  }
1273
1325
 
1274
- declare class GoabTable extends GoabBaseComponent$1 implements OnInit {
1326
+ declare class GoabTable extends GoabBaseComponent implements OnInit {
1275
1327
  private cdr;
1276
1328
  isReady: boolean;
1329
+ version: string;
1277
1330
  width?: string;
1278
1331
  variant?: GoabTableVariant;
1332
+ sortMode?: GoabTableSortMode;
1333
+ striped?: boolean;
1279
1334
  constructor(cdr: ChangeDetectorRef);
1280
1335
  ngOnInit(): void;
1281
1336
  onSort: EventEmitter<GoabTableOnSortDetail>;
1337
+ onMultiSort: EventEmitter<GoabTableOnMultiSortDetail>;
1282
1338
  _onSort(e: Event): void;
1339
+ _onMultiSort(e: Event): void;
1283
1340
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabTable, never>;
1284
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabTable, "goab-table", never, { "width": { "alias": "width"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "onSort": "onSort"; }, never, ["*"], true, never>;
1341
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabTable, "goab-table", never, { "width": { "alias": "width"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "sortMode": { "alias": "sortMode"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; }, { "onSort": "onSort"; "onMultiSort": "onMultiSort"; }, never, ["*"], true, never>;
1342
+ static ngAcceptInputType_striped: unknown;
1285
1343
  }
1286
1344
 
1287
1345
  declare class GoabTableSortHeader implements OnInit {
@@ -1289,24 +1347,29 @@ declare class GoabTableSortHeader implements OnInit {
1289
1347
  isReady: boolean;
1290
1348
  name?: string;
1291
1349
  direction?: GoabTableSortDirection;
1350
+ sortOrder?: GoabTableSortOrder;
1292
1351
  constructor(cdr: ChangeDetectorRef);
1293
1352
  ngOnInit(): void;
1294
1353
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabTableSortHeader, never>;
1295
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabTableSortHeader, "goab-table-sort-header", never, { "name": { "alias": "name"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], true, never>;
1354
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabTableSortHeader, "goab-table-sort-header", never, { "name": { "alias": "name"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "sortOrder": { "alias": "sortOrder"; "required": false; }; }, {}, never, ["*"], true, never>;
1296
1355
  }
1297
1356
 
1298
1357
  declare class GoabTabs implements OnInit {
1299
1358
  private cdr;
1300
1359
  isReady: boolean;
1360
+ version: string;
1301
1361
  initialTab?: number;
1302
1362
  testId?: string;
1303
1363
  variant?: GoabTabsVariant;
1364
+ /** Tab layout orientation. "auto" stacks vertically on mobile (default), "horizontal" keeps horizontal on all screen sizes. */
1365
+ orientation?: GoabTabsOrientation;
1366
+ navigation?: GoabTabsNavigation;
1304
1367
  constructor(cdr: ChangeDetectorRef);
1305
1368
  ngOnInit(): void;
1306
1369
  onChange: EventEmitter<GoabTabsOnChangeDetail>;
1307
1370
  _onChange(e: Event): void;
1308
1371
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabTabs, never>;
1309
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabTabs, "goab-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1372
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabTabs, "goab-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1310
1373
  static ngAcceptInputType_initialTab: unknown;
1311
1374
  }
1312
1375
 
@@ -1343,7 +1406,7 @@ declare class GoabText implements OnInit {
1343
1406
  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>;
1344
1407
  }
1345
1408
 
1346
- declare class GoabTextArea extends GoabControlValueAccessor$1 implements OnInit {
1409
+ declare class GoabTextArea extends GoabControlValueAccessor implements OnInit {
1347
1410
  private cdr;
1348
1411
  name?: string;
1349
1412
  placeholder?: string;
@@ -1355,22 +1418,24 @@ declare class GoabTextArea extends GoabControlValueAccessor$1 implements OnInit
1355
1418
  maxCount?: number;
1356
1419
  maxWidth?: string;
1357
1420
  autoComplete?: string;
1421
+ size?: GoabTextAreaSize;
1358
1422
  onChange: EventEmitter<GoabTextAreaOnChangeDetail>;
1359
1423
  onKeyPress: EventEmitter<GoabTextAreaOnKeyPressDetail>;
1360
1424
  onBlur: EventEmitter<GoabTextAreaOnBlurDetail>;
1361
1425
  isReady: boolean;
1426
+ version: string;
1362
1427
  constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1363
1428
  ngOnInit(): void;
1364
1429
  _onChange(e: Event): void;
1365
1430
  _onKeyPress(e: Event): void;
1366
1431
  _onBlur(e: Event): void;
1367
1432
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabTextArea, never>;
1368
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabTextArea, "goab-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; }; }, { "onChange": "onChange"; "onKeyPress": "onKeyPress"; "onBlur": "onBlur"; }, never, never, true, never>;
1433
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabTextArea, "goab-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>;
1369
1434
  static ngAcceptInputType_rows: unknown;
1370
1435
  static ngAcceptInputType_readOnly: unknown;
1371
1436
  }
1372
1437
 
1373
- declare class GoabTooltip extends GoabBaseComponent$1 implements OnInit {
1438
+ declare class GoabTooltip extends GoabBaseComponent implements OnInit {
1374
1439
  private cdr;
1375
1440
  isReady: boolean;
1376
1441
  position?: GoabTooltipPosition;
@@ -1385,738 +1450,93 @@ declare class GoabTooltip extends GoabBaseComponent$1 implements OnInit {
1385
1450
  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>;
1386
1451
  }
1387
1452
 
1388
- declare abstract class GoabBaseComponent {
1389
- mt?: Spacing;
1390
- mb?: Spacing;
1391
- ml?: Spacing;
1392
- mr?: Spacing;
1393
- testId?: string;
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 {
1453
+ declare class GoabWorkSideMenu implements OnInit {
1460
1454
  private cdr;
1461
- type?: GoabxBadgeType;
1462
- content?: string;
1463
- icon?: boolean;
1464
- iconType?: GoabIconType;
1465
- size?: GoabBadgeSize;
1466
- emphasis?: GoabBadgeEmphasis;
1467
- ariaLabel?: string;
1455
+ heading: string;
1456
+ url: string;
1457
+ userName?: string;
1458
+ userSecondaryText?: string;
1459
+ open?: boolean;
1460
+ testId?: string;
1461
+ primaryContent: TemplateRef<any>;
1462
+ secondaryContent: TemplateRef<any>;
1463
+ accountContent: TemplateRef<any>;
1464
+ onToggle: EventEmitter<any>;
1465
+ onNavigate: EventEmitter<string>;
1468
1466
  isReady: boolean;
1469
- version: string;
1470
1467
  constructor(cdr: ChangeDetectorRef);
1471
1468
  ngOnInit(): void;
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;
1469
+ _onToggle(): void;
1470
+ _onNavigate(e: Event): void;
1471
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabWorkSideMenu, never>;
1472
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabWorkSideMenu, "goab-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"; "onNavigate": "onNavigate"; }, never, never, true, never>;
1473
+ static ngAcceptInputType_open: unknown;
1475
1474
  }
1476
1475
 
1477
- declare class GoabxButton extends GoabBaseComponent implements OnInit {
1476
+ declare class GoabWorkSideMenuGroup implements OnInit {
1478
1477
  private cdr;
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>;
1478
+ heading: string;
1479
+ icon?: GoabIconType;
1480
+ open?: boolean;
1481
+ testId?: string;
1490
1482
  isReady: boolean;
1491
- version: string;
1492
1483
  constructor(cdr: ChangeDetectorRef);
1493
1484
  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;
1485
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabWorkSideMenuGroup, never>;
1486
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabWorkSideMenuGroup, "goab-work-side-menu-group", never, { "heading": { "alias": "heading"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; "open": { "alias": "open"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
1487
+ static ngAcceptInputType_open: unknown;
1499
1488
  }
1500
1489
 
1501
- declare class GoabxCalendar extends GoabBaseComponent implements OnInit {
1490
+ declare class GoabWorkSideMenuItem implements OnInit {
1502
1491
  private cdr;
1503
- version: number;
1504
- name?: string;
1505
- value?: Date | string;
1506
- min?: Date;
1507
- max?: Date;
1508
- onChange: EventEmitter<GoabCalendarOnChangeDetail>;
1492
+ label: string;
1493
+ url?: string;
1494
+ badge?: string;
1495
+ current?: boolean;
1496
+ divider?: boolean;
1497
+ icon?: string;
1498
+ testId?: string;
1499
+ type?: GoabWorkSideMenuItemType;
1500
+ popoverContent: TemplateRef<any>;
1509
1501
  isReady: boolean;
1510
1502
  constructor(cdr: ChangeDetectorRef);
1511
1503
  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>;
1504
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabWorkSideMenuItem, never>;
1505
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabWorkSideMenuItem, "goab-work-side-menu-item", never, { "label": { "alias": "label"; "required": true; }; "url": { "alias": "url"; "required": false; }; "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; }; "popoverContent": { "alias": "popoverContent"; "required": false; }; }, {}, never, ["*"], true, never>;
1515
1506
  }
1516
1507
 
1517
- declare class GoabxCallout extends GoabBaseComponent implements OnInit {
1508
+ declare class GoabWorkSideNotificationItem implements OnInit {
1518
1509
  private cdr;
1510
+ type?: GoabWorkSideNotificationItemType;
1511
+ timestamp?: string;
1512
+ title?: string;
1513
+ description: string;
1514
+ readStatus?: GoabWorkSideNotificationReadStatus;
1515
+ priority?: GoabWorkSideNotificationPriority;
1516
+ testId?: string;
1517
+ onClick: EventEmitter<void>;
1519
1518
  isReady: boolean;
1520
- version: string;
1521
1519
  constructor(cdr: ChangeDetectorRef);
1522
1520
  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 GoabxDatePicker extends GoabControlValueAccessor implements OnInit {
1563
- protected elementRef: ElementRef;
1564
- private cdr;
1565
- isReady: boolean;
1566
- version: number;
1567
- name?: string;
1568
- value?: Date | string | null | undefined;
1569
- min?: Date | string;
1570
- max?: Date | string;
1571
- type?: GoabDatePickerInputType;
1572
- /***
1573
- * @deprecated This property has no effect and will be removed in a future version
1574
- */
1575
- relative?: boolean;
1576
- width?: string;
1577
- onChange: EventEmitter<GoabDatePickerOnChangeDetail>;
1578
- formatValue(val: Date | string | null | undefined): string;
1579
- _onChange(e: Event): void;
1580
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, renderer: Renderer2);
1581
- ngOnInit(): void;
1582
- setDisabledState(isDisabled: boolean): void;
1583
- listenDisabledChange(isDisabled: boolean): void;
1584
- writeValue(value: Date | null): void;
1585
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxDatePicker, never>;
1586
- 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>;
1521
+ _onClick(): void;
1522
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabWorkSideNotificationItem, never>;
1523
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabWorkSideNotificationItem, "goab-work-side-notification-item", never, { "type": { "alias": "type"; "required": false; }; "timestamp": { "alias": "timestamp"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": true; }; "readStatus": { "alias": "readStatus"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onClick": "onClick"; }, never, never, true, never>;
1587
1524
  }
1588
1525
 
1589
- declare class GoabxDrawer implements OnInit {
1590
- private cdr;
1591
- version: string;
1592
- open: boolean;
1593
- position: GoabDrawerPosition;
1594
- heading: string | TemplateRef<any>;
1595
- maxSize?: GoabDrawerSize;
1596
- testId?: string;
1597
- actions: TemplateRef<any>;
1598
- onClose: EventEmitter<any>;
1599
- isReady: boolean;
1600
- constructor(cdr: ChangeDetectorRef);
1601
- ngOnInit(): void;
1602
- _onClose(): void;
1603
- getHeadingAsString(): string;
1604
- getHeadingAsTemplate(): TemplateRef<any> | null;
1605
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxDrawer, never>;
1606
- 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>;
1607
- static ngAcceptInputType_open: unknown;
1608
- }
1609
-
1610
- declare class GoabxDropdown extends GoabControlValueAccessor implements OnInit {
1611
- private cdr;
1612
- name?: string;
1613
- ariaLabel?: string;
1614
- ariaLabelledBy?: string;
1615
- filterable?: boolean;
1616
- leadingIcon?: GoabIconType;
1617
- maxHeight?: string;
1618
- multiselect?: boolean;
1619
- native?: boolean;
1620
- placeholder?: string;
1621
- width?: string;
1622
- maxWidth?: string;
1623
- autoComplete?: string;
1624
- size?: GoabDropdownSize;
1625
- /***
1626
- * @deprecated This property has no effect and will be removed in a future version
1627
- */
1628
- relative?: boolean;
1629
- onChange: EventEmitter<GoabDropdownOnChangeDetail>;
1630
- isReady: boolean;
1631
- version: string;
1632
- constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1633
- ngOnInit(): void;
1634
- _onChange(e: Event): void;
1635
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxDropdown, never>;
1636
- 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>;
1637
- static ngAcceptInputType_filterable: unknown;
1638
- static ngAcceptInputType_multiselect: unknown;
1639
- static ngAcceptInputType_native: unknown;
1640
- }
1641
-
1642
- declare class GoabxDropdownItem implements OnInit {
1643
- private cdr;
1644
- value?: string;
1645
- filter?: string;
1646
- label?: string;
1647
- name?: string;
1648
- mountType?: GoabDropdownItemMountType;
1649
- isReady: boolean;
1650
- constructor(cdr: ChangeDetectorRef);
1651
- ngOnInit(): void;
1652
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxDropdownItem, never>;
1653
- 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>;
1654
- }
1655
-
1656
- declare class GoabxFileUploadCard implements OnInit {
1657
- private cdr;
1658
- filename: string;
1659
- size?: number;
1660
- type?: string;
1661
- progress?: number;
1662
- error?: string;
1663
- testId?: string;
1664
- onCancel: EventEmitter<GoabFileUploadOnCancelDetail>;
1665
- onDelete: EventEmitter<GoabFileUploadOnDeleteDetail>;
1666
- isReady: boolean;
1667
- version: string;
1668
- constructor(cdr: ChangeDetectorRef);
1669
- ngOnInit(): void;
1670
- _onCancel(event: Event): void;
1671
- _onDelete(event: Event): void;
1672
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxFileUploadCard, never>;
1673
- 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>;
1674
- static ngAcceptInputType_size: unknown;
1675
- static ngAcceptInputType_progress: unknown;
1676
- }
1677
-
1678
- declare class GoabxFileUploadInput extends GoabBaseComponent implements OnInit {
1679
- private cdr;
1680
- id?: string;
1681
- variant: GoabFileUploadInputVariant;
1682
- maxFileSize?: string;
1683
- accept?: string;
1684
- onSelectFile: EventEmitter<GoabFileUploadInputOnSelectFileDetail>;
1685
- isReady: boolean;
1686
- version: string;
1687
- constructor(cdr: ChangeDetectorRef);
1688
- ngOnInit(): void;
1689
- _onSelectFile(e: Event): void;
1690
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxFileUploadInput, never>;
1691
- 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>;
1692
- }
1693
-
1694
- declare class GoabxFilterChip extends GoabBaseComponent implements OnInit {
1695
- private cdr;
1696
- error?: boolean;
1697
- deletable?: boolean;
1698
- content?: string;
1699
- iconTheme?: GoabChipTheme;
1700
- secondaryText?: string;
1701
- leadingIcon?: GoabIconType | null;
1702
- onClick: EventEmitter<any>;
1703
- isReady: boolean;
1704
- version: string;
1705
- constructor(cdr: ChangeDetectorRef);
1706
- ngOnInit(): void;
1707
- _onClick(): void;
1708
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxFilterChip, never>;
1709
- 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>;
1710
- static ngAcceptInputType_error: unknown;
1711
- static ngAcceptInputType_deletable: unknown;
1712
- }
1713
-
1714
- declare class GoabxFormItem extends GoabBaseComponent implements OnInit {
1715
- private cdr;
1716
- label?: string;
1717
- labelSize?: GoabFormItemLabelSize;
1718
- helpText?: string;
1719
- error?: string;
1720
- requirement?: GoabFormItemRequirement;
1721
- maxWidth?: string;
1722
- id?: string;
1723
- type?: GoabFormItemType;
1724
- /**
1725
- * Public form: to arrange fields in the summary
1726
- */
1727
- publicFormSummaryOrder?: number;
1728
- /**
1729
- * Public form: allow to override the label value within the form-summary to provide a shorter description of the value
1730
- */
1731
- name?: string;
1732
- isReady: boolean;
1733
- version: string;
1734
- constructor(cdr: ChangeDetectorRef);
1735
- ngOnInit(): void;
1736
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxFormItem, never>;
1737
- 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>;
1738
- }
1739
-
1740
- declare class GoabxAppFooter implements OnInit {
1741
- private cdr;
1742
- maxContentWidth?: string;
1743
- testId?: string;
1744
- url?: string;
1745
- isReady: boolean;
1746
- version: number;
1747
- constructor(cdr: ChangeDetectorRef);
1748
- ngOnInit(): void;
1749
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxAppFooter, never>;
1750
- 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>;
1751
- }
1752
-
1753
- declare class GoabxAppFooterMetaSection implements OnInit {
1754
- private cdr;
1755
- testId?: string;
1756
- /** "slot" is required and must equal to "meta" so it can be rendered in the correct position **/
1757
- slot: "meta";
1758
- isReady: boolean;
1759
- constructor(cdr: ChangeDetectorRef);
1760
- ngOnInit(): void;
1761
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxAppFooterMetaSection, never>;
1762
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabxAppFooterMetaSection, "goabx-app-footer-meta-section", never, { "testId": { "alias": "testId"; "required": false; }; "slot": { "alias": "slot"; "required": true; }; }, {}, never, ["*"], true, never>;
1763
- }
1764
-
1765
- declare class GoabxAppFooterNavSection implements OnInit {
1526
+ declare class GoabWorkSideNotificationPanel implements OnInit {
1766
1527
  private cdr;
1767
1528
  heading?: string;
1768
- maxColumnCount?: number | undefined;
1769
- testId?: string;
1770
- /** "slot" is required and must equal to "nav" so it can be rendered in the correct position **/
1771
- slot: "nav";
1772
- isReady: boolean;
1773
- constructor(cdr: ChangeDetectorRef);
1774
- ngOnInit(): void;
1775
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxAppFooterNavSection, never>;
1776
- 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>;
1777
- }
1778
-
1779
- declare class GoabxInput extends GoabControlValueAccessor implements OnInit {
1780
- private cdr;
1781
- type?: GoabInputType;
1782
- name?: string;
1783
- debounce?: number;
1784
- autoCapitalize?: GoabInputAutoCapitalize;
1785
- autoComplete?: string;
1786
- placeholder?: string;
1787
- leadingIcon?: GoabIconType;
1788
- trailingIcon?: GoabIconType;
1789
- variant?: string;
1790
- focused?: boolean;
1791
- readonly?: boolean;
1792
- width?: string;
1793
- prefix?: string;
1794
- suffix?: string;
1795
- ariaLabel?: string;
1796
- maxLength?: number;
1797
- min?: string | number;
1798
- max?: string | number;
1799
- step?: number;
1800
- ariaLabelledBy?: string;
1801
- trailingIconAriaLabel?: string;
1802
- textAlign?: "left" | "right";
1803
- leadingContent: string | TemplateRef<any>;
1804
- trailingContent: string | TemplateRef<any>;
1805
- size?: GoabInputSize;
1806
- onTrailingIconClick: EventEmitter<any>;
1807
- onFocus: EventEmitter<GoabInputOnFocusDetail>;
1808
- onBlur: EventEmitter<GoabInputOnBlurDetail>;
1809
- onKeyPress: EventEmitter<GoabInputOnKeyPressDetail>;
1810
- onChange: EventEmitter<GoabInputOnChangeDetail>;
1811
- isReady: boolean;
1812
- version: string;
1813
- handleTrailingIconClick: boolean;
1814
- constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1815
- ngOnInit(): void;
1816
- _onTrailingIconClick(_: Event): void;
1817
- _onChange(e: Event): void;
1818
- _onKeyPress(e: Event): void;
1819
- _onFocus(e: Event): void;
1820
- _onBlur(e: Event): void;
1821
- getLeadingContentAsString(): string;
1822
- getLeadingContentAsTemplate(): TemplateRef<any> | null;
1823
- getTrailingContentAsString(): string;
1824
- getTrailingContentAsTemplate(): TemplateRef<any> | null;
1825
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxInput, never>;
1826
- 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>;
1827
- static ngAcceptInputType_debounce: unknown;
1828
- static ngAcceptInputType_focused: unknown;
1829
- static ngAcceptInputType_readonly: unknown;
1830
- static ngAcceptInputType_maxLength: unknown;
1831
- static ngAcceptInputType_step: unknown;
1832
- }
1833
-
1834
- declare class GoabxLink implements OnInit {
1835
- private cdr;
1836
- isReady: boolean;
1837
- leadingIcon?: GoabIconType;
1838
- trailingIcon?: GoabIconType;
1839
- testId?: string;
1840
- action?: string;
1841
- color?: GoabLinkColor;
1842
- size?: GoabLinkSize;
1843
- actionArg?: string;
1844
- actionArgs?: Record<string, unknown>;
1845
- mt?: Spacing;
1846
- mb?: Spacing;
1847
- ml?: Spacing;
1848
- mr?: Spacing;
1849
- constructor(cdr: ChangeDetectorRef);
1850
- ngOnInit(): void;
1851
- protected readonly JSON: JSON;
1852
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxLink, never>;
1853
- 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>;
1854
- }
1855
-
1856
- declare class GoabxModal implements OnInit {
1857
- private cdr;
1858
- isReady: boolean;
1859
- version: string;
1860
- constructor(cdr: ChangeDetectorRef);
1861
- ngOnInit(): void;
1862
- calloutVariant?: GoabModalCalloutVariant;
1863
- open?: boolean;
1864
- maxWidth?: string;
1865
- closable: boolean;
1866
- transition?: GoabModalTransition;
1867
- testId?: string;
1868
- /**
1869
- * @deprecated The role property is deprecated and will be removed in a future version.
1870
- * The modal will always use role="dialog".
1871
- */
1872
- role?: string;
1873
- heading: string | TemplateRef<any>;
1874
- actions: TemplateRef<any>;
1875
- onClose: EventEmitter<any>;
1876
- getHeadingAsString(): string;
1877
- getHeadingAsTemplate(): TemplateRef<any> | null;
1878
- _onClose(): void;
1879
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxModal, never>;
1880
- 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>;
1881
- static ngAcceptInputType_open: unknown;
1882
- }
1883
-
1884
- declare class GoabxNotification implements OnInit {
1885
- private cdr;
1886
- isReady: boolean;
1887
- version: string;
1888
- type?: GoabNotificationType;
1889
- ariaLive?: GoabAriaLiveType;
1890
- maxContentWidth?: string;
1891
- emphasis?: GoabNotificationEmphasis;
1892
- compact?: boolean;
1893
- testId?: string;
1894
- constructor(cdr: ChangeDetectorRef);
1895
- ngOnInit(): void;
1896
- onDismiss: EventEmitter<any>;
1897
- _onDismiss(): void;
1898
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxNotification, never>;
1899
- 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>;
1900
- static ngAcceptInputType_compact: unknown;
1901
- }
1902
-
1903
- declare class GoabxPagination extends GoabBaseComponent implements OnInit {
1904
- private cdr;
1905
- isReady: boolean;
1906
- version: string;
1907
- itemCount: number;
1908
- pageNumber: number;
1909
- perPageCount?: number;
1910
- variant?: GoabPaginationVariant;
1911
- constructor(cdr: ChangeDetectorRef);
1912
- ngOnInit(): void;
1913
- onChange: EventEmitter<GoabPaginationOnChangeDetail>;
1914
- _onChange(e: Event): void;
1915
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxPagination, never>;
1916
- 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>;
1917
- }
1918
-
1919
- declare class GoabxRadioGroup extends GoabControlValueAccessor implements OnInit {
1920
- private cdr;
1921
- isReady: boolean;
1922
- version: string;
1923
- name?: string;
1924
- orientation?: GoabRadioGroupOrientation;
1925
- ariaLabel?: string;
1926
- size?: GoabRadioGroupSize;
1927
- constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
1928
- ngOnInit(): void;
1929
- onChange: EventEmitter<GoabRadioGroupOnChangeDetail>;
1930
- _onChange(e: Event): void;
1931
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxRadioGroup, never>;
1932
- 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>;
1933
- }
1934
-
1935
- declare class GoabxRadioItem extends GoabBaseComponent {
1936
- private cdr;
1937
- value?: string;
1938
- label?: string;
1939
- name?: string;
1940
- description: string | TemplateRef<any>;
1941
- reveal?: TemplateRef<any>;
1942
- ariaLabel?: string;
1943
- revealAriaLabel?: string;
1944
- disabled?: boolean;
1945
- checked?: boolean;
1946
- error?: boolean;
1947
- maxWidth?: string;
1948
- compact?: boolean;
1949
- isReady: boolean;
1950
- version: string;
1951
- constructor(cdr: ChangeDetectorRef);
1952
- ngOnInit(): void;
1953
- getDescriptionAsString(): string;
1954
- getDescriptionAsTemplate(): TemplateRef<any> | null;
1955
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxRadioItem, never>;
1956
- 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>;
1957
- static ngAcceptInputType_disabled: unknown;
1958
- static ngAcceptInputType_checked: unknown;
1959
- static ngAcceptInputType_error: unknown;
1960
- static ngAcceptInputType_compact: unknown;
1961
- }
1962
-
1963
- declare class GoabxSideMenu implements OnInit {
1964
- private cdr;
1965
- isReady: boolean;
1966
- version: string;
1967
- testId?: string;
1968
- constructor(cdr: ChangeDetectorRef);
1969
- ngOnInit(): void;
1970
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxSideMenu, never>;
1971
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabxSideMenu, "goabx-side-menu", never, { "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
1972
- }
1973
-
1974
- declare class GoabxSideMenuGroup extends GoabBaseComponent implements OnInit {
1975
- private cdr;
1976
- isReady: boolean;
1977
- version: string;
1978
- heading: string;
1979
- icon?: GoabIconType;
1980
- constructor(cdr: ChangeDetectorRef);
1981
- ngOnInit(): void;
1982
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxSideMenuGroup, never>;
1983
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabxSideMenuGroup, "goabx-side-menu-group", never, { "heading": { "alias": "heading"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true, never>;
1984
- }
1985
-
1986
- declare class GoabxSideMenuHeading implements OnInit {
1987
- private cdr;
1988
- isReady: boolean;
1989
- version: string;
1990
- icon: GoabIconType;
1991
- testId?: string;
1992
- meta: TemplateRef<any>;
1993
- constructor(cdr: ChangeDetectorRef);
1994
- ngOnInit(): void;
1995
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxSideMenuHeading, never>;
1996
- 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>;
1997
- }
1998
-
1999
- declare class GoabxTable extends GoabBaseComponent implements OnInit {
2000
- private cdr;
2001
- isReady: boolean;
2002
- version: string;
2003
- width?: string;
2004
- variant?: GoabTableVariant;
2005
- striped?: boolean;
2006
- constructor(cdr: ChangeDetectorRef);
2007
- ngOnInit(): void;
2008
- onSort: EventEmitter<GoabTableOnSortDetail>;
2009
- _onSort(e: Event): void;
2010
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTable, never>;
2011
- 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>;
2012
- static ngAcceptInputType_striped: unknown;
2013
- }
2014
-
2015
- declare class GoabxTableSortHeader implements OnInit {
2016
- private cdr;
2017
- isReady: boolean;
2018
- name?: string;
2019
- direction?: GoabTableSortDirection;
2020
- constructor(cdr: ChangeDetectorRef);
2021
- ngOnInit(): void;
2022
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTableSortHeader, never>;
2023
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTableSortHeader, "goabx-table-sort-header", never, { "name": { "alias": "name"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], true, never>;
2024
- }
2025
-
2026
- declare class GoabxTextArea extends GoabControlValueAccessor implements OnInit {
2027
- private cdr;
2028
- name?: string;
2029
- placeholder?: string;
2030
- rows?: number;
2031
- readOnly?: boolean;
2032
- width?: string;
2033
- ariaLabel?: string;
2034
- countBy?: GoabTextAreaCountBy;
2035
- maxCount?: number;
2036
- maxWidth?: string;
2037
- autoComplete?: string;
2038
- size?: GoabTextAreaSize;
2039
- onChange: EventEmitter<GoabTextAreaOnChangeDetail>;
2040
- onKeyPress: EventEmitter<GoabTextAreaOnKeyPressDetail>;
2041
- onBlur: EventEmitter<GoabTextAreaOnBlurDetail>;
2042
- isReady: boolean;
2043
- version: string;
2044
- constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
2045
- ngOnInit(): void;
2046
- _onChange(e: Event): void;
2047
- _onKeyPress(e: Event): void;
2048
- _onBlur(e: Event): void;
2049
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTextArea, never>;
2050
- 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>;
2051
- static ngAcceptInputType_rows: unknown;
2052
- static ngAcceptInputType_readOnly: unknown;
2053
- }
2054
-
2055
- declare class GoabxTabs implements OnInit {
2056
- private cdr;
2057
- isReady: boolean;
2058
- version: string;
2059
- initialTab?: number;
2060
- testId?: string;
2061
- variant?: GoabTabsVariant;
2062
- constructor(cdr: ChangeDetectorRef);
2063
- ngOnInit(): void;
2064
- onChange: EventEmitter<GoabTabsOnChangeDetail>;
2065
- _onChange(e: Event): void;
2066
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTabs, never>;
2067
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTabs, "goabx-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
2068
- static ngAcceptInputType_initialTab: unknown;
2069
- }
2070
-
2071
- declare class GoabxWorkSideMenu implements OnInit {
2072
- private cdr;
2073
- heading: string;
2074
- url: string;
2075
- userName?: string;
2076
- userSecondaryText?: string;
2077
- open?: boolean;
2078
- testId?: string;
2079
- primaryContent: TemplateRef<any>;
2080
- secondaryContent: TemplateRef<any>;
2081
- accountContent: TemplateRef<any>;
2082
- onToggle: EventEmitter<any>;
2083
- isReady: boolean;
2084
- constructor(cdr: ChangeDetectorRef);
2085
- ngOnInit(): void;
2086
- _onToggle(): void;
2087
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenu, never>;
2088
- 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>;
2089
- static ngAcceptInputType_open: unknown;
2090
- }
2091
-
2092
- declare class GoabxWorkSideMenuItem implements OnInit {
2093
- private cdr;
2094
- label: string;
2095
- url: string;
2096
- badge?: string;
2097
- current?: boolean;
2098
- divider?: boolean;
2099
- icon?: string;
2100
- testId?: string;
2101
- type?: GoabWorkSideMenuItemType;
2102
- isReady: boolean;
2103
- constructor(cdr: ChangeDetectorRef);
2104
- ngOnInit(): void;
2105
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuItem, never>;
2106
- 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>;
2107
- }
2108
-
2109
- declare class GoabxWorkSideMenuGroup implements OnInit {
2110
- private cdr;
2111
- heading: string;
2112
- icon: GoabIconType;
1529
+ activeTab?: GoabWorkSideNotificationActiveTabType;
2113
1530
  testId?: string;
1531
+ onMarkAllRead: EventEmitter<void>;
1532
+ onViewAll: EventEmitter<void>;
2114
1533
  isReady: boolean;
2115
1534
  constructor(cdr: ChangeDetectorRef);
2116
1535
  ngOnInit(): void;
2117
- static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuGroup, never>;
2118
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenuGroup, "goabx-work-side-menu-group", never, { "heading": { "alias": "heading"; "required": true; }; "icon": { "alias": "icon"; "required": true; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
1536
+ _onMarkAllRead(): void;
1537
+ _onViewAll(): void;
1538
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoabWorkSideNotificationPanel, never>;
1539
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabWorkSideNotificationPanel, "goab-work-side-notification-panel", never, { "heading": { "alias": "heading"; "required": false; }; "activeTab": { "alias": "activeTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onMarkAllRead": "onMarkAllRead"; "onViewAll": "onViewAll"; }, never, ["*"], true, never>;
2119
1540
  }
2120
1541
 
2121
- 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, GoabxDatePicker, GoabxDrawer, GoabxDropdown, GoabxDropdownItem, GoabxFileUploadCard, GoabxFileUploadInput, GoabxFilterChip, GoabxFormItem, GoabxInput, GoabxLink, GoabxModal, GoabxNotification, GoabxPagination, GoabxRadioGroup, GoabxRadioItem, GoabxSideMenu, GoabxSideMenuGroup, GoabxSideMenuHeading, GoabxTable, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
2122
- export type { IgnoreMe };
1542
+ 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, GoabWorkSideMenu, GoabWorkSideMenuGroup, GoabWorkSideMenuItem, GoabWorkSideNotificationItem, GoabWorkSideNotificationPanel, ValueDirective, ValueListDirective };