@symphony-talent/component-library 3.24.0 → 3.24.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 (65) hide show
  1. package/esm2020/lib/atoms/navigation-link/navigation-link.component.mjs +26 -0
  2. package/esm2020/lib/atoms/navigation-link/navigation-link.model.mjs +2 -0
  3. package/esm2020/lib/atoms/navigation-link/navigation-link.module.mjs +20 -0
  4. package/esm2020/lib/molecules/file-upload/file-upload.model.mjs +1 -1
  5. package/esm2020/lib/molecules/file-upload-status/file-upload-status.component.mjs +5 -5
  6. package/esm2020/lib/molecules/file-upload-status/file-upload-status.model.mjs +1 -1
  7. package/esm2020/lib/molecules/file-upload-v2/file-upload-v2.component.mjs +17 -0
  8. package/esm2020/lib/molecules/file-upload-v2/file-upload-v2.module.mjs +38 -0
  9. package/esm2020/lib/organisms/document-management-list/document-management-list.component.mjs +10 -8
  10. package/esm2020/lib/organisms/sidebar-navigation/sidebar-navigation.component.mjs +37 -0
  11. package/esm2020/lib/organisms/sidebar-navigation/sidebar-navigation.module.mjs +34 -0
  12. package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +6 -6
  13. package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.model.mjs +1 -1
  14. package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.module.mjs +33 -5
  15. package/esm2020/projects/component-library/lib/atoms/navigation-link/navigation-link.component.mjs +26 -0
  16. package/esm2020/projects/component-library/lib/atoms/navigation-link/navigation-link.model.mjs +2 -0
  17. package/esm2020/projects/component-library/lib/atoms/navigation-link/navigation-link.module.mjs +20 -0
  18. package/esm2020/projects/component-library/lib/molecules/file-upload/file-upload.model.mjs +1 -1
  19. package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.component.mjs +5 -5
  20. package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.model.mjs +1 -1
  21. package/esm2020/projects/component-library/lib/molecules/file-upload-v2/file-upload-v2.component.mjs +17 -0
  22. package/esm2020/projects/component-library/lib/molecules/file-upload-v2/file-upload-v2.module.mjs +38 -0
  23. package/esm2020/projects/component-library/lib/organisms/document-management-list/document-management-list.component.mjs +10 -8
  24. package/esm2020/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.component.mjs +37 -0
  25. package/esm2020/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.module.mjs +34 -0
  26. package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +6 -6
  27. package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.model.mjs +1 -1
  28. package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.module.mjs +33 -5
  29. package/esm2020/projects/component-library/public-api.mjs +8 -1
  30. package/esm2020/public-api.mjs +8 -1
  31. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +182 -17
  32. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  33. package/fesm2015/symphony-talent-component-library.mjs +182 -17
  34. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  35. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +182 -17
  36. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  37. package/fesm2020/symphony-talent-component-library.mjs +182 -17
  38. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  39. package/lib/atoms/navigation-link/navigation-link.component.d.ts +12 -0
  40. package/lib/atoms/navigation-link/navigation-link.model.d.ts +7 -0
  41. package/lib/atoms/navigation-link/navigation-link.module.d.ts +10 -0
  42. package/lib/molecules/file-upload/file-upload.model.d.ts +1 -0
  43. package/lib/molecules/file-upload-status/file-upload-status.model.d.ts +3 -0
  44. package/lib/molecules/file-upload-v2/file-upload-v2.component.d.ts +8 -0
  45. package/lib/molecules/file-upload-v2/file-upload-v2.module.d.ts +12 -0
  46. package/lib/organisms/document-management-list/document-management-list.component.d.ts +9 -5
  47. package/lib/organisms/sidebar-navigation/sidebar-navigation.component.d.ts +15 -0
  48. package/lib/organisms/sidebar-navigation/sidebar-navigation.module.d.ts +11 -0
  49. package/lib/organisms/upload-resume-modal/upload-resume-modal.model.d.ts +1 -0
  50. package/lib/organisms/upload-resume-modal/upload-resume-modal.module.d.ts +2 -2
  51. package/package.json +1 -1
  52. package/projects/component-library/lib/atoms/navigation-link/navigation-link.component.d.ts +12 -0
  53. package/projects/component-library/lib/atoms/navigation-link/navigation-link.model.d.ts +7 -0
  54. package/projects/component-library/lib/atoms/navigation-link/navigation-link.module.d.ts +10 -0
  55. package/projects/component-library/lib/molecules/file-upload/file-upload.model.d.ts +1 -0
  56. package/projects/component-library/lib/molecules/file-upload-status/file-upload-status.model.d.ts +3 -0
  57. package/projects/component-library/lib/molecules/file-upload-v2/file-upload-v2.component.d.ts +8 -0
  58. package/projects/component-library/lib/molecules/file-upload-v2/file-upload-v2.module.d.ts +12 -0
  59. package/projects/component-library/lib/organisms/document-management-list/document-management-list.component.d.ts +9 -5
  60. package/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.component.d.ts +15 -0
  61. package/projects/component-library/lib/organisms/sidebar-navigation/sidebar-navigation.module.d.ts +11 -0
  62. package/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.model.d.ts +1 -0
  63. package/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.module.d.ts +2 -2
  64. package/projects/component-library/public-api.d.ts +7 -0
  65. package/public-api.d.ts +7 -0
@@ -0,0 +1,12 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { NavigationLinkModel } from './navigation-link.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class NavigationLinkComponent {
5
+ navigationLinkModel: NavigationLinkModel;
6
+ isMenuOpen: boolean;
7
+ linkClick: EventEmitter<NavigationLinkModel>;
8
+ constructor();
9
+ onClick(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinkComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationLinkComponent, "symphony-navigation-link", never, { "navigationLinkModel": "navigationLinkModel"; "isMenuOpen": "isMenuOpen"; }, { "linkClick": "linkClick"; }, never, never>;
12
+ }
@@ -0,0 +1,7 @@
1
+ import { Icons } from '../icon/icon.enum';
2
+ export interface NavigationLinkModel {
3
+ iconClass: Icons;
4
+ linkText: string;
5
+ isActive: boolean;
6
+ href: string;
7
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./navigation-link.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../tooltip-wrapper/tooltip-wrapper.module";
5
+ import * as i4 from "../icon/icon.module";
6
+ export declare class NavigationLinkModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinkModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationLinkModule, [typeof i1.NavigationLinkComponent], [typeof i2.CommonModule, typeof i3.TooltipWrapperModule, typeof i4.IconModule], [typeof i1.NavigationLinkComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<NavigationLinkModule>;
10
+ }
@@ -10,4 +10,5 @@ export interface FileUploadNavigationModel {
10
10
  showUploadProgress: boolean;
11
11
  showUploadComplete: boolean;
12
12
  showUploadError: boolean;
13
+ showUploadIncomplete?: boolean;
13
14
  }
@@ -3,4 +3,7 @@ export interface FileUploadStatusModel {
3
3
  fileSize: string;
4
4
  showProgressBar: boolean;
5
5
  progress: number;
6
+ showSelectedfile: boolean;
7
+ showUploadFailed: boolean;
8
+ showClose: boolean;
6
9
  }
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FileUploadComponent } from '../file-upload/file-upload.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FileUploadV2Component extends FileUploadComponent implements OnInit {
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadV2Component, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadV2Component, "symphony-file-upload-v2", never, {}, {}, never, never>;
8
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./file-upload-v2.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 FileUploadV2Module {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadV2Module, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FileUploadV2Module, [typeof i1.FileUploadV2Component], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.IconModule, typeof i5.ParagraphModule, typeof i6.FileUploadStatusModule], [typeof i1.FileUploadV2Component]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<FileUploadV2Module>;
12
+ }
@@ -4,14 +4,18 @@ import * as i0 from "@angular/core";
4
4
  export declare class DocumentManagementListComponent implements OnInit {
5
5
  isLoading: boolean;
6
6
  documentManagementList: DocumentManagementItemModel[];
7
- moreOptionClick: EventEmitter<DocumentManagementItemModel>;
8
- previewClick: EventEmitter<DocumentManagementItemModel>;
7
+ moreOptionClick: EventEmitter<DocumentManagementClickModel>;
8
+ previewClick: EventEmitter<DocumentManagementClickModel>;
9
9
  uploadClick: EventEmitter<string>;
10
10
  constructor();
11
11
  ngOnInit(): void;
12
- onMoreClick(documentManagementItemModel: any): void;
13
- onPreviewClick(documentManagementItemModel: any): void;
12
+ onMoreClick(optionClickEvent: any, documentManagementItemModel: any): void;
13
+ onPreviewClick(optionClickEvent: any, documentManagementItemModel: any): void;
14
14
  onUploadClick(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementListComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentManagementListComponent, "symphony-document-management-list", never, { "documentManagementList": "documentManagementList"; }, { "moreOptionClick": "moreOptionClick"; "previewClick": "previewClick"; "uploadClick": "uploadClick"; }, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentManagementListComponent, "symphony-document-management-list", never, { "isLoading": "isLoading"; "documentManagementList": "documentManagementList"; }, { "moreOptionClick": "moreOptionClick"; "previewClick": "previewClick"; "uploadClick": "uploadClick"; }, never, never>;
17
+ }
18
+ export interface DocumentManagementClickModel {
19
+ optionClicked: string;
20
+ item: DocumentManagementItemModel[];
17
21
  }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter, ChangeDetectorRef } from '@angular/core';
2
+ import { NavigationLinkModel } from '../../atoms/navigation-link/navigation-link.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SidebarNavigationComponent {
5
+ cdRef: ChangeDetectorRef;
6
+ navLinks: NavigationLinkModel[];
7
+ linkClick: EventEmitter<string>;
8
+ activeLink: NavigationLinkModel;
9
+ isMenuOpen: boolean;
10
+ constructor(cdRef: ChangeDetectorRef);
11
+ onLinkClick(activeLink: NavigationLinkModel): void;
12
+ onMenuClick(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavigationComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavigationComponent, "symphony-sidebar-navigation", never, { "navLinks": "navLinks"; "isMenuOpen": "isMenuOpen"; }, { "linkClick": "linkClick"; }, never, never>;
15
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sidebar-navigation.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/navigation-link/navigation-link.module";
5
+ import * as i4 from "../../atoms/icon/icon.module";
6
+ import * as i5 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
7
+ export declare class SidebarNavigationModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavigationModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarNavigationModule, [typeof i1.SidebarNavigationComponent], [typeof i2.CommonModule, typeof i3.NavigationLinkModule, typeof i4.IconModule, typeof i5.TooltipWrapperModule], [typeof i1.SidebarNavigationComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<SidebarNavigationModule>;
11
+ }
@@ -19,4 +19,5 @@ export interface UploadResumeModalNavigationModel {
19
19
  showUploadProgress: boolean;
20
20
  showUploadComplete: boolean;
21
21
  showUploadError: boolean;
22
+ showUploadIncomplete: boolean;
22
23
  }
@@ -6,11 +6,11 @@ import * as i4 from "../../atoms/paragraph/paragraph.module";
6
6
  import * as i5 from "../../atoms/icon/icon.module";
7
7
  import * as i6 from "../../atoms/button/button.module";
8
8
  import * as i7 from "../../atoms/input-dropdown/input-dropdown.module";
9
- import * as i8 from "../../molecules/file-upload/file-upload.module";
9
+ import * as i8 from "../../molecules/file-upload-v2/file-upload-v2.module";
10
10
  import * as i9 from "../../atoms/sfx-loader/sfx-loader.module";
11
11
  import * as i10 from "../../atoms/input-checkbox/input-checkbox.module";
12
12
  export declare class UploadResumeModalModule {
13
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]>;
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.FileUploadV2Module, typeof i9.SfxLoaderModule, typeof i10.InputCheckboxModule], [typeof i1.UploadResumeModalComponent]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<UploadResumeModalModule>;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "3.24.0",
3
+ "version": "3.24.1",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^1.10.0"
@@ -0,0 +1,12 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { NavigationLinkModel } from './navigation-link.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class NavigationLinkComponent {
5
+ navigationLinkModel: NavigationLinkModel;
6
+ isMenuOpen: boolean;
7
+ linkClick: EventEmitter<NavigationLinkModel>;
8
+ constructor();
9
+ onClick(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinkComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationLinkComponent, "symphony-navigation-link", never, { "navigationLinkModel": "navigationLinkModel"; "isMenuOpen": "isMenuOpen"; }, { "linkClick": "linkClick"; }, never, never>;
12
+ }
@@ -0,0 +1,7 @@
1
+ import { Icons } from '../icon/icon.enum';
2
+ export interface NavigationLinkModel {
3
+ iconClass: Icons;
4
+ linkText: string;
5
+ isActive: boolean;
6
+ href: string;
7
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./navigation-link.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../tooltip-wrapper/tooltip-wrapper.module";
5
+ import * as i4 from "../icon/icon.module";
6
+ export declare class NavigationLinkModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinkModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationLinkModule, [typeof i1.NavigationLinkComponent], [typeof i2.CommonModule, typeof i3.TooltipWrapperModule, typeof i4.IconModule], [typeof i1.NavigationLinkComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<NavigationLinkModule>;
10
+ }
@@ -10,4 +10,5 @@ export interface FileUploadNavigationModel {
10
10
  showUploadProgress: boolean;
11
11
  showUploadComplete: boolean;
12
12
  showUploadError: boolean;
13
+ showUploadIncomplete?: boolean;
13
14
  }
@@ -3,4 +3,7 @@ export interface FileUploadStatusModel {
3
3
  fileSize: string;
4
4
  showProgressBar: boolean;
5
5
  progress: number;
6
+ showSelectedfile: boolean;
7
+ showUploadFailed: boolean;
8
+ showClose: boolean;
6
9
  }
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FileUploadComponent } from '../file-upload/file-upload.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FileUploadV2Component extends FileUploadComponent implements OnInit {
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadV2Component, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadV2Component, "symphony-file-upload-v2", never, {}, {}, never, never>;
8
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./file-upload-v2.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 FileUploadV2Module {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadV2Module, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FileUploadV2Module, [typeof i1.FileUploadV2Component], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.IconModule, typeof i5.ParagraphModule, typeof i6.FileUploadStatusModule], [typeof i1.FileUploadV2Component]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<FileUploadV2Module>;
12
+ }
@@ -4,14 +4,18 @@ import * as i0 from "@angular/core";
4
4
  export declare class DocumentManagementListComponent implements OnInit {
5
5
  isLoading: boolean;
6
6
  documentManagementList: DocumentManagementItemModel[];
7
- moreOptionClick: EventEmitter<DocumentManagementItemModel>;
8
- previewClick: EventEmitter<DocumentManagementItemModel>;
7
+ moreOptionClick: EventEmitter<DocumentManagementClickModel>;
8
+ previewClick: EventEmitter<DocumentManagementClickModel>;
9
9
  uploadClick: EventEmitter<string>;
10
10
  constructor();
11
11
  ngOnInit(): void;
12
- onMoreClick(documentManagementItemModel: any): void;
13
- onPreviewClick(documentManagementItemModel: any): void;
12
+ onMoreClick(optionClickEvent: any, documentManagementItemModel: any): void;
13
+ onPreviewClick(optionClickEvent: any, documentManagementItemModel: any): void;
14
14
  onUploadClick(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementListComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentManagementListComponent, "symphony-document-management-list", never, { "documentManagementList": "documentManagementList"; }, { "moreOptionClick": "moreOptionClick"; "previewClick": "previewClick"; "uploadClick": "uploadClick"; }, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentManagementListComponent, "symphony-document-management-list", never, { "isLoading": "isLoading"; "documentManagementList": "documentManagementList"; }, { "moreOptionClick": "moreOptionClick"; "previewClick": "previewClick"; "uploadClick": "uploadClick"; }, never, never>;
17
+ }
18
+ export interface DocumentManagementClickModel {
19
+ optionClicked: string;
20
+ item: DocumentManagementItemModel[];
17
21
  }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter, ChangeDetectorRef } from '@angular/core';
2
+ import { NavigationLinkModel } from '../../atoms/navigation-link/navigation-link.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SidebarNavigationComponent {
5
+ cdRef: ChangeDetectorRef;
6
+ navLinks: NavigationLinkModel[];
7
+ linkClick: EventEmitter<string>;
8
+ activeLink: NavigationLinkModel;
9
+ isMenuOpen: boolean;
10
+ constructor(cdRef: ChangeDetectorRef);
11
+ onLinkClick(activeLink: NavigationLinkModel): void;
12
+ onMenuClick(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavigationComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavigationComponent, "symphony-sidebar-navigation", never, { "navLinks": "navLinks"; "isMenuOpen": "isMenuOpen"; }, { "linkClick": "linkClick"; }, never, never>;
15
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sidebar-navigation.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/navigation-link/navigation-link.module";
5
+ import * as i4 from "../../atoms/icon/icon.module";
6
+ import * as i5 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
7
+ export declare class SidebarNavigationModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavigationModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarNavigationModule, [typeof i1.SidebarNavigationComponent], [typeof i2.CommonModule, typeof i3.NavigationLinkModule, typeof i4.IconModule, typeof i5.TooltipWrapperModule], [typeof i1.SidebarNavigationComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<SidebarNavigationModule>;
11
+ }
@@ -19,4 +19,5 @@ export interface UploadResumeModalNavigationModel {
19
19
  showUploadProgress: boolean;
20
20
  showUploadComplete: boolean;
21
21
  showUploadError: boolean;
22
+ showUploadIncomplete: boolean;
22
23
  }
@@ -6,11 +6,11 @@ import * as i4 from "../../atoms/paragraph/paragraph.module";
6
6
  import * as i5 from "../../atoms/icon/icon.module";
7
7
  import * as i6 from "../../atoms/button/button.module";
8
8
  import * as i7 from "../../atoms/input-dropdown/input-dropdown.module";
9
- import * as i8 from "../../molecules/file-upload/file-upload.module";
9
+ import * as i8 from "../../molecules/file-upload-v2/file-upload-v2.module";
10
10
  import * as i9 from "../../atoms/sfx-loader/sfx-loader.module";
11
11
  import * as i10 from "../../atoms/input-checkbox/input-checkbox.module";
12
12
  export declare class UploadResumeModalModule {
13
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]>;
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.FileUploadV2Module, typeof i9.SfxLoaderModule, typeof i10.InputCheckboxModule], [typeof i1.UploadResumeModalComponent]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<UploadResumeModalModule>;
16
16
  }
@@ -70,6 +70,9 @@ export * from './lib/atoms/two-column-filter-area/two-column-filter-area.compone
70
70
  export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
71
71
  export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.component';
72
72
  export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.module';
73
+ export * from './lib/atoms/navigation-link/navigation-link.component';
74
+ export * from './lib/atoms/navigation-link/navigation-link.module';
75
+ export * from './lib/atoms/navigation-link/navigation-link.model';
73
76
  export * from './lib/atoms/atoms.module';
74
77
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
75
78
  export * from './lib/molecules/breadcrumb/breadcrumb.module';
@@ -87,6 +90,8 @@ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
87
90
  export * from './lib/molecules/file-upload/file-upload.model';
88
91
  export * from './lib/molecules/file-upload/file-upload.component';
89
92
  export * from './lib/molecules/file-upload/file-upload.module';
93
+ export * from './lib/molecules/file-upload-v2/file-upload-v2.component';
94
+ export * from './lib/molecules/file-upload-v2/file-upload-v2.module';
90
95
  export * from './lib/molecules/document-management-item/document-management-item.model';
91
96
  export * from './lib/molecules/document-management-item/document-management-item.component';
92
97
  export * from './lib/molecules/document-management-item/document-management-item.module';
@@ -116,6 +121,8 @@ export * from './lib/organisms/action-bar/action-bar.component';
116
121
  export * from './lib/organisms/action-bar/action-bar.module';
117
122
  export * from './lib/organisms/document-management-list/document-management-list.component';
118
123
  export * from './lib/organisms/document-management-list/document-management-list.module';
124
+ export * from './lib/organisms/sidebar-navigation/sidebar-navigation.component';
125
+ export * from './lib/organisms/sidebar-navigation/sidebar-navigation.module';
119
126
  export * from './lib/organisms/organisms.module';
120
127
  export * from './lib/pages/events-settings-page/events-settings-page.component';
121
128
  export * from './lib/pages/events-settings-page/events-settings-page.module';
package/public-api.d.ts CHANGED
@@ -70,6 +70,9 @@ export * from './lib/atoms/two-column-filter-area/two-column-filter-area.compone
70
70
  export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
71
71
  export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.component';
72
72
  export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.module';
73
+ export * from './lib/atoms/navigation-link/navigation-link.component';
74
+ export * from './lib/atoms/navigation-link/navigation-link.module';
75
+ export * from './lib/atoms/navigation-link/navigation-link.model';
73
76
  export * from './lib/atoms/atoms.module';
74
77
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
75
78
  export * from './lib/molecules/breadcrumb/breadcrumb.module';
@@ -87,6 +90,8 @@ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
87
90
  export * from './lib/molecules/file-upload/file-upload.model';
88
91
  export * from './lib/molecules/file-upload/file-upload.component';
89
92
  export * from './lib/molecules/file-upload/file-upload.module';
93
+ export * from './lib/molecules/file-upload-v2/file-upload-v2.component';
94
+ export * from './lib/molecules/file-upload-v2/file-upload-v2.module';
90
95
  export * from './lib/molecules/document-management-item/document-management-item.model';
91
96
  export * from './lib/molecules/document-management-item/document-management-item.component';
92
97
  export * from './lib/molecules/document-management-item/document-management-item.module';
@@ -116,6 +121,8 @@ export * from './lib/organisms/action-bar/action-bar.component';
116
121
  export * from './lib/organisms/action-bar/action-bar.module';
117
122
  export * from './lib/organisms/document-management-list/document-management-list.component';
118
123
  export * from './lib/organisms/document-management-list/document-management-list.module';
124
+ export * from './lib/organisms/sidebar-navigation/sidebar-navigation.component';
125
+ export * from './lib/organisms/sidebar-navigation/sidebar-navigation.module';
119
126
  export * from './lib/organisms/organisms.module';
120
127
  export * from './lib/pages/events-settings-page/events-settings-page.component';
121
128
  export * from './lib/pages/events-settings-page/events-settings-page.module';