@abgov/angular-components 4.11.0-dev.6 → 4.11.0-dev.8
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
|
@@ -1559,6 +1559,23 @@ declare class GoabxCheckbox extends GoabControlValueAccessor implements OnInit {
|
|
|
1559
1559
|
static ngAcceptInputType_indeterminate: unknown;
|
|
1560
1560
|
}
|
|
1561
1561
|
|
|
1562
|
+
declare class GoabxCheckboxList extends GoabControlValueAccessor implements OnInit {
|
|
1563
|
+
private cdr;
|
|
1564
|
+
isReady: boolean;
|
|
1565
|
+
version: string;
|
|
1566
|
+
name: string;
|
|
1567
|
+
maxWidth?: string;
|
|
1568
|
+
size?: "default" | "compact";
|
|
1569
|
+
value?: string[];
|
|
1570
|
+
constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
1571
|
+
ngOnInit(): void;
|
|
1572
|
+
onChange: EventEmitter<GoabCheckboxListOnChangeDetail>;
|
|
1573
|
+
_onChange(e: Event): void;
|
|
1574
|
+
writeValue(value: string[] | null): void;
|
|
1575
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxCheckboxList, never>;
|
|
1576
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxCheckboxList, "goabx-checkbox-list", never, { "name": { "alias": "name"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1562
1579
|
declare class GoabxDatePicker extends GoabControlValueAccessor implements OnInit {
|
|
1563
1580
|
protected elementRef: ElementRef;
|
|
1564
1581
|
private cdr;
|
|
@@ -1853,6 +1870,30 @@ declare class GoabxLink implements OnInit {
|
|
|
1853
1870
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxLink, "goabx-link", never, { "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "action": { "alias": "action"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "actionArg": { "alias": "actionArg"; "required": false; }; "actionArgs": { "alias": "actionArgs"; "required": false; }; "mt": { "alias": "mt"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1854
1871
|
}
|
|
1855
1872
|
|
|
1873
|
+
declare class GoabxMenuAction {
|
|
1874
|
+
text: string;
|
|
1875
|
+
action: string;
|
|
1876
|
+
icon?: GoabIconType;
|
|
1877
|
+
testId?: string;
|
|
1878
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxMenuAction, never>;
|
|
1879
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxMenuAction, "goabx-menu-action", never, { "text": { "alias": "text"; "required": true; }; "action": { "alias": "action"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, true, never>;
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
declare class GoabxMenuButton {
|
|
1883
|
+
text?: string;
|
|
1884
|
+
type?: GoabButtonType;
|
|
1885
|
+
size?: GoabButtonSize;
|
|
1886
|
+
variant?: GoabButtonVariant;
|
|
1887
|
+
maxWidth?: string;
|
|
1888
|
+
leadingIcon?: GoabIconType;
|
|
1889
|
+
ariaLabel?: string;
|
|
1890
|
+
testId?: string;
|
|
1891
|
+
onAction: EventEmitter<GoabMenuButtonOnActionDetail>;
|
|
1892
|
+
_onAction(e: Event): void;
|
|
1893
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxMenuButton, never>;
|
|
1894
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxMenuButton, "goabx-menu-button", never, { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onAction": "onAction"; }, never, ["*"], true, never>;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1856
1897
|
declare class GoabxModal implements OnInit {
|
|
1857
1898
|
private cdr;
|
|
1858
1899
|
isReady: boolean;
|
|
@@ -2135,5 +2176,5 @@ declare class GoabxWorkSideMenuGroup implements OnInit {
|
|
|
2135
2176
|
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>;
|
|
2136
2177
|
}
|
|
2137
2178
|
|
|
2138
|
-
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, GoabxTab, GoabxTable, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
|
|
2179
|
+
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, GoabxCheckboxList, GoabxDatePicker, GoabxDrawer, GoabxDropdown, GoabxDropdownItem, GoabxFileUploadCard, GoabxFileUploadInput, GoabxFilterChip, GoabxFormItem, GoabxInput, GoabxLink, GoabxMenuAction, GoabxMenuButton, GoabxModal, GoabxNotification, GoabxPagination, GoabxRadioGroup, GoabxRadioItem, GoabxSideMenu, GoabxSideMenuGroup, GoabxSideMenuHeading, GoabxTab, GoabxTable, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, ValueDirective, ValueListDirective };
|
|
2139
2180
|
export type { IgnoreMe };
|