@symphony-talent/component-library 1.9.0 → 3.2.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 (183) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +3 -11
  2. package/esm2020/lib/atoms/button/button.component.mjs +3 -3
  3. package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +1 -1
  4. package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
  5. package/esm2020/lib/atoms/grid/framework/contact-activity-score/{contact-activity-score.component.module.mjs → contact-activity-score.module.mjs} +1 -1
  6. package/esm2020/lib/atoms/grid/framework/framework.module.mjs +2 -2
  7. package/esm2020/lib/atoms/grid/grid.component.mjs +5 -6
  8. package/esm2020/lib/atoms/grid/grid.model.mjs +1 -1
  9. package/esm2020/lib/atoms/h1/h1.component.mjs +1 -1
  10. package/esm2020/lib/atoms/h3/h3.component.mjs +1 -1
  11. package/esm2020/lib/atoms/h4/h4.component.mjs +1 -1
  12. package/esm2020/lib/atoms/icon/icon.component.mjs +1 -1
  13. package/esm2020/lib/atoms/input-checkbox/input-checkbox.model.mjs +2 -0
  14. package/esm2020/lib/atoms/input-radio/input-radio.component.mjs +1 -1
  15. package/esm2020/lib/atoms/input-text/input-text.component.mjs +5 -3
  16. package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +1 -1
  17. package/esm2020/lib/atoms/pill/pill.component.mjs +2 -2
  18. package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  19. package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
  20. package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
  21. package/esm2020/lib/atoms/task-icon/task-icon.component.mjs +1 -1
  22. package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
  23. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
  24. package/esm2020/lib/design-guide/typography/typography.component.mjs +31 -0
  25. package/esm2020/lib/design-guide/typography/typography.model.mjs +2 -0
  26. package/esm2020/lib/design-guide/typography/typography.module.mjs +46 -0
  27. package/esm2020/lib/molecules/card/card.component.mjs +28 -0
  28. package/esm2020/lib/molecules/card/card.model.mjs +2 -0
  29. package/esm2020/lib/molecules/card/card.module.mjs +22 -0
  30. package/esm2020/lib/molecules/molecules.module.mjs +4 -26
  31. package/esm2020/lib/molecules/note/note.component.mjs +1 -1
  32. package/esm2020/lib/molecules/pills/pills.component.mjs +3 -3
  33. package/esm2020/lib/molecules/task/task.component.mjs +1 -1
  34. package/esm2020/lib/organisms/card-list/card-list.component.mjs +23 -0
  35. package/esm2020/lib/organisms/card-list/card-list.module.mjs +19 -0
  36. package/esm2020/lib/organisms/note-list/note-list.component.mjs +1 -1
  37. package/esm2020/lib/organisms/organisms.module.mjs +40 -0
  38. package/esm2020/lib/organisms/task-list/task-list.component.mjs +1 -1
  39. package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +8 -9
  40. package/esm2020/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
  41. package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +33 -0
  42. package/esm2020/lib/pages/setting-list-page/setting-list-page.model.mjs +2 -0
  43. package/esm2020/lib/pages/setting-list-page/setting-list-page.module.mjs +46 -0
  44. package/esm2020/lib/templates/admin-list/admin-list.component.mjs +1 -1
  45. package/esm2020/lib/templates/placeholder/placeholder.component.mjs +1 -1
  46. package/esm2020/lib/templates/setting-list-template/setting-list-template.component.mjs +12 -0
  47. package/esm2020/lib/templates/setting-list-template/setting-list-template.module.mjs +28 -0
  48. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +3 -11
  49. package/esm2020/projects/component-library/lib/atoms/button/button.component.mjs +3 -3
  50. package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +1 -1
  51. package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
  52. package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/{contact-activity-score.component.module.mjs → contact-activity-score.module.mjs} +1 -1
  53. package/esm2020/projects/component-library/lib/atoms/grid/framework/framework.module.mjs +2 -2
  54. package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +5 -6
  55. package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +1 -1
  56. package/esm2020/projects/component-library/lib/atoms/h1/h1.component.mjs +1 -1
  57. package/esm2020/projects/component-library/lib/atoms/h3/h3.component.mjs +1 -1
  58. package/esm2020/projects/component-library/lib/atoms/h4/h4.component.mjs +1 -1
  59. package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +1 -1
  60. package/esm2020/projects/component-library/lib/atoms/input-checkbox/input-checkbox.model.mjs +2 -0
  61. package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.component.mjs +1 -1
  62. package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +5 -3
  63. package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +1 -1
  64. package/esm2020/projects/component-library/lib/atoms/pill/pill.component.mjs +2 -2
  65. package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  66. package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
  67. package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
  68. package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.component.mjs +1 -1
  69. package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
  70. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
  71. package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +31 -0
  72. package/esm2020/projects/component-library/lib/design-guide/typography/typography.model.mjs +2 -0
  73. package/esm2020/projects/component-library/lib/design-guide/typography/typography.module.mjs +46 -0
  74. package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +28 -0
  75. package/esm2020/projects/component-library/lib/molecules/card/card.model.mjs +2 -0
  76. package/esm2020/projects/component-library/lib/molecules/card/card.module.mjs +22 -0
  77. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +4 -26
  78. package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
  79. package/esm2020/projects/component-library/lib/molecules/pills/pills.component.mjs +3 -3
  80. package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
  81. package/esm2020/projects/component-library/lib/organisms/card-list/card-list.component.mjs +23 -0
  82. package/esm2020/projects/component-library/lib/organisms/card-list/card-list.module.mjs +19 -0
  83. package/esm2020/projects/component-library/lib/organisms/note-list/note-list.component.mjs +1 -1
  84. package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +40 -0
  85. package/esm2020/projects/component-library/lib/organisms/task-list/task-list.component.mjs +1 -1
  86. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +8 -9
  87. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
  88. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +33 -0
  89. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.model.mjs +2 -0
  90. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.module.mjs +46 -0
  91. package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +1 -1
  92. package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.component.mjs +1 -1
  93. package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.mjs +12 -0
  94. package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.module.mjs +28 -0
  95. package/esm2020/projects/component-library/public-api.mjs +50 -42
  96. package/esm2020/public-api.mjs +50 -42
  97. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +1228 -1000
  98. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  99. package/fesm2015/symphony-talent-component-library.mjs +1228 -1000
  100. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  101. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +1228 -1000
  102. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  103. package/fesm2020/symphony-talent-component-library.mjs +1228 -1000
  104. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  105. package/lib/atoms/atoms.module.d.ts +22 -24
  106. package/lib/atoms/grid/framework/contact-activity-score/{contact-activity-score.component.module.d.ts → contact-activity-score.module.d.ts} +0 -0
  107. package/lib/atoms/grid/framework/framework.module.d.ts +1 -1
  108. package/lib/atoms/grid/grid.component.d.ts +2 -6
  109. package/lib/atoms/grid/grid.model.d.ts +1 -0
  110. package/lib/atoms/input-checkbox/input-checkbox.model.d.ts +5 -0
  111. package/lib/atoms/input-text/input-text.component.d.ts +2 -1
  112. package/lib/design-guide/typography/typography.component.d.ts +9 -0
  113. package/lib/design-guide/typography/typography.model.d.ts +9 -0
  114. package/lib/design-guide/typography/typography.module.d.ts +14 -0
  115. package/lib/molecules/card/card.component.d.ts +11 -0
  116. package/lib/molecules/card/card.model.d.ts +6 -0
  117. package/lib/molecules/card/card.module.d.ts +12 -0
  118. package/lib/molecules/molecules.module.d.ts +4 -6
  119. package/lib/organisms/card-list/card-list.component.d.ts +11 -0
  120. package/lib/organisms/card-list/card-list.module.d.ts +9 -0
  121. package/lib/organisms/organisms.module.d.ts +12 -0
  122. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
  123. package/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
  124. package/lib/pages/setting-list-page/setting-list-page.component.d.ts +15 -0
  125. package/lib/pages/setting-list-page/setting-list-page.model.d.ts +6 -0
  126. package/lib/pages/setting-list-page/setting-list-page.module.d.ts +14 -0
  127. package/lib/templates/setting-list-template/setting-list-template.component.d.ts +6 -0
  128. package/lib/templates/setting-list-template/setting-list-template.module.d.ts +9 -0
  129. package/package.json +1 -1
  130. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff +0 -0
  131. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff2 +0 -0
  132. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff +0 -0
  133. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff2 +0 -0
  134. package/projects/component-library/global-assets/fonts/neuzeitgro-bla-webfont.woff +0 -0
  135. package/projects/component-library/global-assets/fonts/neuzeitgro-bla-webfont.woff2 +0 -0
  136. package/projects/component-library/global-assets/fonts/neuzeitgro-bol-webfont.woff +0 -0
  137. package/projects/component-library/global-assets/fonts/neuzeitgro-bol-webfont.woff2 +0 -0
  138. package/projects/component-library/global-assets/fonts/neuzeitgro-lig-webfont.woff +0 -0
  139. package/projects/component-library/global-assets/fonts/neuzeitgro-lig-webfont.woff2 +0 -0
  140. package/projects/component-library/global-assets/fonts/neuzeitgro-reg-webfont.woff +0 -0
  141. package/projects/component-library/global-assets/fonts/neuzeitgro-reg-webfont.woff2 +0 -0
  142. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
  143. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +81 -0
  144. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
  145. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
  146. package/projects/component-library/global-assets/iconography/library-icons.css +241 -0
  147. package/projects/component-library/global-assets/iconography/sfxiconsV1.json +1127 -0
  148. package/projects/component-library/global-assets/spacing.scss +290 -0
  149. package/projects/component-library/global.scss +784 -0
  150. package/projects/component-library/lib/atoms/atoms.module.d.ts +22 -24
  151. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/{contact-activity-score.component.module.d.ts → contact-activity-score.module.d.ts} +0 -0
  152. package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +1 -1
  153. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +2 -6
  154. package/projects/component-library/lib/atoms/grid/grid.model.d.ts +1 -0
  155. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.model.d.ts +5 -0
  156. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +2 -1
  157. package/projects/component-library/lib/design-guide/typography/typography.component.d.ts +9 -0
  158. package/projects/component-library/lib/design-guide/typography/typography.model.d.ts +9 -0
  159. package/projects/component-library/lib/design-guide/typography/typography.module.d.ts +14 -0
  160. package/projects/component-library/lib/molecules/card/card.component.d.ts +11 -0
  161. package/projects/component-library/lib/molecules/card/card.model.d.ts +6 -0
  162. package/projects/component-library/lib/molecules/card/card.module.d.ts +12 -0
  163. package/projects/component-library/lib/molecules/molecules.module.d.ts +4 -6
  164. package/projects/component-library/lib/organisms/card-list/card-list.component.d.ts +11 -0
  165. package/projects/component-library/lib/organisms/card-list/card-list.module.d.ts +9 -0
  166. package/projects/component-library/lib/organisms/organisms.module.d.ts +12 -0
  167. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
  168. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
  169. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.d.ts +15 -0
  170. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.model.d.ts +6 -0
  171. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.module.d.ts +14 -0
  172. package/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.d.ts +6 -0
  173. package/projects/component-library/lib/templates/setting-list-template/setting-list-template.module.d.ts +9 -0
  174. package/projects/component-library/public-api.d.ts +49 -41
  175. package/public-api.d.ts +49 -41
  176. package/esm2020/lib/design-guide/color-swatch-collection/color-swatch-collection.component.mjs +0 -16
  177. package/esm2020/lib/design-guide/color-swatch-collection/color-swatch-collection.module.mjs +0 -19
  178. package/esm2020/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.mjs +0 -16
  179. package/esm2020/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.mjs +0 -19
  180. package/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +0 -8
  181. package/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +0 -9
  182. package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +0 -8
  183. package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +0 -9
@@ -2,16 +2,16 @@ import * as i0 from '@angular/core';
2
2
  import { Component, Input, NgModule, EventEmitter, Output, ViewEncapsulation } from '@angular/core';
3
3
  import * as i1 from '@angular/common';
4
4
  import { SlicePipe, CommonModule } from '@angular/common';
5
- import * as i2 from 'ngx-bootstrap/tooltip';
6
- import { TooltipModule } from 'ngx-bootstrap/tooltip';
7
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
8
- import { Subject, timer } from 'rxjs';
9
- import { debounceTime, distinctUntilChanged, delay } from 'rxjs/operators';
10
5
  import * as i1$1 from 'ngx-bootstrap/dropdown';
11
6
  import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
12
7
  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
13
8
  import * as i1$2 from 'ag-grid-angular';
14
9
  import { AgGridModule } from 'ag-grid-angular';
10
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
11
+ import { Subject, timer } from 'rxjs';
12
+ import { debounceTime, distinctUntilChanged, delay } from 'rxjs/operators';
13
+ import * as i2 from 'ngx-bootstrap/tooltip';
14
+ import { TooltipModule } from 'ngx-bootstrap/tooltip';
15
15
 
16
16
  class AvatarComponent {
17
17
  constructor() { }
@@ -128,10 +128,10 @@ class ButtonComponent {
128
128
  }
129
129
  }
130
130
  ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
131
- ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ButtonComponent, selector: "symphony-button", inputs: { text: "text", disabled: "disabled", isSecondary: "isSecondary", isInverse: "isInverse" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>", styles: ["button{outline:none}.btn{padding-left:40px;padding-right:40px;border-radius:30px;height:56px;min-width:140px;font-family:neuzeit_groteskbold;letter-spacing:.4px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:70%}.btn-primary{background:#000!important;color:#fff;border:2px solid #000!important}.btn-primary.is-inverse{background:#FFF!important;color:#000;border:2px solid #FFF!important}.btn-secondary{background:#FFF;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;color:#fff;border:2px solid #FFF}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
131
+ ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ButtonComponent, selector: "symphony-button", inputs: { text: "text", disabled: "disabled", isSecondary: "isSecondary", isInverse: "isInverse" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>", styles: ["button{outline:none}.btn{padding-left:40px;padding-right:40px;border-radius:30px;height:60px;min-width:140px;font-family:neuzeit_groteskbold;letter-spacing:.4px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:70%}.btn-primary{background:#000!important;color:#fff;border:2px solid #000!important}.btn-primary.is-inverse{background:#fff!important;color:#000;border:2px solid #fff!important}.btn-secondary{background:#fff;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;color:#fff;border:2px solid #fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
132
132
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonComponent, decorators: [{
133
133
  type: Component,
134
- args: [{ selector: 'symphony-button', template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>", styles: ["button{outline:none}.btn{padding-left:40px;padding-right:40px;border-radius:30px;height:56px;min-width:140px;font-family:neuzeit_groteskbold;letter-spacing:.4px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:70%}.btn-primary{background:#000!important;color:#fff;border:2px solid #000!important}.btn-primary.is-inverse{background:#FFF!important;color:#000;border:2px solid #FFF!important}.btn-secondary{background:#FFF;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;color:#fff;border:2px solid #FFF}\n"] }]
134
+ args: [{ selector: 'symphony-button', template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>", styles: ["button{outline:none}.btn{padding-left:40px;padding-right:40px;border-radius:30px;height:60px;min-width:140px;font-family:neuzeit_groteskbold;letter-spacing:.4px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:70%}.btn-primary{background:#000!important;color:#fff;border:2px solid #000!important}.btn-primary.is-inverse{background:#fff!important;color:#000;border:2px solid #fff!important}.btn-secondary{background:#fff;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;color:#fff;border:2px solid #fff}\n"] }]
135
135
  }], ctorParameters: function () { return []; }, propDecorators: { text: [{
136
136
  type: Input
137
137
  }], disabled: [{
@@ -159,185 +159,360 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
159
159
  }]
160
160
  }] });
161
161
 
162
- class PillComponent {
162
+ class ContextualMenuComponent {
163
163
  constructor() {
164
- this.removePill = new EventEmitter();
164
+ this.model = {
165
+ hasBorder: false,
166
+ };
167
+ this.itemClick = new EventEmitter();
165
168
  }
166
- onRemoveClick() {
167
- this.removePill.emit(this.pillLabel);
169
+ onItemClick(item) {
170
+ this.itemClick.emit(item);
168
171
  }
169
172
  }
170
- PillComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
171
- PillComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PillComponent, selector: "symphony-pill", inputs: { pillLabel: "pillLabel", isInverse: "isInverse", hasClose: "hasClose", tooltipLabel: "tooltipLabel" }, outputs: { removePill: "removePill" }, ngImport: i0, 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>", styles: [".sfx-pill-item{font-family:neuzeit_groteskbold;background-color:#f1f1f1;color:#000;padding:10px 20px;border-radius:25px;text-align:center;font-weight:600;margin-right:10px;margin-top:10px;position:relative}.sfx-pill-item:hover,.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;position:absolute;left:14px;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 #0003;font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:160px;font-size:13px;color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["containerClass", "tooltipAnimation", "tooltipFadeDuration", "isOpen", "tooltipHtml", "tooltip", "tooltipPlacement", "placement", "tooltipIsOpen", "tooltipEnable", "isDisabled", "tooltipAppendToBody", "container", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "delay", "tooltipTrigger", "triggers", "adaptivePosition"], outputs: ["tooltipChange", "tooltipStateChanged", "onShown", "onHidden"], exportAs: ["bs-tooltip"] }], encapsulation: i0.ViewEncapsulation.None });
172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillComponent, decorators: [{
173
+ ContextualMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
174
+ ContextualMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: { model: "model" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n [ngClass]=\"{\n 'has-border': model.hasBorder\n }\"\n aria-controls=\"dropdown-basic\"\n aria-label=\"more-actions-menu\"\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 item of model.items\">\n <a\n class=\"dropdown-item\"\n href=\"#\"\n (click)=\"$event.preventDefault(); onItemClick(item)\"\n >{{ item }}</a\n >\n </li>\n </ul>\n</div>\n", styles: [".btn-group .has-border{border-radius:50%;border:2px solid #000;height:40px;width:40px;padding:9px 0;cursor:pointer;text-align:center}.btn-group button.dropdown-toggle.btn{display:flex;align-items:center;justify-content:center;background:#ffffff;padding:0;font-size:18px;line-height:26px;box-shadow:none;width:40px;height:40px;border-radius:50%;color:#000}.btn-group button.dropdown-toggle.btn:hover{background:#000000;color:#fff}.btn-group button.dropdown-toggle.btn .si-more-options{font-size:18px}.btn-group .dropdown-menu{min-width:240px;margin-top:10px;border:none;border-radius:10px;padding-top:20px;padding-bottom:20px;right:-10px;left:auto;box-shadow:0 0 30px #0003;max-height:none;overflow:inherit}.btn-group .dropdown-menu li a.dropdown-item{padding:0 20px;line-height:40px;color:#000;font-weight:600}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{content:\"\\e252\";font-family:Glyphicons Halflings!important;font-size:14px;transform:rotate(180deg);display:inline-block;position:absolute;top:-13px;right:23px;color:#fff}.btn-group.open button.dropdown-toggle.btn{background:#000000;color:#fff}\n"], directives: [{ type: i1$1.BsDropdownDirective, selector: "[bsDropdown],[dropdown]", inputs: ["autoClose", "isAnimated", "insideClick", "isDisabled", "isOpen", "placement", "triggers", "container", "dropup"], outputs: ["onShown", "onHidden", "isOpenChange"], exportAs: ["bs-dropdown"] }, { type: i1$1.BsDropdownToggleDirective, selector: "[bsDropdownToggle],[dropdownToggle]", exportAs: ["bs-dropdown-toggle"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.BsDropdownMenuDirective, selector: "[bsDropdownMenu],[dropdownMenu]", exportAs: ["bs-dropdown-menu"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuComponent, decorators: [{
173
176
  type: Component,
174
- args: [{ selector: 'symphony-pill', encapsulation: ViewEncapsulation.None, 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>", styles: [".sfx-pill-item{font-family:neuzeit_groteskbold;background-color:#f1f1f1;color:#000;padding:10px 20px;border-radius:25px;text-align:center;font-weight:600;margin-right:10px;margin-top:10px;position:relative}.sfx-pill-item:hover,.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;position:absolute;left:14px;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 #0003;font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:160px;font-size:13px;color:#000}\n"] }]
175
- }], ctorParameters: function () { return []; }, propDecorators: { pillLabel: [{
176
- type: Input
177
- }], isInverse: [{
178
- type: Input
179
- }], hasClose: [{
180
- type: Input
181
- }], tooltipLabel: [{
177
+ args: [{ selector: 'symphony-contextual-menu', template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n [ngClass]=\"{\n 'has-border': model.hasBorder\n }\"\n aria-controls=\"dropdown-basic\"\n aria-label=\"more-actions-menu\"\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 item of model.items\">\n <a\n class=\"dropdown-item\"\n href=\"#\"\n (click)=\"$event.preventDefault(); onItemClick(item)\"\n >{{ item }}</a\n >\n </li>\n </ul>\n</div>\n", styles: [".btn-group .has-border{border-radius:50%;border:2px solid #000;height:40px;width:40px;padding:9px 0;cursor:pointer;text-align:center}.btn-group button.dropdown-toggle.btn{display:flex;align-items:center;justify-content:center;background:#ffffff;padding:0;font-size:18px;line-height:26px;box-shadow:none;width:40px;height:40px;border-radius:50%;color:#000}.btn-group button.dropdown-toggle.btn:hover{background:#000000;color:#fff}.btn-group button.dropdown-toggle.btn .si-more-options{font-size:18px}.btn-group .dropdown-menu{min-width:240px;margin-top:10px;border:none;border-radius:10px;padding-top:20px;padding-bottom:20px;right:-10px;left:auto;box-shadow:0 0 30px #0003;max-height:none;overflow:inherit}.btn-group .dropdown-menu li a.dropdown-item{padding:0 20px;line-height:40px;color:#000;font-weight:600}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{content:\"\\e252\";font-family:Glyphicons Halflings!important;font-size:14px;transform:rotate(180deg);display:inline-block;position:absolute;top:-13px;right:23px;color:#fff}.btn-group.open button.dropdown-toggle.btn{background:#000000;color:#fff}\n"] }]
178
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
182
179
  type: Input
183
- }], removePill: [{
180
+ }], itemClick: [{
184
181
  type: Output
185
182
  }] } });
186
183
 
187
- class PillModule {
184
+ class ContextualMenuModule {
188
185
  }
189
- PillModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
190
- PillModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, declarations: [PillComponent], imports: [CommonModule, i2.TooltipModule], exports: [PillComponent] });
191
- PillModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, imports: [[
192
- CommonModule, TooltipModule.forRoot()
193
- ]] });
194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, decorators: [{
186
+ ContextualMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
187
+ ContextualMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, declarations: [ContextualMenuComponent], imports: [CommonModule, i1$1.BsDropdownModule, BrowserAnimationsModule], exports: [ContextualMenuComponent] });
188
+ ContextualMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, imports: [[CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule]] });
189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, decorators: [{
195
190
  type: NgModule,
196
191
  args: [{
197
- declarations: [PillComponent],
198
- imports: [
199
- CommonModule, TooltipModule.forRoot()
200
- ],
201
- exports: [PillComponent],
192
+ declarations: [ContextualMenuComponent],
193
+ imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
194
+ exports: [ContextualMenuComponent],
202
195
  }]
203
196
  }] });
204
197
 
205
- class TaskIconComponent {
198
+ class FilterAreaComponent {
206
199
  constructor() { }
207
200
  }
208
- TaskIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
209
- TaskIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskIconComponent, selector: "symphony-task-icon", inputs: { isComplete: "isComplete" }, ngImport: i0, template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'si-task-completed': !isComplete,\n 'si-task-open': isComplete\n }\"\n ></i>\n</div>\n", styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;position:relative;top:15px;left:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
210
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconComponent, decorators: [{
201
+ FilterAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
202
+ FilterAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterAreaComponent, selector: "symphony-filter-area", ngImport: i0, 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>", styles: [".sfx-filter-section{background:#000000;color:#fff;padding:1.875rem 2.5rem}\n"] });
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaComponent, decorators: [{
211
204
  type: Component,
212
- args: [{ selector: 'symphony-task-icon', template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'si-task-completed': !isComplete,\n 'si-task-open': isComplete\n }\"\n ></i>\n</div>\n", styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;position:relative;top:15px;left:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}\n"] }]
213
- }], ctorParameters: function () { return []; }, propDecorators: { isComplete: [{
214
- type: Input
215
- }] } });
205
+ args: [{ selector: 'symphony-filter-area', 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>", styles: [".sfx-filter-section{background:#000000;color:#fff;padding:1.875rem 2.5rem}\n"] }]
206
+ }], ctorParameters: function () { return []; } });
216
207
 
217
- class TaskIconModule {
208
+ class FilterAreaModule {
218
209
  }
219
- TaskIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
220
- TaskIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, declarations: [TaskIconComponent], imports: [CommonModule], exports: [TaskIconComponent] });
221
- TaskIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, imports: [[CommonModule]] });
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, decorators: [{
210
+ FilterAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
211
+ FilterAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, declarations: [FilterAreaComponent], imports: [CommonModule], exports: [FilterAreaComponent] });
212
+ FilterAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, imports: [[CommonModule]] });
213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, decorators: [{
223
214
  type: NgModule,
224
215
  args: [{
225
- declarations: [TaskIconComponent],
216
+ declarations: [FilterAreaComponent],
226
217
  imports: [CommonModule],
227
- exports: [TaskIconComponent],
218
+ exports: [FilterAreaComponent]
228
219
  }]
229
220
  }] });
230
221
 
231
- class ColorSampleComponent {
232
- constructor() { }
233
- ngOnInit() {
234
- this.bgColor = this.color;
222
+ var ActivityScoreLevel;
223
+ (function (ActivityScoreLevel) {
224
+ ActivityScoreLevel["Low"] = "low";
225
+ ActivityScoreLevel["Medium"] = "medium";
226
+ ActivityScoreLevel["High"] = "high";
227
+ ActivityScoreLevel["Empty"] = "empty";
228
+ })(ActivityScoreLevel || (ActivityScoreLevel = {}));
229
+
230
+ class ContactActivityScoreComponent {
231
+ constructor() {
232
+ this.contactActivityScoreModel = { activityScore: ActivityScoreLevel.Low };
233
+ this.contact = { candidateScoreActivityScore: 0 };
234
+ }
235
+ refresh(params) {
236
+ return true;
237
+ }
238
+ agInit(params) {
239
+ this.contact = params.data;
240
+ if (!this.contact.header5) {
241
+ this.dataAvailable = 'N/A';
242
+ }
243
+ else {
244
+ this.dataAvailable = this.contact.header5;
245
+ }
246
+ switch (true) {
247
+ case this.contact.header5 >= 0 && this.contact.header5 < 34: {
248
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Low;
249
+ break;
250
+ }
251
+ case this.contact.header5 >= 34 && this.contact.header5 <= 66: {
252
+ this.contactActivityScoreModel.activityScore =
253
+ ActivityScoreLevel.Medium;
254
+ break;
255
+ }
256
+ case this.contact.header5 > 66: {
257
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.High;
258
+ break;
259
+ }
260
+ default: {
261
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Empty;
262
+ break;
263
+ }
264
+ }
235
265
  }
236
266
  }
237
- ColorSampleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
238
- ColorSampleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ColorSampleComponent, selector: "symphony-color-sample", inputs: { color: "color" }, ngImport: i0, template: "<div\n class=\"color-sample\"\n [ngClass]=\"bgColor\"\n [ngStyle]=\"{\n border: color === 'background-color-white' ? '1px solid #000' : 'none'\n }\"\n></div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleComponent, decorators: [{
267
+ ContactActivityScoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
268
+ ContactActivityScoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ContactActivityScoreComponent, selector: "symphony-contact-activity-score", ngImport: i0, 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", styles: [".activity-score-bg{height:38px;width:38px;background-color:#bbb;border-radius:50%;display:inline-block;color:#fff;text-align:center}.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}\n"] });
269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreComponent, decorators: [{
240
270
  type: Component,
241
- args: [{ selector: 'symphony-color-sample', template: "<div\n class=\"color-sample\"\n [ngClass]=\"bgColor\"\n [ngStyle]=\"{\n border: color === 'background-color-white' ? '1px solid #000' : 'none'\n }\"\n></div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}\n"] }]
242
- }], ctorParameters: function () { return []; }, propDecorators: { color: [{
243
- type: Input
244
- }] } });
271
+ args: [{ selector: 'symphony-contact-activity-score', 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", styles: [".activity-score-bg{height:38px;width:38px;background-color:#bbb;border-radius:50%;display:inline-block;color:#fff;text-align:center}.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}\n"] }]
272
+ }], ctorParameters: function () { return []; } });
245
273
 
246
- class ColorSampleModule {
274
+ class EventSettingsMoreOptionsComponent {
275
+ constructor() {
276
+ this.agGridParams = {};
277
+ this.moreOptions = {
278
+ items: ['Edit', 'Set as Default'],
279
+ hasBorder: false,
280
+ };
281
+ }
282
+ refresh(params) {
283
+ return true;
284
+ }
285
+ agInit(params) {
286
+ this.agGridParams = params;
287
+ }
288
+ onItemClick(item) {
289
+ const action = {
290
+ item,
291
+ row: this.agGridParams,
292
+ };
293
+ this.agGridParams.itemClick(action);
294
+ }
247
295
  }
248
- ColorSampleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
249
- ColorSampleModulemod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, declarations: [ColorSampleComponent], imports: [CommonModule], exports: [ColorSampleComponent] });
250
- ColorSampleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, imports: [[CommonModule]] });
251
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, decorators: [{
252
- type: NgModule,
253
- args: [{
254
- declarations: [ColorSampleComponent],
255
- imports: [CommonModule],
256
- exports: [ColorSampleComponent],
257
- }]
258
- }] });
296
+ EventSettingsMoreOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
297
+ EventSettingsMoreOptionsComponentcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EventSettingsMoreOptionsComponent, selector: "symphony-event-settings-more-options", ngImport: i0, template: "<symphony-contextual-menu\n class=\"more-options\"\n *ngIf=\"moreOptions.items && moreOptions.items.length > 0\"\n [model]=\"moreOptions\"\n (itemClick)=\"onItemClick($event)\"\n>\n</symphony-contextual-menu>\n", components: [{ type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsComponent, decorators: [{
299
+ type: Component,
300
+ args: [{ selector: 'symphony-event-settings-more-options', template: "<symphony-contextual-menu\n class=\"more-options\"\n *ngIf=\"moreOptions.items && moreOptions.items.length > 0\"\n [model]=\"moreOptions\"\n (itemClick)=\"onItemClick($event)\"\n>\n</symphony-contextual-menu>\n" }]
301
+ }], ctorParameters: function () { return []; } });
259
302
 
260
- class H2Component {
261
- constructor() { }
303
+ class InputToggleComponent {
304
+ constructor() {
305
+ this.toggleClick = new EventEmitter();
306
+ }
307
+ toggleClicked() {
308
+ this.isToggled = !this.isToggled;
309
+ this.toggleClick.emit(this.isToggled);
310
+ }
262
311
  }
263
- H2Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
264
- H2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H2Component, selector: "symphony-h2", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n", styles: [".h2-primary,.h2-secondary{margin-bottom:0;line-height:40px;letter-spacing:-2px;margin-top:0}.h2-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
265
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Component, decorators: [{
312
+ InputToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
313
+ InputToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputToggleComponent, selector: "symphony-input-toggle", inputs: { isToggled: "isToggled", isInverse: "isInverse" }, outputs: { toggleClick: "toggleClick" }, ngImport: i0, template: "<label class=\"switch\">\n <input\n aria-label=\"toggle-active-state\"\n [checked]=\"isToggled\"\n type=\"checkbox\"\n (click)=\"toggleClicked()\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n />\n <span class=\"slider round\"></span>\n</label>\n", styles: [".switch{position:relative;vertical-align:middle;display:inline-block;width:30px;height:14px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:\"\";height:10px;width:10px;left:2px;bottom:2px;background-color:#fff;transition:.4s}.slider.round{border-radius:16px}.slider.round.round:before{border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(15px)}input:focus+.slider{box-shadow:0 0 1px #2196f3}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleComponent, decorators: [{
266
315
  type: Component,
267
- args: [{ selector: 'symphony-h2', template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n", styles: [".h2-primary,.h2-secondary{margin-bottom:0;line-height:40px;letter-spacing:-2px;margin-top:0}.h2-secondary{color:#fff}\n"] }]
268
- }], ctorParameters: function () { return []; }, propDecorators: { text: [{
316
+ args: [{ selector: 'symphony-input-toggle', template: "<label class=\"switch\">\n <input\n aria-label=\"toggle-active-state\"\n [checked]=\"isToggled\"\n type=\"checkbox\"\n (click)=\"toggleClicked()\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n />\n <span class=\"slider round\"></span>\n</label>\n", styles: [".switch{position:relative;vertical-align:middle;display:inline-block;width:30px;height:14px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:\"\";height:10px;width:10px;left:2px;bottom:2px;background-color:#fff;transition:.4s}.slider.round{border-radius:16px}.slider.round.round:before{border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(15px)}input:focus+.slider{box-shadow:0 0 1px #2196f3}\n"] }]
317
+ }], ctorParameters: function () { return []; }, propDecorators: { isToggled: [{
269
318
  type: Input
270
- }], isSecondary: [{
319
+ }], isInverse: [{
271
320
  type: Input
321
+ }], toggleClick: [{
322
+ type: Output
272
323
  }] } });
273
324
 
274
- class H2Module {
275
- }
276
- H2Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
277
- H2Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, declarations: [H2Component], imports: [CommonModule], exports: [H2Component] });
278
- H2Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, imports: [[CommonModule]] });
279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, decorators: [{
280
- type: NgModule,
281
- args: [{
282
- declarations: [H2Component],
283
- imports: [CommonModule],
284
- exports: [H2Component],
285
- }]
286
- }] });
287
-
288
- class H3Component {
289
- constructor() { }
325
+ class GridToggleCellRendererComponent {
326
+ refresh(params) {
327
+ return true;
328
+ }
329
+ agInit(params) {
330
+ this.params = params;
331
+ }
332
+ toggleClickedHandler(isToggled) {
333
+ const model = {
334
+ isToggled,
335
+ row: this.params,
336
+ };
337
+ this.params.clicked(model);
338
+ }
290
339
  }
291
- H3Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
292
- H3Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H3Component, selector: "symphony-h3", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n", styles: [".h3-primary,.h3-secondary{margin-bottom:0;line-height:30px;letter-spacing:-1px;margin-top:0}.h3-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Component, decorators: [{
340
+ GridToggleCellRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
341
+ GridToggleCellRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridToggleCellRendererComponent, selector: "symphony-grid-toggle-cell-renderer", ngImport: i0, template: "<symphony-input-toggle\n [isToggled]=\"params.data[params.colDef.field]\"\n (toggleClick)=\"toggleClickedHandler($event)\"\n></symphony-input-toggle>\n", components: [{ type: InputToggleComponent, selector: "symphony-input-toggle", inputs: ["isToggled", "isInverse"], outputs: ["toggleClick"] }] });
342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererComponent, decorators: [{
294
343
  type: Component,
295
- args: [{ selector: 'symphony-h3', template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n", styles: [".h3-primary,.h3-secondary{margin-bottom:0;line-height:30px;letter-spacing:-1px;margin-top:0}.h3-secondary{color:#fff}\n"] }]
296
- }], ctorParameters: function () { return []; }, propDecorators: { text: [{
297
- type: Input
298
- }], isSecondary: [{
299
- type: Input
300
- }] } });
344
+ args: [{ selector: 'symphony-grid-toggle-cell-renderer', template: "<symphony-input-toggle\n [isToggled]=\"params.data[params.colDef.field]\"\n (toggleClick)=\"toggleClickedHandler($event)\"\n></symphony-input-toggle>\n" }]
345
+ }] });
301
346
 
302
- class H3Module {
303
- }
304
- H3Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
305
- H3Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, declarations: [H3Component], imports: [CommonModule], exports: [H3Component] });
306
- H3Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, imports: [[CommonModule]] });
307
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, decorators: [{
347
+ var RelevanceScoreLevel;
348
+ (function (RelevanceScoreLevel) {
349
+ RelevanceScoreLevel["Value"] = "value";
350
+ RelevanceScoreLevel["Empty"] = "empty";
351
+ })(RelevanceScoreLevel || (RelevanceScoreLevel = {}));
352
+
353
+ class RelevanceScoreComponent {
354
+ constructor() {
355
+ this.relevanceScoreModel = { relevanceScore: RelevanceScoreLevel.Empty };
356
+ this.contact = { relevanceScore: 0 };
357
+ }
358
+ refresh(params) {
359
+ return true;
360
+ }
361
+ agInit(params) {
362
+ this.contact = params.data;
363
+ if (this.contact) {
364
+ if (this.contact.header4 || this.contact.header4 === 0) {
365
+ this.relevanceData = this.contact.header4;
366
+ this.relevanceScoreModel.relevanceScore = RelevanceScoreLevel.Value;
367
+ }
368
+ else {
369
+ this.relevanceData = 'N/A';
370
+ }
371
+ }
372
+ }
373
+ }
374
+ RelevanceScoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
375
+ RelevanceScoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: RelevanceScoreComponent, selector: "symphony-relevance-score", ngImport: i0, template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>", styles: [".relevance-score-bg{height:38px;width:38px;background-color:#fff;border-radius:50%;display:inline-block;color:#000;text-align:center}.relevance-score-value{border:1px solid black;font-weight:700}\n"] });
376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreComponent, decorators: [{
377
+ type: Component,
378
+ args: [{ selector: 'symphony-relevance-score', template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>", styles: [".relevance-score-bg{height:38px;width:38px;background-color:#fff;border-radius:50%;display:inline-block;color:#000;text-align:center}.relevance-score-value{border:1px solid black;font-weight:700}\n"] }]
379
+ }], ctorParameters: function () { return []; } });
380
+
381
+ class GridComponent {
382
+ constructor() {
383
+ this.rowHeightPage = 80;
384
+ this.gridHeight = 100;
385
+ this.frameworkComponents = this.getFrameworkComponents();
386
+ this.getRowHeight = () => {
387
+ return this.rowHeightPage;
388
+ };
389
+ }
390
+ getFrameworkComponents() {
391
+ return {
392
+ contactActivityScore: ContactActivityScoreComponent,
393
+ fitScore: RelevanceScoreComponent,
394
+ gridToggle: GridToggleCellRendererComponent,
395
+ moreActions: EventSettingsMoreOptionsComponent,
396
+ };
397
+ }
398
+ }
399
+ GridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
400
+ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridComponent, selector: "symphony-grid", inputs: { columnDefs: "columnDefs", rowData: "rowData", onGridReadyFunction: "onGridReadyFunction" }, ngImport: i0, template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"rowData\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReadyFunction($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n", styles: [""], components: [{ type: i1$2.AgGridAngular, selector: "ag-grid-angular", inputs: ["alignedGrids", "rowData", "columnDefs", "excelStyles", "pinnedTopRowData", "pinnedBottomRowData", "chartThemes", "components", "frameworkComponents", "rowStyle", "context", "autoGroupColumnDef", "localeText", "icons", "datasource", "serverSideDatasource", "viewportDatasource", "groupRowRendererParams", "aggFuncs", "fullWidthCellRendererParams", "defaultColGroupDef", "defaultColDef", "defaultExportParams", "columnTypes", "rowClassRules", "detailGridOptions", "detailCellRendererParams", "loadingCellRendererParams", "loadingOverlayComponentParams", "noRowsOverlayComponentParams", "popupParent", "colResizeDefault", "reduxStore", "statusBar", "sideBar", "chartThemeOverrides", "customChartThemes", "sortingOrder", "rowClass", "rowSelection", "overlayLoadingTemplate", "overlayNoRowsTemplate", "quickFilterText", "rowModelType", "editType", "domLayout", "clipboardDeliminator", "rowGroupPanelShow", "multiSortKey", "pivotColumnGroupTotals", "pivotRowTotals", "pivotPanelShow", "fillHandleDirection", "rowHeight", "detailRowHeight", "rowBuffer", "colWidth", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "groupDefaultExpanded", "minColWidth", "maxColWidth", "viewportRowModelPageSize", "viewportRowModelBufferSize", "autoSizePadding", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "tooltipShowDelay", "cacheOverflowSize", "paginationPageSize", "cacheBlockSize", "infiniteInitialRowCount", "scrollbarWidth", "batchUpdateWaitMillis", "asyncTransactionWaitMillis", "blockLoadDebounceMillis", "keepDetailRowsCount", "undoRedoCellEditingLimit", "cellFlashDelay", "cellFadeDelay", "localeTextFunc", "groupRowInnerRenderer", "groupRowInnerRendererFramework", "dateComponent", "dateComponentFramework", "groupRowRenderer", "groupRowRendererFramework", "isExternalFilterPresent", "getRowHeight", "doesExternalFilterPass", "getRowClass", "getRowStyle", "getRowClassRules", "traverseNode", "getContextMenuItems", "getMainMenuItems", "processRowPostCreate", "processCellForClipboard", "groupRowAggNodes", "getRowNodeId", "isFullWidthCell", "fullWidthCellRenderer", "fullWidthCellRendererFramework", "processSecondaryColDef", "processSecondaryColGroupDef", "getBusinessKeyForNode", "sendToClipboard", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getDetailRowData", "processCellFromClipboard", "getDocument", "postProcessPopup", "getChildCount", "getDataPath", "loadingCellRenderer", "loadingCellRendererFramework", "loadingOverlayComponent", "loadingOverlayComponentFramework", "noRowsOverlayComponent", "noRowsOverlayComponentFramework", "detailCellRenderer", "detailCellRendererFramework", "defaultGroupSortComparator", "isRowMaster", "isRowSelectable", "postSort", "processHeaderForClipboard", "paginationNumberFormatter", "processDataFromClipboard", "getServerSideGroupKey", "isServerSideGroup", "suppressKeyboardEvent", "createChartContainer", "processChartOptions", "getChartToolbarItems", "fillOperation", "suppressMakeColumnVisibleAfterUnGroup", "suppressRowClickSelection", "suppressCellSelection", "suppressHorizontalScroll", "alwaysShowVerticalScroll", "debug", "enableBrowserTooltips", "enableCellExpressions", "angularCompileRows", "angularCompileFilters", "groupSuppressAutoColumn", "groupSelectsChildren", "groupIncludeFooter", "groupIncludeTotalFooter", "groupUseEntireRow", "groupSuppressBlankHeader", "suppressMenuHide", "suppressRowDeselection", "unSortIcon", "suppressMultiSort", "singleClickEdit", "suppressLoadingOverlay", "suppressNoRowsOverlay", "suppressAutoSize", "skipHeaderOnAutoSize", "suppressParentsInRowNodes", "suppressColumnMoveAnimation", "suppressMovableColumns", "suppressFieldDotNotation", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "suppressClearOnFillReduction", "deltaSort", "suppressTouch", "suppressAsyncEvents", "allowContextMenuWithControlKey", "suppressContextMenu", "rememberGroupStateWhenNewData", "enableCellChangeFlash", "suppressDragLeaveHidesColumns", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "suppressCopyRowsToClipboard", "copyHeadersToClipboard", "pivotMode", "suppressAggFuncInHeader", "suppressColumnVirtualisation", "suppressAggAtRootLevel", "suppressFocusAfterRefresh", "functionsPassive", "functionsReadOnly", "animateRows", "groupSelectsFiltered", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "enableRtl", "suppressClickEdit", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "enableMultiRowDragging", "enableGroupEdit", "embedFullWidthRows", "deprecatedEmbedFullWidthRows", "suppressPaginationPanel", "floatingFilter", "groupHideOpenParents", "groupMultiAutoColumn", "pagination", "stopEditingWhenGridLosesFocus", "paginationAutoPageSize", "suppressScrollOnNewData", "purgeClosedRowNodes", "cacheQuickFilter", "deltaRowDataMode", "ensureDomOrder", "accentedSort", "suppressChangeDetection", "valueCache", "valueCacheNeverExpires", "aggregateOnlyChangedColumns", "suppressAnimationFrame", "suppressExcelExport", "suppressCsvExport", "treeData", "masterDetail", "suppressMultiRangeSelection", "enterMovesDownAfterEdit", "enterMovesDown", "suppressPropertyNamesCheck", "rowMultiSelectWithClick", "suppressEnterpriseResetOnNewColumns", "enableOldSetFilterModel", "suppressRowHoverHighlight", "suppressRowTransform", "suppressClipboardPaste", "suppressLastEmptyLineOnPaste", "serverSideSortingAlwaysResets", "reactNext", "suppressSetColumnStateEvents", "suppressColumnStateEvents", "enableCharts", "deltaColumnMode", "suppressMaintainUnsortedOrder", "enableCellTextSelection", "suppressBrowserResizeObserver", "suppressMaxRenderedRowRestriction", "excludeChildrenWhenTreeDataFiltering", "tooltipMouseTrack", "keepDetailRows", "paginateChildRows", "preventDefaultOnContextMenu", "undoRedoCellEditing", "allowDragFromColumnsToolPanel", "immutableData", "immutableColumns", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "applyColumnDefOrder", "debounceVerticalScrollbar", "detailRowAutoHeight", "gridOptions", "modules"], outputs: ["columnEverythingChanged", "newColumnsLoaded", "columnPivotModeChanged", "columnRowGroupChanged", "expandOrCollapseAll", "columnPivotChanged", "gridColumnsChanged", "columnValueChanged", "columnMoved", "columnVisible", "columnPinned", "columnGroupOpened", "columnResized", "displayedColumnsChanged", "virtualColumnsChanged", "rowGroupOpened", "rowDataChanged", "rowDataUpdated", "pinnedRowDataChanged", "rangeSelectionChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "toolPanelVisibleChanged", "modelUpdated", "pasteStart", "pasteEnd", "fillStart", "fillEnd", "cellClicked", "cellDoubleClicked", "cellMouseDown", "cellContextMenu", "cellValueChanged", "rowValueChanged", "cellFocused", "rowSelected", "selectionChanged", "cellKeyDown", "cellKeyPress", "cellMouseOver", "cellMouseOut", "filterChanged", "filterModified", "filterOpened", "sortChanged", "virtualRowRemoved", "rowClicked", "rowDoubleClicked", "gridReady", "gridSizeChanged", "viewportChanged", "scrollbarWidthChanged", "firstDataRendered", "dragStarted", "dragStopped", "checkboxChanged", "rowEditingStarted", "rowEditingStopped", "cellEditingStarted", "cellEditingStopped", "bodyScroll", "animationQueueEmpty", "heightScaleChanged", "paginationChanged", "componentStateChanged", "bodyHeightChanged", "displayedColumnsWidthChanged", "scrollVisibilityChanged", "columnHoverChanged", "flashCells", "paginationPixelOffsetChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "popupToFront", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest", "keyboardFocus", "mouseFocus"] }] });
401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, decorators: [{
402
+ type: Component,
403
+ args: [{ selector: 'symphony-grid', template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"rowData\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReadyFunction($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n", styles: [""] }]
404
+ }], ctorParameters: function () { return []; }, propDecorators: { columnDefs: [{
405
+ type: Input
406
+ }], rowData: [{
407
+ type: Input
408
+ }], onGridReadyFunction: [{
409
+ type: Input
410
+ }] } });
411
+
412
+ class ContactActivityScoreModule {
413
+ }
414
+ ContactActivityScoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
415
+ ContactActivityScoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, declarations: [ContactActivityScoreComponent], imports: [CommonModule] });
416
+ ContactActivityScoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, imports: [[CommonModule]] });
417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, decorators: [{
308
418
  type: NgModule,
309
419
  args: [{
310
- declarations: [H3Component],
420
+ declarations: [ContactActivityScoreComponent],
311
421
  imports: [CommonModule],
312
- exports: [H3Component],
313
422
  }]
314
423
  }] });
315
424
 
316
- class H4Component {
317
- constructor() { }
425
+ class EventSettingsMoreOptionsModule {
318
426
  }
319
- H4Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
320
- H4Componentcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H4Component, selector: "symphony-h4", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n", styles: [".h4-primary,.h4-secondary{margin-bottom:0;line-height:20px;letter-spacing:-1px;margin-top:0}.h4-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
321
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Component, decorators: [{
322
- type: Component,
323
- args: [{ selector: 'symphony-h4', template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n", styles: [".h4-primary,.h4-secondary{margin-bottom:0;line-height:20px;letter-spacing:-1px;margin-top:0}.h4-secondary{color:#fff}\n"] }]
324
- }], ctorParameters: function () { return []; }, propDecorators: { text: [{
325
- type: Input
326
- }], isSecondary: [{
327
- type: Input
328
- }] } });
427
+ EventSettingsMoreOptionsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
428
+ EventSettingsMoreOptionsModulemod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, declarations: [EventSettingsMoreOptionsComponent], imports: [CommonModule, ContextualMenuModule], exports: [EventSettingsMoreOptionsComponent] });
429
+ EventSettingsMoreOptionsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, imports: [[CommonModule, ContextualMenuModule]] });
430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, decorators: [{
431
+ type: NgModule,
432
+ args: [{
433
+ declarations: [EventSettingsMoreOptionsComponent],
434
+ imports: [CommonModule, ContextualMenuModule],
435
+ exports: [EventSettingsMoreOptionsComponent],
436
+ }]
437
+ }] });
329
438
 
330
- class H4Module {
439
+ class InputToggleModule {
331
440
  }
332
- H4Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
333
- H4Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, declarations: [H4Component], imports: [CommonModule], exports: [H4Component] });
334
- H4Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, imports: [[CommonModule]] });
335
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, decorators: [{
441
+ InputToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
442
+ InputToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, declarations: [InputToggleComponent], imports: [CommonModule], exports: [InputToggleComponent] });
443
+ InputToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, imports: [[CommonModule]] });
444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, decorators: [{
336
445
  type: NgModule,
337
446
  args: [{
338
- declarations: [H4Component],
447
+ declarations: [InputToggleComponent],
339
448
  imports: [CommonModule],
340
- exports: [H4Component],
449
+ exports: [InputToggleComponent],
450
+ }]
451
+ }] });
452
+
453
+ class GridToggleCellRendererModule {
454
+ }
455
+ GridToggleCellRendererModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
456
+ GridToggleCellRendererModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, declarations: [GridToggleCellRendererComponent], imports: [CommonModule, InputToggleModule], exports: [GridToggleCellRendererComponent] });
457
+ GridToggleCellRendererModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, imports: [[CommonModule, InputToggleModule]] });
458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, decorators: [{
459
+ type: NgModule,
460
+ args: [{
461
+ declarations: [GridToggleCellRendererComponent],
462
+ imports: [CommonModule, InputToggleModule],
463
+ exports: [GridToggleCellRendererComponent],
464
+ }]
465
+ }] });
466
+
467
+ class RelevanceScoreModule {
468
+ }
469
+ RelevanceScoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
470
+ RelevanceScoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, declarations: [RelevanceScoreComponent], imports: [CommonModule] });
471
+ RelevanceScoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, imports: [[CommonModule]] });
472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, decorators: [{
473
+ type: NgModule,
474
+ args: [{
475
+ declarations: [RelevanceScoreComponent],
476
+ imports: [CommonModule],
477
+ }]
478
+ }] });
479
+
480
+ class FrameworkModule {
481
+ }
482
+ FrameworkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
483
+ FrameworkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, exports: [ContactActivityScoreModule,
484
+ RelevanceScoreModule,
485
+ GridToggleCellRendererModule,
486
+ EventSettingsMoreOptionsModule] });
487
+ FrameworkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, imports: [[], ContactActivityScoreModule,
488
+ RelevanceScoreModule,
489
+ GridToggleCellRendererModule,
490
+ EventSettingsMoreOptionsModule] });
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, decorators: [{
492
+ type: NgModule,
493
+ args: [{
494
+ declarations: [],
495
+ imports: [],
496
+ exports: [
497
+ ContactActivityScoreModule,
498
+ RelevanceScoreModule,
499
+ GridToggleCellRendererModule,
500
+ EventSettingsMoreOptionsModule,
501
+ ],
502
+ }]
503
+ }] });
504
+
505
+ class GridModule {
506
+ }
507
+ GridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
508
+ GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, declarations: [GridComponent], imports: [CommonModule, i1$2.AgGridModule, FrameworkModule], exports: [GridComponent] });
509
+ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, imports: [[CommonModule, AgGridModule.withComponents([]), FrameworkModule]] });
510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, decorators: [{
511
+ type: NgModule,
512
+ args: [{
513
+ declarations: [GridComponent],
514
+ imports: [CommonModule, AgGridModule.withComponents([]), FrameworkModule],
515
+ exports: [GridComponent]
341
516
  }]
342
517
  }] });
343
518
 
@@ -369,92 +544,176 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
369
544
  }]
370
545
  }] });
371
546
 
372
- class ParagraphComponent {
547
+ class H2Component {
373
548
  constructor() { }
374
549
  }
375
- ParagraphComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
376
- ParagraphComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ParagraphComponent, selector: "symphony-paragraph", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, 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", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphComponent, decorators: [{
550
+ H2Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
551
+ H2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H2Component, selector: "symphony-h2", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n", styles: [".h2-primary,.h2-secondary{margin-bottom:0;line-height:40px;letter-spacing:-2px;margin-top:0}.h2-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Component, decorators: [{
378
553
  type: Component,
379
- args: [{ selector: 'symphony-paragraph', 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", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"] }]
554
+ args: [{ selector: 'symphony-h2', template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n", styles: [".h2-primary,.h2-secondary{margin-bottom:0;line-height:40px;letter-spacing:-2px;margin-top:0}.h2-secondary{color:#fff}\n"] }]
380
555
  }], ctorParameters: function () { return []; }, propDecorators: { text: [{
381
556
  type: Input
382
557
  }], isSecondary: [{
383
558
  type: Input
384
559
  }] } });
385
560
 
386
- class ParagraphModule {
561
+ class H2Module {
387
562
  }
388
- ParagraphModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
389
- ParagraphModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, declarations: [ParagraphComponent], imports: [CommonModule], exports: [ParagraphComponent] });
390
- ParagraphModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, imports: [[CommonModule]] });
391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, decorators: [{
563
+ H2Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
564
+ H2Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, declarations: [H2Component], imports: [CommonModule], exports: [H2Component] });
565
+ H2Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, imports: [[CommonModule]] });
566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, decorators: [{
392
567
  type: NgModule,
393
568
  args: [{
394
- declarations: [ParagraphComponent],
569
+ declarations: [H2Component],
395
570
  imports: [CommonModule],
396
- exports: [ParagraphComponent],
571
+ exports: [H2Component],
397
572
  }]
398
573
  }] });
399
574
 
400
- class H5Component {
575
+ class H3Component {
401
576
  constructor() { }
402
577
  }
403
- H5Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
404
- H5Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H5Component, selector: "symphony-h5", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n", styles: [".h5-primary,.h5-secondary{margin-bottom:0;line-height:20px;margin-top:0}.h5-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
405
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Component, decorators: [{
578
+ H3Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
579
+ H3Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H3Component, selector: "symphony-h3", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n", styles: [".h3-primary,.h3-secondary{margin-bottom:0;line-height:30px;letter-spacing:-1px;margin-top:0}.h3-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
580
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Component, decorators: [{
406
581
  type: Component,
407
- args: [{ selector: 'symphony-h5', template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n", styles: [".h5-primary,.h5-secondary{margin-bottom:0;line-height:20px;margin-top:0}.h5-secondary{color:#fff}\n"] }]
582
+ args: [{ selector: 'symphony-h3', template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n", styles: [".h3-primary,.h3-secondary{margin-bottom:0;line-height:30px;letter-spacing:-1px;margin-top:0}.h3-secondary{color:#fff}\n"] }]
408
583
  }], ctorParameters: function () { return []; }, propDecorators: { text: [{
409
584
  type: Input
410
585
  }], isSecondary: [{
411
586
  type: Input
412
587
  }] } });
413
588
 
414
- class H5Module {
589
+ class H3Module {
415
590
  }
416
- H5Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
417
- H5Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, declarations: [H5Component], imports: [CommonModule], exports: [H5Component] });
418
- H5Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, imports: [[CommonModule]] });
419
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, decorators: [{
591
+ H3Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
592
+ H3Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, declarations: [H3Component], imports: [CommonModule], exports: [H3Component] });
593
+ H3Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, imports: [[CommonModule]] });
594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, decorators: [{
420
595
  type: NgModule,
421
596
  args: [{
422
- declarations: [H5Component],
597
+ declarations: [H3Component],
423
598
  imports: [CommonModule],
424
- exports: [H5Component],
599
+ exports: [H3Component],
425
600
  }]
426
601
  }] });
427
602
 
428
- class IconComponent {
429
- constructor() {
430
- this.size = '18px';
431
- this.clicked = new EventEmitter();
432
- }
433
- onClick() {
434
- this.clicked.emit('clicked');
435
- }
603
+ class H4Component {
604
+ constructor() { }
436
605
  }
437
- IconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
438
- IconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: IconComponent, selector: "symphony-icon", inputs: { icon: "icon", isSecondary: "isSecondary", size: "size" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n [style.fontSize]=\"size\"\n (click)=\"onClick()\"\n></i>\n", styles: [".icon-secondary{color:#fff}i{cursor:pointer;font-size:18px}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconComponent, decorators: [{
606
+ H4Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
607
+ H4Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H4Component, selector: "symphony-h4", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n", styles: [".h4-primary,.h4-secondary{margin-bottom:0;line-height:20px;letter-spacing:-1px;margin-top:0}.h4-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Component, decorators: [{
440
609
  type: Component,
441
- args: [{ selector: 'symphony-icon', template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n [style.fontSize]=\"size\"\n (click)=\"onClick()\"\n></i>\n", styles: [".icon-secondary{color:#fff}i{cursor:pointer;font-size:18px}\n"] }]
442
- }], ctorParameters: function () { return []; }, propDecorators: { icon: [{
610
+ args: [{ selector: 'symphony-h4', template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n", styles: [".h4-primary,.h4-secondary{margin-bottom:0;line-height:20px;letter-spacing:-1px;margin-top:0}.h4-secondary{color:#fff}\n"] }]
611
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
443
612
  type: Input
444
613
  }], isSecondary: [{
445
614
  type: Input
446
- }], size: [{
447
- type: Input
448
- }], clicked: [{
449
- type: Output
450
615
  }] } });
451
616
 
452
- class IconModule {
617
+ class H4Module {
453
618
  }
454
- IconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
455
- IconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, declarations: [IconComponent], imports: [CommonModule], exports: [IconComponent] });
456
- IconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, imports: [[CommonModule]] });
457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, decorators: [{
619
+ H4Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
620
+ H4Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, declarations: [H4Component], imports: [CommonModule], exports: [H4Component] });
621
+ H4Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, imports: [[CommonModule]] });
622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, decorators: [{
623
+ type: NgModule,
624
+ args: [{
625
+ declarations: [H4Component],
626
+ imports: [CommonModule],
627
+ exports: [H4Component],
628
+ }]
629
+ }] });
630
+
631
+ class H5Component {
632
+ constructor() { }
633
+ }
634
+ H5Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
635
+ H5Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H5Component, selector: "symphony-h5", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n", styles: [".h5-primary,.h5-secondary{margin-bottom:0;line-height:20px;margin-top:0}.h5-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Component, decorators: [{
637
+ type: Component,
638
+ args: [{ selector: 'symphony-h5', template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n", styles: [".h5-primary,.h5-secondary{margin-bottom:0;line-height:20px;margin-top:0}.h5-secondary{color:#fff}\n"] }]
639
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
640
+ type: Input
641
+ }], isSecondary: [{
642
+ type: Input
643
+ }] } });
644
+
645
+ class H5Module {
646
+ }
647
+ H5Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
648
+ H5Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, declarations: [H5Component], imports: [CommonModule], exports: [H5Component] });
649
+ H5Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, imports: [[CommonModule]] });
650
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, decorators: [{
651
+ type: NgModule,
652
+ args: [{
653
+ declarations: [H5Component],
654
+ imports: [CommonModule],
655
+ exports: [H5Component],
656
+ }]
657
+ }] });
658
+
659
+ class ParagraphComponent {
660
+ constructor() { }
661
+ }
662
+ ParagraphComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
663
+ ParagraphComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ParagraphComponent, selector: "symphony-paragraph", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, 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", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphComponent, decorators: [{
665
+ type: Component,
666
+ args: [{ selector: 'symphony-paragraph', 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", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"] }]
667
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
668
+ type: Input
669
+ }], isSecondary: [{
670
+ type: Input
671
+ }] } });
672
+
673
+ class ParagraphModule {
674
+ }
675
+ ParagraphModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
676
+ ParagraphModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, declarations: [ParagraphComponent], imports: [CommonModule], exports: [ParagraphComponent] });
677
+ ParagraphModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, imports: [[CommonModule]] });
678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, decorators: [{
679
+ type: NgModule,
680
+ args: [{
681
+ declarations: [ParagraphComponent],
682
+ imports: [CommonModule],
683
+ exports: [ParagraphComponent],
684
+ }]
685
+ }] });
686
+
687
+ class IconComponent {
688
+ constructor() {
689
+ this.size = '18px';
690
+ this.clicked = new EventEmitter();
691
+ }
692
+ onClick() {
693
+ this.clicked.emit('clicked');
694
+ }
695
+ }
696
+ IconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
697
+ IconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: IconComponent, selector: "symphony-icon", inputs: { icon: "icon", isSecondary: "isSecondary", size: "size" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n [style.fontSize]=\"size\"\n (click)=\"onClick()\"\n></i>\n", styles: [".icon-secondary{color:#fff}i{cursor:pointer;font-size:18px}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconComponent, decorators: [{
699
+ type: Component,
700
+ args: [{ selector: 'symphony-icon', template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n [style.fontSize]=\"size\"\n (click)=\"onClick()\"\n></i>\n", styles: [".icon-secondary{color:#fff}i{cursor:pointer;font-size:18px}\n"] }]
701
+ }], ctorParameters: function () { return []; }, propDecorators: { icon: [{
702
+ type: Input
703
+ }], isSecondary: [{
704
+ type: Input
705
+ }], size: [{
706
+ type: Input
707
+ }], clicked: [{
708
+ type: Output
709
+ }] } });
710
+
711
+ class IconModule {
712
+ }
713
+ IconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
714
+ IconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, declarations: [IconComponent], imports: [CommonModule], exports: [IconComponent] });
715
+ IconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, imports: [[CommonModule]] });
716
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, decorators: [{
458
717
  type: NgModule,
459
718
  args: [{
460
719
  declarations: [IconComponent],
@@ -613,145 +872,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
613
872
  }]
614
873
  }] });
615
874
 
616
- class InputRadioComponent {
617
- constructor() {
618
- this.clicked = new EventEmitter();
619
- }
620
- onClick() {
621
- this.isActive ? (this.isActive = false) : (this.isActive = true);
622
- this.clicked.emit({
623
- label: this.label,
624
- isActive: this.isActive,
625
- });
626
- }
627
- }
628
- InputRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
629
- InputRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputRadioComponent, selector: "symphony-input-radio", inputs: { isActive: "isActive", label: "label", isRequired: "isRequired" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"sfx-radio\" (click)=\"onClick()\">\n <input\n type=\"radio\"\n class=\"sfx-radio-input sfx-position-absolute\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n", styles: [".requiredField{color:red!important}.sfx-radio{margin:10px 0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sfx-radio .sfx-radio-input{top:0;left:0;width:100%;cursor:inherit;height:100%;margin:0;opacity:0;padding:0;z-index:1;position:absolute}.sfx-radio .sfx-radio-input~label{display:inline-block;position:relative;cursor:pointer;height:100%;line-height:20px;font-size:14px;color:#000;font-family:neuzeit_groteskbold}.sfx-radio .sfx-radio-input+*:before{content:\"\";display:inline-block;vertical-align:bottom;width:1rem;height:1rem;margin-right:.5rem;margin-bottom:.2rem;border-radius:50%;border-style:solid;border-width:.1rem;border-color:#000}.sfx-radio .sfx-radio-input:checked+*:before{background:radial-gradient(black 0%,black 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
630
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioComponent, decorators: [{
631
- type: Component,
632
- args: [{ selector: 'symphony-input-radio', template: "<div class=\"sfx-radio\" (click)=\"onClick()\">\n <input\n type=\"radio\"\n class=\"sfx-radio-input sfx-position-absolute\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n", styles: [".requiredField{color:red!important}.sfx-radio{margin:10px 0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sfx-radio .sfx-radio-input{top:0;left:0;width:100%;cursor:inherit;height:100%;margin:0;opacity:0;padding:0;z-index:1;position:absolute}.sfx-radio .sfx-radio-input~label{display:inline-block;position:relative;cursor:pointer;height:100%;line-height:20px;font-size:14px;color:#000;font-family:neuzeit_groteskbold}.sfx-radio .sfx-radio-input+*:before{content:\"\";display:inline-block;vertical-align:bottom;width:1rem;height:1rem;margin-right:.5rem;margin-bottom:.2rem;border-radius:50%;border-style:solid;border-width:.1rem;border-color:#000}.sfx-radio .sfx-radio-input:checked+*:before{background:radial-gradient(black 0%,black 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}\n"] }]
633
- }], ctorParameters: function () { return []; }, propDecorators: { isActive: [{
634
- type: Input
635
- }], label: [{
636
- type: Input
637
- }], isRequired: [{
638
- type: Input
639
- }], clicked: [{
640
- type: Output
641
- }] } });
642
-
643
- class InputRadioModule {
644
- }
645
- InputRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
646
- InputRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, declarations: [InputRadioComponent], imports: [CommonModule,
647
- FormsModule,
648
- ReactiveFormsModule], exports: [InputRadioComponent] });
649
- InputRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, imports: [[
650
- CommonModule,
651
- FormsModule,
652
- ReactiveFormsModule,
653
- ]] });
654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, decorators: [{
655
- type: NgModule,
656
- args: [{
657
- declarations: [InputRadioComponent],
658
- imports: [
659
- CommonModule,
660
- FormsModule,
661
- ReactiveFormsModule,
662
- ],
663
- exports: [InputRadioComponent],
664
- }]
665
- }] });
666
-
667
- class InputTextComponent {
668
- constructor() {
669
- this.placeholder = '';
670
- this.textChange = new EventEmitter();
671
- this.textChange$ = new Subject();
672
- }
673
- ngOnInit() {
674
- this.textChangeSubscription = this.textChange$
675
- .pipe(debounceTime(1000), distinctUntilChanged())
676
- .subscribe((tc) => {
677
- this.textChange.emit(tc);
678
- });
679
- }
680
- ngOnDestroy() {
681
- var _a;
682
- (_a = this.textChangeSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
683
- }
684
- onTextChange(event) {
685
- this.textChange$.next(event.target.value);
686
- }
687
- }
688
- InputTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
689
- InputTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputTextComponent, selector: "symphony-input-text", inputs: { placeholder: "placeholder", icon: "icon", label: "label", isInverse: "isInverse" }, outputs: { textChange: "textChange" }, ngImport: i0, template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse\n }\"\n>\n <label for=\"input-text\" *ngIf=\"label\" class=\"input-text-label\">{{\n label\n }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n", styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;margin-bottom:.27rem;line-height:25px;margin-left:.3rem}.input-text-wrap .input-text{font-family:neuzeit-grotesk,sans-serif!important;width:calc(100% - .6rem);height:40px;border:1px solid #d0d0d0;border-radius:4px;padding:7px 15px;line-height:25px;margin:.3rem}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{position:absolute;right:17px;font-size:14px;bottom:11px}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextComponent, decorators: [{
691
- type: Component,
692
- args: [{ selector: 'symphony-input-text', template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse\n }\"\n>\n <label for=\"input-text\" *ngIf=\"label\" class=\"input-text-label\">{{\n label\n }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n", styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;margin-bottom:.27rem;line-height:25px;margin-left:.3rem}.input-text-wrap .input-text{font-family:neuzeit-grotesk,sans-serif!important;width:calc(100% - .6rem);height:40px;border:1px solid #d0d0d0;border-radius:4px;padding:7px 15px;line-height:25px;margin:.3rem}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{position:absolute;right:17px;font-size:14px;bottom:11px}\n"] }]
693
- }], ctorParameters: function () { return []; }, propDecorators: { placeholder: [{
694
- type: Input
695
- }], icon: [{
696
- type: Input
697
- }], label: [{
698
- type: Input
699
- }], isInverse: [{
700
- type: Input
701
- }], textChange: [{
702
- type: Output
703
- }] } });
704
-
705
- class InputTextModule {
706
- }
707
- InputTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
708
- InputTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, declarations: [InputTextComponent], imports: [CommonModule, IconModule], exports: [InputTextComponent] });
709
- InputTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, imports: [[CommonModule, IconModule]] });
710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, decorators: [{
711
- type: NgModule,
712
- args: [{
713
- declarations: [InputTextComponent],
714
- imports: [CommonModule, IconModule],
715
- exports: [InputTextComponent],
716
- }]
717
- }] });
718
-
719
- class ContextualMenuComponent {
720
- constructor() {
721
- this.model = {
722
- hasBorder: false,
723
- };
724
- this.itemClick = new EventEmitter();
725
- }
726
- onItemClick(item) {
727
- this.itemClick.emit(item);
728
- }
729
- }
730
- ContextualMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
731
- ContextualMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: { model: "model" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n [ngClass]=\"{\n 'has-border': model.hasBorder\n }\"\n aria-controls=\"dropdown-basic\"\n aria-label=\"more-actions-menu\"\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 item of model.items\">\n <a\n class=\"dropdown-item\"\n href=\"#\"\n (click)=\"$event.preventDefault(); onItemClick(item)\"\n >{{ item }}</a\n >\n </li>\n </ul>\n</div>\n", styles: [".btn-group .has-border{border-radius:50%;border:2px solid #000;height:40px;width:40px;padding:9px 0;cursor:pointer;text-align:center}.btn-group button.dropdown-toggle.btn{display:flex;align-items:center;justify-content:center;background:#ffffff;padding:0;font-size:18px;line-height:26px;box-shadow:none;width:40px;height:40px;border-radius:50%;color:#000}.btn-group button.dropdown-toggle.btn:hover{background:#000000;color:#fff}.btn-group button.dropdown-toggle.btn .si-more-options{font-size:18px}.btn-group .dropdown-menu{min-width:240px;margin-top:10px;border:none;border-radius:10px;padding-top:20px;padding-bottom:20px;right:-10px;left:auto;box-shadow:0 0 30px #0003;max-height:none;overflow:inherit}.btn-group .dropdown-menu li a.dropdown-item{padding:0 20px;line-height:40px;color:#000;font-weight:600}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{content:\"\\e252\";font-family:Glyphicons Halflings!important;font-size:14px;transform:rotate(180deg);display:inline-block;position:absolute;top:-13px;right:23px;color:#fff}.btn-group.open button.dropdown-toggle.btn{background:#000000;color:#fff}\n"], directives: [{ type: i1$1.BsDropdownDirective, selector: "[bsDropdown],[dropdown]", inputs: ["autoClose", "isAnimated", "insideClick", "isDisabled", "isOpen", "placement", "triggers", "container", "dropup"], outputs: ["onShown", "onHidden", "isOpenChange"], exportAs: ["bs-dropdown"] }, { type: i1$1.BsDropdownToggleDirective, selector: "[bsDropdownToggle],[dropdownToggle]", exportAs: ["bs-dropdown-toggle"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.BsDropdownMenuDirective, selector: "[bsDropdownMenu],[dropdownMenu]", exportAs: ["bs-dropdown-menu"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
732
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuComponent, decorators: [{
733
- type: Component,
734
- args: [{ selector: 'symphony-contextual-menu', template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n [ngClass]=\"{\n 'has-border': model.hasBorder\n }\"\n aria-controls=\"dropdown-basic\"\n aria-label=\"more-actions-menu\"\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 item of model.items\">\n <a\n class=\"dropdown-item\"\n href=\"#\"\n (click)=\"$event.preventDefault(); onItemClick(item)\"\n >{{ item }}</a\n >\n </li>\n </ul>\n</div>\n", styles: [".btn-group .has-border{border-radius:50%;border:2px solid #000;height:40px;width:40px;padding:9px 0;cursor:pointer;text-align:center}.btn-group button.dropdown-toggle.btn{display:flex;align-items:center;justify-content:center;background:#ffffff;padding:0;font-size:18px;line-height:26px;box-shadow:none;width:40px;height:40px;border-radius:50%;color:#000}.btn-group button.dropdown-toggle.btn:hover{background:#000000;color:#fff}.btn-group button.dropdown-toggle.btn .si-more-options{font-size:18px}.btn-group .dropdown-menu{min-width:240px;margin-top:10px;border:none;border-radius:10px;padding-top:20px;padding-bottom:20px;right:-10px;left:auto;box-shadow:0 0 30px #0003;max-height:none;overflow:inherit}.btn-group .dropdown-menu li a.dropdown-item{padding:0 20px;line-height:40px;color:#000;font-weight:600}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{content:\"\\e252\";font-family:Glyphicons Halflings!important;font-size:14px;transform:rotate(180deg);display:inline-block;position:absolute;top:-13px;right:23px;color:#fff}.btn-group.open button.dropdown-toggle.btn{background:#000000;color:#fff}\n"] }]
735
- }], ctorParameters: function () { return []; }, propDecorators: { model: [{
736
- type: Input
737
- }], itemClick: [{
738
- type: Output
739
- }] } });
740
-
741
- class ContextualMenuModule {
742
- }
743
- ContextualMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
744
- ContextualMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, declarations: [ContextualMenuComponent], imports: [CommonModule, i1$1.BsDropdownModule, BrowserAnimationsModule], exports: [ContextualMenuComponent] });
745
- ContextualMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, imports: [[CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule]] });
746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, decorators: [{
747
- type: NgModule,
748
- args: [{
749
- declarations: [ContextualMenuComponent],
750
- imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
751
- exports: [ContextualMenuComponent],
752
- }]
753
- }] });
754
-
755
875
  class InputDropdownComponent {
756
876
  constructor() {
757
877
  this.selectItem = new EventEmitter();
@@ -772,387 +892,193 @@ class InputDropdownComponent {
772
892
  }
773
893
  }
774
894
  InputDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
775
- InputDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: { inputDropdownListModel: "inputDropdownListModel", disableBtn: "disableBtn", isInverse: "isInverse", isRequired: "isRequired" }, outputs: { selectItem: "selectItem", clearSelection: "clearSelection" }, ngImport: i0, template: "<div\n *ngIf=\"inputDropdownListModel.componentHeading\"\n class=\"sfx-filter-label sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n>\n {{ inputDropdownListModel.componentHeading }}\n <span class=\"requiredField\" *ngIf=\"isRequired\">*</span>\n</div>\n<div\n class=\"btn-group sfx-filter-dropdown sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n [isDisabled]=\"disableBtn\"\n dropdown\n>\n <button\n id=\"moreDrop\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n {{ inputDropdownListModel.selectedName }}\n </button>\n <i *ngIf=\"!disableBtn\" class=\"si-arrow-hide-reveal\"></i>\n <hr />\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"moreDrop\"\n [ngClass]=\"{ 'sfx-pb-0': inputDropdownListModel.showClearButton === true }\"\n >\n <li\n *ngFor=\"let action of inputDropdownListModel.dropdownList\"\n [ngClass]=\"{ disabled: action.isDisabled }\"\n (click)=\"itemClick(action)\"\n >\n <a class=\"dropdown-item\" href=\"javascript:;\">{{ action.name }}</a>\n </li>\n <div\n *ngIf=\"inputDropdownListModel.showClearButton\"\n class=\"divider dropdown-divider\"\n ></div>\n <a\n class=\"sfx-filter-item-footer\"\n *ngIf=\"inputDropdownListModel.showClearButton\"\n >\n <button\n type=\"button\"\n (click)=\"onClearSelection()\"\n class=\"pull-left sfx-clear-button\"\n >\n Clear All\n </button>\n </a>\n </ul>\n</div>\n", styles: [".sfx-filter-label{font-family:neuzeit_groteskbold;line-height:25px;margin-bottom:.27rem;margin-left:calc(.3rem + 1px)}.sfx-filter-dropdown{min-width:100%}.sfx-filter-dropdown hr{margin:0;border-top:none;height:1px;width:100%}.sfx-filter-dropdown button.dropdown-toggle.btn{width:calc(100% - .6rem);height:40px;background:transparent;border-color:#d0d0d0;color:#000;margin:.3rem;text-align:left;box-shadow:none;padding:10px 15px}.sfx-filter-dropdown button.dropdown-toggle.btn:before{color:#fff}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled{opacity:1;background:#1d1d1d;border-color:#1d1d1d}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled:before{color:#565656}.sfx-filter-dropdown i{position:absolute;right:12px;top:17px;transform:rotate(180deg);z-index:10;transition:linear .1s;font-size:18px}.sfx-filter-dropdown .dropdown-menu{box-shadow:0 10px 10px #0003;background:#fff;width:100%;border:none;max-height:280px;overflow-y:scroll;padding:0 0 10px;margin:0;border-radius:0}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item{padding:.625rem 1.25rem;color:#000;font-family:neuzeit_groteskbold,sans-serif;word-break:break-word;white-space:normal}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.sfx-filter-dropdown ::-webkit-scrollbar{width:10px}.sfx-filter-dropdown ::-webkit-scrollbar-track{background:#fff}.sfx-filter-dropdown ::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.sfx-filter-dropdown ::-webkit-scrollbar-thumb:hover{background:#555}.sfx-filter-dropdown.btn-group.open{background:#fff;box-shadow:0 10px 10px #0003}.sfx-filter-dropdown.btn-group.open i{transform:rotate(0);color:#fff}.sfx-filter-dropdown.btn-group.open hr{margin:0;border-top:1px solid #d0d0d0;width:100%;height:0}.sfx-filter-dropdown.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff;border-color:#000}.sfx-filter-dropdown .sfx-clear-button{background:transparent;border:none;color:#000;font-family:neuzeit_groteskbold;padding:15px 20px 26px}.is-inverse.sfx-filter-label{color:#fff}.is-inverse button.dropdown-toggle.btn{color:#fff;border-color:#565656}.is-inverse i{color:#fff}.sfx-pb-0{padding-bottom:0!important}.requiredField{color:red!important}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.BsDropdownDirective, selector: "[bsDropdown],[dropdown]", inputs: ["autoClose", "isAnimated", "insideClick", "isDisabled", "isOpen", "placement", "triggers", "container", "dropup"], outputs: ["onShown", "onHidden", "isOpenChange"], exportAs: ["bs-dropdown"] }, { type: i1$1.BsDropdownToggleDirective, selector: "[bsDropdownToggle],[dropdownToggle]", exportAs: ["bs-dropdown-toggle"] }, { type: i1$1.BsDropdownMenuDirective, selector: "[bsDropdownMenu],[dropdownMenu]", exportAs: ["bs-dropdown-menu"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownComponent, decorators: [{
777
- type: Component,
778
- args: [{ selector: 'symphony-input-dropdown', template: "<div\n *ngIf=\"inputDropdownListModel.componentHeading\"\n class=\"sfx-filter-label sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n>\n {{ inputDropdownListModel.componentHeading }}\n <span class=\"requiredField\" *ngIf=\"isRequired\">*</span>\n</div>\n<div\n class=\"btn-group sfx-filter-dropdown sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n [isDisabled]=\"disableBtn\"\n dropdown\n>\n <button\n id=\"moreDrop\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n {{ inputDropdownListModel.selectedName }}\n </button>\n <i *ngIf=\"!disableBtn\" class=\"si-arrow-hide-reveal\"></i>\n <hr />\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"moreDrop\"\n [ngClass]=\"{ 'sfx-pb-0': inputDropdownListModel.showClearButton === true }\"\n >\n <li\n *ngFor=\"let action of inputDropdownListModel.dropdownList\"\n [ngClass]=\"{ disabled: action.isDisabled }\"\n (click)=\"itemClick(action)\"\n >\n <a class=\"dropdown-item\" href=\"javascript:;\">{{ action.name }}</a>\n </li>\n <div\n *ngIf=\"inputDropdownListModel.showClearButton\"\n class=\"divider dropdown-divider\"\n ></div>\n <a\n class=\"sfx-filter-item-footer\"\n *ngIf=\"inputDropdownListModel.showClearButton\"\n >\n <button\n type=\"button\"\n (click)=\"onClearSelection()\"\n class=\"pull-left sfx-clear-button\"\n >\n Clear All\n </button>\n </a>\n </ul>\n</div>\n", styles: [".sfx-filter-label{font-family:neuzeit_groteskbold;line-height:25px;margin-bottom:.27rem;margin-left:calc(.3rem + 1px)}.sfx-filter-dropdown{min-width:100%}.sfx-filter-dropdown hr{margin:0;border-top:none;height:1px;width:100%}.sfx-filter-dropdown button.dropdown-toggle.btn{width:calc(100% - .6rem);height:40px;background:transparent;border-color:#d0d0d0;color:#000;margin:.3rem;text-align:left;box-shadow:none;padding:10px 15px}.sfx-filter-dropdown button.dropdown-toggle.btn:before{color:#fff}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled{opacity:1;background:#1d1d1d;border-color:#1d1d1d}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled:before{color:#565656}.sfx-filter-dropdown i{position:absolute;right:12px;top:17px;transform:rotate(180deg);z-index:10;transition:linear .1s;font-size:18px}.sfx-filter-dropdown .dropdown-menu{box-shadow:0 10px 10px #0003;background:#fff;width:100%;border:none;max-height:280px;overflow-y:scroll;padding:0 0 10px;margin:0;border-radius:0}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item{padding:.625rem 1.25rem;color:#000;font-family:neuzeit_groteskbold,sans-serif;word-break:break-word;white-space:normal}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.sfx-filter-dropdown ::-webkit-scrollbar{width:10px}.sfx-filter-dropdown ::-webkit-scrollbar-track{background:#fff}.sfx-filter-dropdown ::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.sfx-filter-dropdown ::-webkit-scrollbar-thumb:hover{background:#555}.sfx-filter-dropdown.btn-group.open{background:#fff;box-shadow:0 10px 10px #0003}.sfx-filter-dropdown.btn-group.open i{transform:rotate(0);color:#fff}.sfx-filter-dropdown.btn-group.open hr{margin:0;border-top:1px solid #d0d0d0;width:100%;height:0}.sfx-filter-dropdown.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff;border-color:#000}.sfx-filter-dropdown .sfx-clear-button{background:transparent;border:none;color:#000;font-family:neuzeit_groteskbold;padding:15px 20px 26px}.is-inverse.sfx-filter-label{color:#fff}.is-inverse button.dropdown-toggle.btn{color:#fff;border-color:#565656}.is-inverse i{color:#fff}.sfx-pb-0{padding-bottom:0!important}.requiredField{color:red!important}\n"] }]
779
- }], ctorParameters: function () { return []; }, propDecorators: { inputDropdownListModel: [{
780
- type: Input
781
- }], disableBtn: [{
782
- type: Input
783
- }], isInverse: [{
784
- type: Input
785
- }], isRequired: [{
786
- type: Input
787
- }], selectItem: [{
788
- type: Output
789
- }], clearSelection: [{
790
- type: Output
791
- }] } });
792
-
793
- class InputDropdownModule {
794
- }
795
- InputDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
796
- InputDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, declarations: [InputDropdownComponent], imports: [i1$1.BsDropdownModule, CommonModule], exports: [InputDropdownComponent] });
797
- InputDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, imports: [[
798
- BsDropdownModule.forRoot(), CommonModule
799
- ]] });
800
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, decorators: [{
801
- type: NgModule,
802
- args: [{
803
- declarations: [InputDropdownComponent],
804
- imports: [
805
- BsDropdownModule.forRoot(), CommonModule
806
- ],
807
- exports: [InputDropdownComponent]
808
- }]
809
- }] });
810
-
811
- class FilterAreaComponent {
812
- constructor() { }
813
- }
814
- FilterAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
815
- FilterAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterAreaComponent, selector: "symphony-filter-area", ngImport: i0, 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>", styles: [".sfx-filter-section{background:#000000;color:#fff;padding:1.875rem 2.5rem}\n"] });
816
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaComponent, decorators: [{
817
- type: Component,
818
- args: [{ selector: 'symphony-filter-area', 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>", styles: [".sfx-filter-section{background:#000000;color:#fff;padding:1.875rem 2.5rem}\n"] }]
819
- }], ctorParameters: function () { return []; } });
820
-
821
- class FilterAreaModule {
822
- }
823
- FilterAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
824
- FilterAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, declarations: [FilterAreaComponent], imports: [CommonModule], exports: [FilterAreaComponent] });
825
- FilterAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, imports: [[CommonModule]] });
826
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, decorators: [{
827
- type: NgModule,
828
- args: [{
829
- declarations: [FilterAreaComponent],
830
- imports: [CommonModule],
831
- exports: [FilterAreaComponent]
832
- }]
833
- }] });
834
-
835
- class TwoColumnFilterAreaComponent {
836
- constructor() { }
837
- }
838
- TwoColumnFilterAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
839
- TwoColumnFilterAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TwoColumnFilterAreaComponent, selector: "symphony-two-column-filter-area", inputs: { height: "height" }, ngImport: i0, template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n", styles: [".sfx-filter-section{background-color:#000;padding:2.625rem 1.875rem 2.825rem}.sfx-filter-items-wrap{padding:0 .6375rem}\n"], directives: [{ type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaComponent, decorators: [{
841
- type: Component,
842
- args: [{ selector: 'symphony-two-column-filter-area', template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n", styles: [".sfx-filter-section{background-color:#000;padding:2.625rem 1.875rem 2.825rem}.sfx-filter-items-wrap{padding:0 .6375rem}\n"] }]
843
- }], ctorParameters: function () { return []; }, propDecorators: { height: [{
844
- type: Input
845
- }] } });
846
-
847
- class TwoColumnFilterAreaModule {
848
- }
849
- TwoColumnFilterAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
850
- TwoColumnFilterAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, declarations: [TwoColumnFilterAreaComponent], imports: [CommonModule], exports: [TwoColumnFilterAreaComponent] });
851
- TwoColumnFilterAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, imports: [[CommonModule]] });
852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, decorators: [{
853
- type: NgModule,
854
- args: [{
855
- declarations: [TwoColumnFilterAreaComponent],
856
- imports: [CommonModule],
857
- exports: [TwoColumnFilterAreaComponent],
858
- }]
859
- }] });
860
-
861
- var ActivityScoreLevel;
862
- (function (ActivityScoreLevel) {
863
- ActivityScoreLevel["Low"] = "low";
864
- ActivityScoreLevel["Medium"] = "medium";
865
- ActivityScoreLevel["High"] = "high";
866
- ActivityScoreLevel["Empty"] = "empty";
867
- })(ActivityScoreLevel || (ActivityScoreLevel = {}));
868
-
869
- class ContactActivityScoreComponent {
870
- constructor() {
871
- this.contactActivityScoreModel = { activityScore: ActivityScoreLevel.Low };
872
- this.contact = { candidateScoreActivityScore: 0 };
873
- }
874
- refresh(params) {
875
- return true;
876
- }
877
- agInit(params) {
878
- this.contact = params.data;
879
- if (!this.contact.header5) {
880
- this.dataAvailable = 'N/A';
881
- }
882
- else {
883
- this.dataAvailable = this.contact.header5;
884
- }
885
- switch (true) {
886
- case this.contact.header5 >= 0 && this.contact.header5 < 34: {
887
- this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Low;
888
- break;
889
- }
890
- case this.contact.header5 >= 34 && this.contact.header5 <= 66: {
891
- this.contactActivityScoreModel.activityScore =
892
- ActivityScoreLevel.Medium;
893
- break;
894
- }
895
- case this.contact.header5 > 66: {
896
- this.contactActivityScoreModel.activityScore = ActivityScoreLevel.High;
897
- break;
898
- }
899
- default: {
900
- this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Empty;
901
- break;
902
- }
903
- }
904
- }
905
- }
906
- ContactActivityScoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
907
- ContactActivityScoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ContactActivityScoreComponent, selector: "symphony-contact-activity-score", ngImport: i0, 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", styles: [".activity-score-bg{height:38px;width:38px;background-color:#bbb;border-radius:50%;display:inline-block;color:#fff;text-align:center}.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}\n"] });
908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreComponent, decorators: [{
909
- type: Component,
910
- args: [{ selector: 'symphony-contact-activity-score', 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", styles: [".activity-score-bg{height:38px;width:38px;background-color:#bbb;border-radius:50%;display:inline-block;color:#fff;text-align:center}.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}\n"] }]
911
- }], ctorParameters: function () { return []; } });
912
-
913
- class EventSettingsMoreOptionsComponent {
914
- constructor() {
915
- this.agGridParams = {};
916
- this.moreOptions = {
917
- items: ['Edit', 'Set as Default'],
918
- hasBorder: false,
919
- };
920
- }
921
- refresh(params) {
922
- return true;
923
- }
924
- agInit(params) {
925
- this.agGridParams = params;
926
- }
927
- onItemClick(item) {
928
- const action = {
929
- item,
930
- row: this.agGridParams,
931
- };
932
- this.agGridParams.itemClick(action);
933
- }
934
- }
935
- EventSettingsMoreOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
936
- EventSettingsMoreOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EventSettingsMoreOptionsComponent, selector: "symphony-event-settings-more-options", ngImport: i0, template: "<symphony-contextual-menu\n class=\"more-options\"\n *ngIf=\"moreOptions.items && moreOptions.items.length > 0\"\n [model]=\"moreOptions\"\n (itemClick)=\"onItemClick($event)\"\n>\n</symphony-contextual-menu>\n", components: [{ type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
937
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsComponent, decorators: [{
938
- type: Component,
939
- args: [{ selector: 'symphony-event-settings-more-options', template: "<symphony-contextual-menu\n class=\"more-options\"\n *ngIf=\"moreOptions.items && moreOptions.items.length > 0\"\n [model]=\"moreOptions\"\n (itemClick)=\"onItemClick($event)\"\n>\n</symphony-contextual-menu>\n" }]
940
- }], ctorParameters: function () { return []; } });
941
-
942
- class InputToggleComponent {
943
- constructor() {
944
- this.toggleClick = new EventEmitter();
945
- }
946
- toggleClicked() {
947
- this.isToggled = !this.isToggled;
948
- this.toggleClick.emit(this.isToggled);
949
- }
950
- }
951
- InputToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
952
- InputToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputToggleComponent, selector: "symphony-input-toggle", inputs: { isToggled: "isToggled", isInverse: "isInverse" }, outputs: { toggleClick: "toggleClick" }, ngImport: i0, template: "<label class=\"switch\">\n <input\n aria-label=\"toggle-active-state\"\n [checked]=\"isToggled\"\n type=\"checkbox\"\n (click)=\"toggleClicked()\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n />\n <span class=\"slider round\"></span>\n</label>\n", styles: [".switch{position:relative;vertical-align:middle;display:inline-block;width:30px;height:14px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:\"\";height:10px;width:10px;left:2px;bottom:2px;background-color:#fff;transition:.4s}.slider.round{border-radius:16px}.slider.round.round:before{border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(15px)}input:focus+.slider{box-shadow:0 0 1px #2196f3}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
953
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleComponent, decorators: [{
954
- type: Component,
955
- args: [{ selector: 'symphony-input-toggle', template: "<label class=\"switch\">\n <input\n aria-label=\"toggle-active-state\"\n [checked]=\"isToggled\"\n type=\"checkbox\"\n (click)=\"toggleClicked()\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n />\n <span class=\"slider round\"></span>\n</label>\n", styles: [".switch{position:relative;vertical-align:middle;display:inline-block;width:30px;height:14px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:\"\";height:10px;width:10px;left:2px;bottom:2px;background-color:#fff;transition:.4s}.slider.round{border-radius:16px}.slider.round.round:before{border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(15px)}input:focus+.slider{box-shadow:0 0 1px #2196f3}\n"] }]
956
- }], ctorParameters: function () { return []; }, propDecorators: { isToggled: [{
957
- type: Input
958
- }], isInverse: [{
959
- type: Input
960
- }], toggleClick: [{
961
- type: Output
962
- }] } });
963
-
964
- class GridToggleCellRendererComponent {
965
- refresh(params) {
966
- return true;
967
- }
968
- agInit(params) {
969
- this.params = params;
970
- }
971
- toggleClickedHandler(isToggled) {
972
- const model = {
973
- isToggled,
974
- row: this.params,
975
- };
976
- this.params.clicked(model);
977
- }
978
- }
979
- GridToggleCellRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
980
- GridToggleCellRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridToggleCellRendererComponent, selector: "symphony-grid-toggle-cell-renderer", ngImport: i0, template: "<symphony-input-toggle\n [isToggled]=\"params.data[params.colDef.field]\"\n (toggleClick)=\"toggleClickedHandler($event)\"\n></symphony-input-toggle>\n", components: [{ type: InputToggleComponent, selector: "symphony-input-toggle", inputs: ["isToggled", "isInverse"], outputs: ["toggleClick"] }] });
981
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererComponent, decorators: [{
982
- type: Component,
983
- args: [{ selector: 'symphony-grid-toggle-cell-renderer', template: "<symphony-input-toggle\n [isToggled]=\"params.data[params.colDef.field]\"\n (toggleClick)=\"toggleClickedHandler($event)\"\n></symphony-input-toggle>\n" }]
984
- }] });
985
-
986
- var RelevanceScoreLevel;
987
- (function (RelevanceScoreLevel) {
988
- RelevanceScoreLevel["Value"] = "value";
989
- RelevanceScoreLevel["Empty"] = "empty";
990
- })(RelevanceScoreLevel || (RelevanceScoreLevel = {}));
991
-
992
- class RelevanceScoreComponent {
993
- constructor() {
994
- this.relevanceScoreModel = { relevanceScore: RelevanceScoreLevel.Empty };
995
- this.contact = { relevanceScore: 0 };
996
- }
997
- refresh(params) {
998
- return true;
999
- }
1000
- agInit(params) {
1001
- this.contact = params.data;
1002
- if (this.contact) {
1003
- if (this.contact.header4 || this.contact.header4 === 0) {
1004
- this.relevanceData = this.contact.header4;
1005
- this.relevanceScoreModel.relevanceScore = RelevanceScoreLevel.Value;
1006
- }
1007
- else {
1008
- this.relevanceData = 'N/A';
1009
- }
1010
- }
1011
- }
1012
- }
1013
- RelevanceScoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1014
- RelevanceScoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: RelevanceScoreComponent, selector: "symphony-relevance-score", ngImport: i0, template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>", styles: [".relevance-score-bg{height:38px;width:38px;background-color:#fff;border-radius:50%;display:inline-block;color:#000;text-align:center}.relevance-score-value{border:1px solid black;font-weight:700}\n"] });
1015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreComponent, decorators: [{
1016
- type: Component,
1017
- args: [{ selector: 'symphony-relevance-score', template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>", styles: [".relevance-score-bg{height:38px;width:38px;background-color:#fff;border-radius:50%;display:inline-block;color:#000;text-align:center}.relevance-score-value{border:1px solid black;font-weight:700}\n"] }]
1018
- }], ctorParameters: function () { return []; } });
1019
-
1020
- class GridComponent {
1021
- constructor() {
1022
- this.rowHeightPage = 80;
1023
- this.gridHeight = 100;
1024
- this.frameworkComponents = this.getFrameworkComponents();
1025
- this.getRowHeight = () => {
1026
- return this.rowHeightPage;
1027
- };
1028
- }
1029
- onGridReady(gridReadyEvent) {
1030
- gridReadyEvent.api.sizeColumnsToFit();
1031
- }
1032
- getFrameworkComponents() {
1033
- return {
1034
- contactActivityScore: ContactActivityScoreComponent,
1035
- fitScore: RelevanceScoreComponent,
1036
- gridToggle: GridToggleCellRendererComponent,
1037
- moreActions: EventSettingsMoreOptionsComponent,
1038
- };
1039
- }
1040
- }
1041
- GridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1042
- GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridComponent, selector: "symphony-grid", inputs: { columnDefs: "columnDefs", rowData: "rowData" }, ngImport: i0, template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"rowData\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReady($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n", styles: [""], components: [{ type: i1$2.AgGridAngular, selector: "ag-grid-angular", inputs: ["alignedGrids", "rowData", "columnDefs", "excelStyles", "pinnedTopRowData", "pinnedBottomRowData", "chartThemes", "components", "frameworkComponents", "rowStyle", "context", "autoGroupColumnDef", "localeText", "icons", "datasource", "serverSideDatasource", "viewportDatasource", "groupRowRendererParams", "aggFuncs", "fullWidthCellRendererParams", "defaultColGroupDef", "defaultColDef", "defaultExportParams", "columnTypes", "rowClassRules", "detailGridOptions", "detailCellRendererParams", "loadingCellRendererParams", "loadingOverlayComponentParams", "noRowsOverlayComponentParams", "popupParent", "colResizeDefault", "reduxStore", "statusBar", "sideBar", "chartThemeOverrides", "customChartThemes", "sortingOrder", "rowClass", "rowSelection", "overlayLoadingTemplate", "overlayNoRowsTemplate", "quickFilterText", "rowModelType", "editType", "domLayout", "clipboardDeliminator", "rowGroupPanelShow", "multiSortKey", "pivotColumnGroupTotals", "pivotRowTotals", "pivotPanelShow", "fillHandleDirection", "rowHeight", "detailRowHeight", "rowBuffer", "colWidth", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "groupDefaultExpanded", "minColWidth", "maxColWidth", "viewportRowModelPageSize", "viewportRowModelBufferSize", "autoSizePadding", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "tooltipShowDelay", "cacheOverflowSize", "paginationPageSize", "cacheBlockSize", "infiniteInitialRowCount", "scrollbarWidth", "batchUpdateWaitMillis", "asyncTransactionWaitMillis", "blockLoadDebounceMillis", "keepDetailRowsCount", "undoRedoCellEditingLimit", "cellFlashDelay", "cellFadeDelay", "localeTextFunc", "groupRowInnerRenderer", "groupRowInnerRendererFramework", "dateComponent", "dateComponentFramework", "groupRowRenderer", "groupRowRendererFramework", "isExternalFilterPresent", "getRowHeight", "doesExternalFilterPass", "getRowClass", "getRowStyle", "getRowClassRules", "traverseNode", "getContextMenuItems", "getMainMenuItems", "processRowPostCreate", "processCellForClipboard", "groupRowAggNodes", "getRowNodeId", "isFullWidthCell", "fullWidthCellRenderer", "fullWidthCellRendererFramework", "processSecondaryColDef", "processSecondaryColGroupDef", "getBusinessKeyForNode", "sendToClipboard", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getDetailRowData", "processCellFromClipboard", "getDocument", "postProcessPopup", "getChildCount", "getDataPath", "loadingCellRenderer", "loadingCellRendererFramework", "loadingOverlayComponent", "loadingOverlayComponentFramework", "noRowsOverlayComponent", "noRowsOverlayComponentFramework", "detailCellRenderer", "detailCellRendererFramework", "defaultGroupSortComparator", "isRowMaster", "isRowSelectable", "postSort", "processHeaderForClipboard", "paginationNumberFormatter", "processDataFromClipboard", "getServerSideGroupKey", "isServerSideGroup", "suppressKeyboardEvent", "createChartContainer", "processChartOptions", "getChartToolbarItems", "fillOperation", "suppressMakeColumnVisibleAfterUnGroup", "suppressRowClickSelection", "suppressCellSelection", "suppressHorizontalScroll", "alwaysShowVerticalScroll", "debug", "enableBrowserTooltips", "enableCellExpressions", "angularCompileRows", "angularCompileFilters", "groupSuppressAutoColumn", "groupSelectsChildren", "groupIncludeFooter", "groupIncludeTotalFooter", "groupUseEntireRow", "groupSuppressBlankHeader", "suppressMenuHide", "suppressRowDeselection", "unSortIcon", "suppressMultiSort", "singleClickEdit", "suppressLoadingOverlay", "suppressNoRowsOverlay", "suppressAutoSize", "skipHeaderOnAutoSize", "suppressParentsInRowNodes", "suppressColumnMoveAnimation", "suppressMovableColumns", "suppressFieldDotNotation", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "suppressClearOnFillReduction", "deltaSort", "suppressTouch", "suppressAsyncEvents", "allowContextMenuWithControlKey", "suppressContextMenu", "rememberGroupStateWhenNewData", "enableCellChangeFlash", "suppressDragLeaveHidesColumns", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "suppressCopyRowsToClipboard", "copyHeadersToClipboard", "pivotMode", "suppressAggFuncInHeader", "suppressColumnVirtualisation", "suppressAggAtRootLevel", "suppressFocusAfterRefresh", "functionsPassive", "functionsReadOnly", "animateRows", "groupSelectsFiltered", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "enableRtl", "suppressClickEdit", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "enableMultiRowDragging", "enableGroupEdit", "embedFullWidthRows", "deprecatedEmbedFullWidthRows", "suppressPaginationPanel", "floatingFilter", "groupHideOpenParents", "groupMultiAutoColumn", "pagination", "stopEditingWhenGridLosesFocus", "paginationAutoPageSize", "suppressScrollOnNewData", "purgeClosedRowNodes", "cacheQuickFilter", "deltaRowDataMode", "ensureDomOrder", "accentedSort", "suppressChangeDetection", "valueCache", "valueCacheNeverExpires", "aggregateOnlyChangedColumns", "suppressAnimationFrame", "suppressExcelExport", "suppressCsvExport", "treeData", "masterDetail", "suppressMultiRangeSelection", "enterMovesDownAfterEdit", "enterMovesDown", "suppressPropertyNamesCheck", "rowMultiSelectWithClick", "suppressEnterpriseResetOnNewColumns", "enableOldSetFilterModel", "suppressRowHoverHighlight", "suppressRowTransform", "suppressClipboardPaste", "suppressLastEmptyLineOnPaste", "serverSideSortingAlwaysResets", "reactNext", "suppressSetColumnStateEvents", "suppressColumnStateEvents", "enableCharts", "deltaColumnMode", "suppressMaintainUnsortedOrder", "enableCellTextSelection", "suppressBrowserResizeObserver", "suppressMaxRenderedRowRestriction", "excludeChildrenWhenTreeDataFiltering", "tooltipMouseTrack", "keepDetailRows", "paginateChildRows", "preventDefaultOnContextMenu", "undoRedoCellEditing", "allowDragFromColumnsToolPanel", "immutableData", "immutableColumns", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "applyColumnDefOrder", "debounceVerticalScrollbar", "detailRowAutoHeight", "gridOptions", "modules"], outputs: ["columnEverythingChanged", "newColumnsLoaded", "columnPivotModeChanged", "columnRowGroupChanged", "expandOrCollapseAll", "columnPivotChanged", "gridColumnsChanged", "columnValueChanged", "columnMoved", "columnVisible", "columnPinned", "columnGroupOpened", "columnResized", "displayedColumnsChanged", "virtualColumnsChanged", "rowGroupOpened", "rowDataChanged", "rowDataUpdated", "pinnedRowDataChanged", "rangeSelectionChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "toolPanelVisibleChanged", "modelUpdated", "pasteStart", "pasteEnd", "fillStart", "fillEnd", "cellClicked", "cellDoubleClicked", "cellMouseDown", "cellContextMenu", "cellValueChanged", "rowValueChanged", "cellFocused", "rowSelected", "selectionChanged", "cellKeyDown", "cellKeyPress", "cellMouseOver", "cellMouseOut", "filterChanged", "filterModified", "filterOpened", "sortChanged", "virtualRowRemoved", "rowClicked", "rowDoubleClicked", "gridReady", "gridSizeChanged", "viewportChanged", "scrollbarWidthChanged", "firstDataRendered", "dragStarted", "dragStopped", "checkboxChanged", "rowEditingStarted", "rowEditingStopped", "cellEditingStarted", "cellEditingStopped", "bodyScroll", "animationQueueEmpty", "heightScaleChanged", "paginationChanged", "componentStateChanged", "bodyHeightChanged", "displayedColumnsWidthChanged", "scrollVisibilityChanged", "columnHoverChanged", "flashCells", "paginationPixelOffsetChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "popupToFront", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest", "keyboardFocus", "mouseFocus"] }] });
1043
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, decorators: [{
895
+ InputDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: { inputDropdownListModel: "inputDropdownListModel", disableBtn: "disableBtn", isInverse: "isInverse", isRequired: "isRequired" }, outputs: { selectItem: "selectItem", clearSelection: "clearSelection" }, ngImport: i0, template: "<div\n *ngIf=\"inputDropdownListModel.componentHeading\"\n class=\"sfx-filter-label sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n>\n {{ inputDropdownListModel.componentHeading }}\n <span class=\"requiredField\" *ngIf=\"isRequired\">*</span>\n</div>\n<div\n class=\"btn-group sfx-filter-dropdown sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n [isDisabled]=\"disableBtn\"\n dropdown\n>\n <button\n id=\"moreDrop\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n {{ inputDropdownListModel.selectedName }}\n </button>\n <i *ngIf=\"!disableBtn\" class=\"si-arrow-hide-reveal\"></i>\n <hr />\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"moreDrop\"\n [ngClass]=\"{ 'sfx-pb-0': inputDropdownListModel.showClearButton === true }\"\n >\n <li\n *ngFor=\"let action of inputDropdownListModel.dropdownList\"\n [ngClass]=\"{ disabled: action.isDisabled }\"\n (click)=\"itemClick(action)\"\n >\n <a class=\"dropdown-item\" href=\"javascript:;\">{{ action.name }}</a>\n </li>\n <div\n *ngIf=\"inputDropdownListModel.showClearButton\"\n class=\"divider dropdown-divider\"\n ></div>\n <a\n class=\"sfx-filter-item-footer\"\n *ngIf=\"inputDropdownListModel.showClearButton\"\n >\n <button\n type=\"button\"\n (click)=\"onClearSelection()\"\n class=\"pull-left sfx-clear-button\"\n >\n Clear All\n </button>\n </a>\n </ul>\n</div>\n", styles: [".sfx-filter-label{font-family:neuzeit_groteskbold;line-height:25px;margin-bottom:.27rem;margin-left:calc(.3rem + 1px)}.sfx-filter-dropdown{min-width:100%}.sfx-filter-dropdown hr{margin:0;border-top:none;height:1px;width:100%}.sfx-filter-dropdown button.dropdown-toggle.btn{width:calc(100% - .6rem);height:40px;background:transparent;border-color:#d0d0d0;color:#000;margin:.3rem;text-align:left;box-shadow:none;padding:10px 15px}.sfx-filter-dropdown button.dropdown-toggle.btn:before{color:#fff}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled{opacity:1;background:#1d1d1d;border-color:#1d1d1d}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled:before{color:#565656}.sfx-filter-dropdown i{position:absolute;right:12px;top:17px;transform:rotate(180deg);z-index:10;transition:linear .1s;font-size:18px}.sfx-filter-dropdown .dropdown-menu{box-shadow:0 10px 10px #0003;background:#fff;width:100%;border:none;max-height:280px;overflow-y:scroll;padding:0 0 10px;margin:0;border-radius:0}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item{padding:.625rem 1.25rem;color:#000;font-family:neuzeit_groteskbold,sans-serif;word-break:break-word;white-space:normal}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.sfx-filter-dropdown ::-webkit-scrollbar{width:10px}.sfx-filter-dropdown ::-webkit-scrollbar-track{background:#fff}.sfx-filter-dropdown ::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.sfx-filter-dropdown ::-webkit-scrollbar-thumb:hover{background:#555}.sfx-filter-dropdown.btn-group.open{background:#fff;box-shadow:0 10px 10px #0003}.sfx-filter-dropdown.btn-group.open i{transform:rotate(0);color:#fff}.sfx-filter-dropdown.btn-group.open hr{margin:0;border-top:1px solid #d0d0d0;width:100%;height:0}.sfx-filter-dropdown.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff;border-color:#000}.sfx-filter-dropdown .sfx-clear-button{background:transparent;border:none;color:#000;font-family:neuzeit_groteskbold;padding:15px 20px 26px}.is-inverse.sfx-filter-label{color:#fff}.is-inverse button.dropdown-toggle.btn{color:#fff;border-color:#565656}.is-inverse i{color:#fff}.sfx-pb-0{padding-bottom:0!important}.requiredField{color:red!important}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.BsDropdownDirective, selector: "[bsDropdown],[dropdown]", inputs: ["autoClose", "isAnimated", "insideClick", "isDisabled", "isOpen", "placement", "triggers", "container", "dropup"], outputs: ["onShown", "onHidden", "isOpenChange"], exportAs: ["bs-dropdown"] }, { type: i1$1.BsDropdownToggleDirective, selector: "[bsDropdownToggle],[dropdownToggle]", exportAs: ["bs-dropdown-toggle"] }, { type: i1$1.BsDropdownMenuDirective, selector: "[bsDropdownMenu],[dropdownMenu]", exportAs: ["bs-dropdown-menu"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownComponent, decorators: [{
1044
897
  type: Component,
1045
- args: [{ selector: 'symphony-grid', template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"rowData\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReady($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n", styles: [""] }]
1046
- }], ctorParameters: function () { return []; }, propDecorators: { columnDefs: [{
898
+ args: [{ selector: 'symphony-input-dropdown', template: "<div\n *ngIf=\"inputDropdownListModel.componentHeading\"\n class=\"sfx-filter-label sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n>\n {{ inputDropdownListModel.componentHeading }}\n <span class=\"requiredField\" *ngIf=\"isRequired\">*</span>\n</div>\n<div\n class=\"btn-group sfx-filter-dropdown sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n [isDisabled]=\"disableBtn\"\n dropdown\n>\n <button\n id=\"moreDrop\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n {{ inputDropdownListModel.selectedName }}\n </button>\n <i *ngIf=\"!disableBtn\" class=\"si-arrow-hide-reveal\"></i>\n <hr />\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"moreDrop\"\n [ngClass]=\"{ 'sfx-pb-0': inputDropdownListModel.showClearButton === true }\"\n >\n <li\n *ngFor=\"let action of inputDropdownListModel.dropdownList\"\n [ngClass]=\"{ disabled: action.isDisabled }\"\n (click)=\"itemClick(action)\"\n >\n <a class=\"dropdown-item\" href=\"javascript:;\">{{ action.name }}</a>\n </li>\n <div\n *ngIf=\"inputDropdownListModel.showClearButton\"\n class=\"divider dropdown-divider\"\n ></div>\n <a\n class=\"sfx-filter-item-footer\"\n *ngIf=\"inputDropdownListModel.showClearButton\"\n >\n <button\n type=\"button\"\n (click)=\"onClearSelection()\"\n class=\"pull-left sfx-clear-button\"\n >\n Clear All\n </button>\n </a>\n </ul>\n</div>\n", styles: [".sfx-filter-label{font-family:neuzeit_groteskbold;line-height:25px;margin-bottom:.27rem;margin-left:calc(.3rem + 1px)}.sfx-filter-dropdown{min-width:100%}.sfx-filter-dropdown hr{margin:0;border-top:none;height:1px;width:100%}.sfx-filter-dropdown button.dropdown-toggle.btn{width:calc(100% - .6rem);height:40px;background:transparent;border-color:#d0d0d0;color:#000;margin:.3rem;text-align:left;box-shadow:none;padding:10px 15px}.sfx-filter-dropdown button.dropdown-toggle.btn:before{color:#fff}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled{opacity:1;background:#1d1d1d;border-color:#1d1d1d}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled:before{color:#565656}.sfx-filter-dropdown i{position:absolute;right:12px;top:17px;transform:rotate(180deg);z-index:10;transition:linear .1s;font-size:18px}.sfx-filter-dropdown .dropdown-menu{box-shadow:0 10px 10px #0003;background:#fff;width:100%;border:none;max-height:280px;overflow-y:scroll;padding:0 0 10px;margin:0;border-radius:0}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item{padding:.625rem 1.25rem;color:#000;font-family:neuzeit_groteskbold,sans-serif;word-break:break-word;white-space:normal}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.sfx-filter-dropdown ::-webkit-scrollbar{width:10px}.sfx-filter-dropdown ::-webkit-scrollbar-track{background:#fff}.sfx-filter-dropdown ::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.sfx-filter-dropdown ::-webkit-scrollbar-thumb:hover{background:#555}.sfx-filter-dropdown.btn-group.open{background:#fff;box-shadow:0 10px 10px #0003}.sfx-filter-dropdown.btn-group.open i{transform:rotate(0);color:#fff}.sfx-filter-dropdown.btn-group.open hr{margin:0;border-top:1px solid #d0d0d0;width:100%;height:0}.sfx-filter-dropdown.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff;border-color:#000}.sfx-filter-dropdown .sfx-clear-button{background:transparent;border:none;color:#000;font-family:neuzeit_groteskbold;padding:15px 20px 26px}.is-inverse.sfx-filter-label{color:#fff}.is-inverse button.dropdown-toggle.btn{color:#fff;border-color:#565656}.is-inverse i{color:#fff}.sfx-pb-0{padding-bottom:0!important}.requiredField{color:red!important}\n"] }]
899
+ }], ctorParameters: function () { return []; }, propDecorators: { inputDropdownListModel: [{
1047
900
  type: Input
1048
- }], rowData: [{
901
+ }], disableBtn: [{
902
+ type: Input
903
+ }], isInverse: [{
904
+ type: Input
905
+ }], isRequired: [{
1049
906
  type: Input
907
+ }], selectItem: [{
908
+ type: Output
909
+ }], clearSelection: [{
910
+ type: Output
1050
911
  }] } });
1051
912
 
1052
- class ContactActivityScoreModule {
913
+ class InputDropdownModule {
1053
914
  }
1054
- ContactActivityScoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1055
- ContactActivityScoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, declarations: [ContactActivityScoreComponent], imports: [CommonModule] });
1056
- ContactActivityScoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, imports: [[CommonModule]] });
1057
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, decorators: [{
915
+ InputDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
916
+ InputDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, declarations: [InputDropdownComponent], imports: [i1$1.BsDropdownModule, CommonModule], exports: [InputDropdownComponent] });
917
+ InputDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, imports: [[
918
+ BsDropdownModule.forRoot(), CommonModule
919
+ ]] });
920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, decorators: [{
1058
921
  type: NgModule,
1059
922
  args: [{
1060
- declarations: [ContactActivityScoreComponent],
1061
- imports: [CommonModule],
923
+ declarations: [InputDropdownComponent],
924
+ imports: [
925
+ BsDropdownModule.forRoot(), CommonModule
926
+ ],
927
+ exports: [InputDropdownComponent]
1062
928
  }]
1063
929
  }] });
1064
930
 
1065
- class EventSettingsMoreOptionsModule {
931
+ class InputDropdownList {
1066
932
  }
1067
- EventSettingsMoreOptionsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1068
- EventSettingsMoreOptionsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, declarations: [EventSettingsMoreOptionsComponent], imports: [CommonModule, ContextualMenuModule], exports: [EventSettingsMoreOptionsComponent] });
1069
- EventSettingsMoreOptionsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, imports: [[CommonModule, ContextualMenuModule]] });
1070
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, decorators: [{
1071
- type: NgModule,
1072
- args: [{
1073
- declarations: [EventSettingsMoreOptionsComponent],
1074
- imports: [CommonModule, ContextualMenuModule],
1075
- exports: [EventSettingsMoreOptionsComponent],
1076
- }]
1077
- }] });
1078
933
 
1079
- class InputToggleModule {
934
+ class InputDropdownListItemModel {
1080
935
  }
1081
- InputToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1082
- InputToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, declarations: [InputToggleComponent], imports: [CommonModule], exports: [InputToggleComponent] });
1083
- InputToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, imports: [[CommonModule]] });
1084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, decorators: [{
1085
- type: NgModule,
1086
- args: [{
1087
- declarations: [InputToggleComponent],
1088
- imports: [CommonModule],
1089
- exports: [InputToggleComponent],
1090
- }]
1091
- }] });
1092
936
 
1093
- class GridToggleCellRendererModule {
937
+ class InputRadioComponent {
938
+ constructor() {
939
+ this.clicked = new EventEmitter();
940
+ }
941
+ onClick() {
942
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
943
+ this.clicked.emit({
944
+ label: this.label,
945
+ isActive: this.isActive,
946
+ });
947
+ }
1094
948
  }
1095
- GridToggleCellRendererModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1096
- GridToggleCellRendererModulemod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, declarations: [GridToggleCellRendererComponent], imports: [CommonModule, InputToggleModule], exports: [GridToggleCellRendererComponent] });
1097
- GridToggleCellRendererModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, imports: [[CommonModule, InputToggleModule]] });
1098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, decorators: [{
1099
- type: NgModule,
1100
- args: [{
1101
- declarations: [GridToggleCellRendererComponent],
1102
- imports: [CommonModule, InputToggleModule],
1103
- exports: [GridToggleCellRendererComponent],
1104
- }]
1105
- }] });
949
+ InputRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
950
+ InputRadioComponentcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputRadioComponent, selector: "symphony-input-radio", inputs: { isActive: "isActive", label: "label", isRequired: "isRequired" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"sfx-radio\" (click)=\"onClick()\">\n <input\n type=\"radio\"\n class=\"sfx-radio-input sfx-position-absolute\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n", styles: [".requiredField{color:red!important}.sfx-radio{margin:10px 0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sfx-radio .sfx-radio-input{top:0;left:0;width:100%;cursor:inherit;height:100%;margin:0;opacity:0;padding:0;z-index:1;position:absolute}.sfx-radio .sfx-radio-input~label{display:inline-block;position:relative;cursor:pointer;height:100%;line-height:20px;font-size:14px;color:#000;font-family:neuzeit_groteskbold}.sfx-radio .sfx-radio-input+*:before{content:\"\";display:inline-block;vertical-align:bottom;width:1rem;height:1rem;margin-right:.5rem;margin-bottom:.2rem;border-radius:50%;border-style:solid;border-width:.1rem;border-color:#000}.sfx-radio .sfx-radio-input:checked+*:before{background:radial-gradient(black 0%,black 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
951
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioComponent, decorators: [{
952
+ type: Component,
953
+ args: [{ selector: 'symphony-input-radio', template: "<div class=\"sfx-radio\" (click)=\"onClick()\">\n <input\n type=\"radio\"\n class=\"sfx-radio-input sfx-position-absolute\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n", styles: [".requiredField{color:red!important}.sfx-radio{margin:10px 0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sfx-radio .sfx-radio-input{top:0;left:0;width:100%;cursor:inherit;height:100%;margin:0;opacity:0;padding:0;z-index:1;position:absolute}.sfx-radio .sfx-radio-input~label{display:inline-block;position:relative;cursor:pointer;height:100%;line-height:20px;font-size:14px;color:#000;font-family:neuzeit_groteskbold}.sfx-radio .sfx-radio-input+*:before{content:\"\";display:inline-block;vertical-align:bottom;width:1rem;height:1rem;margin-right:.5rem;margin-bottom:.2rem;border-radius:50%;border-style:solid;border-width:.1rem;border-color:#000}.sfx-radio .sfx-radio-input:checked+*:before{background:radial-gradient(black 0%,black 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}\n"] }]
954
+ }], ctorParameters: function () { return []; }, propDecorators: { isActive: [{
955
+ type: Input
956
+ }], label: [{
957
+ type: Input
958
+ }], isRequired: [{
959
+ type: Input
960
+ }], clicked: [{
961
+ type: Output
962
+ }] } });
1106
963
 
1107
- class RelevanceScoreModule {
964
+ class InputRadioModule {
1108
965
  }
1109
- RelevanceScoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1110
- RelevanceScoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, declarations: [RelevanceScoreComponent], imports: [CommonModule] });
1111
- RelevanceScoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, imports: [[CommonModule]] });
1112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, decorators: [{
966
+ InputRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
967
+ InputRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, declarations: [InputRadioComponent], imports: [CommonModule,
968
+ FormsModule,
969
+ ReactiveFormsModule], exports: [InputRadioComponent] });
970
+ InputRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, imports: [[
971
+ CommonModule,
972
+ FormsModule,
973
+ ReactiveFormsModule,
974
+ ]] });
975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, decorators: [{
1113
976
  type: NgModule,
1114
977
  args: [{
1115
- declarations: [RelevanceScoreComponent],
1116
- imports: [CommonModule],
978
+ declarations: [InputRadioComponent],
979
+ imports: [
980
+ CommonModule,
981
+ FormsModule,
982
+ ReactiveFormsModule,
983
+ ],
984
+ exports: [InputRadioComponent],
1117
985
  }]
1118
986
  }] });
1119
987
 
1120
- class FrameworkModule {
988
+ class InputTextComponent {
989
+ constructor() {
990
+ this.placeholder = '';
991
+ this.textChange = new EventEmitter();
992
+ this.textChange$ = new Subject();
993
+ }
994
+ ngOnInit() {
995
+ this.textChangeSubscription = this.textChange$
996
+ .pipe(debounceTime(1000), distinctUntilChanged())
997
+ .subscribe((tc) => {
998
+ this.textChange.emit(tc);
999
+ });
1000
+ }
1001
+ ngOnDestroy() {
1002
+ var _a;
1003
+ (_a = this.textChangeSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
1004
+ }
1005
+ onTextChange(event) {
1006
+ this.textChange$.next(event.target.value);
1007
+ }
1121
1008
  }
1122
- FrameworkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1123
- FrameworkModulemod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, exports: [ContactActivityScoreModule,
1124
- RelevanceScoreModule,
1125
- GridToggleCellRendererModule,
1126
- EventSettingsMoreOptionsModule] });
1127
- FrameworkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, imports: [[], ContactActivityScoreModule,
1128
- RelevanceScoreModule,
1129
- GridToggleCellRendererModule,
1130
- EventSettingsMoreOptionsModule] });
1131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, decorators: [{
1009
+ InputTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1010
+ InputTextComponentcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputTextComponent, selector: "symphony-input-text", inputs: { placeholder: "placeholder", icon: "icon", label: "label", isInverse: "isInverse", noMargin: "noMargin" }, outputs: { textChange: "textChange" }, ngImport: i0, template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse,\n 'no-margin': noMargin\n }\"\n>\n <label for=\"input-text\" *ngIf=\"label\" class=\"input-text-label\">{{\n label\n }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n", styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;margin-bottom:.27rem;line-height:25px;margin-left:.3rem}.input-text-wrap .input-text{font-family:neuzeit-grotesk,sans-serif!important;width:calc(100% - .6rem);height:40px;border:1px solid #d0d0d0;border-radius:4px;padding:7px 15px;line-height:25px;margin:.3rem}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{position:absolute;right:17px;font-size:14px;bottom:11px}.input-text-wrap.no-margin .input-text-label{margin-left:0rem}.input-text-wrap.no-margin .input-text{margin:0;width:100%}.input-text-wrap.no-margin symphony-icon{right:15px;bottom:6px}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextComponent, decorators: [{
1012
+ type: Component,
1013
+ args: [{ selector: 'symphony-input-text', template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse,\n 'no-margin': noMargin\n }\"\n>\n <label for=\"input-text\" *ngIf=\"label\" class=\"input-text-label\">{{\n label\n }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n", styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;margin-bottom:.27rem;line-height:25px;margin-left:.3rem}.input-text-wrap .input-text{font-family:neuzeit-grotesk,sans-serif!important;width:calc(100% - .6rem);height:40px;border:1px solid #d0d0d0;border-radius:4px;padding:7px 15px;line-height:25px;margin:.3rem}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{position:absolute;right:17px;font-size:14px;bottom:11px}.input-text-wrap.no-margin .input-text-label{margin-left:0rem}.input-text-wrap.no-margin .input-text{margin:0;width:100%}.input-text-wrap.no-margin symphony-icon{right:15px;bottom:6px}\n"] }]
1014
+ }], ctorParameters: function () { return []; }, propDecorators: { placeholder: [{
1015
+ type: Input
1016
+ }], icon: [{
1017
+ type: Input
1018
+ }], label: [{
1019
+ type: Input
1020
+ }], isInverse: [{
1021
+ type: Input
1022
+ }], noMargin: [{
1023
+ type: Input
1024
+ }], textChange: [{
1025
+ type: Output
1026
+ }] } });
1027
+
1028
+ class InputTextModule {
1029
+ }
1030
+ InputTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1031
+ InputTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, declarations: [InputTextComponent], imports: [CommonModule, IconModule], exports: [InputTextComponent] });
1032
+ InputTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, imports: [[CommonModule, IconModule]] });
1033
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, decorators: [{
1132
1034
  type: NgModule,
1133
1035
  args: [{
1134
- declarations: [],
1135
- imports: [],
1136
- exports: [
1137
- ContactActivityScoreModule,
1138
- RelevanceScoreModule,
1139
- GridToggleCellRendererModule,
1140
- EventSettingsMoreOptionsModule,
1141
- ],
1036
+ declarations: [InputTextComponent],
1037
+ imports: [CommonModule, IconModule],
1038
+ exports: [InputTextComponent],
1142
1039
  }]
1143
1040
  }] });
1144
1041
 
1145
- class GridModule {
1042
+ class PillComponent {
1043
+ constructor() {
1044
+ this.removePill = new EventEmitter();
1045
+ }
1046
+ onRemoveClick() {
1047
+ this.removePill.emit(this.pillLabel);
1048
+ }
1146
1049
  }
1147
- GridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1148
- GridModulemod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, declarations: [GridComponent], imports: [CommonModule, i1$2.AgGridModule, FrameworkModule], exports: [GridComponent] });
1149
- GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, imports: [[CommonModule, AgGridModule.withComponents([]), FrameworkModule]] });
1150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, decorators: [{
1050
+ PillComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1051
+ PillComponentcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PillComponent, selector: "symphony-pill", inputs: { pillLabel: "pillLabel", isInverse: "isInverse", hasClose: "hasClose", tooltipLabel: "tooltipLabel" }, outputs: { removePill: "removePill" }, ngImport: i0, 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>", styles: [".sfx-pill-item{font-family:neuzeit_groteskbold;background-color:#f1f1f1;color:#000;padding:10px 20px;border-radius:25px;text-align:center;font-weight:600;margin-right:10px;margin-top:10px;position:relative}.sfx-pill-item:hover,.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;position:absolute;left:14px;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 #0003;font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:160px;font-size:13px;color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["containerClass", "tooltipAnimation", "tooltipFadeDuration", "isOpen", "tooltipHtml", "tooltip", "tooltipPlacement", "placement", "tooltipIsOpen", "tooltipEnable", "isDisabled", "tooltipAppendToBody", "container", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "delay", "tooltipTrigger", "triggers", "adaptivePosition"], outputs: ["tooltipChange", "tooltipStateChanged", "onShown", "onHidden"], exportAs: ["bs-tooltip"] }], encapsulation: i0.ViewEncapsulation.None });
1052
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillComponent, decorators: [{
1053
+ type: Component,
1054
+ args: [{ selector: 'symphony-pill', encapsulation: ViewEncapsulation.None, 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>", styles: [".sfx-pill-item{font-family:neuzeit_groteskbold;background-color:#f1f1f1;color:#000;padding:10px 20px;border-radius:25px;text-align:center;font-weight:600;margin-right:10px;margin-top:10px;position:relative}.sfx-pill-item:hover,.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;position:absolute;left:14px;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 #0003;font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:160px;font-size:13px;color:#000}\n"] }]
1055
+ }], ctorParameters: function () { return []; }, propDecorators: { pillLabel: [{
1056
+ type: Input
1057
+ }], isInverse: [{
1058
+ type: Input
1059
+ }], hasClose: [{
1060
+ type: Input
1061
+ }], tooltipLabel: [{
1062
+ type: Input
1063
+ }], removePill: [{
1064
+ type: Output
1065
+ }] } });
1066
+
1067
+ class PillModule {
1068
+ }
1069
+ PillModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1070
+ PillModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, declarations: [PillComponent], imports: [CommonModule, i2.TooltipModule], exports: [PillComponent] });
1071
+ PillModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, imports: [[
1072
+ CommonModule, TooltipModule.forRoot()
1073
+ ]] });
1074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, decorators: [{
1151
1075
  type: NgModule,
1152
1076
  args: [{
1153
- declarations: [GridComponent],
1154
- imports: [CommonModule, AgGridModule.withComponents([]), FrameworkModule],
1155
- exports: [GridComponent]
1077
+ declarations: [PillComponent],
1078
+ imports: [
1079
+ CommonModule, TooltipModule.forRoot()
1080
+ ],
1081
+ exports: [PillComponent],
1156
1082
  }]
1157
1083
  }] });
1158
1084
 
@@ -1288,9 +1214,53 @@ ToasterAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
1288
1214
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToasterAlertModule, decorators: [{
1289
1215
  type: NgModule,
1290
1216
  args: [{
1291
- declarations: [ToasterAlertComponent],
1217
+ declarations: [ToasterAlertComponent],
1218
+ imports: [CommonModule],
1219
+ exports: [ToasterAlertComponent],
1220
+ }]
1221
+ }] });
1222
+
1223
+ class ToasterAlertModel {
1224
+ }
1225
+ var ToasterAlertType;
1226
+ (function (ToasterAlertType) {
1227
+ ToasterAlertType[ToasterAlertType["Success"] = 1] = "Success";
1228
+ ToasterAlertType[ToasterAlertType["Warning"] = 2] = "Warning";
1229
+ ToasterAlertType[ToasterAlertType["Error"] = 3] = "Error";
1230
+ })(ToasterAlertType || (ToasterAlertType = {}));
1231
+ var AlertDuration;
1232
+ (function (AlertDuration) {
1233
+ AlertDuration[AlertDuration["OneSecond"] = 1000] = "OneSecond";
1234
+ AlertDuration[AlertDuration["TwoSeconds"] = 2000] = "TwoSeconds";
1235
+ AlertDuration[AlertDuration["ThreeSeconds"] = 3000] = "ThreeSeconds";
1236
+ AlertDuration[AlertDuration["FourSeconds"] = 4000] = "FourSeconds";
1237
+ AlertDuration[AlertDuration["FiveSeconds"] = 5000] = "FiveSeconds";
1238
+ AlertDuration[AlertDuration["Indefinite"] = 99999999] = "Indefinite";
1239
+ })(AlertDuration || (AlertDuration = {}));
1240
+
1241
+ class TwoColumnFilterAreaComponent {
1242
+ constructor() { }
1243
+ }
1244
+ TwoColumnFilterAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1245
+ TwoColumnFilterAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TwoColumnFilterAreaComponent, selector: "symphony-two-column-filter-area", inputs: { height: "height" }, ngImport: i0, template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n", styles: [".sfx-filter-section{background-color:#000;padding:2.625rem 1.875rem 2.825rem}.sfx-filter-items-wrap{padding:0 .6375rem}\n"], directives: [{ type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
1246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaComponent, decorators: [{
1247
+ type: Component,
1248
+ args: [{ selector: 'symphony-two-column-filter-area', template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n", styles: [".sfx-filter-section{background-color:#000;padding:2.625rem 1.875rem 2.825rem}.sfx-filter-items-wrap{padding:0 .6375rem}\n"] }]
1249
+ }], ctorParameters: function () { return []; }, propDecorators: { height: [{
1250
+ type: Input
1251
+ }] } });
1252
+
1253
+ class TwoColumnFilterAreaModule {
1254
+ }
1255
+ TwoColumnFilterAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1256
+ TwoColumnFilterAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, declarations: [TwoColumnFilterAreaComponent], imports: [CommonModule], exports: [TwoColumnFilterAreaComponent] });
1257
+ TwoColumnFilterAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, imports: [[CommonModule]] });
1258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, decorators: [{
1259
+ type: NgModule,
1260
+ args: [{
1261
+ declarations: [TwoColumnFilterAreaComponent],
1292
1262
  imports: [CommonModule],
1293
- exports: [ToasterAlertComponent],
1263
+ exports: [TwoColumnFilterAreaComponent],
1294
1264
  }]
1295
1265
  }] });
1296
1266
 
@@ -1301,8 +1271,6 @@ AtomsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
1301
1271
  ContextualMenuModule,
1302
1272
  AvatarModule,
1303
1273
  PillModule,
1304
- TaskIconModule,
1305
- ColorSampleModule,
1306
1274
  H1Module,
1307
1275
  H2Module,
1308
1276
  H3Module,
@@ -1328,8 +1296,6 @@ AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
1328
1296
  ContextualMenuModule,
1329
1297
  AvatarModule,
1330
1298
  PillModule,
1331
- TaskIconModule,
1332
- ColorSampleModule,
1333
1299
  H1Module,
1334
1300
  H2Module,
1335
1301
  H3Module,
@@ -1361,8 +1327,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1361
1327
  ContextualMenuModule,
1362
1328
  AvatarModule,
1363
1329
  PillModule,
1364
- TaskIconModule,
1365
- ColorSampleModule,
1366
1330
  H1Module,
1367
1331
  H2Module,
1368
1332
  H3Module,
@@ -1383,7 +1347,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1383
1347
  ToasterAlertModule,
1384
1348
  SfxLoaderModule,
1385
1349
  SfxPageLoaderModule,
1386
- SfxProgressBarModule
1350
+ SfxProgressBarModule,
1387
1351
  ],
1388
1352
  }]
1389
1353
  }] });
@@ -1417,6 +1381,104 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1417
1381
  }]
1418
1382
  }] });
1419
1383
 
1384
+ class CardComponent {
1385
+ constructor() {
1386
+ this.cardModel = {
1387
+ title: '',
1388
+ description: '',
1389
+ };
1390
+ this.clicked = new EventEmitter();
1391
+ }
1392
+ onClick() {
1393
+ this.clicked.emit(this.cardModel);
1394
+ }
1395
+ }
1396
+ CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1397
+ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CardComponent, selector: "symphony-card", inputs: { cardModel: "cardModel" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"card-item-wrapper\">\n <div class=\"card-item\" (click)=\"onClick()\">\n <div class=\"card-title-wrap sfx-d-flex\">\n <div class=\"card-icon\">\n <symphony-icon [icon]=\"cardModel.icon\"></symphony-icon>\n </div>\n <div class=\"card-title\">\n <symphony-h4>{{ cardModel.title }}</symphony-h4>\n </div>\n </div>\n <div class=\"card-description\">\n <symphony-paragraph>{{ cardModel.description }}</symphony-paragraph>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%;height:0;padding-bottom:50%}.card-item{position:absolute;width:100%;height:100%;box-shadow:0 2px 10px #0003;border-radius:10px;padding:20px;transition:.2s;cursor:pointer}.card-item:hover{background-color:#000}.card-item:hover *{color:#fff}.card-title-wrap{margin-bottom:11px}.card-icon{padding-right:15px}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }] });
1398
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardComponent, decorators: [{
1399
+ type: Component,
1400
+ args: [{ selector: 'symphony-card', template: "<div class=\"card-item-wrapper\">\n <div class=\"card-item\" (click)=\"onClick()\">\n <div class=\"card-title-wrap sfx-d-flex\">\n <div class=\"card-icon\">\n <symphony-icon [icon]=\"cardModel.icon\"></symphony-icon>\n </div>\n <div class=\"card-title\">\n <symphony-h4>{{ cardModel.title }}</symphony-h4>\n </div>\n </div>\n <div class=\"card-description\">\n <symphony-paragraph>{{ cardModel.description }}</symphony-paragraph>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%;height:0;padding-bottom:50%}.card-item{position:absolute;width:100%;height:100%;box-shadow:0 2px 10px #0003;border-radius:10px;padding:20px;transition:.2s;cursor:pointer}.card-item:hover{background-color:#000}.card-item:hover *{color:#fff}.card-title-wrap{margin-bottom:11px}.card-icon{padding-right:15px}\n"] }]
1401
+ }], ctorParameters: function () { return []; }, propDecorators: { cardModel: [{
1402
+ type: Input
1403
+ }], clicked: [{
1404
+ type: Output
1405
+ }] } });
1406
+
1407
+ class CardModule {
1408
+ }
1409
+ CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1410
+ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, declarations: [CardComponent], imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule], exports: [CardComponent] });
1411
+ CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, imports: [[CommonModule, IconModule, H4Module, H5Module, ParagraphModule]] });
1412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, decorators: [{
1413
+ type: NgModule,
1414
+ args: [{
1415
+ declarations: [CardComponent],
1416
+ imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule],
1417
+ exports: [CardComponent],
1418
+ }]
1419
+ }] });
1420
+
1421
+ class PillsComponent {
1422
+ constructor() {
1423
+ this.removePill = new EventEmitter();
1424
+ }
1425
+ onRemovePill(event) {
1426
+ this.removePill.emit(this.pillsList.find((p) => p.pillLabel.toLowerCase() === event.toLowerCase()));
1427
+ }
1428
+ }
1429
+ PillsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1430
+ PillsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PillsComponent, selector: "symphony-pills", inputs: { hasClose: "hasClose", pillsList: "pillsList", hasTooltips: "hasTooltips" }, outputs: { removePill: "removePill" }, ngImport: i0, template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>", styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:20px}\n"], components: [{ type: PillComponent, selector: "symphony-pill", inputs: ["pillLabel", "isInverse", "hasClose", "tooltipLabel"], outputs: ["removePill"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsComponent, decorators: [{
1432
+ type: Component,
1433
+ args: [{ selector: 'symphony-pills', template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>", styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:20px}\n"] }]
1434
+ }], ctorParameters: function () { return []; }, propDecorators: { hasClose: [{
1435
+ type: Input
1436
+ }], pillsList: [{
1437
+ type: Input
1438
+ }], hasTooltips: [{
1439
+ type: Input
1440
+ }], removePill: [{
1441
+ type: Output
1442
+ }] } });
1443
+
1444
+ class PillsModule {
1445
+ }
1446
+ PillsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1447
+ PillsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, declarations: [PillsComponent], imports: [CommonModule,
1448
+ PillModule], exports: [PillsComponent] });
1449
+ PillsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, imports: [[
1450
+ CommonModule,
1451
+ PillModule
1452
+ ]] });
1453
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, decorators: [{
1454
+ type: NgModule,
1455
+ args: [{
1456
+ declarations: [PillsComponent],
1457
+ imports: [
1458
+ CommonModule,
1459
+ PillModule
1460
+ ],
1461
+ exports: [
1462
+ PillsComponent
1463
+ ]
1464
+ }]
1465
+ }] });
1466
+
1467
+ class ColorSampleComponent {
1468
+ constructor() { }
1469
+ ngOnInit() {
1470
+ this.bgColor = this.color;
1471
+ }
1472
+ }
1473
+ ColorSampleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1474
+ ColorSampleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ColorSampleComponent, selector: "symphony-color-sample", inputs: { color: "color" }, ngImport: i0, template: "<div\n class=\"color-sample\"\n [ngClass]=\"bgColor\"\n [ngStyle]=\"{\n border: color === 'background-color-white' ? '1px solid #000' : 'none'\n }\"\n></div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
1475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleComponent, decorators: [{
1476
+ type: Component,
1477
+ args: [{ selector: 'symphony-color-sample', template: "<div\n class=\"color-sample\"\n [ngClass]=\"bgColor\"\n [ngStyle]=\"{\n border: color === 'background-color-white' ? '1px solid #000' : 'none'\n }\"\n></div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}\n"] }]
1478
+ }], ctorParameters: function () { return []; }, propDecorators: { color: [{
1479
+ type: Input
1480
+ }] } });
1481
+
1420
1482
  class ColorSwatchComponent {
1421
1483
  constructor() {
1422
1484
  this.colorSwatchModel = {
@@ -1441,6 +1503,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1441
1503
  type: Input
1442
1504
  }] } });
1443
1505
 
1506
+ class ColorSampleModule {
1507
+ }
1508
+ ColorSampleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1509
+ ColorSampleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, declarations: [ColorSampleComponent], imports: [CommonModule], exports: [ColorSampleComponent] });
1510
+ ColorSampleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, imports: [[CommonModule]] });
1511
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, decorators: [{
1512
+ type: NgModule,
1513
+ args: [{
1514
+ declarations: [ColorSampleComponent],
1515
+ imports: [CommonModule],
1516
+ exports: [ColorSampleComponent],
1517
+ }]
1518
+ }] });
1519
+
1444
1520
  class ColorSwatchModule {
1445
1521
  }
1446
1522
  ColorSwatchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -1517,185 +1593,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1517
1593
  }]
1518
1594
  }] });
1519
1595
 
1520
- class NoteComponent {
1521
- constructor() {
1522
- this.noteModel = {
1523
- firstName: '',
1524
- lastName: '',
1525
- listTitle: '',
1526
- timeStamp: '',
1527
- description: '',
1528
- moreActions: {
1529
- items: [],
1530
- hasBorder: false,
1531
- },
1532
- };
1533
- }
1534
- }
1535
- NoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1536
- NoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: NoteComponent, selector: "symphony-note", inputs: { noteModel: "noteModel" }, ngImport: i0, template: "<div class=\"sfx-note\">\n <symphony-avatar\n class=\"list-avatar\"\n [firstName]=\"noteModel.firstName\"\n [lastName]=\"noteModel.lastName\"\n ></symphony-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]=\"noteModel.listTitle\"></symphony-h3>\n <symphony-paragraph [text]=\"noteModel.timeStamp\"></symphony-paragraph>\n <symphony-paragraph [text]=\"noteModel.description\"></symphony-paragraph>\n </div>\n <symphony-contextual-menu\n class=\"list-more-option\"\n *ngIf=\"noteModel.moreActions && noteModel.moreActions.items.length > 0\"\n [model]=\"noteModel.moreActions\"\n ></symphony-contextual-menu>\n</div>\n", styles: [".sfx-note{position:relative;padding:20px 75px}.sfx-note .list-avatar{position:absolute;left:0;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}\n"], components: [{ type: AvatarComponent, selector: "symphony-avatar", inputs: ["firstName", "lastName", "sizePx", "fontSizePx"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteComponent, decorators: [{
1538
- type: Component,
1539
- args: [{ selector: 'symphony-note', template: "<div class=\"sfx-note\">\n <symphony-avatar\n class=\"list-avatar\"\n [firstName]=\"noteModel.firstName\"\n [lastName]=\"noteModel.lastName\"\n ></symphony-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]=\"noteModel.listTitle\"></symphony-h3>\n <symphony-paragraph [text]=\"noteModel.timeStamp\"></symphony-paragraph>\n <symphony-paragraph [text]=\"noteModel.description\"></symphony-paragraph>\n </div>\n <symphony-contextual-menu\n class=\"list-more-option\"\n *ngIf=\"noteModel.moreActions && noteModel.moreActions.items.length > 0\"\n [model]=\"noteModel.moreActions\"\n ></symphony-contextual-menu>\n</div>\n", styles: [".sfx-note{position:relative;padding:20px 75px}.sfx-note .list-avatar{position:absolute;left:0;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}\n"] }]
1540
- }], ctorParameters: function () { return []; }, propDecorators: { noteModel: [{
1541
- type: Input
1542
- }] } });
1543
-
1544
- class NoteModule {
1545
- }
1546
- NoteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1547
- NoteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, declarations: [NoteComponent], imports: [CommonModule,
1548
- AvatarModule,
1549
- ContextualMenuModule,
1550
- H3Module,
1551
- ParagraphModule], exports: [NoteComponent] });
1552
- NoteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, imports: [[
1553
- CommonModule,
1554
- AvatarModule,
1555
- ContextualMenuModule,
1556
- H3Module,
1557
- ParagraphModule
1558
- ]] });
1559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, decorators: [{
1560
- type: NgModule,
1561
- args: [{
1562
- declarations: [NoteComponent],
1563
- imports: [
1564
- CommonModule,
1565
- AvatarModule,
1566
- ContextualMenuModule,
1567
- H3Module,
1568
- ParagraphModule
1569
- ],
1570
- exports: [NoteComponent]
1571
- }]
1572
- }] });
1573
-
1574
- class PillsComponent {
1575
- constructor() {
1576
- this.removePill = new EventEmitter();
1577
- }
1578
- onRemovePill(event) {
1579
- this.removePill.emit(this.pillsList.find(p => p.pillLabel.toLowerCase() === event.toLowerCase()));
1580
- }
1581
- }
1582
- PillsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1583
- PillsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PillsComponent, selector: "symphony-pills", inputs: { hasClose: "hasClose", pillsList: "pillsList", hasTooltips: "hasTooltips" }, outputs: { removePill: "removePill" }, ngImport: i0, template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>", styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:20px}\n"], components: [{ type: PillComponent, selector: "symphony-pill", inputs: ["pillLabel", "isInverse", "hasClose", "tooltipLabel"], outputs: ["removePill"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1584
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsComponent, decorators: [{
1585
- type: Component,
1586
- args: [{ selector: 'symphony-pills', template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>", styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:20px}\n"] }]
1587
- }], ctorParameters: function () { return []; }, propDecorators: { hasClose: [{
1588
- type: Input
1589
- }], pillsList: [{
1590
- type: Input
1591
- }], hasTooltips: [{
1592
- type: Input
1593
- }], removePill: [{
1594
- type: Output
1595
- }] } });
1596
-
1597
- class PillsModule {
1598
- }
1599
- PillsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1600
- PillsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, declarations: [PillsComponent], imports: [CommonModule,
1601
- PillModule], exports: [PillsComponent] });
1602
- PillsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, imports: [[
1603
- CommonModule,
1604
- PillModule
1605
- ]] });
1606
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, decorators: [{
1607
- type: NgModule,
1608
- args: [{
1609
- declarations: [PillsComponent],
1610
- imports: [
1611
- CommonModule,
1612
- PillModule
1613
- ],
1614
- exports: [
1615
- PillsComponent
1616
- ]
1617
- }]
1618
- }] });
1619
-
1620
- class TaskComponent {
1621
- constructor() {
1622
- this.taskModel = {
1623
- assignee: '',
1624
- title: '',
1625
- dueDate: '',
1626
- };
1627
- }
1628
- }
1629
- TaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1630
- TaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskComponent, selector: "symphony-task", inputs: { taskModel: "taskModel" }, ngImport: i0, template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-h3 [text]=\"taskModel.title\"></symphony-h3>\n <div class=\"time-and-assigned\">\n <symphony-paragraph [text]=\"taskModel.dueDate\"></symphony-paragraph>\n <symphony-paragraph [text]=\"taskModel.assignee\"></symphony-paragraph>\n </div>\n </div>\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.items.length > 0\"\n [model]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n", styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{display:flex;align-items:center;padding:30px 0;border-bottom:1px solid #d9d9d9}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{width:80%;height:50px}.sfx-task symphony-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}\n"], components: [{ type: TaskIconComponent, selector: "symphony-task-icon", inputs: ["isComplete"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1631
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskComponent, decorators: [{
1632
- type: Component,
1633
- args: [{ selector: 'symphony-task', template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-h3 [text]=\"taskModel.title\"></symphony-h3>\n <div class=\"time-and-assigned\">\n <symphony-paragraph [text]=\"taskModel.dueDate\"></symphony-paragraph>\n <symphony-paragraph [text]=\"taskModel.assignee\"></symphony-paragraph>\n </div>\n </div>\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.items.length > 0\"\n [model]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n", styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{display:flex;align-items:center;padding:30px 0;border-bottom:1px solid #d9d9d9}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{width:80%;height:50px}.sfx-task symphony-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}\n"] }]
1634
- }], ctorParameters: function () { return []; }, propDecorators: { taskModel: [{
1635
- type: Input
1636
- }] } });
1637
-
1638
- class TaskModule {
1639
- }
1640
- TaskModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1641
- TaskModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, declarations: [TaskComponent], imports: [CommonModule,
1642
- TaskIconModule,
1643
- ContextualMenuModule,
1644
- H3Module,
1645
- ParagraphModule], exports: [TaskComponent] });
1646
- TaskModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, imports: [[
1647
- CommonModule,
1648
- TaskIconModule,
1649
- ContextualMenuModule,
1650
- H3Module,
1651
- ParagraphModule
1652
- ]] });
1653
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, decorators: [{
1654
- type: NgModule,
1655
- args: [{
1656
- declarations: [TaskComponent],
1657
- imports: [
1658
- CommonModule,
1659
- TaskIconModule,
1660
- ContextualMenuModule,
1661
- H3Module,
1662
- ParagraphModule
1663
- ],
1664
- exports: [TaskComponent],
1665
- }]
1666
- }] });
1667
-
1668
1596
  class MoleculesModule {
1669
1597
  }
1670
1598
  MoleculesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1671
1599
  MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, imports: [CommonModule,
1672
1600
  AvatarModule,
1673
- ContextualMenuModule,
1674
- PillsModule,
1675
- TaskModule,
1676
- ColorSwatchModule,
1677
- IconSwatchModule,
1678
- BreadcrumbModule], exports: [NoteModule,
1601
+ ContextualMenuModule,
1679
1602
  PillsModule,
1680
- TaskModule,
1681
1603
  ColorSwatchModule,
1682
1604
  IconSwatchModule,
1683
- BreadcrumbModule] });
1605
+ BreadcrumbModule], exports: [PillsModule, BreadcrumbModule] });
1684
1606
  MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, imports: [[
1685
1607
  CommonModule,
1686
1608
  AvatarModule,
1687
1609
  ContextualMenuModule,
1688
1610
  PillsModule,
1689
- TaskModule,
1690
1611
  ColorSwatchModule,
1691
1612
  IconSwatchModule,
1692
1613
  BreadcrumbModule,
1693
- ], NoteModule,
1694
- PillsModule,
1695
- TaskModule,
1696
- ColorSwatchModule,
1697
- IconSwatchModule,
1698
- BreadcrumbModule] });
1614
+ ], PillsModule, BreadcrumbModule] });
1699
1615
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, decorators: [{
1700
1616
  type: NgModule,
1701
1617
  args: [{
@@ -1705,48 +1621,71 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1705
1621
  AvatarModule,
1706
1622
  ContextualMenuModule,
1707
1623
  PillsModule,
1708
- TaskModule,
1709
- ColorSwatchModule,
1710
- IconSwatchModule,
1711
- BreadcrumbModule,
1712
- ],
1713
- exports: [
1714
- NoteModule,
1715
- PillsModule,
1716
- TaskModule,
1717
1624
  ColorSwatchModule,
1718
1625
  IconSwatchModule,
1719
1626
  BreadcrumbModule,
1720
1627
  ],
1628
+ exports: [PillsModule, BreadcrumbModule],
1721
1629
  }]
1722
1630
  }] });
1723
1631
 
1724
- class TaskListComponent {
1725
- constructor() { }
1632
+ class CardListComponent {
1633
+ constructor() {
1634
+ this.cardClicked = new EventEmitter();
1635
+ }
1636
+ onCardClick(card) {
1637
+ this.cardClicked.emit(card);
1638
+ }
1726
1639
  }
1727
- TaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1728
- TaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskListComponent, selector: "symphony-task-list", inputs: { taskList: "taskList" }, ngImport: i0, template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n", styles: [".task-list{border-top:1px solid #d9d9d9}\n"], components: [{ type: TaskComponent, selector: "symphony-task", inputs: ["taskModel"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1729
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListComponent, decorators: [{
1640
+ CardListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1641
+ CardListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CardListComponent, selector: "symphony-card-list", inputs: { cardList: "cardList" }, outputs: { cardClicked: "cardClicked" }, ngImport: i0, template: "<section class=\"card-list\">\n <ul class=\"row card-list list-unstyled\">\n <li class=\"col-sm-4 col-md-3 card-list-item\" *ngFor=\"let card of cardList\">\n <symphony-card\n [cardModel]=\"card\"\n (clicked)=\"onCardClick($event)\"\n ></symphony-card>\n </li>\n </ul>\n</section>\n", styles: [".card-list-item{margin-bottom:40px}\n"], components: [{ type: CardComponent, selector: "symphony-card", inputs: ["cardModel"], outputs: ["clicked"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListComponent, decorators: [{
1730
1643
  type: Component,
1731
- args: [{ selector: 'symphony-task-list', template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n", styles: [".task-list{border-top:1px solid #d9d9d9}\n"] }]
1732
- }], ctorParameters: function () { return []; }, propDecorators: { taskList: [{
1644
+ args: [{ selector: 'symphony-card-list', template: "<section class=\"card-list\">\n <ul class=\"row card-list list-unstyled\">\n <li class=\"col-sm-4 col-md-3 card-list-item\" *ngFor=\"let card of cardList\">\n <symphony-card\n [cardModel]=\"card\"\n (clicked)=\"onCardClick($event)\"\n ></symphony-card>\n </li>\n </ul>\n</section>\n", styles: [".card-list-item{margin-bottom:40px}\n"] }]
1645
+ }], ctorParameters: function () { return []; }, propDecorators: { cardList: [{
1733
1646
  type: Input
1647
+ }], cardClicked: [{
1648
+ type: Output
1734
1649
  }] } });
1735
1650
 
1736
- class TaskListModule {
1651
+ class CardListModule {
1737
1652
  }
1738
- TaskListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1739
- TaskListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, declarations: [TaskListComponent], imports: [CommonModule, TaskModule], exports: [TaskListComponent] });
1740
- TaskListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, imports: [[CommonModule, TaskModule]] });
1741
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, decorators: [{
1653
+ CardListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1654
+ CardListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListModule, declarations: [CardListComponent], imports: [CommonModule, CardModule], exports: [CardListComponent] });
1655
+ CardListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListModule, imports: [[CommonModule, CardModule]] });
1656
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListModule, decorators: [{
1742
1657
  type: NgModule,
1743
1658
  args: [{
1744
- declarations: [TaskListComponent],
1745
- imports: [CommonModule, TaskModule],
1746
- exports: [TaskListComponent],
1659
+ declarations: [CardListComponent],
1660
+ imports: [CommonModule, CardModule],
1661
+ exports: [CardListComponent],
1747
1662
  }]
1748
1663
  }] });
1749
1664
 
1665
+ class NoteComponent {
1666
+ constructor() {
1667
+ this.noteModel = {
1668
+ firstName: '',
1669
+ lastName: '',
1670
+ listTitle: '',
1671
+ timeStamp: '',
1672
+ description: '',
1673
+ moreActions: {
1674
+ items: [],
1675
+ hasBorder: false,
1676
+ },
1677
+ };
1678
+ }
1679
+ }
1680
+ NoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1681
+ NoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: NoteComponent, selector: "symphony-note", inputs: { noteModel: "noteModel" }, ngImport: i0, template: "<div class=\"sfx-note\">\n <symphony-avatar\n class=\"list-avatar\"\n [firstName]=\"noteModel.firstName\"\n [lastName]=\"noteModel.lastName\"\n ></symphony-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]=\"noteModel.listTitle\"></symphony-h3>\n <symphony-paragraph [text]=\"noteModel.timeStamp\"></symphony-paragraph>\n <symphony-paragraph [text]=\"noteModel.description\"></symphony-paragraph>\n </div>\n <symphony-contextual-menu\n class=\"list-more-option\"\n *ngIf=\"noteModel.moreActions && noteModel.moreActions.items.length > 0\"\n [model]=\"noteModel.moreActions\"\n ></symphony-contextual-menu>\n</div>\n", styles: [".sfx-note{position:relative;padding:20px 75px}.sfx-note .list-avatar{position:absolute;left:0;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}\n"], components: [{ type: AvatarComponent, selector: "symphony-avatar", inputs: ["firstName", "lastName", "sizePx", "fontSizePx"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteComponent, decorators: [{
1683
+ type: Component,
1684
+ args: [{ selector: 'symphony-note', template: "<div class=\"sfx-note\">\n <symphony-avatar\n class=\"list-avatar\"\n [firstName]=\"noteModel.firstName\"\n [lastName]=\"noteModel.lastName\"\n ></symphony-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]=\"noteModel.listTitle\"></symphony-h3>\n <symphony-paragraph [text]=\"noteModel.timeStamp\"></symphony-paragraph>\n <symphony-paragraph [text]=\"noteModel.description\"></symphony-paragraph>\n </div>\n <symphony-contextual-menu\n class=\"list-more-option\"\n *ngIf=\"noteModel.moreActions && noteModel.moreActions.items.length > 0\"\n [model]=\"noteModel.moreActions\"\n ></symphony-contextual-menu>\n</div>\n", styles: [".sfx-note{position:relative;padding:20px 75px}.sfx-note .list-avatar{position:absolute;left:0;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}\n"] }]
1685
+ }], ctorParameters: function () { return []; }, propDecorators: { noteModel: [{
1686
+ type: Input
1687
+ }] } });
1688
+
1750
1689
  class NoteListComponent {
1751
1690
  constructor() { }
1752
1691
  }
@@ -1759,6 +1698,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1759
1698
  type: Input
1760
1699
  }] } });
1761
1700
 
1701
+ class NoteModule {
1702
+ }
1703
+ NoteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1704
+ NoteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, declarations: [NoteComponent], imports: [CommonModule,
1705
+ AvatarModule,
1706
+ ContextualMenuModule,
1707
+ H3Module,
1708
+ ParagraphModule], exports: [NoteComponent] });
1709
+ NoteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, imports: [[
1710
+ CommonModule,
1711
+ AvatarModule,
1712
+ ContextualMenuModule,
1713
+ H3Module,
1714
+ ParagraphModule
1715
+ ]] });
1716
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, decorators: [{
1717
+ type: NgModule,
1718
+ args: [{
1719
+ declarations: [NoteComponent],
1720
+ imports: [
1721
+ CommonModule,
1722
+ AvatarModule,
1723
+ ContextualMenuModule,
1724
+ H3Module,
1725
+ ParagraphModule
1726
+ ],
1727
+ exports: [NoteComponent]
1728
+ }]
1729
+ }] });
1730
+
1762
1731
  class NoteListModule {
1763
1732
  }
1764
1733
  NoteListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -1773,185 +1742,162 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1773
1742
  }]
1774
1743
  }] });
1775
1744
 
1776
- class AdminListTemplateComponent {
1777
- constructor() { }
1778
- }
1779
- AdminListTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1780
- AdminListTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdminListTemplateComponent, selector: "symphony-admin-list-template", ngImport: i0, template: "<div class=\"sfx\">\n <!---->\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-filter-section\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"sfx-title-wrap\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"col-xs-12 col-sm-12 col-md-5 col-lg-5 sfx-pl-0 sfx-mt-10\">\n <!-- <h4 class=\"margin-left-minus-15\">22 Event Venues</h4> -->\n <ng-content select=\"[sfx-title]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-grid-action]\"></ng-content>\n </span>\n </div>\n </section>\n <section class=\"sfx-grid-wrap\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.sfx-title-wrap{display:inline-block;width:100%;border-bottom:5px solid #000}\n"] });
1781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListTemplateComponent, decorators: [{
1782
- type: Component,
1783
- args: [{ selector: 'symphony-admin-list-template', template: "<div class=\"sfx\">\n <!---->\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-filter-section\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"sfx-title-wrap\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"col-xs-12 col-sm-12 col-md-5 col-lg-5 sfx-pl-0 sfx-mt-10\">\n <!-- <h4 class=\"margin-left-minus-15\">22 Event Venues</h4> -->\n <ng-content select=\"[sfx-title]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-grid-action]\"></ng-content>\n </span>\n </div>\n </section>\n <section class=\"sfx-grid-wrap\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.sfx-title-wrap{display:inline-block;width:100%;border-bottom:5px solid #000}\n"] }]
1784
- }], ctorParameters: function () { return []; } });
1785
-
1786
- class PlaceholderComponent {
1745
+ class TaskIconComponent {
1787
1746
  constructor() { }
1788
1747
  }
1789
- PlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1790
- PlaceholderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PlaceholderComponent, selector: "symphony-placeholder", inputs: { type: "type", label: "label", tooltip: "tooltip", tooltipPlacement: "tooltipPlacement", height: "height", width: "width" }, ngImport: i0, template: "<div\n *ngIf=\"type !== 'circle'\"\n class=\"placeholder-dashed\"\n [ngStyle]=\"{ height: height }\"\n>\n {{ label }}\n</div>\n\n<div\n *ngIf=\"type === 'circle'\"\n [tooltip]=\"tooltip\"\n [placement]=\"tooltipPlacement\"\n class=\"placeholder-dashed-circle\"\n [ngStyle]=\"{ height: height, width: width }\"\n>\n {{ label }}\n</div>\n", styles: [".placeholder-dashed{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:10px}.placeholder-dashed-circle{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:50%}.wrapper div{height:100%}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["containerClass", "tooltipAnimation", "tooltipFadeDuration", "isOpen", "tooltipHtml", "tooltip", "tooltipPlacement", "placement", "tooltipIsOpen", "tooltipEnable", "isDisabled", "tooltipAppendToBody", "container", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "delay", "tooltipTrigger", "triggers", "adaptivePosition"], outputs: ["tooltipChange", "tooltipStateChanged", "onShown", "onHidden"], exportAs: ["bs-tooltip"] }] });
1791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderComponent, decorators: [{
1748
+ TaskIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1749
+ TaskIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskIconComponent, selector: "symphony-task-icon", inputs: { isComplete: "isComplete" }, ngImport: i0, template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'si-task-completed': !isComplete,\n 'si-task-open': isComplete\n }\"\n ></i>\n</div>\n", styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;position:relative;top:15px;left:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
1750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconComponent, decorators: [{
1792
1751
  type: Component,
1793
- args: [{ selector: 'symphony-placeholder', template: "<div\n *ngIf=\"type !== 'circle'\"\n class=\"placeholder-dashed\"\n [ngStyle]=\"{ height: height }\"\n>\n {{ label }}\n</div>\n\n<div\n *ngIf=\"type === 'circle'\"\n [tooltip]=\"tooltip\"\n [placement]=\"tooltipPlacement\"\n class=\"placeholder-dashed-circle\"\n [ngStyle]=\"{ height: height, width: width }\"\n>\n {{ label }}\n</div>\n", styles: [".placeholder-dashed{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:10px}.placeholder-dashed-circle{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:50%}.wrapper div{height:100%}\n"] }]
1794
- }], ctorParameters: function () { return []; }, propDecorators: { type: [{
1795
- type: Input
1796
- }], label: [{
1797
- type: Input
1798
- }], tooltip: [{
1799
- type: Input
1800
- }], tooltipPlacement: [{
1801
- type: Input
1802
- }], height: [{
1803
- type: Input
1804
- }], width: [{
1752
+ args: [{ selector: 'symphony-task-icon', template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'si-task-completed': !isComplete,\n 'si-task-open': isComplete\n }\"\n ></i>\n</div>\n", styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;position:relative;top:15px;left:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}\n"] }]
1753
+ }], ctorParameters: function () { return []; }, propDecorators: { isComplete: [{
1805
1754
  type: Input
1806
1755
  }] } });
1807
1756
 
1808
- class EventsSettingsPageComponent {
1757
+ class TaskComponent {
1809
1758
  constructor() {
1810
- this.keywordSearchChange = new EventEmitter();
1811
- this.gridActionsSelectedOption = new EventEmitter();
1812
- this.addButtonClicked = new EventEmitter();
1813
- this.eventsSettingsBreadcrumbs = [
1814
- {
1815
- label: 'Main Menu',
1816
- link: '/tools',
1817
- },
1818
- {
1819
- label: 'Sub Menu One',
1820
- },
1821
- ];
1822
- }
1823
- keywordSearch(keyword) {
1824
- this.keywordSearchChange.emit(keyword);
1825
- console.log(keyword);
1826
- }
1827
- gridActionsSelect(selection) {
1828
- this.gridActionsSelectedOption.emit(selection);
1829
- console.log(selection);
1830
- }
1831
- onAddButtonClick() {
1832
- this.addButtonClicked.emit();
1759
+ this.taskModel = {
1760
+ assignee: '',
1761
+ title: '',
1762
+ dueDate: '',
1763
+ };
1833
1764
  }
1834
1765
  }
1835
- EventsSettingsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1836
- EventsSettingsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EventsSettingsPageComponent, selector: "symphony-events-settings-page", inputs: { model: "model" }, outputs: { keywordSearchChange: "keywordSearchChange", gridActionsSelectedOption: "gridActionsSelectedOption", addButtonClicked: "addButtonClicked" }, ngImport: i0, template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <symphony-placeholder\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n filter-one\n [label]=\"'filter-one'\"\n [height]=\"'80px'\"\n ></symphony-placeholder>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-contextual-menu\n sfx-grid-action\n class=\"more-options\"\n *ngIf=\"model.gridActions.items && model.gridActions.items.length > 0\"\n [model]=\"model.gridActions\"\n (itemClick)=\"gridActionsSelect($event)\"\n >\n </symphony-contextual-menu>\n <symphony-grid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [rowData]=\"model.grid.rowData\"\n *ngIf=\"!model.overrideGridPlaceholder\"\n ></symphony-grid>\n <symphony-placeholder\n *ngIf=\"model.overrideGridPlaceholder\"\n sfx-grid\n [label]=\"'sfx-grid'\"\n [height]=\"'500px'\"\n ></symphony-placeholder>\n</symphony-admin-list-template>\n", styles: [""], components: [{ type: AdminListTemplateComponent, selector: "symphony-admin-list-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }, { type: TwoColumnFilterAreaComponent, selector: "symphony-two-column-filter-area", inputs: ["height"] }, { type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: ["inputDropdownListModel", "disableBtn", "isInverse", "isRequired"], outputs: ["selectItem", "clearSelection"] }, { type: PlaceholderComponent, selector: "symphony-placeholder", inputs: ["type", "label", "tooltip", "tooltipPlacement", "height", "width"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse"], outputs: ["textChange"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }, { type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "rowData"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1837
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageComponent, decorators: [{
1766
+ TaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1767
+ TaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskComponent, selector: "symphony-task", inputs: { taskModel: "taskModel" }, ngImport: i0, template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-h3 [text]=\"taskModel.title\"></symphony-h3>\n <div class=\"time-and-assigned\">\n <symphony-paragraph [text]=\"taskModel.dueDate\"></symphony-paragraph>\n <symphony-paragraph [text]=\"taskModel.assignee\"></symphony-paragraph>\n </div>\n </div>\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.items.length > 0\"\n [model]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n", styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{display:flex;align-items:center;padding:30px 0;border-bottom:1px solid #d9d9d9}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{width:80%;height:50px}.sfx-task symphony-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}\n"], components: [{ type: TaskIconComponent, selector: "symphony-task-icon", inputs: ["isComplete"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskComponent, decorators: [{
1838
1769
  type: Component,
1839
- args: [{ selector: 'symphony-events-settings-page', template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <symphony-placeholder\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n filter-one\n [label]=\"'filter-one'\"\n [height]=\"'80px'\"\n ></symphony-placeholder>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-contextual-menu\n sfx-grid-action\n class=\"more-options\"\n *ngIf=\"model.gridActions.items && model.gridActions.items.length > 0\"\n [model]=\"model.gridActions\"\n (itemClick)=\"gridActionsSelect($event)\"\n >\n </symphony-contextual-menu>\n <symphony-grid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [rowData]=\"model.grid.rowData\"\n *ngIf=\"!model.overrideGridPlaceholder\"\n ></symphony-grid>\n <symphony-placeholder\n *ngIf=\"model.overrideGridPlaceholder\"\n sfx-grid\n [label]=\"'sfx-grid'\"\n [height]=\"'500px'\"\n ></symphony-placeholder>\n</symphony-admin-list-template>\n", styles: [""] }]
1840
- }], ctorParameters: function () { return []; }, propDecorators: { model: [{
1770
+ args: [{ selector: 'symphony-task', template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-h3 [text]=\"taskModel.title\"></symphony-h3>\n <div class=\"time-and-assigned\">\n <symphony-paragraph [text]=\"taskModel.dueDate\"></symphony-paragraph>\n <symphony-paragraph [text]=\"taskModel.assignee\"></symphony-paragraph>\n </div>\n </div>\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.items.length > 0\"\n [model]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n", styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{display:flex;align-items:center;padding:30px 0;border-bottom:1px solid #d9d9d9}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{width:80%;height:50px}.sfx-task symphony-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}\n"] }]
1771
+ }], ctorParameters: function () { return []; }, propDecorators: { taskModel: [{
1841
1772
  type: Input
1842
- }], keywordSearchChange: [{
1843
- type: Output
1844
- }], gridActionsSelectedOption: [{
1845
- type: Output
1846
- }], addButtonClicked: [{
1847
- type: Output
1848
1773
  }] } });
1849
1774
 
1850
- class AdminListModule {
1775
+ class TaskListComponent {
1776
+ constructor() { }
1851
1777
  }
1852
- AdminListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1853
- AdminListModulemod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, declarations: [AdminListTemplateComponent], imports: [CommonModule], exports: [AdminListTemplateComponent] });
1854
- AdminListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, imports: [[CommonModule]] });
1855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, decorators: [{
1856
- type: NgModule,
1857
- args: [{
1858
- declarations: [AdminListTemplateComponent],
1859
- imports: [CommonModule],
1860
- exports: [AdminListTemplateComponent],
1861
- }]
1862
- }] });
1778
+ TaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1779
+ TaskListComponentcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskListComponent, selector: "symphony-task-list", inputs: { taskList: "taskList" }, ngImport: i0, template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n", styles: [".task-list{border-top:1px solid #d9d9d9}\n"], components: [{ type: TaskComponent, selector: "symphony-task", inputs: ["taskModel"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListComponent, decorators: [{
1781
+ type: Component,
1782
+ args: [{ selector: 'symphony-task-list', template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n", styles: [".task-list{border-top:1px solid #d9d9d9}\n"] }]
1783
+ }], ctorParameters: function () { return []; }, propDecorators: { taskList: [{
1784
+ type: Input
1785
+ }] } });
1863
1786
 
1864
- class PlaceholderModule {
1787
+ class TaskIconModule {
1865
1788
  }
1866
- PlaceholderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1867
- PlaceholderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, declarations: [PlaceholderComponent], imports: [CommonModule, i2.TooltipModule], exports: [PlaceholderComponent] });
1868
- PlaceholderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, imports: [[CommonModule, TooltipModule.forRoot()]] });
1869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, decorators: [{
1789
+ TaskIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1790
+ TaskIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, declarations: [TaskIconComponent], imports: [CommonModule], exports: [TaskIconComponent] });
1791
+ TaskIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, imports: [[CommonModule]] });
1792
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, decorators: [{
1870
1793
  type: NgModule,
1871
1794
  args: [{
1872
- declarations: [PlaceholderComponent],
1873
- imports: [CommonModule, TooltipModule.forRoot()],
1874
- exports: [PlaceholderComponent],
1795
+ declarations: [TaskIconComponent],
1796
+ imports: [CommonModule],
1797
+ exports: [TaskIconComponent],
1875
1798
  }]
1876
1799
  }] });
1877
1800
 
1878
- class EventsSettingsPageModule {
1801
+ class TaskModule {
1879
1802
  }
1880
- EventsSettingsPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1881
- EventsSettingsPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, declarations: [EventsSettingsPageComponent], imports: [CommonModule,
1882
- AdminListModule,
1883
- H3Module,
1884
- H4Module,
1885
- PlaceholderModule,
1886
- BreadcrumbModule,
1887
- TwoColumnFilterAreaModule,
1888
- IconModule,
1889
- InputTextModule,
1803
+ TaskModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1804
+ TaskModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, declarations: [TaskComponent], imports: [CommonModule,
1805
+ TaskIconModule,
1890
1806
  ContextualMenuModule,
1891
- InputDropdownModule,
1892
- GridModule,
1893
- IconWrapperModule], exports: [EventsSettingsPageComponent] });
1894
- EventsSettingsPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, imports: [[
1807
+ H3Module,
1808
+ ParagraphModule], exports: [TaskComponent] });
1809
+ TaskModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, imports: [[
1895
1810
  CommonModule,
1896
- AdminListModule,
1897
- H3Module,
1898
- H4Module,
1899
- PlaceholderModule,
1900
- BreadcrumbModule,
1901
- TwoColumnFilterAreaModule,
1902
- IconModule,
1903
- InputTextModule,
1811
+ TaskIconModule,
1904
1812
  ContextualMenuModule,
1905
- InputDropdownModule,
1906
- GridModule,
1907
- IconWrapperModule,
1813
+ H3Module,
1814
+ ParagraphModule
1908
1815
  ]] });
1909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, decorators: [{
1816
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, decorators: [{
1910
1817
  type: NgModule,
1911
1818
  args: [{
1912
- declarations: [EventsSettingsPageComponent],
1819
+ declarations: [TaskComponent],
1913
1820
  imports: [
1914
1821
  CommonModule,
1915
- AdminListModule,
1916
- H3Module,
1917
- H4Module,
1918
- PlaceholderModule,
1919
- BreadcrumbModule,
1920
- TwoColumnFilterAreaModule,
1921
- IconModule,
1922
- InputTextModule,
1822
+ TaskIconModule,
1923
1823
  ContextualMenuModule,
1924
- InputDropdownModule,
1925
- GridModule,
1926
- IconWrapperModule,
1824
+ H3Module,
1825
+ ParagraphModule
1927
1826
  ],
1928
- exports: [EventsSettingsPageComponent],
1827
+ exports: [TaskComponent],
1828
+ }]
1829
+ }] });
1830
+
1831
+ class TaskListModule {
1832
+ }
1833
+ TaskListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1834
+ TaskListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, declarations: [TaskListComponent], imports: [CommonModule, TaskModule], exports: [TaskListComponent] });
1835
+ TaskListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, imports: [[CommonModule, TaskModule]] });
1836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, decorators: [{
1837
+ type: NgModule,
1838
+ args: [{
1839
+ declarations: [TaskListComponent],
1840
+ imports: [CommonModule, TaskModule],
1841
+ exports: [TaskListComponent],
1929
1842
  }]
1930
1843
  }] });
1931
1844
 
1932
- class ColorSwatchCollectionComponent {
1933
- constructor() { }
1845
+ class TypographyComponent {
1846
+ constructor() {
1847
+ this.typographyModel = {
1848
+ h1Text: '',
1849
+ h2Text: '',
1850
+ h3Text: '',
1851
+ h4Text: '',
1852
+ paragraphText: '',
1853
+ h5Text: '',
1854
+ };
1855
+ }
1934
1856
  }
1935
- ColorSwatchCollectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchCollectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1936
- ColorSwatchCollectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ColorSwatchCollectionComponent, selector: "symphony-main-ui-color-swatch", inputs: { colorList: "colorList" }, ngImport: i0, 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", styles: [".data-vis .color-list,.data-vis-ext .color-list{flex-direction:column;flex-wrap:wrap;display:flex;height:100vh;width:50vw}.data-vis .color-list-item,.data-vis-ext .color-list-item{padding:0;flex:0 0 20%}.main-ui .color-list-item{padding:5px 0}\n"], components: [{ type: ColorSwatchComponent, selector: "symphony-ui-color-explorer", inputs: ["colorSwatchModel"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
1937
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchCollectionComponent, decorators: [{
1857
+ TypographyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1858
+ TypographyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TypographyComponent, selector: "symphony-typography", inputs: { title: "title", typographyModel: "typographyModel" }, ngImport: i0, template: "<div class=\"sfx-typography\">\n <ul class=\"typography-list list-unstyled\">\n <li class=\"typography-list-item\">\n <symphony-h1\n [text]=\"typographyModel.h1Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h1>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h2\n [text]=\"typographyModel.h2Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h2>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h3\n [text]=\"typographyModel.h3Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h3>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h4\n [text]=\"typographyModel.h4Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h4>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h5\n [text]=\"typographyModel.h5Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h5>\n </li>\n <li class=\"typography-list-item\">\n <symphony-paragraph\n [text]=\"typographyModel.paragraphText\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-paragraph>\n </li>\n </ul>\n</div>\n", styles: [".typography-list-item{padding:10px 0;border-bottom:1px solid #bababa}\n"], components: [{ type: H1Component, selector: "symphony-h1", inputs: ["text", "isSecondary"] }, { type: H2Component, selector: "symphony-h2", inputs: ["text", "isSecondary"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: H5Component, selector: "symphony-h5", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }] });
1859
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyComponent, decorators: [{
1938
1860
  type: Component,
1939
- args: [{ selector: 'symphony-main-ui-color-swatch', encapsulation: ViewEncapsulation.None, 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", styles: [".data-vis .color-list,.data-vis-ext .color-list{flex-direction:column;flex-wrap:wrap;display:flex;height:100vh;width:50vw}.data-vis .color-list-item,.data-vis-ext .color-list-item{padding:0;flex:0 0 20%}.main-ui .color-list-item{padding:5px 0}\n"] }]
1940
- }], ctorParameters: function () { return []; }, propDecorators: { colorList: [{
1861
+ args: [{ selector: 'symphony-typography', template: "<div class=\"sfx-typography\">\n <ul class=\"typography-list list-unstyled\">\n <li class=\"typography-list-item\">\n <symphony-h1\n [text]=\"typographyModel.h1Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h1>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h2\n [text]=\"typographyModel.h2Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h2>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h3\n [text]=\"typographyModel.h3Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h3>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h4\n [text]=\"typographyModel.h4Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h4>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h5\n [text]=\"typographyModel.h5Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h5>\n </li>\n <li class=\"typography-list-item\">\n <symphony-paragraph\n [text]=\"typographyModel.paragraphText\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-paragraph>\n </li>\n </ul>\n</div>\n", styles: [".typography-list-item{padding:10px 0;border-bottom:1px solid #bababa}\n"] }]
1862
+ }], ctorParameters: function () { return []; }, propDecorators: { title: [{
1863
+ type: Input
1864
+ }], typographyModel: [{
1941
1865
  type: Input
1942
1866
  }] } });
1943
1867
 
1944
- class ColorSwatchCollectionModule {
1868
+ class TypographyModule {
1945
1869
  }
1946
- ColorSwatchCollectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchCollectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1947
- ColorSwatchCollectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchCollectionModule, declarations: [ColorSwatchCollectionComponent], imports: [CommonModule, ColorSwatchModule] });
1948
- ColorSwatchCollectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchCollectionModule, imports: [[CommonModule, ColorSwatchModule]] });
1949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchCollectionModule, decorators: [{
1870
+ TypographyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1871
+ TypographyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyModule, declarations: [TypographyComponent], imports: [CommonModule,
1872
+ H2Module,
1873
+ H3Module,
1874
+ H4Module,
1875
+ H1Module,
1876
+ ParagraphModule,
1877
+ H5Module], exports: [TypographyComponent] });
1878
+ TypographyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyModule, imports: [[
1879
+ CommonModule,
1880
+ H2Module,
1881
+ H3Module,
1882
+ H4Module,
1883
+ H1Module,
1884
+ ParagraphModule,
1885
+ H5Module,
1886
+ ]] });
1887
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyModule, decorators: [{
1950
1888
  type: NgModule,
1951
1889
  args: [{
1952
- declarations: [ColorSwatchCollectionComponent],
1953
- imports: [CommonModule, ColorSwatchModule],
1954
- exports: []
1890
+ declarations: [TypographyComponent],
1891
+ imports: [
1892
+ CommonModule,
1893
+ H2Module,
1894
+ H3Module,
1895
+ H4Module,
1896
+ H1Module,
1897
+ ParagraphModule,
1898
+ H5Module,
1899
+ ],
1900
+ exports: [TypographyComponent],
1955
1901
  }]
1956
1902
  }] });
1957
1903
 
@@ -2513,6 +2459,288 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2513
2459
  }]
2514
2460
  }] });
2515
2461
 
2462
+ class OrganismsModule {
2463
+ }
2464
+ OrganismsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2465
+ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [CommonModule,
2466
+ NoteListModule,
2467
+ TaskListModule,
2468
+ TypographyModule,
2469
+ IconExplorerModule,
2470
+ CardListModule] });
2471
+ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
2472
+ CommonModule,
2473
+ NoteListModule,
2474
+ TaskListModule,
2475
+ TypographyModule,
2476
+ IconExplorerModule,
2477
+ CardListModule,
2478
+ ]] });
2479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
2480
+ type: NgModule,
2481
+ args: [{
2482
+ declarations: [],
2483
+ imports: [
2484
+ CommonModule,
2485
+ NoteListModule,
2486
+ TaskListModule,
2487
+ TypographyModule,
2488
+ IconExplorerModule,
2489
+ CardListModule,
2490
+ ],
2491
+ }]
2492
+ }] });
2493
+
2494
+ class AdminListTemplateComponent {
2495
+ constructor() { }
2496
+ }
2497
+ AdminListTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2498
+ AdminListTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdminListTemplateComponent, selector: "symphony-admin-list-template", ngImport: i0, template: "<div class=\"sfx\">\n <!---->\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-filter-section\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"sfx-title-wrap\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"col-xs-12 col-sm-12 col-md-5 col-lg-5 sfx-pl-0 sfx-mt-10\">\n <!-- <h4 class=\"margin-left-minus-15\">22 Event Venues</h4> -->\n <ng-content select=\"[sfx-title]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-grid-action]\"></ng-content>\n </span>\n </div>\n </section>\n <section class=\"sfx-grid-wrap\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.sfx-title-wrap{display:inline-block;width:100%;border-bottom:5px solid #000}\n"] });
2499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListTemplateComponent, decorators: [{
2500
+ type: Component,
2501
+ args: [{ selector: 'symphony-admin-list-template', template: "<div class=\"sfx\">\n <!---->\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-filter-section\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"sfx-title-wrap\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"col-xs-12 col-sm-12 col-md-5 col-lg-5 sfx-pl-0 sfx-mt-10\">\n <!-- <h4 class=\"margin-left-minus-15\">22 Event Venues</h4> -->\n <ng-content select=\"[sfx-title]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-grid-action]\"></ng-content>\n </span>\n </div>\n </section>\n <section class=\"sfx-grid-wrap\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.sfx-title-wrap{display:inline-block;width:100%;border-bottom:5px solid #000}\n"] }]
2502
+ }], ctorParameters: function () { return []; } });
2503
+
2504
+ class EventsSettingsPageComponent {
2505
+ constructor() {
2506
+ this.keywordSearchChange = new EventEmitter();
2507
+ this.gridActionsSelectedOption = new EventEmitter();
2508
+ this.addButtonClicked = new EventEmitter();
2509
+ this.eventsSettingsBreadcrumbs = [
2510
+ {
2511
+ label: 'Main Menu',
2512
+ link: '/tools',
2513
+ },
2514
+ {
2515
+ label: 'Sub Menu One',
2516
+ },
2517
+ ];
2518
+ }
2519
+ keywordSearch(keyword) {
2520
+ this.keywordSearchChange.emit(keyword);
2521
+ console.log(keyword);
2522
+ }
2523
+ gridActionsSelect(selection) {
2524
+ this.gridActionsSelectedOption.emit(selection);
2525
+ console.log(selection);
2526
+ }
2527
+ onAddButtonClick() {
2528
+ this.addButtonClicked.emit();
2529
+ }
2530
+ }
2531
+ EventsSettingsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2532
+ EventsSettingsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EventsSettingsPageComponent, selector: "symphony-events-settings-page", inputs: { model: "model" }, outputs: { keywordSearchChange: "keywordSearchChange", gridActionsSelectedOption: "gridActionsSelectedOption", addButtonClicked: "addButtonClicked" }, ngImport: i0, template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <ng-content\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n select=\"filter-one\"\n ></ng-content>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-contextual-menu\n sfx-grid-action\n class=\"more-options\"\n *ngIf=\"model.gridActions.items && model.gridActions.items.length > 0\"\n [model]=\"model.gridActions\"\n (itemClick)=\"gridActionsSelect($event)\"\n >\n </symphony-contextual-menu>\n <symphony-grid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [rowData]=\"model.grid.rowData\"\n [onGridReadyFunction]=\"model.grid.onGridReadyFunction\"\n ></symphony-grid>\n</symphony-admin-list-template>\n", styles: [""], components: [{ type: AdminListTemplateComponent, selector: "symphony-admin-list-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }, { type: TwoColumnFilterAreaComponent, selector: "symphony-two-column-filter-area", inputs: ["height"] }, { type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: ["inputDropdownListModel", "disableBtn", "isInverse", "isRequired"], outputs: ["selectItem", "clearSelection"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "noMargin"], outputs: ["textChange"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }, { type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "rowData", "onGridReadyFunction"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2533
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageComponent, decorators: [{
2534
+ type: Component,
2535
+ args: [{ selector: 'symphony-events-settings-page', template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <ng-content\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n select=\"filter-one\"\n ></ng-content>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-contextual-menu\n sfx-grid-action\n class=\"more-options\"\n *ngIf=\"model.gridActions.items && model.gridActions.items.length > 0\"\n [model]=\"model.gridActions\"\n (itemClick)=\"gridActionsSelect($event)\"\n >\n </symphony-contextual-menu>\n <symphony-grid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [rowData]=\"model.grid.rowData\"\n [onGridReadyFunction]=\"model.grid.onGridReadyFunction\"\n ></symphony-grid>\n</symphony-admin-list-template>\n", styles: [""] }]
2536
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
2537
+ type: Input
2538
+ }], keywordSearchChange: [{
2539
+ type: Output
2540
+ }], gridActionsSelectedOption: [{
2541
+ type: Output
2542
+ }], addButtonClicked: [{
2543
+ type: Output
2544
+ }] } });
2545
+
2546
+ class AdminListModule {
2547
+ }
2548
+ AdminListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2549
+ AdminListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, declarations: [AdminListTemplateComponent], imports: [CommonModule], exports: [AdminListTemplateComponent] });
2550
+ AdminListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, imports: [[CommonModule]] });
2551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, decorators: [{
2552
+ type: NgModule,
2553
+ args: [{
2554
+ declarations: [AdminListTemplateComponent],
2555
+ imports: [CommonModule],
2556
+ exports: [AdminListTemplateComponent],
2557
+ }]
2558
+ }] });
2559
+
2560
+ class PlaceholderComponent {
2561
+ constructor() { }
2562
+ }
2563
+ PlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2564
+ PlaceholderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PlaceholderComponent, selector: "symphony-placeholder", inputs: { type: "type", label: "label", tooltip: "tooltip", tooltipPlacement: "tooltipPlacement", height: "height", width: "width" }, ngImport: i0, template: "<div\n *ngIf=\"type !== 'circle'\"\n class=\"placeholder-dashed\"\n [ngStyle]=\"{ height: height }\"\n>\n {{ label }}\n</div>\n\n<div\n *ngIf=\"type === 'circle'\"\n [tooltip]=\"tooltip\"\n [placement]=\"tooltipPlacement\"\n class=\"placeholder-dashed-circle\"\n [ngStyle]=\"{ height: height, width: width }\"\n>\n {{ label }}\n</div>\n", styles: [".placeholder-dashed{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:10px}.placeholder-dashed-circle{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:50%}.wrapper div{height:100%}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["containerClass", "tooltipAnimation", "tooltipFadeDuration", "isOpen", "tooltipHtml", "tooltip", "tooltipPlacement", "placement", "tooltipIsOpen", "tooltipEnable", "isDisabled", "tooltipAppendToBody", "container", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "delay", "tooltipTrigger", "triggers", "adaptivePosition"], outputs: ["tooltipChange", "tooltipStateChanged", "onShown", "onHidden"], exportAs: ["bs-tooltip"] }] });
2565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderComponent, decorators: [{
2566
+ type: Component,
2567
+ args: [{ selector: 'symphony-placeholder', template: "<div\n *ngIf=\"type !== 'circle'\"\n class=\"placeholder-dashed\"\n [ngStyle]=\"{ height: height }\"\n>\n {{ label }}\n</div>\n\n<div\n *ngIf=\"type === 'circle'\"\n [tooltip]=\"tooltip\"\n [placement]=\"tooltipPlacement\"\n class=\"placeholder-dashed-circle\"\n [ngStyle]=\"{ height: height, width: width }\"\n>\n {{ label }}\n</div>\n", styles: [".placeholder-dashed{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:10px}.placeholder-dashed-circle{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:50%}.wrapper div{height:100%}\n"] }]
2568
+ }], ctorParameters: function () { return []; }, propDecorators: { type: [{
2569
+ type: Input
2570
+ }], label: [{
2571
+ type: Input
2572
+ }], tooltip: [{
2573
+ type: Input
2574
+ }], tooltipPlacement: [{
2575
+ type: Input
2576
+ }], height: [{
2577
+ type: Input
2578
+ }], width: [{
2579
+ type: Input
2580
+ }] } });
2581
+
2582
+ class PlaceholderModule {
2583
+ }
2584
+ PlaceholderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2585
+ PlaceholderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, declarations: [PlaceholderComponent], imports: [CommonModule, i2.TooltipModule], exports: [PlaceholderComponent] });
2586
+ PlaceholderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, imports: [[CommonModule, TooltipModule.forRoot()]] });
2587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, decorators: [{
2588
+ type: NgModule,
2589
+ args: [{
2590
+ declarations: [PlaceholderComponent],
2591
+ imports: [CommonModule, TooltipModule.forRoot()],
2592
+ exports: [PlaceholderComponent],
2593
+ }]
2594
+ }] });
2595
+
2596
+ class EventsSettingsPageModule {
2597
+ }
2598
+ EventsSettingsPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2599
+ EventsSettingsPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, declarations: [EventsSettingsPageComponent], imports: [CommonModule,
2600
+ AdminListModule,
2601
+ H3Module,
2602
+ H4Module,
2603
+ PlaceholderModule,
2604
+ BreadcrumbModule,
2605
+ TwoColumnFilterAreaModule,
2606
+ IconModule,
2607
+ InputTextModule,
2608
+ ContextualMenuModule,
2609
+ InputDropdownModule,
2610
+ GridModule,
2611
+ IconWrapperModule], exports: [EventsSettingsPageComponent] });
2612
+ EventsSettingsPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, imports: [[
2613
+ CommonModule,
2614
+ AdminListModule,
2615
+ H3Module,
2616
+ H4Module,
2617
+ PlaceholderModule,
2618
+ BreadcrumbModule,
2619
+ TwoColumnFilterAreaModule,
2620
+ IconModule,
2621
+ InputTextModule,
2622
+ ContextualMenuModule,
2623
+ InputDropdownModule,
2624
+ GridModule,
2625
+ IconWrapperModule,
2626
+ ]] });
2627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, decorators: [{
2628
+ type: NgModule,
2629
+ args: [{
2630
+ declarations: [EventsSettingsPageComponent],
2631
+ imports: [
2632
+ CommonModule,
2633
+ AdminListModule,
2634
+ H3Module,
2635
+ H4Module,
2636
+ PlaceholderModule,
2637
+ BreadcrumbModule,
2638
+ TwoColumnFilterAreaModule,
2639
+ IconModule,
2640
+ InputTextModule,
2641
+ ContextualMenuModule,
2642
+ InputDropdownModule,
2643
+ GridModule,
2644
+ IconWrapperModule,
2645
+ ],
2646
+ exports: [EventsSettingsPageComponent],
2647
+ }]
2648
+ }] });
2649
+
2650
+ class SettingListTemplateComponent {
2651
+ constructor() { }
2652
+ }
2653
+ SettingListTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2654
+ SettingListTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingListTemplateComponent, selector: "symphony-setting-list-template", ngImport: i0, template: "<section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-6 col-lg-6 sfx-mb-30\">\n <ng-content select=\"[page-title]\"></ng-content>\n </div>\n </div>\n</section>\n<section\n class=\"setting-list-header sfx-pb-30 sfx-border-bottom-gray-1 sfx-mb-40\"\n>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-9 col-lg-9 sfx-pt-15\">\n <ng-content select=\"[List-title]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-12 col-md-3 col-lg-3\">\n <ng-content select=\"[filter-input]\"></ng-content>\n </div>\n </div>\n</section>\n<section class=\"setting-list-wrap\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[card-list]\"></ng-content>\n </div>\n </div>\n</section>\n", styles: [".sfx-page-title{border-bottom:5px solid #000;margin-top:3.125rem;margin-bottom:1.875rem}\n"] });
2655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateComponent, decorators: [{
2656
+ type: Component,
2657
+ args: [{ selector: 'symphony-setting-list-template', template: "<section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-6 col-lg-6 sfx-mb-30\">\n <ng-content select=\"[page-title]\"></ng-content>\n </div>\n </div>\n</section>\n<section\n class=\"setting-list-header sfx-pb-30 sfx-border-bottom-gray-1 sfx-mb-40\"\n>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-9 col-lg-9 sfx-pt-15\">\n <ng-content select=\"[List-title]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-12 col-md-3 col-lg-3\">\n <ng-content select=\"[filter-input]\"></ng-content>\n </div>\n </div>\n</section>\n<section class=\"setting-list-wrap\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[card-list]\"></ng-content>\n </div>\n </div>\n</section>\n", styles: [".sfx-page-title{border-bottom:5px solid #000;margin-top:3.125rem;margin-bottom:1.875rem}\n"] }]
2658
+ }], ctorParameters: function () { return []; } });
2659
+
2660
+ class SettingListPageComponent {
2661
+ constructor() {
2662
+ this.cardClicked = new EventEmitter();
2663
+ }
2664
+ ngOnInit() {
2665
+ this.filteredCardList = this.model.cardList;
2666
+ }
2667
+ keywordSearch(keyword) {
2668
+ this.filteredCardList = this.model.cardList.filter((card) => card.title.toLowerCase().includes(keyword));
2669
+ }
2670
+ onCardClick(card) {
2671
+ this.cardClicked.emit(card);
2672
+ }
2673
+ }
2674
+ SettingListPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2675
+ SettingListPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingListPageComponent, selector: "symphony-setting-list-page", inputs: { model: "model" }, outputs: { cardClicked: "cardClicked" }, ngImport: i0, template: "<symphony-setting-list-template *ngIf=\"model\">\n <symphony-h3 page-title>{{ model.pageTitle }}</symphony-h3>\n <symphony-paragraph List-title>{{ model.listTitle }}</symphony-paragraph>\n <symphony-input-text\n filter-input\n [placeholder]=\"'Search by keyword'\"\n [icon]=\"'si-search-new'\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n <symphony-card-list\n card-list\n [cardList]=\"filteredCardList\"\n (cardClicked)=\"onCardClick($event)\"\n ></symphony-card-list>\n</symphony-setting-list-template>\n", styles: [".sfx-page-title{border-bottom:5px solid #000;margin-top:3.125rem;margin-bottom:1.875rem}.card-list{padding:5px}\n"], components: [{ type: SettingListTemplateComponent, selector: "symphony-setting-list-template" }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "noMargin"], outputs: ["textChange"] }, { type: CardListComponent, selector: "symphony-card-list", inputs: ["cardList"], outputs: ["cardClicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
2676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageComponent, decorators: [{
2677
+ type: Component,
2678
+ args: [{ selector: 'symphony-setting-list-page', encapsulation: ViewEncapsulation.None, template: "<symphony-setting-list-template *ngIf=\"model\">\n <symphony-h3 page-title>{{ model.pageTitle }}</symphony-h3>\n <symphony-paragraph List-title>{{ model.listTitle }}</symphony-paragraph>\n <symphony-input-text\n filter-input\n [placeholder]=\"'Search by keyword'\"\n [icon]=\"'si-search-new'\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n <symphony-card-list\n card-list\n [cardList]=\"filteredCardList\"\n (cardClicked)=\"onCardClick($event)\"\n ></symphony-card-list>\n</symphony-setting-list-template>\n", styles: [".sfx-page-title{border-bottom:5px solid #000;margin-top:3.125rem;margin-bottom:1.875rem}.card-list{padding:5px}\n"] }]
2679
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
2680
+ type: Input
2681
+ }], cardClicked: [{
2682
+ type: Output
2683
+ }] } });
2684
+
2685
+ class SettingListTemplateModule {
2686
+ }
2687
+ SettingListTemplateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2688
+ SettingListTemplateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateModule, declarations: [SettingListTemplateComponent], imports: [CommonModule,
2689
+ PlaceholderModule], exports: [SettingListTemplateComponent] });
2690
+ SettingListTemplateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateModule, imports: [[
2691
+ CommonModule,
2692
+ PlaceholderModule
2693
+ ]] });
2694
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateModule, decorators: [{
2695
+ type: NgModule,
2696
+ args: [{
2697
+ declarations: [
2698
+ SettingListTemplateComponent
2699
+ ],
2700
+ imports: [
2701
+ CommonModule,
2702
+ PlaceholderModule
2703
+ ],
2704
+ exports: [SettingListTemplateComponent],
2705
+ }]
2706
+ }] });
2707
+
2708
+ class SettingListPageModule {
2709
+ }
2710
+ SettingListPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2711
+ SettingListPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageModule, declarations: [SettingListPageComponent], imports: [CommonModule,
2712
+ PlaceholderModule,
2713
+ SettingListTemplateModule,
2714
+ H3Module,
2715
+ ParagraphModule,
2716
+ InputTextModule,
2717
+ CardListModule], exports: [SettingListPageComponent] });
2718
+ SettingListPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageModule, imports: [[
2719
+ CommonModule,
2720
+ PlaceholderModule,
2721
+ SettingListTemplateModule,
2722
+ H3Module,
2723
+ ParagraphModule,
2724
+ InputTextModule,
2725
+ CardListModule,
2726
+ ]] });
2727
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageModule, decorators: [{
2728
+ type: NgModule,
2729
+ args: [{
2730
+ declarations: [SettingListPageComponent],
2731
+ imports: [
2732
+ CommonModule,
2733
+ PlaceholderModule,
2734
+ SettingListTemplateModule,
2735
+ H3Module,
2736
+ ParagraphModule,
2737
+ InputTextModule,
2738
+ CardListModule,
2739
+ ],
2740
+ exports: [SettingListPageComponent],
2741
+ }]
2742
+ }] });
2743
+
2516
2744
  /*
2517
2745
  * ATOMS
2518
2746
  */
@@ -2521,5 +2749,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2521
2749
  * Generated bundle index. Do not edit.
2522
2750
  */
2523
2751
 
2524
- export { AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchCollectionComponent, ColorSwatchCollectionModule, ColorSwatchComponent, ColorSwatchModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventsSettingsPageComponent, EventsSettingsPageModule, FilterAreaComponent, FilterAreaModule, GridComponent, GridModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconExplorerComponent, IconExplorerModule, IconModule, IconSwatchComponent, IconSwatchModule, IconWrapperComponent, IconWrapperModule, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, MoleculesModule, NoteComponent, NoteListComponent, NoteListModule, NoteModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, ToasterAlertComponent, ToasterAlertModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule };
2752
+ export { ActivityScoreLevel, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule };
2525
2753
  //# sourceMappingURL=symphony-talent-component-library-projects-component-library.mjs.map