@abgov/angular-components 4.11.0-dev.10 → 4.11.0-dev.16
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
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
|
-
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, GoabTabsVariant, GoabTabsOnChangeDetail, GoabTextTextElement, GoabTextHeadingElement, GoabTextSize, GoabTextMaxWidth, GoabTextColor, GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTextAreaOnBlurDetail, GoabTooltipPosition, GoabTooltipHorizontalAlignment, GoabxBadgeType, GoabBadgeSize, GoabBadgeEmphasis, GoabCalloutEmphasis, GoabCheckboxSize, GoabDropdownSize, GoabFormItemType, GoabInputSize, GoabLinkColor, GoabLinkSize, GoabNotificationEmphasis, GoabRadioGroupSize, GoabTextAreaSize, GoabTabsOrientation, GoabWorkSideMenuItemType } from '@abgov/ui-components-common';
|
|
4
|
+
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, GoabTabsVariant, GoabTabsOnChangeDetail, GoabTextTextElement, GoabTextHeadingElement, GoabTextSize, GoabTextMaxWidth, GoabTextColor, GoabTextAreaCountBy, GoabTextAreaOnChangeDetail, GoabTextAreaOnKeyPressDetail, GoabTextAreaOnBlurDetail, GoabTooltipPosition, GoabTooltipHorizontalAlignment, GoabxBadgeType, GoabBadgeSize, GoabBadgeEmphasis, GoabCalloutEmphasis, GoabCheckboxSize, GoabDropdownSize, GoabFormItemType, GoabInputSize, GoabLinkColor, GoabLinkSize, GoabNotificationEmphasis, GoabRadioGroupSize, GoabTableSortMode, GoabTableOnMultiSortDetail, GoabTableSortOrder, GoabTextAreaSize, GoabTabsOrientation, GoabTabsNavigation, GoabWorkSideMenuItemType, GoabWorkSideNotificationActiveTabType, GoabWorkSideNotificationItemType, GoabWorkSideNotificationReadStatus, GoabWorkSideNotificationPriority } from '@abgov/ui-components-common';
|
|
5
5
|
export * from '@abgov/ui-components-common';
|
|
6
6
|
|
|
7
7
|
declare class ValueDirective implements ControlValueAccessor {
|
|
@@ -220,10 +220,15 @@ declare class GoabCalendar extends GoabBaseComponent$1 implements OnInit {
|
|
|
220
220
|
private cdr;
|
|
221
221
|
name?: string;
|
|
222
222
|
value?: Date | string;
|
|
223
|
-
min?: Date;
|
|
224
|
-
max?: Date;
|
|
223
|
+
min?: Date | string | undefined;
|
|
224
|
+
max?: Date | string | undefined;
|
|
225
225
|
onChange: EventEmitter<GoabCalendarOnChangeDetail>;
|
|
226
226
|
isReady: boolean;
|
|
227
|
+
private once;
|
|
228
|
+
private formatValue;
|
|
229
|
+
valueString(): string;
|
|
230
|
+
minString(): string;
|
|
231
|
+
maxString(): string;
|
|
227
232
|
constructor(cdr: ChangeDetectorRef);
|
|
228
233
|
ngOnInit(): void;
|
|
229
234
|
_onChange(e: Event): void;
|
|
@@ -419,7 +424,11 @@ declare class GoabDatePicker extends GoabControlValueAccessor$1 implements OnIni
|
|
|
419
424
|
relative?: boolean;
|
|
420
425
|
width?: string;
|
|
421
426
|
onChange: EventEmitter<GoabDatePickerOnChangeDetail>;
|
|
422
|
-
|
|
427
|
+
private once;
|
|
428
|
+
private formatValue;
|
|
429
|
+
valueString(): string;
|
|
430
|
+
minString(): string;
|
|
431
|
+
maxString(): string;
|
|
423
432
|
_onChange(e: Event): void;
|
|
424
433
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
425
434
|
ngOnInit(): void;
|
|
@@ -1456,6 +1465,37 @@ declare abstract class GoabControlValueAccessor extends GoabBaseComponent implem
|
|
|
1456
1465
|
static ngAcceptInputType_error: unknown;
|
|
1457
1466
|
}
|
|
1458
1467
|
|
|
1468
|
+
declare class GoabxAppHeader extends GoabBaseComponent implements OnInit {
|
|
1469
|
+
private cdr;
|
|
1470
|
+
url?: string;
|
|
1471
|
+
heading?: string;
|
|
1472
|
+
secondaryText?: string;
|
|
1473
|
+
maxContentWidth?: string;
|
|
1474
|
+
fullMenuBreakpoint?: number;
|
|
1475
|
+
isReady: boolean;
|
|
1476
|
+
version: string;
|
|
1477
|
+
constructor(cdr: ChangeDetectorRef);
|
|
1478
|
+
ngOnInit(): void;
|
|
1479
|
+
onMenuClick: EventEmitter<any>;
|
|
1480
|
+
_onMenuClick(): void;
|
|
1481
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxAppHeader, never>;
|
|
1482
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxAppHeader, "goabx-app-header", never, { "url": { "alias": "url"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "secondaryText": { "alias": "secondaryText"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "fullMenuBreakpoint": { "alias": "fullMenuBreakpoint"; "required": false; }; }, { "onMenuClick": "onMenuClick"; }, never, ["*"], true, never>;
|
|
1483
|
+
static ngAcceptInputType_fullMenuBreakpoint: unknown;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
declare class GoabxAppHeaderMenu extends GoabBaseComponent implements OnInit {
|
|
1487
|
+
private cdr;
|
|
1488
|
+
leadingIcon?: GoabIconType;
|
|
1489
|
+
heading?: string;
|
|
1490
|
+
slotName?: string;
|
|
1491
|
+
get hostSlot(): string | null;
|
|
1492
|
+
isReady: boolean;
|
|
1493
|
+
constructor(cdr: ChangeDetectorRef);
|
|
1494
|
+
ngOnInit(): void;
|
|
1495
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxAppHeaderMenu, never>;
|
|
1496
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxAppHeaderMenu, "goabx-app-header-menu", never, { "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "slotName": { "alias": "slotName"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1459
1499
|
declare class GoabxBadge extends GoabBaseComponent implements OnInit {
|
|
1460
1500
|
private cdr;
|
|
1461
1501
|
type?: GoabxBadgeType;
|
|
@@ -1503,10 +1543,15 @@ declare class GoabxCalendar extends GoabBaseComponent implements OnInit {
|
|
|
1503
1543
|
version: number;
|
|
1504
1544
|
name?: string;
|
|
1505
1545
|
value?: Date | string;
|
|
1506
|
-
min?: Date;
|
|
1507
|
-
max?: Date;
|
|
1546
|
+
min?: Date | string | undefined;
|
|
1547
|
+
max?: Date | string | undefined;
|
|
1508
1548
|
onChange: EventEmitter<GoabCalendarOnChangeDetail>;
|
|
1509
1549
|
isReady: boolean;
|
|
1550
|
+
private once;
|
|
1551
|
+
private formatValue;
|
|
1552
|
+
valueString(): string;
|
|
1553
|
+
minString(): string;
|
|
1554
|
+
maxString(): string;
|
|
1510
1555
|
constructor(cdr: ChangeDetectorRef);
|
|
1511
1556
|
ngOnInit(): void;
|
|
1512
1557
|
_onChange(e: Event): void;
|
|
@@ -1592,7 +1637,11 @@ declare class GoabxDatePicker extends GoabControlValueAccessor implements OnInit
|
|
|
1592
1637
|
relative?: boolean;
|
|
1593
1638
|
width?: string;
|
|
1594
1639
|
onChange: EventEmitter<GoabDatePickerOnChangeDetail>;
|
|
1595
|
-
|
|
1640
|
+
private once;
|
|
1641
|
+
private formatValue;
|
|
1642
|
+
valueString(): string;
|
|
1643
|
+
minString(): string;
|
|
1644
|
+
maxString(): string;
|
|
1596
1645
|
_onChange(e: Event): void;
|
|
1597
1646
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
1598
1647
|
ngOnInit(): void;
|
|
@@ -1624,6 +1673,26 @@ declare class GoabxDrawer implements OnInit {
|
|
|
1624
1673
|
static ngAcceptInputType_open: unknown;
|
|
1625
1674
|
}
|
|
1626
1675
|
|
|
1676
|
+
declare class GoabxPushDrawer implements OnInit {
|
|
1677
|
+
private cdr;
|
|
1678
|
+
version: string;
|
|
1679
|
+
open?: boolean;
|
|
1680
|
+
heading: string | TemplateRef<any>;
|
|
1681
|
+
width?: string;
|
|
1682
|
+
testId?: string;
|
|
1683
|
+
actions: TemplateRef<any>;
|
|
1684
|
+
onClose: EventEmitter<any>;
|
|
1685
|
+
isReady: boolean;
|
|
1686
|
+
constructor(cdr: ChangeDetectorRef);
|
|
1687
|
+
ngOnInit(): void;
|
|
1688
|
+
_onClose(): void;
|
|
1689
|
+
getHeadingAsString(): string;
|
|
1690
|
+
getHeadingAsTemplate(): TemplateRef<any> | null;
|
|
1691
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxPushDrawer, never>;
|
|
1692
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxPushDrawer, "goabx-push-drawer", never, { "open": { "alias": "open"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "width": { "alias": "width"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*"], true, never>;
|
|
1693
|
+
static ngAcceptInputType_open: unknown;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1627
1696
|
declare class GoabxDropdown extends GoabControlValueAccessor implements OnInit {
|
|
1628
1697
|
private cdr;
|
|
1629
1698
|
name?: string;
|
|
@@ -2043,13 +2112,16 @@ declare class GoabxTable extends GoabBaseComponent implements OnInit {
|
|
|
2043
2112
|
version: string;
|
|
2044
2113
|
width?: string;
|
|
2045
2114
|
variant?: GoabTableVariant;
|
|
2115
|
+
sortMode?: GoabTableSortMode;
|
|
2046
2116
|
striped?: boolean;
|
|
2047
2117
|
constructor(cdr: ChangeDetectorRef);
|
|
2048
2118
|
ngOnInit(): void;
|
|
2049
2119
|
onSort: EventEmitter<GoabTableOnSortDetail>;
|
|
2120
|
+
onMultiSort: EventEmitter<GoabTableOnMultiSortDetail>;
|
|
2050
2121
|
_onSort(e: Event): void;
|
|
2122
|
+
_onMultiSort(e: Event): void;
|
|
2051
2123
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTable, never>;
|
|
2052
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTable, "goabx-table", never, { "width": { "alias": "width"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; }, { "onSort": "onSort"; }, never, ["*"], true, never>;
|
|
2124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTable, "goabx-table", never, { "width": { "alias": "width"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "sortMode": { "alias": "sortMode"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; }, { "onSort": "onSort"; "onMultiSort": "onMultiSort"; }, never, ["*"], true, never>;
|
|
2053
2125
|
static ngAcceptInputType_striped: unknown;
|
|
2054
2126
|
}
|
|
2055
2127
|
|
|
@@ -2058,10 +2130,11 @@ declare class GoabxTableSortHeader implements OnInit {
|
|
|
2058
2130
|
isReady: boolean;
|
|
2059
2131
|
name?: string;
|
|
2060
2132
|
direction?: GoabTableSortDirection;
|
|
2133
|
+
sortOrder?: GoabTableSortOrder;
|
|
2061
2134
|
constructor(cdr: ChangeDetectorRef);
|
|
2062
2135
|
ngOnInit(): void;
|
|
2063
2136
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTableSortHeader, never>;
|
|
2064
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTableSortHeader, "goabx-table-sort-header", never, { "name": { "alias": "name"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2137
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTableSortHeader, "goabx-table-sort-header", never, { "name": { "alias": "name"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "sortOrder": { "alias": "sortOrder"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2065
2138
|
}
|
|
2066
2139
|
|
|
2067
2140
|
declare class GoabxTextArea extends GoabControlValueAccessor implements OnInit {
|
|
@@ -2117,12 +2190,13 @@ declare class GoabxTabs implements OnInit {
|
|
|
2117
2190
|
variant?: GoabTabsVariant;
|
|
2118
2191
|
/** Tab layout orientation. "auto" stacks vertically on mobile (default), "horizontal" keeps horizontal on all screen sizes. */
|
|
2119
2192
|
orientation?: GoabTabsOrientation;
|
|
2193
|
+
navigation?: GoabTabsNavigation;
|
|
2120
2194
|
constructor(cdr: ChangeDetectorRef);
|
|
2121
2195
|
ngOnInit(): void;
|
|
2122
2196
|
onChange: EventEmitter<GoabTabsOnChangeDetail>;
|
|
2123
2197
|
_onChange(e: Event): void;
|
|
2124
2198
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxTabs, never>;
|
|
2125
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTabs, "goabx-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
2199
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxTabs, "goabx-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
|
|
2126
2200
|
static ngAcceptInputType_initialTab: unknown;
|
|
2127
2201
|
}
|
|
2128
2202
|
|
|
@@ -2138,45 +2212,82 @@ declare class GoabxWorkSideMenu implements OnInit {
|
|
|
2138
2212
|
secondaryContent: TemplateRef<any>;
|
|
2139
2213
|
accountContent: TemplateRef<any>;
|
|
2140
2214
|
onToggle: EventEmitter<any>;
|
|
2215
|
+
onNavigate: EventEmitter<string>;
|
|
2141
2216
|
isReady: boolean;
|
|
2142
2217
|
constructor(cdr: ChangeDetectorRef);
|
|
2143
2218
|
ngOnInit(): void;
|
|
2144
2219
|
_onToggle(): void;
|
|
2220
|
+
_onNavigate(e: Event): void;
|
|
2145
2221
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenu, never>;
|
|
2146
|
-
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>;
|
|
2222
|
+
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"; "onNavigate": "onNavigate"; }, never, never, true, never>;
|
|
2147
2223
|
static ngAcceptInputType_open: unknown;
|
|
2148
2224
|
}
|
|
2149
2225
|
|
|
2150
2226
|
declare class GoabxWorkSideMenuItem implements OnInit {
|
|
2151
2227
|
private cdr;
|
|
2152
2228
|
label: string;
|
|
2153
|
-
url
|
|
2229
|
+
url?: string;
|
|
2154
2230
|
badge?: string;
|
|
2155
2231
|
current?: boolean;
|
|
2156
2232
|
divider?: boolean;
|
|
2157
2233
|
icon?: string;
|
|
2158
2234
|
testId?: string;
|
|
2159
2235
|
type?: GoabWorkSideMenuItemType;
|
|
2236
|
+
popoverContent: TemplateRef<any>;
|
|
2160
2237
|
isReady: boolean;
|
|
2161
2238
|
constructor(cdr: ChangeDetectorRef);
|
|
2162
2239
|
ngOnInit(): void;
|
|
2163
2240
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuItem, never>;
|
|
2164
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenuItem, "goabx-work-side-menu-item", never, { "label": { "alias": "label"; "required": true; }; "url": { "alias": "url"; "required":
|
|
2241
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenuItem, "goabx-work-side-menu-item", never, { "label": { "alias": "label"; "required": true; }; "url": { "alias": "url"; "required": false; }; "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; }; "popoverContent": { "alias": "popoverContent"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2165
2242
|
}
|
|
2166
2243
|
|
|
2167
2244
|
declare class GoabxWorkSideMenuGroup implements OnInit {
|
|
2168
2245
|
private cdr;
|
|
2169
2246
|
heading: string;
|
|
2170
|
-
icon
|
|
2247
|
+
icon?: GoabIconType;
|
|
2171
2248
|
open?: boolean;
|
|
2172
2249
|
testId?: string;
|
|
2173
2250
|
isReady: boolean;
|
|
2174
2251
|
constructor(cdr: ChangeDetectorRef);
|
|
2175
2252
|
ngOnInit(): void;
|
|
2176
2253
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideMenuGroup, never>;
|
|
2177
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenuGroup, "goabx-work-side-menu-group", never, { "heading": { "alias": "heading"; "required": true; }; "icon": { "alias": "icon"; "required":
|
|
2254
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideMenuGroup, "goabx-work-side-menu-group", never, { "heading": { "alias": "heading"; "required": true; }; "icon": { "alias": "icon"; "required": false; }; "open": { "alias": "open"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2178
2255
|
static ngAcceptInputType_open: unknown;
|
|
2179
2256
|
}
|
|
2180
2257
|
|
|
2181
|
-
|
|
2258
|
+
declare class GoabxWorkSideNotificationPanel implements OnInit {
|
|
2259
|
+
private cdr;
|
|
2260
|
+
heading?: string;
|
|
2261
|
+
activeTab?: GoabWorkSideNotificationActiveTabType;
|
|
2262
|
+
testId?: string;
|
|
2263
|
+
onMarkAllRead: EventEmitter<void>;
|
|
2264
|
+
onViewAll: EventEmitter<void>;
|
|
2265
|
+
isReady: boolean;
|
|
2266
|
+
constructor(cdr: ChangeDetectorRef);
|
|
2267
|
+
ngOnInit(): void;
|
|
2268
|
+
_onMarkAllRead(): void;
|
|
2269
|
+
_onViewAll(): void;
|
|
2270
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideNotificationPanel, never>;
|
|
2271
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideNotificationPanel, "goabx-work-side-notification-panel", never, { "heading": { "alias": "heading"; "required": false; }; "activeTab": { "alias": "activeTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onMarkAllRead": "onMarkAllRead"; "onViewAll": "onViewAll"; }, never, ["*"], true, never>;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
declare class GoabxWorkSideNotificationItem implements OnInit {
|
|
2275
|
+
private cdr;
|
|
2276
|
+
type?: GoabWorkSideNotificationItemType;
|
|
2277
|
+
timestamp?: string;
|
|
2278
|
+
title?: string;
|
|
2279
|
+
description: string;
|
|
2280
|
+
readStatus?: GoabWorkSideNotificationReadStatus;
|
|
2281
|
+
priority?: GoabWorkSideNotificationPriority;
|
|
2282
|
+
testId?: string;
|
|
2283
|
+
onClick: EventEmitter<void>;
|
|
2284
|
+
isReady: boolean;
|
|
2285
|
+
constructor(cdr: ChangeDetectorRef);
|
|
2286
|
+
ngOnInit(): void;
|
|
2287
|
+
_onClick(): void;
|
|
2288
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoabxWorkSideNotificationItem, never>;
|
|
2289
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabxWorkSideNotificationItem, "goabx-work-side-notification-item", never, { "type": { "alias": "type"; "required": false; }; "timestamp": { "alias": "timestamp"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": true; }; "readStatus": { "alias": "readStatus"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onClick": "onClick"; }, never, never, true, never>;
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
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, GoabxAppHeader, GoabxAppHeaderMenu, GoabxBadge, GoabxButton, GoabxCalendar, GoabxCallout, GoabxCheckbox, GoabxCheckboxList, GoabxDatePicker, GoabxDrawer, GoabxDropdown, GoabxDropdownItem, GoabxFileUploadCard, GoabxFileUploadInput, GoabxFilterChip, GoabxFormItem, GoabxInput, GoabxLink, GoabxMenuAction, GoabxMenuButton, GoabxModal, GoabxNotification, GoabxPagination, GoabxPushDrawer, GoabxRadioGroup, GoabxRadioItem, GoabxSideMenu, GoabxSideMenuGroup, GoabxSideMenuHeading, GoabxTab, GoabxTable, GoabxTableSortHeader, GoabxTabs, GoabxTextArea, GoabxWorkSideMenu, GoabxWorkSideMenuGroup, GoabxWorkSideMenuItem, GoabxWorkSideNotificationItem, GoabxWorkSideNotificationPanel, ValueDirective, ValueListDirective };
|
|
2182
2293
|
export type { IgnoreMe };
|