@symphony-talent/component-library 4.97.0 → 4.99.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 (65) hide show
  1. package/esm2020/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.component.mjs +1 -1
  2. package/esm2020/lib/atoms/navigation-link/navigation-link.component.mjs +1 -1
  3. package/esm2020/lib/atoms/navigation-link-v2/navigation-link.component.mjs +1 -1
  4. package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +5 -3
  5. package/esm2020/lib/molecules/filter-tabs/filter-tabs.component.mjs +46 -0
  6. package/esm2020/lib/molecules/filter-tabs/filter-tabs.model.mjs +2 -0
  7. package/esm2020/lib/molecules/filter-tabs/filter-tabs.module.mjs +45 -0
  8. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +1 -1
  9. package/esm2020/lib/molecules/icon-with-tooltip/icon-with-tooltip.component.mjs +1 -1
  10. package/esm2020/lib/molecules/molecules.module.mjs +8 -4
  11. package/esm2020/lib/organisms/grid-actions/grid-actions.component.mjs +1 -1
  12. package/esm2020/lib/organisms/grid-controls/grid-controls.component.mjs +1 -1
  13. package/esm2020/lib/organisms/grid-download/grid-download.component.mjs +1 -1
  14. package/esm2020/lib/organisms/sidebar-navigation/sidebar-navigation.component.mjs +1 -1
  15. package/esm2020/lib/pages/job-list-page/job-list-page.component.mjs +1 -1
  16. package/esm2020/lib/pages/modals/symphony-modal/symphony-modal.component.mjs +34 -0
  17. package/esm2020/lib/pages/modals/symphony-modal/symphony-modal.model.mjs +2 -0
  18. package/esm2020/lib/pages/modals/symphony-modal/symphony-modal.module.mjs +50 -0
  19. package/esm2020/projects/component-library/lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.component.mjs +1 -1
  20. package/esm2020/projects/component-library/lib/atoms/navigation-link/navigation-link.component.mjs +1 -1
  21. package/esm2020/projects/component-library/lib/atoms/navigation-link-v2/navigation-link.component.mjs +1 -1
  22. package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +5 -3
  23. package/esm2020/projects/component-library/lib/molecules/filter-tabs/filter-tabs.component.mjs +46 -0
  24. package/esm2020/projects/component-library/lib/molecules/filter-tabs/filter-tabs.model.mjs +2 -0
  25. package/esm2020/projects/component-library/lib/molecules/filter-tabs/filter-tabs.module.mjs +45 -0
  26. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +1 -1
  27. package/esm2020/projects/component-library/lib/molecules/icon-with-tooltip/icon-with-tooltip.component.mjs +1 -1
  28. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
  29. package/esm2020/projects/component-library/lib/organisms/grid-actions/grid-actions.component.mjs +1 -1
  30. package/esm2020/projects/component-library/lib/organisms/grid-controls/grid-controls.component.mjs +1 -1
  31. package/esm2020/projects/component-library/lib/organisms/grid-download/grid-download.component.mjs +1 -1
  32. package/esm2020/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.component.mjs +1 -1
  33. package/esm2020/projects/component-library/lib/pages/job-list-page/job-list-page.component.mjs +1 -1
  34. package/esm2020/projects/component-library/lib/pages/modals/symphony-modal/symphony-modal.component.mjs +34 -0
  35. package/esm2020/projects/component-library/lib/pages/modals/symphony-modal/symphony-modal.model.mjs +2 -0
  36. package/esm2020/projects/component-library/lib/pages/modals/symphony-modal/symphony-modal.module.mjs +50 -0
  37. package/esm2020/projects/component-library/public-api.mjs +7 -1
  38. package/esm2020/public-api.mjs +7 -1
  39. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +156 -16
  40. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  41. package/fesm2015/symphony-talent-component-library.mjs +156 -16
  42. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  43. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +156 -16
  44. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  45. package/fesm2020/symphony-talent-component-library.mjs +156 -16
  46. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  47. package/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +2 -1
  48. package/lib/molecules/filter-tabs/filter-tabs.component.d.ts +17 -0
  49. package/lib/molecules/filter-tabs/filter-tabs.model.d.ts +11 -0
  50. package/lib/molecules/filter-tabs/filter-tabs.module.d.ts +14 -0
  51. package/lib/molecules/molecules.module.d.ts +3 -2
  52. package/lib/pages/modals/symphony-modal/symphony-modal.component.d.ts +13 -0
  53. package/lib/pages/modals/symphony-modal/symphony-modal.model.d.ts +8 -0
  54. package/lib/pages/modals/symphony-modal/symphony-modal.module.d.ts +15 -0
  55. package/package.json +1 -1
  56. package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +2 -1
  57. package/projects/component-library/lib/molecules/filter-tabs/filter-tabs.component.d.ts +17 -0
  58. package/projects/component-library/lib/molecules/filter-tabs/filter-tabs.model.d.ts +11 -0
  59. package/projects/component-library/lib/molecules/filter-tabs/filter-tabs.module.d.ts +14 -0
  60. package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
  61. package/projects/component-library/lib/pages/modals/symphony-modal/symphony-modal.component.d.ts +13 -0
  62. package/projects/component-library/lib/pages/modals/symphony-modal/symphony-modal.model.d.ts +8 -0
  63. package/projects/component-library/lib/pages/modals/symphony-modal/symphony-modal.module.d.ts +15 -0
  64. package/projects/component-library/public-api.d.ts +6 -0
  65. package/public-api.d.ts +6 -0
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
2
2
  export declare class TooltipWrapperComponent {
3
3
  placement: string;
4
4
  tooltipHtml: string;
5
+ toolTipClass?: string;
5
6
  constructor();
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipWrapperComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "tooltipHtml": "tooltipHtml"; }, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "tooltipHtml": "tooltipHtml"; "toolTipClass": "toolTipClass"; }, {}, never, ["*"]>;
8
9
  }
@@ -0,0 +1,17 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FilterTabsModel } from './filter-tabs.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FilterTabsComponent {
5
+ filterTabs: FilterTabsModel;
6
+ moreOptionClick: EventEmitter<string>;
7
+ loadSearchClick: EventEmitter<void>;
8
+ clearSearchClick: EventEmitter<void>;
9
+ buttonClicked: EventEmitter<string>;
10
+ constructor();
11
+ onItemClick(item: string): void;
12
+ onLoadSearchClick(): void;
13
+ onClearSearchClick(): void;
14
+ onButtonClick(text: string): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterTabsComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterTabsComponent, "symphony-filter-tabs", never, { "filterTabs": "filterTabs"; }, { "moreOptionClick": "moreOptionClick"; "loadSearchClick": "loadSearchClick"; "clearSearchClick": "clearSearchClick"; "buttonClicked": "buttonClicked"; }, never, ["[basic-search-content]", "[advanced-search-content]"]>;
17
+ }
@@ -0,0 +1,11 @@
1
+ import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
2
+ export interface FilterTabsModel {
3
+ showMoreOptions: boolean;
4
+ showClearSearch: boolean;
5
+ showLoadLastSearch: boolean;
6
+ showBasicSearch: boolean;
7
+ showAdvanceSearch: boolean;
8
+ moreActionsMenu: ContextualMenuModel;
9
+ showSeeResultsBtn?: boolean;
10
+ seeResultsBtnDisabled?: boolean;
11
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./filter-tabs.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/tabs";
5
+ import * as i4 from "../../atoms/icon-wrapper/icon-wrapper.module";
6
+ import * as i5 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
7
+ import * as i6 from "../../atoms/icon/icon.module";
8
+ import * as i7 from "../../atoms/contextual-menu/contextual-menu.module";
9
+ import * as i8 from "../../atoms/button-v2/button.module";
10
+ export declare class FilterTabsModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterTabsModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FilterTabsModule, [typeof i1.FilterTabsComponent], [typeof i2.CommonModule, typeof i3.TabsModule, typeof i4.IconWrapperModule, typeof i5.TooltipWrapperModule, typeof i6.IconModule, typeof i7.ContextualMenuModule, typeof i8.ButtonV2Module], [typeof i1.FilterTabsComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<FilterTabsModule>;
14
+ }
@@ -25,9 +25,10 @@ import * as i23 from "../atoms/input-toggle/input-toggle.module";
25
25
  import * as i24 from "./labelled-input-toggle/labelled-input-toggle.module";
26
26
  import * as i25 from "./labelled-toggle-list/labelled-toggle-list.module";
27
27
  import * as i26 from "./chat-history-message-item/chat-history-message-item.module";
28
- import * as i27 from "./phaser-card/phaser-card.module";
28
+ import * as i27 from "./filter-tabs/filter-tabs.module";
29
+ import * as i28 from "./phaser-card/phaser-card.module";
29
30
  export declare class MoleculesModule {
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule, typeof i22.TabsModules, typeof i23.InputToggleModule, typeof i24.LabelledInputToggleModule, typeof i25.LabelledToggleListModule, typeof i26.ChatHistoryMessageItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i27.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
32
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule, typeof i22.TabsModules, typeof i23.InputToggleModule, typeof i24.LabelledInputToggleModule, typeof i25.LabelledToggleListModule, typeof i26.ChatHistoryMessageItemModule, typeof i27.FilterTabsModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i28.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
32
33
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
33
34
  }
@@ -0,0 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { SymphonyModalModel } from './symphony-modal.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SymphonyModalComponent {
5
+ model: SymphonyModalModel;
6
+ confirmClicked: EventEmitter<void>;
7
+ cancelClicked: EventEmitter<void>;
8
+ constructor();
9
+ onConfirm(): void;
10
+ onCancel(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SymphonyModalComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SymphonyModalComponent, "symphony-modal", never, { "model": "model"; }, { "confirmClicked": "confirmClicked"; "cancelClicked": "cancelClicked"; }, never, ["[sfx-modal-body-area]"]>;
13
+ }
@@ -0,0 +1,8 @@
1
+ export interface SymphonyModalModel {
2
+ title: string;
3
+ isLoading?: boolean;
4
+ errorText?: string;
5
+ confirmButtonText?: string;
6
+ confirmButtonDisabled?: boolean;
7
+ cancelButtonText?: string;
8
+ }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./symphony-modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
5
+ import * as i4 from "../../../atoms/icon/icon.module";
6
+ import * as i5 from "../../../atoms/h4/h4.module";
7
+ import * as i6 from "../../../templates/placeholder/placeholder.module";
8
+ import * as i7 from "../../../atoms/button-v2/button.module";
9
+ import * as i8 from "../../../atoms/paragraph/paragraph.module";
10
+ import * as i9 from "../../../atoms/sfx-loader/sfx-loader.module";
11
+ export declare class SymphonyModalModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SymphonyModalModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SymphonyModalModule, [typeof i1.SymphonyModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.IconModule, typeof i5.H4Module, typeof i6.PlaceholderModule, typeof i7.ButtonV2Module, typeof i8.ParagraphModule, typeof i9.SfxLoaderModule], [typeof i1.SymphonyModalComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<SymphonyModalModule>;
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "4.97.0",
3
+ "version": "4.99.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
2
2
  export declare class TooltipWrapperComponent {
3
3
  placement: string;
4
4
  tooltipHtml: string;
5
+ toolTipClass?: string;
5
6
  constructor();
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipWrapperComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "tooltipHtml": "tooltipHtml"; }, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "tooltipHtml": "tooltipHtml"; "toolTipClass": "toolTipClass"; }, {}, never, ["*"]>;
8
9
  }
@@ -0,0 +1,17 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FilterTabsModel } from './filter-tabs.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FilterTabsComponent {
5
+ filterTabs: FilterTabsModel;
6
+ moreOptionClick: EventEmitter<string>;
7
+ loadSearchClick: EventEmitter<void>;
8
+ clearSearchClick: EventEmitter<void>;
9
+ buttonClicked: EventEmitter<string>;
10
+ constructor();
11
+ onItemClick(item: string): void;
12
+ onLoadSearchClick(): void;
13
+ onClearSearchClick(): void;
14
+ onButtonClick(text: string): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterTabsComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterTabsComponent, "symphony-filter-tabs", never, { "filterTabs": "filterTabs"; }, { "moreOptionClick": "moreOptionClick"; "loadSearchClick": "loadSearchClick"; "clearSearchClick": "clearSearchClick"; "buttonClicked": "buttonClicked"; }, never, ["[basic-search-content]", "[advanced-search-content]"]>;
17
+ }
@@ -0,0 +1,11 @@
1
+ import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
2
+ export interface FilterTabsModel {
3
+ showMoreOptions: boolean;
4
+ showClearSearch: boolean;
5
+ showLoadLastSearch: boolean;
6
+ showBasicSearch: boolean;
7
+ showAdvanceSearch: boolean;
8
+ moreActionsMenu: ContextualMenuModel;
9
+ showSeeResultsBtn?: boolean;
10
+ seeResultsBtnDisabled?: boolean;
11
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./filter-tabs.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/tabs";
5
+ import * as i4 from "../../atoms/icon-wrapper/icon-wrapper.module";
6
+ import * as i5 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
7
+ import * as i6 from "../../atoms/icon/icon.module";
8
+ import * as i7 from "../../atoms/contextual-menu/contextual-menu.module";
9
+ import * as i8 from "../../atoms/button-v2/button.module";
10
+ export declare class FilterTabsModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterTabsModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FilterTabsModule, [typeof i1.FilterTabsComponent], [typeof i2.CommonModule, typeof i3.TabsModule, typeof i4.IconWrapperModule, typeof i5.TooltipWrapperModule, typeof i6.IconModule, typeof i7.ContextualMenuModule, typeof i8.ButtonV2Module], [typeof i1.FilterTabsComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<FilterTabsModule>;
14
+ }
@@ -25,9 +25,10 @@ import * as i23 from "../atoms/input-toggle/input-toggle.module";
25
25
  import * as i24 from "./labelled-input-toggle/labelled-input-toggle.module";
26
26
  import * as i25 from "./labelled-toggle-list/labelled-toggle-list.module";
27
27
  import * as i26 from "./chat-history-message-item/chat-history-message-item.module";
28
- import * as i27 from "./phaser-card/phaser-card.module";
28
+ import * as i27 from "./filter-tabs/filter-tabs.module";
29
+ import * as i28 from "./phaser-card/phaser-card.module";
29
30
  export declare class MoleculesModule {
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule, typeof i22.TabsModules, typeof i23.InputToggleModule, typeof i24.LabelledInputToggleModule, typeof i25.LabelledToggleListModule, typeof i26.ChatHistoryMessageItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i27.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
32
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule, typeof i22.TabsModules, typeof i23.InputToggleModule, typeof i24.LabelledInputToggleModule, typeof i25.LabelledToggleListModule, typeof i26.ChatHistoryMessageItemModule, typeof i27.FilterTabsModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i28.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
32
33
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
33
34
  }
@@ -0,0 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { SymphonyModalModel } from './symphony-modal.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SymphonyModalComponent {
5
+ model: SymphonyModalModel;
6
+ confirmClicked: EventEmitter<void>;
7
+ cancelClicked: EventEmitter<void>;
8
+ constructor();
9
+ onConfirm(): void;
10
+ onCancel(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SymphonyModalComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SymphonyModalComponent, "symphony-modal", never, { "model": "model"; }, { "confirmClicked": "confirmClicked"; "cancelClicked": "cancelClicked"; }, never, ["[sfx-modal-body-area]"]>;
13
+ }
@@ -0,0 +1,8 @@
1
+ export interface SymphonyModalModel {
2
+ title: string;
3
+ isLoading?: boolean;
4
+ errorText?: string;
5
+ confirmButtonText?: string;
6
+ confirmButtonDisabled?: boolean;
7
+ cancelButtonText?: string;
8
+ }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./symphony-modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
5
+ import * as i4 from "../../../atoms/icon/icon.module";
6
+ import * as i5 from "../../../atoms/h4/h4.module";
7
+ import * as i6 from "../../../templates/placeholder/placeholder.module";
8
+ import * as i7 from "../../../atoms/button-v2/button.module";
9
+ import * as i8 from "../../../atoms/paragraph/paragraph.module";
10
+ import * as i9 from "../../../atoms/sfx-loader/sfx-loader.module";
11
+ export declare class SymphonyModalModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SymphonyModalModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SymphonyModalModule, [typeof i1.SymphonyModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.IconModule, typeof i5.H4Module, typeof i6.PlaceholderModule, typeof i7.ButtonV2Module, typeof i8.ParagraphModule, typeof i9.SfxLoaderModule], [typeof i1.SymphonyModalComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<SymphonyModalModule>;
15
+ }
@@ -166,6 +166,9 @@ export * from './lib/molecules/settings-detail-navigation-item/settings-detail-n
166
166
  export * from './lib/molecules/editable-setting-item/editable-setting-item.component';
167
167
  export * from './lib/molecules/editable-setting-item/editable-setting-item.component.model';
168
168
  export * from './lib/molecules/editable-setting-item/editable-setting-item.module';
169
+ export * from './lib/molecules/filter-tabs/filter-tabs.component';
170
+ export * from './lib/molecules/filter-tabs/filter-tabs.model';
171
+ export * from './lib/molecules/filter-tabs/filter-tabs.module';
169
172
  export * from './lib/molecules/tabs/tabs.component';
170
173
  export * from './lib/molecules/tabs/tabs.module';
171
174
  export * from './lib/molecules/molecules.module';
@@ -276,5 +279,8 @@ export * from './lib/pages/modals/assign-to-user-modal/assign-to-user-modal.mode
276
279
  export * from './lib/pages/domain-whitelisting-partial-page/domain-whitelisting-partial-page.component';
277
280
  export * from './lib/pages/domain-whitelisting-partial-page/domain-whitelisting-partial-page.module';
278
281
  export * from './lib/pages/domain-whitelisting-partial-page/domain-whitelisting-partial-page.model';
282
+ export * from './lib/pages/modals/symphony-modal/symphony-modal.component';
283
+ export * from './lib/pages/modals/symphony-modal/symphony-modal.model';
284
+ export * from './lib/pages/modals/symphony-modal/symphony-modal.module';
279
285
  export * from './lib/pipe/trim-id.pipe';
280
286
  export * from './lib/pipe/pipe.module';
package/public-api.d.ts CHANGED
@@ -166,6 +166,9 @@ export * from './lib/molecules/settings-detail-navigation-item/settings-detail-n
166
166
  export * from './lib/molecules/editable-setting-item/editable-setting-item.component';
167
167
  export * from './lib/molecules/editable-setting-item/editable-setting-item.component.model';
168
168
  export * from './lib/molecules/editable-setting-item/editable-setting-item.module';
169
+ export * from './lib/molecules/filter-tabs/filter-tabs.component';
170
+ export * from './lib/molecules/filter-tabs/filter-tabs.model';
171
+ export * from './lib/molecules/filter-tabs/filter-tabs.module';
169
172
  export * from './lib/molecules/tabs/tabs.component';
170
173
  export * from './lib/molecules/tabs/tabs.module';
171
174
  export * from './lib/molecules/molecules.module';
@@ -276,5 +279,8 @@ export * from './lib/pages/modals/assign-to-user-modal/assign-to-user-modal.mode
276
279
  export * from './lib/pages/domain-whitelisting-partial-page/domain-whitelisting-partial-page.component';
277
280
  export * from './lib/pages/domain-whitelisting-partial-page/domain-whitelisting-partial-page.module';
278
281
  export * from './lib/pages/domain-whitelisting-partial-page/domain-whitelisting-partial-page.model';
282
+ export * from './lib/pages/modals/symphony-modal/symphony-modal.component';
283
+ export * from './lib/pages/modals/symphony-modal/symphony-modal.model';
284
+ export * from './lib/pages/modals/symphony-modal/symphony-modal.module';
279
285
  export * from './lib/pipe/trim-id.pipe';
280
286
  export * from './lib/pipe/pipe.module';