@softheon/armature 21.2.7 → 21.3.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "21.2.7",
3
+ "version": "21.3.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.8.1"
6
6
  },
@@ -10,7 +10,7 @@ import * as i3 from '@angular/router';
10
10
  import { Router, ActivatedRoute } from '@angular/router';
11
11
  import * as i2 from '@angular/common';
12
12
  import { Location, DatePipe } from '@angular/common';
13
- import * as i23 from '@angular/forms';
13
+ import * as i22 from '@angular/forms';
14
14
  import { FormGroup, FormControl, FormBuilder, ControlValueAccessor, Validator, NgControl, ValidationErrors, AbstractControl } from '@angular/forms';
15
15
  import * as i7 from '@ngbracket/ngx-layout';
16
16
  import * as i12 from '@angular/material/input';
@@ -41,16 +41,16 @@ import { MatMenuTrigger } from '@angular/material/menu';
41
41
  import * as i20 from '@angular/material/progress-bar';
42
42
  import * as i21 from '@angular/material/tabs';
43
43
  import * as i7$1 from '@angular/material/toolbar';
44
- import * as i26 from '@angular/material/core';
44
+ import * as i25 from '@angular/material/core';
45
45
  import { ThemePalette } from '@angular/material/core';
46
- import * as i29 from '@angular/material/dialog';
46
+ import * as i28 from '@angular/material/dialog';
47
47
  import { MatDialogRef } from '@angular/material/dialog';
48
- import * as i41 from '@angular/cdk/drag-drop';
48
+ import * as i40 from '@angular/cdk/drag-drop';
49
49
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
50
- import * as i27 from '@angular/material/checkbox';
51
- import * as i35 from '@angular/material/card';
52
- import * as i36 from '@angular/material/radio';
53
- import * as i37 from '@angular/material/paginator';
50
+ import * as i26 from '@angular/material/checkbox';
51
+ import * as i34 from '@angular/material/card';
52
+ import * as i35 from '@angular/material/radio';
53
+ import * as i36 from '@angular/material/paginator';
54
54
  import { CookieService } from 'ngx-cookie-service';
55
55
  import { MatBottomSheetRef } from '@angular/material/bottom-sheet';
56
56
  import moment$1 from 'moment';
@@ -1989,7 +1989,7 @@ declare class PhoneFormatPipe implements PipeTransform {
1989
1989
  /** Armature forms module */
1990
1990
  declare class FormsModule {
1991
1991
  static ɵfac: i0.ɵɵFactoryDeclaration<FormsModule, never>;
1992
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormsModule, [typeof SofAddressComponent, typeof LettersCharactersDirective, typeof LettersOnlyDirective, typeof NumbersOnlyDirective, typeof AlphaNumericDirective, typeof InputTrimDirective, typeof DateInputFilterDirective, typeof PhoneFormatPipe], [typeof i2.CommonModule, typeof i7.FlexLayoutModule, typeof i23.ReactiveFormsModule, typeof i12.MatInputModule, typeof i13.MatFormFieldModule, typeof i19.MatSelectModule, typeof i15.MatSnackBarModule], [typeof SofAddressComponent, typeof LettersCharactersDirective, typeof LettersOnlyDirective, typeof NumbersOnlyDirective, typeof AlphaNumericDirective, typeof InputTrimDirective, typeof DateInputFilterDirective, typeof PhoneFormatPipe]>;
1992
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormsModule, [typeof SofAddressComponent, typeof LettersCharactersDirective, typeof LettersOnlyDirective, typeof NumbersOnlyDirective, typeof AlphaNumericDirective, typeof InputTrimDirective, typeof DateInputFilterDirective, typeof PhoneFormatPipe], [typeof i2.CommonModule, typeof i7.FlexLayoutModule, typeof i22.ReactiveFormsModule, typeof i12.MatInputModule, typeof i13.MatFormFieldModule, typeof i19.MatSelectModule, typeof i15.MatSnackBarModule], [typeof SofAddressComponent, typeof LettersCharactersDirective, typeof LettersOnlyDirective, typeof NumbersOnlyDirective, typeof AlphaNumericDirective, typeof InputTrimDirective, typeof DateInputFilterDirective, typeof PhoneFormatPipe]>;
1993
1993
  static ɵinj: i0.ɵɵInjectorDeclaration<FormsModule>;
1994
1994
  }
1995
1995
 
@@ -3040,7 +3040,7 @@ declare class SofBreadcrumbsHistoryComponent implements OnDestroy {
3040
3040
  *
3041
3041
  * @todo `mobile styling` - awaiting design, minor adjustments have been made - 1/2/25 ...
3042
3042
  */
3043
- declare class SofNavPanelComponent implements OnInit, OnChanges {
3043
+ declare class SofNavPanelComponent implements OnInit, OnChanges, AfterViewInit {
3044
3044
  /**
3045
3045
  * Component Input (required) - Navigation node data
3046
3046
  * @see {@link NavPanelNode}
@@ -3102,6 +3102,7 @@ declare class SofNavPanelComponent implements OnInit, OnChanges {
3102
3102
  constructor();
3103
3103
  /** On Init - Initialize the settings */
3104
3104
  ngOnInit(): void;
3105
+ ngAfterViewInit(): void;
3105
3106
  /** On Changes - find node badges and emit the results */
3106
3107
  ngOnChanges(changes: SimpleChanges): void;
3107
3108
  /**
@@ -3113,8 +3114,6 @@ declare class SofNavPanelComponent implements OnInit, OnChanges {
3113
3114
  * @see `||=` {@link [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OR_assignment#try_it)}
3114
3115
  */
3115
3116
  private initSettings;
3116
- /** Closes the navigation panel */
3117
- closeNav(): void;
3118
3117
  /**
3119
3118
  * Scrolls to the top of page
3120
3119
  * @note using `window.scrollTo` will not work if using this component as the main scrollbar does not live on the window level.
@@ -3511,39 +3510,6 @@ declare class SofRadioCardComponent {
3511
3510
  static ɵcmp: i0.ɵɵComponentDeclaration<SofRadioCardComponent, "sof-radio-card", never, { "title": { "alias": "title"; "required": false; }; "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["[radio-card-content]"], false, never>;
3512
3511
  }
3513
3512
 
3514
- /** The softheon banner component */
3515
- declare class SofBannerComponent implements OnInit {
3516
- /** The primary banner information key to be translated */
3517
- primaryInfoKey: string;
3518
- /** The secondary banner information key to be translated */
3519
- secondaryInfoKey?: string;
3520
- /** The indicator to show the secondary banner */
3521
- showSecondaryBanner?: boolean;
3522
- /**
3523
- * The banner color
3524
- * Possible Values: 'information', 'success', 'warning', 'error', 'theme'
3525
- */
3526
- bannerColor?: string;
3527
- /** The banner icon class name*/
3528
- iconClass?: string;
3529
- /** The default icons for the banner colors */
3530
- bannerColorIconMapping: {
3531
- information: string;
3532
- success: string;
3533
- warning: string;
3534
- error: string;
3535
- theme: string;
3536
- };
3537
- /**
3538
- * Constructs the component
3539
- */
3540
- constructor();
3541
- /** Component initialization */
3542
- ngOnInit(): void;
3543
- static ɵfac: i0.ɵɵFactoryDeclaration<SofBannerComponent, never>;
3544
- static ɵcmp: i0.ɵɵComponentDeclaration<SofBannerComponent, "sof-banner", never, { "primaryInfoKey": { "alias": "primaryInfoKey"; "required": false; }; "secondaryInfoKey": { "alias": "secondaryInfoKey"; "required": false; }; "showSecondaryBanner": { "alias": "showSecondaryBanner"; "required": false; }; "bannerColor": { "alias": "bannerColor"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; }, {}, never, never, false, never>;
3545
- }
3546
-
3547
3513
  /**
3548
3514
  * The softheon alert component
3549
3515
  * @deprecated please use `SofCallout` instead
@@ -4349,7 +4315,7 @@ declare class SofDropdownButtonComponent {
4349
4315
  /** The BaseComponentModule Module */
4350
4316
  declare class BaseComponentModule {
4351
4317
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentModule, never>;
4352
- static ɵmod: i0.ɵɵNgModuleDeclaration<BaseComponentModule, [typeof SofProgressBarComponent, typeof SofRadioCardComponent, typeof SofBannerComponent, typeof SofAlertComponent, typeof SofModalComponent, typeof SofButtonToggleGroupComponent, typeof SofStarRatingComponent, typeof SofBadgeComponent, typeof SofUtilityButtonComponent, typeof SofImageCheckboxComponent, typeof SofSimpleAlertComponent, typeof SofConfirmAddressComponent, typeof SofConfirmAddressCountyChangeComponent, typeof SofInputStepperComponent, typeof SofHandleComponent, typeof SofCompareAddressPipe, typeof SofContextComponent, typeof SofSegmentedControlComponent, typeof SofDropdownButtonComponent], [typeof i3.RouterModule, typeof i2.CommonModule, typeof i7.FlexLayoutModule, typeof i23.FormsModule, typeof i23.ReactiveFormsModule, typeof i6.TranslateModule, typeof i19.MatSelectModule, typeof i26.MatOptionModule, typeof i27.MatCheckboxModule, typeof i13$1.MatIconModule, typeof i29.MatDialogModule, typeof i11.MatButtonModule, typeof i13.MatFormFieldModule, typeof i7$1.MatToolbarModule, typeof i15$1.MatTooltipModule, typeof i12$1.MatButtonToggleModule, typeof i35.MatCardModule, typeof i36.MatRadioModule, typeof i37.MatPaginator, typeof i17.MatMenu, typeof i17.MatMenuModule, typeof i12.MatInputModule, typeof i11.MatIconButton, typeof i14.MatListModule, typeof i41.CdkDropList, typeof i41.CdkDrag, typeof i41.CdkDragPlaceholder, typeof i41.CdkDragHandle], [typeof SofProgressBarComponent, typeof SofRadioCardComponent, typeof SofBannerComponent, typeof SofAlertComponent, typeof SofModalComponent, typeof SofButtonToggleGroupComponent, typeof SofStarRatingComponent, typeof SofBadgeComponent, typeof SofUtilityButtonComponent, typeof SofImageCheckboxComponent, typeof SofSimpleAlertComponent, typeof SofConfirmAddressComponent, typeof SofConfirmAddressCountyChangeComponent, typeof SofInputStepperComponent, typeof SofHandleComponent, typeof SofCompareAddressPipe, typeof SofContextComponent, typeof SofSegmentedControlComponent, typeof SofDropdownButtonComponent]>;
4318
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BaseComponentModule, [typeof SofProgressBarComponent, typeof SofRadioCardComponent, typeof SofAlertComponent, typeof SofModalComponent, typeof SofButtonToggleGroupComponent, typeof SofStarRatingComponent, typeof SofBadgeComponent, typeof SofUtilityButtonComponent, typeof SofImageCheckboxComponent, typeof SofSimpleAlertComponent, typeof SofConfirmAddressComponent, typeof SofConfirmAddressCountyChangeComponent, typeof SofInputStepperComponent, typeof SofHandleComponent, typeof SofCompareAddressPipe, typeof SofContextComponent, typeof SofSegmentedControlComponent, typeof SofDropdownButtonComponent], [typeof i3.RouterModule, typeof i2.CommonModule, typeof i7.FlexLayoutModule, typeof i22.FormsModule, typeof i22.ReactiveFormsModule, typeof i6.TranslateModule, typeof i19.MatSelectModule, typeof i25.MatOptionModule, typeof i26.MatCheckboxModule, typeof i13$1.MatIconModule, typeof i28.MatDialogModule, typeof i11.MatButtonModule, typeof i13.MatFormFieldModule, typeof i7$1.MatToolbarModule, typeof i15$1.MatTooltipModule, typeof i12$1.MatButtonToggleModule, typeof i34.MatCardModule, typeof i35.MatRadioModule, typeof i36.MatPaginator, typeof i17.MatMenu, typeof i17.MatMenuModule, typeof i12.MatInputModule, typeof i11.MatIconButton, typeof i14.MatListModule, typeof i40.CdkDropList, typeof i40.CdkDrag, typeof i40.CdkDragPlaceholder, typeof i40.CdkDragHandle], [typeof SofProgressBarComponent, typeof SofRadioCardComponent, typeof SofAlertComponent, typeof SofModalComponent, typeof SofButtonToggleGroupComponent, typeof SofStarRatingComponent, typeof SofBadgeComponent, typeof SofUtilityButtonComponent, typeof SofImageCheckboxComponent, typeof SofSimpleAlertComponent, typeof SofConfirmAddressComponent, typeof SofConfirmAddressCountyChangeComponent, typeof SofInputStepperComponent, typeof SofHandleComponent, typeof SofCompareAddressPipe, typeof SofContextComponent, typeof SofSegmentedControlComponent, typeof SofDropdownButtonComponent]>;
4353
4319
  static ɵinj: i0.ɵɵInjectorDeclaration<BaseComponentModule>;
4354
4320
  }
4355
4321
 
@@ -5476,7 +5442,7 @@ declare class FaqComponent implements OnInit {
5476
5442
  /** The FAQ Module */
5477
5443
  declare class FaqModule {
5478
5444
  static ɵfac: i0.ɵɵFactoryDeclaration<FaqModule, never>;
5479
- static ɵmod: i0.ɵɵNgModuleDeclaration<FaqModule, [typeof FaqComponent], [typeof i2.CommonModule, typeof i16.MatExpansionModule, typeof i11.MatButtonModule, typeof i35.MatCardModule, typeof i13$1.MatIconModule, typeof i7.FlexLayoutModule, typeof i6.TranslateModule], [typeof FaqComponent]>;
5445
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FaqModule, [typeof FaqComponent], [typeof i2.CommonModule, typeof i16.MatExpansionModule, typeof i11.MatButtonModule, typeof i34.MatCardModule, typeof i13$1.MatIconModule, typeof i7.FlexLayoutModule, typeof i6.TranslateModule], [typeof FaqComponent]>;
5480
5446
  static ɵinj: i0.ɵɵInjectorDeclaration<FaqModule>;
5481
5447
  }
5482
5448
 
@@ -6138,6 +6104,119 @@ declare class SamlService extends AbstractSamlService {
6138
6104
  static ɵprov: i0.ɵɵInjectableDeclaration<SamlService>;
6139
6105
  }
6140
6106
 
6107
+ /**
6108
+ * The banner component
6109
+ * @note If you need to include some custom HTML you can inject an -
6110
+ *
6111
+ * `<ng-container banner-custom-content>`
6112
+ */
6113
+ declare class SofBannerComponent implements AfterViewInit, OnDestroy {
6114
+ /** The banner id */
6115
+ id: string;
6116
+ /** The banner type */
6117
+ type: 'info' | 'warning' | 'error' | 'success' | 'neutral' | 'help' | 'primary';
6118
+ /**
6119
+ * The banner text
6120
+ * @note Can be a translation key, can include links
6121
+ */
6122
+ text: string;
6123
+ /**
6124
+ * The banner text translation params object
6125
+ * @optional
6126
+ */
6127
+ textParams?: {
6128
+ [key: string]: string;
6129
+ };
6130
+ /**
6131
+ * The banner extended message
6132
+ * @optional
6133
+ * @note Can be a translation key, can include links
6134
+ */
6135
+ extendedText?: string;
6136
+ /**
6137
+ * The banner extended message translation params object
6138
+ * @optional
6139
+ */
6140
+ extendedTextParams?: {
6141
+ [key: string]: string;
6142
+ };
6143
+ /**
6144
+ * Override the default icon with any phosphor icon class
6145
+ * @note should be using the 'ph-bold' icon type
6146
+ * @see [Phosphor Icons/bold]({@link https://phosphoricons.com/?weight=%22bold%22})
6147
+ */
6148
+ iconOverrideClass?: string;
6149
+ /**
6150
+ * Show close icon button
6151
+ * @optional
6152
+ * @default true
6153
+ */
6154
+ canDismiss: boolean;
6155
+ /**
6156
+ * Show banner above sidenav\
6157
+ * Set to false if not rendering above the sof-nav-panel component,
6158
+ * if using sof-nav-panel, this component will adjust the sidenav top position
6159
+ * @optional
6160
+ * @default true
6161
+ */
6162
+ showAboveSidenav: boolean;
6163
+ /** Action button config */
6164
+ actionButtonConfig?: BannerActionButtonConfig;
6165
+ /**
6166
+ * Enable toggle button to show/hide extended text
6167
+ * @optional
6168
+ * @default false
6169
+ */
6170
+ toggleExtendedText: boolean;
6171
+ /** Emit event when action button is clicked */
6172
+ actionButtonClicked: EventEmitter<void>;
6173
+ /**
6174
+ * Output when close is clicked
6175
+ * @optional
6176
+ * @note This component will close itself.
6177
+ *
6178
+ * This event is for if the parent component needs to do anything on close.
6179
+ */
6180
+ dismissEvent: EventEmitter<void>;
6181
+ /** The host element ref */
6182
+ private host;
6183
+ /** Internal state for toggling extended text visibility */
6184
+ showExtendedText: i0.WritableSignal<boolean>;
6185
+ /** Angular safe document ref */
6186
+ private _document;
6187
+ /** ResizeObserver for responsive sidenav adjustment */
6188
+ private resizeObserver;
6189
+ /** Cached banner height for resize calculations */
6190
+ private cachedBannerHeight;
6191
+ ngAfterViewInit(): void;
6192
+ ngOnDestroy(): void;
6193
+ /** Initialize ResizeObserver to handle responsive size changes */
6194
+ private initResizeObserver;
6195
+ /** Recalculate sidenav top position on size changes */
6196
+ private recalculateSidenavTop;
6197
+ /** Close the banner */
6198
+ dismissBanner(): void;
6199
+ /** Emit event when action button is clicked */
6200
+ actionButtonClick(): void;
6201
+ /** Toggle extended text visibility */
6202
+ toggleExtendedTextClick(): void;
6203
+ /** Add banner height to current sidenav top */
6204
+ private addToSidenavTop;
6205
+ /** Remove banner height from current sidenav top */
6206
+ private removeFromSidenavTop;
6207
+ static ɵfac: i0.ɵɵFactoryDeclaration<SofBannerComponent, never>;
6208
+ static ɵcmp: i0.ɵɵComponentDeclaration<SofBannerComponent, "sof-banner", never, { "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": true; }; "text": { "alias": "text"; "required": true; }; "textParams": { "alias": "textParams"; "required": false; }; "extendedText": { "alias": "extendedText"; "required": false; }; "extendedTextParams": { "alias": "extendedTextParams"; "required": false; }; "iconOverrideClass": { "alias": "iconOverrideClass"; "required": false; }; "canDismiss": { "alias": "canDismiss"; "required": false; }; "showAboveSidenav": { "alias": "showAboveSidenav"; "required": false; }; "actionButtonConfig": { "alias": "actionButtonConfig"; "required": false; }; "toggleExtendedText": { "alias": "toggleExtendedText"; "required": false; }; }, { "actionButtonClicked": "actionButtonClicked"; "dismissEvent": "dismissEvent"; }, never, ["[banner-custom-content]"], true, never>;
6209
+ }
6210
+ interface BannerActionButtonConfig {
6211
+ id?: string;
6212
+ label: string;
6213
+ theme: 'primary' | 'neutral' | 'destroy';
6214
+ emphasis: 'solid' | 'secondary' | 'floating' | 'contained';
6215
+ ariaLabel?: string;
6216
+ iconClass?: string;
6217
+ disabled?: boolean;
6218
+ }
6219
+
6141
6220
  /**
6142
6221
  * The Callout component
6143
6222
  * @note If you need to include some custom HTML you can inject an -
@@ -6148,11 +6227,11 @@ declare class SofCalloutComponent {
6148
6227
  /** The callout id */
6149
6228
  id: string;
6150
6229
  /** The callout type */
6151
- type: 'info' | 'warning' | 'error' | 'success' | 'neutral' | 'help';
6230
+ type: 'info' | 'warning' | 'error' | 'success' | 'neutral' | 'help' | 'primary';
6152
6231
  /**
6153
6232
  * The callout text
6154
6233
  * @optional
6155
- * @note Can be a translation key
6234
+ * @note Can be a translation key, can include links
6156
6235
  */
6157
6236
  text?: string;
6158
6237
  /**
@@ -6165,7 +6244,7 @@ declare class SofCalloutComponent {
6165
6244
  /**
6166
6245
  * The callout extended message
6167
6246
  * @optional
6168
- * @note Can be a translation key
6247
+ * @note Can be a translation key, can include links
6169
6248
  */
6170
6249
  extendedText?: string;
6171
6250
  /**
@@ -6200,7 +6279,7 @@ declare class SofCalloutComponent {
6200
6279
  /** Action button config */
6201
6280
  actionButtonConfig?: CalloutActionButtonConfig;
6202
6281
  /** Emit event when action button is clicked */
6203
- actionButtonClicked?: EventEmitter<void>;
6282
+ actionButtonClicked: EventEmitter<void>;
6204
6283
  /**
6205
6284
  * Output when close is clicked
6206
6285
  * @optional
@@ -6225,6 +6304,7 @@ interface CalloutActionButtonConfig {
6225
6304
  emphasis: 'solid' | 'secondary' | 'floating' | 'contained';
6226
6305
  ariaLabel?: string;
6227
6306
  iconClass?: string;
6307
+ disabled?: boolean;
6228
6308
  }
6229
6309
 
6230
6310
  /**
@@ -7209,4 +7289,4 @@ declare class EntityInjectWrapperComponent implements OnInit {
7209
7289
  }
7210
7290
 
7211
7291
  export { ALERT_BANNER_CONFIG, AbstractSamlEntryService, AbstractSamlService, AbstractStartupService, AccessTokenClaims, AlertBannerComponent, AlertBannerModule, AlertBannerService, AlertService, AlphaNumericDirective, AppTemplateComponent, ApplicationUserModel, ArRoleNavService, ArmError, ArmatureFooterComponent, ArmatureFooterModule, ArmatureHeaderComponent, ArmatureHeaderModule, ArmatureModule, ArmatureNavigationComponent, ArmatureResizePanelsModule, Attribute, AuthorizationService, B2bNavComponent, BannerService, BannerType, BaseComponentModule, BaseConfigService, CacheExpirationType, ComponentSavePrintComponent, ComponentSavePrintService, Configuration, ConfirmAddressData, CoverageDetail, CssOverride, CssOverrideDirective, CustomAuthConfigService, DISABLE_ACCESS_FOR_NO_PAGES_ROLE, DISTRIBUTED_CACHE_BASE_PATH, DataStoreConfig, DateInputFilterDirective, DecodedAccessToken, DefaultConfigService, DialogResult, DistributedCacheModule, ENTITY_SESSION_STORAGE_PREFIX, ENTITY_SS_CONFIG_PREFIX, EntityBaseComponent, EntityHelperService, EntityInjectWrapperComponent, FAQ, FAQConfig, FEDERATED_MODULE_ID, FaqComponent, FaqModule, FeedbackToolComponent, FeedbackToolModule, FooterConfig, FormsModule, HYBRID_SAML_OAUTH_CONFIG, HeaderAuthSettings, HybridSamlOAuthConfig, HybridSamlOauthService, InputTrimDirective, LINE_OF_COVERAGE, LettersCharactersDirective, LettersOnlyDirective, MarketSelectionConfig, MarketSelectionService, MfeModule, MobileHeaderMenuComponent, ModalData, NavigationModule, NumbersOnlyDirective, Oauth2RoleService, OauthModule, PhoneFormatPipe, PolicyPerson, RBAC_CONFIG, RbacActionDirective, RbacConfig, RbacModule, RedirectSamlComponent, RedirectSamlRequest, RedirectSessionConfigs, ResizePanelsComponent, RoleAccess, RoleNavService, RoutePath, RumConfig, RumModule, RumService, SESSION_CONFIG, SOF_BLANK_LANGUAGE_OVERRIDE, SOF_DATE_PIPE_FORMATS, STATUS, SamlModule, SamlService, SelectedMarketContext, ServerCacheService, SessionConfig, SessionService, SharedErrorService, SiteMapComponent, SiteMapDirection, SnackbarService, SofAddressComponent, SofAlertComponent, SofArComponentSavePrintModule, SofBadgeComponent, SofBannerComponent, SofBlankPipe, SofBottomSheetComponent, SofBreadcrumbsHierarchyComponent, SofBreadcrumbsHistoryComponent, SofButtonToggleGroupComponent, SofCalloutComponent, SofChipComponent, SofCompareAddressPipe, SofConfirmAddressComponent, SofConfirmAddressCountyChangeComponent, SofContextComponent, SofDatePipe, SofDropdownButtonComponent, SofErrorCommonComponent, SofHandleComponent, SofHeaderComponent, SofImageCheckboxComponent, SofInputStepperComponent, SofModalComponent, SofNavPanelComponent, SofPipeModule, SofProgressBarComponent, SofRadioCardComponent, SofSegmentedControlComponent, SofSelectComponent, SofSimpleAlertComponent, SofSnackbarComponent, SofSsnPipe, SofStarRatingComponent, SofSubNavigationComponent, SofTabsComponent, SofToastComponent, SofUtilityButtonComponent, SoftheonErrorHandlerService, SsoGatewayEntryService, SsoGatewayModel, States, TextOverflowEllipsisTooltipDirective, ThemeModule, ThemeService, ToastService, TypedSession, USER_ENTITY_SERVICE_CONFIG, UserEntityService, UserEntityServiceConfig, ValidationKeys, WINDOW, httpVerb, initializerFactory, keyPathPrefix, languageStorageKey, newGuid, pascalToCamel, preSignInRouteStorageKey, removeMenuRole, routeToPreLoginRoute, sessionBasePathFactory, userInitialsPipe };
7212
- export type { AccountManagementAssertionModel, AccountManagementResponseModel, Address, AlertBannerColors, AlertBannerConfig, AlertBannerContext, AssertedUserModel, BadgeTooltipData, BaseConfig, BottomSheetData, BrandingModel, Breadcrumb, ButtonBadgeConfig, ButtonData, ButtonToggleData, ButtonToggleTooltipData, CalloutActionButtonConfig, Chip, ConfigurationParameters, ConfirmAddressCountyChangeData, ContactInfo, ContextMenuItem, County, CreateCacheEntryRequestModel, CustomWorkFlowActionEvent, EntityConfigBase, EntityDto, ErrorModel, ErrorReference, Extension, Finance, Folder, FolderLink, HandleInput, HeaderConfig, HeaderExternalLinks, HeaderLanguageSettings, HeaderSettings, HeaderThemeSettings, HeaderUserMenuData, HttpVerb, ISamlRequest, ISamlResponse, ISsoResponseModel, IdentityProfile, MarketSelection, MobileHeaderNavSettings, NavBadgeUpdate, NavNode, NavNodeAvailableBadge, NavNodeBadgeConfig, NavPanelLogo, NavPanelNode, NavPanelSettings, NavigationAdvancedSettings, NavigationConfig, NavigationSettings, NavigationThemeSettings, OAuthModel, OidcAuthSettings, Person, Policy, PreferencesRow, Profile, ResizeEvent, RetrieveCacheEntryResponseModel, SegmentedControlData, SelectOption, SessionGetResponseModel, SessionPostRequestModel, SessionPostResponseModel, SessionPutRequestModel, SessionPutResponseModel, SessionResponseModel, SettingsProfile, SiteMapConfig, SiteMapLink, SiteMapNode, Snackbar, SofDatePipeFormat, Styles, SubNavNodes, SubNavigationData, SubdomainConfig, TabNavLink, ThemePaletteColorsModel, ThemePaletteModel, ToastModel, TrackingModel, UpdateCacheEntryRequestModel, UserFeedback, ValidationRecordsRow };
7292
+ export type { AccountManagementAssertionModel, AccountManagementResponseModel, Address, AlertBannerColors, AlertBannerConfig, AlertBannerContext, AssertedUserModel, BadgeTooltipData, BannerActionButtonConfig, BaseConfig, BottomSheetData, BrandingModel, Breadcrumb, ButtonBadgeConfig, ButtonData, ButtonToggleData, ButtonToggleTooltipData, CalloutActionButtonConfig, Chip, ConfigurationParameters, ConfirmAddressCountyChangeData, ContactInfo, ContextMenuItem, County, CreateCacheEntryRequestModel, CustomWorkFlowActionEvent, EntityConfigBase, EntityDto, ErrorModel, ErrorReference, Extension, Finance, Folder, FolderLink, HandleInput, HeaderConfig, HeaderExternalLinks, HeaderLanguageSettings, HeaderSettings, HeaderThemeSettings, HeaderUserMenuData, HttpVerb, ISamlRequest, ISamlResponse, ISsoResponseModel, IdentityProfile, MarketSelection, MobileHeaderNavSettings, NavBadgeUpdate, NavNode, NavNodeAvailableBadge, NavNodeBadgeConfig, NavPanelLogo, NavPanelNode, NavPanelSettings, NavigationAdvancedSettings, NavigationConfig, NavigationSettings, NavigationThemeSettings, OAuthModel, OidcAuthSettings, Person, Policy, PreferencesRow, Profile, ResizeEvent, RetrieveCacheEntryResponseModel, SegmentedControlData, SelectOption, SessionGetResponseModel, SessionPostRequestModel, SessionPostResponseModel, SessionPutRequestModel, SessionPutResponseModel, SessionResponseModel, SettingsProfile, SiteMapConfig, SiteMapLink, SiteMapNode, Snackbar, SofDatePipeFormat, Styles, SubNavNodes, SubNavigationData, SubdomainConfig, TabNavLink, ThemePaletteColorsModel, ThemePaletteModel, ToastModel, TrackingModel, UpdateCacheEntryRequestModel, UserFeedback, ValidationRecordsRow };