@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";
@@ -1976,6 +1979,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1976
1979
  }]
1977
1980
  }] });
1978
1981
 
1982
+ class ButtonWithIconComponent {
1983
+ constructor() {
1984
+ this.clicked = new EventEmitter();
1985
+ }
1986
+ onClick() {
1987
+ this.clicked.emit(this.text);
1988
+ }
1989
+ }
1990
+ ButtonWithIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1991
+ 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 });
1992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconComponent, decorators: [{
1993
+ type: Component,
1994
+ 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"] }]
1995
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
1996
+ type: Input
1997
+ }], icon: [{
1998
+ type: Input
1999
+ }], showActionButton: [{
2000
+ type: Input
2001
+ }], clicked: [{
2002
+ type: Output
2003
+ }] } });
2004
+
2005
+ class ButtonWithIconModule {
2006
+ }
2007
+ ButtonWithIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2008
+ ButtonWithIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconModule, declarations: [ButtonWithIconComponent], imports: [CommonModule, IconModule], exports: [ButtonWithIconComponent] });
2009
+ ButtonWithIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconModule, imports: [[CommonModule, IconModule]] });
2010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconModule, decorators: [{
2011
+ type: NgModule,
2012
+ args: [{
2013
+ declarations: [ButtonWithIconComponent],
2014
+ imports: [CommonModule, IconModule],
2015
+ exports: [ButtonWithIconComponent],
2016
+ }]
2017
+ }] });
2018
+
1979
2019
  class MoleculesModule {
1980
2020
  }
1981
2021
  MoleculesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -1992,7 +2032,8 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
1992
2032
  SfxAccordionHeaderModule,
1993
2033
  FileUploadModule,
1994
2034
  FileUploadStatusModule,
1995
- FeedbackCardModule], exports: [PillsModule, BreadcrumbModule, FeedbackCardModule] });
2035
+ FeedbackCardModule,
2036
+ ButtonWithIconModule], exports: [PillsModule, BreadcrumbModule, FeedbackCardModule] });
1996
2037
  MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, imports: [[
1997
2038
  CommonModule,
1998
2039
  AvatarModule,
@@ -2007,7 +2048,8 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
2007
2048
  SfxAccordionHeaderModule,
2008
2049
  FileUploadModule,
2009
2050
  FileUploadStatusModule,
2010
- FeedbackCardModule
2051
+ FeedbackCardModule,
2052
+ ButtonWithIconModule,
2011
2053
  ], PillsModule, BreadcrumbModule, FeedbackCardModule] });
2012
2054
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, decorators: [{
2013
2055
  type: NgModule,
@@ -2027,7 +2069,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2027
2069
  SfxAccordionHeaderModule,
2028
2070
  FileUploadModule,
2029
2071
  FileUploadStatusModule,
2030
- FeedbackCardModule
2072
+ FeedbackCardModule,
2073
+ ButtonWithIconModule,
2031
2074
  ],
2032
2075
  exports: [PillsModule, BreadcrumbModule, FeedbackCardModule]
2033
2076
  }]
@@ -2275,6 +2318,191 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2275
2318
  }]
2276
2319
  }] });
2277
2320
 
2321
+ class ActionBarComponent {
2322
+ constructor() {
2323
+ this.toggleClick = new EventEmitter();
2324
+ }
2325
+ toggleClicked() {
2326
+ this.isToggled = !this.isToggled;
2327
+ this.toggleClick.emit(this.isToggled);
2328
+ }
2329
+ }
2330
+ ActionBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2331
+ 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 });
2332
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarComponent, decorators: [{
2333
+ type: Component,
2334
+ 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"] }]
2335
+ }], ctorParameters: function () { return []; }, propDecorators: { isToggled: [{
2336
+ type: Input
2337
+ }], toggleClick: [{
2338
+ type: Output
2339
+ }] } });
2340
+
2341
+ class GridControlsJobListComponent {
2342
+ constructor() {
2343
+ this.Clicked = new EventEmitter();
2344
+ this.menuClicked = new EventEmitter();
2345
+ this.gridMoreActions = {
2346
+ hasBorder: false,
2347
+ items: [],
2348
+ };
2349
+ }
2350
+ onClick() {
2351
+ this.Clicked.emit();
2352
+ }
2353
+ onItemClick(item) {
2354
+ this.menuClicked.emit(item);
2355
+ }
2356
+ ngOnInit() {
2357
+ this.gridMoreActions.items = this.model.gridActions;
2358
+ }
2359
+ }
2360
+ GridControlsJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2361
+ 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 });
2362
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListComponent, decorators: [{
2363
+ type: Component,
2364
+ 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"] }]
2365
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
2366
+ type: Input
2367
+ }], Clicked: [{
2368
+ type: Output
2369
+ }], menuClicked: [{
2370
+ type: Output
2371
+ }] } });
2372
+
2373
+ class GridActionsJobListComponent {
2374
+ constructor() {
2375
+ this.buttonClicked = new EventEmitter();
2376
+ }
2377
+ onButtonClick(text) {
2378
+ this.buttonClicked.emit(text);
2379
+ }
2380
+ }
2381
+ GridActionsJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2382
+ 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 });
2383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListComponent, decorators: [{
2384
+ type: Component,
2385
+ 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: [""] }]
2386
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
2387
+ type: Input
2388
+ }], buttonClicked: [{
2389
+ type: Output
2390
+ }], isInverse: [{
2391
+ type: Input
2392
+ }] } });
2393
+
2394
+ class ActionBarJobListComponent {
2395
+ constructor() {
2396
+ this.gridControlClick = new EventEmitter();
2397
+ this.gridActionClick = new EventEmitter();
2398
+ }
2399
+ onGridControlClick(gridControlsJobListModel) {
2400
+ this.gridControlClick.emit(gridControlsJobListModel);
2401
+ }
2402
+ onGridActionClick(gridActionJobListModel) {
2403
+ this.gridActionClick.emit(gridActionJobListModel);
2404
+ }
2405
+ }
2406
+ ActionBarJobListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2407
+ 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"] }] });
2408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListComponent, decorators: [{
2409
+ type: Component,
2410
+ 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: [""] }]
2411
+ }], ctorParameters: function () { return []; }, propDecorators: { gridActionJobListModel: [{
2412
+ type: Input
2413
+ }], gridControlsJobListModel: [{
2414
+ type: Input
2415
+ }], gridControlClick: [{
2416
+ type: Output
2417
+ }], gridActionClick: [{
2418
+ type: Output
2419
+ }] } });
2420
+
2421
+ class GridActionsJobListModule {
2422
+ }
2423
+ GridActionsJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2424
+ GridActionsJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, declarations: [GridActionsJobListComponent], imports: [CommonModule, ButtonWithIconModule], exports: [GridActionsJobListComponent] });
2425
+ GridActionsJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, imports: [[CommonModule, ButtonWithIconModule]] });
2426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsJobListModule, decorators: [{
2427
+ type: NgModule,
2428
+ args: [{
2429
+ declarations: [GridActionsJobListComponent],
2430
+ imports: [CommonModule, ButtonWithIconModule],
2431
+ exports: [GridActionsJobListComponent],
2432
+ }]
2433
+ }] });
2434
+
2435
+ class ActionBarModule {
2436
+ }
2437
+ ActionBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2438
+ 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] });
2439
+ ActionBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarModule, imports: [[CommonModule, IconModule, IconWrapperModule, H5Module]] });
2440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarModule, decorators: [{
2441
+ type: NgModule,
2442
+ args: [{
2443
+ declarations: [ActionBarComponent],
2444
+ imports: [CommonModule, IconModule, IconWrapperModule, H5Module],
2445
+ exports: [ActionBarComponent],
2446
+ }]
2447
+ }] });
2448
+
2449
+ class GridControlsJobListModule {
2450
+ }
2451
+ GridControlsJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2452
+ GridControlsJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, declarations: [GridControlsJobListComponent], imports: [CommonModule,
2453
+ IconModule,
2454
+ IconWrapperModule,
2455
+ ContextualMenuModule,
2456
+ TooltipWrapperModule], exports: [GridControlsJobListComponent] });
2457
+ GridControlsJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, imports: [[
2458
+ CommonModule,
2459
+ IconModule,
2460
+ IconWrapperModule,
2461
+ ContextualMenuModule,
2462
+ TooltipWrapperModule,
2463
+ ]] });
2464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridControlsJobListModule, decorators: [{
2465
+ type: NgModule,
2466
+ args: [{
2467
+ declarations: [GridControlsJobListComponent],
2468
+ imports: [
2469
+ CommonModule,
2470
+ IconModule,
2471
+ IconWrapperModule,
2472
+ ContextualMenuModule,
2473
+ TooltipWrapperModule,
2474
+ ],
2475
+ exports: [GridControlsJobListComponent],
2476
+ }]
2477
+ }] });
2478
+
2479
+ class ActionBarJobListModule {
2480
+ }
2481
+ ActionBarJobListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2482
+ ActionBarJobListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListModule, declarations: [ActionBarJobListComponent], imports: [CommonModule,
2483
+ GridActionsJobListModule,
2484
+ ActionBarModule,
2485
+ GridControlsJobListModule], exports: [ActionBarJobListComponent] });
2486
+ ActionBarJobListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListModule, imports: [[
2487
+ CommonModule,
2488
+ GridActionsJobListModule,
2489
+ ActionBarModule,
2490
+ GridControlsJobListModule,
2491
+ ]] });
2492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ActionBarJobListModule, decorators: [{
2493
+ type: NgModule,
2494
+ args: [{
2495
+ declarations: [ActionBarJobListComponent],
2496
+ imports: [
2497
+ CommonModule,
2498
+ GridActionsJobListModule,
2499
+ ActionBarModule,
2500
+ GridControlsJobListModule,
2501
+ ],
2502
+ exports: [ActionBarJobListComponent],
2503
+ }]
2504
+ }] });
2505
+
2278
2506
  class NoteComponent {
2279
2507
  constructor() {
2280
2508
  this.noteModel = {
@@ -2560,12 +2788,24 @@ class IconExplorerHelper {
2560
2788
  iconClass: 'si-arrow-next',
2561
2789
  hasBorder: false,
2562
2790
  },
2791
+ {
2792
+ icon: Icons.ARROWNEXTBOLD,
2793
+ iconName: 'ARROWNEXTBOLD',
2794
+ iconClass: 'si-arrow-bold-next',
2795
+ hasBorder: false,
2796
+ },
2563
2797
  {
2564
2798
  icon: Icons.ARROWPREV,
2565
2799
  iconName: 'ARROWPREV',
2566
2800
  iconClass: 'si-arrow-prev',
2567
2801
  hasBorder: false,
2568
2802
  },
2803
+ {
2804
+ icon: Icons.ARROWPREVBOLD,
2805
+ iconName: 'ARROWPREVBOLD',
2806
+ iconClass: 'si-arrow-bold-previous',
2807
+ hasBorder: false,
2808
+ },
2569
2809
  {
2570
2810
  icon: Icons.CHATBOT,
2571
2811
  iconName: 'CHATBOT',
@@ -2620,6 +2860,12 @@ class IconExplorerHelper {
2620
2860
  iconClass: 'si-download',
2621
2861
  hasBorder: false,
2622
2862
  },
2863
+ {
2864
+ icon: Icons.ECONOMICS,
2865
+ iconName: 'ECONOMICS',
2866
+ iconClass: 'si-economics',
2867
+ hasBorder: false,
2868
+ },
2623
2869
  {
2624
2870
  icon: Icons.EDIT,
2625
2871
  iconName: 'EDIT',
@@ -3399,7 +3645,11 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
3399
3645
  FeedbackCardListModule,
3400
3646
  FeedbackDetailHeaderModule,
3401
3647
  FeedbackDetailCandidateInfoModule,
3402
- FeedbackLoginModalModule] });
3648
+ FeedbackLoginModalModule,
3649
+ GridActionsJobListModule,
3650
+ GridControlsJobListModule,
3651
+ ActionBarModule,
3652
+ ActionBarJobListModule] });
3403
3653
  OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
3404
3654
  CommonModule,
3405
3655
  NoteListModule,
@@ -3412,7 +3662,11 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
3412
3662
  FeedbackCardListModule,
3413
3663
  FeedbackDetailHeaderModule,
3414
3664
  FeedbackDetailCandidateInfoModule,
3415
- FeedbackLoginModalModule
3665
+ FeedbackLoginModalModule,
3666
+ GridActionsJobListModule,
3667
+ GridControlsJobListModule,
3668
+ ActionBarModule,
3669
+ ActionBarJobListModule
3416
3670
  ]] });
3417
3671
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
3418
3672
  type: NgModule,
@@ -3430,7 +3684,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
3430
3684
  FeedbackCardListModule,
3431
3685
  FeedbackDetailHeaderModule,
3432
3686
  FeedbackDetailCandidateInfoModule,
3433
- FeedbackLoginModalModule
3687
+ FeedbackLoginModalModule,
3688
+ GridActionsJobListModule,
3689
+ GridControlsJobListModule,
3690
+ ActionBarModule,
3691
+ ActionBarJobListModule
3434
3692
  ]
3435
3693
  }]
3436
3694
  }] });
@@ -4498,5 +4756,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
4498
4756
  * Generated bundle index. Do not edit.
4499
4757
  */
4500
4758
 
4501
- 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 };
4759
+ 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 };
4502
4760
  //# sourceMappingURL=symphony-talent-component-library-projects-component-library.mjs.map