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