@abgov/angular-components 4.5.0-alpha.1 → 4.5.0-alpha.3
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/esm2022/lib/components/accordion/accordion.mjs +5 -4
- package/esm2022/lib/components/badge/badge.mjs +5 -4
- package/esm2022/lib/components/base.component.mjs +1 -1
- package/esm2022/lib/components/button/button.mjs +5 -4
- package/esm2022/lib/components/card/card.mjs +5 -4
- package/esm2022/lib/components/checkbox/checkbox.mjs +20 -7
- package/esm2022/lib/components/chip/chip.mjs +7 -5
- package/esm2022/lib/components/circular-progress/circular-progress.mjs +8 -6
- package/esm2022/lib/components/date-picker/date-picker.mjs +6 -2
- package/esm2022/lib/components/details/details.mjs +5 -4
- package/esm2022/lib/components/drawer/drawer.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.mjs +9 -6
- package/esm2022/lib/components/file-upload-card/file-upload-card.mjs +8 -6
- package/esm2022/lib/components/filter-chip/filter-chip.mjs +7 -5
- package/esm2022/lib/components/form/public-form-page.mjs +6 -7
- package/esm2022/lib/components/form/public-form.mjs +2 -3
- package/esm2022/lib/components/header/header.mjs +5 -4
- package/esm2022/lib/components/icon/icon.mjs +7 -5
- package/esm2022/lib/components/icon-button/icon-button.mjs +5 -4
- package/esm2022/lib/components/input/input.mjs +18 -8
- package/esm2022/lib/components/input-number/input-number.mjs +22 -10
- package/esm2022/lib/components/modal/modal.mjs +5 -4
- package/esm2022/lib/components/pages/pages.mjs +5 -4
- package/esm2022/lib/components/radio-item/radio-item.mjs +30 -9
- package/esm2022/lib/components/skeleton/skeleton.mjs +5 -4
- package/esm2022/lib/components/tabs/tabs.mjs +6 -7
- package/esm2022/lib/components/textarea/textarea.mjs +7 -5
- package/fesm2022/abgov-angular-components.mjs +167 -85
- package/fesm2022/abgov-angular-components.mjs.map +1 -1
- package/lib/components/accordion/accordion.d.ts +1 -0
- package/lib/components/badge/badge.d.ts +1 -0
- package/lib/components/button/button.d.ts +1 -0
- package/lib/components/card/card.d.ts +1 -0
- package/lib/components/checkbox/checkbox.d.ts +4 -1
- package/lib/components/chip/chip.d.ts +2 -0
- package/lib/components/circular-progress/circular-progress.d.ts +2 -0
- package/lib/components/date-picker/date-picker.d.ts +3 -2
- package/lib/components/details/details.d.ts +1 -0
- package/lib/components/drawer/drawer.d.ts +1 -0
- package/lib/components/dropdown/dropdown.d.ts +3 -0
- package/lib/components/file-upload-card/file-upload-card.d.ts +2 -0
- package/lib/components/filter-chip/filter-chip.d.ts +2 -0
- package/lib/components/form/public-form-page.d.ts +4 -4
- package/lib/components/form/public-form.d.ts +2 -2
- package/lib/components/header/header.d.ts +1 -0
- package/lib/components/icon/icon.d.ts +2 -0
- package/lib/components/icon-button/icon-button.d.ts +1 -0
- package/lib/components/input/input.d.ts +7 -1
- package/lib/components/input-number/input-number.d.ts +9 -1
- package/lib/components/modal/modal.d.ts +1 -0
- package/lib/components/pages/pages.d.ts +1 -0
- package/lib/components/radio-item/radio-item.d.ts +6 -1
- package/lib/components/skeleton/skeleton.d.ts +1 -0
- package/lib/components/tabs/tabs.d.ts +1 -0
- package/lib/components/textarea/textarea.d.ts +2 -0
- package/package.json +1 -1
|
@@ -14,4 +14,5 @@ export declare class GoabAccordion extends GoabBaseComponent {
|
|
|
14
14
|
_onChange(e: Event): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabAccordion, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabAccordion, "goab-accordion", never, { "heading": { "alias": "heading"; "required": false; }; "secondaryText": { "alias": "secondaryText"; "required": false; }; "open": { "alias": "open"; "required": false; }; "headingSize": { "alias": "headingSize"; "required": false; }; "headingContent": { "alias": "headingContent"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
17
|
+
static ngAcceptInputType_open: unknown;
|
|
17
18
|
}
|
|
@@ -8,4 +8,5 @@ export declare class GoabBadge extends GoabBaseComponent {
|
|
|
8
8
|
ariaLabel?: string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabBadge, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabBadge, "goab-badge", never, { "type": { "alias": "type"; "required": false; }; "content": { "alias": "content"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
static ngAcceptInputType_icon: unknown;
|
|
11
12
|
}
|
|
@@ -18,4 +18,5 @@ export declare class GoabButton extends GoabBaseComponent {
|
|
|
18
18
|
protected readonly JSON: JSON;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabButton, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabButton, "goab-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>;
|
|
21
|
+
static ngAcceptInputType_disabled: unknown;
|
|
21
22
|
}
|
|
@@ -5,4 +5,5 @@ export declare class GoabCard extends GoabBaseComponent {
|
|
|
5
5
|
width?: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabCard, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabCard, "goab-card", never, { "elevation": { "alias": "elevation"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
static ngAcceptInputType_elevation: unknown;
|
|
8
9
|
}
|
|
@@ -9,11 +9,14 @@ export declare class GoabCheckbox extends GoabControlValueAccessor {
|
|
|
9
9
|
value?: string | number | boolean;
|
|
10
10
|
ariaLabel?: string;
|
|
11
11
|
description: string | TemplateRef<any>;
|
|
12
|
+
reveal?: TemplateRef<any>;
|
|
13
|
+
revealArialLabel?: string;
|
|
12
14
|
maxWidth?: string;
|
|
13
15
|
onChange: EventEmitter<GoabCheckboxOnChangeDetail>;
|
|
14
16
|
getDescriptionAsString(): string;
|
|
15
17
|
getDescriptionAsTemplate(): TemplateRef<any> | null;
|
|
16
18
|
_onChange(e: Event): void;
|
|
17
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabCheckbox, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabCheckbox, "goab-checkbox", never, { "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "text": { "alias": "text"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "description": { "alias": "description"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabCheckbox, "goab-checkbox", never, { "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "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>;
|
|
21
|
+
static ngAcceptInputType_checked: unknown;
|
|
19
22
|
}
|
|
@@ -13,4 +13,6 @@ export declare class GoabChip extends GoabBaseComponent {
|
|
|
13
13
|
_onClick(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabChip, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabChip, "goab-chip", never, { "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "error": { "alias": "error"; "required": false; }; "deletable": { "alias": "deletable"; "required": false; }; "content": { "alias": "content"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "iconTheme": { "alias": "iconTheme"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], true, never>;
|
|
16
|
+
static ngAcceptInputType_error: unknown;
|
|
17
|
+
static ngAcceptInputType_deletable: unknown;
|
|
16
18
|
}
|
|
@@ -9,4 +9,6 @@ export declare class GoabCircularProgress {
|
|
|
9
9
|
testId?: string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabCircularProgress, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabCircularProgress, "goab-circular-progress", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "message": { "alias": "message"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
static ngAcceptInputType_visible: unknown;
|
|
13
|
+
static ngAcceptInputType_progress: unknown;
|
|
12
14
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GoabDatePickerOnChangeDetail } from "@abgov/ui-components-common";
|
|
1
|
+
import { GoabDatePickerInputType, GoabDatePickerOnChangeDetail } from "@abgov/ui-components-common";
|
|
2
2
|
import { EventEmitter, ElementRef } from "@angular/core";
|
|
3
3
|
import { GoabControlValueAccessor } from "../base.component";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -8,6 +8,7 @@ export declare class GoabDatePicker extends GoabControlValueAccessor {
|
|
|
8
8
|
value?: Date | string | null | undefined;
|
|
9
9
|
min?: Date | string;
|
|
10
10
|
max?: Date | string;
|
|
11
|
+
type?: GoabDatePickerInputType;
|
|
11
12
|
/***
|
|
12
13
|
* @deprecated This property has no effect and will be removed in a future version
|
|
13
14
|
*/
|
|
@@ -20,5 +21,5 @@ export declare class GoabDatePicker extends GoabControlValueAccessor {
|
|
|
20
21
|
listenDisabledChange(isDisabled: boolean): void;
|
|
21
22
|
writeValue(value: Date | null): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabDatePicker, never>;
|
|
23
|
-
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; }; "relative": { "alias": "relative"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
|
|
24
|
+
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; }; }, { "onChange": "onChange"; }, never, never, true, never>;
|
|
24
25
|
}
|
|
@@ -6,4 +6,5 @@ export declare class GoabDetails extends GoabBaseComponent {
|
|
|
6
6
|
maxWidth?: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabDetails, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabDetails, "goab-details", never, { "heading": { "alias": "heading"; "required": true; }; "open": { "alias": "open"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
+
static ngAcceptInputType_open: unknown;
|
|
9
10
|
}
|
|
@@ -14,4 +14,5 @@ export declare class GoabDrawer {
|
|
|
14
14
|
getHeadingAsTemplate(): TemplateRef<any> | null;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabDrawer, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabDrawer, "goab-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>;
|
|
17
|
+
static ngAcceptInputType_open: unknown;
|
|
17
18
|
}
|
|
@@ -21,4 +21,7 @@ export declare class GoabDropdown extends GoabControlValueAccessor {
|
|
|
21
21
|
_onChange(e: Event): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabDropdown, never>;
|
|
23
23
|
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; }; "relative": { "alias": "relative"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
24
|
+
static ngAcceptInputType_filterable: unknown;
|
|
25
|
+
static ngAcceptInputType_multiselect: unknown;
|
|
26
|
+
static ngAcceptInputType_native: unknown;
|
|
24
27
|
}
|
|
@@ -14,4 +14,6 @@ export declare class GoabFileUploadCard {
|
|
|
14
14
|
_onDelete(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabFileUploadCard, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabFileUploadCard, "goab-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>;
|
|
17
|
+
static ngAcceptInputType_size: unknown;
|
|
18
|
+
static ngAcceptInputType_progress: unknown;
|
|
17
19
|
}
|
|
@@ -11,4 +11,6 @@ export declare class GoabFilterChip extends GoabBaseComponent {
|
|
|
11
11
|
_onClick(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabFilterChip, never>;
|
|
13
13
|
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>;
|
|
14
|
+
static ngAcceptInputType_error: unknown;
|
|
15
|
+
static ngAcceptInputType_deletable: unknown;
|
|
14
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { GoabBaseComponent } from "../base.component";
|
|
3
|
-
import { GoabPublicFormPageButtonVisibility, GoabPublicFormPageOnFieldsetChangeDetail, GoabPublicFormPageOnCompleteDetail,
|
|
3
|
+
import { GoabPublicFormPageButtonVisibility, GoabPublicFormPageOnFieldsetChangeDetail, GoabPublicFormPageOnCompleteDetail, GoabPublicFormPageStep } from "@abgov/ui-components-common";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class GoabPublicFormPage extends GoabBaseComponent {
|
|
6
6
|
id: string;
|
|
@@ -17,11 +17,11 @@ export declare class GoabPublicFormPage extends GoabBaseComponent {
|
|
|
17
17
|
/**
|
|
18
18
|
* triggers when the form page continues to the next step
|
|
19
19
|
*/
|
|
20
|
-
onContinue: EventEmitter<
|
|
20
|
+
onContinue: EventEmitter<Event>;
|
|
21
21
|
/**
|
|
22
22
|
* triggers when the user clicks the back link
|
|
23
23
|
*/
|
|
24
|
-
onBack: EventEmitter<
|
|
24
|
+
onBack: EventEmitter<Event>;
|
|
25
25
|
/**
|
|
26
26
|
* triggers when the form fieldset content changes
|
|
27
27
|
*/
|
|
@@ -31,7 +31,7 @@ export declare class GoabPublicFormPage extends GoabBaseComponent {
|
|
|
31
31
|
*/
|
|
32
32
|
onComplete: EventEmitter<GoabPublicFormPageOnCompleteDetail>;
|
|
33
33
|
_onContinue(event: Event): void;
|
|
34
|
-
_onBack(): void;
|
|
34
|
+
_onBack(event: Event): void;
|
|
35
35
|
_onFieldsetChange(event: Event): void;
|
|
36
36
|
_onComplete(event: Event): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabPublicFormPage, never>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { GoabFormState,
|
|
2
|
+
import { GoabFormState, GoabPublicFormStatus } from "@abgov/ui-components-common";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class GoabPublicForm {
|
|
5
5
|
status?: GoabPublicFormStatus;
|
|
6
6
|
name?: string;
|
|
7
|
-
onInit: EventEmitter<
|
|
7
|
+
onInit: EventEmitter<Event>;
|
|
8
8
|
onComplete: EventEmitter<GoabFormState>;
|
|
9
9
|
onStateChange: EventEmitter<GoabFormState>;
|
|
10
10
|
_onInit(e: Event): void;
|
|
@@ -10,4 +10,5 @@ export declare class GoabAppHeader {
|
|
|
10
10
|
_onMenuClick(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabAppHeader, never>;
|
|
12
12
|
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>;
|
|
13
|
+
static ngAcceptInputType_fullMenuBreakpoint: unknown;
|
|
13
14
|
}
|
|
@@ -12,4 +12,6 @@ export declare class GoabIcon extends GoabBaseComponent {
|
|
|
12
12
|
ariaLabel?: string;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabIcon, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabIcon, "goab-icon", never, { "type": { "alias": "type"; "required": true; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "fillColor": { "alias": "fillColor"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "title": { "alias": "title"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
static ngAcceptInputType_inverted: unknown;
|
|
16
|
+
static ngAcceptInputType_opacity: unknown;
|
|
15
17
|
}
|
|
@@ -17,4 +17,5 @@ export declare class GoabIconButton extends GoabBaseComponent {
|
|
|
17
17
|
protected readonly JSON: JSON;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabIconButton, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabIconButton, "goab-icon-button", never, { "icon": { "alias": "icon"; "required": true; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "title": { "alias": "title"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "action": { "alias": "action"; "required": false; }; "actionArg": { "alias": "actionArg"; "required": false; }; "actionArgs": { "alias": "actionArgs"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], true, never>;
|
|
20
|
+
static ngAcceptInputType_disabled: unknown;
|
|
20
21
|
}
|
|
@@ -26,6 +26,7 @@ export declare class GoabInput extends GoabControlValueAccessor implements OnIni
|
|
|
26
26
|
step?: number;
|
|
27
27
|
ariaLabelledBy?: string;
|
|
28
28
|
trailingIconAriaLabel?: string;
|
|
29
|
+
textAlign?: "left" | "right";
|
|
29
30
|
onTrailingIconClick: EventEmitter<any>;
|
|
30
31
|
onFocus: EventEmitter<GoabInputOnFocusDetail>;
|
|
31
32
|
onBlur: EventEmitter<GoaInputOnBlurDetail>;
|
|
@@ -39,5 +40,10 @@ export declare class GoabInput extends GoabControlValueAccessor implements OnIni
|
|
|
39
40
|
_onFocus(e: Event): void;
|
|
40
41
|
_onBlur(e: Event): void;
|
|
41
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabInput, never>;
|
|
42
|
-
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; }; "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; }; }, { "onTrailingIconClick": "onTrailingIconClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onKeyPress": "onKeyPress"; "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
43
|
+
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; }; "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; }; }, { "onTrailingIconClick": "onTrailingIconClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onKeyPress": "onKeyPress"; "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
44
|
+
static ngAcceptInputType_debounce: unknown;
|
|
45
|
+
static ngAcceptInputType_focused: unknown;
|
|
46
|
+
static ngAcceptInputType_readonly: unknown;
|
|
47
|
+
static ngAcceptInputType_maxLength: unknown;
|
|
48
|
+
static ngAcceptInputType_step: unknown;
|
|
43
49
|
}
|
|
@@ -31,6 +31,7 @@ export declare class GoabInputNumber implements ControlValueAccessor, OnInit {
|
|
|
31
31
|
mb?: Spacing;
|
|
32
32
|
ml?: Spacing;
|
|
33
33
|
trailingIconAriaLabel?: string;
|
|
34
|
+
textAlign?: "left" | "right";
|
|
34
35
|
value: number | null;
|
|
35
36
|
onTrailingIconClick: EventEmitter<void>;
|
|
36
37
|
onFocus: EventEmitter<GoabInputOnFocusDetail>;
|
|
@@ -53,5 +54,12 @@ export declare class GoabInputNumber implements ControlValueAccessor, OnInit {
|
|
|
53
54
|
registerOnTouched(fn: () => void): void;
|
|
54
55
|
setDisabledState?(isDisabled: boolean): void;
|
|
55
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabInputNumber, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabInputNumber, "goab-input-number", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "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; }; "error": { "alias": "error"; "required": false; }; "width": { "alias": "width"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "testId": { "alias": "testId"; "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; }; "mt": { "alias": "mt"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "trailingIconAriaLabel": { "alias": "trailingIconAriaLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onTrailingIconClick": "onTrailingIconClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onKeyPress": "onKeyPress"; "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabInputNumber, "goab-input-number", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "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; }; "error": { "alias": "error"; "required": false; }; "width": { "alias": "width"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "testId": { "alias": "testId"; "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; }; "mt": { "alias": "mt"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "trailingIconAriaLabel": { "alias": "trailingIconAriaLabel"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onTrailingIconClick": "onTrailingIconClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onKeyPress": "onKeyPress"; "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
58
|
+
static ngAcceptInputType_debounce: unknown;
|
|
59
|
+
static ngAcceptInputType_disabled: unknown;
|
|
60
|
+
static ngAcceptInputType_focused: unknown;
|
|
61
|
+
static ngAcceptInputType_readonly: unknown;
|
|
62
|
+
static ngAcceptInputType_error: unknown;
|
|
63
|
+
static ngAcceptInputType_maxLength: unknown;
|
|
64
|
+
static ngAcceptInputType_step: unknown;
|
|
57
65
|
}
|
|
@@ -17,4 +17,5 @@ export declare class GoabModal {
|
|
|
17
17
|
_onClose(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabModal, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabModal, "goab-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>;
|
|
20
|
+
static ngAcceptInputType_open: unknown;
|
|
20
21
|
}
|
|
@@ -4,4 +4,5 @@ export declare class GoabPages extends GoabBaseComponent {
|
|
|
4
4
|
current?: number;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabPages, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabPages, "goab-pages", never, { "current": { "alias": "current"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
static ngAcceptInputType_current: unknown;
|
|
7
8
|
}
|
|
@@ -6,7 +6,9 @@ export declare class GoabRadioItem extends GoabBaseComponent {
|
|
|
6
6
|
label?: string;
|
|
7
7
|
name?: string;
|
|
8
8
|
description: string | TemplateRef<any>;
|
|
9
|
+
reveal?: TemplateRef<any>;
|
|
9
10
|
ariaLabel?: string;
|
|
11
|
+
revealAriaLabel?: string;
|
|
10
12
|
disabled?: boolean;
|
|
11
13
|
checked?: boolean;
|
|
12
14
|
error?: boolean;
|
|
@@ -14,5 +16,8 @@ export declare class GoabRadioItem extends GoabBaseComponent {
|
|
|
14
16
|
getDescriptionAsString(): string;
|
|
15
17
|
getDescriptionAsTemplate(): TemplateRef<any> | null;
|
|
16
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabRadioItem, never>;
|
|
17
|
-
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; }; "ariaLabel": { "alias": "ariaLabel"; "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>;
|
|
19
|
+
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>;
|
|
20
|
+
static ngAcceptInputType_disabled: unknown;
|
|
21
|
+
static ngAcceptInputType_checked: unknown;
|
|
22
|
+
static ngAcceptInputType_error: unknown;
|
|
18
23
|
}
|
|
@@ -8,4 +8,5 @@ export declare class GoabSkeleton extends GoabBaseComponent {
|
|
|
8
8
|
lineCount?: number;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabSkeleton, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabSkeleton, "goab-skeleton", never, { "type": { "alias": "type"; "required": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "size": { "alias": "size"; "required": false; }; "lineCount": { "alias": "lineCount"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
static ngAcceptInputType_lineCount: unknown;
|
|
11
12
|
}
|
|
@@ -8,4 +8,5 @@ export declare class GoabTabs {
|
|
|
8
8
|
_onChange(e: Event): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabTabs, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabTabs, "goab-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
11
|
+
static ngAcceptInputType_initialTab: unknown;
|
|
11
12
|
}
|
|
@@ -18,4 +18,6 @@ export declare class GoabTextArea extends GoabControlValueAccessor {
|
|
|
18
18
|
_onKeyPress(e: Event): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabTextArea, never>;
|
|
20
20
|
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; }; }, { "onChange": "onChange"; "onKeyPress": "onKeyPress"; }, never, never, true, never>;
|
|
21
|
+
static ngAcceptInputType_rows: unknown;
|
|
22
|
+
static ngAcceptInputType_readOnly: unknown;
|
|
21
23
|
}
|