@symphony-talent/component-library 3.20.0 → 3.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/esm2020/lib/atoms/icon/icon.enum.mjs +4 -1
  2. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +19 -1
  3. package/esm2020/lib/molecules/button-with-icon/button-with-icon.component.mjs +27 -0
  4. package/esm2020/lib/molecules/button-with-icon/button-with-icon.module.mjs +19 -0
  5. package/esm2020/lib/molecules/molecules.module.mjs +10 -6
  6. package/esm2020/lib/organisms/action-bar/action-bar.component.mjs +26 -0
  7. package/esm2020/lib/organisms/action-bar/action-bar.module.mjs +21 -0
  8. package/esm2020/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +32 -0
  9. package/esm2020/lib/organisms/action-bar-job-list/action-bar-job-list.module.mjs +34 -0
  10. package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.mjs +25 -0
  11. package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.mjs +2 -0
  12. package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.mjs +19 -0
  13. package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +39 -0
  14. package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.model.mjs +2 -0
  15. package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.module.mjs +38 -0
  16. package/esm2020/lib/organisms/organisms.module.mjs +20 -4
  17. package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +4 -1
  18. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +19 -1
  19. package/esm2020/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.mjs +27 -0
  20. package/esm2020/projects/component-library/lib/molecules/button-with-icon/button-with-icon.module.mjs +19 -0
  21. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +10 -6
  22. package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.component.mjs +26 -0
  23. package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.module.mjs +21 -0
  24. package/esm2020/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.mjs +32 -0
  25. package/esm2020/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.module.mjs +34 -0
  26. package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.mjs +25 -0
  27. package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.mjs +2 -0
  28. package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.mjs +19 -0
  29. package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +39 -0
  30. package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.model.mjs +2 -0
  31. package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.module.mjs +38 -0
  32. package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +20 -4
  33. package/esm2020/projects/component-library/public-api.mjs +11 -1
  34. package/esm2020/public-api.mjs +11 -1
  35. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +265 -7
  36. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  37. package/fesm2015/symphony-talent-component-library.mjs +265 -7
  38. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  39. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +265 -7
  40. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  41. package/fesm2020/symphony-talent-component-library.mjs +265 -7
  42. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  43. package/lib/atoms/icon/icon.enum.d.ts +3 -0
  44. package/lib/molecules/button-with-icon/button-with-icon.component.d.ts +13 -0
  45. package/lib/molecules/button-with-icon/button-with-icon.module.d.ts +9 -0
  46. package/lib/molecules/molecules.module.d.ts +2 -1
  47. package/lib/organisms/action-bar/action-bar.component.d.ts +10 -0
  48. package/lib/organisms/action-bar/action-bar.module.d.ts +11 -0
  49. package/lib/organisms/action-bar-job-list/action-bar-job-list.component.d.ts +15 -0
  50. package/lib/organisms/action-bar-job-list/action-bar-job-list.module.d.ts +11 -0
  51. package/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.d.ts +12 -0
  52. package/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.d.ts +6 -0
  53. package/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.d.ts +9 -0
  54. package/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.d.ts +16 -0
  55. package/lib/organisms/grid-controls-job-list/grid-controls-job-list.model.d.ts +5 -0
  56. package/lib/organisms/grid-controls-job-list/grid-controls-job-list.module.d.ts +12 -0
  57. package/lib/organisms/organisms.module.d.ts +5 -1
  58. package/package.json +1 -1
  59. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
  60. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +59 -56
  61. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
  62. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
  63. package/projects/component-library/global-assets/iconography/library-icons.css +73 -64
  64. package/projects/component-library/global-assets/iconography/{sfx-icons-v2.json → sfx-icons-v3.json} +272 -211
  65. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +3 -0
  66. package/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.d.ts +13 -0
  67. package/projects/component-library/lib/molecules/button-with-icon/button-with-icon.module.d.ts +9 -0
  68. package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
  69. package/projects/component-library/lib/organisms/action-bar/action-bar.component.d.ts +10 -0
  70. package/projects/component-library/lib/organisms/action-bar/action-bar.module.d.ts +11 -0
  71. package/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.component.d.ts +15 -0
  72. package/projects/component-library/lib/organisms/action-bar-job-list/action-bar-job-list.module.d.ts +11 -0
  73. package/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.d.ts +12 -0
  74. package/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.d.ts +6 -0
  75. package/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.d.ts +9 -0
  76. package/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.d.ts +16 -0
  77. package/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.model.d.ts +5 -0
  78. package/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.module.d.ts +12 -0
  79. package/projects/component-library/lib/organisms/organisms.module.d.ts +5 -1
  80. package/projects/component-library/public-api.d.ts +10 -0
  81. package/public-api.d.ts +10 -0
@@ -805,7 +805,9 @@ var Icons;
805
805
  Icons["ADVERTISE"] = "si-advertise";
806
806
  Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
807
807
  Icons["ARROWNEXT"] = "si-arrow-next";
808
+ Icons["ARROWNEXTBOLD"] = "si-arrow-bold-next";
808
809
  Icons["ARROWPREV"] = "si-arrow-prev";
810
+ Icons["ARROWPREVBOLD"] = "si-arrow-bold-previous";
809
811
  Icons["CHATBOT"] = "si-chatbot";
810
812
  Icons["CODETAG"] = "si-codetag";
811
813
  Icons["CONFIRMATION"] = "si-confirmation";
@@ -815,6 +817,7 @@ var Icons;
815
817
  Icons["DELETE"] = "si-delete";
816
818
  Icons["DOCUMENT"] = "si-document";
817
819
  Icons["DOWNLOAD"] = "si-download";
820
+ Icons["ECONOMICS"] = "si-economics";
818
821
  Icons["EDIT"] = "si-edit";
819
822
  Icons["EMAILDRIP"] = "si-email-drip";
820
823
  Icons["EMAILOPEN"] = "si-email-open";
@@ -1974,6 +1977,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1974
1977
  }]
1975
1978
  }] });
1976
1979
 
1980
+ class ButtonWithIconComponent {
1981
+ constructor() {
1982
+ this.clicked = new EventEmitter();
1983
+ }
1984
+ onClick() {
1985
+ this.clicked.emit(this.text);
1986
+ }
1987
+ }
1988
+ ButtonWithIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1989
+ ButtonWithIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: { text: "text", icon: "icon", showActionButton: "showActionButton" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"sfx-actions-items-list sfx-mr-30\" *ngIf=\"showActionButton\">\n <button (click)=\"onClick()\">\n <symphony-icon [icon]=\"icon\"></symphony-icon>{{ text }}\n </button>\n</div>\n", styles: [".sfx-actions-items-list button{background:transparent;border:none;outline:none}.sfx-actions-items-list button i{font-size:1.125rem;margin-right:.9375rem;position:relative;top:2px}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
1990
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconComponent, decorators: [{
1991
+ type: Component,
1992
+ args: [{ selector: 'symphony-button-with-icon', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-actions-items-list sfx-mr-30\" *ngIf=\"showActionButton\">\n <button (click)=\"onClick()\">\n <symphony-icon [icon]=\"icon\"></symphony-icon>{{ text }}\n </button>\n</div>\n", styles: [".sfx-actions-items-list button{background:transparent;border:none;outline:none}.sfx-actions-items-list button i{font-size:1.125rem;margin-right:.9375rem;position:relative;top:2px}\n"] }]
1993
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
1994
+ type: Input
1995
+ }], icon: [{
1996
+ type: Input
1997
+ }], showActionButton: [{
1998
+ type: Input
1999
+ }], clicked: [{
2000
+ type: Output
2001
+ }] } });
2002
+
2003
+ class ButtonWithIconModule {
2004
+ }
2005
+ ButtonWithIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2006
+ ButtonWithIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconModule, declarations: [ButtonWithIconComponent], imports: [CommonModule, IconModule], exports: [ButtonWithIconComponent] });
2007
+ ButtonWithIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconModule, imports: [[CommonModule, IconModule]] });
2008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconModule, decorators: [{
2009
+ type: NgModule,
2010
+ args: [{
2011
+ declarations: [ButtonWithIconComponent],
2012
+ imports: [CommonModule, IconModule],
2013
+ exports: [ButtonWithIconComponent],
2014
+ }]
2015
+ }] });
2016
+
1977
2017
  class MoleculesModule {
1978
2018
  }
1979
2019
  MoleculesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -1990,7 +2030,8 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
1990
2030
  SfxAccordionHeaderModule,
1991
2031
  FileUploadModule,
1992
2032
  FileUploadStatusModule,
1993
- FeedbackCardModule], exports: [PillsModule, BreadcrumbModule, FeedbackCardModule] });
2033
+ FeedbackCardModule,
2034
+ ButtonWithIconModule], exports: [PillsModule, BreadcrumbModule, FeedbackCardModule] });
1994
2035
  MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, imports: [[
1995
2036
  CommonModule,
1996
2037
  AvatarModule,
@@ -2005,7 +2046,8 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
2005
2046
  SfxAccordionHeaderModule,
2006
2047
  FileUploadModule,
2007
2048
  FileUploadStatusModule,
2008
- FeedbackCardModule
2049
+ FeedbackCardModule,
2050
+ ButtonWithIconModule,
2009
2051
  ], PillsModule, BreadcrumbModule, FeedbackCardModule] });
2010
2052
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, decorators: [{
2011
2053
  type: NgModule,
@@ -2025,7 +2067,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2025
2067
  SfxAccordionHeaderModule,
2026
2068
  FileUploadModule,
2027
2069
  FileUploadStatusModule,
2028
- FeedbackCardModule
2070
+ FeedbackCardModule,
2071
+ ButtonWithIconModule,
2029
2072
  ],
2030
2073
  exports: [PillsModule, BreadcrumbModule, FeedbackCardModule]
2031
2074
  }]
@@ -2272,6 +2315,191 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2272
2315
  }]
2273
2316
  }] });
2274
2317
 
2318
+ class ActionBarComponent {
2319
+ constructor() {
2320
+ this.toggleClick = new EventEmitter();
2321
+ }
2322
+ toggleClicked() {
2323
+ this.isToggled = !this.isToggled;
2324
+ this.toggleClick.emit(this.isToggled);
2325
+ }
2326
+ }
2327
+ ActionBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2328
+ ActionBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ActionBarComponent, selector: "symphony-action-bar", inputs: { isToggled: "isToggled" }, outputs: { toggleClick: "toggleClick" }, ngImport: i0, template: "<div class=\"sfx-title-wrap sfx-mt-30 sfx-pb-30 sfx-action-bar\">\n <div class=\"col-xs-12 col-sm-6 col-md-4 col-lg-3 sfx-p-0 sfx-action-button\">\n <div class=\"max-contentwidth\" (click)=\"toggleClicked()\">\n <symphony-icon-wrapper\n [ngClass]=\"{ 'action-arrow-down': isToggled }\"\n class=\"sfx-d-inline-block sfx-actions\"\n ><symphony-icon [icon]=\"'si-arrow-bold-next'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-h5 class=\"sfx-d-inline-block sfx-ml-20\">Actions</symphony-h5>\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-8 col-lg-9 sfx-p-0\">\n <div class=\"pull-right sfx-actions-controls\">\n <ng-content select=\"[grid-controls]\"></ng-content>\n </div>\n </div>\n</div>\n<div\n *ngIf=\"isToggled\"\n class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-border-bottom-gray-1 sfx-pr-0\"\n>\n <div\n class=\"col-xs-11 col-sm-11 col-md-11 col-lg-11 sfx-actions-items sfx-pt-40 sfx-pb-40\"\n >\n <ng-content select=\"[grid-actions]\"></ng-content>\n </div>\n</div>\n", styles: [".sfx-action-bar{display:inline-block;width:100%;border-bottom:5px solid #000000}.sfx-action-bar .sfx-action-button .max-contentwidth{width:max-content}.sfx-action-bar .sfx-action-button .icon-wrapper i{font-weight:600}.sfx-action-bar .sfx-action-button .action-arrow-down{transform:rotate(90deg)}\n"], components: [{ type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: H5Component, selector: "symphony-h5", inputs: ["text", "isSecondary"] }], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
2329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarComponent, decorators: [{
2330
+ type: Component,
2331
+ args: [{ selector: 'symphony-action-bar', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-title-wrap sfx-mt-30 sfx-pb-30 sfx-action-bar\">\n <div class=\"col-xs-12 col-sm-6 col-md-4 col-lg-3 sfx-p-0 sfx-action-button\">\n <div class=\"max-contentwidth\" (click)=\"toggleClicked()\">\n <symphony-icon-wrapper\n [ngClass]=\"{ 'action-arrow-down': isToggled }\"\n class=\"sfx-d-inline-block sfx-actions\"\n ><symphony-icon [icon]=\"'si-arrow-bold-next'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-h5 class=\"sfx-d-inline-block sfx-ml-20\">Actions</symphony-h5>\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-8 col-lg-9 sfx-p-0\">\n <div class=\"pull-right sfx-actions-controls\">\n <ng-content select=\"[grid-controls]\"></ng-content>\n </div>\n </div>\n</div>\n<div\n *ngIf=\"isToggled\"\n class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-border-bottom-gray-1 sfx-pr-0\"\n>\n <div\n class=\"col-xs-11 col-sm-11 col-md-11 col-lg-11 sfx-actions-items sfx-pt-40 sfx-pb-40\"\n >\n <ng-content select=\"[grid-actions]\"></ng-content>\n </div>\n</div>\n", styles: [".sfx-action-bar{display:inline-block;width:100%;border-bottom:5px solid #000000}.sfx-action-bar .sfx-action-button .max-contentwidth{width:max-content}.sfx-action-bar .sfx-action-button .icon-wrapper i{font-weight:600}.sfx-action-bar .sfx-action-button .action-arrow-down{transform:rotate(90deg)}\n"] }]
2332
+ }], ctorParameters: function () { return []; }, propDecorators: { isToggled: [{
2333
+ type: Input
2334
+ }], toggleClick: [{
2335
+ type: Output
2336
+ }] } });
2337
+
2338
+ class GridControlsJobListComponent {
2339
+ constructor() {
2340
+ this.Clicked = new EventEmitter();
2341
+ this.menuClicked = new EventEmitter();
2342
+ this.gridMoreActions = {
2343
+ hasBorder: false,
2344
+ items: [],
2345
+ };
2346
+ }
2347
+ onClick() {
2348
+ this.Clicked.emit();
2349
+ }
2350
+ onItemClick(item) {
2351
+ this.menuClicked.emit(item);
2352
+ }
2353
+ ngOnInit() {
2354
+ this.gridMoreActions.items = this.model.gridActions;
2355
+ }
2356
+ }
2357
+ GridControlsJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2358
+ GridControlsJobListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridControlsJobListComponent, selector: "symphony-grid-controls-job-list", inputs: { model: "model" }, outputs: { Clicked: "Clicked", menuClicked: "menuClicked" }, ngImport: i0, template: "<div class=\"sfx-actions\">\n <div\n class=\"sfx-d-inline-block pull-left sfx-mt-10 sfx-pr-30\"\n *ngIf=\"model.gridRowCount\"\n >\n <strong class=\"text-label\">{{ model.gridRowCount }}</strong>\n </div>\n <div\n class=\"sfx-d-inline-block pull-left sfx-pr-20\"\n *ngIf=\"model.showCustomiseColumns\"\n >\n <symphony-tooltip-wrapper\n [tooltipHtml]=\"'Customise Columns'\"\n [placement]=\"'top'\"\n class=\"actionIcon-tooltip\"\n >\n <symphony-icon-wrapper (click)=\"onClick()\"\n ><symphony-icon [icon]=\"'si-organize-columns'\"></symphony-icon>\n </symphony-icon-wrapper>\n </symphony-tooltip-wrapper>\n </div>\n <div class=\"sfx-d-inline-block pull-left\">\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"gridMoreActions && gridMoreActions.items.length > 0\"\n [model]=\"gridMoreActions\"\n (itemClick)=\"onItemClick($event)\"\n >\n </symphony-contextual-menu>\n </div>\n</div>\n", styles: [".task-more-option .btn-group .dropdown-menu{min-width:200px!important}.actionIcon-tooltip .tooltip{min-width:160px}.actionIcon-tooltip .tooltip .tooltip-inner{background-color:#565656;padding:8px 15px;border-radius:.625rem;max-width:250px;font-size:12px;color:#fff}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.right{left:5px!important}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.left{left:-5px!important}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#565656}\n"], components: [{ type: TooltipWrapperComponent, selector: "symphony-tooltip-wrapper", inputs: ["placement", "tooltipHtml"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
2359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListComponent, decorators: [{
2360
+ type: Component,
2361
+ args: [{ selector: 'symphony-grid-controls-job-list', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-actions\">\n <div\n class=\"sfx-d-inline-block pull-left sfx-mt-10 sfx-pr-30\"\n *ngIf=\"model.gridRowCount\"\n >\n <strong class=\"text-label\">{{ model.gridRowCount }}</strong>\n </div>\n <div\n class=\"sfx-d-inline-block pull-left sfx-pr-20\"\n *ngIf=\"model.showCustomiseColumns\"\n >\n <symphony-tooltip-wrapper\n [tooltipHtml]=\"'Customise Columns'\"\n [placement]=\"'top'\"\n class=\"actionIcon-tooltip\"\n >\n <symphony-icon-wrapper (click)=\"onClick()\"\n ><symphony-icon [icon]=\"'si-organize-columns'\"></symphony-icon>\n </symphony-icon-wrapper>\n </symphony-tooltip-wrapper>\n </div>\n <div class=\"sfx-d-inline-block pull-left\">\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"gridMoreActions && gridMoreActions.items.length > 0\"\n [model]=\"gridMoreActions\"\n (itemClick)=\"onItemClick($event)\"\n >\n </symphony-contextual-menu>\n </div>\n</div>\n", styles: [".task-more-option .btn-group .dropdown-menu{min-width:200px!important}.actionIcon-tooltip .tooltip{min-width:160px}.actionIcon-tooltip .tooltip .tooltip-inner{background-color:#565656;padding:8px 15px;border-radius:.625rem;max-width:250px;font-size:12px;color:#fff}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.right{left:5px!important}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#565656}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.left{left:-5px!important}.actionIcon-tooltip .sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#565656}\n"] }]
2362
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
2363
+ type: Input
2364
+ }], Clicked: [{
2365
+ type: Output
2366
+ }], menuClicked: [{
2367
+ type: Output
2368
+ }] } });
2369
+
2370
+ class GridActionsJobListComponent {
2371
+ constructor() {
2372
+ this.buttonClicked = new EventEmitter();
2373
+ }
2374
+ onButtonClick(text) {
2375
+ this.buttonClicked.emit(text);
2376
+ }
2377
+ }
2378
+ GridActionsJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2379
+ GridActionsJobListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridActionsJobListComponent, selector: "symphony-grid-actions-job-list", inputs: { model: "model", isInverse: "isInverse" }, outputs: { buttonClicked: "buttonClicked" }, ngImport: i0, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n ></symphony-button-with-icon>\n</div>\n", styles: [""], components: [{ type: ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: ["text", "icon", "showActionButton"], outputs: ["clicked"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
2380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListComponent, decorators: [{
2381
+ type: Component,
2382
+ args: [{ selector: 'symphony-grid-actions-job-list', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n ></symphony-button-with-icon>\n</div>\n", styles: [""] }]
2383
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
2384
+ type: Input
2385
+ }], buttonClicked: [{
2386
+ type: Output
2387
+ }], isInverse: [{
2388
+ type: Input
2389
+ }] } });
2390
+
2391
+ class ActionBarJobListComponent {
2392
+ constructor() {
2393
+ this.gridControlClick = new EventEmitter();
2394
+ this.gridActionClick = new EventEmitter();
2395
+ }
2396
+ onGridControlClick(gridControlsJobListModel) {
2397
+ this.gridControlClick.emit(gridControlsJobListModel);
2398
+ }
2399
+ onGridActionClick(gridActionJobListModel) {
2400
+ this.gridActionClick.emit(gridActionJobListModel);
2401
+ }
2402
+ }
2403
+ ActionBarJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2404
+ ActionBarJobListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ActionBarJobListComponent, selector: "symphony-action-bar-job-list", inputs: { gridActionJobListModel: "gridActionJobListModel", gridControlsJobListModel: "gridControlsJobListModel" }, outputs: { gridControlClick: "gridControlClick", gridActionClick: "gridActionClick" }, ngImport: i0, template: "<symphony-action-bar>\n <symphony-grid-controls-job-list (Clicked)=\"onGridControlClick($event)\" (menuClicked)=\"onGridControlClick($event)\"\n [model]=\"gridControlsJobListModel\" \n grid-controls\n ></symphony-grid-controls-job-list>\n <symphony-grid-actions-job-list\n (buttonClicked)=\"onGridActionClick($event)\"\n [model]=\"gridActionJobListModel\"\n grid-actions\n ></symphony-grid-actions-job-list>\n</symphony-action-bar>\n", styles: [""], components: [{ type: ActionBarComponent, selector: "symphony-action-bar", inputs: ["isToggled"], outputs: ["toggleClick"] }, { type: GridControlsJobListComponent, selector: "symphony-grid-controls-job-list", inputs: ["model"], outputs: ["Clicked", "menuClicked"] }, { type: GridActionsJobListComponent, selector: "symphony-grid-actions-job-list", inputs: ["model", "isInverse"], outputs: ["buttonClicked"] }] });
2405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListComponent, decorators: [{
2406
+ type: Component,
2407
+ args: [{ selector: 'symphony-action-bar-job-list', template: "<symphony-action-bar>\n <symphony-grid-controls-job-list (Clicked)=\"onGridControlClick($event)\" (menuClicked)=\"onGridControlClick($event)\"\n [model]=\"gridControlsJobListModel\" \n grid-controls\n ></symphony-grid-controls-job-list>\n <symphony-grid-actions-job-list\n (buttonClicked)=\"onGridActionClick($event)\"\n [model]=\"gridActionJobListModel\"\n grid-actions\n ></symphony-grid-actions-job-list>\n</symphony-action-bar>\n", styles: [""] }]
2408
+ }], ctorParameters: function () { return []; }, propDecorators: { gridActionJobListModel: [{
2409
+ type: Input
2410
+ }], gridControlsJobListModel: [{
2411
+ type: Input
2412
+ }], gridControlClick: [{
2413
+ type: Output
2414
+ }], gridActionClick: [{
2415
+ type: Output
2416
+ }] } });
2417
+
2418
+ class GridActionsJobListModule {
2419
+ }
2420
+ GridActionsJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2421
+ GridActionsJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, declarations: [GridActionsJobListComponent], imports: [CommonModule, ButtonWithIconModule], exports: [GridActionsJobListComponent] });
2422
+ GridActionsJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, imports: [[CommonModule, ButtonWithIconModule]] });
2423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, decorators: [{
2424
+ type: NgModule,
2425
+ args: [{
2426
+ declarations: [GridActionsJobListComponent],
2427
+ imports: [CommonModule, ButtonWithIconModule],
2428
+ exports: [GridActionsJobListComponent],
2429
+ }]
2430
+ }] });
2431
+
2432
+ class ActionBarModule {
2433
+ }
2434
+ ActionBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2435
+ ActionBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarModule, declarations: [ActionBarComponent], imports: [CommonModule, IconModule, IconWrapperModule, H5Module], exports: [ActionBarComponent] });
2436
+ ActionBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarModule, imports: [[CommonModule, IconModule, IconWrapperModule, H5Module]] });
2437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarModule, decorators: [{
2438
+ type: NgModule,
2439
+ args: [{
2440
+ declarations: [ActionBarComponent],
2441
+ imports: [CommonModule, IconModule, IconWrapperModule, H5Module],
2442
+ exports: [ActionBarComponent],
2443
+ }]
2444
+ }] });
2445
+
2446
+ class GridControlsJobListModule {
2447
+ }
2448
+ GridControlsJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2449
+ GridControlsJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, declarations: [GridControlsJobListComponent], imports: [CommonModule,
2450
+ IconModule,
2451
+ IconWrapperModule,
2452
+ ContextualMenuModule,
2453
+ TooltipWrapperModule], exports: [GridControlsJobListComponent] });
2454
+ GridControlsJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, imports: [[
2455
+ CommonModule,
2456
+ IconModule,
2457
+ IconWrapperModule,
2458
+ ContextualMenuModule,
2459
+ TooltipWrapperModule,
2460
+ ]] });
2461
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, decorators: [{
2462
+ type: NgModule,
2463
+ args: [{
2464
+ declarations: [GridControlsJobListComponent],
2465
+ imports: [
2466
+ CommonModule,
2467
+ IconModule,
2468
+ IconWrapperModule,
2469
+ ContextualMenuModule,
2470
+ TooltipWrapperModule,
2471
+ ],
2472
+ exports: [GridControlsJobListComponent],
2473
+ }]
2474
+ }] });
2475
+
2476
+ class ActionBarJobListModule {
2477
+ }
2478
+ ActionBarJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2479
+ ActionBarJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListModule, declarations: [ActionBarJobListComponent], imports: [CommonModule,
2480
+ GridActionsJobListModule,
2481
+ ActionBarModule,
2482
+ GridControlsJobListModule], exports: [ActionBarJobListComponent] });
2483
+ ActionBarJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListModule, imports: [[
2484
+ CommonModule,
2485
+ GridActionsJobListModule,
2486
+ ActionBarModule,
2487
+ GridControlsJobListModule,
2488
+ ]] });
2489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListModule, decorators: [{
2490
+ type: NgModule,
2491
+ args: [{
2492
+ declarations: [ActionBarJobListComponent],
2493
+ imports: [
2494
+ CommonModule,
2495
+ GridActionsJobListModule,
2496
+ ActionBarModule,
2497
+ GridControlsJobListModule,
2498
+ ],
2499
+ exports: [ActionBarJobListComponent],
2500
+ }]
2501
+ }] });
2502
+
2275
2503
  class NoteComponent {
2276
2504
  constructor() {
2277
2505
  this.noteModel = {
@@ -2557,12 +2785,24 @@ class IconExplorerHelper {
2557
2785
  iconClass: 'si-arrow-next',
2558
2786
  hasBorder: false,
2559
2787
  },
2788
+ {
2789
+ icon: Icons.ARROWNEXTBOLD,
2790
+ iconName: 'ARROWNEXTBOLD',
2791
+ iconClass: 'si-arrow-bold-next',
2792
+ hasBorder: false,
2793
+ },
2560
2794
  {
2561
2795
  icon: Icons.ARROWPREV,
2562
2796
  iconName: 'ARROWPREV',
2563
2797
  iconClass: 'si-arrow-prev',
2564
2798
  hasBorder: false,
2565
2799
  },
2800
+ {
2801
+ icon: Icons.ARROWPREVBOLD,
2802
+ iconName: 'ARROWPREVBOLD',
2803
+ iconClass: 'si-arrow-bold-previous',
2804
+ hasBorder: false,
2805
+ },
2566
2806
  {
2567
2807
  icon: Icons.CHATBOT,
2568
2808
  iconName: 'CHATBOT',
@@ -2617,6 +2857,12 @@ class IconExplorerHelper {
2617
2857
  iconClass: 'si-download',
2618
2858
  hasBorder: false,
2619
2859
  },
2860
+ {
2861
+ icon: Icons.ECONOMICS,
2862
+ iconName: 'ECONOMICS',
2863
+ iconClass: 'si-economics',
2864
+ hasBorder: false,
2865
+ },
2620
2866
  {
2621
2867
  icon: Icons.EDIT,
2622
2868
  iconName: 'EDIT',
@@ -3396,7 +3642,11 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
3396
3642
  FeedbackCardListModule,
3397
3643
  FeedbackDetailHeaderModule,
3398
3644
  FeedbackDetailCandidateInfoModule,
3399
- FeedbackLoginModalModule] });
3645
+ FeedbackLoginModalModule,
3646
+ GridActionsJobListModule,
3647
+ GridControlsJobListModule,
3648
+ ActionBarModule,
3649
+ ActionBarJobListModule] });
3400
3650
  OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
3401
3651
  CommonModule,
3402
3652
  NoteListModule,
@@ -3409,7 +3659,11 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
3409
3659
  FeedbackCardListModule,
3410
3660
  FeedbackDetailHeaderModule,
3411
3661
  FeedbackDetailCandidateInfoModule,
3412
- FeedbackLoginModalModule
3662
+ FeedbackLoginModalModule,
3663
+ GridActionsJobListModule,
3664
+ GridControlsJobListModule,
3665
+ ActionBarModule,
3666
+ ActionBarJobListModule
3413
3667
  ]] });
3414
3668
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
3415
3669
  type: NgModule,
@@ -3427,7 +3681,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
3427
3681
  FeedbackCardListModule,
3428
3682
  FeedbackDetailHeaderModule,
3429
3683
  FeedbackDetailCandidateInfoModule,
3430
- FeedbackLoginModalModule
3684
+ FeedbackLoginModalModule,
3685
+ GridActionsJobListModule,
3686
+ GridControlsJobListModule,
3687
+ ActionBarModule,
3688
+ ActionBarJobListModule
3431
3689
  ]
3432
3690
  }]
3433
3691
  }] });
@@ -4494,5 +4752,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
4494
4752
  * Generated bundle index. Do not edit.
4495
4753
  */
4496
4754
 
4497
- export { ActivityScoreLevel, AdvertiseModalComponent, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FileUploadComponent, FileUploadModule, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridCellLoaderModule, GridComponent, GridLoadingCellComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, LibrariesPageComponent, LibrariesPageModule, ModalModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, gridType };
4755
+ export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActivityScoreLevel, AdvertiseModalComponent, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FileUploadComponent, FileUploadModule, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridActionsJobListComponent, GridActionsJobListModule, GridCellLoaderModule, GridComponent, GridControlsJobListComponent, GridControlsJobListModule, GridLoadingCellComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, LibrariesPageComponent, LibrariesPageModule, ModalModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, gridType };
4498
4756
  //# sourceMappingURL=symphony-talent-component-library-projects-component-library.mjs.map