@abgov/angular-components 4.10.0-dev.1 → 4.10.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
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { ElementRef, Renderer2, OnInit, TemplateRef, EventEmitter, ChangeDetectorRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, CheckboxControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import * as i1 from '@angular/common';
|
|
5
|
-
import { Spacing, GoabAccordionHeadingSize, GoabAccordionIconPosition, GoabBadgeType, GoabIconType, GoabBlockDirection, GoabBlockAlignment, GoabButtonType, GoabButtonSize, GoabButtonVariant, GoabButtonGroupAlignment, GoabButtonGroupGap, GoabCalendarOnChangeDetail, GoabCalloutType, GoabCalloutSize, GoabCalloutAriaLive, GoabCalloutIconTheme, GoabCheckboxOnChangeDetail, GoabCheckboxListOnChangeDetail, GoabChipVariant, GoabChipTheme, GoabCircularProgressVariant, GoabCircularProgressSize, GoabContainerType, GoabContainerAccent, GoabContainerPadding, GoabContainerWidth, GoabDatePickerInputType, GoabDatePickerOnChangeDetail, GoabDrawerPosition, GoabDrawerSize, GoabDropdownOnChangeDetail, GoabDropdownItemMountType, GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail, GoabFileUploadInputVariant, GoabFileUploadInputOnSelectFileDetail, GoabPublicFormStatus, GoabFormState, GoabPublicFormPageStep, GoabPublicFormPageButtonVisibility, GoabPublicFormTaskStatus, GoabFormDispatchOn, GoabFieldsetOnContinueDetail, GoabFormItemLabelSize, GoabFormItemRequirement, GoabFormStepStatus, GoabFormStepperOnChangeDetail, GoabIconOverridesType, GoabIconSize, GoabIconTheme, GoabIconButtonVariant, GoabInputType, GoabInputAutoCapitalize, GoabInputOnFocusDetail, GoabInputOnBlurDetail, GoabInputOnKeyPressDetail, GoabInputOnChangeDetail, GoabServiceLevel, GoabLinkTarget, GoabModalCalloutVariant, GoabModalTransition, GoabMenuButtonOnActionDetail, GoabNotificationType, GoabAriaLiveType, GoabPageBlockSize, GoabPaginationVariant, GoabPaginationOnChangeDetail, GoabPopoverPosition, GoabRadioGroupOrientation, GoabRadioGroupOnChangeDetail, GoabSkeletonType, GoabSkeletonSize, GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing, GoabTableVariant, GoabTableOnSortDetail, GoabTableSortDirection, GoabTabsOnChangeDetail, GoabTextTextElement, GoabTextHeadingElement, GoabTextSize, GoabTextMaxWidth, GoabTextColor, GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTextAreaOnBlurDetail, GoabTooltipPosition, GoabTooltipHorizontalAlignment } from '@abgov/ui-components-common';
|
|
5
|
+
import { Spacing, GoabAccordionHeadingSize, GoabAccordionIconPosition, GoabBadgeType, GoabIconType, GoabBlockDirection, GoabBlockAlignment, GoabButtonType, GoabButtonSize, GoabButtonVariant, GoabButtonGroupAlignment, GoabButtonGroupGap, GoabCalendarOnChangeDetail, GoabCalloutType, GoabCalloutSize, GoabCalloutAriaLive, GoabCalloutIconTheme, GoabCheckboxOnChangeDetail, GoabCheckboxListOnChangeDetail, GoabChipVariant, GoabChipTheme, GoabCircularProgressVariant, GoabCircularProgressSize, GoabContainerType, GoabContainerAccent, GoabContainerPadding, GoabContainerWidth, GoabDatePickerInputType, GoabDatePickerOnChangeDetail, GoabDrawerPosition, GoabDrawerSize, GoabDropdownOnChangeDetail, GoabDropdownItemMountType, GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail, GoabFileUploadInputVariant, GoabFileUploadInputOnSelectFileDetail, GoabPublicFormStatus, GoabFormState, GoabPublicFormPageStep, GoabPublicFormPageButtonVisibility, GoabPublicFormTaskStatus, GoabFormDispatchOn, GoabFieldsetOnContinueDetail, GoabFormItemLabelSize, GoabFormItemRequirement, GoabFormStepStatus, GoabFormStepperOnChangeDetail, GoabIconOverridesType, GoabIconSize, GoabIconTheme, GoabIconButtonVariant, GoabInputType, GoabInputAutoCapitalize, GoabInputOnFocusDetail, GoabInputOnBlurDetail, GoabInputOnKeyPressDetail, GoabInputOnChangeDetail, GoabServiceLevel, GoabLinkTarget, GoabModalCalloutVariant, GoabModalTransition, GoabMenuButtonOnActionDetail, GoabNotificationType, GoabAriaLiveType, GoabPageBlockSize, GoabPaginationVariant, GoabPaginationOnChangeDetail, GoabPopoverPosition, GoabRadioGroupOrientation, GoabRadioGroupOnChangeDetail, GoabSkeletonType, GoabSkeletonSize, GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing, GoabTableVariant, GoabTableOnSortDetail, GoabTableSortDirection, GoabTabsOnChangeDetail, GoabTextTextElement, GoabTextHeadingElement, GoabTextSize, GoabTextMaxWidth, GoabTextColor, GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTextAreaOnBlurDetail, GoabTooltipPosition, GoabTooltipHorizontalAlignment, GoabWorkSideMenuItemType } from '@abgov/ui-components-common';
|
|
6
6
|
export * from '@abgov/ui-components-common';
|
|
7
7
|
|
|
8
8
|
declare class ValueDirective implements ControlValueAccessor {
|
|
@@ -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 {
|
|
@@ -1020,11 +1023,13 @@ declare class GoabModal implements OnInit {
|
|
|
1020
1023
|
declare class GoabMenuButton {
|
|
1021
1024
|
text?: string;
|
|
1022
1025
|
type?: GoabButtonType;
|
|
1026
|
+
maxWidth?: string;
|
|
1027
|
+
leadingIcon?: GoabIconType;
|
|
1023
1028
|
testId?: string;
|
|
1024
1029
|
onAction: EventEmitter<GoabMenuButtonOnActionDetail>;
|
|
1025
1030
|
_onAction(e: Event): void;
|
|
1026
1031
|
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>;
|
|
1032
|
+
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
1033
|
}
|
|
1029
1034
|
|
|
1030
1035
|
declare class GoabMenuAction {
|
|
@@ -1329,5 +1334,43 @@ declare class GoabTooltip extends GoabBaseComponent implements OnInit {
|
|
|
1329
1334
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabTooltip, "goab-tooltip", never, { "position": { "alias": "position"; "required": false; }; "content": { "alias": "content"; "required": false; }; "hAlign": { "alias": "hAlign"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1330
1335
|
}
|
|
1331
1336
|
|
|
1332
|
-
|
|
1337
|
+
declare class GoabxWorkSideMenu implements OnInit {
|
|
1338
|
+
private cdr;
|
|
1339
|
+
heading: string;
|
|
1340
|
+
url: string;
|
|
1341
|
+
userName?: string;
|
|
1342
|
+
userSecondaryText?: string;
|
|
1343
|
+
open?: boolean;
|
|
1344
|
+
testId?: string;
|
|
1345
|
+
primaryContent: TemplateRef<any>;
|
|
1346
|
+
secondaryContent: TemplateRef<any>;
|
|
1347
|
+
accountContent: TemplateRef<any>;
|
|
1348
|
+
onToggle: EventEmitter<any>;
|
|
1349
|
+
isReady: boolean;
|
|
1350
|
+
constructor(cdr: ChangeDetectorRef);
|
|
1351
|
+
ngOnInit(): void;
|
|
1352
|
+
_onToggle(): void;
|
|
1353
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenu, never>;
|
|
1354
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenu, "goabx-work-side-menu", never, { "heading": { "alias": "heading"; "required": true; }; "url": { "alias": "url"; "required": true; }; "userName": { "alias": "userName"; "required": false; }; "userSecondaryText": { "alias": "userSecondaryText"; "required": false; }; "open": { "alias": "open"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "primaryContent": { "alias": "primaryContent"; "required": false; }; "secondaryContent": { "alias": "secondaryContent"; "required": false; }; "accountContent": { "alias": "accountContent"; "required": false; }; }, { "onToggle": "onToggle"; }, never, never, true, never>;
|
|
1355
|
+
static ngAcceptInputType_open: unknown;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
declare class GoabxWorkSideMenuItem implements OnInit {
|
|
1359
|
+
private cdr;
|
|
1360
|
+
label: string;
|
|
1361
|
+
url: string;
|
|
1362
|
+
badge?: string;
|
|
1363
|
+
current?: boolean;
|
|
1364
|
+
divider?: boolean;
|
|
1365
|
+
icon?: string;
|
|
1366
|
+
testId?: string;
|
|
1367
|
+
type?: GoabWorkSideMenuItemType;
|
|
1368
|
+
isReady: boolean;
|
|
1369
|
+
constructor(cdr: ChangeDetectorRef);
|
|
1370
|
+
ngOnInit(): void;
|
|
1371
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuItem, never>;
|
|
1372
|
+
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>;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
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 };
|
|
1333
1376
|
export type { IgnoreMe };
|