@symphony-talent/component-library 3.14.0 → 3.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/atoms/input-dropdown/input-dropdown.component.mjs +3 -3
- package/esm2020/lib/atoms/input-dropdown/input-dropdown.module.mjs +2 -2
- package/esm2020/lib/atoms/input-text/input-text.component.mjs +2 -2
- package/esm2020/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +17 -0
- package/esm2020/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.model.mjs +2 -0
- package/esm2020/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.module.mjs +20 -0
- package/esm2020/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +17 -0
- package/esm2020/lib/molecules/feedback-candidate-education/feedback-candidate-education.model.mjs +2 -0
- package/esm2020/lib/molecules/feedback-candidate-education/feedback-candidate-education.module.mjs +20 -0
- package/esm2020/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +17 -0
- package/esm2020/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model.mjs +2 -0
- package/esm2020/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.mjs +20 -0
- package/esm2020/lib/molecules/file-upload/file-upload.component.mjs +33 -0
- package/esm2020/lib/molecules/file-upload/file-upload.model.mjs +2 -0
- package/esm2020/lib/molecules/file-upload/file-upload.module.mjs +38 -0
- package/esm2020/lib/molecules/file-upload-status/file-upload-status.component.mjs +28 -0
- package/esm2020/lib/molecules/file-upload-status/file-upload-status.model.mjs +2 -0
- package/esm2020/lib/molecules/file-upload-status/file-upload-status.module.mjs +38 -0
- package/esm2020/lib/molecules/molecules.module.mjs +16 -1
- package/esm2020/lib/molecules/sfx-accordion-header/sfx-accordion-header.component.mjs +16 -0
- package/esm2020/lib/molecules/sfx-accordion-header/sfx-accordion-header.module.mjs +20 -0
- package/esm2020/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +23 -0
- package/esm2020/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.mjs +53 -0
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +37 -0
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.model.mjs +2 -0
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.module.mjs +50 -0
- package/esm2020/lib/organisms/organisms.module.mjs +16 -4
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +94 -0
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.model.mjs +2 -0
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.module.mjs +26 -0
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +6 -3
- package/esm2020/lib/templates/admin-list/admin-list.component.mjs +3 -3
- package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown.module.mjs +2 -2
- package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/file-upload/file-upload.component.mjs +33 -0
- package/esm2020/projects/component-library/lib/molecules/file-upload/file-upload.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/file-upload/file-upload.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.component.mjs +28 -0
- package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +16 -1
- package/esm2020/projects/component-library/lib/molecules/sfx-accordion-header/sfx-accordion-header.component.mjs +16 -0
- package/esm2020/projects/component-library/lib/molecules/sfx-accordion-header/sfx-accordion-header.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.mjs +53 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +37 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.module.mjs +50 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +16 -4
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +94 -0
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.module.mjs +26 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +6 -3
- package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +3 -3
- package/esm2020/projects/component-library/public-api.mjs +10 -1
- package/esm2020/public-api.mjs +10 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +475 -14
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +475 -14
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +474 -14
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +474 -14
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.d.ts +8 -0
- package/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.model.d.ts +7 -0
- package/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.module.d.ts +10 -0
- package/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.d.ts +8 -0
- package/lib/molecules/feedback-candidate-education/feedback-candidate-education.model.d.ts +8 -0
- package/lib/molecules/feedback-candidate-education/feedback-candidate-education.module.d.ts +10 -0
- package/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.d.ts +8 -0
- package/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model.d.ts +8 -0
- package/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.d.ts +10 -0
- package/lib/molecules/file-upload/file-upload.component.d.ts +16 -0
- package/lib/molecules/file-upload/file-upload.model.d.ts +13 -0
- package/lib/molecules/file-upload/file-upload.module.d.ts +12 -0
- package/lib/molecules/file-upload-status/file-upload-status.component.d.ts +12 -0
- package/lib/molecules/file-upload-status/file-upload-status.model.d.ts +6 -0
- package/lib/molecules/file-upload-status/file-upload-status.module.d.ts +12 -0
- package/lib/molecules/molecules.module.d.ts +4 -1
- package/lib/molecules/sfx-accordion-header/sfx-accordion-header.component.d.ts +7 -0
- package/lib/molecules/sfx-accordion-header/sfx-accordion-header.module.d.ts +10 -0
- package/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.d.ts +12 -0
- package/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.d.ts +16 -0
- package/lib/organisms/feedback-login-modal/feedback-login-modal.component.d.ts +15 -0
- package/lib/organisms/feedback-login-modal/feedback-login-modal.model.d.ts +6 -0
- package/lib/organisms/feedback-login-modal/feedback-login-modal.module.d.ts +15 -0
- package/lib/organisms/organisms.module.d.ts +6 -3
- package/lib/organisms/upload-resume-modal/upload-resume-modal.component.d.ts +24 -0
- package/lib/organisms/upload-resume-modal/upload-resume-modal.model.d.ts +22 -0
- package/lib/organisms/upload-resume-modal/upload-resume-modal.module.d.ts +16 -0
- package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +3 -2
- package/package.json +1 -1
- package/projects/component-library/global.scss +35 -0
- package/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.model.d.ts +7 -0
- package/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.model.d.ts +8 -0
- package/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.model.d.ts +8 -0
- package/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/file-upload/file-upload.component.d.ts +16 -0
- package/projects/component-library/lib/molecules/file-upload/file-upload.model.d.ts +13 -0
- package/projects/component-library/lib/molecules/file-upload/file-upload.module.d.ts +12 -0
- package/projects/component-library/lib/molecules/file-upload-status/file-upload-status.component.d.ts +12 -0
- package/projects/component-library/lib/molecules/file-upload-status/file-upload-status.model.d.ts +6 -0
- package/projects/component-library/lib/molecules/file-upload-status/file-upload-status.module.d.ts +12 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +4 -1
- package/projects/component-library/lib/molecules/sfx-accordion-header/sfx-accordion-header.component.d.ts +7 -0
- package/projects/component-library/lib/molecules/sfx-accordion-header/sfx-accordion-header.module.d.ts +10 -0
- package/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.d.ts +12 -0
- package/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.d.ts +16 -0
- package/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.d.ts +15 -0
- package/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.model.d.ts +6 -0
- package/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.module.d.ts +15 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +6 -3
- package/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.d.ts +24 -0
- package/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.model.d.ts +22 -0
- package/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.module.d.ts +16 -0
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +3 -2
- package/projects/component-library/public-api.d.ts +9 -0
- package/public-api.d.ts +9 -0
|
@@ -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,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
|
+
}
|
package/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.d.ts
ADDED
|
@@ -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,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
|
+
}
|
package/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.d.ts
ADDED
|
@@ -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
|
+
}
|
package/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.module.d.ts
ADDED
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FileUploadModel } from './file-upload.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileUploadComponent implements OnInit {
|
|
5
|
+
fileUploadModel: FileUploadModel;
|
|
6
|
+
closeUploadComplete: EventEmitter<string>;
|
|
7
|
+
getFileDetails: EventEmitter<File>;
|
|
8
|
+
file: File;
|
|
9
|
+
filetypeAccepted: string;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
oncloseUploadComplete(): void;
|
|
13
|
+
onFileSelect(event: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "symphony-file-upload", never, { "fileUploadModel": "fileUploadModel"; }, { "closeUploadComplete": "closeUploadComplete"; "getFileDetails": "getFileDetails"; }, never, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FileUploadStatusModel } from '../file-upload-status/file-upload-status.model';
|
|
2
|
+
export interface FileUploadModel {
|
|
3
|
+
fileStatus: FileUploadStatusModel;
|
|
4
|
+
navigation: FileUploadNavigationModel;
|
|
5
|
+
fileFormatAccepted: string[];
|
|
6
|
+
}
|
|
7
|
+
export interface FileUploadNavigationModel {
|
|
8
|
+
showUploadFile: boolean;
|
|
9
|
+
showSelectedFile: boolean;
|
|
10
|
+
showUploadProgress: boolean;
|
|
11
|
+
showUploadComplete: boolean;
|
|
12
|
+
showUploadError: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./file-upload.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h3/h3.module";
|
|
5
|
+
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../atoms/paragraph/paragraph.module";
|
|
7
|
+
import * as i6 from "../file-upload-status/file-upload-status.module";
|
|
8
|
+
export declare class FileUploadModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileUploadModule, [typeof i1.FileUploadComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.IconModule, typeof i5.ParagraphModule, typeof i6.FileUploadStatusModule], [typeof i1.FileUploadComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FileUploadModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FileUploadStatusModel } from './file-upload-status.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileUploadStatusComponent {
|
|
5
|
+
fileUploadStatusModel: FileUploadStatusModel;
|
|
6
|
+
uploadStatus: string;
|
|
7
|
+
closeUploadComplete: EventEmitter<string>;
|
|
8
|
+
constructor();
|
|
9
|
+
oncloseUploadComplete(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadStatusComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadStatusComponent, "symphony-file-upload-status", never, { "fileUploadStatusModel": "fileUploadStatusModel"; "uploadStatus": "uploadStatus"; }, { "closeUploadComplete": "closeUploadComplete"; }, never, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./file-upload-status.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/icon/icon.module";
|
|
5
|
+
import * as i4 from "../../atoms/h3/h3.module";
|
|
6
|
+
import * as i5 from "../../atoms/paragraph/paragraph.module";
|
|
7
|
+
import * as i6 from "../../atoms/sfx-progress-bar/sfx-progress-bar.module";
|
|
8
|
+
export declare class FileUploadStatusModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadStatusModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileUploadStatusModule, [typeof i1.FileUploadStatusComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.H3Module, typeof i5.ParagraphModule, typeof i6.SfxProgressBarModule], [typeof i1.FileUploadStatusComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FileUploadStatusModule>;
|
|
12
|
+
}
|
|
@@ -9,8 +9,11 @@ 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
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";
|
|
12
15
|
export declare class MoleculesModule {
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
14
|
-
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 i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.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]>;
|
|
15
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
16
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
|
+
}
|
package/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.d.ts
ADDED
|
@@ -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
|
+
}
|
package/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.module.d.ts
ADDED
|
@@ -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,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
|
+
}
|
|
@@ -6,10 +6,13 @@ import * as i4 from "../design-guide/typography/typography.module";
|
|
|
6
6
|
import * as i5 from "../design-guide/icon-explorer/icon-explorer.module";
|
|
7
7
|
import * as i6 from "./card-list/card-list.module";
|
|
8
8
|
import * as i7 from "./cancel-modal/cancel-modal.module";
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./feedback-
|
|
9
|
+
import * as i8 from "./upload-resume-modal/upload-resume-modal.module";
|
|
10
|
+
import * as i9 from "./feedback-card-list/feedback-card-list.module";
|
|
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";
|
|
11
14
|
export declare class OrganismsModule {
|
|
12
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
13
|
-
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.
|
|
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>;
|
|
14
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
15
18
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { InputCheckboxModel } from '../../atoms/input-checkbox/input-checkbox.model';
|
|
3
|
+
import { InputDropdownListItemModel } from '../../atoms/input-dropdown/input-dropdown-list-item.model';
|
|
4
|
+
import { UploadResumeModalModel } from './upload-resume-modal.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class UploadResumeModalComponent implements OnInit {
|
|
7
|
+
uploadResumeModel: UploadResumeModalModel;
|
|
8
|
+
isLoading: boolean;
|
|
9
|
+
closeUploadComplete: EventEmitter<string>;
|
|
10
|
+
buttonClicked: EventEmitter<string>;
|
|
11
|
+
closeButtonClicked: EventEmitter<string>;
|
|
12
|
+
docTypeDropdowChange: EventEmitter<string>;
|
|
13
|
+
updateResumeChecked: EventEmitter<string>;
|
|
14
|
+
model: any;
|
|
15
|
+
isResumeSelected: boolean;
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
onButtonClick(text: string): void;
|
|
19
|
+
onCloseButtonClick(): void;
|
|
20
|
+
onDocTypeSelect(selectedModel: InputDropdownListItemModel): void;
|
|
21
|
+
onResumeCheckSelect(updateResumeCheckEvent: InputCheckboxModel): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadResumeModalComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadResumeModalComponent, "symphony-upload-resume-modal", never, { "uploadResumeModel": "uploadResumeModel"; "isLoading": "isLoading"; }, { "closeUploadComplete": "closeUploadComplete"; "buttonClicked": "buttonClicked"; "closeButtonClicked": "closeButtonClicked"; "docTypeDropdowChange": "docTypeDropdowChange"; "updateResumeChecked": "updateResumeChecked"; }, never, never>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { InputDropdownList } from '../../atoms/input-dropdown/input-dropdown-list.model';
|
|
2
|
+
import { FileUploadModel } from '../../molecules/file-upload/file-upload.model';
|
|
3
|
+
export interface UploadResumeModal {
|
|
4
|
+
title: string;
|
|
5
|
+
subTitle: string;
|
|
6
|
+
content?: string;
|
|
7
|
+
btnPrimary: string;
|
|
8
|
+
btnSecondary: string;
|
|
9
|
+
documentTypeDropdown: InputDropdownList;
|
|
10
|
+
}
|
|
11
|
+
export interface UploadResumeModalModel {
|
|
12
|
+
isResume: boolean;
|
|
13
|
+
isLoading: boolean;
|
|
14
|
+
fileUploadModel: FileUploadModel;
|
|
15
|
+
}
|
|
16
|
+
export interface UploadResumeModalNavigationModel {
|
|
17
|
+
showUploadFile: boolean;
|
|
18
|
+
showSelectedFile: boolean;
|
|
19
|
+
showUploadProgress: boolean;
|
|
20
|
+
showUploadComplete: boolean;
|
|
21
|
+
showUploadError: boolean;
|
|
22
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./upload-resume-modal.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h4/h4.module";
|
|
5
|
+
import * as i4 from "../../atoms/paragraph/paragraph.module";
|
|
6
|
+
import * as i5 from "../../atoms/icon/icon.module";
|
|
7
|
+
import * as i6 from "../../atoms/button/button.module";
|
|
8
|
+
import * as i7 from "../../atoms/input-dropdown/input-dropdown.module";
|
|
9
|
+
import * as i8 from "../../molecules/file-upload/file-upload.module";
|
|
10
|
+
import * as i9 from "../../atoms/sfx-loader/sfx-loader.module";
|
|
11
|
+
import * as i10 from "../../atoms/input-checkbox/input-checkbox.module";
|
|
12
|
+
export declare class UploadResumeModalModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadResumeModalModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadResumeModalModule, [typeof i1.UploadResumeModalComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.ParagraphModule, typeof i5.IconModule, typeof i6.ButtonModule, typeof i7.InputDropdownModule, typeof i8.FileUploadModule, typeof i9.SfxLoaderModule, typeof i10.InputCheckboxModule], [typeof i1.UploadResumeModalComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<UploadResumeModalModule>;
|
|
16
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { OrderSummaryModel } from '../../../organisms/order-summary/order-summary.model';
|
|
3
3
|
import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
|
|
4
4
|
import { AdvertiseModalModel, PostingBoardsSelectionModel } from './advertise-modal.model';
|
|
5
5
|
import { InvoiceModel } from '../../../molecules/invoice-line-item/invoice-line-item.model';
|
|
6
6
|
import { CancelModel } from '../../../organisms/cancel-modal/cancel-modal.model';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AdvertiseModalComponent implements OnInit {
|
|
8
|
+
export declare class AdvertiseModalComponent implements OnInit, OnChanges {
|
|
9
9
|
model: Partial<AdvertiseModalModel>;
|
|
10
10
|
buttonClicked: EventEmitter<string>;
|
|
11
11
|
closeButtonClicked: EventEmitter<string>;
|
|
@@ -21,6 +21,7 @@ export declare class AdvertiseModalComponent implements OnInit {
|
|
|
21
21
|
isJobBoardNextButtonDisabled: boolean;
|
|
22
22
|
constructor();
|
|
23
23
|
ngOnInit(): void;
|
|
24
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
24
25
|
initialiseDefaultValues(): void;
|
|
25
26
|
updateModalHeader(): void;
|
|
26
27
|
onKeywordSearch(keyword: string): void;
|
package/package.json
CHANGED
|
@@ -558,3 +558,38 @@ body {
|
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
// End Spinner
|
|
561
|
+
|
|
562
|
+
// Bootstrap Overrides
|
|
563
|
+
.progress {
|
|
564
|
+
margin-bottom: 0px !important;
|
|
565
|
+
}
|
|
566
|
+
// Overwrites for Modal
|
|
567
|
+
.sfx-modal {
|
|
568
|
+
.modal-body {
|
|
569
|
+
&.sfx-pt-0 {
|
|
570
|
+
padding-top: $space-0!important;
|
|
571
|
+
}
|
|
572
|
+
&.sfx-pb-0 {
|
|
573
|
+
padding-bottom: $space-0!important;
|
|
574
|
+
}
|
|
575
|
+
&.sfx-pl-0 {
|
|
576
|
+
padding-left: $space-0!important;
|
|
577
|
+
}
|
|
578
|
+
&.sfx-pr-0 {
|
|
579
|
+
padding-right: $space-0!important;
|
|
580
|
+
}
|
|
581
|
+
&.sfx-pt-30 {
|
|
582
|
+
padding-top: $space-30!important;
|
|
583
|
+
}
|
|
584
|
+
&.sfx-pb-30 {
|
|
585
|
+
padding-bottom: $space-30!important;
|
|
586
|
+
}
|
|
587
|
+
&.sfx-pl-30 {
|
|
588
|
+
padding-left: $space-30!important;
|
|
589
|
+
}
|
|
590
|
+
&.sfx-pr-30 {
|
|
591
|
+
padding-right: $space-30!important;
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
// Overwrites for Modal
|
|
@@ -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,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,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,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
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FileUploadModel } from './file-upload.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileUploadComponent implements OnInit {
|
|
5
|
+
fileUploadModel: FileUploadModel;
|
|
6
|
+
closeUploadComplete: EventEmitter<string>;
|
|
7
|
+
getFileDetails: EventEmitter<File>;
|
|
8
|
+
file: File;
|
|
9
|
+
filetypeAccepted: string;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
oncloseUploadComplete(): void;
|
|
13
|
+
onFileSelect(event: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "symphony-file-upload", never, { "fileUploadModel": "fileUploadModel"; }, { "closeUploadComplete": "closeUploadComplete"; "getFileDetails": "getFileDetails"; }, never, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FileUploadStatusModel } from '../file-upload-status/file-upload-status.model';
|
|
2
|
+
export interface FileUploadModel {
|
|
3
|
+
fileStatus: FileUploadStatusModel;
|
|
4
|
+
navigation: FileUploadNavigationModel;
|
|
5
|
+
fileFormatAccepted: string[];
|
|
6
|
+
}
|
|
7
|
+
export interface FileUploadNavigationModel {
|
|
8
|
+
showUploadFile: boolean;
|
|
9
|
+
showSelectedFile: boolean;
|
|
10
|
+
showUploadProgress: boolean;
|
|
11
|
+
showUploadComplete: boolean;
|
|
12
|
+
showUploadError: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./file-upload.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h3/h3.module";
|
|
5
|
+
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../atoms/paragraph/paragraph.module";
|
|
7
|
+
import * as i6 from "../file-upload-status/file-upload-status.module";
|
|
8
|
+
export declare class FileUploadModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileUploadModule, [typeof i1.FileUploadComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.IconModule, typeof i5.ParagraphModule, typeof i6.FileUploadStatusModule], [typeof i1.FileUploadComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FileUploadModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FileUploadStatusModel } from './file-upload-status.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileUploadStatusComponent {
|
|
5
|
+
fileUploadStatusModel: FileUploadStatusModel;
|
|
6
|
+
uploadStatus: string;
|
|
7
|
+
closeUploadComplete: EventEmitter<string>;
|
|
8
|
+
constructor();
|
|
9
|
+
oncloseUploadComplete(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadStatusComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadStatusComponent, "symphony-file-upload-status", never, { "fileUploadStatusModel": "fileUploadStatusModel"; "uploadStatus": "uploadStatus"; }, { "closeUploadComplete": "closeUploadComplete"; }, never, never>;
|
|
12
|
+
}
|