@abgov/angular-components 4.10.0-dev.2 → 4.10.0-dev.5
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/index.d.ts
CHANGED
|
@@ -173,11 +173,14 @@ declare class GoabBlock extends GoabBaseComponent implements OnInit {
|
|
|
173
173
|
gap?: Spacing;
|
|
174
174
|
direction?: GoabBlockDirection;
|
|
175
175
|
alignment?: GoabBlockAlignment;
|
|
176
|
+
width?: string;
|
|
177
|
+
minWidth?: string;
|
|
178
|
+
maxWidth?: string;
|
|
176
179
|
isReady: boolean;
|
|
177
180
|
constructor(cdr: ChangeDetectorRef);
|
|
178
181
|
ngOnInit(): void;
|
|
179
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabBlock, never>;
|
|
180
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabBlock, "goab-block", never, { "gap": { "alias": "gap"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
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>;
|
|
181
184
|
}
|
|
182
185
|
|
|
183
186
|
declare class GoabButton extends GoabBaseComponent implements OnInit {
|
|
@@ -950,6 +953,20 @@ declare class GoabInputNumber implements ControlValueAccessor, OnInit {
|
|
|
950
953
|
static ngAcceptInputType_step: unknown;
|
|
951
954
|
}
|
|
952
955
|
|
|
956
|
+
declare class GoabLinearProgress implements OnInit {
|
|
957
|
+
private cdr;
|
|
958
|
+
progress?: number | null | undefined;
|
|
959
|
+
percentVisibility?: "visible" | "hidden" | undefined;
|
|
960
|
+
ariaLabel?: string;
|
|
961
|
+
ariaLabelledBy?: string;
|
|
962
|
+
testid?: string;
|
|
963
|
+
isReady: boolean;
|
|
964
|
+
constructor(cdr: ChangeDetectorRef);
|
|
965
|
+
ngOnInit(): void;
|
|
966
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabLinearProgress, never>;
|
|
967
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabLinearProgress, "goab-linear-progress", never, { "progress": { "alias": "progress"; "required": false; }; "percentVisibility": { "alias": "percentVisibility"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "testid": { "alias": "testid"; "required": false; }; }, {}, never, never, true, never>;
|
|
968
|
+
}
|
|
969
|
+
|
|
953
970
|
declare class GoabLink implements OnInit {
|
|
954
971
|
private cdr;
|
|
955
972
|
isReady: boolean;
|
|
@@ -1020,11 +1037,13 @@ declare class GoabModal implements OnInit {
|
|
|
1020
1037
|
declare class GoabMenuButton {
|
|
1021
1038
|
text?: string;
|
|
1022
1039
|
type?: GoabButtonType;
|
|
1040
|
+
maxWidth?: string;
|
|
1041
|
+
leadingIcon?: GoabIconType;
|
|
1023
1042
|
testId?: string;
|
|
1024
1043
|
onAction: EventEmitter<GoabMenuButtonOnActionDetail>;
|
|
1025
1044
|
_onAction(e: Event): void;
|
|
1026
1045
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabMenuButton, never>;
|
|
1027
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabMenuButton, "goab-menu-button", never, { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onAction": "onAction"; }, never, ["*"], true, never>;
|
|
1046
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabMenuButton, "goab-menu-button", never, { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onAction": "onAction"; }, never, ["*"], true, never>;
|
|
1028
1047
|
}
|
|
1029
1048
|
|
|
1030
1049
|
declare class GoabMenuAction {
|
|
@@ -1367,5 +1386,5 @@ declare class GoabxWorkSideMenuItem implements OnInit {
|
|
|
1367
1386
|
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>;
|
|
1368
1387
|
}
|
|
1369
1388
|
|
|
1370
|
-
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, GoabDatePicker, GoabDetails, GoabDivider, GoabDrawer, GoabDropdown, GoabDropdownItem, GoabFieldset, GoabFileUploadCard, GoabFileUploadInput, GoabFilterChip, GoabFormItem, GoabFormItemSlot, GoabFormStep, GoabFormStepper, GoabGrid, GoabHeroBanner, GoabIcon, GoabIconButton, GoabInput, GoabInputNumber, 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 };
|
|
1389
|
+
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, 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 };
|
|
1371
1390
|
export type { IgnoreMe };
|