@symphony-talent/component-library 3.15.1 → 3.16.1

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 (101) hide show
  1. package/esm2020/lib/atoms/grid/framework/framework.module.mjs +5 -1
  2. package/esm2020/lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.component.mjs +17 -0
  3. package/esm2020/lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.module.mjs +18 -0
  4. package/esm2020/lib/atoms/grid/grid.component.mjs +8 -3
  5. package/esm2020/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +17 -0
  6. package/esm2020/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.model.mjs +2 -0
  7. package/esm2020/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.module.mjs +20 -0
  8. package/esm2020/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +17 -0
  9. package/esm2020/lib/molecules/feedback-candidate-education/feedback-candidate-education.model.mjs +2 -0
  10. package/esm2020/lib/molecules/feedback-candidate-education/feedback-candidate-education.module.mjs +20 -0
  11. package/esm2020/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +17 -0
  12. package/esm2020/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model.mjs +2 -0
  13. package/esm2020/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.mjs +20 -0
  14. package/esm2020/lib/molecules/molecules.module.mjs +8 -1
  15. package/esm2020/lib/molecules/sfx-accordion-header/sfx-accordion-header.component.mjs +16 -0
  16. package/esm2020/lib/molecules/sfx-accordion-header/sfx-accordion-header.module.mjs +20 -0
  17. package/esm2020/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +23 -0
  18. package/esm2020/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.mjs +53 -0
  19. package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +37 -0
  20. package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.model.mjs +2 -0
  21. package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.module.mjs +50 -0
  22. package/esm2020/lib/organisms/organisms.module.mjs +12 -4
  23. package/esm2020/projects/component-library/lib/atoms/grid/framework/framework.module.mjs +5 -1
  24. package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.component.mjs +17 -0
  25. package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.module.mjs +18 -0
  26. package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +8 -3
  27. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +17 -0
  28. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.model.mjs +2 -0
  29. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.module.mjs +20 -0
  30. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +17 -0
  31. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.model.mjs +2 -0
  32. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.module.mjs +20 -0
  33. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +17 -0
  34. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model.mjs +2 -0
  35. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.mjs +20 -0
  36. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -1
  37. package/esm2020/projects/component-library/lib/molecules/sfx-accordion-header/sfx-accordion-header.component.mjs +16 -0
  38. package/esm2020/projects/component-library/lib/molecules/sfx-accordion-header/sfx-accordion-header.module.mjs +20 -0
  39. package/esm2020/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +23 -0
  40. package/esm2020/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.mjs +53 -0
  41. package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +37 -0
  42. package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.model.mjs +2 -0
  43. package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.module.mjs +50 -0
  44. package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +12 -4
  45. package/esm2020/projects/component-library/public-api.mjs +12 -1
  46. package/esm2020/public-api.mjs +12 -1
  47. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +501 -224
  48. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  49. package/fesm2015/symphony-talent-component-library.mjs +501 -224
  50. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  51. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +500 -223
  52. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  53. package/fesm2020/symphony-talent-component-library.mjs +500 -223
  54. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  55. package/lib/atoms/grid/framework/framework.module.d.ts +3 -2
  56. package/lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.component.d.ts +9 -0
  57. package/lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.module.d.ts +8 -0
  58. package/lib/atoms/grid/grid.component.d.ts +4 -1
  59. package/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.d.ts +8 -0
  60. package/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.model.d.ts +7 -0
  61. package/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.module.d.ts +10 -0
  62. package/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.d.ts +8 -0
  63. package/lib/molecules/feedback-candidate-education/feedback-candidate-education.model.d.ts +8 -0
  64. package/lib/molecules/feedback-candidate-education/feedback-candidate-education.module.d.ts +10 -0
  65. package/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.d.ts +8 -0
  66. package/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model.d.ts +8 -0
  67. package/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.d.ts +10 -0
  68. package/lib/molecules/molecules.module.d.ts +5 -4
  69. package/lib/molecules/sfx-accordion-header/sfx-accordion-header.component.d.ts +7 -0
  70. package/lib/molecules/sfx-accordion-header/sfx-accordion-header.module.d.ts +10 -0
  71. package/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.d.ts +12 -0
  72. package/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.d.ts +16 -0
  73. package/lib/organisms/feedback-login-modal/feedback-login-modal.component.d.ts +15 -0
  74. package/lib/organisms/feedback-login-modal/feedback-login-modal.model.d.ts +6 -0
  75. package/lib/organisms/feedback-login-modal/feedback-login-modal.module.d.ts +15 -0
  76. package/lib/organisms/organisms.module.d.ts +3 -1
  77. package/package.json +1 -1
  78. package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +3 -2
  79. package/projects/component-library/lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.component.d.ts +9 -0
  80. package/projects/component-library/lib/atoms/grid/framework/grid-cell-loader/grid-cell-loader.module.d.ts +8 -0
  81. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +4 -1
  82. package/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.d.ts +8 -0
  83. package/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.model.d.ts +7 -0
  84. package/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.module.d.ts +10 -0
  85. package/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.d.ts +8 -0
  86. package/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.model.d.ts +8 -0
  87. package/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.module.d.ts +10 -0
  88. package/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.d.ts +8 -0
  89. package/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model.d.ts +8 -0
  90. package/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.d.ts +10 -0
  91. package/projects/component-library/lib/molecules/molecules.module.d.ts +5 -4
  92. package/projects/component-library/lib/molecules/sfx-accordion-header/sfx-accordion-header.component.d.ts +7 -0
  93. package/projects/component-library/lib/molecules/sfx-accordion-header/sfx-accordion-header.module.d.ts +10 -0
  94. package/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.d.ts +12 -0
  95. package/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.d.ts +16 -0
  96. package/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.d.ts +15 -0
  97. package/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.model.d.ts +6 -0
  98. package/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.module.d.ts +15 -0
  99. package/projects/component-library/lib/organisms/organisms.module.d.ts +3 -1
  100. package/projects/component-library/public-api.d.ts +11 -0
  101. package/public-api.d.ts +11 -0
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./contact-activity-score/contact-activity-score.module";
3
3
  import * as i2 from "./relevance-score/relevance-score.component.module";
4
4
  import * as i3 from "./grid-toggle-cell-renderer/grid-toggle-cell-renderer.module";
5
- import * as i4 from "./event-settings-more-options/event-settings-more-options.module";
5
+ import * as i4 from "./grid-cell-loader/grid-cell-loader.module";
6
+ import * as i5 from "./event-settings-more-options/event-settings-more-options.module";
6
7
  export declare class FrameworkModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FrameworkModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.EventSettingsMoreOptionsModule]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.GridCellLoaderModule, typeof i5.EventSettingsMoreOptionsModule]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<FrameworkModule>;
10
11
  }
@@ -0,0 +1,9 @@
1
+ import { ICellRenderer, ICellRendererParams } from 'ag-grid-community';
2
+ import * as i0 from "@angular/core";
3
+ export declare class GridLoadingCellComponent implements ICellRenderer {
4
+ params: any;
5
+ refresh(params: any): boolean;
6
+ agInit(params: ICellRendererParams): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridLoadingCellComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridLoadingCellComponent, "symphony-grid-cell-loader", never, {}, {}, never, never>;
9
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./grid-cell-loader.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class GridCellLoaderModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridCellLoaderModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridCellLoaderModule, [typeof i1.GridLoadingCellComponent], [typeof i2.CommonModule], [typeof i1.GridLoadingCellComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<GridCellLoaderModule>;
8
+ }
@@ -1,7 +1,8 @@
1
+ import { OnInit } from '@angular/core';
1
2
  import { ColDef, GridApi, GridOptions, GridReadyEvent } from 'ag-grid-community';
2
3
  import { gridType } from "./grid.model";
3
4
  import * as i0 from "@angular/core";
4
- export declare class GridComponent {
5
+ export declare class GridComponent implements OnInit {
5
6
  columnDefs: ColDef[];
6
7
  defaultColDef: any;
7
8
  rowData: any[];
@@ -10,6 +11,7 @@ export declare class GridComponent {
10
11
  rowModelType: gridType;
11
12
  suppressRowClickSelection: boolean;
12
13
  getRowHeight: () => number;
14
+ loadingCellRenderer: any;
13
15
  rowHeightPage: number;
14
16
  gridHeight: number;
15
17
  gridApi: GridApi;
@@ -17,6 +19,7 @@ export declare class GridComponent {
17
19
  frameworkComponents: any;
18
20
  gridOptions: GridOptions;
19
21
  constructor();
22
+ ngOnInit(): void;
20
23
  updateGridFilter(): void;
21
24
  getFrameworkComponents(): any;
22
25
  onGridReady(gridReadyEvent: GridReadyEvent): void;
@@ -0,0 +1,8 @@
1
+ import { FeedbackCandidateCertificationsModel } from './feedback-candidate-certifications.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeedbackCandidateCertificationsComponent {
4
+ certificationHistories: FeedbackCandidateCertificationsModel[];
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateCertificationsComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCandidateCertificationsComponent, "symphony-feedback-candidate-certifications", never, { "certificationHistories": "certificationHistories"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,7 @@
1
+ export interface FeedbackCandidateCertificationsModel {
2
+ name: string;
3
+ startYear: number;
4
+ endYear: number;
5
+ location: string;
6
+ description: string;
7
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-candidate-certifications.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h3/h3.module";
5
+ import * as i4 from "../../atoms/paragraph/paragraph.module";
6
+ export declare class FeedbackCandidateCertificationsModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateCertificationsModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCandidateCertificationsModule, [typeof i1.FeedbackCandidateCertificationsComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.ParagraphModule], [typeof i1.FeedbackCandidateCertificationsComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCandidateCertificationsModule>;
10
+ }
@@ -0,0 +1,8 @@
1
+ import { FeedbackCandidateEducationModel } from './feedback-candidate-education.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeedbackCandidateEducationComponent {
4
+ educationHistories: FeedbackCandidateEducationModel[];
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateEducationComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCandidateEducationComponent, "symphony-feedback-candidate-education", never, { "educationHistories": "educationHistories"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,8 @@
1
+ export interface FeedbackCandidateEducationModel {
2
+ collegeName: string;
3
+ courseName: string;
4
+ startYear: number;
5
+ endYear: number;
6
+ location: string;
7
+ status: string;
8
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-candidate-education.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h3/h3.module";
5
+ import * as i4 from "../../atoms/paragraph/paragraph.module";
6
+ export declare class FeedbackCandidateEducationModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateEducationModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCandidateEducationModule, [typeof i1.FeedbackCandidateEducationComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.ParagraphModule], [typeof i1.FeedbackCandidateEducationComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCandidateEducationModule>;
10
+ }
@@ -0,0 +1,8 @@
1
+ import { FeedbackCandidateWorkHistoryModel } from './feedback-candidate-workhistory.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeedbackCandidateWorkHistoryComponent {
4
+ workHistories: FeedbackCandidateWorkHistoryModel[];
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateWorkHistoryComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCandidateWorkHistoryComponent, "symphony-feedback-candidate-workhistory", never, { "workHistories": "workHistories"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,8 @@
1
+ export interface FeedbackCandidateWorkHistoryModel {
2
+ jobTitle: string;
3
+ companyName: string;
4
+ startDate: string;
5
+ endDate: string;
6
+ location: string;
7
+ description: string;
8
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-candidate-workhistory.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h3/h3.module";
5
+ import * as i4 from "../../atoms/paragraph/paragraph.module";
6
+ export declare class FeedbackCandidateWorkHistoryModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateWorkHistoryModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCandidateWorkHistoryModule, [typeof i1.FeedbackCandidateWorkHistoryComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.ParagraphModule], [typeof i1.FeedbackCandidateWorkHistoryComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCandidateWorkHistoryModule>;
10
+ }
@@ -8,11 +8,12 @@ import * as i6 from "./icon-swatch/icon-swatch.module";
8
8
  import * as i7 from "./breadcrumb/breadcrumb.module";
9
9
  import * as i8 from "./h5-with-icon/h5-with-icon.module";
10
10
  import * as i9 from "./invoice-line-item/invoice-line-item.module";
11
- import * as i10 from "./file-upload/file-upload.module";
12
- import * as i11 from "./file-upload-status/file-upload-status.module";
13
- import * as i12 from "./feedback-card/feedback-card.module";
11
+ import * as i10 from "./feedback-card/feedback-card.module";
12
+ import * as i11 from "./sfx-accordion-header/sfx-accordion-header.module";
13
+ import * as i12 from "./file-upload/file-upload.module";
14
+ import * as i13 from "./file-upload-status/file-upload-status.module";
14
15
  export declare class MoleculesModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
16
- 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.FileUploadModule, typeof i11.FileUploadStatusModule, typeof i12.FeedbackCardModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i12.FeedbackCardModule]>;
17
+ 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 i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
18
19
  }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SfxAccordionHeaderComponent {
3
+ heading: string;
4
+ constructor();
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SfxAccordionHeaderComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SfxAccordionHeaderComponent, "symphony-sfx-accordion-header", never, { "heading": "heading"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sfx-accordion-header.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/icon/icon.module";
5
+ import * as i4 from "../../atoms/h4/h4.module";
6
+ export declare class SfxAccordionHeaderModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SfxAccordionHeaderModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SfxAccordionHeaderModule, [typeof i1.SfxAccordionHeaderComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.H4Module], [typeof i1.SfxAccordionHeaderComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SfxAccordionHeaderModule>;
10
+ }
@@ -0,0 +1,12 @@
1
+ import { FeedbackCandidateCertificationsModel } from '../../molecules/feedback-candidate-certifications/feedback-candidate-certifications.model';
2
+ import { FeedbackCandidateWorkHistoryModel } from '../../molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model';
3
+ import { FeedbackCandidateEducationModel } from '../../molecules/feedback-candidate-education/feedback-candidate-education.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class FeedbackDetailCandidateInfoComponent {
6
+ historyList: FeedbackCandidateWorkHistoryModel[];
7
+ educationList: FeedbackCandidateEducationModel[];
8
+ certificationList: FeedbackCandidateCertificationsModel[];
9
+ constructor();
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackDetailCandidateInfoComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackDetailCandidateInfoComponent, "symphony-feedback-detail-candidate-info", never, { "historyList": "historyList"; "educationList": "educationList"; "certificationList": "certificationList"; }, {}, never, never>;
12
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-detail-candidate-info.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/accordion";
5
+ import * as i4 from "@angular/platform-browser/animations";
6
+ import * as i5 from "../../atoms/icon/icon.module";
7
+ import * as i6 from "../../atoms/h4/h4.module";
8
+ import * as i7 from "../../molecules/sfx-accordion-header/sfx-accordion-header.module";
9
+ import * as i8 from "../../molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module";
10
+ import * as i9 from "../../molecules/feedback-candidate-education/feedback-candidate-education.module";
11
+ import * as i10 from "../../molecules/feedback-candidate-certifications/feedback-candidate-certifications.module";
12
+ export declare class FeedbackDetailCandidateInfoModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackDetailCandidateInfoModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackDetailCandidateInfoModule, [typeof i1.FeedbackDetailCandidateInfoComponent], [typeof i2.CommonModule, typeof i3.AccordionModule, typeof i4.BrowserAnimationsModule, typeof i5.IconModule, typeof i6.H4Module, typeof i7.SfxAccordionHeaderModule, typeof i8.FeedbackCandidateWorkHistoryModule, typeof i9.FeedbackCandidateEducationModule, typeof i10.FeedbackCandidateCertificationsModule], [typeof i1.FeedbackDetailCandidateInfoComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackDetailCandidateInfoModule>;
16
+ }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FeedbackLoginModel } from './feedback-login-modal.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FeedbackLoginModalComponent {
5
+ model: FeedbackLoginModel;
6
+ verifyClicked: EventEmitter<string>;
7
+ resendClick: EventEmitter<void>;
8
+ authCode: string;
9
+ constructor();
10
+ onVerifyClick(text: string): void;
11
+ onAuthCodeChange(authCode: string): void;
12
+ onResendClick(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackLoginModalComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackLoginModalComponent, "symphony-feedback-login-modal", never, { "model": "model"; }, { "verifyClicked": "verifyClicked"; "resendClick": "resendClick"; }, never, never>;
15
+ }
@@ -0,0 +1,6 @@
1
+ export interface FeedbackLoginModel {
2
+ email: string;
3
+ isVerifyButtonDisabled: boolean;
4
+ isLoading: boolean;
5
+ showApiError: boolean;
6
+ }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-login-modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h4/h4.module";
5
+ import * as i4 from "../../atoms/h5/h5.module";
6
+ import * as i5 from "../../atoms/paragraph/paragraph.module";
7
+ import * as i6 from "../../atoms/icon/icon.module";
8
+ import * as i7 from "../../atoms/button/button.module";
9
+ import * as i8 from "../../atoms/input-text/input-text.module";
10
+ import * as i9 from "../../atoms/sfx-loader/sfx-loader.module";
11
+ export declare class FeedbackLoginModalModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackLoginModalModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackLoginModalModule, [typeof i1.FeedbackLoginModalComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.H5Module, typeof i5.ParagraphModule, typeof i6.IconModule, typeof i7.ButtonModule, typeof i8.InputTextModule, typeof i9.SfxLoaderModule], [typeof i1.FeedbackLoginModalComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackLoginModalModule>;
15
+ }
@@ -9,8 +9,10 @@ import * as i7 from "./cancel-modal/cancel-modal.module";
9
9
  import * as i8 from "./upload-resume-modal/upload-resume-modal.module";
10
10
  import * as i9 from "./feedback-card-list/feedback-card-list.module";
11
11
  import * as i10 from "./feedback-detail-header/feedback-detail-header.module";
12
+ import * as i11 from "./feedback-detail-candidate-info/feedback-detail-candidate-info.module";
13
+ import * as i12 from "./feedback-login-modal/feedback-login-modal.module";
12
14
  export declare class OrganismsModule {
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.CancelModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule], never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.CancelModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule], never>;
15
17
  static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "3.15.1",
3
+ "version": "3.16.1",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^1.10.0"
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./contact-activity-score/contact-activity-score.module";
3
3
  import * as i2 from "./relevance-score/relevance-score.component.module";
4
4
  import * as i3 from "./grid-toggle-cell-renderer/grid-toggle-cell-renderer.module";
5
- import * as i4 from "./event-settings-more-options/event-settings-more-options.module";
5
+ import * as i4 from "./grid-cell-loader/grid-cell-loader.module";
6
+ import * as i5 from "./event-settings-more-options/event-settings-more-options.module";
6
7
  export declare class FrameworkModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FrameworkModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.EventSettingsMoreOptionsModule]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.GridCellLoaderModule, typeof i5.EventSettingsMoreOptionsModule]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<FrameworkModule>;
10
11
  }
@@ -0,0 +1,9 @@
1
+ import { ICellRenderer, ICellRendererParams } from 'ag-grid-community';
2
+ import * as i0 from "@angular/core";
3
+ export declare class GridLoadingCellComponent implements ICellRenderer {
4
+ params: any;
5
+ refresh(params: any): boolean;
6
+ agInit(params: ICellRendererParams): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridLoadingCellComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridLoadingCellComponent, "symphony-grid-cell-loader", never, {}, {}, never, never>;
9
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./grid-cell-loader.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class GridCellLoaderModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridCellLoaderModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridCellLoaderModule, [typeof i1.GridLoadingCellComponent], [typeof i2.CommonModule], [typeof i1.GridLoadingCellComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<GridCellLoaderModule>;
8
+ }
@@ -1,7 +1,8 @@
1
+ import { OnInit } from '@angular/core';
1
2
  import { ColDef, GridApi, GridOptions, GridReadyEvent } from 'ag-grid-community';
2
3
  import { gridType } from "./grid.model";
3
4
  import * as i0 from "@angular/core";
4
- export declare class GridComponent {
5
+ export declare class GridComponent implements OnInit {
5
6
  columnDefs: ColDef[];
6
7
  defaultColDef: any;
7
8
  rowData: any[];
@@ -10,6 +11,7 @@ export declare class GridComponent {
10
11
  rowModelType: gridType;
11
12
  suppressRowClickSelection: boolean;
12
13
  getRowHeight: () => number;
14
+ loadingCellRenderer: any;
13
15
  rowHeightPage: number;
14
16
  gridHeight: number;
15
17
  gridApi: GridApi;
@@ -17,6 +19,7 @@ export declare class GridComponent {
17
19
  frameworkComponents: any;
18
20
  gridOptions: GridOptions;
19
21
  constructor();
22
+ ngOnInit(): void;
20
23
  updateGridFilter(): void;
21
24
  getFrameworkComponents(): any;
22
25
  onGridReady(gridReadyEvent: GridReadyEvent): void;
@@ -0,0 +1,8 @@
1
+ import { FeedbackCandidateCertificationsModel } from './feedback-candidate-certifications.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeedbackCandidateCertificationsComponent {
4
+ certificationHistories: FeedbackCandidateCertificationsModel[];
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateCertificationsComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCandidateCertificationsComponent, "symphony-feedback-candidate-certifications", never, { "certificationHistories": "certificationHistories"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,7 @@
1
+ export interface FeedbackCandidateCertificationsModel {
2
+ name: string;
3
+ startYear: number;
4
+ endYear: number;
5
+ location: string;
6
+ description: string;
7
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-candidate-certifications.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h3/h3.module";
5
+ import * as i4 from "../../atoms/paragraph/paragraph.module";
6
+ export declare class FeedbackCandidateCertificationsModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateCertificationsModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCandidateCertificationsModule, [typeof i1.FeedbackCandidateCertificationsComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.ParagraphModule], [typeof i1.FeedbackCandidateCertificationsComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCandidateCertificationsModule>;
10
+ }
@@ -0,0 +1,8 @@
1
+ import { FeedbackCandidateEducationModel } from './feedback-candidate-education.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeedbackCandidateEducationComponent {
4
+ educationHistories: FeedbackCandidateEducationModel[];
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateEducationComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCandidateEducationComponent, "symphony-feedback-candidate-education", never, { "educationHistories": "educationHistories"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,8 @@
1
+ export interface FeedbackCandidateEducationModel {
2
+ collegeName: string;
3
+ courseName: string;
4
+ startYear: number;
5
+ endYear: number;
6
+ location: string;
7
+ status: string;
8
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-candidate-education.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h3/h3.module";
5
+ import * as i4 from "../../atoms/paragraph/paragraph.module";
6
+ export declare class FeedbackCandidateEducationModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateEducationModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCandidateEducationModule, [typeof i1.FeedbackCandidateEducationComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.ParagraphModule], [typeof i1.FeedbackCandidateEducationComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCandidateEducationModule>;
10
+ }
@@ -0,0 +1,8 @@
1
+ import { FeedbackCandidateWorkHistoryModel } from './feedback-candidate-workhistory.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeedbackCandidateWorkHistoryComponent {
4
+ workHistories: FeedbackCandidateWorkHistoryModel[];
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateWorkHistoryComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCandidateWorkHistoryComponent, "symphony-feedback-candidate-workhistory", never, { "workHistories": "workHistories"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,8 @@
1
+ export interface FeedbackCandidateWorkHistoryModel {
2
+ jobTitle: string;
3
+ companyName: string;
4
+ startDate: string;
5
+ endDate: string;
6
+ location: string;
7
+ description: string;
8
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-candidate-workhistory.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h3/h3.module";
5
+ import * as i4 from "../../atoms/paragraph/paragraph.module";
6
+ export declare class FeedbackCandidateWorkHistoryModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCandidateWorkHistoryModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCandidateWorkHistoryModule, [typeof i1.FeedbackCandidateWorkHistoryComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.ParagraphModule], [typeof i1.FeedbackCandidateWorkHistoryComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCandidateWorkHistoryModule>;
10
+ }
@@ -8,11 +8,12 @@ import * as i6 from "./icon-swatch/icon-swatch.module";
8
8
  import * as i7 from "./breadcrumb/breadcrumb.module";
9
9
  import * as i8 from "./h5-with-icon/h5-with-icon.module";
10
10
  import * as i9 from "./invoice-line-item/invoice-line-item.module";
11
- import * as i10 from "./file-upload/file-upload.module";
12
- import * as i11 from "./file-upload-status/file-upload-status.module";
13
- import * as i12 from "./feedback-card/feedback-card.module";
11
+ import * as i10 from "./feedback-card/feedback-card.module";
12
+ import * as i11 from "./sfx-accordion-header/sfx-accordion-header.module";
13
+ import * as i12 from "./file-upload/file-upload.module";
14
+ import * as i13 from "./file-upload-status/file-upload-status.module";
14
15
  export declare class MoleculesModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
16
- 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.FileUploadModule, typeof i11.FileUploadStatusModule, typeof i12.FeedbackCardModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i12.FeedbackCardModule]>;
17
+ 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 i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
18
19
  }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SfxAccordionHeaderComponent {
3
+ heading: string;
4
+ constructor();
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SfxAccordionHeaderComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SfxAccordionHeaderComponent, "symphony-sfx-accordion-header", never, { "heading": "heading"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sfx-accordion-header.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/icon/icon.module";
5
+ import * as i4 from "../../atoms/h4/h4.module";
6
+ export declare class SfxAccordionHeaderModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SfxAccordionHeaderModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SfxAccordionHeaderModule, [typeof i1.SfxAccordionHeaderComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.H4Module], [typeof i1.SfxAccordionHeaderComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SfxAccordionHeaderModule>;
10
+ }
@@ -0,0 +1,12 @@
1
+ import { FeedbackCandidateCertificationsModel } from '../../molecules/feedback-candidate-certifications/feedback-candidate-certifications.model';
2
+ import { FeedbackCandidateWorkHistoryModel } from '../../molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model';
3
+ import { FeedbackCandidateEducationModel } from '../../molecules/feedback-candidate-education/feedback-candidate-education.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class FeedbackDetailCandidateInfoComponent {
6
+ historyList: FeedbackCandidateWorkHistoryModel[];
7
+ educationList: FeedbackCandidateEducationModel[];
8
+ certificationList: FeedbackCandidateCertificationsModel[];
9
+ constructor();
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackDetailCandidateInfoComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackDetailCandidateInfoComponent, "symphony-feedback-detail-candidate-info", never, { "historyList": "historyList"; "educationList": "educationList"; "certificationList": "certificationList"; }, {}, never, never>;
12
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-detail-candidate-info.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/accordion";
5
+ import * as i4 from "@angular/platform-browser/animations";
6
+ import * as i5 from "../../atoms/icon/icon.module";
7
+ import * as i6 from "../../atoms/h4/h4.module";
8
+ import * as i7 from "../../molecules/sfx-accordion-header/sfx-accordion-header.module";
9
+ import * as i8 from "../../molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module";
10
+ import * as i9 from "../../molecules/feedback-candidate-education/feedback-candidate-education.module";
11
+ import * as i10 from "../../molecules/feedback-candidate-certifications/feedback-candidate-certifications.module";
12
+ export declare class FeedbackDetailCandidateInfoModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackDetailCandidateInfoModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackDetailCandidateInfoModule, [typeof i1.FeedbackDetailCandidateInfoComponent], [typeof i2.CommonModule, typeof i3.AccordionModule, typeof i4.BrowserAnimationsModule, typeof i5.IconModule, typeof i6.H4Module, typeof i7.SfxAccordionHeaderModule, typeof i8.FeedbackCandidateWorkHistoryModule, typeof i9.FeedbackCandidateEducationModule, typeof i10.FeedbackCandidateCertificationsModule], [typeof i1.FeedbackDetailCandidateInfoComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackDetailCandidateInfoModule>;
16
+ }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FeedbackLoginModel } from './feedback-login-modal.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FeedbackLoginModalComponent {
5
+ model: FeedbackLoginModel;
6
+ verifyClicked: EventEmitter<string>;
7
+ resendClick: EventEmitter<void>;
8
+ authCode: string;
9
+ constructor();
10
+ onVerifyClick(text: string): void;
11
+ onAuthCodeChange(authCode: string): void;
12
+ onResendClick(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackLoginModalComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackLoginModalComponent, "symphony-feedback-login-modal", never, { "model": "model"; }, { "verifyClicked": "verifyClicked"; "resendClick": "resendClick"; }, never, never>;
15
+ }
@@ -0,0 +1,6 @@
1
+ export interface FeedbackLoginModel {
2
+ email: string;
3
+ isVerifyButtonDisabled: boolean;
4
+ isLoading: boolean;
5
+ showApiError: boolean;
6
+ }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./feedback-login-modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h4/h4.module";
5
+ import * as i4 from "../../atoms/h5/h5.module";
6
+ import * as i5 from "../../atoms/paragraph/paragraph.module";
7
+ import * as i6 from "../../atoms/icon/icon.module";
8
+ import * as i7 from "../../atoms/button/button.module";
9
+ import * as i8 from "../../atoms/input-text/input-text.module";
10
+ import * as i9 from "../../atoms/sfx-loader/sfx-loader.module";
11
+ export declare class FeedbackLoginModalModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackLoginModalModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackLoginModalModule, [typeof i1.FeedbackLoginModalComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.H5Module, typeof i5.ParagraphModule, typeof i6.IconModule, typeof i7.ButtonModule, typeof i8.InputTextModule, typeof i9.SfxLoaderModule], [typeof i1.FeedbackLoginModalComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackLoginModalModule>;
15
+ }
@@ -9,8 +9,10 @@ import * as i7 from "./cancel-modal/cancel-modal.module";
9
9
  import * as i8 from "./upload-resume-modal/upload-resume-modal.module";
10
10
  import * as i9 from "./feedback-card-list/feedback-card-list.module";
11
11
  import * as i10 from "./feedback-detail-header/feedback-detail-header.module";
12
+ import * as i11 from "./feedback-detail-candidate-info/feedback-detail-candidate-info.module";
13
+ import * as i12 from "./feedback-login-modal/feedback-login-modal.module";
12
14
  export declare class OrganismsModule {
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.CancelModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule], never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.CancelModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule], never>;
15
17
  static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
16
18
  }