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