@symphony-talent/component-library 1.4.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/bundles/symphony-talent-component-library-projects-component-library.umd.js +1476 -491
  2. package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +1 -1
  3. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +2 -2
  4. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +1 -1
  5. package/bundles/symphony-talent-component-library.umd.js +1476 -491
  6. package/bundles/symphony-talent-component-library.umd.js.map +1 -1
  7. package/bundles/symphony-talent-component-library.umd.min.js +2 -2
  8. package/bundles/symphony-talent-component-library.umd.min.js.map +1 -1
  9. package/esm2015/lib/atoms/atoms.module.js +22 -14
  10. package/esm2015/lib/atoms/avatar/avatar.component.js +4 -4
  11. package/esm2015/lib/atoms/avatar/avatar.module.js +2 -3
  12. package/esm2015/lib/atoms/button/button.component.js +6 -3
  13. package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
  14. package/esm2015/lib/atoms/contextual-menu/contextual-menu.model.js +1 -0
  15. package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
  16. package/esm2015/lib/atoms/filter-area/filter-area.component.js +16 -0
  17. package/esm2015/lib/atoms/filter-area/filter-area.module.js +15 -0
  18. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +49 -0
  19. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +14 -0
  20. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +8 -0
  21. package/esm2015/lib/atoms/grid/framework/framework.module.js +15 -0
  22. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +33 -0
  23. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +6 -0
  24. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +14 -0
  25. package/esm2015/lib/atoms/grid/grid.component.js +51 -0
  26. package/esm2015/lib/atoms/grid/grid.model.js +1 -0
  27. package/esm2015/lib/atoms/grid/grid.module.js +17 -0
  28. package/esm2015/lib/atoms/h1/h1.component.js +2 -2
  29. package/esm2015/lib/atoms/h2/h2.component.js +2 -2
  30. package/esm2015/lib/atoms/h3/h3.component.js +2 -2
  31. package/esm2015/lib/atoms/h4/h4.component.js +2 -2
  32. package/esm2015/lib/atoms/h5/h5.component.js +3 -3
  33. package/esm2015/lib/atoms/icon/icon.component.js +13 -5
  34. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
  35. package/esm2015/{projects/component-library/lib/atoms/button-round/button-round.module.js → lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
  36. package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  37. package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  38. package/esm2015/lib/atoms/input-radio/input-radio.component.js +36 -0
  39. package/esm2015/lib/atoms/input-radio/input-radio.module.js +22 -0
  40. package/esm2015/lib/atoms/input-text/input-text.component.js +10 -4
  41. package/esm2015/lib/atoms/input-text/input-text.module.js +4 -2
  42. package/esm2015/lib/atoms/paragraph/paragraph.component.js +3 -3
  43. package/esm2015/lib/atoms/pill/pill.component.js +3 -3
  44. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  45. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  46. package/esm2015/lib/atoms/task-icon/task-icon.component.js +3 -3
  47. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  48. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  49. package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +19 -0
  50. package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +16 -0
  51. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.component.js +30 -0
  52. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.helper.js +521 -0
  53. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.module.js +17 -0
  54. package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  55. package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  56. package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  57. package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +2 -2
  58. package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +5 -5
  59. package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
  60. package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
  61. package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +9 -2
  62. package/esm2015/lib/molecules/molecules.module.js +6 -9
  63. package/esm2015/lib/molecules/note/note.component.js +13 -19
  64. package/esm2015/lib/molecules/note/note.model.js +1 -0
  65. package/esm2015/lib/molecules/note/note.module.js +11 -6
  66. package/esm2015/lib/molecules/task/task.component.js +3 -3
  67. package/esm2015/lib/molecules/task/task.model.js +1 -1
  68. package/esm2015/lib/molecules/task/task.module.js +7 -9
  69. package/esm2015/lib/organisms/note-list/note-list.component.js +19 -0
  70. package/esm2015/lib/organisms/note-list/note-list.module.js +16 -0
  71. package/esm2015/lib/organisms/task-list/task-list.component.js +1 -1
  72. package/esm2015/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
  73. package/esm2015/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
  74. package/esm2015/lib/templates/admin-list/admin-list.component.js +15 -0
  75. package/esm2015/lib/templates/admin-list/admin-list.module.js +15 -0
  76. package/esm2015/lib/templates/placeholder/placeholder.component.js +33 -0
  77. package/esm2015/lib/templates/placeholder/placeholder.module.js +16 -0
  78. package/esm2015/projects/component-library/lib/atoms/atoms.module.js +22 -14
  79. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +4 -4
  80. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +2 -3
  81. package/esm2015/projects/component-library/lib/atoms/button/button.component.js +6 -3
  82. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
  83. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.js +1 -0
  84. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
  85. package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.component.js +16 -0
  86. package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.module.js +15 -0
  87. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +49 -0
  88. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +14 -0
  89. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +8 -0
  90. package/esm2015/projects/component-library/lib/atoms/grid/framework/framework.module.js +15 -0
  91. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +33 -0
  92. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +6 -0
  93. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +14 -0
  94. package/esm2015/projects/component-library/lib/atoms/grid/grid.component.js +51 -0
  95. package/esm2015/projects/component-library/lib/atoms/grid/grid.model.js +1 -0
  96. package/esm2015/projects/component-library/lib/atoms/grid/grid.module.js +17 -0
  97. package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +2 -2
  98. package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +2 -2
  99. package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +2 -2
  100. package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +2 -2
  101. package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +3 -3
  102. package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +13 -5
  103. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
  104. package/esm2015/{lib/atoms/button-round/button-round.module.js → projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
  105. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  106. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  107. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +36 -0
  108. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +22 -0
  109. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +10 -4
  110. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +4 -2
  111. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +3 -3
  112. package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +3 -3
  113. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  114. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  115. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +3 -3
  116. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  117. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  118. package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +19 -0
  119. package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +16 -0
  120. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.js +30 -0
  121. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.js +521 -0
  122. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.js +17 -0
  123. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  124. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  125. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  126. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +2 -2
  127. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +5 -5
  128. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
  129. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
  130. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +9 -2
  131. package/esm2015/projects/component-library/lib/molecules/molecules.module.js +6 -9
  132. package/esm2015/projects/component-library/lib/molecules/note/note.component.js +13 -19
  133. package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
  134. package/esm2015/projects/component-library/lib/molecules/note/note.module.js +11 -6
  135. package/esm2015/projects/component-library/lib/molecules/task/task.component.js +3 -3
  136. package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -1
  137. package/esm2015/projects/component-library/lib/molecules/task/task.module.js +7 -9
  138. package/esm2015/projects/component-library/lib/organisms/note-list/note-list.component.js +19 -0
  139. package/esm2015/projects/component-library/lib/organisms/note-list/note-list.module.js +16 -0
  140. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +1 -1
  141. package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
  142. package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
  143. package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.component.js +15 -0
  144. package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.module.js +15 -0
  145. package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.component.js +33 -0
  146. package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.module.js +16 -0
  147. package/esm2015/projects/component-library/public-api.js +32 -11
  148. package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +19 -18
  149. package/esm2015/public-api.js +32 -11
  150. package/esm2015/symphony-talent-component-library.js +19 -18
  151. package/fesm2015/symphony-talent-component-library-projects-component-library.js +1405 -462
  152. package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
  153. package/fesm2015/symphony-talent-component-library.js +1405 -462
  154. package/fesm2015/symphony-talent-component-library.js.map +1 -1
  155. package/lib/atoms/avatar/avatar.component.d.ts +2 -3
  156. package/lib/atoms/button/button.component.d.ts +1 -0
  157. package/{projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.d.ts → lib/atoms/contextual-menu/contextual-menu.component.d.ts} +2 -2
  158. package/lib/atoms/{more-dropdown/more-actions.model.d.ts → contextual-menu/contextual-menu.model.d.ts} +0 -0
  159. package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
  160. package/{projects/component-library/lib/atoms/dropdown/dropdown.component.d.ts → lib/atoms/filter-area/filter-area.component.d.ts} +1 -1
  161. package/lib/atoms/filter-area/filter-area.module.d.ts +2 -0
  162. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +11 -0
  163. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +2 -0
  164. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
  165. package/lib/atoms/grid/framework/framework.module.d.ts +2 -0
  166. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +11 -0
  167. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
  168. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +2 -0
  169. package/lib/atoms/grid/grid.component.d.ts +19 -0
  170. package/lib/atoms/grid/grid.model.d.ts +7 -0
  171. package/lib/atoms/grid/grid.module.d.ts +2 -0
  172. package/lib/atoms/icon/icon.component.d.ts +3 -1
  173. package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
  174. package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
  175. package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  176. package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  177. package/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  178. package/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  179. package/lib/atoms/input-text/input-text.component.d.ts +4 -1
  180. package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  181. package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  182. package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  183. package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  184. package/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.component.d.ts +0 -0
  185. package/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.module.d.ts +0 -0
  186. package/lib/{organisms → design-guide}/icon-explorer/icon-explorer.component.d.ts +9 -1
  187. package/lib/design-guide/icon-explorer/icon-explorer.helper.d.ts +7 -0
  188. package/lib/{organisms → design-guide}/icon-explorer/icon-explorer.module.d.ts +0 -0
  189. package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  190. package/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  191. package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  192. package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +1 -0
  193. package/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
  194. package/lib/molecules/note/note.component.d.ts +2 -6
  195. package/lib/molecules/note/note.model.d.ts +9 -0
  196. package/lib/molecules/task/task.model.d.ts +1 -1
  197. package/lib/organisms/note-list/note-list.component.d.ts +7 -0
  198. package/lib/organisms/note-list/note-list.module.d.ts +2 -0
  199. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
  200. package/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
  201. package/lib/{atoms/time-stamp/time-stamp.component.d.ts → templates/admin-list/admin-list.component.d.ts} +1 -2
  202. package/lib/templates/admin-list/admin-list.module.d.ts +2 -0
  203. package/lib/templates/placeholder/placeholder.component.d.ts +11 -0
  204. package/lib/templates/placeholder/placeholder.module.d.ts +2 -0
  205. package/package.json +5 -2
  206. package/projects/component-library/lib/atoms/avatar/avatar.component.d.ts +2 -3
  207. package/projects/component-library/lib/atoms/button/button.component.d.ts +1 -0
  208. package/{lib/atoms/more-dropdown/more-dropdown.component.d.ts → projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts} +2 -2
  209. package/projects/component-library/lib/atoms/{more-dropdown/more-actions.model.d.ts → contextual-menu/contextual-menu.model.d.ts} +0 -0
  210. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
  211. package/{lib/atoms/dropdown/dropdown.component.d.ts → projects/component-library/lib/atoms/filter-area/filter-area.component.d.ts} +1 -1
  212. package/projects/component-library/lib/atoms/filter-area/filter-area.module.d.ts +2 -0
  213. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +11 -0
  214. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +2 -0
  215. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
  216. package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +2 -0
  217. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +11 -0
  218. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
  219. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +2 -0
  220. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +19 -0
  221. package/projects/component-library/lib/atoms/grid/grid.model.d.ts +7 -0
  222. package/projects/component-library/lib/atoms/grid/grid.module.d.ts +2 -0
  223. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +3 -1
  224. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
  225. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
  226. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  227. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  228. package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  229. package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  230. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +4 -1
  231. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  232. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  233. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  234. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  235. package/projects/component-library/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.component.d.ts +0 -0
  236. package/projects/component-library/lib/{organisms → design-guide}/color-swatch-collection/color-swatch-collection.module.d.ts +0 -0
  237. package/projects/component-library/lib/{organisms → design-guide}/icon-explorer/icon-explorer.component.d.ts +9 -1
  238. package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.d.ts +7 -0
  239. package/projects/component-library/lib/{organisms → design-guide}/icon-explorer/icon-explorer.module.d.ts +0 -0
  240. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  241. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  242. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  243. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +1 -0
  244. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
  245. package/projects/component-library/lib/molecules/note/note.component.d.ts +2 -6
  246. package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
  247. package/projects/component-library/lib/molecules/task/task.model.d.ts +1 -1
  248. package/projects/component-library/lib/organisms/note-list/note-list.component.d.ts +7 -0
  249. package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +2 -0
  250. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
  251. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
  252. package/{lib/atoms/list-title/list-title.component.d.ts → projects/component-library/lib/templates/admin-list/admin-list.component.d.ts} +1 -2
  253. package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +2 -0
  254. package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +11 -0
  255. package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +2 -0
  256. package/projects/component-library/public-api.d.ts +28 -11
  257. package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +18 -17
  258. package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
  259. package/public-api.d.ts +28 -11
  260. package/symphony-talent-component-library.d.ts +18 -17
  261. package/symphony-talent-component-library.metadata.json +1 -1
  262. package/esm2015/lib/atoms/button-round/button-round.component.js +0 -32
  263. package/esm2015/lib/atoms/button-round/button-round.enum.js +0 -7
  264. package/esm2015/lib/atoms/description/description.component.js +0 -18
  265. package/esm2015/lib/atoms/description/description.module.js +0 -15
  266. package/esm2015/lib/atoms/dropdown/dropdown.component.js +0 -16
  267. package/esm2015/lib/atoms/dropdown/dropdown.module.js +0 -18
  268. package/esm2015/lib/atoms/list-title/list-title.component.js +0 -18
  269. package/esm2015/lib/atoms/list-title/list-title.module.js +0 -15
  270. package/esm2015/lib/atoms/more-dropdown/more-actions.model.js +0 -1
  271. package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
  272. package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
  273. package/esm2015/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  274. package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  275. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
  276. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
  277. package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +0 -32
  278. package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
  279. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.component.js +0 -32
  280. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.enum.js +0 -7
  281. package/esm2015/projects/component-library/lib/atoms/description/description.component.js +0 -18
  282. package/esm2015/projects/component-library/lib/atoms/description/description.module.js +0 -15
  283. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -16
  284. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -18
  285. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -18
  286. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -15
  287. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-actions.model.js +0 -1
  288. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
  289. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
  290. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  291. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  292. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
  293. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
  294. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +0 -32
  295. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
  296. package/lib/atoms/button-round/button-round.component.d.ts +0 -11
  297. package/lib/atoms/button-round/button-round.enum.d.ts +0 -5
  298. package/lib/atoms/button-round/button-round.module.d.ts +0 -2
  299. package/lib/atoms/description/description.component.d.ts +0 -6
  300. package/lib/atoms/description/description.module.d.ts +0 -2
  301. package/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
  302. package/lib/atoms/list-title/list-title.module.d.ts +0 -2
  303. package/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
  304. package/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
  305. package/projects/component-library/lib/atoms/button-round/button-round.component.d.ts +0 -11
  306. package/projects/component-library/lib/atoms/button-round/button-round.enum.d.ts +0 -5
  307. package/projects/component-library/lib/atoms/button-round/button-round.module.d.ts +0 -2
  308. package/projects/component-library/lib/atoms/description/description.component.d.ts +0 -6
  309. package/projects/component-library/lib/atoms/description/description.module.d.ts +0 -2
  310. package/projects/component-library/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
  311. package/projects/component-library/lib/atoms/list-title/list-title.component.d.ts +0 -6
  312. package/projects/component-library/lib/atoms/list-title/list-title.module.d.ts +0 -2
  313. package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
  314. package/projects/component-library/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  315. package/projects/component-library/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('ngx-bootstrap/dropdown'), require('@angular/platform-browser/animations'), require('ngx-bootstrap/tooltip')) :
3
- typeof define === 'function' && define.amd ? define('@symphony-talent/component-library/projects/component-library', ['exports', '@angular/core', '@angular/common', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations', 'ngx-bootstrap/tooltip'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["symphony-talent"] = global["symphony-talent"] || {}, global["symphony-talent"]["component-library"] = global["symphony-talent"]["component-library"] || {}, global["symphony-talent"]["component-library"].projects = global["symphony-talent"]["component-library"].projects || {}, global["symphony-talent"]["component-library"].projects["component-library"] = {}), global.ng.core, global.ng.common, global.dropdown, global.ng.platformBrowser.animations, global.tooltip));
5
- })(this, (function (exports, core, common, dropdown, animations, tooltip) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('ngx-bootstrap/dropdown'), require('@angular/platform-browser/animations'), require('ngx-bootstrap/tooltip'), require('ag-grid-angular')) :
3
+ typeof define === 'function' && define.amd ? define('@symphony-talent/component-library/projects/component-library', ['exports', '@angular/core', '@angular/common', '@angular/forms', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations', 'ngx-bootstrap/tooltip', 'ag-grid-angular'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["symphony-talent"] = global["symphony-talent"] || {}, global["symphony-talent"]["component-library"] = global["symphony-talent"]["component-library"] || {}, global["symphony-talent"]["component-library"].projects = global["symphony-talent"]["component-library"].projects || {}, global["symphony-talent"]["component-library"].projects["component-library"] = {}), global.ng.core, global.ng.common, global.ng.forms, global.dropdown, global.ng.platformBrowser.animations, global.tooltip, global.agGridAngular));
5
+ })(this, (function (exports, core, common, forms, dropdown, animations, tooltip, agGridAngular) { 'use strict';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -296,6 +296,118 @@
296
296
  return value;
297
297
  }
298
298
 
299
+ exports.AvatarComponent = /** @class */ (function () {
300
+ function AvatarComponent() {
301
+ }
302
+ AvatarComponent.prototype.ngOnInit = function () {
303
+ this.sp = new common.SlicePipe();
304
+ this.initials = '';
305
+ this.firstInitial = '';
306
+ this.bgColor = '';
307
+ if (this.firstName) {
308
+ this.initials += this.sp.transform(this.firstName, 0, 1);
309
+ this.firstInitial = this.sp
310
+ .transform(this.firstName, 0, 1)
311
+ .toLocaleLowerCase();
312
+ }
313
+ if (this.lastName) {
314
+ this.initials += this.sp.transform(this.lastName, 0, 1);
315
+ }
316
+ this.bgColor = this.getColor(this.firstInitial);
317
+ };
318
+ AvatarComponent.prototype.getColor = function (character) {
319
+ switch (character) {
320
+ case 'a':
321
+ return '#D0021B';
322
+ case 'b':
323
+ return '#F5A623';
324
+ case 'c':
325
+ return '#E4D75C';
326
+ case 'd':
327
+ return '#8B572A';
328
+ case 'e':
329
+ return '#579F09';
330
+ case 'f':
331
+ return '#BD10E0';
332
+ case 'g':
333
+ return '#9013FE';
334
+ case 'h':
335
+ return '#4A90E2';
336
+ case 'i':
337
+ return '#39B196';
338
+ case 'j':
339
+ return '#4A4A4A';
340
+ case 'k':
341
+ return '#E84D4D';
342
+ case 'l':
343
+ return '#E84DC0';
344
+ case 'm':
345
+ return '#CE950B';
346
+ case 'n':
347
+ return '#1CCE0B';
348
+ case 'o':
349
+ return '#1DB1A6';
350
+ case 'p':
351
+ return '#3724A9';
352
+ case 'q':
353
+ return '#A9249E';
354
+ case 'r':
355
+ return '#A9246B';
356
+ case 's':
357
+ return '#24A97A';
358
+ case 't':
359
+ return '#1C93B3';
360
+ case 'u':
361
+ return '#D52424';
362
+ case 'v':
363
+ return '#A45519';
364
+ case 'w':
365
+ return '#19A420';
366
+ case 'x':
367
+ return '#A41963';
368
+ case 'y':
369
+ return '#CFD00A';
370
+ case 'z':
371
+ return '#AA0AD0';
372
+ default:
373
+ return '#000000';
374
+ }
375
+ };
376
+ return AvatarComponent;
377
+ }());
378
+ __decorate([
379
+ core.Input()
380
+ ], exports.AvatarComponent.prototype, "firstName", void 0);
381
+ __decorate([
382
+ core.Input()
383
+ ], exports.AvatarComponent.prototype, "lastName", void 0);
384
+ __decorate([
385
+ core.Input()
386
+ ], exports.AvatarComponent.prototype, "sizePx", void 0);
387
+ __decorate([
388
+ core.Input()
389
+ ], exports.AvatarComponent.prototype, "fontSizePx", void 0);
390
+ exports.AvatarComponent = __decorate([
391
+ core.Component({
392
+ selector: 'lib-avatar',
393
+ template: "<div\n [style.line-height.px]=\"sizePx\"\n [style.height.px]=\"sizePx\"\n [style.width.px]=\"sizePx\"\n [style.font-size.px]=\"fontSizePx\"\n [style.background-color]=\"bgColor\"\n class=\"avatar-circle\"\n>\n <div *ngIf=\"initials\" class=\"avatar-text\">\n {{ initials }}\n </div>\n</div>\n",
394
+ styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
395
+ })
396
+ ], exports.AvatarComponent);
397
+
398
+ exports.AvatarModule = /** @class */ (function () {
399
+ function AvatarModule() {
400
+ }
401
+ return AvatarModule;
402
+ }());
403
+ exports.AvatarModule = __decorate([
404
+ core.NgModule({
405
+ declarations: [exports.AvatarComponent],
406
+ imports: [common.CommonModule],
407
+ exports: [exports.AvatarComponent],
408
+ })
409
+ ], exports.AvatarModule);
410
+
299
411
  exports.ButtonComponent = /** @class */ (function () {
300
412
  function ButtonComponent() {
301
413
  this.clicked = new core.EventEmitter();
@@ -315,14 +427,17 @@
315
427
  __decorate([
316
428
  core.Input()
317
429
  ], exports.ButtonComponent.prototype, "isSecondary", void 0);
430
+ __decorate([
431
+ core.Input()
432
+ ], exports.ButtonComponent.prototype, "isInverse", void 0);
318
433
  __decorate([
319
434
  core.Output()
320
435
  ], exports.ButtonComponent.prototype, "clicked", void 0);
321
436
  exports.ButtonComponent = __decorate([
322
437
  core.Component({
323
438
  selector: 'symphony-button',
324
- template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
325
- styles: ["button,button:focus{outline:none}button:disabled{cursor:not-allowed;opacity:.3}.btn{border-radius:30px;height:60px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{opacity:.3}.btn-primary{background:#000;border:1px solid #000;color:#fff}.btn-secondary{background:#fff;border:1px solid #000;color:#000}"]
439
+ template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
440
+ styles: ["button{outline:none}.btn{border-radius:30px;font-family:neuzeit_groteskbold;height:56px;letter-spacing:.4px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:1%}.btn-primary{background:#000!important;border:2px solid #000!important;color:#fff}.btn-primary.is-inverse{background:#fff!important;border:2px solid #fff!important;color:#000}.btn-secondary{background:#fff;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;border:2px solid #fff;color:#fff}"]
326
441
  })
327
442
  ], exports.ButtonComponent);
328
443
 
@@ -369,9 +484,9 @@
369
484
  exports.PillComponent = __decorate([
370
485
  core.Component({
371
486
  selector: 'symphony-pill',
372
- template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"glyphicon glyphicon-remove sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"glyphicon glyphicon-remove sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
487
+ 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>",
373
488
  encapsulation: core.ViewEncapsulation.None,
374
- styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;text-align:center}.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item i{font-size:12px;position:relative;top:2px}.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
489
+ styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-family:neuzeit_groteskbold;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;position:relative;text-align:center}.sfx-pill-item.inverse-pill,.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;left:14px;position:absolute;top:11px;transform:rotate(45deg)}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
375
490
  })
376
491
  ], exports.PillComponent);
377
492
 
@@ -387,8 +502,8 @@
387
502
  exports.TaskIconComponent = __decorate([
388
503
  core.Component({
389
504
  selector: 'symphony-task-icon',
390
- 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 'fa-clipboard': !isComplete,\n 'fa-clipboard-check': isComplete\n }\"\n ></i>\n</div>\n",
391
- styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:17px;position:relative;top:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}"]
505
+ 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",
506
+ styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:15px;position:relative;top:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}"]
392
507
  })
393
508
  ], exports.TaskIconComponent);
394
509
 
@@ -405,46 +520,6 @@
405
520
  })
406
521
  ], exports.TaskIconModule);
407
522
 
408
- exports.InputTextComponent = /** @class */ (function () {
409
- function InputTextComponent() {
410
- this.placeholder = '';
411
- this.textChange = new core.EventEmitter();
412
- }
413
- InputTextComponent.prototype.ngOnInit = function () { };
414
- InputTextComponent.prototype.onTextChange = function (event) {
415
- this.textChange.emit(event.target.value);
416
- };
417
- return InputTextComponent;
418
- }());
419
- __decorate([
420
- core.Input()
421
- ], exports.InputTextComponent.prototype, "placeholder", void 0);
422
- __decorate([
423
- core.Input()
424
- ], exports.InputTextComponent.prototype, "icon", void 0);
425
- __decorate([
426
- core.Output()
427
- ], exports.InputTextComponent.prototype, "textChange", void 0);
428
- exports.InputTextComponent = __decorate([
429
- core.Component({
430
- selector: 'symphony-input',
431
- template: "<div class=\"search-wrap\">\n <label for=\"keyword-search\" class=\"visuallyhidden\">Search: </label>\n <input\n type=\"text\"\n name=\"keyword-search\"\n class=\"keyword-search\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <i *ngIf=\"icon\" class=\"{{ icon }}\"></i>\n</div>\n",
432
- styles: [".visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.search-wrap{position:relative}.search-wrap .keyword-search{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:300px}.search-wrap .keyword-search::-moz-placeholder{color:#bababa}.search-wrap .keyword-search:-ms-input-placeholder{color:#bababa}.search-wrap .keyword-search::placeholder{color:#bababa}.search-wrap .keyword-search:focus{border-color:#464646}.search-wrap .keyword-search:focus-visible{outline:none}.search-wrap .fa-solid{font-size:20px;position:relative;right:30px;top:3px}"]
433
- })
434
- ], exports.InputTextComponent);
435
-
436
- exports.InputTextModule = /** @class */ (function () {
437
- function InputTextModule() {
438
- }
439
- return InputTextModule;
440
- }());
441
- exports.InputTextModule = __decorate([
442
- core.NgModule({
443
- declarations: [exports.InputTextComponent],
444
- imports: [common.CommonModule],
445
- })
446
- ], exports.InputTextModule);
447
-
448
523
  exports.ColorSampleComponent = /** @class */ (function () {
449
524
  function ColorSampleComponent() {
450
525
  }
@@ -492,7 +567,7 @@
492
567
  exports.H2Component = __decorate([
493
568
  core.Component({
494
569
  selector: 'symphony-h2',
495
- template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n</h2>\n",
570
+ template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n",
496
571
  styles: [".h2-primary,.h2-secondary{color:#000;letter-spacing:-2px;line-height:40px;margin-bottom:0;margin-top:0}.h2-secondary{color:#fff}"]
497
572
  })
498
573
  ], exports.H2Component);
@@ -525,7 +600,7 @@
525
600
  exports.H3Component = __decorate([
526
601
  core.Component({
527
602
  selector: 'symphony-h3',
528
- template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n</h3>\n",
603
+ template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n",
529
604
  styles: [".h3-primary,.h3-secondary{color:#000;letter-spacing:-1px;line-height:30px;margin-bottom:0;margin-top:0}.h3-secondary{color:#fff}"]
530
605
  })
531
606
  ], exports.H3Component);
@@ -558,7 +633,7 @@
558
633
  exports.H4Component = __decorate([
559
634
  core.Component({
560
635
  selector: 'symphony-h4',
561
- template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n</h4>\n",
636
+ template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n",
562
637
  styles: [".h4-primary,.h4-secondary{color:#000;letter-spacing:-1px;line-height:20px;margin-bottom:0;margin-top:0}.h4-secondary{color:#fff}"]
563
638
  })
564
639
  ], exports.H4Component);
@@ -591,7 +666,7 @@
591
666
  exports.H1Component = __decorate([
592
667
  core.Component({
593
668
  selector: 'symphony-h1',
594
- template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n</h1>\n",
669
+ template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h1>\n",
595
670
  styles: [".h1-primary,.h1-secondary{color:#000;letter-spacing:-2px;line-height:50px;margin-bottom:0;margin-top:0}.h1-secondary{color:#fff}"]
596
671
  })
597
672
  ], exports.H1Component);
@@ -624,8 +699,8 @@
624
699
  exports.ParagraphComponent = __decorate([
625
700
  core.Component({
626
701
  selector: 'symphony-paragraph',
627
- template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n</p>\n",
628
- styles: [".body-copy-primary,.body-copy-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:14px;line-height:20px;margin-bottom:0}.body-copy-secondary{color:#fff}"]
702
+ 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",
703
+ styles: [".body-copy-primary,.body-copy-secondary{color:#000;line-height:20px;margin-bottom:0}.body-copy-secondary{color:#fff}"]
629
704
  })
630
705
  ], exports.ParagraphComponent);
631
706
 
@@ -657,8 +732,8 @@
657
732
  exports.H5Component = __decorate([
658
733
  core.Component({
659
734
  selector: 'symphony-h5',
660
- template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n</h5>\n",
661
- styles: [".h5-primary,.h5-secondary{color:#000;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
735
+ template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n",
736
+ styles: [".h5-primary,.h5-secondary{color:#000;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
662
737
  })
663
738
  ], exports.H5Component);
664
739
 
@@ -677,8 +752,12 @@
677
752
 
678
753
  exports.IconComponent = /** @class */ (function () {
679
754
  function IconComponent() {
755
+ this.clicked = new core.EventEmitter();
680
756
  }
681
757
  IconComponent.prototype.ngOnInit = function () { };
758
+ IconComponent.prototype.onClick = function () {
759
+ this.clicked.emit('clicked');
760
+ };
682
761
  return IconComponent;
683
762
  }());
684
763
  __decorate([
@@ -687,11 +766,14 @@
687
766
  __decorate([
688
767
  core.Input()
689
768
  ], exports.IconComponent.prototype, "isSecondary", void 0);
769
+ __decorate([
770
+ core.Output()
771
+ ], exports.IconComponent.prototype, "clicked", void 0);
690
772
  exports.IconComponent = __decorate([
691
773
  core.Component({
692
774
  selector: 'symphony-icon',
693
- template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
694
- styles: [".icon-secondary{color:#fff}"]
775
+ template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n></i>\n",
776
+ styles: [".icon-secondary{color:#fff}i{cursor:pointer;height:18px;width:18px}"]
695
777
  })
696
778
  ], exports.IconComponent);
697
779
 
@@ -708,246 +790,332 @@
708
790
  })
709
791
  ], exports.IconModule);
710
792
 
711
- exports["ɵl"] = /** @class */ (function () {
712
- function AvatarComponent(sp) {
713
- this.sp = sp;
793
+ var Icons;
794
+ (function (Icons) {
795
+ Icons["MOREOPTIONS"] = "si-more-options";
796
+ Icons["ADD"] = "si-add";
797
+ Icons["ACTIVITY"] = "si-activity";
798
+ Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
799
+ Icons["ARROWNEXT"] = "si-arrow-next";
800
+ Icons["ARROWPREV"] = "si-arrow-prev";
801
+ Icons["CLOSEMODAL"] = "si-close-modal";
802
+ Icons["COLLAPSE"] = "si-collapse";
803
+ Icons["DAYMODE"] = "si-daymode";
804
+ Icons["DELETE"] = "si-delete";
805
+ Icons["DOCUMENT"] = "si-document";
806
+ Icons["DOWNLOAD"] = "si-download";
807
+ Icons["EDIT"] = "si-edit";
808
+ Icons["EMAILDRIP"] = "si-email-drip";
809
+ Icons["EMAILOPEN"] = "si-email-open";
810
+ Icons["EMAILSEND"] = "si-email-send";
811
+ Icons["EXPAND"] = "si-expand";
812
+ Icons["FAVORITE"] = "si-favorite";
813
+ Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
814
+ Icons["FEEDBACKNO"] = "si-feedback-no";
815
+ Icons["FEEDBACKYES"] = "si-feedback-yes";
816
+ Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
817
+ Icons["INCLUDE"] = "si-include";
818
+ Icons["INFO"] = "si-info";
819
+ Icons["INTERVIEW"] = "si-interview";
820
+ Icons["LINK"] = "si-link";
821
+ Icons["LOCATION"] = "si-location";
822
+ Icons["MENUALL"] = "si-menu-all";
823
+ Icons["MENUANALYTICS"] = "si-menu-analytics";
824
+ Icons["MENUASSETS"] = "si-menu-assets";
825
+ Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
826
+ Icons["MENUCONTACT"] = "si-menu-contact";
827
+ Icons["MENUCONTENT"] = "si-menu-content";
828
+ Icons["MENUDASHBOARD"] = "si-menu-dashboard";
829
+ Icons["MENUEVENTS"] = "si-menu-events";
830
+ Icons["MENUFOLDERS"] = "si-menu-folders";
831
+ Icons["MENUJOBS"] = "si-menu-jobs";
832
+ Icons["MENURETURN"] = "si-menu-return";
833
+ Icons["MENUWORKFLOWS"] = "si-menu-workflows";
834
+ Icons["MERGE"] = "si-merge";
835
+ Icons["MOVE"] = "si-move";
836
+ Icons["NIGHTMODE"] = "si-nightmode";
837
+ Icons["NOTIFICATION"] = "si-notification";
838
+ Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
839
+ Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
840
+ Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
841
+ Icons["PHONENUMBER"] = "si-phone-number";
842
+ Icons["PREVIEW"] = "si-preview";
843
+ Icons["PROMOTE"] = "si-promote";
844
+ Icons["REFRESH"] = "si-refresh";
845
+ Icons["REMOVE"] = "si-remove";
846
+ Icons["EXCLUDE"] = "si-exclude";
847
+ Icons["RESULTSFILTERS"] = "si-results-filters";
848
+ Icons["REVIEW"] = "si-review";
849
+ Icons["SALARY"] = "si-salary";
850
+ Icons["SAVE"] = "si-save";
851
+ Icons["SEARCHADVANCED"] = "si-search-advanced";
852
+ Icons["SEARCHCLEAR"] = "si-search-clear";
853
+ Icons["SEARCHNEW"] = "si-search-new";
854
+ Icons["SETTINGSMART"] = "si-settings-smart";
855
+ Icons["SMS"] = "si-sms";
856
+ Icons["SORTMINI"] = "si-sort-mini";
857
+ Icons["STATUS"] = "si-status";
858
+ Icons["SYSTEMACTION"] = "si-system-action";
859
+ Icons["TASKCOMPLETED"] = "si-task-completed";
860
+ Icons["TASKOPEN"] = "si-task-open";
861
+ Icons["TIMEFRAME"] = "si-timeframe";
862
+ Icons["TIMELINE"] = "si-timeline";
863
+ Icons["UPLOAD"] = "si-upload";
864
+ Icons["USERMULTIPLE"] = "si-user-multiple";
865
+ Icons["USER"] = "si-user";
866
+ })(Icons || (Icons = {}));
867
+
868
+ exports.IconWrapperComponent = /** @class */ (function () {
869
+ function IconWrapperComponent() {
870
+ this.Icons = Icons;
871
+ this.clicked = new core.EventEmitter();
714
872
  }
715
- AvatarComponent.prototype.ngOnInit = function () {
716
- this.initials = '';
717
- this.firstInitial = '';
718
- this.bgColor = '';
719
- if (this.firstName) {
720
- this.initials += this.sp.transform(this.firstName, 0, 1);
721
- this.firstInitial = this.sp
722
- .transform(this.firstName, 0, 1)
723
- .toLocaleLowerCase();
724
- }
725
- if (this.lastName) {
726
- this.initials += this.sp.transform(this.lastName, 0, 1);
727
- }
728
- this.bgColor = this.getColor(this.firstInitial);
873
+ IconWrapperComponent.prototype.ngOnInit = function () { };
874
+ IconWrapperComponent.prototype.onClick = function () {
875
+ this.clicked.emit('clicked');
729
876
  };
730
- AvatarComponent.prototype.getColor = function (character) {
731
- switch (character) {
732
- case 'a':
733
- return '#D0021B';
734
- case 'b':
735
- return '#F5A623';
736
- case 'c':
737
- return '#E4D75C';
738
- case 'd':
739
- return '#8B572A';
740
- case 'e':
741
- return '#579F09';
742
- case 'f':
743
- return '#BD10E0';
744
- case 'g':
745
- return '#9013FE';
746
- case 'h':
747
- return '#4A90E2';
748
- case 'i':
749
- return '#39B196';
750
- case 'j':
751
- return '#4A4A4A';
752
- case 'k':
753
- return '#E84D4D';
754
- case 'l':
755
- return '#E84DC0';
756
- case 'm':
757
- return '#CE950B';
758
- case 'n':
759
- return '#1CCE0B';
760
- case 'o':
761
- return '#1DB1A6';
762
- case 'p':
763
- return '#3724A9';
764
- case 'q':
765
- return '#A9249E';
766
- case 'r':
767
- return '#A9246B';
768
- case 's':
769
- return '#24A97A';
770
- case 't':
771
- return '#1C93B3';
772
- case 'u':
773
- return '#D52424';
774
- case 'v':
775
- return '#A45519';
776
- case 'w':
777
- return '#19A420';
778
- case 'x':
779
- return '#A41963';
780
- case 'y':
781
- return '#CFD00A';
782
- case 'z':
783
- return '#AA0AD0';
784
- default:
785
- return '#000000';
786
- }
787
- };
788
- return AvatarComponent;
877
+ return IconWrapperComponent;
789
878
  }());
790
879
  __decorate([
791
880
  core.Input()
792
- ], exports["ɵl"].prototype, "firstName", void 0);
793
- __decorate([
794
- core.Input()
795
- ], exports["ɵl"].prototype, "lastName", void 0);
796
- __decorate([
797
- core.Input()
798
- ], exports["ɵl"].prototype, "sizePx", void 0);
881
+ ], exports.IconWrapperComponent.prototype, "isInverse", void 0);
799
882
  __decorate([
800
- core.Input()
801
- ], exports["ɵl"].prototype, "fontSizePx", void 0);
802
- exports["ɵl"] = __decorate([
883
+ core.Output()
884
+ ], exports.IconWrapperComponent.prototype, "clicked", void 0);
885
+ exports.IconWrapperComponent = __decorate([
803
886
  core.Component({
804
- selector: 'lib-avatar',
805
- template: "<div\n [style.line-height.px]=\"sizePx\"\n [style.height.px]=\"sizePx\"\n [style.width.px]=\"sizePx\"\n [style.font-size.px]=\"fontSizePx\"\n [style.background-color]=\"bgColor\"\n class=\"avatar-circle\"\n>\n <div *ngIf=\"initials\" class=\"avatar-text\">\n {{ initials }}\n </div>\n</div>\n",
806
- styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
887
+ selector: 'symphony-icon-wrapper',
888
+ template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
889
+ styles: [".icon-wrapper{border:1px solid #000;border-radius:50%;cursor:pointer;height:40px;padding-top:11px;text-align:center;width:40px}.icon-wrapper.is-inverse,.icon-wrapper:hover{background:#000;color:#fff}.icon-wrapper.is-inverse:hover{background:#fff;color:#000}"]
807
890
  })
808
- ], exports["ɵl"]);
891
+ ], exports.IconWrapperComponent);
809
892
 
810
- exports["ɵk"] = /** @class */ (function () {
811
- function AvatarModule() {
893
+ exports.IconWrapperModule = /** @class */ (function () {
894
+ function IconWrapperModule() {
812
895
  }
813
- return AvatarModule;
896
+ return IconWrapperModule;
814
897
  }());
815
- exports["ɵk"] = __decorate([
898
+ exports.IconWrapperModule = __decorate([
816
899
  core.NgModule({
817
- declarations: [exports["ɵl"]],
900
+ declarations: [exports.IconWrapperComponent],
818
901
  imports: [common.CommonModule],
819
- providers: [common.SlicePipe],
820
- exports: [exports["ɵl"]],
902
+ exports: [exports.IconWrapperComponent],
821
903
  })
822
- ], exports["ɵk"]);
904
+ ], exports.IconWrapperModule);
823
905
 
824
- exports["ɵf"] = /** @class */ (function () {
825
- function DescriptionComponent() {
906
+ exports.InputCheckboxComponent = /** @class */ (function () {
907
+ function InputCheckboxComponent() {
908
+ this.clicked = new core.EventEmitter();
826
909
  }
827
- DescriptionComponent.prototype.ngOnInit = function () { };
828
- return DescriptionComponent;
910
+ InputCheckboxComponent.prototype.ngOnInit = function () { };
911
+ InputCheckboxComponent.prototype.onClick = function () {
912
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
913
+ this.clicked.emit({
914
+ label: this.label,
915
+ isActive: this.isActive,
916
+ });
917
+ };
918
+ return InputCheckboxComponent;
829
919
  }());
830
920
  __decorate([
831
921
  core.Input()
832
- ], exports["ɵf"].prototype, "description", void 0);
833
- exports["ɵf"] = __decorate([
922
+ ], exports.InputCheckboxComponent.prototype, "isActive", void 0);
923
+ __decorate([
924
+ core.Input()
925
+ ], exports.InputCheckboxComponent.prototype, "label", void 0);
926
+ __decorate([
927
+ core.Input()
928
+ ], exports.InputCheckboxComponent.prototype, "isRequired", void 0);
929
+ __decorate([
930
+ core.Output()
931
+ ], exports.InputCheckboxComponent.prototype, "clicked", void 0);
932
+ exports.InputCheckboxComponent = __decorate([
834
933
  core.Component({
835
- selector: 'symphony-description',
836
- template: "<p>{{description}}</p>\n",
837
- styles: ["p{font-size:14px;line-height:29px;margin-bottom:0}"]
934
+ selector: 'symphony-input-checkbox',
935
+ template: "<div class=\"sfx-checkbox\" (click)=\"onClick()\">\n <input\n type=\"checkbox\"\n class=\"sfx-checkbox-input\"\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",
936
+ styles: [".sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:transparent}.requiredField{color:red!important}.sfx-checkbox{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;margin:10px 0;user-select:none}.sfx-checkbox .sfx-checkbox-input:checked,.sfx-checkbox .sfx-checkbox-input:not(:checked){height:0;left:0;margin:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:0;z-index:-1}.sfx-checkbox .sfx-checkbox-input~label{color:#000;cursor:pointer;display:inline-block;font-family:neuzeit_groteskbold,sans-serif;font-size:14px;height:100%;line-height:20px;margin:0;padding-left:36px;position:relative;word-break:break-word}.sfx-checkbox .sfx-checkbox-input~label.sfx-font-reg{font-family:neuzeit_groteskregular,sans-serif}.sfx-checkbox .sfx-checkbox-input~label:before{border-radius:2px;content:\"\";left:0;position:absolute;transform:translateZ(0);transition:all .2s ease-in}.sfx-checkbox .sfx-checkbox-input~label:after{border-radius:2px;content:\"\";left:0;position:absolute;top:0}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:before{border:none;height:15px;left:0;top:1px;transform:rotate(37deg) scale(.1);transform-origin:100% 100%;width:9px}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:after{border:2px solid #000;border-radius:4px;height:20px;width:20px;z-index:0}.sfx-checkbox .sfx-checkbox-input:checked~label:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-color:transparent #000 #000 transparent;border-radius:0;border-style:solid;border-width:0 2px 2px 0;height:12px;left:3px;top:3px;transform:rotate(37deg) scale(1);transform-origin:100% 100%;width:6px;z-index:1}.sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:#fff;border:2px solid #000;border-radius:4px;height:20px;width:20px}.sfx-checkbox .sfx-checkbox-input:disabled~label{opacity:.3;pointer-events:none}"]
838
937
  })
839
- ], exports["ɵf"]);
938
+ ], exports.InputCheckboxComponent);
840
939
 
841
- exports["ɵe"] = /** @class */ (function () {
842
- function DescriptionModule() {
940
+ exports.InputCheckboxModule = /** @class */ (function () {
941
+ function InputCheckboxModule() {
843
942
  }
844
- return DescriptionModule;
943
+ return InputCheckboxModule;
845
944
  }());
846
- exports["ɵe"] = __decorate([
945
+ exports.InputCheckboxModule = __decorate([
847
946
  core.NgModule({
848
- declarations: [exports["ɵf"]],
947
+ declarations: [exports.InputCheckboxComponent],
849
948
  imports: [common.CommonModule],
850
- exports: [exports["ɵf"]]
949
+ exports: [exports.InputCheckboxComponent],
851
950
  })
852
- ], exports["ɵe"]);
951
+ ], exports.InputCheckboxModule);
853
952
 
854
- exports["ɵb"] = /** @class */ (function () {
855
- function DropdownComponent() {
953
+ exports.InputRadioComponent = /** @class */ (function () {
954
+ function InputRadioComponent() {
955
+ this.clicked = new core.EventEmitter();
856
956
  }
857
- DropdownComponent.prototype.ngOnInit = function () {
957
+ InputRadioComponent.prototype.ngOnInit = function () { };
958
+ InputRadioComponent.prototype.onClick = function () {
959
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
960
+ this.clicked.emit({
961
+ label: this.label,
962
+ isActive: this.isActive,
963
+ });
858
964
  };
859
- return DropdownComponent;
965
+ return InputRadioComponent;
966
+ }());
967
+ __decorate([
968
+ core.Input()
969
+ ], exports.InputRadioComponent.prototype, "isActive", void 0);
970
+ __decorate([
971
+ core.Input()
972
+ ], exports.InputRadioComponent.prototype, "label", void 0);
973
+ __decorate([
974
+ core.Input()
975
+ ], exports.InputRadioComponent.prototype, "isRequired", void 0);
976
+ __decorate([
977
+ core.Output()
978
+ ], exports.InputRadioComponent.prototype, "clicked", void 0);
979
+ exports.InputRadioComponent = __decorate([
980
+ core.Component({
981
+ selector: 'symphony-input-radio',
982
+ 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",
983
+ styles: [".requiredField{color:red!important}.sfx-radio{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;margin:10px 0;user-select:none}.sfx-radio .sfx-radio-input{cursor:inherit;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.sfx-radio .sfx-radio-input~label{color:#000;cursor:pointer;display:inline-block;font-family:neuzeit_groteskbold;font-size:14px;height:100%;line-height:20px;position:relative}.sfx-radio .sfx-radio-input+:before{border:.1rem solid #000;border-radius:50%;content:\"\";display:inline-block;height:1rem;margin-bottom:.2rem;margin-right:.5rem;vertical-align:bottom;width:1rem}.sfx-radio .sfx-radio-input:checked+:before{background:radial-gradient(#000 0,#000 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}"]
984
+ })
985
+ ], exports.InputRadioComponent);
986
+
987
+ exports["ɵb"] = /** @class */ (function () {
988
+ function SfxInlineErrorComponent() {
989
+ }
990
+ return SfxInlineErrorComponent;
860
991
  }());
992
+ __decorate([
993
+ core.Input()
994
+ ], exports["ɵb"].prototype, "errorMessage", void 0);
861
995
  exports["ɵb"] = __decorate([
862
996
  core.Component({
863
- selector: 'symphony-dropdown',
864
- template: "<div class=\"btn-group\" dropdown>\n <button id=\"button-basic\" dropdownToggle type=\"button\" class=\"btn btn-primary dropdown-toggle\"\n aria-controls=\"dropdown-basic\">\n Button dropdown <span class=\"caret\"></span>\n </button>\n <ul id=\"dropdown-basic\" *dropdownMenu class=\"dropdown-menu\"\n role=\"menu\" aria-labelledby=\"button-basic\">\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Action</a></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Another action</a></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Something else here</a></li>\n <li class=\"divider dropdown-divider\"></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Separated link</a>\n </li>\n </ul>\n </div>",
865
- styles: [""]
997
+ selector: 'lib-sfx-inline-error',
998
+ template: "<p>{{ errorMessage }}</p>\n",
999
+ styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
866
1000
  })
867
1001
  ], exports["ɵb"]);
868
1002
 
869
1003
  exports["ɵa"] = /** @class */ (function () {
870
- function DropdownModule() {
1004
+ function SfxInlineErrorModule() {
871
1005
  }
872
- return DropdownModule;
1006
+ return SfxInlineErrorModule;
873
1007
  }());
874
1008
  exports["ɵa"] = __decorate([
875
1009
  core.NgModule({
876
1010
  declarations: [exports["ɵb"]],
877
- imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
878
- providers: [],
1011
+ imports: [common.CommonModule],
879
1012
  exports: [exports["ɵb"]],
880
1013
  })
881
1014
  ], exports["ɵa"]);
882
1015
 
883
- exports["ɵh"] = /** @class */ (function () {
884
- function ListTitleComponent() {
1016
+ exports.InputRadioModule = /** @class */ (function () {
1017
+ function InputRadioModule() {
1018
+ }
1019
+ return InputRadioModule;
1020
+ }());
1021
+ exports.InputRadioModule = __decorate([
1022
+ core.NgModule({
1023
+ declarations: [exports.InputRadioComponent],
1024
+ imports: [
1025
+ common.CommonModule,
1026
+ forms.FormsModule,
1027
+ forms.ReactiveFormsModule,
1028
+ exports["ɵa"],
1029
+ ],
1030
+ exports: [exports.InputRadioComponent],
1031
+ })
1032
+ ], exports.InputRadioModule);
1033
+
1034
+ exports.InputTextComponent = /** @class */ (function () {
1035
+ function InputTextComponent() {
1036
+ this.placeholder = '';
1037
+ this.textChange = new core.EventEmitter();
885
1038
  }
886
- ListTitleComponent.prototype.ngOnInit = function () { };
887
- return ListTitleComponent;
1039
+ InputTextComponent.prototype.ngOnInit = function () { };
1040
+ InputTextComponent.prototype.onTextChange = function (event) {
1041
+ this.textChange.emit(event.target.value);
1042
+ };
1043
+ return InputTextComponent;
888
1044
  }());
889
1045
  __decorate([
890
1046
  core.Input()
891
- ], exports["ɵh"].prototype, "listTitle", void 0);
892
- exports["ɵh"] = __decorate([
1047
+ ], exports.InputTextComponent.prototype, "placeholder", void 0);
1048
+ __decorate([
1049
+ core.Input()
1050
+ ], exports.InputTextComponent.prototype, "icon", void 0);
1051
+ __decorate([
1052
+ core.Input()
1053
+ ], exports.InputTextComponent.prototype, "label", void 0);
1054
+ __decorate([
1055
+ core.Input()
1056
+ ], exports.InputTextComponent.prototype, "isInverse", void 0);
1057
+ __decorate([
1058
+ core.Output()
1059
+ ], exports.InputTextComponent.prototype, "textChange", void 0);
1060
+ exports.InputTextComponent = __decorate([
893
1061
  core.Component({
894
- selector: 'symphony-list-title',
895
- template: "<h3>{{listTitle}}</h3>\n",
896
- styles: ["h3{font-weight:700;letter-spacing:-1px;line-height:29px;margin-bottom:0;margin-top:0}"]
1062
+ selector: 'symphony-input-text',
1063
+ template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse\n }\"\n>\n <label for=\"input-text\" class=\"input-text-label\">{{ label }}</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",
1064
+ 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::-moz-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text:-ms-input-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;line-height:25px;margin-bottom:.9375rem}.input-text-wrap .input-text{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:100%}.input-text-wrap .input-text::-moz-placeholder{color:#000}.input-text-wrap .input-text:-ms-input-placeholder{color:#000}.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{bottom:8px;font-size:14px;position:absolute;right:15px}"]
897
1065
  })
898
- ], exports["ɵh"]);
1066
+ ], exports.InputTextComponent);
899
1067
 
900
- exports["ɵg"] = /** @class */ (function () {
901
- function ListTitleModule() {
1068
+ exports.InputTextModule = /** @class */ (function () {
1069
+ function InputTextModule() {
902
1070
  }
903
- return ListTitleModule;
1071
+ return InputTextModule;
904
1072
  }());
905
- exports["ɵg"] = __decorate([
1073
+ exports.InputTextModule = __decorate([
906
1074
  core.NgModule({
907
- declarations: [exports["ɵh"]],
908
- imports: [common.CommonModule],
909
- exports: [exports["ɵh"]]
1075
+ declarations: [exports.InputTextComponent],
1076
+ imports: [common.CommonModule, exports.IconModule],
1077
+ exports: [exports.InputTextComponent],
910
1078
  })
911
- ], exports["ɵg"]);
1079
+ ], exports.InputTextModule);
912
1080
 
913
- exports["ɵd"] = /** @class */ (function () {
914
- function MoreDropdownComponent() {
1081
+ exports.ContextualMenuComponent = /** @class */ (function () {
1082
+ function ContextualMenuComponent() {
915
1083
  }
916
- MoreDropdownComponent.prototype.ngOnInit = function () {
1084
+ ContextualMenuComponent.prototype.ngOnInit = function () {
917
1085
  this.sfxMoreActions = this.moreActions;
918
1086
  };
919
- return MoreDropdownComponent;
1087
+ return ContextualMenuComponent;
920
1088
  }());
921
1089
  __decorate([
922
1090
  core.Input()
923
- ], exports["ɵd"].prototype, "moreActions", void 0);
924
- exports["ɵd"] = __decorate([
1091
+ ], exports.ContextualMenuComponent.prototype, "moreActions", void 0);
1092
+ exports.ContextualMenuComponent = __decorate([
925
1093
  core.Component({
926
- selector: 'symphony-more-dropdown',
927
- template: "<div style=\"margin-left: 300px;\" class=\"btn-group\" dropdown>\n <button id=\"button-basic\" dropdownToggle type=\"button\" class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\">\n <i class=\"glyphicon glyphicon-option-vertical\"></i>\n </button>\n <ul id=\"dropdown-basic\" *dropdownMenu class=\"dropdown-menu\"\n role=\"menu\" aria-labelledby=\"button-basic\">\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{moreActions.dropItemName}}</a>\n </li>\n </ul>\n </div>",
928
- styles: [".btn-group button.dropdown-toggle.btn{background:#fff;border-radius:50%;box-shadow:none;color:#000;font-size:24px;height:40px;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;overflow:inherit;padding-bottom:20px;padding-top:20px;right:7px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;padding:10px 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:8px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
1094
+ selector: 'symphony-contextual-menu',
1095
+ template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n <i class=\"si-more-options\"></i>\n </button>\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"button-basic\"\n >\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{ moreActions.dropItemName }}</a>\n </li>\n </ul>\n</div>\n",
1096
+ styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:18px;height:40px;justify-content:center;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;min-width:240px;overflow:inherit;padding-bottom:20px;padding-top:20px;right:-10px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;line-height:40px;padding:0 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:23px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
929
1097
  })
930
- ], exports["ɵd"]);
1098
+ ], exports.ContextualMenuComponent);
931
1099
 
932
- exports["ɵc"] = /** @class */ (function () {
933
- function MoreDropdownModule() {
1100
+ exports.ContextualMenuModule = /** @class */ (function () {
1101
+ function ContextualMenuModule() {
934
1102
  }
935
- return MoreDropdownModule;
1103
+ return ContextualMenuModule;
936
1104
  }());
937
- exports["ɵc"] = __decorate([
1105
+ exports.ContextualMenuModule = __decorate([
938
1106
  core.NgModule({
939
- declarations: [exports["ɵd"]],
1107
+ declarations: [exports.ContextualMenuComponent],
940
1108
  imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
941
- exports: [exports["ɵd"]]
1109
+ exports: [exports.ContextualMenuComponent],
942
1110
  })
943
- ], exports["ɵc"]);
1111
+ ], exports.ContextualMenuModule);
944
1112
 
945
- exports["ɵm"] = /** @class */ (function () {
1113
+ exports["ɵc"] = /** @class */ (function () {
946
1114
  function PillModule() {
947
1115
  }
948
1116
  return PillModule;
949
1117
  }());
950
- exports["ɵm"] = __decorate([
1118
+ exports["ɵc"] = __decorate([
951
1119
  core.NgModule({
952
1120
  declarations: [exports.PillComponent],
953
1121
  imports: [
@@ -955,204 +1123,321 @@
955
1123
  ],
956
1124
  exports: [exports.PillComponent],
957
1125
  })
958
- ], exports["ɵm"]);
1126
+ ], exports["ɵc"]);
959
1127
 
960
- exports["ɵj"] = /** @class */ (function () {
961
- function TimeStampComponent() {
1128
+ exports["ɵe"] = /** @class */ (function () {
1129
+ function FilterAreaComponent() {
962
1130
  }
963
- TimeStampComponent.prototype.ngOnInit = function () { };
964
- return TimeStampComponent;
1131
+ FilterAreaComponent.prototype.ngOnInit = function () {
1132
+ };
1133
+ return FilterAreaComponent;
965
1134
  }());
966
- __decorate([
967
- core.Input()
968
- ], exports["ɵj"].prototype, "timeStamp", void 0);
969
- exports["ɵj"] = __decorate([
1135
+ exports["ɵe"] = __decorate([
970
1136
  core.Component({
971
- selector: 'symphony-time-stamp',
972
- template: "<p>{{timeStamp}}</p>\n",
973
- styles: ["p{font-size:14px;letter-spacing:-1px;line-height:29px;margin-bottom:0}"]
1137
+ selector: 'symphony-filter-area',
1138
+ 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>",
1139
+ styles: [".sfx-filter-section{background:#000;color:#fff;padding:1.875rem 2.5rem}"]
974
1140
  })
975
- ], exports["ɵj"]);
1141
+ ], exports["ɵe"]);
976
1142
 
977
- exports["ɵi"] = /** @class */ (function () {
978
- function TimeStampModule() {
1143
+ exports["ɵd"] = /** @class */ (function () {
1144
+ function FilterAreaModule() {
979
1145
  }
980
- return TimeStampModule;
1146
+ return FilterAreaModule;
981
1147
  }());
982
- exports["ɵi"] = __decorate([
1148
+ exports["ɵd"] = __decorate([
983
1149
  core.NgModule({
984
- declarations: [exports["ɵj"]],
1150
+ declarations: [exports["ɵe"]],
985
1151
  imports: [common.CommonModule],
986
- exports: [exports["ɵj"]]
1152
+ exports: [exports["ɵe"]]
987
1153
  })
988
- ], exports["ɵi"]);
1154
+ ], exports["ɵd"]);
989
1155
 
990
- exports["ɵo"] = /** @class */ (function () {
991
- function ButtonRoundComponent() {
992
- this.clicked = new core.EventEmitter();
1156
+ exports["ɵg"] = /** @class */ (function () {
1157
+ function TwoColumnFilterAreaComponent() {
993
1158
  }
994
- ButtonRoundComponent.prototype.ngOnInit = function () { };
995
- ButtonRoundComponent.prototype.onClick = function () {
996
- this.clicked.emit('Clicked');
997
- };
998
- return ButtonRoundComponent;
1159
+ TwoColumnFilterAreaComponent.prototype.ngOnInit = function () { };
1160
+ return TwoColumnFilterAreaComponent;
999
1161
  }());
1000
1162
  __decorate([
1001
1163
  core.Input()
1002
- ], exports["ɵo"].prototype, "icon", void 0);
1003
- __decorate([
1004
- core.Input()
1005
- ], exports["ɵo"].prototype, "disabled", void 0);
1006
- __decorate([
1007
- core.Input()
1008
- ], exports["ɵo"].prototype, "isSecondary", void 0);
1009
- __decorate([
1010
- core.Output()
1011
- ], exports["ɵo"].prototype, "clicked", void 0);
1012
- exports["ɵo"] = __decorate([
1164
+ ], exports["ɵg"].prototype, "height", void 0);
1165
+ exports["ɵg"] = __decorate([
1013
1166
  core.Component({
1014
- selector: 'symphony-button-round',
1015
- template: "<button\n class=\"btn\"\n [ngClass]=\"{\n 'btn-secondary': isSecondary,\n 'btn-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n [disabled]=\"disabled\"\n>\n <i class=\"fas\" [ngClass]=\"icon\"></i>\n</button>\n",
1016
- styles: ["button{border-radius:50%;height:40px;outline:none;width:40px}button i{font-size:10px}button:focus{outline:none}button:disabled{cursor:not-allowed;opacity:.3}button:disabled:hover{background-color:#fff;border:1px solid #000;color:#000}.btn-primary{background:#fff;border:1px solid #000;color:#000}.btn-primary:hover,.btn-secondary{background:#000;color:#fff}.btn-secondary{border:1px solid #fff}.btn-secondary:hover{background:#fff;color:#000}.bg-black{background-color:#000;padding:10px}"]
1167
+ selector: 'symphony-two-column-filter-area',
1168
+ 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\n class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-30 sfx-filter-items-wrap\"\n >\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div\n class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-30 sfx-filter-items-wrap\"\n >\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n",
1169
+ styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
1017
1170
  })
1018
- ], exports["ɵo"]);
1171
+ ], exports["ɵg"]);
1019
1172
 
1020
- exports["ɵn"] = /** @class */ (function () {
1021
- function ButtonRoundModule() {
1173
+ exports["ɵf"] = /** @class */ (function () {
1174
+ function TwoColumnFilterAreaModule() {
1022
1175
  }
1023
- return ButtonRoundModule;
1176
+ return TwoColumnFilterAreaModule;
1024
1177
  }());
1025
- exports["ɵn"] = __decorate([
1178
+ exports["ɵf"] = __decorate([
1026
1179
  core.NgModule({
1027
- declarations: [exports["ɵo"]],
1180
+ declarations: [exports["ɵg"]],
1028
1181
  imports: [common.CommonModule],
1029
- exports: [exports["ɵo"]],
1182
+ exports: [exports["ɵg"]],
1030
1183
  })
1031
- ], exports["ɵn"]);
1184
+ ], exports["ɵf"]);
1032
1185
 
1033
- exports.AtomsModule = /** @class */ (function () {
1034
- function AtomsModule() {
1186
+ var ActivityScoreLevel;
1187
+ (function (ActivityScoreLevel) {
1188
+ ActivityScoreLevel["Low"] = "low";
1189
+ ActivityScoreLevel["Medium"] = "medium";
1190
+ ActivityScoreLevel["High"] = "high";
1191
+ ActivityScoreLevel["Empty"] = "empty";
1192
+ })(ActivityScoreLevel || (ActivityScoreLevel = {}));
1193
+
1194
+ exports["ɵl"] = /** @class */ (function () {
1195
+ function ContactActivityScoreComponent() {
1196
+ this.contactActivityScoreModel = { activityScore: ActivityScoreLevel.Low };
1197
+ this.contact = { candidateScoreActivityScore: 0 };
1035
1198
  }
1036
- return AtomsModule;
1199
+ ContactActivityScoreComponent.prototype.refresh = function (params) {
1200
+ return true;
1201
+ };
1202
+ ContactActivityScoreComponent.prototype.agInit = function (params) {
1203
+ this.contact = params.data;
1204
+ if (!this.contact.header5) {
1205
+ this.dataAvailable = 'N/A';
1206
+ }
1207
+ else {
1208
+ this.dataAvailable = this.contact.header5;
1209
+ }
1210
+ switch (true) {
1211
+ case this.contact.header5 >= 0 && this.contact.header5 < 34: {
1212
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Low;
1213
+ break;
1214
+ }
1215
+ case this.contact.header5 >= 34 && this.contact.header5 <= 66: {
1216
+ this.contactActivityScoreModel.activityScore =
1217
+ ActivityScoreLevel.Medium;
1218
+ break;
1219
+ }
1220
+ case this.contact.header5 > 66: {
1221
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.High;
1222
+ break;
1223
+ }
1224
+ default: {
1225
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Empty;
1226
+ break;
1227
+ }
1228
+ }
1229
+ };
1230
+ return ContactActivityScoreComponent;
1037
1231
  }());
1038
- exports.AtomsModule = __decorate([
1039
- core.NgModule({
1040
- declarations: [],
1041
- imports: [],
1042
- exports: [
1043
- exports.ButtonModule,
1044
- exports["ɵa"],
1045
- exports["ɵc"],
1046
- exports["ɵe"],
1047
- exports["ɵg"],
1048
- exports["ɵi"],
1049
- exports["ɵk"],
1050
- exports["ɵm"],
1051
- exports.TaskIconModule,
1052
- exports.ColorSampleModule,
1053
- exports.H1Module,
1054
- exports.H2Module,
1055
- exports.H3Module,
1056
- exports.H4Module,
1057
- exports.ParagraphModule,
1058
- exports.H5Module,
1059
- exports["ɵn"],
1060
- exports.IconModule,
1061
- ],
1232
+ exports["ɵl"] = __decorate([
1233
+ core.Component({
1234
+ selector: 'lib-contact-activity-score',
1235
+ 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",
1236
+ styles: [".activity-score-bg{background-color:#bbb;border-radius:50%;color:#fff;display:inline-block;height:38px;text-align:center;width:38px}.activity-score-bg.activity-score-high{background-color:#00bb5b}.activity-score-bg.activity-score-medium{background-color:#f57300}.activity-score-bg.activity-score-low{background-color:#d60000}.activity-score-bg.activity-score-empty{background-color:#fff;color:#000!important}"]
1062
1237
  })
1063
- ], exports.AtomsModule);
1238
+ ], exports["ɵl"]);
1064
1239
 
1065
- exports.PillsComponent = /** @class */ (function () {
1066
- function PillsComponent() {
1067
- this.removePill = new core.EventEmitter();
1240
+ var RelevanceScoreLevel;
1241
+ (function (RelevanceScoreLevel) {
1242
+ RelevanceScoreLevel["Value"] = "value";
1243
+ RelevanceScoreLevel["Empty"] = "empty";
1244
+ })(RelevanceScoreLevel || (RelevanceScoreLevel = {}));
1245
+
1246
+ exports["ɵn"] = /** @class */ (function () {
1247
+ function RelevanceScoreComponent() {
1248
+ this.relevanceScoreModel = { relevanceScore: RelevanceScoreLevel.Empty };
1249
+ this.contact = { relevanceScore: 0 };
1068
1250
  }
1069
- PillsComponent.prototype.ngOnInit = function () {
1251
+ RelevanceScoreComponent.prototype.refresh = function (params) {
1252
+ return true;
1070
1253
  };
1071
- PillsComponent.prototype.onRemovePill = function (event) {
1072
- this.removePill.emit(this.pillsList.find(function (p) { return p.pillLabel.toLowerCase() === event.toLowerCase(); }));
1254
+ RelevanceScoreComponent.prototype.agInit = function (params) {
1255
+ this.contact = params.data;
1256
+ if (this.contact) {
1257
+ if (this.contact.header4 || this.contact.header4 === 0) {
1258
+ this.relevanceData = this.contact.header4;
1259
+ this.relevanceScoreModel.relevanceScore = RelevanceScoreLevel.Value;
1260
+ }
1261
+ else {
1262
+ this.relevanceData = 'N/A';
1263
+ }
1264
+ }
1073
1265
  };
1074
- return PillsComponent;
1266
+ return RelevanceScoreComponent;
1075
1267
  }());
1076
- __decorate([
1077
- core.Input()
1078
- ], exports.PillsComponent.prototype, "hasClose", void 0);
1079
- __decorate([
1080
- core.Input()
1081
- ], exports.PillsComponent.prototype, "pillsList", void 0);
1082
- __decorate([
1083
- core.Input()
1084
- ], exports.PillsComponent.prototype, "hasTooltips", void 0);
1085
- __decorate([
1086
- core.Output()
1087
- ], exports.PillsComponent.prototype, "removePill", void 0);
1088
- exports.PillsComponent = __decorate([
1268
+ exports["ɵn"] = __decorate([
1089
1269
  core.Component({
1090
- selector: 'symphony-pills',
1091
- 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>",
1092
- styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
1270
+ selector: 'lib-relevance-score',
1271
+ template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>",
1272
+ styles: [".relevance-score-bg{background-color:#fff;border-radius:50%;color:#000;display:inline-block;height:38px;text-align:center;width:38px}.relevance-score-value{border:1px solid #000;font-weight:700}"]
1093
1273
  })
1094
- ], exports.PillsComponent);
1274
+ ], exports["ɵn"]);
1095
1275
 
1096
- exports.PillsModule = /** @class */ (function () {
1097
- function PillsModule() {
1276
+ exports["ɵi"] = /** @class */ (function () {
1277
+ function GridComponent() {
1278
+ var _this = this;
1279
+ this.rowHeightPage = 80;
1280
+ this.gridHeight = 100;
1281
+ this.frameworkComponents = this.getFrameworkComponents();
1282
+ this.columnDefs = [
1283
+ { headerName: 'Name', field: 'header1' },
1284
+ { headerName: 'Location', field: 'header2' },
1285
+ { headerName: 'Title', field: 'header3' },
1286
+ {
1287
+ headerName: 'Engagement Score',
1288
+ field: 'header4',
1289
+ cellRenderer: 'fitScore',
1290
+ },
1291
+ {
1292
+ headerName: 'Activity Score',
1293
+ field: 'header5',
1294
+ cellRenderer: 'contactActivityScore',
1295
+ },
1296
+ ];
1297
+ this.getRowHeight = function () {
1298
+ return _this.rowHeightPage;
1299
+ };
1098
1300
  }
1099
- return PillsModule;
1301
+ GridComponent.prototype.ngOnInit = function () { };
1302
+ GridComponent.prototype.onGridReady = function (gridReadyEvent) {
1303
+ gridReadyEvent.api.sizeColumnsToFit();
1304
+ };
1305
+ GridComponent.prototype.getFrameworkComponents = function () {
1306
+ return {
1307
+ contactActivityScore: exports["ɵl"],
1308
+ fitScore: exports["ɵn"],
1309
+ };
1310
+ };
1311
+ return GridComponent;
1100
1312
  }());
1101
- exports.PillsModule = __decorate([
1313
+ __decorate([
1314
+ core.Input()
1315
+ ], exports["ɵi"].prototype, "gridList", void 0);
1316
+ exports["ɵi"] = __decorate([
1317
+ core.Component({
1318
+ selector: 'symphony-grid',
1319
+ template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"gridList\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReady($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n",
1320
+ styles: [""]
1321
+ })
1322
+ ], exports["ɵi"]);
1323
+
1324
+ exports["ɵk"] = /** @class */ (function () {
1325
+ function ContactActivityScoreModule() {
1326
+ }
1327
+ return ContactActivityScoreModule;
1328
+ }());
1329
+ exports["ɵk"] = __decorate([
1102
1330
  core.NgModule({
1103
- declarations: [exports.PillsComponent],
1104
- imports: [
1105
- common.CommonModule,
1331
+ declarations: [exports["ɵl"]],
1332
+ imports: [common.CommonModule],
1333
+ })
1334
+ ], exports["ɵk"]);
1335
+
1336
+ exports["ɵm"] = /** @class */ (function () {
1337
+ function RelevanceScoreModule() {
1338
+ }
1339
+ return RelevanceScoreModule;
1340
+ }());
1341
+ exports["ɵm"] = __decorate([
1342
+ core.NgModule({
1343
+ declarations: [exports["ɵn"]],
1344
+ imports: [common.CommonModule],
1345
+ })
1346
+ ], exports["ɵm"]);
1347
+
1348
+ exports["ɵj"] = /** @class */ (function () {
1349
+ function FrameworkModule() {
1350
+ }
1351
+ return FrameworkModule;
1352
+ }());
1353
+ exports["ɵj"] = __decorate([
1354
+ core.NgModule({
1355
+ declarations: [],
1356
+ imports: [],
1357
+ exports: [exports["ɵk"], exports["ɵm"]]
1358
+ })
1359
+ ], exports["ɵj"]);
1360
+
1361
+ exports["ɵh"] = /** @class */ (function () {
1362
+ function GridModule() {
1363
+ }
1364
+ return GridModule;
1365
+ }());
1366
+ exports["ɵh"] = __decorate([
1367
+ core.NgModule({
1368
+ declarations: [exports["ɵi"]],
1369
+ imports: [common.CommonModule, agGridAngular.AgGridModule.withComponents([]), exports["ɵj"]],
1370
+ exports: [exports["ɵi"]]
1371
+ })
1372
+ ], exports["ɵh"]);
1373
+
1374
+ exports.AtomsModule = /** @class */ (function () {
1375
+ function AtomsModule() {
1376
+ }
1377
+ return AtomsModule;
1378
+ }());
1379
+ exports.AtomsModule = __decorate([
1380
+ core.NgModule({
1381
+ declarations: [],
1382
+ imports: [],
1383
+ exports: [
1384
+ exports.ButtonModule,
1385
+ exports.ContextualMenuModule,
1386
+ exports.AvatarModule,
1387
+ exports["ɵc"],
1388
+ exports.TaskIconModule,
1389
+ exports.ColorSampleModule,
1390
+ exports.H1Module,
1391
+ exports.H2Module,
1392
+ exports.H3Module,
1393
+ exports.H4Module,
1394
+ exports.H5Module,
1395
+ exports.ParagraphModule,
1396
+ exports.IconModule,
1397
+ exports.IconWrapperModule,
1398
+ exports["ɵd"],
1399
+ exports["ɵf"],
1400
+ exports.InputRadioModule,
1401
+ exports.InputCheckboxModule,
1402
+ exports.InputTextModule,
1403
+ exports["ɵh"],
1404
+ exports["ɵk"],
1106
1405
  exports["ɵm"]
1107
1406
  ],
1108
- exports: [
1109
- exports.PillsComponent
1110
- ]
1111
1407
  })
1112
- ], exports.PillsModule);
1408
+ ], exports.AtomsModule);
1113
1409
 
1114
- exports.TaskComponent = /** @class */ (function () {
1115
- function TaskComponent() {
1116
- this.taskModel = {
1117
- assignee: '',
1118
- title: '',
1119
- dueDate: '',
1120
- moreActions: [],
1121
- };
1410
+ exports.BreadcrumbComponent = /** @class */ (function () {
1411
+ function BreadcrumbComponent() {
1122
1412
  }
1123
- TaskComponent.prototype.ngOnInit = function () { };
1124
- return TaskComponent;
1413
+ BreadcrumbComponent.prototype.ngOnInit = function () {
1414
+ this.icon = Icons.ARROWNEXT;
1415
+ };
1416
+ return BreadcrumbComponent;
1125
1417
  }());
1126
1418
  __decorate([
1127
1419
  core.Input()
1128
- ], exports.TaskComponent.prototype, "taskModel", void 0);
1129
- exports.TaskComponent = __decorate([
1420
+ ], exports.BreadcrumbComponent.prototype, "breadcrumbs", void 0);
1421
+ exports.BreadcrumbComponent = __decorate([
1130
1422
  core.Component({
1131
- selector: 'symphony-task',
1132
- 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-list-title [listTitle]=\"taskModel.title\"></symphony-list-title>\n <div class=\"time-and-assigned\">\n <symphony-time-stamp\n [timeStamp]=\"taskModel.dueDate\"\n ></symphony-time-stamp>\n <symphony-description\n [description]=\"taskModel.assignee\"\n ></symphony-description>\n </div>\n </div>\n <symphony-more-dropdown\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.length > 0\"\n [moreActions]=\"taskModel.moreActions\"\n >\n </symphony-more-dropdown>\n</div>\n",
1133
- styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;padding:30px 0}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{height:50px;width:80%}.sfx-task symphony-description,.sfx-task symphony-time-stamp{display:inline-block}.sfx-task symphony-time-stamp{margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
1423
+ selector: 'symphony-breadcrumb',
1424
+ template: "<div class=\"sfx-breadcrumb-wrapper\">\n <span\n class=\"breadcrumb-item\"\n *ngFor=\"let breadcrumb of breadcrumbs; let last = last\"\n >\n <symphony-h3 *ngIf=\"!last\"\n ><a\n class=\"sfx-cursor-pointer sfx-font30 sfx-txt-black\"\n href=\"{{ breadcrumb.link }}\"\n >{{ breadcrumb.label }}</a\n ></symphony-h3\n >\n <symphony-h3 *ngIf=\"last\">{{ breadcrumb.label }} </symphony-h3>\n\n <symphony-icon [icon]=\"icon\" *ngIf=\"!last\"></symphony-icon>\n </span>\n</div>\n",
1425
+ styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
1134
1426
  })
1135
- ], exports.TaskComponent);
1427
+ ], exports.BreadcrumbComponent);
1136
1428
 
1137
- exports.TaskModule = /** @class */ (function () {
1138
- function TaskModule() {
1429
+ exports.BreadcrumbModule = /** @class */ (function () {
1430
+ function BreadcrumbModule() {
1139
1431
  }
1140
- return TaskModule;
1432
+ return BreadcrumbModule;
1141
1433
  }());
1142
- exports.TaskModule = __decorate([
1434
+ exports.BreadcrumbModule = __decorate([
1143
1435
  core.NgModule({
1144
- declarations: [exports.TaskComponent],
1145
- imports: [
1146
- common.CommonModule,
1147
- exports.TaskIconModule,
1148
- exports["ɵg"],
1149
- exports["ɵi"],
1150
- exports["ɵe"],
1151
- exports["ɵc"],
1152
- ],
1153
- exports: [exports.TaskComponent],
1436
+ declarations: [exports.BreadcrumbComponent],
1437
+ imports: [common.CommonModule, exports.H3Module, exports.IconModule],
1438
+ exports: [exports.BreadcrumbComponent],
1154
1439
  })
1155
- ], exports.TaskModule);
1440
+ ], exports.BreadcrumbModule);
1156
1441
 
1157
1442
  exports.ColorSwatchComponent = /** @class */ (function () {
1158
1443
  function ColorSwatchComponent() {
@@ -1176,7 +1461,7 @@
1176
1461
  exports.ColorSwatchComponent = __decorate([
1177
1462
  core.Component({
1178
1463
  selector: 'symphony-ui-color-explorer',
1179
- template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-list-title\n [listTitle]=\"colorSwatchModel.colorName\"\n ></symphony-list-title>\n <symphony-description [description]=\"description\"></symphony-description>\n</div>\n",
1464
+ template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-h3\n [text]=\"colorSwatchModel.colorName\"\n ></symphony-h3>\n <symphony-paragraph [text]=\"description\"></symphony-paragraph>\n</div>\n",
1180
1465
  styles: [""]
1181
1466
  })
1182
1467
  ], exports.ColorSwatchComponent);
@@ -1192,8 +1477,8 @@
1192
1477
  imports: [
1193
1478
  common.CommonModule,
1194
1479
  exports.ColorSampleModule,
1195
- exports["ɵg"],
1196
- exports["ɵe"],
1480
+ exports.H3Module,
1481
+ exports.ParagraphModule
1197
1482
  ],
1198
1483
  exports: [exports.ColorSwatchComponent],
1199
1484
  })
@@ -1212,11 +1497,14 @@
1212
1497
  __decorate([
1213
1498
  core.Input()
1214
1499
  ], exports.IconSwatchComponent.prototype, "iconSwatchModel", void 0);
1500
+ __decorate([
1501
+ core.Input()
1502
+ ], exports.IconSwatchComponent.prototype, "isInverse", void 0);
1215
1503
  exports.IconSwatchComponent = __decorate([
1216
1504
  core.Component({
1217
1505
  selector: 'symphony-icon-swatch',
1218
- template: "<div class=\"sfx-icon-swatch\">\n <div class=\"sfx-icon-wrapper\">\n <symphony-icon\n [icon]=\"iconSwatchModel.icon\"\n [isSecondary]=\"iconSwatchModel.isSecondary\"\n ></symphony-icon>\n </div>\n <div class=\"sfx-icon-description-wrapper\">\n <symphony-h5\n [text]=\"iconSwatchModel.iconName\"\n [isSecondary]=\"iconSwatchModel.isSecondary\"\n ></symphony-h5>\n\n <symphony-paragraph\n [text]=\"iconSwatchModel.iconClass\"\n [isSecondary]=\"iconSwatchModel.isSecondary\"\n ></symphony-paragraph>\n </div>\n</div>\n",
1219
- styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-icon-wrapper{height:18px;margin-right:10px;margin-top:10px;text-align:center;vertical-align:top;width:18px}.sfx-icon-description-wrapper,.sfx-icon-wrapper{display:inline-block}"]
1506
+ template: "<div class=\"sfx-icon-swatch\">\n <div\n class=\"sfx-icon-wrapper\"\n [ngClass]=\"{\n 'mt-0': iconSwatchModel.hasBorder\n }\"\n >\n <symphony-icon-wrapper\n *ngIf=\"iconSwatchModel.hasBorder\"\n [isInverse]=\"isInverse\"\n >\n <symphony-icon [icon]=\"iconSwatchModel.icon\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-icon\n *ngIf=\"!iconSwatchModel.hasBorder\"\n [icon]=\"iconSwatchModel.icon\"\n ></symphony-icon>\n </div>\n <div class=\"sfx-icon-description-wrapper\">\n <symphony-h5 [text]=\"iconSwatchModel.iconName\"></symphony-h5>\n\n <symphony-paragraph [text]=\"iconSwatchModel.iconClass\"></symphony-paragraph>\n </div>\n</div>\n",
1507
+ styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-icon-wrapper{display:inline-block;margin-right:10px;margin-top:10px;text-align:center;vertical-align:top}.mt-0{margin-top:0}.sfx-icon-description-wrapper{display:inline-block}"]
1220
1508
  })
1221
1509
  ], exports.IconSwatchComponent);
1222
1510
 
@@ -1228,55 +1516,151 @@
1228
1516
  exports.IconSwatchModule = __decorate([
1229
1517
  core.NgModule({
1230
1518
  declarations: [exports.IconSwatchComponent],
1231
- imports: [common.CommonModule, exports.IconModule, exports.H5Module, exports.ParagraphModule],
1519
+ imports: [
1520
+ common.CommonModule,
1521
+ exports.IconModule,
1522
+ exports.H5Module,
1523
+ exports.ParagraphModule,
1524
+ exports.IconWrapperModule,
1525
+ ],
1232
1526
  exports: [exports.IconSwatchComponent],
1233
1527
  })
1234
1528
  ], exports.IconSwatchModule);
1235
1529
 
1236
- exports["ɵq"] = /** @class */ (function () {
1530
+ exports.NoteComponent = /** @class */ (function () {
1237
1531
  function NoteComponent() {
1532
+ this.noteModel = {
1533
+ firstName: '',
1534
+ lastName: '',
1535
+ listTitle: '',
1536
+ timeStamp: '',
1537
+ description: '',
1538
+ moreActions: [],
1539
+ };
1238
1540
  }
1239
1541
  NoteComponent.prototype.ngOnInit = function () { };
1240
1542
  return NoteComponent;
1241
1543
  }());
1242
1544
  __decorate([
1243
1545
  core.Input()
1244
- ], exports["ɵq"].prototype, "firstName", void 0);
1546
+ ], exports.NoteComponent.prototype, "noteModel", void 0);
1547
+ exports.NoteComponent = __decorate([
1548
+ core.Component({
1549
+ selector: 'symphony-note',
1550
+ template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= noteModel.firstName [lastName]= noteModel.lastName></lib-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 class=\"list-more-option\" [moreActions]= noteModel.moreActions></symphony-contextual-menu>\n</div>\n",
1551
+ styles: [".sfx-note{padding:20px 75px;position:relative}.sfx-note .list-avatar{left:0;position:absolute;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}"]
1552
+ })
1553
+ ], exports.NoteComponent);
1554
+
1555
+ exports.NoteModule = /** @class */ (function () {
1556
+ function NoteModule() {
1557
+ }
1558
+ return NoteModule;
1559
+ }());
1560
+ exports.NoteModule = __decorate([
1561
+ core.NgModule({
1562
+ declarations: [exports.NoteComponent],
1563
+ imports: [
1564
+ common.CommonModule,
1565
+ exports.AvatarModule,
1566
+ exports.ContextualMenuModule,
1567
+ exports.H3Module,
1568
+ exports.ParagraphModule
1569
+ ],
1570
+ exports: [exports.NoteComponent]
1571
+ })
1572
+ ], exports.NoteModule);
1573
+
1574
+ exports.PillsComponent = /** @class */ (function () {
1575
+ function PillsComponent() {
1576
+ this.removePill = new core.EventEmitter();
1577
+ }
1578
+ PillsComponent.prototype.ngOnInit = function () {
1579
+ };
1580
+ PillsComponent.prototype.onRemovePill = function (event) {
1581
+ this.removePill.emit(this.pillsList.find(function (p) { return p.pillLabel.toLowerCase() === event.toLowerCase(); }));
1582
+ };
1583
+ return PillsComponent;
1584
+ }());
1245
1585
  __decorate([
1246
1586
  core.Input()
1247
- ], exports["ɵq"].prototype, "lastName", void 0);
1587
+ ], exports.PillsComponent.prototype, "hasClose", void 0);
1248
1588
  __decorate([
1249
1589
  core.Input()
1250
- ], exports["ɵq"].prototype, "listTitle", void 0);
1590
+ ], exports.PillsComponent.prototype, "pillsList", void 0);
1251
1591
  __decorate([
1252
1592
  core.Input()
1253
- ], exports["ɵq"].prototype, "timeStamp", void 0);
1593
+ ], exports.PillsComponent.prototype, "hasTooltips", void 0);
1254
1594
  __decorate([
1255
- core.Input()
1256
- ], exports["ɵq"].prototype, "description", void 0);
1595
+ core.Output()
1596
+ ], exports.PillsComponent.prototype, "removePill", void 0);
1597
+ exports.PillsComponent = __decorate([
1598
+ core.Component({
1599
+ selector: 'symphony-pills',
1600
+ 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>",
1601
+ styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
1602
+ })
1603
+ ], exports.PillsComponent);
1604
+
1605
+ exports.PillsModule = /** @class */ (function () {
1606
+ function PillsModule() {
1607
+ }
1608
+ return PillsModule;
1609
+ }());
1610
+ exports.PillsModule = __decorate([
1611
+ core.NgModule({
1612
+ declarations: [exports.PillsComponent],
1613
+ imports: [
1614
+ common.CommonModule,
1615
+ exports["ɵc"]
1616
+ ],
1617
+ exports: [
1618
+ exports.PillsComponent
1619
+ ]
1620
+ })
1621
+ ], exports.PillsModule);
1622
+
1623
+ exports.TaskComponent = /** @class */ (function () {
1624
+ function TaskComponent() {
1625
+ this.taskModel = {
1626
+ assignee: '',
1627
+ title: '',
1628
+ dueDate: '',
1629
+ moreActions: [],
1630
+ };
1631
+ }
1632
+ TaskComponent.prototype.ngOnInit = function () { };
1633
+ return TaskComponent;
1634
+ }());
1257
1635
  __decorate([
1258
1636
  core.Input()
1259
- ], exports["ɵq"].prototype, "moreActions", void 0);
1260
- exports["ɵq"] = __decorate([
1637
+ ], exports.TaskComponent.prototype, "taskModel", void 0);
1638
+ exports.TaskComponent = __decorate([
1261
1639
  core.Component({
1262
- selector: 'symphony-note',
1263
- template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= firstName [lastName]= lastName></lib-avatar>\n <div class=\"list-content\">\n <symphony-list-title [listTitle]= listTitle></symphony-list-title>\n <symphony-time-stamp [timeStamp]= timeStamp></symphony-time-stamp>\n <symphony-description [description]= description></symphony-description>\n </div>\n <symphony-more-dropdown class=\"list-more-option\" [moreActions]= moreActions></symphony-more-dropdown>\n</div>\n",
1264
- styles: [".sfx-note{padding:20px 75px;position:relative}.sfx-note .list-avatar{left:0;position:absolute;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}"]
1640
+ selector: 'symphony-task',
1641
+ 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\n [text]=\"taskModel.dueDate\"\n ></symphony-paragraph>\n <symphony-paragraph\n [text]=\"taskModel.assignee\"\n ></symphony-paragraph>\n </div>\n </div>\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.length > 0\"\n [moreActions]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n",
1642
+ styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;padding:30px 0}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{height:50px;width:80%}.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}"]
1265
1643
  })
1266
- ], exports["ɵq"]);
1644
+ ], exports.TaskComponent);
1267
1645
 
1268
- exports["ɵp"] = /** @class */ (function () {
1269
- function NoteModule() {
1646
+ exports.TaskModule = /** @class */ (function () {
1647
+ function TaskModule() {
1270
1648
  }
1271
- return NoteModule;
1649
+ return TaskModule;
1272
1650
  }());
1273
- exports["ɵp"] = __decorate([
1651
+ exports.TaskModule = __decorate([
1274
1652
  core.NgModule({
1275
- declarations: [exports["ɵq"]],
1276
- imports: [common.CommonModule, exports["ɵk"], exports["ɵg"], exports["ɵi"], exports["ɵe"], exports["ɵc"]],
1277
- exports: [exports["ɵq"]]
1653
+ declarations: [exports.TaskComponent],
1654
+ imports: [
1655
+ common.CommonModule,
1656
+ exports.TaskIconModule,
1657
+ exports.ContextualMenuModule,
1658
+ exports.H3Module,
1659
+ exports.ParagraphModule
1660
+ ],
1661
+ exports: [exports.TaskComponent],
1278
1662
  })
1279
- ], exports["ɵp"]);
1663
+ ], exports.TaskModule);
1280
1664
 
1281
1665
  exports.MoleculesModule = /** @class */ (function () {
1282
1666
  function MoleculesModule() {
@@ -1288,22 +1672,21 @@
1288
1672
  declarations: [],
1289
1673
  imports: [
1290
1674
  common.CommonModule,
1291
- exports["ɵk"],
1292
- exports["ɵg"],
1293
- exports["ɵi"],
1294
- exports["ɵe"],
1295
- exports["ɵc"],
1675
+ exports.AvatarModule,
1676
+ exports.ContextualMenuModule,
1296
1677
  exports.PillsModule,
1297
1678
  exports.TaskModule,
1298
1679
  exports.ColorSwatchModule,
1299
1680
  exports.IconSwatchModule,
1681
+ exports.BreadcrumbModule,
1300
1682
  ],
1301
1683
  exports: [
1302
- exports["ɵp"],
1684
+ exports.NoteModule,
1303
1685
  exports.PillsModule,
1304
1686
  exports.TaskModule,
1305
1687
  exports.ColorSwatchModule,
1306
1688
  exports.IconSwatchModule,
1689
+ exports.BreadcrumbModule,
1307
1690
  ],
1308
1691
  })
1309
1692
  ], exports.MoleculesModule);
@@ -1338,6 +1721,162 @@
1338
1721
  })
1339
1722
  ], exports.TaskListModule);
1340
1723
 
1724
+ exports.NoteListComponent = /** @class */ (function () {
1725
+ function NoteListComponent() {
1726
+ }
1727
+ NoteListComponent.prototype.ngOnInit = function () {
1728
+ };
1729
+ return NoteListComponent;
1730
+ }());
1731
+ __decorate([
1732
+ core.Input()
1733
+ ], exports.NoteListComponent.prototype, "noteList", void 0);
1734
+ exports.NoteListComponent = __decorate([
1735
+ core.Component({
1736
+ selector: 'symphony-note-list',
1737
+ template: "<ul class=\"list-unstyled\">\n <li *ngFor=\"let note of noteList\">\n <symphony-note [noteModel]='note'></symphony-note>\n </li>\n</ul>\n",
1738
+ styles: ["li{border-bottom:1px solid #d9d9d9}li:last-child{border-bottom-color:transparent}"]
1739
+ })
1740
+ ], exports.NoteListComponent);
1741
+
1742
+ exports.NoteListModule = /** @class */ (function () {
1743
+ function NoteListModule() {
1744
+ }
1745
+ return NoteListModule;
1746
+ }());
1747
+ exports.NoteListModule = __decorate([
1748
+ core.NgModule({
1749
+ declarations: [exports.NoteListComponent],
1750
+ imports: [common.CommonModule, exports.NoteModule],
1751
+ exports: [exports.NoteListComponent]
1752
+ })
1753
+ ], exports.NoteListModule);
1754
+
1755
+ exports.EventsSettingsPageComponent = /** @class */ (function () {
1756
+ function EventsSettingsPageComponent() {
1757
+ this.eventsSettingsBreadcrumbs = [
1758
+ {
1759
+ label: 'Main Menu',
1760
+ link: '/tools',
1761
+ },
1762
+ {
1763
+ label: 'Sub Menu One',
1764
+ },
1765
+ ];
1766
+ this.eventSettingsPageModel = {
1767
+ moreActions: [],
1768
+ };
1769
+ }
1770
+ EventsSettingsPageComponent.prototype.ngOnInit = function () { };
1771
+ return EventsSettingsPageComponent;
1772
+ }());
1773
+ __decorate([
1774
+ core.Input()
1775
+ ], exports.EventsSettingsPageComponent.prototype, "eventSettingsPageModel", void 0);
1776
+ exports.EventsSettingsPageComponent = __decorate([
1777
+ core.Component({
1778
+ selector: 'symphony-events-settings-page',
1779
+ template: "<symphony-admin-list-template>\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"eventsSettingsBreadcrumbs\">\n </symphony-breadcrumb>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-placeholder filter-one [label]=\"'filter-one'\" [height]=\"'85px'\">\n </symphony-placeholder>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Filter search results'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"'true'\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>X Event Venues</symphony-h4>\n <symphony-contextual-menu sfx-grid-action\n class=\"more-options\"\n *ngIf=\"eventSettingsPageModel.moreActions && eventSettingsPageModel.moreActions.length > 0\"\n [moreActions]=\"eventSettingsPageModel.moreActions\"\n >\n </symphony-contextual-menu>\n <symphony-placeholder\n sfx-grid\n [label]=\"'sfx-grid'\"\n [height]=\"'500px'\"\n ></symphony-placeholder>\n</symphony-admin-list-template>\n",
1780
+ styles: [""]
1781
+ })
1782
+ ], exports.EventsSettingsPageComponent);
1783
+
1784
+ exports["ɵp"] = /** @class */ (function () {
1785
+ function AdminListTemplateComponent() {
1786
+ }
1787
+ AdminListTemplateComponent.prototype.ngOnInit = function () { };
1788
+ return AdminListTemplateComponent;
1789
+ }());
1790
+ exports["ɵp"] = __decorate([
1791
+ core.Component({
1792
+ selector: 'symphony-admin-list-template',
1793
+ template: "<div class=\"sfx\">\n <!---->\n <section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-12 col-lg-12 add-source-list\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30\">\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\">\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-mt-30\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n",
1794
+ styles: [".sfx-page-title{margin-bottom:1.875rem;margin-top:3.125rem}.sfx-title-wrap{border-bottom:5px solid #000;display:inline-block;width:100%}"]
1795
+ })
1796
+ ], exports["ɵp"]);
1797
+
1798
+ exports["ɵo"] = /** @class */ (function () {
1799
+ function AdminListModule() {
1800
+ }
1801
+ return AdminListModule;
1802
+ }());
1803
+ exports["ɵo"] = __decorate([
1804
+ core.NgModule({
1805
+ declarations: [exports["ɵp"]],
1806
+ imports: [common.CommonModule],
1807
+ exports: [exports["ɵp"]],
1808
+ })
1809
+ ], exports["ɵo"]);
1810
+
1811
+ exports["ɵr"] = /** @class */ (function () {
1812
+ function PlaceholderComponent() {
1813
+ }
1814
+ PlaceholderComponent.prototype.ngOnInit = function () { };
1815
+ return PlaceholderComponent;
1816
+ }());
1817
+ __decorate([
1818
+ core.Input()
1819
+ ], exports["ɵr"].prototype, "type", void 0);
1820
+ __decorate([
1821
+ core.Input()
1822
+ ], exports["ɵr"].prototype, "label", void 0);
1823
+ __decorate([
1824
+ core.Input()
1825
+ ], exports["ɵr"].prototype, "tooltip", void 0);
1826
+ __decorate([
1827
+ core.Input()
1828
+ ], exports["ɵr"].prototype, "tooltipPlacement", void 0);
1829
+ __decorate([
1830
+ core.Input()
1831
+ ], exports["ɵr"].prototype, "height", void 0);
1832
+ __decorate([
1833
+ core.Input()
1834
+ ], exports["ɵr"].prototype, "width", void 0);
1835
+ exports["ɵr"] = __decorate([
1836
+ core.Component({
1837
+ selector: 'symphony-placeholder',
1838
+ 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",
1839
+ styles: [".placeholder-dashed{border:3px dashed #464646;border-radius:10px}.placeholder-dashed,.placeholder-dashed-circle{align-items:center;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 0,#d9d9d9 20px);color:#464646;display:flex;font-size:18px;height:100%;justify-content:center;text-align:center}.placeholder-dashed-circle{border:3px dashed #464646;border-radius:50%}.wrapper div{height:100%}"]
1840
+ })
1841
+ ], exports["ɵr"]);
1842
+
1843
+ exports["ɵq"] = /** @class */ (function () {
1844
+ function PlaceholderModule() {
1845
+ }
1846
+ return PlaceholderModule;
1847
+ }());
1848
+ exports["ɵq"] = __decorate([
1849
+ core.NgModule({
1850
+ declarations: [exports["ɵr"]],
1851
+ imports: [common.CommonModule, tooltip.TooltipModule.forRoot()],
1852
+ exports: [exports["ɵr"]],
1853
+ })
1854
+ ], exports["ɵq"]);
1855
+
1856
+ exports.EventsSettingsPageModule = /** @class */ (function () {
1857
+ function EventsSettingsPageModule() {
1858
+ }
1859
+ return EventsSettingsPageModule;
1860
+ }());
1861
+ exports.EventsSettingsPageModule = __decorate([
1862
+ core.NgModule({
1863
+ declarations: [exports.EventsSettingsPageComponent],
1864
+ imports: [
1865
+ common.CommonModule,
1866
+ exports["ɵo"],
1867
+ exports.H3Module,
1868
+ exports.H4Module,
1869
+ exports["ɵq"],
1870
+ exports.BreadcrumbModule,
1871
+ exports["ɵf"],
1872
+ exports.IconModule,
1873
+ exports.InputTextModule,
1874
+ exports.ContextualMenuModule
1875
+ ],
1876
+ exports: [exports.EventsSettingsPageComponent],
1877
+ })
1878
+ ], exports.EventsSettingsPageModule);
1879
+
1341
1880
  exports.ColorSwatchCollectionComponent = /** @class */ (function () {
1342
1881
  function ColorSwatchCollectionComponent() {
1343
1882
  }
@@ -1365,111 +1904,557 @@
1365
1904
  core.NgModule({
1366
1905
  declarations: [exports.ColorSwatchCollectionComponent],
1367
1906
  imports: [common.CommonModule, exports.ColorSwatchModule],
1907
+ exports: []
1368
1908
  })
1369
1909
  ], exports.ColorSwatchCollectionModule);
1370
1910
 
1371
- var Icons;
1372
- (function (Icons) {
1373
- Icons["MOREOPTIONS"] = "si-more-options";
1374
- Icons["ADD"] = "si-add";
1375
- Icons["ACTIVITY"] = "si-activity";
1376
- Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
1377
- Icons["ARROWNEXT"] = "si-arrow-next";
1378
- Icons["ARROWPREV"] = "si-arrow-prev";
1379
- Icons["CLOSEMODAL"] = "si-close-modal";
1380
- Icons["COLLAPSE"] = "si-collapse";
1381
- Icons["DAYMODE"] = "si-daymode";
1382
- Icons["DELETE"] = "si-delete";
1383
- Icons["DOCUMENT"] = "si-document";
1384
- Icons["DOWNLOAD"] = "si-download";
1385
- Icons["EDIT"] = "si-edit";
1386
- Icons["EMAILDRIP"] = "si-email-drip";
1387
- Icons["EMAILOPEN"] = "si-email-open";
1388
- Icons["EMAILSEND"] = "si-email-send";
1389
- Icons["EXPAND"] = "si-expand";
1390
- Icons["FAVORITE"] = "si-favorite";
1391
- Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
1392
- Icons["FEEDBACKNO"] = "si-feedback-no";
1393
- Icons["FEEDBACKYES"] = "si-feedback-yes";
1394
- Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
1395
- Icons["INCLUDE"] = "si-include";
1396
- Icons["INFO"] = "si-info";
1397
- Icons["INTERVIEW"] = "si-interview";
1398
- Icons["LINK"] = "si-link";
1399
- Icons["LOCATION"] = "si-location";
1400
- Icons["MENUALL"] = "si-menu-all";
1401
- Icons["MENUANALYTICS"] = "si-menu-analytics";
1402
- Icons["MENUASSETS"] = "si-menu-assets";
1403
- Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
1404
- Icons["MENUCONTACT"] = "si-menu-contact";
1405
- Icons["MENUCONTENT"] = "si-menu-content";
1406
- Icons["MENUDASHBOARD"] = "si-menu-dashboard";
1407
- Icons["MENUEVENTS"] = "si-menu-events";
1408
- Icons["MENUFOLDERS"] = "si-menu-folders";
1409
- Icons["MENUJOBS"] = "si-menu-jobs";
1410
- Icons["MENURETURN"] = "si-menu-return";
1411
- Icons["MENUWORKFLOWS"] = "si-menu-workflows";
1412
- Icons["MERGE"] = "si-merge";
1413
- Icons["MOVE"] = "si-move";
1414
- Icons["NIGHTMODE"] = "si-nightmode";
1415
- Icons["NOTIFICATION"] = "si-notification";
1416
- Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
1417
- Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
1418
- Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
1419
- Icons["PHONENUMBER"] = "si-phone-number";
1420
- Icons["PREVIEW"] = "si-preview";
1421
- Icons["PROMOTE"] = "si-promote";
1422
- Icons["REFRESH"] = "si-refresh";
1423
- Icons["REMOVE"] = "si-remove";
1424
- Icons["EXCLUDE"] = "si-exclude";
1425
- Icons["RESULTSFILTERS"] = "si-results-filters";
1426
- Icons["REVIEW"] = "si-review";
1427
- Icons["SALARY"] = "si-salary";
1428
- Icons["SAVE"] = "si-save";
1429
- Icons["SEARCHADVANCED"] = "si-search-advanced";
1430
- Icons["SEARCHCLEAR"] = "si-search-clear";
1431
- Icons["SEARCHNEW"] = "si-search-new";
1432
- Icons["SETTINGSMART"] = "si-settings-smart";
1433
- Icons["SMS"] = "si-sms";
1434
- Icons["SORTMINI"] = "si-sort-mini";
1435
- Icons["STATUS"] = "si-status";
1436
- Icons["SYSTEMACTION"] = "si-system-action";
1437
- Icons["TASKCOMPLETED"] = "si-task-completed";
1438
- Icons["TASKOPEN"] = "si-task-open";
1439
- Icons["TIMEFRAME"] = "si-timeframe";
1440
- Icons["TIMELINE"] = "si-timeline";
1441
- Icons["UPLOAD"] = "si-upload";
1442
- Icons["USERMULTIPLE"] = "si-user-multiple";
1443
- Icons["USER"] = "si-user";
1444
- })(Icons || (Icons = {}));
1911
+ var IconExplorerHelper = /** @class */ (function () {
1912
+ function IconExplorerHelper() {
1913
+ }
1914
+ IconExplorerHelper.getAllIcons = function () {
1915
+ var allIcons = [];
1916
+ allIcons = allIcons.concat(this.getHasNoBorderIconList());
1917
+ allIcons = allIcons.concat(this.getHasBorderIconList());
1918
+ allIcons = allIcons.concat(this.getInverseIconList());
1919
+ return allIcons;
1920
+ };
1921
+ IconExplorerHelper.getHasNoBorderIconList = function () {
1922
+ return [
1923
+ {
1924
+ icon: Icons.MOREOPTIONS,
1925
+ iconName: 'MOREOPTIONS',
1926
+ iconClass: 'si-more-options',
1927
+ hasBorder: false,
1928
+ },
1929
+ {
1930
+ icon: Icons.ADD,
1931
+ iconName: 'ADD',
1932
+ iconClass: 'si-add',
1933
+ hasBorder: false,
1934
+ },
1935
+ {
1936
+ icon: Icons.ACTIVITY,
1937
+ iconName: 'ACTIVITY',
1938
+ iconClass: 'si-activity',
1939
+ hasBorder: false,
1940
+ },
1941
+ {
1942
+ icon: Icons.ARROWHIDEREVEAL,
1943
+ iconName: 'ARROWHIDEREVEAL',
1944
+ iconClass: 'si-arrow-hide-reveal',
1945
+ hasBorder: false,
1946
+ },
1947
+ {
1948
+ icon: Icons.ARROWNEXT,
1949
+ iconName: 'ARROWNEXT',
1950
+ iconClass: 'si-arrow-next',
1951
+ hasBorder: false,
1952
+ },
1953
+ {
1954
+ icon: Icons.ARROWPREV,
1955
+ iconName: 'ARROWPREV',
1956
+ iconClass: 'si-arrow-prev',
1957
+ hasBorder: false,
1958
+ },
1959
+ {
1960
+ icon: Icons.CLOSEMODAL,
1961
+ iconName: 'CLOSEMODAL',
1962
+ iconClass: 'si-close-modal',
1963
+ hasBorder: false,
1964
+ },
1965
+ {
1966
+ icon: Icons.COLLAPSE,
1967
+ iconName: 'COLLAPSE',
1968
+ iconClass: 'si-collapse',
1969
+ hasBorder: false,
1970
+ },
1971
+ {
1972
+ icon: Icons.DAYMODE,
1973
+ iconName: 'DAYMODE',
1974
+ iconClass: 'si-daymode',
1975
+ hasBorder: false,
1976
+ },
1977
+ {
1978
+ icon: Icons.DELETE,
1979
+ iconName: 'DELETE',
1980
+ iconClass: 'si-delete',
1981
+ hasBorder: false,
1982
+ },
1983
+ {
1984
+ icon: Icons.DOCUMENT,
1985
+ iconName: 'DOCUMENT',
1986
+ iconClass: 'si-document',
1987
+ hasBorder: false,
1988
+ },
1989
+ {
1990
+ icon: Icons.DOWNLOAD,
1991
+ iconName: 'DOWNLOAD',
1992
+ iconClass: 'si-download',
1993
+ hasBorder: false,
1994
+ },
1995
+ {
1996
+ icon: Icons.EDIT,
1997
+ iconName: 'EDIT',
1998
+ iconClass: 'si-edit',
1999
+ hasBorder: false,
2000
+ },
2001
+ {
2002
+ icon: Icons.EMAILDRIP,
2003
+ iconName: 'EMAILDRIP',
2004
+ iconClass: 'si-email-drip',
2005
+ hasBorder: false,
2006
+ },
2007
+ {
2008
+ icon: Icons.EMAILOPEN,
2009
+ iconName: 'EMAILOPEN',
2010
+ iconClass: 'si-email-open',
2011
+ hasBorder: false,
2012
+ },
2013
+ {
2014
+ icon: Icons.EMAILSEND,
2015
+ iconName: 'EMAILSEND',
2016
+ iconClass: 'si-email-send',
2017
+ hasBorder: false,
2018
+ },
2019
+ {
2020
+ icon: Icons.EXPAND,
2021
+ iconName: 'EXPAND',
2022
+ iconClass: 'si-expand',
2023
+ hasBorder: false,
2024
+ },
2025
+ {
2026
+ icon: Icons.FAVORITE,
2027
+ iconName: 'FAVORITE',
2028
+ iconClass: 'si-favorite',
2029
+ hasBorder: false,
2030
+ },
2031
+ {
2032
+ icon: Icons.FEEDBACKMAYBE,
2033
+ iconName: 'FEEDBACKMAYBE',
2034
+ iconClass: 'si-feedback-maybe',
2035
+ hasBorder: false,
2036
+ },
2037
+ {
2038
+ icon: Icons.FEEDBACKNO,
2039
+ iconName: 'FEEDBACKNO',
2040
+ iconClass: 'si-feedback-no',
2041
+ hasBorder: false,
2042
+ },
2043
+ {
2044
+ icon: Icons.FEEDBACKYES,
2045
+ iconName: 'FEEDBACKYES',
2046
+ iconClass: 'si-feedback-yes',
2047
+ hasBorder: false,
2048
+ },
2049
+ {
2050
+ icon: Icons.FOLDERMULTIPLE,
2051
+ iconName: 'FOLDERMULTIPLE',
2052
+ iconClass: 'si-folder-multiple',
2053
+ hasBorder: false,
2054
+ },
2055
+ {
2056
+ icon: Icons.INCLUDE,
2057
+ iconName: 'INCLUDE',
2058
+ iconClass: 'si-include',
2059
+ hasBorder: false,
2060
+ },
2061
+ {
2062
+ icon: Icons.INFO,
2063
+ iconName: 'INFO',
2064
+ iconClass: 'si-info',
2065
+ hasBorder: false,
2066
+ },
2067
+ {
2068
+ icon: Icons.INTERVIEW,
2069
+ iconName: 'INTERVIEW',
2070
+ iconClass: 'si-interview',
2071
+ hasBorder: false,
2072
+ },
2073
+ {
2074
+ icon: Icons.LINK,
2075
+ iconName: 'LINK',
2076
+ iconClass: 'si-link',
2077
+ hasBorder: false,
2078
+ },
2079
+ {
2080
+ icon: Icons.LOCATION,
2081
+ iconName: 'LOCATION',
2082
+ iconClass: 'si-location',
2083
+ hasBorder: false,
2084
+ },
2085
+ {
2086
+ icon: Icons.MENUALL,
2087
+ iconName: 'MENUALL',
2088
+ iconClass: 'si-menu-all',
2089
+ hasBorder: false,
2090
+ },
2091
+ {
2092
+ icon: Icons.MENUANALYTICS,
2093
+ iconName: 'MENUANALYTICS',
2094
+ iconClass: 'si-menu-analytics',
2095
+ hasBorder: false,
2096
+ },
2097
+ {
2098
+ icon: Icons.MENUASSETS,
2099
+ iconName: 'MENUASSETS',
2100
+ iconClass: 'si-menu-assets',
2101
+ hasBorder: false,
2102
+ },
2103
+ {
2104
+ icon: Icons.MENUCAMPAIGNS,
2105
+ iconName: 'MENUCAMPAIGNS',
2106
+ iconClass: 'si-menu-campaigns',
2107
+ hasBorder: false,
2108
+ },
2109
+ {
2110
+ icon: Icons.MENUCONTACT,
2111
+ iconName: 'MENUCONTACT',
2112
+ iconClass: 'si-menu-contact',
2113
+ hasBorder: false,
2114
+ },
2115
+ {
2116
+ icon: Icons.MENUCONTENT,
2117
+ iconName: 'MENUCONTENT',
2118
+ iconClass: 'si-menu-content',
2119
+ hasBorder: false,
2120
+ },
2121
+ {
2122
+ icon: Icons.MENUDASHBOARD,
2123
+ iconName: 'MENUDASHBOARD',
2124
+ iconClass: 'si-menu-dashboard',
2125
+ hasBorder: false,
2126
+ },
2127
+ {
2128
+ icon: Icons.MENUEVENTS,
2129
+ iconName: 'MENUEVENTS',
2130
+ iconClass: 'si-menu-events',
2131
+ hasBorder: false,
2132
+ },
2133
+ {
2134
+ icon: Icons.MENUFOLDERS,
2135
+ iconName: 'MENUFOLDERS',
2136
+ iconClass: 'si-menu-folders',
2137
+ hasBorder: false,
2138
+ },
2139
+ {
2140
+ icon: Icons.MENUJOBS,
2141
+ iconName: 'MENUJOBS',
2142
+ iconClass: 'si-menu-jobs',
2143
+ hasBorder: false,
2144
+ },
2145
+ {
2146
+ icon: Icons.MENURETURN,
2147
+ iconName: 'MENURETURN',
2148
+ iconClass: 'si-menu-return',
2149
+ hasBorder: false,
2150
+ },
2151
+ {
2152
+ icon: Icons.MENUWORKFLOWS,
2153
+ iconName: 'MENUWORKFLOWS',
2154
+ iconClass: 'si-menu-workflows',
2155
+ hasBorder: false,
2156
+ },
2157
+ {
2158
+ icon: Icons.MERGE,
2159
+ iconName: 'MERGE',
2160
+ iconClass: 'si-merge',
2161
+ hasBorder: false,
2162
+ },
2163
+ {
2164
+ icon: Icons.MOVE,
2165
+ iconName: 'MOVE',
2166
+ iconClass: 'si-move',
2167
+ hasBorder: false,
2168
+ },
2169
+ {
2170
+ icon: Icons.NIGHTMODE,
2171
+ iconName: 'NIGHTMODE',
2172
+ iconClass: 'si-nightmode',
2173
+ hasBorder: false,
2174
+ },
2175
+ {
2176
+ icon: Icons.NOTIFICATION,
2177
+ iconName: 'NOTIFICATION',
2178
+ iconClass: 'si-notification',
2179
+ hasBorder: false,
2180
+ },
2181
+ {
2182
+ icon: Icons.ORGANIZECOLUMNS,
2183
+ iconName: 'ORGANIZECOLUMNS',
2184
+ iconClass: 'si-organize-columns',
2185
+ hasBorder: false,
2186
+ },
2187
+ {
2188
+ icon: Icons.ORGANIZECONTACTS,
2189
+ iconName: 'ORGANIZECONTACTS',
2190
+ iconClass: 'si-organize-contacts',
2191
+ hasBorder: false,
2192
+ },
2193
+ {
2194
+ icon: Icons.PENDINGINCOMPLETE,
2195
+ iconName: 'PENDINGINCOMPLETE',
2196
+ iconClass: 'si-pending-incomplete',
2197
+ hasBorder: false,
2198
+ },
2199
+ {
2200
+ icon: Icons.PHONENUMBER,
2201
+ iconName: 'PHONENUMBER',
2202
+ iconClass: 'si-phone-number',
2203
+ hasBorder: false,
2204
+ },
2205
+ {
2206
+ icon: Icons.PREVIEW,
2207
+ iconName: 'PREVIEW',
2208
+ iconClass: 'si-preview',
2209
+ hasBorder: false,
2210
+ },
2211
+ {
2212
+ icon: Icons.PROMOTE,
2213
+ iconName: 'PROMOTE',
2214
+ iconClass: 'si-promote',
2215
+ hasBorder: false,
2216
+ },
2217
+ {
2218
+ icon: Icons.REFRESH,
2219
+ iconName: 'REFRESH',
2220
+ iconClass: 'si-refresh',
2221
+ hasBorder: false,
2222
+ },
2223
+ {
2224
+ icon: Icons.REMOVE,
2225
+ iconName: 'REMOVE',
2226
+ iconClass: 'si-remove',
2227
+ hasBorder: false,
2228
+ },
2229
+ {
2230
+ icon: Icons.EXCLUDE,
2231
+ iconName: 'EXCLUDE',
2232
+ iconClass: 'si-exclude',
2233
+ hasBorder: false,
2234
+ },
2235
+ {
2236
+ icon: Icons.RESULTSFILTERS,
2237
+ iconName: 'RESULTSFILTERS',
2238
+ iconClass: 'si-results-filters',
2239
+ hasBorder: false,
2240
+ },
2241
+ {
2242
+ icon: Icons.REVIEW,
2243
+ iconName: 'REVIEW',
2244
+ iconClass: 'si-review',
2245
+ hasBorder: false,
2246
+ },
2247
+ {
2248
+ icon: Icons.SALARY,
2249
+ iconName: 'SALARY',
2250
+ iconClass: 'si-salary',
2251
+ hasBorder: false,
2252
+ },
2253
+ {
2254
+ icon: Icons.SAVE,
2255
+ iconName: 'SAVE',
2256
+ iconClass: 'si-save',
2257
+ hasBorder: false,
2258
+ },
2259
+ {
2260
+ icon: Icons.SEARCHADVANCED,
2261
+ iconName: 'SEARCHADVANCED',
2262
+ iconClass: 'si-search-advanced',
2263
+ hasBorder: false,
2264
+ },
2265
+ {
2266
+ icon: Icons.SEARCHCLEAR,
2267
+ iconName: 'SEARCHCLEAR',
2268
+ iconClass: 'si-search-clear',
2269
+ hasBorder: false,
2270
+ },
2271
+ {
2272
+ icon: Icons.SEARCHNEW,
2273
+ iconName: 'SEARCHNEW',
2274
+ iconClass: 'si-search-new',
2275
+ hasBorder: false,
2276
+ },
2277
+ {
2278
+ icon: Icons.SETTINGSMART,
2279
+ iconName: 'SETTINGSMART',
2280
+ iconClass: 'si-settings-smart',
2281
+ hasBorder: false,
2282
+ },
2283
+ {
2284
+ icon: Icons.SMS,
2285
+ iconName: 'SMS',
2286
+ iconClass: 'si-sms',
2287
+ hasBorder: false,
2288
+ },
2289
+ {
2290
+ icon: Icons.SORTMINI,
2291
+ iconName: 'SORTMINI',
2292
+ iconClass: 'si-sort-mini',
2293
+ hasBorder: false,
2294
+ },
2295
+ {
2296
+ icon: Icons.STATUS,
2297
+ iconName: 'STATUS',
2298
+ iconClass: 'si-status',
2299
+ hasBorder: false,
2300
+ },
2301
+ {
2302
+ icon: Icons.SYSTEMACTION,
2303
+ iconName: 'SYSTEMACTION',
2304
+ iconClass: 'si-system-action',
2305
+ hasBorder: false,
2306
+ },
2307
+ {
2308
+ icon: Icons.TASKCOMPLETED,
2309
+ iconName: 'TASKCOMPLETED',
2310
+ iconClass: 'si-task-completed',
2311
+ hasBorder: false,
2312
+ },
2313
+ {
2314
+ icon: Icons.TASKOPEN,
2315
+ iconName: 'TASKOPEN',
2316
+ iconClass: 'si-task-open',
2317
+ hasBorder: false,
2318
+ },
2319
+ {
2320
+ icon: Icons.TIMEFRAME,
2321
+ iconName: 'TIMEFRAME',
2322
+ iconClass: 'si-timeframe',
2323
+ hasBorder: false,
2324
+ },
2325
+ {
2326
+ icon: Icons.TIMELINE,
2327
+ iconName: 'TIMELINE',
2328
+ iconClass: 'si-timeline',
2329
+ hasBorder: false,
2330
+ },
2331
+ {
2332
+ icon: Icons.UPLOAD,
2333
+ iconName: 'UPLOAD',
2334
+ iconClass: 'si-upload',
2335
+ hasBorder: false,
2336
+ },
2337
+ {
2338
+ icon: Icons.USERMULTIPLE,
2339
+ iconName: 'USERMULTIPLE',
2340
+ iconClass: 'si-user-multiple',
2341
+ hasBorder: false,
2342
+ },
2343
+ {
2344
+ icon: Icons.USER,
2345
+ iconName: 'USER',
2346
+ iconClass: 'si-user',
2347
+ hasBorder: false,
2348
+ },
2349
+ ];
2350
+ };
2351
+ IconExplorerHelper.getInverseIconList = function () {
2352
+ return [
2353
+ {
2354
+ icon: Icons.ACTIVITY,
2355
+ iconName: 'ACTIVITY',
2356
+ iconClass: 'si-activity',
2357
+ hasBorder: true,
2358
+ },
2359
+ ];
2360
+ };
2361
+ IconExplorerHelper.getHasBorderIconList = function () {
2362
+ return [
2363
+ {
2364
+ icon: Icons.ADD,
2365
+ iconName: 'ADD',
2366
+ iconClass: 'si-add',
2367
+ hasBorder: true,
2368
+ },
2369
+ {
2370
+ icon: Icons.ARROWNEXT,
2371
+ iconName: 'ARROWNEXT',
2372
+ iconClass: 'si-arrow-next',
2373
+ hasBorder: true,
2374
+ },
2375
+ {
2376
+ icon: Icons.DELETE,
2377
+ iconName: 'DELETE',
2378
+ iconClass: 'si-delete',
2379
+ hasBorder: true,
2380
+ },
2381
+ {
2382
+ icon: Icons.DOWNLOAD,
2383
+ iconName: 'DOWNLOAD',
2384
+ iconClass: 'si-download',
2385
+ hasBorder: true,
2386
+ },
2387
+ {
2388
+ icon: Icons.EDIT,
2389
+ iconName: 'EDIT',
2390
+ iconClass: 'si-edit',
2391
+ hasBorder: true,
2392
+ },
2393
+ {
2394
+ icon: Icons.FEEDBACKYES,
2395
+ iconName: 'FEEDBACKYES',
2396
+ iconClass: 'si-feedback-yes',
2397
+ hasBorder: true,
2398
+ },
2399
+ {
2400
+ icon: Icons.MENUCONTACT,
2401
+ iconName: 'MENUCONTACT',
2402
+ iconClass: 'si-menu-contact',
2403
+ hasBorder: true,
2404
+ },
2405
+ {
2406
+ icon: Icons.MOREOPTIONS,
2407
+ iconName: 'MOREOPTIONS',
2408
+ iconClass: 'si-more-options',
2409
+ hasBorder: true,
2410
+ },
2411
+ {
2412
+ icon: Icons.ORGANIZECOLUMNS,
2413
+ iconName: 'ORGANIZECOLUMNS',
2414
+ iconClass: 'si-organize-columns',
2415
+ hasBorder: true,
2416
+ },
2417
+ {
2418
+ icon: Icons.PREVIEW,
2419
+ iconName: 'PREVIEW',
2420
+ iconClass: 'si-preview',
2421
+ hasBorder: true,
2422
+ },
2423
+ {
2424
+ icon: Icons.SAVE,
2425
+ iconName: 'SAVE',
2426
+ iconClass: 'si-save',
2427
+ hasBorder: true,
2428
+ },
2429
+ ];
2430
+ };
2431
+ return IconExplorerHelper;
2432
+ }());
1445
2433
 
1446
2434
  exports.IconExplorerComponent = /** @class */ (function () {
1447
2435
  function IconExplorerComponent() {
2436
+ this.iconList = IconExplorerHelper.getAllIcons();
2437
+ this.hasBorderIconsList = IconExplorerHelper.getHasBorderIconList();
2438
+ this.hasNoBorderIconsList = IconExplorerHelper.getHasNoBorderIconList();
2439
+ this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
1448
2440
  }
1449
2441
  IconExplorerComponent.prototype.ngOnInit = function () {
1450
- this.enumElementCount(Icons);
2442
+ this.iconCount = this.iconList.length;
1451
2443
  this.explorerTitle = "Iconography (" + this.iconCount + " icons)";
1452
- };
1453
- IconExplorerComponent.prototype.enumElementCount = function (enumName) {
1454
- var count = 0;
1455
- for (var item in enumName) {
1456
- if (isNaN(Number(item))) {
1457
- count++;
1458
- }
1459
- }
1460
- this.iconCount = count;
1461
- return this.iconCount;
2444
+ this.iconHasBorderCount = this.hasBorderIconsList.length;
2445
+ this.borderTitle = "Icons with border (" + this.iconHasBorderCount + " icons)";
2446
+ this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
2447
+ this.noBorderTitle = "Icons without border (" + this.iconHasNoBorderCount + " icons)";
2448
+ this.iconisInverseCount = this.isInverseIconsList.length;
2449
+ this.backgroundTitle = "Icons with background (" + this.iconisInverseCount + " icons)";
1462
2450
  };
1463
2451
  return IconExplorerComponent;
1464
2452
  }());
1465
- __decorate([
1466
- core.Input()
1467
- ], exports.IconExplorerComponent.prototype, "iconList", void 0);
1468
2453
  exports.IconExplorerComponent = __decorate([
1469
2454
  core.Component({
1470
2455
  selector: 'symphony-icon-explorer',
1471
- template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of iconList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n",
1472
- styles: [".sfx-icon-list{display:flex;flex-direction:column;flex-wrap:wrap;height:90vh;width:100vw}.icon-list-item{flex:0 0 10%;padding:10px 0}.explorer-title{border-bottom:5px solid #000;margin-bottom:30px;padding-bottom:10px}"]
2456
+ template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"noBorderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasNoBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"borderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"backgroundTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of isInverseIconsList\">\n <symphony-icon-swatch\n [iconSwatchModel]=\"icon\"\n [isInverse]=\"true\"\n ></symphony-icon-swatch>\n </li>\n</ul>\n",
2457
+ styles: [".sfx-icon-list{display:flex;flex-direction:row;flex-wrap:wrap;margin:20px 0 80px;width:100vw}.icon-list-item{flex:0 0 20%;padding:15px 0}.explorer-title{border-bottom:5px solid #000;margin-bottom:30px;padding-bottom:10px}.explorer-subtitle{margin-bottom:10px}"]
1473
2458
  })
1474
2459
  ], exports.IconExplorerComponent);
1475
2460
 
@@ -1481,7 +2466,7 @@
1481
2466
  exports.IconExplorerModule = __decorate([
1482
2467
  core.NgModule({
1483
2468
  declarations: [exports.IconExplorerComponent],
1484
- imports: [common.CommonModule, exports.IconSwatchModule, exports.H2Module],
2469
+ imports: [common.CommonModule, exports.IconSwatchModule, exports.H2Module, exports.H3Module],
1485
2470
  })
1486
2471
  ], exports.IconExplorerModule);
1487
2472