@abgov/angular-components 4.11.0-dev.1 → 4.11.0-dev.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/index.d.ts
CHANGED
|
@@ -1139,6 +1139,25 @@ declare class GoabPopover extends GoabBaseComponent$1 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 GoabPushDrawer implements OnInit {
|
|
1143
|
+
private cdr;
|
|
1144
|
+
open?: boolean;
|
|
1145
|
+
heading?: string | TemplateRef<any>;
|
|
1146
|
+
testId?: string;
|
|
1147
|
+
width?: string;
|
|
1148
|
+
actions?: TemplateRef<any>;
|
|
1149
|
+
onClose: EventEmitter<any>;
|
|
1150
|
+
isReady: boolean;
|
|
1151
|
+
constructor(cdr: ChangeDetectorRef);
|
|
1152
|
+
ngOnInit(): void;
|
|
1153
|
+
_onClose(): void;
|
|
1154
|
+
getHeadingAsString(): string;
|
|
1155
|
+
getHeadingAsTemplate(): TemplateRef<any> | null;
|
|
1156
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabPushDrawer, never>;
|
|
1157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabPushDrawer, "goab-push-drawer", never, { "open": { "alias": "open"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "width": { "alias": "width"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*"], true, never>;
|
|
1158
|
+
static ngAcceptInputType_open: unknown;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1142
1161
|
declare class GoabRadioGroup extends GoabControlValueAccessor$1 implements OnInit {
|
|
1143
1162
|
private cdr;
|
|
1144
1163
|
isReady: boolean;
|
|
@@ -1993,6 +2012,17 @@ declare class GoabxTable extends GoabBaseComponent implements OnInit {
|
|
|
1993
2012
|
static ngAcceptInputType_striped: unknown;
|
|
1994
2013
|
}
|
|
1995
2014
|
|
|
2015
|
+
declare class GoabxTableSortHeader implements OnInit {
|
|
2016
|
+
private cdr;
|
|
2017
|
+
isReady: boolean;
|
|
2018
|
+
name?: string;
|
|
2019
|
+
direction?: GoabTableSortDirection;
|
|
2020
|
+
constructor(cdr: ChangeDetectorRef);
|
|
2021
|
+
ngOnInit(): void;
|
|
2022
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTableSortHeader, never>;
|
|
2023
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTableSortHeader, "goabx-table-sort-header", never, { "name": { "alias": "name"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
1996
2026
|
declare class GoabxTextArea extends GoabControlValueAccessor implements OnInit {
|
|
1997
2027
|
private cdr;
|
|
1998
2028
|
name?: string;
|
|
@@ -2088,5 +2118,5 @@ declare class GoabxWorkSideMenuGroup implements OnInit {
|
|
|
2088
2118
|
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>;
|
|
2089
2119
|
}
|
|
2090
2120
|
|
|
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 };
|
|
2121
|
+
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, GoabPushDrawer, 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, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
|
|
2092
2122
|
export type { IgnoreMe };
|