@symphony-talent/component-library 1.7.0 → 1.8.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 (129) hide show
  1. package/bundles/symphony-talent-component-library-projects-component-library.umd.js +863 -48
  2. package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +1 -1
  3. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +2 -2
  4. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +1 -1
  5. package/bundles/symphony-talent-component-library.umd.js +863 -48
  6. package/bundles/symphony-talent-component-library.umd.js.map +1 -1
  7. package/bundles/symphony-talent-component-library.umd.min.js +2 -2
  8. package/bundles/symphony-talent-component-library.umd.min.js.map +1 -1
  9. package/esm2015/lib/atoms/atoms.module.js +9 -1
  10. package/esm2015/lib/atoms/avatar/avatar.component.js +4 -4
  11. package/esm2015/lib/atoms/avatar/avatar.module.js +2 -3
  12. package/esm2015/lib/atoms/button/button.component.js +6 -3
  13. package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +2 -2
  14. package/esm2015/lib/atoms/contextual-menu/contextual-menu.model.js +1 -0
  15. package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +2 -2
  16. package/esm2015/lib/atoms/filter-area/filter-area.component.js +16 -0
  17. package/esm2015/lib/atoms/filter-area/filter-area.module.js +15 -0
  18. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +49 -0
  19. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +14 -0
  20. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +8 -0
  21. package/esm2015/lib/atoms/grid/framework/framework.module.js +15 -0
  22. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +33 -0
  23. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +6 -0
  24. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +14 -0
  25. package/esm2015/lib/atoms/grid/grid.component.js +51 -0
  26. package/esm2015/lib/atoms/grid/grid.model.js +1 -0
  27. package/esm2015/lib/atoms/grid/grid.module.js +17 -0
  28. package/esm2015/lib/atoms/h5/h5.component.js +1 -1
  29. package/esm2015/lib/atoms/paragraph/paragraph.component.js +1 -1
  30. package/esm2015/lib/atoms/pill/pill.component.js +3 -3
  31. package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +19 -0
  32. package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +16 -0
  33. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.component.js +30 -0
  34. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.helper.js +521 -0
  35. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.module.js +17 -0
  36. package/esm2015/lib/molecules/note/note.model.js +1 -1
  37. package/esm2015/lib/molecules/task/task.model.js +1 -1
  38. package/esm2015/projects/component-library/lib/atoms/atoms.module.js +9 -1
  39. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +4 -4
  40. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +2 -3
  41. package/esm2015/projects/component-library/lib/atoms/button/button.component.js +6 -3
  42. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +2 -2
  43. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.js +1 -0
  44. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +2 -2
  45. package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.component.js +16 -0
  46. package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.module.js +15 -0
  47. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +49 -0
  48. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +14 -0
  49. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +8 -0
  50. package/esm2015/projects/component-library/lib/atoms/grid/framework/framework.module.js +15 -0
  51. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +33 -0
  52. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +6 -0
  53. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +14 -0
  54. package/esm2015/projects/component-library/lib/atoms/grid/grid.component.js +51 -0
  55. package/esm2015/projects/component-library/lib/atoms/grid/grid.model.js +1 -0
  56. package/esm2015/projects/component-library/lib/atoms/grid/grid.module.js +17 -0
  57. package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +1 -1
  58. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +1 -1
  59. package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +3 -3
  60. package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +19 -0
  61. package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +16 -0
  62. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.js +30 -0
  63. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.js +521 -0
  64. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.js +17 -0
  65. package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -1
  66. package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -1
  67. package/esm2015/projects/component-library/public-api.js +5 -1
  68. package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +16 -7
  69. package/esm2015/public-api.js +5 -1
  70. package/esm2015/symphony-talent-component-library.js +16 -7
  71. package/fesm2015/symphony-talent-component-library-projects-component-library.js +796 -14
  72. package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
  73. package/fesm2015/symphony-talent-component-library.js +796 -14
  74. package/fesm2015/symphony-talent-component-library.js.map +1 -1
  75. package/lib/atoms/avatar/avatar.component.d.ts +2 -3
  76. package/lib/atoms/button/button.component.d.ts +1 -0
  77. package/lib/atoms/contextual-menu/contextual-menu.component.d.ts +1 -1
  78. package/lib/atoms/contextual-menu/{more-actions.model.d.ts → contextual-menu.model.d.ts} +0 -0
  79. package/lib/atoms/filter-area/filter-area.component.d.ts +5 -0
  80. package/lib/atoms/filter-area/filter-area.module.d.ts +2 -0
  81. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +11 -0
  82. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +2 -0
  83. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
  84. package/lib/atoms/grid/framework/framework.module.d.ts +2 -0
  85. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +11 -0
  86. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
  87. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +2 -0
  88. package/lib/atoms/grid/grid.component.d.ts +19 -0
  89. package/lib/atoms/grid/grid.model.d.ts +7 -0
  90. package/lib/atoms/grid/grid.module.d.ts +2 -0
  91. package/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +7 -0
  92. package/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +2 -0
  93. package/lib/design-guide/icon-explorer/icon-explorer.component.d.ts +18 -0
  94. package/lib/design-guide/icon-explorer/icon-explorer.helper.d.ts +7 -0
  95. package/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +2 -0
  96. package/lib/molecules/note/note.model.d.ts +1 -1
  97. package/lib/molecules/task/task.model.d.ts +1 -1
  98. package/package.json +5 -2
  99. package/projects/component-library/lib/atoms/avatar/avatar.component.d.ts +2 -3
  100. package/projects/component-library/lib/atoms/button/button.component.d.ts +1 -0
  101. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts +1 -1
  102. package/projects/component-library/lib/atoms/contextual-menu/{more-actions.model.d.ts → contextual-menu.model.d.ts} +0 -0
  103. package/projects/component-library/lib/atoms/filter-area/filter-area.component.d.ts +5 -0
  104. package/projects/component-library/lib/atoms/filter-area/filter-area.module.d.ts +2 -0
  105. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +11 -0
  106. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +2 -0
  107. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
  108. package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +2 -0
  109. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +11 -0
  110. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
  111. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +2 -0
  112. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +19 -0
  113. package/projects/component-library/lib/atoms/grid/grid.model.d.ts +7 -0
  114. package/projects/component-library/lib/atoms/grid/grid.module.d.ts +2 -0
  115. package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +7 -0
  116. package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +2 -0
  117. package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.d.ts +18 -0
  118. package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.d.ts +7 -0
  119. package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +2 -0
  120. package/projects/component-library/lib/molecules/note/note.model.d.ts +1 -1
  121. package/projects/component-library/lib/molecules/task/task.model.d.ts +1 -1
  122. package/projects/component-library/public-api.d.ts +4 -0
  123. package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +15 -6
  124. package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
  125. package/public-api.d.ts +4 -0
  126. package/symphony-talent-component-library.d.ts +15 -6
  127. package/symphony-talent-component-library.metadata.json +1 -1
  128. package/esm2015/lib/atoms/contextual-menu/more-actions.model.js +0 -1
  129. package/esm2015/projects/component-library/lib/atoms/contextual-menu/more-actions.model.js +0 -1
@@ -1,16 +1,16 @@
1
1
  import { __decorate } from 'tslib';
2
2
  import { Input, Component, NgModule, EventEmitter, Output, ViewEncapsulation } from '@angular/core';
3
- import { CommonModule, SlicePipe } from '@angular/common';
3
+ import { SlicePipe, CommonModule } from '@angular/common';
4
4
  import { FormsModule, ReactiveFormsModule } from '@angular/forms';
5
5
  import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
6
6
  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
7
7
  import { TooltipModule } from 'ngx-bootstrap/tooltip';
8
+ import { AgGridModule } from 'ag-grid-angular';
8
9
 
9
10
  let AvatarComponent = class AvatarComponent {
10
- constructor(sp) {
11
- this.sp = sp;
12
- }
11
+ constructor() { }
13
12
  ngOnInit() {
13
+ this.sp = new SlicePipe();
14
14
  this.initials = '';
15
15
  this.firstInitial = '';
16
16
  this.bgColor = '';
@@ -110,7 +110,6 @@ AvatarModule = __decorate([
110
110
  NgModule({
111
111
  declarations: [AvatarComponent],
112
112
  imports: [CommonModule],
113
- providers: [SlicePipe],
114
113
  exports: [AvatarComponent],
115
114
  })
116
115
  ], AvatarModule);
@@ -133,14 +132,17 @@ __decorate([
133
132
  __decorate([
134
133
  Input()
135
134
  ], ButtonComponent.prototype, "isSecondary", void 0);
135
+ __decorate([
136
+ Input()
137
+ ], ButtonComponent.prototype, "isInverse", void 0);
136
138
  __decorate([
137
139
  Output()
138
140
  ], ButtonComponent.prototype, "clicked", void 0);
139
141
  ButtonComponent = __decorate([
140
142
  Component({
141
143
  selector: 'symphony-button',
142
- template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
143
- styles: ["button,button:focus{outline:none}button:disabled{cursor:not-allowed;opacity:.3}.btn{border-radius:30px;height:60px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{opacity:.3}.btn-primary{background:#000;border:1px solid #000;color:#fff}.btn-secondary{background:#fff;border:1px solid #000;color:#000}"]
144
+ template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
145
+ styles: ["button{outline:none}.btn{border-radius:30px;font-family:neuzeit_groteskbold;height:56px;letter-spacing:.4px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:1%}.btn-primary{background:#000!important;border:2px solid #000!important;color:#fff}.btn-primary.is-inverse{background:#fff!important;border:2px solid #fff!important;color:#000}.btn-secondary{background:#fff;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;border:2px solid #fff;color:#fff}"]
144
146
  })
145
147
  ], ButtonComponent);
146
148
 
@@ -183,9 +185,9 @@ __decorate([
183
185
  PillComponent = __decorate([
184
186
  Component({
185
187
  selector: 'symphony-pill',
186
- template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-close-modal sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-close-modal sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
188
+ template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
187
189
  encapsulation: ViewEncapsulation.None,
188
- styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;text-align:center}.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item i{font-size:12px;position:relative;top:2px}.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
190
+ styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-family:neuzeit_groteskbold;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;position:relative;text-align:center}.sfx-pill-item.inverse-pill,.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;left:14px;position:absolute;top:11px;transform:rotate(45deg)}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
189
191
  })
190
192
  ], PillComponent);
191
193
 
@@ -367,7 +369,7 @@ ParagraphComponent = __decorate([
367
369
  Component({
368
370
  selector: 'symphony-paragraph',
369
371
  template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n",
370
- styles: [".body-copy-primary,.body-copy-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:14px;line-height:20px;margin-bottom:0}.body-copy-secondary{color:#fff}"]
372
+ styles: [".body-copy-primary,.body-copy-secondary{color:#000;line-height:20px;margin-bottom:0}.body-copy-secondary{color:#fff}"]
371
373
  })
372
374
  ], ParagraphComponent);
373
375
 
@@ -395,7 +397,7 @@ H5Component = __decorate([
395
397
  Component({
396
398
  selector: 'symphony-h5',
397
399
  template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n",
398
- styles: [".h5-primary,.h5-secondary{color:#000;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
400
+ styles: [".h5-primary,.h5-secondary{color:#000;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
399
401
  })
400
402
  ], H5Component);
401
403
 
@@ -725,7 +727,7 @@ ContextualMenuComponent = __decorate([
725
727
  Component({
726
728
  selector: 'symphony-contextual-menu',
727
729
  template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n <i class=\"si-more-options\"></i>\n </button>\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"button-basic\"\n >\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{ moreActions.dropItemName }}</a>\n </li>\n </ul>\n</div>\n",
728
- styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:24px;height:40px;justify-content:center;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;overflow:inherit;padding-bottom:20px;padding-top:20px;right:7px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;padding:10px 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:8px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
730
+ styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:18px;height:40px;justify-content:center;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;min-width:240px;overflow:inherit;padding-bottom:20px;padding-top:20px;right:-10px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;line-height:40px;padding:0 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:23px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
729
731
  })
730
732
  ], ContextualMenuComponent);
731
733
 
@@ -735,7 +737,7 @@ ContextualMenuModule = __decorate([
735
737
  NgModule({
736
738
  declarations: [ContextualMenuComponent],
737
739
  imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
738
- exports: [ContextualMenuComponent]
740
+ exports: [ContextualMenuComponent],
739
741
  })
740
742
  ], ContextualMenuModule);
741
743
 
@@ -751,6 +753,29 @@ PillModule = __decorate([
751
753
  })
752
754
  ], PillModule);
753
755
 
756
+ let FilterAreaComponent = class FilterAreaComponent {
757
+ constructor() { }
758
+ ngOnInit() {
759
+ }
760
+ };
761
+ FilterAreaComponent = __decorate([
762
+ Component({
763
+ selector: 'symphony-filter-area',
764
+ template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <ng-content select=\"[title]\"></ng-content>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[actions]\"></ng-content>\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-1]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-2]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-3]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-4]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-5]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-6]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-25\">\n <ng-content select=\"[filter-7]\"></ng-content>\n </div>\n </div>\n</div>",
765
+ styles: [".sfx-filter-section{background:#000;color:#fff;padding:1.875rem 2.5rem}"]
766
+ })
767
+ ], FilterAreaComponent);
768
+
769
+ let FilterAreaModule = class FilterAreaModule {
770
+ };
771
+ FilterAreaModule = __decorate([
772
+ NgModule({
773
+ declarations: [FilterAreaComponent],
774
+ imports: [CommonModule],
775
+ exports: [FilterAreaComponent]
776
+ })
777
+ ], FilterAreaModule);
778
+
754
779
  let TwoColumnFilterAreaComponent = class TwoColumnFilterAreaComponent {
755
780
  constructor() { }
756
781
  ngOnInit() { }
@@ -776,6 +801,178 @@ TwoColumnFilterAreaModule = __decorate([
776
801
  })
777
802
  ], TwoColumnFilterAreaModule);
778
803
 
804
+ var ActivityScoreLevel;
805
+ (function (ActivityScoreLevel) {
806
+ ActivityScoreLevel["Low"] = "low";
807
+ ActivityScoreLevel["Medium"] = "medium";
808
+ ActivityScoreLevel["High"] = "high";
809
+ ActivityScoreLevel["Empty"] = "empty";
810
+ })(ActivityScoreLevel || (ActivityScoreLevel = {}));
811
+
812
+ let ContactActivityScoreComponent = class ContactActivityScoreComponent {
813
+ constructor() {
814
+ this.contactActivityScoreModel = { activityScore: ActivityScoreLevel.Low };
815
+ this.contact = { candidateScoreActivityScore: 0 };
816
+ }
817
+ refresh(params) {
818
+ return true;
819
+ }
820
+ agInit(params) {
821
+ this.contact = params.data;
822
+ if (!this.contact.header5) {
823
+ this.dataAvailable = 'N/A';
824
+ }
825
+ else {
826
+ this.dataAvailable = this.contact.header5;
827
+ }
828
+ switch (true) {
829
+ case this.contact.header5 >= 0 && this.contact.header5 < 34: {
830
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Low;
831
+ break;
832
+ }
833
+ case this.contact.header5 >= 34 && this.contact.header5 <= 66: {
834
+ this.contactActivityScoreModel.activityScore =
835
+ ActivityScoreLevel.Medium;
836
+ break;
837
+ }
838
+ case this.contact.header5 > 66: {
839
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.High;
840
+ break;
841
+ }
842
+ default: {
843
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Empty;
844
+ break;
845
+ }
846
+ }
847
+ }
848
+ };
849
+ ContactActivityScoreComponent = __decorate([
850
+ Component({
851
+ selector: 'lib-contact-activity-score',
852
+ template: "<span\n class=\"activity-score-bg activity-score-{{\n contactActivityScoreModel.activityScore\n }}\"\n>\n <div class=\"activity-score-content\">{{ dataAvailable }}</div>\n</span>\n",
853
+ styles: [".activity-score-bg{background-color:#bbb;border-radius:50%;color:#fff;display:inline-block;height:38px;text-align:center;width:38px}.activity-score-bg.activity-score-high{background-color:#00bb5b}.activity-score-bg.activity-score-medium{background-color:#f57300}.activity-score-bg.activity-score-low{background-color:#d60000}.activity-score-bg.activity-score-empty{background-color:#fff;color:#000!important}"]
854
+ })
855
+ ], ContactActivityScoreComponent);
856
+
857
+ var RelevanceScoreLevel;
858
+ (function (RelevanceScoreLevel) {
859
+ RelevanceScoreLevel["Value"] = "value";
860
+ RelevanceScoreLevel["Empty"] = "empty";
861
+ })(RelevanceScoreLevel || (RelevanceScoreLevel = {}));
862
+
863
+ let RelevanceScoreComponent = class RelevanceScoreComponent {
864
+ constructor() {
865
+ this.relevanceScoreModel = { relevanceScore: RelevanceScoreLevel.Empty };
866
+ this.contact = { relevanceScore: 0 };
867
+ }
868
+ refresh(params) {
869
+ return true;
870
+ }
871
+ agInit(params) {
872
+ this.contact = params.data;
873
+ if (this.contact) {
874
+ if (this.contact.header4 || this.contact.header4 === 0) {
875
+ this.relevanceData = this.contact.header4;
876
+ this.relevanceScoreModel.relevanceScore = RelevanceScoreLevel.Value;
877
+ }
878
+ else {
879
+ this.relevanceData = 'N/A';
880
+ }
881
+ }
882
+ }
883
+ };
884
+ RelevanceScoreComponent = __decorate([
885
+ Component({
886
+ selector: 'lib-relevance-score',
887
+ template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>",
888
+ styles: [".relevance-score-bg{background-color:#fff;border-radius:50%;color:#000;display:inline-block;height:38px;text-align:center;width:38px}.relevance-score-value{border:1px solid #000;font-weight:700}"]
889
+ })
890
+ ], RelevanceScoreComponent);
891
+
892
+ let GridComponent = class GridComponent {
893
+ constructor() {
894
+ this.rowHeightPage = 80;
895
+ this.gridHeight = 100;
896
+ this.frameworkComponents = this.getFrameworkComponents();
897
+ this.columnDefs = [
898
+ { headerName: 'Name', field: 'header1' },
899
+ { headerName: 'Location', field: 'header2' },
900
+ { headerName: 'Title', field: 'header3' },
901
+ {
902
+ headerName: 'Engagement Score',
903
+ field: 'header4',
904
+ cellRenderer: 'fitScore',
905
+ },
906
+ {
907
+ headerName: 'Activity Score',
908
+ field: 'header5',
909
+ cellRenderer: 'contactActivityScore',
910
+ },
911
+ ];
912
+ this.getRowHeight = () => {
913
+ return this.rowHeightPage;
914
+ };
915
+ }
916
+ ngOnInit() { }
917
+ onGridReady(gridReadyEvent) {
918
+ gridReadyEvent.api.sizeColumnsToFit();
919
+ }
920
+ getFrameworkComponents() {
921
+ return {
922
+ contactActivityScore: ContactActivityScoreComponent,
923
+ fitScore: RelevanceScoreComponent,
924
+ };
925
+ }
926
+ };
927
+ __decorate([
928
+ Input()
929
+ ], GridComponent.prototype, "gridList", void 0);
930
+ GridComponent = __decorate([
931
+ Component({
932
+ selector: 'symphony-grid',
933
+ template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"gridList\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReady($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n",
934
+ styles: [""]
935
+ })
936
+ ], GridComponent);
937
+
938
+ let ContactActivityScoreModule = class ContactActivityScoreModule {
939
+ };
940
+ ContactActivityScoreModule = __decorate([
941
+ NgModule({
942
+ declarations: [ContactActivityScoreComponent],
943
+ imports: [CommonModule],
944
+ })
945
+ ], ContactActivityScoreModule);
946
+
947
+ let RelevanceScoreModule = class RelevanceScoreModule {
948
+ };
949
+ RelevanceScoreModule = __decorate([
950
+ NgModule({
951
+ declarations: [RelevanceScoreComponent],
952
+ imports: [CommonModule],
953
+ })
954
+ ], RelevanceScoreModule);
955
+
956
+ let FrameworkModule = class FrameworkModule {
957
+ };
958
+ FrameworkModule = __decorate([
959
+ NgModule({
960
+ declarations: [],
961
+ imports: [],
962
+ exports: [ContactActivityScoreModule, RelevanceScoreModule]
963
+ })
964
+ ], FrameworkModule);
965
+
966
+ let GridModule = class GridModule {
967
+ };
968
+ GridModule = __decorate([
969
+ NgModule({
970
+ declarations: [GridComponent],
971
+ imports: [CommonModule, AgGridModule.withComponents([]), FrameworkModule],
972
+ exports: [GridComponent]
973
+ })
974
+ ], GridModule);
975
+
779
976
  let AtomsModule = class AtomsModule {
780
977
  };
781
978
  AtomsModule = __decorate([
@@ -797,10 +994,14 @@ AtomsModule = __decorate([
797
994
  ParagraphModule,
798
995
  IconModule,
799
996
  IconWrapperModule,
997
+ FilterAreaModule,
800
998
  TwoColumnFilterAreaModule,
801
999
  InputRadioModule,
802
1000
  InputCheckboxModule,
803
1001
  InputTextModule,
1002
+ GridModule,
1003
+ ContactActivityScoreModule,
1004
+ RelevanceScoreModule
804
1005
  ],
805
1006
  })
806
1007
  ], AtomsModule);
@@ -1223,6 +1424,587 @@ EventsSettingsPageModule = __decorate([
1223
1424
  })
1224
1425
  ], EventsSettingsPageModule);
1225
1426
 
1427
+ let ColorSwatchCollectionComponent = class ColorSwatchCollectionComponent {
1428
+ constructor() { }
1429
+ ngOnInit() { }
1430
+ };
1431
+ __decorate([
1432
+ Input()
1433
+ ], ColorSwatchCollectionComponent.prototype, "colorList", void 0);
1434
+ ColorSwatchCollectionComponent = __decorate([
1435
+ Component({
1436
+ selector: 'symphony-main-ui-color-swatch',
1437
+ template: "<ul class=\"color-list list-unstyled\">\n <li class=\"color-list-item\" *ngFor=\"let color of colorList\">\n <symphony-ui-color-explorer\n [colorSwatchModel]=\"color\"\n ></symphony-ui-color-explorer>\n </li>\n</ul>\n",
1438
+ encapsulation: ViewEncapsulation.None,
1439
+ styles: [".data-vis-ext .color-list,.data-vis .color-list{display:flex;flex-direction:column;flex-wrap:wrap;height:100vh;width:50vw}.data-vis-ext .color-list-item,.data-vis .color-list-item{flex:0 0 20%;padding:0}.main-ui .color-list-item{padding:5px 0}"]
1440
+ })
1441
+ ], ColorSwatchCollectionComponent);
1442
+
1443
+ let ColorSwatchCollectionModule = class ColorSwatchCollectionModule {
1444
+ };
1445
+ ColorSwatchCollectionModule = __decorate([
1446
+ NgModule({
1447
+ declarations: [ColorSwatchCollectionComponent],
1448
+ imports: [CommonModule, ColorSwatchModule],
1449
+ exports: []
1450
+ })
1451
+ ], ColorSwatchCollectionModule);
1452
+
1453
+ class IconExplorerHelper {
1454
+ static getAllIcons() {
1455
+ let allIcons = [];
1456
+ allIcons = allIcons.concat(this.getHasNoBorderIconList());
1457
+ allIcons = allIcons.concat(this.getHasBorderIconList());
1458
+ allIcons = allIcons.concat(this.getInverseIconList());
1459
+ return allIcons;
1460
+ }
1461
+ static getHasNoBorderIconList() {
1462
+ return [
1463
+ {
1464
+ icon: Icons.MOREOPTIONS,
1465
+ iconName: 'MOREOPTIONS',
1466
+ iconClass: 'si-more-options',
1467
+ hasBorder: false,
1468
+ },
1469
+ {
1470
+ icon: Icons.ADD,
1471
+ iconName: 'ADD',
1472
+ iconClass: 'si-add',
1473
+ hasBorder: false,
1474
+ },
1475
+ {
1476
+ icon: Icons.ACTIVITY,
1477
+ iconName: 'ACTIVITY',
1478
+ iconClass: 'si-activity',
1479
+ hasBorder: false,
1480
+ },
1481
+ {
1482
+ icon: Icons.ARROWHIDEREVEAL,
1483
+ iconName: 'ARROWHIDEREVEAL',
1484
+ iconClass: 'si-arrow-hide-reveal',
1485
+ hasBorder: false,
1486
+ },
1487
+ {
1488
+ icon: Icons.ARROWNEXT,
1489
+ iconName: 'ARROWNEXT',
1490
+ iconClass: 'si-arrow-next',
1491
+ hasBorder: false,
1492
+ },
1493
+ {
1494
+ icon: Icons.ARROWPREV,
1495
+ iconName: 'ARROWPREV',
1496
+ iconClass: 'si-arrow-prev',
1497
+ hasBorder: false,
1498
+ },
1499
+ {
1500
+ icon: Icons.CLOSEMODAL,
1501
+ iconName: 'CLOSEMODAL',
1502
+ iconClass: 'si-close-modal',
1503
+ hasBorder: false,
1504
+ },
1505
+ {
1506
+ icon: Icons.COLLAPSE,
1507
+ iconName: 'COLLAPSE',
1508
+ iconClass: 'si-collapse',
1509
+ hasBorder: false,
1510
+ },
1511
+ {
1512
+ icon: Icons.DAYMODE,
1513
+ iconName: 'DAYMODE',
1514
+ iconClass: 'si-daymode',
1515
+ hasBorder: false,
1516
+ },
1517
+ {
1518
+ icon: Icons.DELETE,
1519
+ iconName: 'DELETE',
1520
+ iconClass: 'si-delete',
1521
+ hasBorder: false,
1522
+ },
1523
+ {
1524
+ icon: Icons.DOCUMENT,
1525
+ iconName: 'DOCUMENT',
1526
+ iconClass: 'si-document',
1527
+ hasBorder: false,
1528
+ },
1529
+ {
1530
+ icon: Icons.DOWNLOAD,
1531
+ iconName: 'DOWNLOAD',
1532
+ iconClass: 'si-download',
1533
+ hasBorder: false,
1534
+ },
1535
+ {
1536
+ icon: Icons.EDIT,
1537
+ iconName: 'EDIT',
1538
+ iconClass: 'si-edit',
1539
+ hasBorder: false,
1540
+ },
1541
+ {
1542
+ icon: Icons.EMAILDRIP,
1543
+ iconName: 'EMAILDRIP',
1544
+ iconClass: 'si-email-drip',
1545
+ hasBorder: false,
1546
+ },
1547
+ {
1548
+ icon: Icons.EMAILOPEN,
1549
+ iconName: 'EMAILOPEN',
1550
+ iconClass: 'si-email-open',
1551
+ hasBorder: false,
1552
+ },
1553
+ {
1554
+ icon: Icons.EMAILSEND,
1555
+ iconName: 'EMAILSEND',
1556
+ iconClass: 'si-email-send',
1557
+ hasBorder: false,
1558
+ },
1559
+ {
1560
+ icon: Icons.EXPAND,
1561
+ iconName: 'EXPAND',
1562
+ iconClass: 'si-expand',
1563
+ hasBorder: false,
1564
+ },
1565
+ {
1566
+ icon: Icons.FAVORITE,
1567
+ iconName: 'FAVORITE',
1568
+ iconClass: 'si-favorite',
1569
+ hasBorder: false,
1570
+ },
1571
+ {
1572
+ icon: Icons.FEEDBACKMAYBE,
1573
+ iconName: 'FEEDBACKMAYBE',
1574
+ iconClass: 'si-feedback-maybe',
1575
+ hasBorder: false,
1576
+ },
1577
+ {
1578
+ icon: Icons.FEEDBACKNO,
1579
+ iconName: 'FEEDBACKNO',
1580
+ iconClass: 'si-feedback-no',
1581
+ hasBorder: false,
1582
+ },
1583
+ {
1584
+ icon: Icons.FEEDBACKYES,
1585
+ iconName: 'FEEDBACKYES',
1586
+ iconClass: 'si-feedback-yes',
1587
+ hasBorder: false,
1588
+ },
1589
+ {
1590
+ icon: Icons.FOLDERMULTIPLE,
1591
+ iconName: 'FOLDERMULTIPLE',
1592
+ iconClass: 'si-folder-multiple',
1593
+ hasBorder: false,
1594
+ },
1595
+ {
1596
+ icon: Icons.INCLUDE,
1597
+ iconName: 'INCLUDE',
1598
+ iconClass: 'si-include',
1599
+ hasBorder: false,
1600
+ },
1601
+ {
1602
+ icon: Icons.INFO,
1603
+ iconName: 'INFO',
1604
+ iconClass: 'si-info',
1605
+ hasBorder: false,
1606
+ },
1607
+ {
1608
+ icon: Icons.INTERVIEW,
1609
+ iconName: 'INTERVIEW',
1610
+ iconClass: 'si-interview',
1611
+ hasBorder: false,
1612
+ },
1613
+ {
1614
+ icon: Icons.LINK,
1615
+ iconName: 'LINK',
1616
+ iconClass: 'si-link',
1617
+ hasBorder: false,
1618
+ },
1619
+ {
1620
+ icon: Icons.LOCATION,
1621
+ iconName: 'LOCATION',
1622
+ iconClass: 'si-location',
1623
+ hasBorder: false,
1624
+ },
1625
+ {
1626
+ icon: Icons.MENUALL,
1627
+ iconName: 'MENUALL',
1628
+ iconClass: 'si-menu-all',
1629
+ hasBorder: false,
1630
+ },
1631
+ {
1632
+ icon: Icons.MENUANALYTICS,
1633
+ iconName: 'MENUANALYTICS',
1634
+ iconClass: 'si-menu-analytics',
1635
+ hasBorder: false,
1636
+ },
1637
+ {
1638
+ icon: Icons.MENUASSETS,
1639
+ iconName: 'MENUASSETS',
1640
+ iconClass: 'si-menu-assets',
1641
+ hasBorder: false,
1642
+ },
1643
+ {
1644
+ icon: Icons.MENUCAMPAIGNS,
1645
+ iconName: 'MENUCAMPAIGNS',
1646
+ iconClass: 'si-menu-campaigns',
1647
+ hasBorder: false,
1648
+ },
1649
+ {
1650
+ icon: Icons.MENUCONTACT,
1651
+ iconName: 'MENUCONTACT',
1652
+ iconClass: 'si-menu-contact',
1653
+ hasBorder: false,
1654
+ },
1655
+ {
1656
+ icon: Icons.MENUCONTENT,
1657
+ iconName: 'MENUCONTENT',
1658
+ iconClass: 'si-menu-content',
1659
+ hasBorder: false,
1660
+ },
1661
+ {
1662
+ icon: Icons.MENUDASHBOARD,
1663
+ iconName: 'MENUDASHBOARD',
1664
+ iconClass: 'si-menu-dashboard',
1665
+ hasBorder: false,
1666
+ },
1667
+ {
1668
+ icon: Icons.MENUEVENTS,
1669
+ iconName: 'MENUEVENTS',
1670
+ iconClass: 'si-menu-events',
1671
+ hasBorder: false,
1672
+ },
1673
+ {
1674
+ icon: Icons.MENUFOLDERS,
1675
+ iconName: 'MENUFOLDERS',
1676
+ iconClass: 'si-menu-folders',
1677
+ hasBorder: false,
1678
+ },
1679
+ {
1680
+ icon: Icons.MENUJOBS,
1681
+ iconName: 'MENUJOBS',
1682
+ iconClass: 'si-menu-jobs',
1683
+ hasBorder: false,
1684
+ },
1685
+ {
1686
+ icon: Icons.MENURETURN,
1687
+ iconName: 'MENURETURN',
1688
+ iconClass: 'si-menu-return',
1689
+ hasBorder: false,
1690
+ },
1691
+ {
1692
+ icon: Icons.MENUWORKFLOWS,
1693
+ iconName: 'MENUWORKFLOWS',
1694
+ iconClass: 'si-menu-workflows',
1695
+ hasBorder: false,
1696
+ },
1697
+ {
1698
+ icon: Icons.MERGE,
1699
+ iconName: 'MERGE',
1700
+ iconClass: 'si-merge',
1701
+ hasBorder: false,
1702
+ },
1703
+ {
1704
+ icon: Icons.MOVE,
1705
+ iconName: 'MOVE',
1706
+ iconClass: 'si-move',
1707
+ hasBorder: false,
1708
+ },
1709
+ {
1710
+ icon: Icons.NIGHTMODE,
1711
+ iconName: 'NIGHTMODE',
1712
+ iconClass: 'si-nightmode',
1713
+ hasBorder: false,
1714
+ },
1715
+ {
1716
+ icon: Icons.NOTIFICATION,
1717
+ iconName: 'NOTIFICATION',
1718
+ iconClass: 'si-notification',
1719
+ hasBorder: false,
1720
+ },
1721
+ {
1722
+ icon: Icons.ORGANIZECOLUMNS,
1723
+ iconName: 'ORGANIZECOLUMNS',
1724
+ iconClass: 'si-organize-columns',
1725
+ hasBorder: false,
1726
+ },
1727
+ {
1728
+ icon: Icons.ORGANIZECONTACTS,
1729
+ iconName: 'ORGANIZECONTACTS',
1730
+ iconClass: 'si-organize-contacts',
1731
+ hasBorder: false,
1732
+ },
1733
+ {
1734
+ icon: Icons.PENDINGINCOMPLETE,
1735
+ iconName: 'PENDINGINCOMPLETE',
1736
+ iconClass: 'si-pending-incomplete',
1737
+ hasBorder: false,
1738
+ },
1739
+ {
1740
+ icon: Icons.PHONENUMBER,
1741
+ iconName: 'PHONENUMBER',
1742
+ iconClass: 'si-phone-number',
1743
+ hasBorder: false,
1744
+ },
1745
+ {
1746
+ icon: Icons.PREVIEW,
1747
+ iconName: 'PREVIEW',
1748
+ iconClass: 'si-preview',
1749
+ hasBorder: false,
1750
+ },
1751
+ {
1752
+ icon: Icons.PROMOTE,
1753
+ iconName: 'PROMOTE',
1754
+ iconClass: 'si-promote',
1755
+ hasBorder: false,
1756
+ },
1757
+ {
1758
+ icon: Icons.REFRESH,
1759
+ iconName: 'REFRESH',
1760
+ iconClass: 'si-refresh',
1761
+ hasBorder: false,
1762
+ },
1763
+ {
1764
+ icon: Icons.REMOVE,
1765
+ iconName: 'REMOVE',
1766
+ iconClass: 'si-remove',
1767
+ hasBorder: false,
1768
+ },
1769
+ {
1770
+ icon: Icons.EXCLUDE,
1771
+ iconName: 'EXCLUDE',
1772
+ iconClass: 'si-exclude',
1773
+ hasBorder: false,
1774
+ },
1775
+ {
1776
+ icon: Icons.RESULTSFILTERS,
1777
+ iconName: 'RESULTSFILTERS',
1778
+ iconClass: 'si-results-filters',
1779
+ hasBorder: false,
1780
+ },
1781
+ {
1782
+ icon: Icons.REVIEW,
1783
+ iconName: 'REVIEW',
1784
+ iconClass: 'si-review',
1785
+ hasBorder: false,
1786
+ },
1787
+ {
1788
+ icon: Icons.SALARY,
1789
+ iconName: 'SALARY',
1790
+ iconClass: 'si-salary',
1791
+ hasBorder: false,
1792
+ },
1793
+ {
1794
+ icon: Icons.SAVE,
1795
+ iconName: 'SAVE',
1796
+ iconClass: 'si-save',
1797
+ hasBorder: false,
1798
+ },
1799
+ {
1800
+ icon: Icons.SEARCHADVANCED,
1801
+ iconName: 'SEARCHADVANCED',
1802
+ iconClass: 'si-search-advanced',
1803
+ hasBorder: false,
1804
+ },
1805
+ {
1806
+ icon: Icons.SEARCHCLEAR,
1807
+ iconName: 'SEARCHCLEAR',
1808
+ iconClass: 'si-search-clear',
1809
+ hasBorder: false,
1810
+ },
1811
+ {
1812
+ icon: Icons.SEARCHNEW,
1813
+ iconName: 'SEARCHNEW',
1814
+ iconClass: 'si-search-new',
1815
+ hasBorder: false,
1816
+ },
1817
+ {
1818
+ icon: Icons.SETTINGSMART,
1819
+ iconName: 'SETTINGSMART',
1820
+ iconClass: 'si-settings-smart',
1821
+ hasBorder: false,
1822
+ },
1823
+ {
1824
+ icon: Icons.SMS,
1825
+ iconName: 'SMS',
1826
+ iconClass: 'si-sms',
1827
+ hasBorder: false,
1828
+ },
1829
+ {
1830
+ icon: Icons.SORTMINI,
1831
+ iconName: 'SORTMINI',
1832
+ iconClass: 'si-sort-mini',
1833
+ hasBorder: false,
1834
+ },
1835
+ {
1836
+ icon: Icons.STATUS,
1837
+ iconName: 'STATUS',
1838
+ iconClass: 'si-status',
1839
+ hasBorder: false,
1840
+ },
1841
+ {
1842
+ icon: Icons.SYSTEMACTION,
1843
+ iconName: 'SYSTEMACTION',
1844
+ iconClass: 'si-system-action',
1845
+ hasBorder: false,
1846
+ },
1847
+ {
1848
+ icon: Icons.TASKCOMPLETED,
1849
+ iconName: 'TASKCOMPLETED',
1850
+ iconClass: 'si-task-completed',
1851
+ hasBorder: false,
1852
+ },
1853
+ {
1854
+ icon: Icons.TASKOPEN,
1855
+ iconName: 'TASKOPEN',
1856
+ iconClass: 'si-task-open',
1857
+ hasBorder: false,
1858
+ },
1859
+ {
1860
+ icon: Icons.TIMEFRAME,
1861
+ iconName: 'TIMEFRAME',
1862
+ iconClass: 'si-timeframe',
1863
+ hasBorder: false,
1864
+ },
1865
+ {
1866
+ icon: Icons.TIMELINE,
1867
+ iconName: 'TIMELINE',
1868
+ iconClass: 'si-timeline',
1869
+ hasBorder: false,
1870
+ },
1871
+ {
1872
+ icon: Icons.UPLOAD,
1873
+ iconName: 'UPLOAD',
1874
+ iconClass: 'si-upload',
1875
+ hasBorder: false,
1876
+ },
1877
+ {
1878
+ icon: Icons.USERMULTIPLE,
1879
+ iconName: 'USERMULTIPLE',
1880
+ iconClass: 'si-user-multiple',
1881
+ hasBorder: false,
1882
+ },
1883
+ {
1884
+ icon: Icons.USER,
1885
+ iconName: 'USER',
1886
+ iconClass: 'si-user',
1887
+ hasBorder: false,
1888
+ },
1889
+ ];
1890
+ }
1891
+ static getInverseIconList() {
1892
+ return [
1893
+ {
1894
+ icon: Icons.ACTIVITY,
1895
+ iconName: 'ACTIVITY',
1896
+ iconClass: 'si-activity',
1897
+ hasBorder: true,
1898
+ },
1899
+ ];
1900
+ }
1901
+ static getHasBorderIconList() {
1902
+ return [
1903
+ {
1904
+ icon: Icons.ADD,
1905
+ iconName: 'ADD',
1906
+ iconClass: 'si-add',
1907
+ hasBorder: true,
1908
+ },
1909
+ {
1910
+ icon: Icons.ARROWNEXT,
1911
+ iconName: 'ARROWNEXT',
1912
+ iconClass: 'si-arrow-next',
1913
+ hasBorder: true,
1914
+ },
1915
+ {
1916
+ icon: Icons.DELETE,
1917
+ iconName: 'DELETE',
1918
+ iconClass: 'si-delete',
1919
+ hasBorder: true,
1920
+ },
1921
+ {
1922
+ icon: Icons.DOWNLOAD,
1923
+ iconName: 'DOWNLOAD',
1924
+ iconClass: 'si-download',
1925
+ hasBorder: true,
1926
+ },
1927
+ {
1928
+ icon: Icons.EDIT,
1929
+ iconName: 'EDIT',
1930
+ iconClass: 'si-edit',
1931
+ hasBorder: true,
1932
+ },
1933
+ {
1934
+ icon: Icons.FEEDBACKYES,
1935
+ iconName: 'FEEDBACKYES',
1936
+ iconClass: 'si-feedback-yes',
1937
+ hasBorder: true,
1938
+ },
1939
+ {
1940
+ icon: Icons.MENUCONTACT,
1941
+ iconName: 'MENUCONTACT',
1942
+ iconClass: 'si-menu-contact',
1943
+ hasBorder: true,
1944
+ },
1945
+ {
1946
+ icon: Icons.MOREOPTIONS,
1947
+ iconName: 'MOREOPTIONS',
1948
+ iconClass: 'si-more-options',
1949
+ hasBorder: true,
1950
+ },
1951
+ {
1952
+ icon: Icons.ORGANIZECOLUMNS,
1953
+ iconName: 'ORGANIZECOLUMNS',
1954
+ iconClass: 'si-organize-columns',
1955
+ hasBorder: true,
1956
+ },
1957
+ {
1958
+ icon: Icons.PREVIEW,
1959
+ iconName: 'PREVIEW',
1960
+ iconClass: 'si-preview',
1961
+ hasBorder: true,
1962
+ },
1963
+ {
1964
+ icon: Icons.SAVE,
1965
+ iconName: 'SAVE',
1966
+ iconClass: 'si-save',
1967
+ hasBorder: true,
1968
+ },
1969
+ ];
1970
+ }
1971
+ }
1972
+
1973
+ let IconExplorerComponent = class IconExplorerComponent {
1974
+ constructor() {
1975
+ this.iconList = IconExplorerHelper.getAllIcons();
1976
+ this.hasBorderIconsList = IconExplorerHelper.getHasBorderIconList();
1977
+ this.hasNoBorderIconsList = IconExplorerHelper.getHasNoBorderIconList();
1978
+ this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
1979
+ }
1980
+ ngOnInit() {
1981
+ this.iconCount = this.iconList.length;
1982
+ this.explorerTitle = `Iconography (${this.iconCount} icons)`;
1983
+ this.iconHasBorderCount = this.hasBorderIconsList.length;
1984
+ this.borderTitle = `Icons with border (${this.iconHasBorderCount} icons)`;
1985
+ this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
1986
+ this.noBorderTitle = `Icons without border (${this.iconHasNoBorderCount} icons)`;
1987
+ this.iconisInverseCount = this.isInverseIconsList.length;
1988
+ this.backgroundTitle = `Icons with background (${this.iconisInverseCount} icons)`;
1989
+ }
1990
+ };
1991
+ IconExplorerComponent = __decorate([
1992
+ Component({
1993
+ selector: 'symphony-icon-explorer',
1994
+ template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"noBorderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasNoBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"borderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"backgroundTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of isInverseIconsList\">\n <symphony-icon-swatch\n [iconSwatchModel]=\"icon\"\n [isInverse]=\"true\"\n ></symphony-icon-swatch>\n </li>\n</ul>\n",
1995
+ styles: [".sfx-icon-list{display:flex;flex-direction:row;flex-wrap:wrap;margin:20px 0 80px;width:100vw}.icon-list-item{flex:0 0 20%;padding:15px 0}.explorer-title{border-bottom:5px solid #000;margin-bottom:30px;padding-bottom:10px}.explorer-subtitle{margin-bottom:10px}"]
1996
+ })
1997
+ ], IconExplorerComponent);
1998
+
1999
+ let IconExplorerModule = class IconExplorerModule {
2000
+ };
2001
+ IconExplorerModule = __decorate([
2002
+ NgModule({
2003
+ declarations: [IconExplorerComponent],
2004
+ imports: [CommonModule, IconSwatchModule, H2Module, H3Module],
2005
+ })
2006
+ ], IconExplorerModule);
2007
+
1226
2008
  /*
1227
2009
  * ATOMS
1228
2010
  */
@@ -1231,5 +2013,5 @@ EventsSettingsPageModule = __decorate([
1231
2013
  * Generated bundle index. Do not edit.
1232
2014
  */
1233
2015
 
1234
- export { AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchComponent, ColorSwatchModule, ContextualMenuComponent, ContextualMenuModule, EventsSettingsPageComponent, EventsSettingsPageModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconModule, IconSwatchComponent, IconSwatchModule, IconWrapperComponent, IconWrapperModule, InputCheckboxComponent, InputCheckboxModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, MoleculesModule, NoteComponent, NoteListComponent, NoteListModule, NoteModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, SfxInlineErrorModule as ɵa, SfxInlineErrorComponent as ɵb, PillModule as ɵc, TwoColumnFilterAreaModule as ɵd, TwoColumnFilterAreaComponent as ɵe, AdminListModule as ɵf, AdminListTemplateComponent as ɵg, PlaceholderModule as ɵh, PlaceholderComponent as ɵi };
2016
+ export { AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchCollectionComponent, ColorSwatchCollectionModule, ColorSwatchComponent, ColorSwatchModule, ContextualMenuComponent, ContextualMenuModule, EventsSettingsPageComponent, EventsSettingsPageModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconExplorerComponent, IconExplorerModule, IconModule, IconSwatchComponent, IconSwatchModule, IconWrapperComponent, IconWrapperModule, InputCheckboxComponent, InputCheckboxModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, MoleculesModule, NoteComponent, NoteListComponent, NoteListModule, NoteModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, SfxInlineErrorModule as ɵa, SfxInlineErrorComponent as ɵb, PillModule as ɵc, FilterAreaModule as ɵd, FilterAreaComponent as ɵe, TwoColumnFilterAreaModule as ɵf, TwoColumnFilterAreaComponent as ɵg, GridModule as ɵh, GridComponent as ɵi, FrameworkModule as ɵj, ContactActivityScoreModule as ɵk, ContactActivityScoreComponent as ɵl, RelevanceScoreModule as ɵm, RelevanceScoreComponent as ɵn, AdminListModule as ɵo, AdminListTemplateComponent as ɵp, PlaceholderModule as ɵq, PlaceholderComponent as ɵr };
1235
2017
  //# sourceMappingURL=symphony-talent-component-library-projects-component-library.js.map