@abgov/angular-components 4.10.0-dev.11 → 4.10.0-dev.13
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
|
@@ -1242,12 +1242,13 @@ 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
|
|
|
@@ -1403,5 +1404,17 @@ declare class GoabxWorkSideMenuItem implements OnInit {
|
|
|
1403
1404
|
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>;
|
|
1404
1405
|
}
|
|
1405
1406
|
|
|
1406
|
-
|
|
1407
|
+
declare class GoabxWorkSideMenuGroup implements OnInit {
|
|
1408
|
+
private cdr;
|
|
1409
|
+
heading: string;
|
|
1410
|
+
icon: GoabIconType;
|
|
1411
|
+
testId?: string;
|
|
1412
|
+
isReady: boolean;
|
|
1413
|
+
constructor(cdr: ChangeDetectorRef);
|
|
1414
|
+
ngOnInit(): void;
|
|
1415
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuGroup, never>;
|
|
1416
|
+
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>;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
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, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
|
|
1407
1420
|
export type { IgnoreMe };
|