@symphony-talent/component-library 3.65.0 → 3.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +12 -4
  2. package/esm2020/lib/atoms/formatted-counter/formatted-counter.component.mjs +15 -0
  3. package/esm2020/lib/atoms/formatted-counter/formatted-counter.model.mjs +2 -0
  4. package/esm2020/lib/atoms/formatted-counter/formatted-counter.module.mjs +19 -0
  5. package/esm2020/lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.component.mjs +1 -1
  6. package/esm2020/lib/atoms/input-editable-text/input-editable-text.component.mjs +1 -1
  7. package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +5 -3
  8. package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  9. package/esm2020/lib/atoms/vertical-separator/vertical-separator.component.mjs +12 -0
  10. package/esm2020/lib/atoms/vertical-separator/vertical-separator.module.mjs +18 -0
  11. package/esm2020/lib/design-guide/typography/typography.component.mjs +1 -1
  12. package/esm2020/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component.mjs +19 -0
  13. package/esm2020/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module.mjs +20 -0
  14. package/esm2020/lib/molecules/advertise-order-review/advertise-order-review.component.mjs +1 -1
  15. package/esm2020/lib/molecules/card/card.component.mjs +1 -1
  16. package/esm2020/lib/molecules/color-swatch/color-swatch.component.mjs +1 -1
  17. package/esm2020/lib/molecules/document-management-item/document-management-item.component.mjs +1 -1
  18. package/esm2020/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +1 -1
  19. package/esm2020/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +1 -1
  20. package/esm2020/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +1 -1
  21. package/esm2020/lib/molecules/feedback-card/feedback-card.component.mjs +1 -1
  22. package/esm2020/lib/molecules/file-upload-status/file-upload-status.component.mjs +1 -1
  23. package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  24. package/esm2020/lib/molecules/invoice-line-item/invoice-line-item.component.mjs +1 -1
  25. package/esm2020/lib/molecules/molecules.module.mjs +8 -4
  26. package/esm2020/lib/molecules/note/note.component.mjs +1 -1
  27. package/esm2020/lib/molecules/task/task.component.mjs +1 -1
  28. package/esm2020/lib/organisms/action-bar/action-bar.component.mjs +11 -4
  29. package/esm2020/lib/organisms/action-bar/action-bar.module.mjs +5 -4
  30. package/esm2020/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.mjs +1 -1
  31. package/esm2020/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +1 -1
  32. package/esm2020/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +1 -1
  33. package/esm2020/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +1 -1
  34. package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +1 -1
  35. package/esm2020/lib/organisms/input-checkbox-list/input-checkbox-list.component.mjs +23 -0
  36. package/esm2020/lib/organisms/input-checkbox-list/input-checkbox-list.module.mjs +19 -0
  37. package/esm2020/lib/organisms/organisms.module.mjs +8 -4
  38. package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +1 -1
  39. package/esm2020/lib/pages/feedback-list-page/feedback-list-page.component.mjs +1 -1
  40. package/esm2020/lib/pages/libraries-page/libraries-page.component.mjs +1 -1
  41. package/esm2020/lib/pages/modals/advance-search-modal/advance-search-modal.component.mjs +44 -0
  42. package/esm2020/lib/pages/modals/advance-search-modal/advance-search-modal.module.mjs +58 -0
  43. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
  44. package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +1 -1
  45. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +12 -4
  46. package/esm2020/projects/component-library/lib/atoms/formatted-counter/formatted-counter.component.mjs +15 -0
  47. package/esm2020/projects/component-library/lib/atoms/formatted-counter/formatted-counter.model.mjs +2 -0
  48. package/esm2020/projects/component-library/lib/atoms/formatted-counter/formatted-counter.module.mjs +19 -0
  49. package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.component.mjs +1 -1
  50. package/esm2020/projects/component-library/lib/atoms/input-editable-text/input-editable-text.component.mjs +1 -1
  51. package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +5 -3
  52. package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  53. package/esm2020/projects/component-library/lib/atoms/vertical-separator/vertical-separator.component.mjs +12 -0
  54. package/esm2020/projects/component-library/lib/atoms/vertical-separator/vertical-separator.module.mjs +18 -0
  55. package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +1 -1
  56. package/esm2020/projects/component-library/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component.mjs +19 -0
  57. package/esm2020/projects/component-library/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module.mjs +20 -0
  58. package/esm2020/projects/component-library/lib/molecules/advertise-order-review/advertise-order-review.component.mjs +1 -1
  59. package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +1 -1
  60. package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.component.mjs +1 -1
  61. package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.component.mjs +1 -1
  62. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +1 -1
  63. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +1 -1
  64. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +1 -1
  65. package/esm2020/projects/component-library/lib/molecules/feedback-card/feedback-card.component.mjs +1 -1
  66. package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.component.mjs +1 -1
  67. package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  68. package/esm2020/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.component.mjs +1 -1
  69. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
  70. package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
  71. package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
  72. package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.component.mjs +11 -4
  73. package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.module.mjs +5 -4
  74. package/esm2020/projects/component-library/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.mjs +1 -1
  75. package/esm2020/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +1 -1
  76. package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +1 -1
  77. package/esm2020/projects/component-library/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +1 -1
  78. package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +1 -1
  79. package/esm2020/projects/component-library/lib/organisms/input-checkbox-list/input-checkbox-list.component.mjs +23 -0
  80. package/esm2020/projects/component-library/lib/organisms/input-checkbox-list/input-checkbox-list.module.mjs +19 -0
  81. package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
  82. package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +1 -1
  83. package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.mjs +1 -1
  84. package/esm2020/projects/component-library/lib/pages/libraries-page/libraries-page.component.mjs +1 -1
  85. package/esm2020/projects/component-library/lib/pages/modals/advance-search-modal/advance-search-modal.component.mjs +44 -0
  86. package/esm2020/projects/component-library/lib/pages/modals/advance-search-modal/advance-search-modal.module.mjs +58 -0
  87. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
  88. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +1 -1
  89. package/esm2020/projects/component-library/public-api.mjs +12 -1
  90. package/esm2020/public-api.mjs +12 -1
  91. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +254 -44
  92. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  93. package/fesm2015/symphony-talent-component-library.mjs +254 -44
  94. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  95. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +254 -44
  96. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  97. package/fesm2020/symphony-talent-component-library.mjs +254 -44
  98. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  99. package/lib/atoms/atoms.module.d.ts +3 -1
  100. package/lib/atoms/formatted-counter/formatted-counter.component.d.ts +8 -0
  101. package/lib/atoms/formatted-counter/formatted-counter.model.d.ts +4 -0
  102. package/lib/atoms/formatted-counter/formatted-counter.module.d.ts +9 -0
  103. package/lib/atoms/paragraph/paragraph.component.d.ts +2 -1
  104. package/lib/atoms/vertical-separator/vertical-separator.component.d.ts +6 -0
  105. package/lib/atoms/vertical-separator/vertical-separator.module.d.ts +8 -0
  106. package/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component.d.ts +9 -0
  107. package/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module.d.ts +10 -0
  108. package/lib/molecules/molecules.module.d.ts +3 -2
  109. package/lib/organisms/action-bar/action-bar.component.d.ts +5 -1
  110. package/lib/organisms/action-bar/action-bar.module.d.ts +2 -1
  111. package/lib/organisms/input-checkbox-list/input-checkbox-list.component.d.ts +11 -0
  112. package/lib/organisms/input-checkbox-list/input-checkbox-list.module.d.ts +9 -0
  113. package/lib/organisms/organisms.module.d.ts +2 -1
  114. package/lib/pages/modals/advance-search-modal/advance-search-modal.component.d.ts +16 -0
  115. package/lib/pages/modals/advance-search-modal/advance-search-modal.module.d.ts +17 -0
  116. package/package.json +1 -1
  117. package/projects/component-library/lib/atoms/atoms.module.d.ts +3 -1
  118. package/projects/component-library/lib/atoms/formatted-counter/formatted-counter.component.d.ts +8 -0
  119. package/projects/component-library/lib/atoms/formatted-counter/formatted-counter.model.d.ts +4 -0
  120. package/projects/component-library/lib/atoms/formatted-counter/formatted-counter.module.d.ts +9 -0
  121. package/projects/component-library/lib/atoms/paragraph/paragraph.component.d.ts +2 -1
  122. package/projects/component-library/lib/atoms/vertical-separator/vertical-separator.component.d.ts +6 -0
  123. package/projects/component-library/lib/atoms/vertical-separator/vertical-separator.module.d.ts +8 -0
  124. package/projects/component-library/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component.d.ts +9 -0
  125. package/projects/component-library/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module.d.ts +10 -0
  126. package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
  127. package/projects/component-library/lib/organisms/action-bar/action-bar.component.d.ts +5 -1
  128. package/projects/component-library/lib/organisms/action-bar/action-bar.module.d.ts +2 -1
  129. package/projects/component-library/lib/organisms/input-checkbox-list/input-checkbox-list.component.d.ts +11 -0
  130. package/projects/component-library/lib/organisms/input-checkbox-list/input-checkbox-list.module.d.ts +9 -0
  131. package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
  132. package/projects/component-library/lib/pages/modals/advance-search-modal/advance-search-modal.component.d.ts +16 -0
  133. package/projects/component-library/lib/pages/modals/advance-search-modal/advance-search-modal.module.d.ts +17 -0
  134. package/projects/component-library/public-api.d.ts +11 -0
  135. package/public-api.d.ts +11 -0
@@ -28,8 +28,10 @@ import * as i26 from "./tooltip-wrapper/tooltip-wrapper.module";
28
28
  import * as i27 from "./input-search-checkbox-dropdown/input-search-checkbox-dropdown.module";
29
29
  import * as i28 from "./input-chips/input-chips.module";
30
30
  import * as i29 from "./phaser/phaser.module";
31
+ import * as i30 from "./vertical-separator/vertical-separator.module";
32
+ import * as i31 from "./formatted-counter/formatted-counter.module";
31
33
  export declare class AtomsModule {
32
34
  static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule]>;
35
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule]>;
34
36
  static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
35
37
  }
@@ -0,0 +1,8 @@
1
+ import { FormattedCounterModel } from './formatted-counter.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FormattedCounterComponent {
4
+ model: FormattedCounterModel;
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormattedCounterComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormattedCounterComponent, "symphony-formatted-counter", never, { "model": "model"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,4 @@
1
+ export interface FormattedCounterModel {
2
+ count: string;
3
+ counterLabel: string;
4
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./formatted-counter.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../paragraph/paragraph.module";
5
+ export declare class FormattedCounterModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormattedCounterModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormattedCounterModule, [typeof i1.FormattedCounterComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule], [typeof i1.FormattedCounterComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<FormattedCounterModule>;
9
+ }
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
2
2
  export declare class ParagraphComponent {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
+ isFontBold?: boolean;
5
6
  constructor();
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ParagraphComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ParagraphComponent, "symphony-paragraph", never, { "text": "text"; "isSecondary": "isSecondary"; }, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ParagraphComponent, "symphony-paragraph", never, { "text": "text"; "isSecondary": "isSecondary"; "isFontBold": "isFontBold"; }, {}, never, ["*"]>;
8
9
  }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class VerticalSeparatorComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<VerticalSeparatorComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<VerticalSeparatorComponent, "symphony-vertical-separator", never, {}, {}, never, never>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./vertical-separator.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class VerticalSeparatorModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<VerticalSeparatorModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VerticalSeparatorModule, [typeof i1.VerticalSeparatorComponent], [typeof i2.CommonModule], [typeof i1.VerticalSeparatorComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<VerticalSeparatorModule>;
8
+ }
@@ -0,0 +1,9 @@
1
+ import { FormattedCounterModel } from '../../atoms/formatted-counter/formatted-counter.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ActionBarSelectionCounterComponent {
4
+ model: FormattedCounterModel;
5
+ hasSeparator: boolean;
6
+ constructor();
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarSelectionCounterComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarSelectionCounterComponent, "symphony-action-bar-selection-counter", never, { "model": "model"; "hasSeparator": "hasSeparator"; }, {}, never, never>;
9
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./action-bar-selection-counter.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/formatted-counter/formatted-counter.module";
5
+ import * as i4 from "../../atoms/vertical-separator/vertical-separator.module";
6
+ export declare class ActionBarSelectionCounterModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarSelectionCounterModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarSelectionCounterModule, [typeof i1.ActionBarSelectionCounterComponent], [typeof i2.CommonModule, typeof i3.FormattedCounterModule, typeof i4.VerticalSeparatorModule], [typeof i1.ActionBarSelectionCounterComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ActionBarSelectionCounterModule>;
10
+ }
@@ -15,9 +15,10 @@ import * as i13 from "./file-upload-status/file-upload-status.module";
15
15
  import * as i14 from "./button-with-icon/button-with-icon.module";
16
16
  import * as i15 from "./icon-with-tooltip/icon-with-tooltip.module";
17
17
  import * as i16 from "./document-management-item/document-management-item.module";
18
- import * as i17 from "./phaser-card/phaser-card.module";
18
+ import * as i17 from "./action-bar-selection-counter/action-bar-selection-counter.module";
19
+ import * as i18 from "./phaser-card/phaser-card.module";
19
20
  export declare class MoleculesModule {
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i17.PhaserCardModule]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i18.PhaserCardModule]>;
22
23
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
23
24
  }
@@ -1,11 +1,15 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import { FormattedCounterModel } from '../../atoms/formatted-counter/formatted-counter.model';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class ActionBarComponent {
4
5
  isToggled: boolean;
5
6
  hasActionToggle: boolean;
7
+ hasSelectionCounter: boolean;
8
+ hasSeparator: boolean;
9
+ model: FormattedCounterModel;
6
10
  toggleClick: EventEmitter<boolean>;
7
11
  constructor();
8
12
  toggleClicked(): void;
9
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "symphony-action-bar", never, { "isToggled": "isToggled"; "hasActionToggle": "hasActionToggle"; }, { "toggleClick": "toggleClick"; }, never, ["[grid-controls]", "[grid-actions]"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "symphony-action-bar", never, { "isToggled": "isToggled"; "hasActionToggle": "hasActionToggle"; "hasSelectionCounter": "hasSelectionCounter"; "hasSeparator": "hasSeparator"; "model": "model"; }, { "toggleClick": "toggleClick"; }, never, ["[grid-controls]", "[grid-actions]"]>;
11
15
  }
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "../../atoms/icon/icon.module";
5
5
  import * as i4 from "../../atoms/icon-wrapper/icon-wrapper.module";
6
6
  import * as i5 from "../../atoms/paragraph/paragraph.module";
7
+ import * as i6 from "../../molecules/action-bar-selection-counter/action-bar-selection-counter.module";
7
8
  export declare class ActionBarModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, [typeof i1.ActionBarComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.IconWrapperModule, typeof i5.ParagraphModule], [typeof i1.ActionBarComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, [typeof i1.ActionBarComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.IconWrapperModule, typeof i5.ParagraphModule, typeof i6.ActionBarSelectionCounterModule], [typeof i1.ActionBarComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ActionBarModule>;
11
12
  }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { InputCheckboxModel } from '../../atoms/input-checkbox/input-checkbox.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputCheckboxListComponent {
5
+ checkboxList: InputCheckboxModel[];
6
+ checkboxClicked: EventEmitter<InputCheckboxModel>;
7
+ constructor();
8
+ onCheckboxClick(checkboxSelection: InputCheckboxModel): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputCheckboxListComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputCheckboxListComponent, "symphony-input-checkbox-list", never, { "checkboxList": "checkboxList"; }, { "checkboxClicked": "checkboxClicked"; }, never, never>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-checkbox-list.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/input-checkbox/input-checkbox.module";
5
+ export declare class InputCheckboxListModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputCheckboxListModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputCheckboxListModule, [typeof i1.InputCheckboxListComponent], [typeof i2.CommonModule, typeof i3.InputCheckboxModule], [typeof i1.InputCheckboxListComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputCheckboxListModule>;
9
+ }
@@ -17,8 +17,9 @@ import * as i15 from "./grid-download/grid-download.module";
17
17
  import * as i16 from "./action-bar/action-bar.module";
18
18
  import * as i17 from "./action-bar-job-list/action-bar-job-list.module";
19
19
  import * as i18 from "./document-management-list/document-management-list.module";
20
+ import * as i19 from "./input-checkbox-list/input-checkbox-list.module";
20
21
  export declare class OrganismsModule {
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
22
- 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.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule], never>;
23
+ 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.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule], never>;
23
24
  static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
24
25
  }
@@ -0,0 +1,16 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { InputCheckboxModel } from '../../../atoms/input-checkbox/input-checkbox.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AdvanceSearchModalComponent {
5
+ checkboxList: InputCheckboxModel[];
6
+ keywordSearchChange: EventEmitter<string>;
7
+ closeButtonClicked: EventEmitter<string>;
8
+ checkboxClicked: EventEmitter<InputCheckboxModel>;
9
+ constructor();
10
+ onCheckboxClicked(checkboxSelection: InputCheckboxModel): void;
11
+ onCloseButtonClick(): void;
12
+ onKeywordSearch(keyword: string): void;
13
+ onButtonClick(text: string): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdvanceSearchModalComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvanceSearchModalComponent, "symphony-advance-search-modal", never, { "checkboxList": "checkboxList"; }, { "keywordSearchChange": "keywordSearchChange"; "closeButtonClicked": "closeButtonClicked"; "checkboxClicked": "checkboxClicked"; }, never, ["[filter1]"]>;
16
+ }
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./advance-search-modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
5
+ import * as i4 from "../../../templates/modal-templates/two-column-body-template/two-column-body-template.module";
6
+ import * as i5 from "../../../atoms/h4/h4.module";
7
+ import * as i6 from "../../../atoms/paragraph/paragraph.module";
8
+ import * as i7 from "../../../atoms/button/button.module";
9
+ import * as i8 from "../../../atoms/icon/icon.module";
10
+ import * as i9 from "../../../organisms/input-checkbox-list/input-checkbox-list.module";
11
+ import * as i10 from "../../../atoms/input-text/input-text.module";
12
+ import * as i11 from "../../../templates/placeholder/placeholder.module";
13
+ export declare class AdvanceSearchModalModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdvanceSearchModalModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AdvanceSearchModalModule, [typeof i1.AdvanceSearchModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H4Module, typeof i6.ParagraphModule, typeof i7.ButtonModule, typeof i8.IconModule, typeof i9.InputCheckboxListModule, typeof i10.InputTextModule, typeof i11.PlaceholderModule], [typeof i1.AdvanceSearchModalComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<AdvanceSearchModalModule>;
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "3.65.0",
3
+ "version": "3.67.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^1.10.0"
@@ -28,8 +28,10 @@ import * as i26 from "./tooltip-wrapper/tooltip-wrapper.module";
28
28
  import * as i27 from "./input-search-checkbox-dropdown/input-search-checkbox-dropdown.module";
29
29
  import * as i28 from "./input-chips/input-chips.module";
30
30
  import * as i29 from "./phaser/phaser.module";
31
+ import * as i30 from "./vertical-separator/vertical-separator.module";
32
+ import * as i31 from "./formatted-counter/formatted-counter.module";
31
33
  export declare class AtomsModule {
32
34
  static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule]>;
35
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule, typeof i27.InputSearchCheckboxDropdownModule, typeof i28.InputChipsModule, typeof i29.PhaserModule, typeof i30.VerticalSeparatorModule, typeof i31.FormattedCounterModule]>;
34
36
  static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
35
37
  }
@@ -0,0 +1,8 @@
1
+ import { FormattedCounterModel } from './formatted-counter.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FormattedCounterComponent {
4
+ model: FormattedCounterModel;
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormattedCounterComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormattedCounterComponent, "symphony-formatted-counter", never, { "model": "model"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,4 @@
1
+ export interface FormattedCounterModel {
2
+ count: string;
3
+ counterLabel: string;
4
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./formatted-counter.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../paragraph/paragraph.module";
5
+ export declare class FormattedCounterModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormattedCounterModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormattedCounterModule, [typeof i1.FormattedCounterComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule], [typeof i1.FormattedCounterComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<FormattedCounterModule>;
9
+ }
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
2
2
  export declare class ParagraphComponent {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
+ isFontBold?: boolean;
5
6
  constructor();
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ParagraphComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ParagraphComponent, "symphony-paragraph", never, { "text": "text"; "isSecondary": "isSecondary"; }, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ParagraphComponent, "symphony-paragraph", never, { "text": "text"; "isSecondary": "isSecondary"; "isFontBold": "isFontBold"; }, {}, never, ["*"]>;
8
9
  }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class VerticalSeparatorComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<VerticalSeparatorComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<VerticalSeparatorComponent, "symphony-vertical-separator", never, {}, {}, never, never>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./vertical-separator.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class VerticalSeparatorModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<VerticalSeparatorModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VerticalSeparatorModule, [typeof i1.VerticalSeparatorComponent], [typeof i2.CommonModule], [typeof i1.VerticalSeparatorComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<VerticalSeparatorModule>;
8
+ }
@@ -0,0 +1,9 @@
1
+ import { FormattedCounterModel } from '../../atoms/formatted-counter/formatted-counter.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ActionBarSelectionCounterComponent {
4
+ model: FormattedCounterModel;
5
+ hasSeparator: boolean;
6
+ constructor();
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarSelectionCounterComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarSelectionCounterComponent, "symphony-action-bar-selection-counter", never, { "model": "model"; "hasSeparator": "hasSeparator"; }, {}, never, never>;
9
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./action-bar-selection-counter.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/formatted-counter/formatted-counter.module";
5
+ import * as i4 from "../../atoms/vertical-separator/vertical-separator.module";
6
+ export declare class ActionBarSelectionCounterModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarSelectionCounterModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarSelectionCounterModule, [typeof i1.ActionBarSelectionCounterComponent], [typeof i2.CommonModule, typeof i3.FormattedCounterModule, typeof i4.VerticalSeparatorModule], [typeof i1.ActionBarSelectionCounterComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ActionBarSelectionCounterModule>;
10
+ }
@@ -15,9 +15,10 @@ import * as i13 from "./file-upload-status/file-upload-status.module";
15
15
  import * as i14 from "./button-with-icon/button-with-icon.module";
16
16
  import * as i15 from "./icon-with-tooltip/icon-with-tooltip.module";
17
17
  import * as i16 from "./document-management-item/document-management-item.module";
18
- import * as i17 from "./phaser-card/phaser-card.module";
18
+ import * as i17 from "./action-bar-selection-counter/action-bar-selection-counter.module";
19
+ import * as i18 from "./phaser-card/phaser-card.module";
19
20
  export declare class MoleculesModule {
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i17.PhaserCardModule]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i18.PhaserCardModule]>;
22
23
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
23
24
  }
@@ -1,11 +1,15 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import { FormattedCounterModel } from '../../atoms/formatted-counter/formatted-counter.model';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class ActionBarComponent {
4
5
  isToggled: boolean;
5
6
  hasActionToggle: boolean;
7
+ hasSelectionCounter: boolean;
8
+ hasSeparator: boolean;
9
+ model: FormattedCounterModel;
6
10
  toggleClick: EventEmitter<boolean>;
7
11
  constructor();
8
12
  toggleClicked(): void;
9
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "symphony-action-bar", never, { "isToggled": "isToggled"; "hasActionToggle": "hasActionToggle"; }, { "toggleClick": "toggleClick"; }, never, ["[grid-controls]", "[grid-actions]"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "symphony-action-bar", never, { "isToggled": "isToggled"; "hasActionToggle": "hasActionToggle"; "hasSelectionCounter": "hasSelectionCounter"; "hasSeparator": "hasSeparator"; "model": "model"; }, { "toggleClick": "toggleClick"; }, never, ["[grid-controls]", "[grid-actions]"]>;
11
15
  }
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "../../atoms/icon/icon.module";
5
5
  import * as i4 from "../../atoms/icon-wrapper/icon-wrapper.module";
6
6
  import * as i5 from "../../atoms/paragraph/paragraph.module";
7
+ import * as i6 from "../../molecules/action-bar-selection-counter/action-bar-selection-counter.module";
7
8
  export declare class ActionBarModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, [typeof i1.ActionBarComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.IconWrapperModule, typeof i5.ParagraphModule], [typeof i1.ActionBarComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, [typeof i1.ActionBarComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.IconWrapperModule, typeof i5.ParagraphModule, typeof i6.ActionBarSelectionCounterModule], [typeof i1.ActionBarComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ActionBarModule>;
11
12
  }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { InputCheckboxModel } from '../../atoms/input-checkbox/input-checkbox.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputCheckboxListComponent {
5
+ checkboxList: InputCheckboxModel[];
6
+ checkboxClicked: EventEmitter<InputCheckboxModel>;
7
+ constructor();
8
+ onCheckboxClick(checkboxSelection: InputCheckboxModel): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputCheckboxListComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputCheckboxListComponent, "symphony-input-checkbox-list", never, { "checkboxList": "checkboxList"; }, { "checkboxClicked": "checkboxClicked"; }, never, never>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-checkbox-list.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/input-checkbox/input-checkbox.module";
5
+ export declare class InputCheckboxListModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputCheckboxListModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputCheckboxListModule, [typeof i1.InputCheckboxListComponent], [typeof i2.CommonModule, typeof i3.InputCheckboxModule], [typeof i1.InputCheckboxListComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputCheckboxListModule>;
9
+ }
@@ -17,8 +17,9 @@ import * as i15 from "./grid-download/grid-download.module";
17
17
  import * as i16 from "./action-bar/action-bar.module";
18
18
  import * as i17 from "./action-bar-job-list/action-bar-job-list.module";
19
19
  import * as i18 from "./document-management-list/document-management-list.module";
20
+ import * as i19 from "./input-checkbox-list/input-checkbox-list.module";
20
21
  export declare class OrganismsModule {
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
22
- 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.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule], never>;
23
+ 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.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule], never>;
23
24
  static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
24
25
  }
@@ -0,0 +1,16 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { InputCheckboxModel } from '../../../atoms/input-checkbox/input-checkbox.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AdvanceSearchModalComponent {
5
+ checkboxList: InputCheckboxModel[];
6
+ keywordSearchChange: EventEmitter<string>;
7
+ closeButtonClicked: EventEmitter<string>;
8
+ checkboxClicked: EventEmitter<InputCheckboxModel>;
9
+ constructor();
10
+ onCheckboxClicked(checkboxSelection: InputCheckboxModel): void;
11
+ onCloseButtonClick(): void;
12
+ onKeywordSearch(keyword: string): void;
13
+ onButtonClick(text: string): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdvanceSearchModalComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvanceSearchModalComponent, "symphony-advance-search-modal", never, { "checkboxList": "checkboxList"; }, { "keywordSearchChange": "keywordSearchChange"; "closeButtonClicked": "closeButtonClicked"; "checkboxClicked": "checkboxClicked"; }, never, ["[filter1]"]>;
16
+ }
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./advance-search-modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
5
+ import * as i4 from "../../../templates/modal-templates/two-column-body-template/two-column-body-template.module";
6
+ import * as i5 from "../../../atoms/h4/h4.module";
7
+ import * as i6 from "../../../atoms/paragraph/paragraph.module";
8
+ import * as i7 from "../../../atoms/button/button.module";
9
+ import * as i8 from "../../../atoms/icon/icon.module";
10
+ import * as i9 from "../../../organisms/input-checkbox-list/input-checkbox-list.module";
11
+ import * as i10 from "../../../atoms/input-text/input-text.module";
12
+ import * as i11 from "../../../templates/placeholder/placeholder.module";
13
+ export declare class AdvanceSearchModalModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdvanceSearchModalModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AdvanceSearchModalModule, [typeof i1.AdvanceSearchModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H4Module, typeof i6.ParagraphModule, typeof i7.ButtonModule, typeof i8.IconModule, typeof i9.InputCheckboxListModule, typeof i10.InputTextModule, typeof i11.PlaceholderModule], [typeof i1.AdvanceSearchModalComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<AdvanceSearchModalModule>;
17
+ }
@@ -86,6 +86,11 @@ export * from './lib/atoms/input-search-checkbox-dropdown/capitalize-first-chara
86
86
  export * from './lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.component';
87
87
  export * from './lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.module';
88
88
  export * from './lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.model';
89
+ export * from './lib/atoms/formatted-counter/formatted-counter.component';
90
+ export * from './lib/atoms/formatted-counter/formatted-counter.module';
91
+ export * from './lib/atoms/formatted-counter/formatted-counter.model';
92
+ export * from './lib/atoms/vertical-separator/vertical-separator.component';
93
+ export * from './lib/atoms/vertical-separator/vertical-separator.module';
89
94
  export * from './lib/atoms/phaser/phaser.component';
90
95
  export * from './lib/atoms/phaser/phaser.module';
91
96
  export * from './lib/atoms/atoms.module';
@@ -116,6 +121,8 @@ export * from './lib/molecules/document-management-item/document-management-item
116
121
  export * from './lib/molecules/phaser-card/phaser-card.model';
117
122
  export * from './lib/molecules/phaser-card/phaser-card.component';
118
123
  export * from './lib/molecules/phaser-card/phaser-card.module';
124
+ export * from './lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component';
125
+ export * from './lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module';
119
126
  export * from './lib/molecules/molecules.module';
120
127
  export * from './lib/organisms/card-list/card-list.component';
121
128
  export * from './lib/organisms/card-list/card-list.module';
@@ -147,6 +154,8 @@ export * from './lib/organisms/document-management-list/document-management-list
147
154
  export * from './lib/organisms/document-management-list/document-management-list.module';
148
155
  export * from './lib/organisms/sidebar-navigation/sidebar-navigation.component';
149
156
  export * from './lib/organisms/sidebar-navigation/sidebar-navigation.module';
157
+ export * from './lib/organisms/input-checkbox-list/input-checkbox-list.component';
158
+ export * from './lib/organisms/input-checkbox-list/input-checkbox-list.module';
150
159
  export * from './lib/organisms/organisms.module';
151
160
  export * from './lib/pages/events-settings-page/events-settings-page.component';
152
161
  export * from './lib/pages/events-settings-page/events-settings-page.module';
@@ -174,6 +183,8 @@ export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-p
174
183
  export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.model';
175
184
  export * from './lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component';
176
185
  export * from './lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.module';
186
+ export * from './lib/pages/modals/advance-search-modal/advance-search-modal.component';
187
+ export * from './lib/pages/modals/advance-search-modal/advance-search-modal.module';
177
188
  export * from './lib/pages/job-list-page/job-list-page.component';
178
189
  export * from './lib/pages/job-list-page/job-list-page.module';
179
190
  export * from './lib/pages/job-list-page/job-list-page.model';
package/public-api.d.ts CHANGED
@@ -86,6 +86,11 @@ export * from './lib/atoms/input-search-checkbox-dropdown/capitalize-first-chara
86
86
  export * from './lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.component';
87
87
  export * from './lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.module';
88
88
  export * from './lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.model';
89
+ export * from './lib/atoms/formatted-counter/formatted-counter.component';
90
+ export * from './lib/atoms/formatted-counter/formatted-counter.module';
91
+ export * from './lib/atoms/formatted-counter/formatted-counter.model';
92
+ export * from './lib/atoms/vertical-separator/vertical-separator.component';
93
+ export * from './lib/atoms/vertical-separator/vertical-separator.module';
89
94
  export * from './lib/atoms/phaser/phaser.component';
90
95
  export * from './lib/atoms/phaser/phaser.module';
91
96
  export * from './lib/atoms/atoms.module';
@@ -116,6 +121,8 @@ export * from './lib/molecules/document-management-item/document-management-item
116
121
  export * from './lib/molecules/phaser-card/phaser-card.model';
117
122
  export * from './lib/molecules/phaser-card/phaser-card.component';
118
123
  export * from './lib/molecules/phaser-card/phaser-card.module';
124
+ export * from './lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component';
125
+ export * from './lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module';
119
126
  export * from './lib/molecules/molecules.module';
120
127
  export * from './lib/organisms/card-list/card-list.component';
121
128
  export * from './lib/organisms/card-list/card-list.module';
@@ -147,6 +154,8 @@ export * from './lib/organisms/document-management-list/document-management-list
147
154
  export * from './lib/organisms/document-management-list/document-management-list.module';
148
155
  export * from './lib/organisms/sidebar-navigation/sidebar-navigation.component';
149
156
  export * from './lib/organisms/sidebar-navigation/sidebar-navigation.module';
157
+ export * from './lib/organisms/input-checkbox-list/input-checkbox-list.component';
158
+ export * from './lib/organisms/input-checkbox-list/input-checkbox-list.module';
150
159
  export * from './lib/organisms/organisms.module';
151
160
  export * from './lib/pages/events-settings-page/events-settings-page.component';
152
161
  export * from './lib/pages/events-settings-page/events-settings-page.module';
@@ -174,6 +183,8 @@ export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-p
174
183
  export * from './lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.model';
175
184
  export * from './lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component';
176
185
  export * from './lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.module';
186
+ export * from './lib/pages/modals/advance-search-modal/advance-search-modal.component';
187
+ export * from './lib/pages/modals/advance-search-modal/advance-search-modal.module';
177
188
  export * from './lib/pages/job-list-page/job-list-page.component';
178
189
  export * from './lib/pages/job-list-page/job-list-page.module';
179
190
  export * from './lib/pages/job-list-page/job-list-page.model';