@softheon/armature 17.16.5 → 17.17.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.
Files changed (37) hide show
  1. package/ag-grid-components/src/sof-table/sof-table.component.d.ts +2 -2
  2. package/assets/styles/_variables.scss +2 -0
  3. package/assets/styles/sof-styles.scss +273 -198
  4. package/esm2022/ag-grid-components/src/sof-table/sof-table.component.mjs +6 -7
  5. package/esm2022/lib/alert-banner/alert-banner.module.mjs +2 -1
  6. package/esm2022/lib/alert-banner/components/alert-banner/alert-banner.component.mjs +2 -3
  7. package/esm2022/lib/base-components/base-component-api.mjs +1 -3
  8. package/esm2022/lib/base-components/base-component.module.mjs +1 -5
  9. package/esm2022/lib/forms/components/sof-address/sof-address.component.mjs +5 -2
  10. package/esm2022/lib/header/components/sof-header-portal/sof-header-portal.component.mjs +137 -0
  11. package/esm2022/lib/header/components/sof-header-portal/user-initials-pipe/user-initials.pipe.mjs +22 -0
  12. package/esm2022/lib/header/header-api.mjs +3 -1
  13. package/esm2022/lib/navigation/components/navigation/navigation.component.mjs +2 -2
  14. package/esm2022/lib/navigation/components/sof-breadcrumbs/sof-breadcrumbs-hierarchy/sof-breadcrumbs-hierarchy.component.mjs +8 -4
  15. package/esm2022/lib/navigation/components/sof-breadcrumbs/sof-breadcrumbs-history/sof-breadcrumbs-history.component.mjs +8 -4
  16. package/esm2022/lib/navigation/components/sof-navigation-panel/sof-nav-panel.component.mjs +54 -24
  17. package/esm2022/lib/navigation/navigation.module.mjs +1 -9
  18. package/fesm2022/softheon-armature-ag-grid-components.mjs +5 -6
  19. package/fesm2022/softheon-armature-ag-grid-components.mjs.map +1 -1
  20. package/fesm2022/softheon-armature.mjs +329 -176
  21. package/fesm2022/softheon-armature.mjs.map +1 -1
  22. package/lib/alert-banner/alert-banner.module.d.ts +1 -0
  23. package/lib/alert-banner/components/alert-banner/alert-banner.component.d.ts +1 -0
  24. package/lib/base-components/base-component-api.d.ts +0 -2
  25. package/lib/base-components/base-component.module.d.ts +25 -26
  26. package/lib/forms/components/sof-address/sof-address.component.d.ts +4 -1
  27. package/lib/header/components/sof-header-portal/sof-header-portal.component.d.ts +73 -0
  28. package/lib/header/components/sof-header-portal/user-initials-pipe/user-initials.pipe.d.ts +10 -0
  29. package/lib/header/header-api.d.ts +2 -0
  30. package/lib/navigation/components/navigation/navigation.component.d.ts +1 -0
  31. package/lib/navigation/components/sof-breadcrumbs/sof-breadcrumbs-hierarchy/sof-breadcrumbs-hierarchy.component.d.ts +1 -1
  32. package/lib/navigation/components/sof-breadcrumbs/sof-breadcrumbs-history/sof-breadcrumbs-history.component.d.ts +1 -1
  33. package/lib/navigation/components/sof-navigation-panel/sof-nav-panel.component.d.ts +28 -13
  34. package/lib/navigation/navigation.module.d.ts +21 -23
  35. package/package.json +1 -1
  36. package/esm2022/lib/base-components/sof-links/sof-link.component.mjs +0 -27
  37. package/lib/base-components/sof-links/sof-link.component.d.ts +0 -14
@@ -4,6 +4,7 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@ngx-translate/core";
5
5
  import * as i4 from "@ngbracket/ngx-layout";
6
6
  import * as i5 from "@angular/material/icon";
7
+ /** @deprecated use sof-alert | sof-simple-alert moving forward. */
7
8
  export declare class AlertBannerModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerModule, never>;
9
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<AlertBannerModule, [typeof i1.AlertBannerComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.FlexLayoutModule, typeof i5.MatIconModule], [typeof i1.AlertBannerComponent]>;
@@ -5,6 +5,7 @@ import { AlertBannerService } from '../../services/alert-banner.service';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * Alert Banner Component
8
+ * @deprecated please use `SofAlertComponent` instead
8
9
  */
9
10
  export declare class AlertBannerComponent implements AfterViewInit {
10
11
  private bannerConfig;
@@ -1,4 +1,3 @@
1
- /** Public api for the footer module */
2
1
  export * from './base-component.module';
3
2
  export * from './sof-progress-bar/sof-progress-bar.component';
4
3
  export * from './sof-banner/sof-banner.component';
@@ -13,7 +12,6 @@ export * from './confirm-address/sof-confirm-address/sof-confirm-address.compone
13
12
  export * from './confirm-address/sof-confirm-address-county-change/sof-confirm-address-county-change.component';
14
13
  export * from './sof-radio-card/sof-radio-card.component';
15
14
  export * from './sof-input-stepper/sof-input-stepper.component';
16
- export * from './sof-links/sof-link.component';
17
15
  export * from './sof-handle/sof-handle.component';
18
16
  export * from './sof-utility-button/sof-utility-button.component';
19
17
  export * from './confirm-address/sof-confirm-address/compare-address-pipe/compare-address.pipe';
@@ -13,34 +13,33 @@ import * as i11 from "./sof-simple-alert/sof-simple-alert.component";
13
13
  import * as i12 from "./confirm-address/sof-confirm-address/sof-confirm-address.component";
14
14
  import * as i13 from "./confirm-address/sof-confirm-address-county-change/sof-confirm-address-county-change.component";
15
15
  import * as i14 from "./sof-input-stepper/sof-input-stepper.component";
16
- import * as i15 from "./sof-links/sof-link.component";
17
- import * as i16 from "./sof-handle/sof-handle.component";
18
- import * as i17 from "./confirm-address/sof-confirm-address/compare-address-pipe/compare-address.pipe";
19
- import * as i18 from "@angular/router";
20
- import * as i19 from "@angular/common";
21
- import * as i20 from "@ngbracket/ngx-layout";
22
- import * as i21 from "@angular/forms";
23
- import * as i22 from "@ngx-translate/core";
24
- import * as i23 from "@angular/material/select";
25
- import * as i24 from "@angular/material/core";
26
- import * as i25 from "@angular/material/checkbox";
27
- import * as i26 from "@angular/material/icon";
28
- import * as i27 from "@angular/material/dialog";
29
- import * as i28 from "@angular/material/button";
30
- import * as i29 from "@angular/material/form-field";
31
- import * as i30 from "@angular/material/toolbar";
32
- import * as i31 from "@angular/material/tooltip";
33
- import * as i32 from "@angular/material/button-toggle";
34
- import * as i33 from "@angular/material/card";
35
- import * as i34 from "@angular/material/radio";
36
- import * as i35 from "@angular/material/paginator";
37
- import * as i36 from "@angular/material/menu";
38
- import * as i37 from "@angular/material/input";
39
- import * as i38 from "@angular/material/list";
40
- import * as i39 from "@angular/cdk/drag-drop";
16
+ import * as i15 from "./sof-handle/sof-handle.component";
17
+ import * as i16 from "./confirm-address/sof-confirm-address/compare-address-pipe/compare-address.pipe";
18
+ import * as i17 from "@angular/router";
19
+ import * as i18 from "@angular/common";
20
+ import * as i19 from "@ngbracket/ngx-layout";
21
+ import * as i20 from "@angular/forms";
22
+ import * as i21 from "@ngx-translate/core";
23
+ import * as i22 from "@angular/material/select";
24
+ import * as i23 from "@angular/material/core";
25
+ import * as i24 from "@angular/material/checkbox";
26
+ import * as i25 from "@angular/material/icon";
27
+ import * as i26 from "@angular/material/dialog";
28
+ import * as i27 from "@angular/material/button";
29
+ import * as i28 from "@angular/material/form-field";
30
+ import * as i29 from "@angular/material/toolbar";
31
+ import * as i30 from "@angular/material/tooltip";
32
+ import * as i31 from "@angular/material/button-toggle";
33
+ import * as i32 from "@angular/material/card";
34
+ import * as i33 from "@angular/material/radio";
35
+ import * as i34 from "@angular/material/paginator";
36
+ import * as i35 from "@angular/material/menu";
37
+ import * as i36 from "@angular/material/input";
38
+ import * as i37 from "@angular/material/list";
39
+ import * as i38 from "@angular/cdk/drag-drop";
41
40
  /** The BaseComponentModule Module */
42
41
  export declare class BaseComponentModule {
43
42
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentModule, never>;
44
- static ɵmod: i0.ɵɵNgModuleDeclaration<BaseComponentModule, [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofUtilityButtonComponent, typeof i10.SofImageCheckboxComponent, typeof i11.SofSimpleAlertComponent, typeof i12.SofConfirmAddressComponent, typeof i13.SofConfirmAddressCountyChangeComponent, typeof i14.SofInputStepperComponent, typeof i15.SofLinkComponent, typeof i16.SofHandleComponent, typeof i17.SofCompareAddressPipe], [typeof i18.RouterModule, typeof i19.CommonModule, typeof i20.FlexLayoutModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.TranslateModule, typeof i23.MatSelectModule, typeof i24.MatOptionModule, typeof i25.MatCheckboxModule, typeof i26.MatIconModule, typeof i27.MatDialogModule, typeof i28.MatButtonModule, typeof i29.MatFormFieldModule, typeof i30.MatToolbarModule, typeof i31.MatTooltipModule, typeof i32.MatButtonToggleModule, typeof i33.MatCardModule, typeof i34.MatRadioModule, typeof i35.MatPaginator, typeof i36.MatMenu, typeof i36.MatMenuModule, typeof i37.MatInputModule, typeof i28.MatIconButton, typeof i38.MatListModule, typeof i39.CdkDropList, typeof i39.CdkDrag, typeof i39.CdkDragPlaceholder, typeof i39.CdkDragHandle], [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofUtilityButtonComponent, typeof i10.SofImageCheckboxComponent, typeof i11.SofSimpleAlertComponent, typeof i12.SofConfirmAddressComponent, typeof i13.SofConfirmAddressCountyChangeComponent, typeof i14.SofInputStepperComponent, typeof i15.SofLinkComponent, typeof i16.SofHandleComponent, typeof i17.SofCompareAddressPipe]>;
43
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BaseComponentModule, [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofUtilityButtonComponent, typeof i10.SofImageCheckboxComponent, typeof i11.SofSimpleAlertComponent, typeof i12.SofConfirmAddressComponent, typeof i13.SofConfirmAddressCountyChangeComponent, typeof i14.SofInputStepperComponent, typeof i15.SofHandleComponent, typeof i16.SofCompareAddressPipe], [typeof i17.RouterModule, typeof i18.CommonModule, typeof i19.FlexLayoutModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.TranslateModule, typeof i22.MatSelectModule, typeof i23.MatOptionModule, typeof i24.MatCheckboxModule, typeof i25.MatIconModule, typeof i26.MatDialogModule, typeof i27.MatButtonModule, typeof i28.MatFormFieldModule, typeof i29.MatToolbarModule, typeof i30.MatTooltipModule, typeof i31.MatButtonToggleModule, typeof i32.MatCardModule, typeof i33.MatRadioModule, typeof i34.MatPaginator, typeof i35.MatMenu, typeof i35.MatMenuModule, typeof i36.MatInputModule, typeof i27.MatIconButton, typeof i37.MatListModule, typeof i38.CdkDropList, typeof i38.CdkDrag, typeof i38.CdkDragPlaceholder, typeof i38.CdkDragHandle], [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofUtilityButtonComponent, typeof i10.SofImageCheckboxComponent, typeof i11.SofSimpleAlertComponent, typeof i12.SofConfirmAddressComponent, typeof i13.SofConfirmAddressCountyChangeComponent, typeof i14.SofInputStepperComponent, typeof i15.SofHandleComponent, typeof i16.SofCompareAddressPipe]>;
45
44
  static ɵinj: i0.ɵɵInjectorDeclaration<BaseComponentModule>;
46
45
  }
@@ -2,7 +2,10 @@ import { OnInit } from '@angular/core';
2
2
  import { FormControl, FormGroup, FormBuilder } from '@angular/forms';
3
3
  import { Address } from '../../models/address';
4
4
  import * as i0 from "@angular/core";
5
- /** Address component */
5
+ /**
6
+ * Address component
7
+ * @deprecated
8
+ */
6
9
  export declare class SofAddressComponent implements OnInit {
7
10
  private readonly formBuilder;
8
11
  /** Identifier for this address component */
@@ -0,0 +1,73 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * The Header Component
5
+ * @description Main header for Portals, part of the new Portal UI-shell.
6
+ * @note Designed to be used with the 'SofNavPanelComponent' component as its parent.
7
+ * @see [Figma/portal-ui-shell]({@link https://www.figma.com/design/W5HVNCcN9HafDRvc5N7Z28/%5BWIP%5D-Softheon-Unified-Design-System-v1.0?node-id=14089-118395&t=G5IKDvYHpwU0vOFq-0})
8
+ *
9
+ * @todo `mobile styling` - awaiting design
10
+ * @todo `language settings` - awaiting design ( its own component, modal )
11
+ * @see [Figma/language-switcher]({@link https://www.figma.com/design/W5HVNCcN9HafDRvc5N7Z28/%5BWIP%5D-Softheon-Unified-Design-System-v1.0?node-id=14089-118249&t=qMyPFk9iMfbU6iRS-0})
12
+ *
13
+ * @note * THERE ARE NO CONFIGS! for this component, `please remove any header based configs from appsettings when using this component.`
14
+ */
15
+ export declare class SofHeaderPortalComponent implements OnInit {
16
+ /**
17
+ * To show the breadcrumbs hierarchy component
18
+ * @default false
19
+ */
20
+ showBreadcrumbsHierarchy: boolean;
21
+ /**
22
+ * Is the nav panel opened
23
+ * @default true
24
+ */
25
+ isNavPanelOpened: boolean;
26
+ /**
27
+ * The user data for header dropdown
28
+ */
29
+ userInfoDropdownData?: PortalHeaderUserInfoDropdownData;
30
+ /** Inject angular's document reference */
31
+ private document;
32
+ /** Inject the auth service */
33
+ private authorizationService;
34
+ /** Inject the translate service */
35
+ private translateService;
36
+ /** Current language to display */
37
+ currentLangLabel: string;
38
+ /** Copy button data */
39
+ copyButton: CopyButton;
40
+ /** Inject manual change detection */
41
+ private cdr;
42
+ /** Initialize component & set lang from local store */
43
+ ngOnInit(): void;
44
+ /** Prevent menu from closing on click */
45
+ preventCloseOnClick(e: Event): void;
46
+ /** Copies npn number to clipboard */
47
+ copyNpnNumber(): void;
48
+ /**
49
+ * Applies the language to the translate service
50
+ * Sets local storage for preferred language
51
+ * @todo right now portals are only using 'en' & 'es', will need to update if more langs are added.
52
+ */
53
+ toggleLanguage(): void;
54
+ /** Logs out the user, only logout is needed for portals as they have there own login page */
55
+ logout(): void;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<SofHeaderPortalComponent, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<SofHeaderPortalComponent, "sof-header-portal", never, { "showBreadcrumbsHierarchy": { "alias": "showBreadcrumbsHierarchy"; "required": false; }; "isNavPanelOpened": { "alias": "isNavPanelOpened"; "required": false; }; "userInfoDropdownData": { "alias": "userInfoDropdownData"; "required": false; }; }, {}, never, ["[header-right-section-buttons]"], true, never>;
58
+ }
59
+ /** The user data for header dropdown interface */
60
+ export interface PortalHeaderUserInfoDropdownData {
61
+ firstName: string;
62
+ lastName: string;
63
+ email: string;
64
+ /** Only for Broker portal */
65
+ npn?: string;
66
+ }
67
+ /** Copy button data interface */
68
+ interface CopyButton {
69
+ text: string;
70
+ icon: string;
71
+ class: string;
72
+ }
73
+ export {};
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Takes first & last name, returns the capitalized users initials
5
+ */
6
+ export declare class userInitialsPipe implements PipeTransform {
7
+ transform(firstName: string, lastName: string): string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<userInitialsPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<userInitialsPipe, "userInitials", true>;
10
+ }
@@ -2,6 +2,8 @@
2
2
  export * from './header.module';
3
3
  export * from './components/header/header.component';
4
4
  export * from './components/mobile-header-menu/mobile-header-menu.component';
5
+ export * from './components/sof-header-portal/sof-header-portal.component';
6
+ export * from './components/sof-header-portal/user-initials-pipe/user-initials.pipe';
5
7
  export * from './models/header.settings';
6
8
  export * from './models/header-theme.settings';
7
9
  export * from './models/header-auth.settings';
@@ -16,6 +16,7 @@ import { NavNode, SubNavNodes } from '../../models/navigation';
16
16
  import * as i0 from "@angular/core";
17
17
  /**
18
18
  * The Navigation Component
19
+ * @deprecated please use `SofNavPanelComponent` moving forward
19
20
  */
20
21
  export declare class ArmatureNavigationComponent implements OnInit, AfterViewInit, OnDestroy {
21
22
  readonly changeDetectorRef: ChangeDetectorRef;
@@ -25,5 +25,5 @@ export declare class SofBreadcrumbsHierarchyComponent {
25
25
  */
26
26
  private buildBreadCrumbs;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SofBreadcrumbsHierarchyComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SofBreadcrumbsHierarchyComponent, "sof-breadcrumbs-hierarchy", never, { "navAriaLabel": { "alias": "navAriaLabel"; "required": false; }; }, {}, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SofBreadcrumbsHierarchyComponent, "sof-breadcrumbs-hierarchy", never, { "navAriaLabel": { "alias": "navAriaLabel"; "required": false; }; }, {}, never, never, true, never>;
29
29
  }
@@ -32,5 +32,5 @@ export declare class SofBreadcrumbsHistoryComponent implements OnDestroy {
32
32
  */
33
33
  ngOnDestroy(): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SofBreadcrumbsHistoryComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SofBreadcrumbsHistoryComponent, "sof-breadcrumbs-history", never, { "navAriaLabel": { "alias": "navAriaLabel"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SofBreadcrumbsHistoryComponent, "sof-breadcrumbs-history", never, { "navAriaLabel": { "alias": "navAriaLabel"; "required": false; }; }, {}, never, never, true, never>;
36
36
  }
@@ -4,10 +4,11 @@ import { NavPanelNode } from './models/nav-panel-nodes';
4
4
  import { NavPanelSettings } from './models/nav-panel-settings';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
- * The Navigation Panel Component - WIP
7
+ * The Navigation Panel Component
8
8
  * @description Main navigation panel for Portals, part of the new Portal UI-shell.
9
- * @todo `header` some adjustments will be needed depending on the new Header design, like the toggle button & mobile.
10
- * @see [Figma/portal-ui-shell]({@link https://www.figma.com/design/W5HVNCcN9HafDRvc5N7Z28/%5BWIP%5D-Softheon-Unified-Design-System-v1.0?node-id=14089-118395&t=G5IKDvYHpwU0vOFq-0}) _- header design to the right of nav panel design_
9
+ * @note Designed to be used with the 'SofHeaderPortalComponent' component as its child.
10
+ * @see [Figma/portal-ui-shell]({@link https://www.figma.com/design/W5HVNCcN9HafDRvc5N7Z28/%5BWIP%5D-Softheon-Unified-Design-System-v1.0?node-id=14089-118395&t=G5IKDvYHpwU0vOFq-0})
11
+ *
11
12
  * @todo `language settings` - awaiting design ( its own component, modal )
12
13
  * @see [Figma/language-switcher]({@link https://www.figma.com/design/W5HVNCcN9HafDRvc5N7Z28/%5BWIP%5D-Softheon-Unified-Design-System-v1.0?node-id=14089-118249&t=qMyPFk9iMfbU6iRS-0})
13
14
  * @todo `mobile styling` - awaiting design
@@ -30,22 +31,32 @@ export declare class SofNavPanelComponent implements OnInit, AfterViewInit {
30
31
  */
31
32
  settings?: NavPanelSettings;
32
33
  /**
33
- * Component Input - Current language to display
34
- * @see {@link [Figma/language-switcher](https://www.figma.com/design/W5HVNCcN9HafDRvc5N7Z28/%5BWIP%5D-Softheon-Unified-Design-System-v1.0?node-id=14089-118249&t=qMyPFk9iMfbU6iRS-0)}
34
+ * Whats new data
35
+ * @note this is a w.i.p. awaiting design for `whats new` modal
35
36
  */
36
- currentLanguage: string;
37
+ whatsNewData?: any;
38
+ /**
39
+ * Emit this event to show the whats new modal
40
+ * @note this is a w.i.p. awaiting design for `whats new` modal
41
+ */
42
+ showWhatsNewEvent: EventEmitter<void>;
37
43
  /** Nav panels footer element reference */
38
44
  navPanelFooter: ElementRef<HTMLElement>;
39
- /** Emit this event to show the whats new modal */
40
- showWhatsNewEvent: EventEmitter<void>;
41
- /** Emit this event to show the language settings modal */
42
- showLanguageEvent: EventEmitter<void>;
45
+ /**
46
+ * Is the nav panel open
47
+ * @note this is needed to pass panel opened state to the SofHeaderPortalComponent
48
+ */
49
+ isNavPanelOpenedEvent: EventEmitter<boolean>;
43
50
  /** Utility for checking the matching state of media queries.*/
44
51
  private breakpointObserver;
45
52
  /** Has the small screen breakpoint been hit */
46
53
  isSmallScreen: Signal<BreakpointState>;
47
54
  /** Inject the auth service */
48
55
  private authorizationService;
56
+ /** Inject the translate service */
57
+ private translateService;
58
+ /** Current language to display */
59
+ currentLangLabel: string;
49
60
  /**
50
61
  * How much padding-bottom.px to add, depending on footer content/height
51
62
  * @default 40
@@ -73,10 +84,14 @@ export declare class SofNavPanelComponent implements OnInit, AfterViewInit {
73
84
  private calcFooterSpacePadding;
74
85
  /** Logs out the user, only logout is needed for portals as they have there own login page */
75
86
  logout(): void;
76
- /** Emits event to show the language settings modal */
77
- showLanguageSettings(): void;
87
+ /**
88
+ * Applies the language to the translate service
89
+ * Sets local storage for preferred language
90
+ * @todo right now portals are only using 'en' & 'es', will need to update if more langs are added.
91
+ */
92
+ toggleLanguage(): void;
78
93
  /** Emits event to show the whats new modal */
79
94
  showWhatsNew(): void;
80
95
  static ɵfac: i0.ɵɵFactoryDeclaration<SofNavPanelComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<SofNavPanelComponent, "sof-nav-panel", never, { "nodes": { "alias": "nodes"; "required": true; }; "settings": { "alias": "settings"; "required": false; }; "currentLanguage": { "alias": "currentLanguage"; "required": false; }; }, { "showWhatsNewEvent": "showWhatsNewEvent"; "showLanguageEvent": "showLanguageEvent"; }, never, ["[sof-nav-panel-main-content]"], true, never>;
96
+ static ɵcmp: i0.ɵɵComponentDeclaration<SofNavPanelComponent, "sof-nav-panel", never, { "nodes": { "alias": "nodes"; "required": true; }; "settings": { "alias": "settings"; "required": false; }; "whatsNewData": { "alias": "whatsNewData"; "required": false; }; }, { "showWhatsNewEvent": "showWhatsNewEvent"; "isNavPanelOpenedEvent": "isNavPanelOpenedEvent"; }, never, ["[sof-nav-panel-main-content]"], true, never>;
82
97
  }
@@ -1,30 +1,28 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./components/navigation/navigation.component";
3
- import * as i2 from "./components/sof-breadcrumbs/sof-breadcrumbs-hierarchy/sof-breadcrumbs-hierarchy.component";
4
- import * as i3 from "./components/sof-breadcrumbs/sof-breadcrumbs-history/sof-breadcrumbs-history.component";
5
- import * as i4 from "./components/sof-tabs-navigation/sof-tabs.component";
6
- import * as i5 from "./components/sof-sub-navigation/sof-sub-navigation.component";
7
- import * as i6 from "@angular/router";
8
- import * as i7 from "@angular/common";
9
- import * as i8 from "@ngx-translate/core";
10
- import * as i9 from "@ngbracket/ngx-layout";
11
- import * as i10 from "@angular/material/sidenav";
12
- import * as i11 from "@angular/material/slider";
13
- import * as i12 from "@angular/material/slide-toggle";
14
- import * as i13 from "@angular/material/button";
15
- import * as i14 from "@angular/material/button-toggle";
16
- import * as i15 from "@angular/material/icon";
17
- import * as i16 from "@angular/material/list";
18
- import * as i17 from "@angular/material/tooltip";
19
- import * as i18 from "@angular/material/expansion";
20
- import * as i19 from "@angular/material/menu";
21
- import * as i20 from "@angular/material/stepper";
22
- import * as i21 from "@angular/material/select";
23
- import * as i22 from "@angular/material/progress-bar";
24
- import * as i23 from "@angular/material/tabs";
3
+ import * as i2 from "./components/sof-tabs-navigation/sof-tabs.component";
4
+ import * as i3 from "./components/sof-sub-navigation/sof-sub-navigation.component";
5
+ import * as i4 from "@angular/router";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "@ngx-translate/core";
8
+ import * as i7 from "@ngbracket/ngx-layout";
9
+ import * as i8 from "@angular/material/sidenav";
10
+ import * as i9 from "@angular/material/slider";
11
+ import * as i10 from "@angular/material/slide-toggle";
12
+ import * as i11 from "@angular/material/button";
13
+ import * as i12 from "@angular/material/button-toggle";
14
+ import * as i13 from "@angular/material/icon";
15
+ import * as i14 from "@angular/material/list";
16
+ import * as i15 from "@angular/material/tooltip";
17
+ import * as i16 from "@angular/material/expansion";
18
+ import * as i17 from "@angular/material/menu";
19
+ import * as i18 from "@angular/material/stepper";
20
+ import * as i19 from "@angular/material/select";
21
+ import * as i20 from "@angular/material/progress-bar";
22
+ import * as i21 from "@angular/material/tabs";
25
23
  /** The Navigation Module */
26
24
  export declare class NavigationModule {
27
25
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationModule, [typeof i1.ArmatureNavigationComponent, typeof i2.SofBreadcrumbsHierarchyComponent, typeof i3.SofBreadcrumbsHistoryComponent, typeof i4.SofTabsComponent, typeof i5.SofSubNavigationComponent], [typeof i6.RouterModule, typeof i7.CommonModule, typeof i8.TranslateModule, typeof i9.FlexLayoutModule, typeof i10.MatSidenavModule, typeof i11.MatSliderModule, typeof i12.MatSlideToggleModule, typeof i13.MatButtonModule, typeof i14.MatButtonToggleModule, typeof i13.MatButtonModule, typeof i15.MatIconModule, typeof i16.MatListModule, typeof i17.MatTooltipModule, typeof i18.MatExpansionModule, typeof i19.MatMenuModule, typeof i20.MatStepperModule, typeof i18.MatExpansionModule, typeof i19.MatMenuModule, typeof i20.MatStepperModule, typeof i21.MatSelectModule, typeof i22.MatProgressBarModule, typeof i23.MatTabsModule], [typeof i1.ArmatureNavigationComponent, typeof i2.SofBreadcrumbsHierarchyComponent, typeof i3.SofBreadcrumbsHistoryComponent, typeof i4.SofTabsComponent, typeof i5.SofSubNavigationComponent, typeof i10.MatSidenavModule, typeof i11.MatSliderModule, typeof i12.MatSlideToggleModule, typeof i13.MatButtonModule, typeof i14.MatButtonToggleModule, typeof i13.MatButtonModule, typeof i15.MatIconModule, typeof i16.MatListModule, typeof i17.MatTooltipModule, typeof i18.MatExpansionModule, typeof i19.MatMenuModule, typeof i20.MatStepperModule, typeof i18.MatExpansionModule, typeof i19.MatMenuModule, typeof i20.MatStepperModule, typeof i21.MatSelectModule, typeof i22.MatProgressBarModule, typeof i23.MatTabsModule]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationModule, [typeof i1.ArmatureNavigationComponent, typeof i2.SofTabsComponent, typeof i3.SofSubNavigationComponent], [typeof i4.RouterModule, typeof i5.CommonModule, typeof i6.TranslateModule, typeof i7.FlexLayoutModule, typeof i8.MatSidenavModule, typeof i9.MatSliderModule, typeof i10.MatSlideToggleModule, typeof i11.MatButtonModule, typeof i12.MatButtonToggleModule, typeof i11.MatButtonModule, typeof i13.MatIconModule, typeof i14.MatListModule, typeof i15.MatTooltipModule, typeof i16.MatExpansionModule, typeof i17.MatMenuModule, typeof i18.MatStepperModule, typeof i16.MatExpansionModule, typeof i17.MatMenuModule, typeof i18.MatStepperModule, typeof i19.MatSelectModule, typeof i20.MatProgressBarModule, typeof i21.MatTabsModule], [typeof i1.ArmatureNavigationComponent, typeof i2.SofTabsComponent, typeof i3.SofSubNavigationComponent, typeof i8.MatSidenavModule, typeof i9.MatSliderModule, typeof i10.MatSlideToggleModule, typeof i11.MatButtonModule, typeof i12.MatButtonToggleModule, typeof i11.MatButtonModule, typeof i13.MatIconModule, typeof i14.MatListModule, typeof i15.MatTooltipModule, typeof i16.MatExpansionModule, typeof i17.MatMenuModule, typeof i18.MatStepperModule, typeof i16.MatExpansionModule, typeof i17.MatMenuModule, typeof i18.MatStepperModule, typeof i19.MatSelectModule, typeof i20.MatProgressBarModule, typeof i21.MatTabsModule]>;
29
27
  static ɵinj: i0.ɵɵInjectorDeclaration<NavigationModule>;
30
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "17.16.5",
3
+ "version": "17.17.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },
@@ -1,27 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@ngx-translate/core";
4
- export class SofLinkComponent {
5
- constructor() {
6
- // ... wait ... how does this component get its data if there are no @Inputs? ...
7
- /** The language text or a key that will be shown in this component */
8
- this.linkText = "";
9
- /** The link to redirect to */
10
- this.redirectLink = "";
11
- }
12
- /**
13
- * Logic related to ag grid cell renderer data can be added here
14
- * @note All `@Inputs` should be accepted through `params`
15
- */
16
- agInit(params) {
17
- this.linkText = params.value ?? this.linkText;
18
- this.redirectLink = params.redirectLink ?? this.redirectLink;
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: SofLinkComponent, selector: "sof-link", ngImport: i0, template: "<a [href]='redirectLink' [innerHtml]=\"(linkText | translate)\"> </a>", styles: [":root{--primary-color-50-parts: #edf4ff;--primary-color-100-parts: #b9d4fc;--primary-color-200-parts: #8ab7fb;--primary-color-300-parts: #5b9af9;--primary-color-400-parts: #3784f7;--primary-color-500-parts: #146ef6;--primary-color-600-parts: #1266f5;--primary-color-700-parts: #0e5bf3;--primary-color-800-parts: #0b51f2;--primary-color-900-parts: #063fef;--primary-color-A100-parts: rgba(20, 110, 246, .04);--primary-color-A200-parts: rgba(20, 110, 246, .08);--primary-color-A300-parts: rgba(20, 110, 246, .16);--primary-color-A400-parts: rgba(20, 110, 246, .24);--primary-color-A500-parts: rgba(20, 110, 246, .32);--primary-color-contrast-50-parts: rgba(0, 0, 0, .87);--primary-color-contrast-100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-400-parts: rgba(255, 255, 255, 1);--primary-color-contrast-500-parts: rgba(255, 255, 255, 1);--primary-color-contrast-600-parts: rgba(255, 255, 255, 1);--primary-color-contrast-700-parts: rgba(255, 255, 255, 1);--primary-color-contrast-800-parts: rgba(255, 255, 255, 1);--primary-color-contrast-900-parts: rgba(255, 255, 255, 1);--primary-color-contrast-A100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A400-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A500-parts: rgba(0, 0, 0, .87);--primary-color-50-parts-rgb: 237, 244, 255;--primary-color-100-parts-rgb: 185, 212, 252;--primary-color-200-parts-rgb: 138, 183, 251;--primary-color-300-parts-rgb: 91, 154, 249;--primary-color-400-parts-rgb: 55, 132, 247;--primary-color-500-parts-rgb: 20, 110, 246;--primary-color-600-parts-rgb: 18, 102, 245;--primary-color-700-parts-rgb: 14, 91, 243;--primary-color-800-parts-rgb: 11, 81, 242;--primary-color-900-parts-rgb: 6, 63, 239;--primary-color-A100-parts-rgb: 20, 110, 246, .04;--primary-color-A200-parts-rgb: 20, 110, 246, .08;--primary-color-A300-parts-rgb: 20, 110, 246, .16;--primary-color-A400-parts-rgb: 20, 110, 246, .24;--primary-color-A500-parts-rgb: 20, 110, 246, .32;--accent-color-50-parts: #e0f2f1;--accent-color-100-parts: #b2dfdb;--accent-color-200-parts: #80cbc4;--accent-color-300-parts: #4db6ac;--accent-color-400-parts: #26a69a;--accent-color-500-parts: #009688;--accent-color-600-parts: #00897b;--accent-color-700-parts: #00796b;--accent-color-800-parts: #00695c;--accent-color-900-parts: #004d40;--accent-color-A100-parts: rgba(0, 150, 136, .04);--accent-color-A200-parts: rgba(0, 150, 136, .08);--accent-color-A300-parts: rgba(0, 150, 136, .16);--accent-color-A400-parts: rgba(0, 150, 136, .24);--accent-color-A500-parts: rgba(0, 150, 136, .32);--accent-color-contrast-50-parts: rgba(0, 0, 0, .87);--accent-color-contrast-100-parts: rgba(0, 0, 0, .87);--accent-color-contrast-200-parts: rgba(0, 0, 0, .87);--accent-color-contrast-300-parts: rgba(0, 0, 0, .87);--accent-color-contrast-400-parts: rgba(0, 0, 0, .87);--accent-color-contrast-500-parts: rgba(255, 255, 255, 1);--accent-color-contrast-600-parts: rgba(255, 255, 255, 1);--accent-color-contrast-700-parts: rgba(255, 255, 255, 1);--accent-color-contrast-800-parts: rgba(255, 255, 255, 1);--accent-color-contrast-900-parts: rgba(255, 255, 255, 1);--accent-color-contrast-A100-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A200-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A300-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A400-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A500-parts: rgba(0, 0, 0, .87);--accent-color-50-parts-rgb: 224, 242, 241;--accent-color-100-parts-rgb: 178, 223, 219;--accent-color-200-parts-rgb: 128, 203, 196;--accent-color-300-parts-rgb: 77, 182, 172;--accent-color-400-parts-rgb: 38, 166, 154;--accent-color-500-parts-rgb: 0, 150, 136;--accent-color-600-parts-rgb: 0, 137, 123;--accent-color-700-parts-rgb: 0, 121, 107;--accent-color-800-parts-rgb: 0, 105, 92;--accent-color-900-parts-rgb: 0, 77, 64;--accent-color-A100-parts-rgb: 0, 150, 136, .04;--accent-color-A200-parts-rgb: 0, 150, 136, .08;--accent-color-A300-parts-rgb: 0, 150, 136, .16;--accent-color-A400-parts-rgb: 0, 150, 136, .24;--accent-color-A500-parts-rgb: 0, 150, 136, .32;--warn-color-50-parts: #fceee3;--warn-color-100-parts: #f8d4b9;--warn-color-200-parts: #f4b78b;--warn-color-300-parts: #ef9a5d;--warn-color-400-parts: #eb843a;--warn-color-500-parts: #e86e17;--warn-color-600-parts: #e56614;--warn-color-700-parts: #e25b11;--warn-color-800-parts: #de510d;--warn-color-900-parts: #d83f07;--warn-color-A100-parts: rgba(232, 110, 23, .04);--warn-color-A200-parts: rgba(232, 110, 23, .08);--warn-color-A300-parts: rgba(232, 110, 23, .16);--warn-color-A400-parts: rgba(232, 110, 23, .24);--warn-color-A500-parts: rgba(232, 110, 23, .32);--warn-color-contrast-50-parts: rgba(0, 0, 0, .87);--warn-color-contrast-100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-500-parts: rgba(0, 0, 0, .87);--warn-color-contrast-600-parts: rgba(0, 0, 0, .87);--warn-color-contrast-700-parts: rgba(0, 0, 0, .87);--warn-color-contrast-800-parts: rgba(0, 0, 0, .87);--warn-color-contrast-900-parts: rgba(255, 255, 255, 1);--warn-color-contrast-A100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A500-parts: rgba(0, 0, 0, .87);--warn-color-50-parts-rgb: 252, 238, 227;--warn-color-100-parts-rgb: 248, 212, 185;--warn-color-200-parts-rgb: 244, 183, 139;--warn-color-300-parts-rgb: 239, 154, 93;--warn-color-400-parts-rgb: 235, 132, 58;--warn-color-500-parts-rgb: 232, 110, 23;--warn-color-600-parts-rgb: 229, 102, 20;--warn-color-700-parts-rgb: 226, 91, 17;--warn-color-800-parts-rgb: 222, 81, 13;--warn-color-900-parts-rgb: 216, 63, 7;--warn-color-A100-parts-rgb: 232, 110, 23, .04;--warn-color-A200-parts-rgb: 232, 110, 23, .08;--warn-color-A300-parts-rgb: 232, 110, 23, .16;--warn-color-A400-parts-rgb: 232, 110, 23, .24;--warn-color-A500-parts-rgb: 232, 110, 23, .32;--info-color-50-parts: #edf4ff;--info-color-100-parts: #b9d4fc;--info-color-200-parts: #8ab7fb;--info-color-300-parts: #5b9af9;--info-color-400-parts: #3784f7;--info-color-500-parts: #146ef6;--info-color-600-parts: #1266f5;--info-color-700-parts: #0e5bf3;--info-color-800-parts: #0b51f2;--info-color-900-parts: #063fef;--info-color-A100-parts: rgba(20, 110, 246, .04);--info-color-A200-parts: rgba(20, 110, 246, .08);--info-color-A300-parts: rgba(20, 110, 246, .16);--info-color-A400-parts: rgba(20, 110, 246, .24);--info-color-A500-parts: rgba(20, 110, 246, .32);--info-color-contrast-50-parts: rgba(0, 0, 0, .87);--info-color-contrast-100-parts: rgba(0, 0, 0, .87);--info-color-contrast-200-parts: rgba(0, 0, 0, .87);--info-color-contrast-300-parts: rgba(0, 0, 0, .87);--info-color-contrast-400-parts: rgba(255, 255, 255, 1);--info-color-contrast-500-parts: rgba(255, 255, 255, 1);--info-color-contrast-600-parts: rgba(255, 255, 255, 1);--info-color-contrast-700-parts: rgba(255, 255, 255, 1);--info-color-contrast-800-parts: rgba(255, 255, 255, 1);--info-color-contrast-900-parts: rgba(255, 255, 255, 1);--info-color-contrast-A100-parts: rgba(0, 0, 0, .87);--info-color-contrast-A200-parts: rgba(0, 0, 0, .87);--info-color-contrast-A300-parts: rgba(0, 0, 0, .87);--info-color-contrast-A400-parts: rgba(0, 0, 0, .87);--info-color-contrast-A500-parts: rgba(0, 0, 0, .87);--info-color-50-parts-rgb: 237, 244, 255;--info-color-100-parts-rgb: 185, 212, 252;--info-color-200-parts-rgb: 138, 183, 251;--info-color-300-parts-rgb: 91, 154, 249;--info-color-400-parts-rgb: 55, 132, 247;--info-color-500-parts-rgb: 20, 110, 246;--info-color-600-parts-rgb: 18, 102, 245;--info-color-700-parts-rgb: 14, 91, 243;--info-color-800-parts-rgb: 11, 81, 242;--info-color-900-parts-rgb: 6, 63, 239;--info-color-A100-parts-rgb: 20, 110, 246, .04;--info-color-A200-parts-rgb: 20, 110, 246, .08;--info-color-A300-parts-rgb: 20, 110, 246, .16;--info-color-A400-parts-rgb: 20, 110, 246, .24;--info-color-A500-parts-rgb: 20, 110, 246, .32;--success-color-50-parts: #e7f0e6;--success-color-100-parts: #c4dac1;--success-color-200-parts: #9cc198;--success-color-300-parts: #74a86e;--success-color-400-parts: #57954f;--success-color-500-parts: #398230;--success-color-600-parts: #337a2b;--success-color-700-parts: #2c6f24;--success-color-800-parts: #24651e;--success-color-900-parts: #175213;--success-color-A100-parts: rgba(57, 130, 48, .04);--success-color-A200-parts: rgba(57, 130, 48, .08);--success-color-A300-parts: rgba(57, 130, 48, .16);--success-color-A400-parts: rgba(57, 130, 48, .24);--success-color-A500-parts: rgba(57, 130, 48, .32);--success-color-contrast-50-parts: rgba(0, 0, 0, .87);--success-color-contrast-100-parts: rgba(0, 0, 0, .87);--success-color-contrast-200-parts: rgba(0, 0, 0, .87);--success-color-contrast-300-parts: rgba(0, 0, 0, .87);--success-color-contrast-400-parts: rgba(0, 0, 0, .87);--success-color-contrast-500-parts: rgba(255, 255, 255, 1);--success-color-contrast-600-parts: rgba(255, 255, 255, 1);--success-color-contrast-700-parts: rgba(255, 255, 255, 1);--success-color-contrast-800-parts: rgba(255, 255, 255, 1);--success-color-contrast-900-parts: rgba(255, 255, 255, 1);--success-color-contrast-A100-parts: rgba(0, 0, 0, .87);--success-color-contrast-A200-parts: rgba(0, 0, 0, .87);--success-color-contrast-A300-parts: rgba(0, 0, 0, .87);--success-color-contrast-A400-parts: rgba(0, 0, 0, .87);--success-color-contrast-A500-parts: rgba(0, 0, 0, .87);--success-color-50-parts-rgb: 231, 240, 230;--success-color-100-parts-rgb: 196, 218, 193;--success-color-200-parts-rgb: 156, 193, 152;--success-color-300-parts-rgb: 116, 168, 110;--success-color-400-parts-rgb: 87, 149, 79;--success-color-500-parts-rgb: 57, 130, 48;--success-color-600-parts-rgb: 51, 122, 43;--success-color-700-parts-rgb: 44, 111, 36;--success-color-800-parts-rgb: 36, 101, 30;--success-color-900-parts-rgb: 23, 82, 19;--success-color-A100-parts-rgb: 57, 130, 48, .04;--success-color-A200-parts-rgb: 57, 130, 48, .08;--success-color-A300-parts-rgb: 57, 130, 48, .16;--success-color-A400-parts-rgb: 57, 130, 48, .24;--success-color-A500-parts-rgb: 57, 130, 48, .32;--error-color-50-parts: #fae5e4;--error-color-100-parts: #f3bdba;--error-color-200-parts: #eb928d;--error-color-300-parts: #e3665f;--error-color-400-parts: #dd453c;--error-color-500-parts: #d7241a;--error-color-600-parts: #d32017;--error-color-700-parts: #cd1b13;--error-color-800-parts: #c7160f;--error-color-900-parts: #be0d08;--error-color-A100-parts: rgba(215, 36, 26, .04);--error-color-A200-parts: rgba(215, 36, 26, .08);--error-color-A300-parts: rgba(215, 36, 26, .16);--error-color-A400-parts: rgba(215, 36, 26, .24);--error-color-A500-parts: rgba(215, 36, 26, .32);--error-color-contrast-50-parts: rgba(0, 0, 0, .87);--error-color-contrast-100-parts: rgba(0, 0, 0, .87);--error-color-contrast-200-parts: rgba(0, 0, 0, .87);--error-color-contrast-300-parts: rgba(0, 0, 0, .87);--error-color-contrast-400-parts: rgba(0, 0, 0, .87);--error-color-contrast-500-parts: rgba(255, 255, 255, 1);--error-color-contrast-600-parts: rgba(255, 255, 255, 1);--error-color-contrast-700-parts: rgba(255, 255, 255, 1);--error-color-contrast-800-parts: rgba(255, 255, 255, 1);--error-color-contrast-900-parts: rgba(255, 255, 255, 1);--error-color-contrast-A100-parts: rgba(0, 0, 0, .87);--error-color-contrast-A200-parts: rgba(0, 0, 0, .87);--error-color-contrast-A300-parts: rgba(0, 0, 0, .87);--error-color-contrast-A400-parts: rgba(0, 0, 0, .87);--error-color-contrast-A500-parts: rgba(0, 0, 0, .87);--error-color-50-parts-rgb: 250, 229, 228;--error-color-100-parts-rgb: 243, 189, 186;--error-color-200-parts-rgb: 235, 146, 141;--error-color-300-parts-rgb: 227, 102, 95;--error-color-400-parts-rgb: 221, 69, 60;--error-color-500-parts-rgb: 215, 36, 26;--error-color-600-parts-rgb: 211, 32, 23;--error-color-700-parts-rgb: 205, 27, 19;--error-color-800-parts-rgb: 199, 22, 15;--error-color-900-parts-rgb: 190, 13, 8;--error-color-A100-parts-rgb: 215, 36, 26, .04;--error-color-A200-parts-rgb: 215, 36, 26, .08;--error-color-A300-parts-rgb: 215, 36, 26, .16;--error-color-A400-parts-rgb: 215, 36, 26, .24;--error-color-A500-parts-rgb: 215, 36, 26, .32;--neutral-color-50-parts: #e9e9e9;--neutral-color-100-parts: #dddddd;--neutral-color-200-parts: #cccccc;--neutral-color-300-parts: #b0b0b0;--neutral-color-400-parts: #909090;--neutral-color-500-parts: #515151;--neutral-color-600-parts: #424242;--neutral-color-700-parts: #333333;--neutral-color-800-parts: #212121;--neutral-color-900-parts: #141414;--neutral-color-A100-parts: rgba(81, 81, 81, .04);--neutral-color-A200-parts: rgba(81, 81, 81, .08);--neutral-color-A300-parts: rgba(81, 81, 81, .16);--neutral-color-A400-parts: rgba(81, 81, 81, .24);--neutral-color-A500-parts: rgba(81, 81, 81, .32);--neutral-color-contrast-50-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-400-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-500-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-600-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-700-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-800-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-900-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-A100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A400-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A500-parts: rgba(0, 0, 0, .87);--neutral-color-50-parts-rgb: 233, 233, 233;--neutral-color-100-parts-rgb: 221, 221, 221;--neutral-color-200-parts-rgb: 204, 204, 204;--neutral-color-300-parts-rgb: 176, 176, 176;--neutral-color-400-parts-rgb: 144, 144, 144;--neutral-color-500-parts-rgb: 81, 81, 81;--neutral-color-600-parts-rgb: 66, 66, 66;--neutral-color-700-parts-rgb: 51, 51, 51;--neutral-color-800-parts-rgb: 33, 33, 33;--neutral-color-900-parts-rgb: 20, 20, 20;--neutral-color-A100-parts-rgb: 81, 81, 81, .04;--neutral-color-A200-parts-rgb: 81, 81, 81, .08;--neutral-color-A300-parts-rgb: 81, 81, 81, .16;--neutral-color-A400-parts-rgb: 81, 81, 81, .24;--neutral-color-A500-parts-rgb: 81, 81, 81, .32}a{text-decoration:underline!important;color:var(--primary-color-500-parts)!important;font-family:Poppins;font-size:16px!important;font-weight:500!important;line-height:24px!important;text-align:left!important}\n"], dependencies: [{ kind: "pipe", type: i1.TranslatePipe, name: "translate" }] }); }
22
- }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofLinkComponent, decorators: [{
24
- type: Component,
25
- args: [{ selector: 'sof-link', template: "<a [href]='redirectLink' [innerHtml]=\"(linkText | translate)\"> </a>", styles: [":root{--primary-color-50-parts: #edf4ff;--primary-color-100-parts: #b9d4fc;--primary-color-200-parts: #8ab7fb;--primary-color-300-parts: #5b9af9;--primary-color-400-parts: #3784f7;--primary-color-500-parts: #146ef6;--primary-color-600-parts: #1266f5;--primary-color-700-parts: #0e5bf3;--primary-color-800-parts: #0b51f2;--primary-color-900-parts: #063fef;--primary-color-A100-parts: rgba(20, 110, 246, .04);--primary-color-A200-parts: rgba(20, 110, 246, .08);--primary-color-A300-parts: rgba(20, 110, 246, .16);--primary-color-A400-parts: rgba(20, 110, 246, .24);--primary-color-A500-parts: rgba(20, 110, 246, .32);--primary-color-contrast-50-parts: rgba(0, 0, 0, .87);--primary-color-contrast-100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-400-parts: rgba(255, 255, 255, 1);--primary-color-contrast-500-parts: rgba(255, 255, 255, 1);--primary-color-contrast-600-parts: rgba(255, 255, 255, 1);--primary-color-contrast-700-parts: rgba(255, 255, 255, 1);--primary-color-contrast-800-parts: rgba(255, 255, 255, 1);--primary-color-contrast-900-parts: rgba(255, 255, 255, 1);--primary-color-contrast-A100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A400-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A500-parts: rgba(0, 0, 0, .87);--primary-color-50-parts-rgb: 237, 244, 255;--primary-color-100-parts-rgb: 185, 212, 252;--primary-color-200-parts-rgb: 138, 183, 251;--primary-color-300-parts-rgb: 91, 154, 249;--primary-color-400-parts-rgb: 55, 132, 247;--primary-color-500-parts-rgb: 20, 110, 246;--primary-color-600-parts-rgb: 18, 102, 245;--primary-color-700-parts-rgb: 14, 91, 243;--primary-color-800-parts-rgb: 11, 81, 242;--primary-color-900-parts-rgb: 6, 63, 239;--primary-color-A100-parts-rgb: 20, 110, 246, .04;--primary-color-A200-parts-rgb: 20, 110, 246, .08;--primary-color-A300-parts-rgb: 20, 110, 246, .16;--primary-color-A400-parts-rgb: 20, 110, 246, .24;--primary-color-A500-parts-rgb: 20, 110, 246, .32;--accent-color-50-parts: #e0f2f1;--accent-color-100-parts: #b2dfdb;--accent-color-200-parts: #80cbc4;--accent-color-300-parts: #4db6ac;--accent-color-400-parts: #26a69a;--accent-color-500-parts: #009688;--accent-color-600-parts: #00897b;--accent-color-700-parts: #00796b;--accent-color-800-parts: #00695c;--accent-color-900-parts: #004d40;--accent-color-A100-parts: rgba(0, 150, 136, .04);--accent-color-A200-parts: rgba(0, 150, 136, .08);--accent-color-A300-parts: rgba(0, 150, 136, .16);--accent-color-A400-parts: rgba(0, 150, 136, .24);--accent-color-A500-parts: rgba(0, 150, 136, .32);--accent-color-contrast-50-parts: rgba(0, 0, 0, .87);--accent-color-contrast-100-parts: rgba(0, 0, 0, .87);--accent-color-contrast-200-parts: rgba(0, 0, 0, .87);--accent-color-contrast-300-parts: rgba(0, 0, 0, .87);--accent-color-contrast-400-parts: rgba(0, 0, 0, .87);--accent-color-contrast-500-parts: rgba(255, 255, 255, 1);--accent-color-contrast-600-parts: rgba(255, 255, 255, 1);--accent-color-contrast-700-parts: rgba(255, 255, 255, 1);--accent-color-contrast-800-parts: rgba(255, 255, 255, 1);--accent-color-contrast-900-parts: rgba(255, 255, 255, 1);--accent-color-contrast-A100-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A200-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A300-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A400-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A500-parts: rgba(0, 0, 0, .87);--accent-color-50-parts-rgb: 224, 242, 241;--accent-color-100-parts-rgb: 178, 223, 219;--accent-color-200-parts-rgb: 128, 203, 196;--accent-color-300-parts-rgb: 77, 182, 172;--accent-color-400-parts-rgb: 38, 166, 154;--accent-color-500-parts-rgb: 0, 150, 136;--accent-color-600-parts-rgb: 0, 137, 123;--accent-color-700-parts-rgb: 0, 121, 107;--accent-color-800-parts-rgb: 0, 105, 92;--accent-color-900-parts-rgb: 0, 77, 64;--accent-color-A100-parts-rgb: 0, 150, 136, .04;--accent-color-A200-parts-rgb: 0, 150, 136, .08;--accent-color-A300-parts-rgb: 0, 150, 136, .16;--accent-color-A400-parts-rgb: 0, 150, 136, .24;--accent-color-A500-parts-rgb: 0, 150, 136, .32;--warn-color-50-parts: #fceee3;--warn-color-100-parts: #f8d4b9;--warn-color-200-parts: #f4b78b;--warn-color-300-parts: #ef9a5d;--warn-color-400-parts: #eb843a;--warn-color-500-parts: #e86e17;--warn-color-600-parts: #e56614;--warn-color-700-parts: #e25b11;--warn-color-800-parts: #de510d;--warn-color-900-parts: #d83f07;--warn-color-A100-parts: rgba(232, 110, 23, .04);--warn-color-A200-parts: rgba(232, 110, 23, .08);--warn-color-A300-parts: rgba(232, 110, 23, .16);--warn-color-A400-parts: rgba(232, 110, 23, .24);--warn-color-A500-parts: rgba(232, 110, 23, .32);--warn-color-contrast-50-parts: rgba(0, 0, 0, .87);--warn-color-contrast-100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-500-parts: rgba(0, 0, 0, .87);--warn-color-contrast-600-parts: rgba(0, 0, 0, .87);--warn-color-contrast-700-parts: rgba(0, 0, 0, .87);--warn-color-contrast-800-parts: rgba(0, 0, 0, .87);--warn-color-contrast-900-parts: rgba(255, 255, 255, 1);--warn-color-contrast-A100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A500-parts: rgba(0, 0, 0, .87);--warn-color-50-parts-rgb: 252, 238, 227;--warn-color-100-parts-rgb: 248, 212, 185;--warn-color-200-parts-rgb: 244, 183, 139;--warn-color-300-parts-rgb: 239, 154, 93;--warn-color-400-parts-rgb: 235, 132, 58;--warn-color-500-parts-rgb: 232, 110, 23;--warn-color-600-parts-rgb: 229, 102, 20;--warn-color-700-parts-rgb: 226, 91, 17;--warn-color-800-parts-rgb: 222, 81, 13;--warn-color-900-parts-rgb: 216, 63, 7;--warn-color-A100-parts-rgb: 232, 110, 23, .04;--warn-color-A200-parts-rgb: 232, 110, 23, .08;--warn-color-A300-parts-rgb: 232, 110, 23, .16;--warn-color-A400-parts-rgb: 232, 110, 23, .24;--warn-color-A500-parts-rgb: 232, 110, 23, .32;--info-color-50-parts: #edf4ff;--info-color-100-parts: #b9d4fc;--info-color-200-parts: #8ab7fb;--info-color-300-parts: #5b9af9;--info-color-400-parts: #3784f7;--info-color-500-parts: #146ef6;--info-color-600-parts: #1266f5;--info-color-700-parts: #0e5bf3;--info-color-800-parts: #0b51f2;--info-color-900-parts: #063fef;--info-color-A100-parts: rgba(20, 110, 246, .04);--info-color-A200-parts: rgba(20, 110, 246, .08);--info-color-A300-parts: rgba(20, 110, 246, .16);--info-color-A400-parts: rgba(20, 110, 246, .24);--info-color-A500-parts: rgba(20, 110, 246, .32);--info-color-contrast-50-parts: rgba(0, 0, 0, .87);--info-color-contrast-100-parts: rgba(0, 0, 0, .87);--info-color-contrast-200-parts: rgba(0, 0, 0, .87);--info-color-contrast-300-parts: rgba(0, 0, 0, .87);--info-color-contrast-400-parts: rgba(255, 255, 255, 1);--info-color-contrast-500-parts: rgba(255, 255, 255, 1);--info-color-contrast-600-parts: rgba(255, 255, 255, 1);--info-color-contrast-700-parts: rgba(255, 255, 255, 1);--info-color-contrast-800-parts: rgba(255, 255, 255, 1);--info-color-contrast-900-parts: rgba(255, 255, 255, 1);--info-color-contrast-A100-parts: rgba(0, 0, 0, .87);--info-color-contrast-A200-parts: rgba(0, 0, 0, .87);--info-color-contrast-A300-parts: rgba(0, 0, 0, .87);--info-color-contrast-A400-parts: rgba(0, 0, 0, .87);--info-color-contrast-A500-parts: rgba(0, 0, 0, .87);--info-color-50-parts-rgb: 237, 244, 255;--info-color-100-parts-rgb: 185, 212, 252;--info-color-200-parts-rgb: 138, 183, 251;--info-color-300-parts-rgb: 91, 154, 249;--info-color-400-parts-rgb: 55, 132, 247;--info-color-500-parts-rgb: 20, 110, 246;--info-color-600-parts-rgb: 18, 102, 245;--info-color-700-parts-rgb: 14, 91, 243;--info-color-800-parts-rgb: 11, 81, 242;--info-color-900-parts-rgb: 6, 63, 239;--info-color-A100-parts-rgb: 20, 110, 246, .04;--info-color-A200-parts-rgb: 20, 110, 246, .08;--info-color-A300-parts-rgb: 20, 110, 246, .16;--info-color-A400-parts-rgb: 20, 110, 246, .24;--info-color-A500-parts-rgb: 20, 110, 246, .32;--success-color-50-parts: #e7f0e6;--success-color-100-parts: #c4dac1;--success-color-200-parts: #9cc198;--success-color-300-parts: #74a86e;--success-color-400-parts: #57954f;--success-color-500-parts: #398230;--success-color-600-parts: #337a2b;--success-color-700-parts: #2c6f24;--success-color-800-parts: #24651e;--success-color-900-parts: #175213;--success-color-A100-parts: rgba(57, 130, 48, .04);--success-color-A200-parts: rgba(57, 130, 48, .08);--success-color-A300-parts: rgba(57, 130, 48, .16);--success-color-A400-parts: rgba(57, 130, 48, .24);--success-color-A500-parts: rgba(57, 130, 48, .32);--success-color-contrast-50-parts: rgba(0, 0, 0, .87);--success-color-contrast-100-parts: rgba(0, 0, 0, .87);--success-color-contrast-200-parts: rgba(0, 0, 0, .87);--success-color-contrast-300-parts: rgba(0, 0, 0, .87);--success-color-contrast-400-parts: rgba(0, 0, 0, .87);--success-color-contrast-500-parts: rgba(255, 255, 255, 1);--success-color-contrast-600-parts: rgba(255, 255, 255, 1);--success-color-contrast-700-parts: rgba(255, 255, 255, 1);--success-color-contrast-800-parts: rgba(255, 255, 255, 1);--success-color-contrast-900-parts: rgba(255, 255, 255, 1);--success-color-contrast-A100-parts: rgba(0, 0, 0, .87);--success-color-contrast-A200-parts: rgba(0, 0, 0, .87);--success-color-contrast-A300-parts: rgba(0, 0, 0, .87);--success-color-contrast-A400-parts: rgba(0, 0, 0, .87);--success-color-contrast-A500-parts: rgba(0, 0, 0, .87);--success-color-50-parts-rgb: 231, 240, 230;--success-color-100-parts-rgb: 196, 218, 193;--success-color-200-parts-rgb: 156, 193, 152;--success-color-300-parts-rgb: 116, 168, 110;--success-color-400-parts-rgb: 87, 149, 79;--success-color-500-parts-rgb: 57, 130, 48;--success-color-600-parts-rgb: 51, 122, 43;--success-color-700-parts-rgb: 44, 111, 36;--success-color-800-parts-rgb: 36, 101, 30;--success-color-900-parts-rgb: 23, 82, 19;--success-color-A100-parts-rgb: 57, 130, 48, .04;--success-color-A200-parts-rgb: 57, 130, 48, .08;--success-color-A300-parts-rgb: 57, 130, 48, .16;--success-color-A400-parts-rgb: 57, 130, 48, .24;--success-color-A500-parts-rgb: 57, 130, 48, .32;--error-color-50-parts: #fae5e4;--error-color-100-parts: #f3bdba;--error-color-200-parts: #eb928d;--error-color-300-parts: #e3665f;--error-color-400-parts: #dd453c;--error-color-500-parts: #d7241a;--error-color-600-parts: #d32017;--error-color-700-parts: #cd1b13;--error-color-800-parts: #c7160f;--error-color-900-parts: #be0d08;--error-color-A100-parts: rgba(215, 36, 26, .04);--error-color-A200-parts: rgba(215, 36, 26, .08);--error-color-A300-parts: rgba(215, 36, 26, .16);--error-color-A400-parts: rgba(215, 36, 26, .24);--error-color-A500-parts: rgba(215, 36, 26, .32);--error-color-contrast-50-parts: rgba(0, 0, 0, .87);--error-color-contrast-100-parts: rgba(0, 0, 0, .87);--error-color-contrast-200-parts: rgba(0, 0, 0, .87);--error-color-contrast-300-parts: rgba(0, 0, 0, .87);--error-color-contrast-400-parts: rgba(0, 0, 0, .87);--error-color-contrast-500-parts: rgba(255, 255, 255, 1);--error-color-contrast-600-parts: rgba(255, 255, 255, 1);--error-color-contrast-700-parts: rgba(255, 255, 255, 1);--error-color-contrast-800-parts: rgba(255, 255, 255, 1);--error-color-contrast-900-parts: rgba(255, 255, 255, 1);--error-color-contrast-A100-parts: rgba(0, 0, 0, .87);--error-color-contrast-A200-parts: rgba(0, 0, 0, .87);--error-color-contrast-A300-parts: rgba(0, 0, 0, .87);--error-color-contrast-A400-parts: rgba(0, 0, 0, .87);--error-color-contrast-A500-parts: rgba(0, 0, 0, .87);--error-color-50-parts-rgb: 250, 229, 228;--error-color-100-parts-rgb: 243, 189, 186;--error-color-200-parts-rgb: 235, 146, 141;--error-color-300-parts-rgb: 227, 102, 95;--error-color-400-parts-rgb: 221, 69, 60;--error-color-500-parts-rgb: 215, 36, 26;--error-color-600-parts-rgb: 211, 32, 23;--error-color-700-parts-rgb: 205, 27, 19;--error-color-800-parts-rgb: 199, 22, 15;--error-color-900-parts-rgb: 190, 13, 8;--error-color-A100-parts-rgb: 215, 36, 26, .04;--error-color-A200-parts-rgb: 215, 36, 26, .08;--error-color-A300-parts-rgb: 215, 36, 26, .16;--error-color-A400-parts-rgb: 215, 36, 26, .24;--error-color-A500-parts-rgb: 215, 36, 26, .32;--neutral-color-50-parts: #e9e9e9;--neutral-color-100-parts: #dddddd;--neutral-color-200-parts: #cccccc;--neutral-color-300-parts: #b0b0b0;--neutral-color-400-parts: #909090;--neutral-color-500-parts: #515151;--neutral-color-600-parts: #424242;--neutral-color-700-parts: #333333;--neutral-color-800-parts: #212121;--neutral-color-900-parts: #141414;--neutral-color-A100-parts: rgba(81, 81, 81, .04);--neutral-color-A200-parts: rgba(81, 81, 81, .08);--neutral-color-A300-parts: rgba(81, 81, 81, .16);--neutral-color-A400-parts: rgba(81, 81, 81, .24);--neutral-color-A500-parts: rgba(81, 81, 81, .32);--neutral-color-contrast-50-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-400-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-500-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-600-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-700-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-800-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-900-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-A100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A400-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A500-parts: rgba(0, 0, 0, .87);--neutral-color-50-parts-rgb: 233, 233, 233;--neutral-color-100-parts-rgb: 221, 221, 221;--neutral-color-200-parts-rgb: 204, 204, 204;--neutral-color-300-parts-rgb: 176, 176, 176;--neutral-color-400-parts-rgb: 144, 144, 144;--neutral-color-500-parts-rgb: 81, 81, 81;--neutral-color-600-parts-rgb: 66, 66, 66;--neutral-color-700-parts-rgb: 51, 51, 51;--neutral-color-800-parts-rgb: 33, 33, 33;--neutral-color-900-parts-rgb: 20, 20, 20;--neutral-color-A100-parts-rgb: 81, 81, 81, .04;--neutral-color-A200-parts-rgb: 81, 81, 81, .08;--neutral-color-A300-parts-rgb: 81, 81, 81, .16;--neutral-color-A400-parts-rgb: 81, 81, 81, .24;--neutral-color-A500-parts-rgb: 81, 81, 81, .32}a{text-decoration:underline!important;color:var(--primary-color-500-parts)!important;font-family:Poppins;font-size:16px!important;font-weight:500!important;line-height:24px!important;text-align:left!important}\n"] }]
26
- }] });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic29mLWxpbmsuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJtYXR1cmUvc3JjL2xpYi9iYXNlLWNvbXBvbmVudHMvc29mLWxpbmtzL3NvZi1saW5rLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9saWIvYmFzZS1jb21wb25lbnRzL3NvZi1saW5rcy9zb2YtbGluay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLGdCQUFnQjtJQUw3QjtRQU9FLGtGQUFrRjtRQUVsRixzRUFBc0U7UUFDL0QsYUFBUSxHQUFXLEVBQUUsQ0FBQztRQUU3Qiw4QkFBOEI7UUFDdkIsaUJBQVksR0FBVyxFQUFFLENBQUM7S0FVbEM7SUFSQzs7O01BR0U7SUFDSyxNQUFNLENBQUMsTUFBOEI7UUFDMUMsSUFBSSxDQUFDLFFBQVEsR0FBRyxNQUFNLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDOUMsSUFBSSxDQUFDLFlBQVksR0FBRyxNQUFNLENBQUMsWUFBWSxJQUFJLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDL0QsQ0FBQzs4R0FqQlUsZ0JBQWdCO2tHQUFoQixnQkFBZ0IsZ0RDUDdCLHVFQUFtRTs7MkZET3RELGdCQUFnQjtrQkFMNUIsU0FBUzsrQkFDRSxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3NvZi1saW5rJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vc29mLWxpbmsuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3NvZi1saW5rLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIFNvZkxpbmtDb21wb25lbnQge1xyXG5cclxuICAvLyAuLi4gd2FpdCAuLi4gaG93IGRvZXMgdGhpcyBjb21wb25lbnQgZ2V0IGl0cyBkYXRhIGlmIHRoZXJlIGFyZSBubyBASW5wdXRzPyAuLi4gXHJcblxyXG4gIC8qKiBUaGUgbGFuZ3VhZ2UgdGV4dCBvciBhIGtleSB0aGF0IHdpbGwgYmUgc2hvd24gaW4gdGhpcyBjb21wb25lbnQgKi9cclxuICBwdWJsaWMgbGlua1RleHQ6IHN0cmluZyA9IFwiXCI7XHJcblxyXG4gIC8qKiBUaGUgbGluayB0byByZWRpcmVjdCB0byAqL1xyXG4gIHB1YmxpYyByZWRpcmVjdExpbms6IHN0cmluZyA9IFwiXCI7XHJcblxyXG4gIC8qKiBcclxuICAgKiBMb2dpYyByZWxhdGVkIHRvIGFnIGdyaWQgY2VsbCByZW5kZXJlciBkYXRhIGNhbiBiZSBhZGRlZCBoZXJlIFxyXG4gICAqIEBub3RlIEFsbCBgQElucHV0c2Agc2hvdWxkIGJlIGFjY2VwdGVkIHRocm91Z2ggYHBhcmFtc2BcclxuICAqL1xyXG4gIHB1YmxpYyBhZ0luaXQocGFyYW1zOiBhbnkgJiBTb2ZMaW5rQ29tcG9uZW50KTogdm9pZCB7XHJcbiAgICB0aGlzLmxpbmtUZXh0ID0gcGFyYW1zLnZhbHVlID8/IHRoaXMubGlua1RleHQ7XHJcbiAgICB0aGlzLnJlZGlyZWN0TGluayA9IHBhcmFtcy5yZWRpcmVjdExpbmsgPz8gdGhpcy5yZWRpcmVjdExpbms7XHJcbiAgfVxyXG59XHJcbiIsIjxhIFtocmVmXT0ncmVkaXJlY3RMaW5rJyBbaW5uZXJIdG1sXT1cIihsaW5rVGV4dCB8IHRyYW5zbGF0ZSlcIj4gPC9hPiJdfQ==
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SofLinkComponent {
3
- /** The language text or a key that will be shown in this component */
4
- linkText: string;
5
- /** The link to redirect to */
6
- redirectLink: string;
7
- /**
8
- * Logic related to ag grid cell renderer data can be added here
9
- * @note All `@Inputs` should be accepted through `params`
10
- */
11
- agInit(params: any & SofLinkComponent): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<SofLinkComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SofLinkComponent, "sof-link", never, {}, {}, never, never, false, never>;
14
- }