@symphony-talent/component-library 3.65.0 → 3.66.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 (115) 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/upload-resume-modal/upload-resume-modal.component.mjs +1 -1
  36. package/esm2020/lib/pages/feedback-list-page/feedback-list-page.component.mjs +1 -1
  37. package/esm2020/lib/pages/libraries-page/libraries-page.component.mjs +1 -1
  38. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
  39. package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +1 -1
  40. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +12 -4
  41. package/esm2020/projects/component-library/lib/atoms/formatted-counter/formatted-counter.component.mjs +15 -0
  42. package/esm2020/projects/component-library/lib/atoms/formatted-counter/formatted-counter.model.mjs +2 -0
  43. package/esm2020/projects/component-library/lib/atoms/formatted-counter/formatted-counter.module.mjs +19 -0
  44. package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.component.mjs +1 -1
  45. package/esm2020/projects/component-library/lib/atoms/input-editable-text/input-editable-text.component.mjs +1 -1
  46. package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +5 -3
  47. package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  48. package/esm2020/projects/component-library/lib/atoms/vertical-separator/vertical-separator.component.mjs +12 -0
  49. package/esm2020/projects/component-library/lib/atoms/vertical-separator/vertical-separator.module.mjs +18 -0
  50. package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +1 -1
  51. package/esm2020/projects/component-library/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component.mjs +19 -0
  52. package/esm2020/projects/component-library/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module.mjs +20 -0
  53. package/esm2020/projects/component-library/lib/molecules/advertise-order-review/advertise-order-review.component.mjs +1 -1
  54. package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +1 -1
  55. package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.component.mjs +1 -1
  56. package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.component.mjs +1 -1
  57. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +1 -1
  58. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +1 -1
  59. package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +1 -1
  60. package/esm2020/projects/component-library/lib/molecules/feedback-card/feedback-card.component.mjs +1 -1
  61. package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.component.mjs +1 -1
  62. package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  63. package/esm2020/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.component.mjs +1 -1
  64. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
  65. package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
  66. package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
  67. package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.component.mjs +11 -4
  68. package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.module.mjs +5 -4
  69. package/esm2020/projects/component-library/lib/organisms/action-bar-advertise-job-list/action-bar-advertise-job-list.component.mjs +1 -1
  70. package/esm2020/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +1 -1
  71. package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +1 -1
  72. package/esm2020/projects/component-library/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +1 -1
  73. package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +1 -1
  74. package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +1 -1
  75. package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.mjs +1 -1
  76. package/esm2020/projects/component-library/lib/pages/libraries-page/libraries-page.component.mjs +1 -1
  77. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
  78. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +1 -1
  79. package/esm2020/projects/component-library/public-api.mjs +8 -1
  80. package/esm2020/public-api.mjs +8 -1
  81. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +136 -41
  82. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  83. package/fesm2015/symphony-talent-component-library.mjs +136 -41
  84. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  85. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +136 -41
  86. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  87. package/fesm2020/symphony-talent-component-library.mjs +136 -41
  88. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  89. package/lib/atoms/atoms.module.d.ts +3 -1
  90. package/lib/atoms/formatted-counter/formatted-counter.component.d.ts +8 -0
  91. package/lib/atoms/formatted-counter/formatted-counter.model.d.ts +4 -0
  92. package/lib/atoms/formatted-counter/formatted-counter.module.d.ts +9 -0
  93. package/lib/atoms/paragraph/paragraph.component.d.ts +2 -1
  94. package/lib/atoms/vertical-separator/vertical-separator.component.d.ts +6 -0
  95. package/lib/atoms/vertical-separator/vertical-separator.module.d.ts +8 -0
  96. package/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component.d.ts +9 -0
  97. package/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module.d.ts +10 -0
  98. package/lib/molecules/molecules.module.d.ts +3 -2
  99. package/lib/organisms/action-bar/action-bar.component.d.ts +5 -1
  100. package/lib/organisms/action-bar/action-bar.module.d.ts +2 -1
  101. package/package.json +1 -1
  102. package/projects/component-library/lib/atoms/atoms.module.d.ts +3 -1
  103. package/projects/component-library/lib/atoms/formatted-counter/formatted-counter.component.d.ts +8 -0
  104. package/projects/component-library/lib/atoms/formatted-counter/formatted-counter.model.d.ts +4 -0
  105. package/projects/component-library/lib/atoms/formatted-counter/formatted-counter.module.d.ts +9 -0
  106. package/projects/component-library/lib/atoms/paragraph/paragraph.component.d.ts +2 -1
  107. package/projects/component-library/lib/atoms/vertical-separator/vertical-separator.component.d.ts +6 -0
  108. package/projects/component-library/lib/atoms/vertical-separator/vertical-separator.module.d.ts +8 -0
  109. package/projects/component-library/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.component.d.ts +9 -0
  110. package/projects/component-library/lib/molecules/action-bar-selection-counter/action-bar-selection-counter.module.d.ts +10 -0
  111. package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
  112. package/projects/component-library/lib/organisms/action-bar/action-bar.component.d.ts +5 -1
  113. package/projects/component-library/lib/organisms/action-bar/action-bar.module.d.ts +2 -1
  114. package/projects/component-library/public-api.d.ts +7 -0
  115. package/public-api.d.ts +7 -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
  }
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.66.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
  }
@@ -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';
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';