@symphony-talent/component-library 3.90.0 → 3.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +10 -2
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +10 -2
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +9 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +9 -1
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +9 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +9 -1
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3364,7 +3364,7 @@ class UploadResumeModalComponent {
|
|
|
3364
3364
|
var _a;
|
|
3365
3365
|
this.model = {
|
|
3366
3366
|
title: 'Add document',
|
|
3367
|
-
subTitle: 'Attach a .rtf, .docx, .txt or .
|
|
3367
|
+
subTitle: 'Attach a .rtf, .docx, .txt, .pdf, .jpeg, .jpg or .png file upto 2MB',
|
|
3368
3368
|
btnPrimary: 'Save',
|
|
3369
3369
|
btnSecondary: 'Back',
|
|
3370
3370
|
documentTypeDropdown: {
|
|
@@ -3385,6 +3385,11 @@ class UploadResumeModalComponent {
|
|
|
3385
3385
|
name: 'Document',
|
|
3386
3386
|
value: 'Document',
|
|
3387
3387
|
},
|
|
3388
|
+
{
|
|
3389
|
+
id: 4,
|
|
3390
|
+
name: 'Image',
|
|
3391
|
+
value: 'Image',
|
|
3392
|
+
},
|
|
3388
3393
|
],
|
|
3389
3394
|
componentHeading: 'Document Type',
|
|
3390
3395
|
},
|
|
@@ -3395,6 +3400,9 @@ class UploadResumeModalComponent {
|
|
|
3395
3400
|
'.docx',
|
|
3396
3401
|
'.txt',
|
|
3397
3402
|
'.pdf',
|
|
3403
|
+
'.jpeg',
|
|
3404
|
+
'.jpg',
|
|
3405
|
+
'.png',
|
|
3398
3406
|
];
|
|
3399
3407
|
if ((_a = this.uploadResumeModel) === null || _a === void 0 ? void 0 : _a.isResume) {
|
|
3400
3408
|
this.model.documentTypeDropdown.selectedName = 'Resume';
|