@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,9 +1,118 @@
1
1
  import { __decorate } from 'tslib';
2
- import { EventEmitter, Input, Output, Component, NgModule, ViewEncapsulation } from '@angular/core';
3
- import { CommonModule, SlicePipe } from '@angular/common';
2
+ import { Input, Component, NgModule, EventEmitter, Output, ViewEncapsulation } from '@angular/core';
3
+ import { SlicePipe, CommonModule } from '@angular/common';
4
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
4
5
  import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
5
6
  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
6
7
  import { TooltipModule } from 'ngx-bootstrap/tooltip';
8
+ import { AgGridModule } from 'ag-grid-angular';
9
+
10
+ let AvatarComponent = class AvatarComponent {
11
+ constructor() { }
12
+ ngOnInit() {
13
+ this.sp = new SlicePipe();
14
+ this.initials = '';
15
+ this.firstInitial = '';
16
+ this.bgColor = '';
17
+ if (this.firstName) {
18
+ this.initials += this.sp.transform(this.firstName, 0, 1);
19
+ this.firstInitial = this.sp
20
+ .transform(this.firstName, 0, 1)
21
+ .toLocaleLowerCase();
22
+ }
23
+ if (this.lastName) {
24
+ this.initials += this.sp.transform(this.lastName, 0, 1);
25
+ }
26
+ this.bgColor = this.getColor(this.firstInitial);
27
+ }
28
+ getColor(character) {
29
+ switch (character) {
30
+ case 'a':
31
+ return '#D0021B';
32
+ case 'b':
33
+ return '#F5A623';
34
+ case 'c':
35
+ return '#E4D75C';
36
+ case 'd':
37
+ return '#8B572A';
38
+ case 'e':
39
+ return '#579F09';
40
+ case 'f':
41
+ return '#BD10E0';
42
+ case 'g':
43
+ return '#9013FE';
44
+ case 'h':
45
+ return '#4A90E2';
46
+ case 'i':
47
+ return '#39B196';
48
+ case 'j':
49
+ return '#4A4A4A';
50
+ case 'k':
51
+ return '#E84D4D';
52
+ case 'l':
53
+ return '#E84DC0';
54
+ case 'm':
55
+ return '#CE950B';
56
+ case 'n':
57
+ return '#1CCE0B';
58
+ case 'o':
59
+ return '#1DB1A6';
60
+ case 'p':
61
+ return '#3724A9';
62
+ case 'q':
63
+ return '#A9249E';
64
+ case 'r':
65
+ return '#A9246B';
66
+ case 's':
67
+ return '#24A97A';
68
+ case 't':
69
+ return '#1C93B3';
70
+ case 'u':
71
+ return '#D52424';
72
+ case 'v':
73
+ return '#A45519';
74
+ case 'w':
75
+ return '#19A420';
76
+ case 'x':
77
+ return '#A41963';
78
+ case 'y':
79
+ return '#CFD00A';
80
+ case 'z':
81
+ return '#AA0AD0';
82
+ default:
83
+ return '#000000';
84
+ }
85
+ }
86
+ };
87
+ __decorate([
88
+ Input()
89
+ ], AvatarComponent.prototype, "firstName", void 0);
90
+ __decorate([
91
+ Input()
92
+ ], AvatarComponent.prototype, "lastName", void 0);
93
+ __decorate([
94
+ Input()
95
+ ], AvatarComponent.prototype, "sizePx", void 0);
96
+ __decorate([
97
+ Input()
98
+ ], AvatarComponent.prototype, "fontSizePx", void 0);
99
+ AvatarComponent = __decorate([
100
+ Component({
101
+ selector: 'lib-avatar',
102
+ 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",
103
+ styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
104
+ })
105
+ ], AvatarComponent);
106
+
107
+ let AvatarModule = class AvatarModule {
108
+ };
109
+ AvatarModule = __decorate([
110
+ NgModule({
111
+ declarations: [AvatarComponent],
112
+ imports: [CommonModule],
113
+ exports: [AvatarComponent],
114
+ })
115
+ ], AvatarModule);
7
116
 
8
117
  let ButtonComponent = class ButtonComponent {
9
118
  constructor() {
@@ -23,14 +132,17 @@ __decorate([
23
132
  __decorate([
24
133
  Input()
25
134
  ], ButtonComponent.prototype, "isSecondary", void 0);
135
+ __decorate([
136
+ Input()
137
+ ], ButtonComponent.prototype, "isInverse", void 0);
26
138
  __decorate([
27
139
  Output()
28
140
  ], ButtonComponent.prototype, "clicked", void 0);
29
141
  ButtonComponent = __decorate([
30
142
  Component({
31
143
  selector: 'symphony-button',
32
- template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
33
- styles: ["button,button:focus{outline:none}button:disabled{cursor:not-allowed;opacity:.3}.btn{border-radius:30px;height:60px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{opacity:.3}.btn-primary{background:#000;border:1px solid #000;color:#fff}.btn-secondary{background:#fff;border:1px solid #000;color:#000}"]
144
+ template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
145
+ styles: ["button{outline:none}.btn{border-radius:30px;font-family:neuzeit_groteskbold;height:56px;letter-spacing:.4px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:1%}.btn-primary{background:#000!important;border:2px solid #000!important;color:#fff}.btn-primary.is-inverse{background:#fff!important;border:2px solid #fff!important;color:#000}.btn-secondary{background:#fff;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;border:2px solid #fff;color:#fff}"]
34
146
  })
35
147
  ], ButtonComponent);
36
148
 
@@ -73,9 +185,9 @@ __decorate([
73
185
  PillComponent = __decorate([
74
186
  Component({
75
187
  selector: 'symphony-pill',
76
- 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>",
188
+ template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
77
189
  encapsulation: ViewEncapsulation.None,
78
- styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;text-align:center}.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item i{font-size:12px;position:relative;top:2px}.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
190
+ styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-family:neuzeit_groteskbold;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;position:relative;text-align:center}.sfx-pill-item.inverse-pill,.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;left:14px;position:absolute;top:11px;transform:rotate(45deg)}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
79
191
  })
80
192
  ], PillComponent);
81
193
 
@@ -89,8 +201,8 @@ __decorate([
89
201
  TaskIconComponent = __decorate([
90
202
  Component({
91
203
  selector: 'symphony-task-icon',
92
- 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",
93
- 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}"]
204
+ 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",
205
+ 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}"]
94
206
  })
95
207
  ], TaskIconComponent);
96
208
 
@@ -104,42 +216,6 @@ TaskIconModule = __decorate([
104
216
  })
105
217
  ], TaskIconModule);
106
218
 
107
- let InputTextComponent = class InputTextComponent {
108
- constructor() {
109
- this.placeholder = '';
110
- this.textChange = new EventEmitter();
111
- }
112
- ngOnInit() { }
113
- onTextChange(event) {
114
- this.textChange.emit(event.target.value);
115
- }
116
- };
117
- __decorate([
118
- Input()
119
- ], InputTextComponent.prototype, "placeholder", void 0);
120
- __decorate([
121
- Input()
122
- ], InputTextComponent.prototype, "icon", void 0);
123
- __decorate([
124
- Output()
125
- ], InputTextComponent.prototype, "textChange", void 0);
126
- InputTextComponent = __decorate([
127
- Component({
128
- selector: 'symphony-input',
129
- 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",
130
- 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}"]
131
- })
132
- ], InputTextComponent);
133
-
134
- let InputTextModule = class InputTextModule {
135
- };
136
- InputTextModule = __decorate([
137
- NgModule({
138
- declarations: [InputTextComponent],
139
- imports: [CommonModule],
140
- })
141
- ], InputTextModule);
142
-
143
219
  let ColorSampleComponent = class ColorSampleComponent {
144
220
  constructor() { }
145
221
  ngOnInit() {
@@ -180,7 +256,7 @@ __decorate([
180
256
  H2Component = __decorate([
181
257
  Component({
182
258
  selector: 'symphony-h2',
183
- template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n</h2>\n",
259
+ template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n",
184
260
  styles: [".h2-primary,.h2-secondary{color:#000;letter-spacing:-2px;line-height:40px;margin-bottom:0;margin-top:0}.h2-secondary{color:#fff}"]
185
261
  })
186
262
  ], H2Component);
@@ -208,7 +284,7 @@ __decorate([
208
284
  H3Component = __decorate([
209
285
  Component({
210
286
  selector: 'symphony-h3',
211
- template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n</h3>\n",
287
+ template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n",
212
288
  styles: [".h3-primary,.h3-secondary{color:#000;letter-spacing:-1px;line-height:30px;margin-bottom:0;margin-top:0}.h3-secondary{color:#fff}"]
213
289
  })
214
290
  ], H3Component);
@@ -236,7 +312,7 @@ __decorate([
236
312
  H4Component = __decorate([
237
313
  Component({
238
314
  selector: 'symphony-h4',
239
- template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n</h4>\n",
315
+ template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n",
240
316
  styles: [".h4-primary,.h4-secondary{color:#000;letter-spacing:-1px;line-height:20px;margin-bottom:0;margin-top:0}.h4-secondary{color:#fff}"]
241
317
  })
242
318
  ], H4Component);
@@ -264,7 +340,7 @@ __decorate([
264
340
  H1Component = __decorate([
265
341
  Component({
266
342
  selector: 'symphony-h1',
267
- template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n</h1>\n",
343
+ template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h1>\n",
268
344
  styles: [".h1-primary,.h1-secondary{color:#000;letter-spacing:-2px;line-height:50px;margin-bottom:0;margin-top:0}.h1-secondary{color:#fff}"]
269
345
  })
270
346
  ], H1Component);
@@ -292,8 +368,8 @@ __decorate([
292
368
  ParagraphComponent = __decorate([
293
369
  Component({
294
370
  selector: 'symphony-paragraph',
295
- template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n</p>\n",
296
- 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}"]
371
+ template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n",
372
+ styles: [".body-copy-primary,.body-copy-secondary{color:#000;line-height:20px;margin-bottom:0}.body-copy-secondary{color:#fff}"]
297
373
  })
298
374
  ], ParagraphComponent);
299
375
 
@@ -320,8 +396,8 @@ __decorate([
320
396
  H5Component = __decorate([
321
397
  Component({
322
398
  selector: 'symphony-h5',
323
- template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n</h5>\n",
324
- styles: [".h5-primary,.h5-secondary{color:#000;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
399
+ template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n",
400
+ styles: [".h5-primary,.h5-secondary{color:#000;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
325
401
  })
326
402
  ], H5Component);
327
403
 
@@ -336,8 +412,13 @@ H5Module = __decorate([
336
412
  ], H5Module);
337
413
 
338
414
  let IconComponent = class IconComponent {
339
- constructor() { }
415
+ constructor() {
416
+ this.clicked = new EventEmitter();
417
+ }
340
418
  ngOnInit() { }
419
+ onClick() {
420
+ this.clicked.emit('clicked');
421
+ }
341
422
  };
342
423
  __decorate([
343
424
  Input()
@@ -345,11 +426,14 @@ __decorate([
345
426
  __decorate([
346
427
  Input()
347
428
  ], IconComponent.prototype, "isSecondary", void 0);
429
+ __decorate([
430
+ Output()
431
+ ], IconComponent.prototype, "clicked", void 0);
348
432
  IconComponent = __decorate([
349
433
  Component({
350
434
  selector: 'symphony-icon',
351
- template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
352
- styles: [".icon-secondary{color:#fff}"]
435
+ template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n></i>\n",
436
+ styles: [".icon-secondary{color:#fff}i{cursor:pointer;height:18px;width:18px}"]
353
437
  })
354
438
  ], IconComponent);
355
439
 
@@ -363,190 +447,274 @@ IconModule = __decorate([
363
447
  })
364
448
  ], IconModule);
365
449
 
366
- let AvatarComponent = class AvatarComponent {
367
- constructor(sp) {
368
- this.sp = sp;
450
+ var Icons;
451
+ (function (Icons) {
452
+ Icons["MOREOPTIONS"] = "si-more-options";
453
+ Icons["ADD"] = "si-add";
454
+ Icons["ACTIVITY"] = "si-activity";
455
+ Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
456
+ Icons["ARROWNEXT"] = "si-arrow-next";
457
+ Icons["ARROWPREV"] = "si-arrow-prev";
458
+ Icons["CLOSEMODAL"] = "si-close-modal";
459
+ Icons["COLLAPSE"] = "si-collapse";
460
+ Icons["DAYMODE"] = "si-daymode";
461
+ Icons["DELETE"] = "si-delete";
462
+ Icons["DOCUMENT"] = "si-document";
463
+ Icons["DOWNLOAD"] = "si-download";
464
+ Icons["EDIT"] = "si-edit";
465
+ Icons["EMAILDRIP"] = "si-email-drip";
466
+ Icons["EMAILOPEN"] = "si-email-open";
467
+ Icons["EMAILSEND"] = "si-email-send";
468
+ Icons["EXPAND"] = "si-expand";
469
+ Icons["FAVORITE"] = "si-favorite";
470
+ Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
471
+ Icons["FEEDBACKNO"] = "si-feedback-no";
472
+ Icons["FEEDBACKYES"] = "si-feedback-yes";
473
+ Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
474
+ Icons["INCLUDE"] = "si-include";
475
+ Icons["INFO"] = "si-info";
476
+ Icons["INTERVIEW"] = "si-interview";
477
+ Icons["LINK"] = "si-link";
478
+ Icons["LOCATION"] = "si-location";
479
+ Icons["MENUALL"] = "si-menu-all";
480
+ Icons["MENUANALYTICS"] = "si-menu-analytics";
481
+ Icons["MENUASSETS"] = "si-menu-assets";
482
+ Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
483
+ Icons["MENUCONTACT"] = "si-menu-contact";
484
+ Icons["MENUCONTENT"] = "si-menu-content";
485
+ Icons["MENUDASHBOARD"] = "si-menu-dashboard";
486
+ Icons["MENUEVENTS"] = "si-menu-events";
487
+ Icons["MENUFOLDERS"] = "si-menu-folders";
488
+ Icons["MENUJOBS"] = "si-menu-jobs";
489
+ Icons["MENURETURN"] = "si-menu-return";
490
+ Icons["MENUWORKFLOWS"] = "si-menu-workflows";
491
+ Icons["MERGE"] = "si-merge";
492
+ Icons["MOVE"] = "si-move";
493
+ Icons["NIGHTMODE"] = "si-nightmode";
494
+ Icons["NOTIFICATION"] = "si-notification";
495
+ Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
496
+ Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
497
+ Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
498
+ Icons["PHONENUMBER"] = "si-phone-number";
499
+ Icons["PREVIEW"] = "si-preview";
500
+ Icons["PROMOTE"] = "si-promote";
501
+ Icons["REFRESH"] = "si-refresh";
502
+ Icons["REMOVE"] = "si-remove";
503
+ Icons["EXCLUDE"] = "si-exclude";
504
+ Icons["RESULTSFILTERS"] = "si-results-filters";
505
+ Icons["REVIEW"] = "si-review";
506
+ Icons["SALARY"] = "si-salary";
507
+ Icons["SAVE"] = "si-save";
508
+ Icons["SEARCHADVANCED"] = "si-search-advanced";
509
+ Icons["SEARCHCLEAR"] = "si-search-clear";
510
+ Icons["SEARCHNEW"] = "si-search-new";
511
+ Icons["SETTINGSMART"] = "si-settings-smart";
512
+ Icons["SMS"] = "si-sms";
513
+ Icons["SORTMINI"] = "si-sort-mini";
514
+ Icons["STATUS"] = "si-status";
515
+ Icons["SYSTEMACTION"] = "si-system-action";
516
+ Icons["TASKCOMPLETED"] = "si-task-completed";
517
+ Icons["TASKOPEN"] = "si-task-open";
518
+ Icons["TIMEFRAME"] = "si-timeframe";
519
+ Icons["TIMELINE"] = "si-timeline";
520
+ Icons["UPLOAD"] = "si-upload";
521
+ Icons["USERMULTIPLE"] = "si-user-multiple";
522
+ Icons["USER"] = "si-user";
523
+ })(Icons || (Icons = {}));
524
+
525
+ let IconWrapperComponent = class IconWrapperComponent {
526
+ constructor() {
527
+ this.Icons = Icons;
528
+ this.clicked = new EventEmitter();
369
529
  }
370
- ngOnInit() {
371
- this.initials = '';
372
- this.firstInitial = '';
373
- this.bgColor = '';
374
- if (this.firstName) {
375
- this.initials += this.sp.transform(this.firstName, 0, 1);
376
- this.firstInitial = this.sp
377
- .transform(this.firstName, 0, 1)
378
- .toLocaleLowerCase();
379
- }
380
- if (this.lastName) {
381
- this.initials += this.sp.transform(this.lastName, 0, 1);
382
- }
383
- this.bgColor = this.getColor(this.firstInitial);
384
- }
385
- getColor(character) {
386
- switch (character) {
387
- case 'a':
388
- return '#D0021B';
389
- case 'b':
390
- return '#F5A623';
391
- case 'c':
392
- return '#E4D75C';
393
- case 'd':
394
- return '#8B572A';
395
- case 'e':
396
- return '#579F09';
397
- case 'f':
398
- return '#BD10E0';
399
- case 'g':
400
- return '#9013FE';
401
- case 'h':
402
- return '#4A90E2';
403
- case 'i':
404
- return '#39B196';
405
- case 'j':
406
- return '#4A4A4A';
407
- case 'k':
408
- return '#E84D4D';
409
- case 'l':
410
- return '#E84DC0';
411
- case 'm':
412
- return '#CE950B';
413
- case 'n':
414
- return '#1CCE0B';
415
- case 'o':
416
- return '#1DB1A6';
417
- case 'p':
418
- return '#3724A9';
419
- case 'q':
420
- return '#A9249E';
421
- case 'r':
422
- return '#A9246B';
423
- case 's':
424
- return '#24A97A';
425
- case 't':
426
- return '#1C93B3';
427
- case 'u':
428
- return '#D52424';
429
- case 'v':
430
- return '#A45519';
431
- case 'w':
432
- return '#19A420';
433
- case 'x':
434
- return '#A41963';
435
- case 'y':
436
- return '#CFD00A';
437
- case 'z':
438
- return '#AA0AD0';
439
- default:
440
- return '#000000';
441
- }
530
+ ngOnInit() { }
531
+ onClick() {
532
+ this.clicked.emit('clicked');
442
533
  }
443
534
  };
444
535
  __decorate([
445
536
  Input()
446
- ], AvatarComponent.prototype, "firstName", void 0);
537
+ ], IconWrapperComponent.prototype, "isInverse", void 0);
538
+ __decorate([
539
+ Output()
540
+ ], IconWrapperComponent.prototype, "clicked", void 0);
541
+ IconWrapperComponent = __decorate([
542
+ Component({
543
+ selector: 'symphony-icon-wrapper',
544
+ template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
545
+ 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}"]
546
+ })
547
+ ], IconWrapperComponent);
548
+
549
+ let IconWrapperModule = class IconWrapperModule {
550
+ };
551
+ IconWrapperModule = __decorate([
552
+ NgModule({
553
+ declarations: [IconWrapperComponent],
554
+ imports: [CommonModule],
555
+ exports: [IconWrapperComponent],
556
+ })
557
+ ], IconWrapperModule);
558
+
559
+ let InputCheckboxComponent = class InputCheckboxComponent {
560
+ constructor() {
561
+ this.clicked = new EventEmitter();
562
+ }
563
+ ngOnInit() { }
564
+ onClick() {
565
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
566
+ this.clicked.emit({
567
+ label: this.label,
568
+ isActive: this.isActive,
569
+ });
570
+ }
571
+ };
447
572
  __decorate([
448
573
  Input()
449
- ], AvatarComponent.prototype, "lastName", void 0);
574
+ ], InputCheckboxComponent.prototype, "isActive", void 0);
450
575
  __decorate([
451
576
  Input()
452
- ], AvatarComponent.prototype, "sizePx", void 0);
577
+ ], InputCheckboxComponent.prototype, "label", void 0);
453
578
  __decorate([
454
579
  Input()
455
- ], AvatarComponent.prototype, "fontSizePx", void 0);
456
- AvatarComponent = __decorate([
580
+ ], InputCheckboxComponent.prototype, "isRequired", void 0);
581
+ __decorate([
582
+ Output()
583
+ ], InputCheckboxComponent.prototype, "clicked", void 0);
584
+ InputCheckboxComponent = __decorate([
457
585
  Component({
458
- selector: 'lib-avatar',
459
- 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",
460
- styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
586
+ selector: 'symphony-input-checkbox',
587
+ 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",
588
+ 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}"]
461
589
  })
462
- ], AvatarComponent);
590
+ ], InputCheckboxComponent);
463
591
 
464
- let AvatarModule = class AvatarModule {
592
+ let InputCheckboxModule = class InputCheckboxModule {
465
593
  };
466
- AvatarModule = __decorate([
594
+ InputCheckboxModule = __decorate([
467
595
  NgModule({
468
- declarations: [AvatarComponent],
596
+ declarations: [InputCheckboxComponent],
469
597
  imports: [CommonModule],
470
- providers: [SlicePipe],
471
- exports: [AvatarComponent],
598
+ exports: [InputCheckboxComponent],
472
599
  })
473
- ], AvatarModule);
600
+ ], InputCheckboxModule);
474
601
 
475
- let DescriptionComponent = class DescriptionComponent {
476
- constructor() { }
602
+ let InputRadioComponent = class InputRadioComponent {
603
+ constructor() {
604
+ this.clicked = new EventEmitter();
605
+ }
477
606
  ngOnInit() { }
607
+ onClick() {
608
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
609
+ this.clicked.emit({
610
+ label: this.label,
611
+ isActive: this.isActive,
612
+ });
613
+ }
478
614
  };
479
615
  __decorate([
480
616
  Input()
481
- ], DescriptionComponent.prototype, "description", void 0);
482
- DescriptionComponent = __decorate([
617
+ ], InputRadioComponent.prototype, "isActive", void 0);
618
+ __decorate([
619
+ Input()
620
+ ], InputRadioComponent.prototype, "label", void 0);
621
+ __decorate([
622
+ Input()
623
+ ], InputRadioComponent.prototype, "isRequired", void 0);
624
+ __decorate([
625
+ Output()
626
+ ], InputRadioComponent.prototype, "clicked", void 0);
627
+ InputRadioComponent = __decorate([
483
628
  Component({
484
- selector: 'symphony-description',
485
- template: "<p>{{description}}</p>\n",
486
- styles: ["p{font-size:14px;line-height:29px;margin-bottom:0}"]
629
+ selector: 'symphony-input-radio',
630
+ 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",
631
+ 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}"]
487
632
  })
488
- ], DescriptionComponent);
633
+ ], InputRadioComponent);
489
634
 
490
- let DescriptionModule = class DescriptionModule {
635
+ let SfxInlineErrorComponent = class SfxInlineErrorComponent {
636
+ constructor() { }
491
637
  };
492
- DescriptionModule = __decorate([
493
- NgModule({
494
- declarations: [DescriptionComponent],
495
- imports: [CommonModule],
496
- exports: [DescriptionComponent]
638
+ __decorate([
639
+ Input()
640
+ ], SfxInlineErrorComponent.prototype, "errorMessage", void 0);
641
+ SfxInlineErrorComponent = __decorate([
642
+ Component({
643
+ selector: 'lib-sfx-inline-error',
644
+ template: "<p>{{ errorMessage }}</p>\n",
645
+ styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
497
646
  })
498
- ], DescriptionModule);
647
+ ], SfxInlineErrorComponent);
499
648
 
500
- let DropdownComponent = class DropdownComponent {
501
- constructor() { }
502
- ngOnInit() {
503
- }
649
+ let SfxInlineErrorModule = class SfxInlineErrorModule {
504
650
  };
505
- DropdownComponent = __decorate([
506
- Component({
507
- selector: 'symphony-dropdown',
508
- 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>",
509
- styles: [""]
651
+ SfxInlineErrorModule = __decorate([
652
+ NgModule({
653
+ declarations: [SfxInlineErrorComponent],
654
+ imports: [CommonModule],
655
+ exports: [SfxInlineErrorComponent],
510
656
  })
511
- ], DropdownComponent);
657
+ ], SfxInlineErrorModule);
512
658
 
513
- let DropdownModule = class DropdownModule {
659
+ let InputRadioModule = class InputRadioModule {
514
660
  };
515
- DropdownModule = __decorate([
661
+ InputRadioModule = __decorate([
516
662
  NgModule({
517
- declarations: [DropdownComponent],
518
- imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
519
- providers: [],
520
- exports: [DropdownComponent],
663
+ declarations: [InputRadioComponent],
664
+ imports: [
665
+ CommonModule,
666
+ FormsModule,
667
+ ReactiveFormsModule,
668
+ SfxInlineErrorModule,
669
+ ],
670
+ exports: [InputRadioComponent],
521
671
  })
522
- ], DropdownModule);
672
+ ], InputRadioModule);
523
673
 
524
- let ListTitleComponent = class ListTitleComponent {
525
- constructor() { }
674
+ let InputTextComponent = class InputTextComponent {
675
+ constructor() {
676
+ this.placeholder = '';
677
+ this.textChange = new EventEmitter();
678
+ }
526
679
  ngOnInit() { }
680
+ onTextChange(event) {
681
+ this.textChange.emit(event.target.value);
682
+ }
527
683
  };
528
684
  __decorate([
529
685
  Input()
530
- ], ListTitleComponent.prototype, "listTitle", void 0);
531
- ListTitleComponent = __decorate([
686
+ ], InputTextComponent.prototype, "placeholder", void 0);
687
+ __decorate([
688
+ Input()
689
+ ], InputTextComponent.prototype, "icon", void 0);
690
+ __decorate([
691
+ Input()
692
+ ], InputTextComponent.prototype, "label", void 0);
693
+ __decorate([
694
+ Input()
695
+ ], InputTextComponent.prototype, "isInverse", void 0);
696
+ __decorate([
697
+ Output()
698
+ ], InputTextComponent.prototype, "textChange", void 0);
699
+ InputTextComponent = __decorate([
532
700
  Component({
533
- selector: 'symphony-list-title',
534
- template: "<h3>{{listTitle}}</h3>\n",
535
- styles: ["h3{font-weight:700;letter-spacing:-1px;line-height:29px;margin-bottom:0;margin-top:0}"]
701
+ selector: 'symphony-input-text',
702
+ 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",
703
+ 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}"]
536
704
  })
537
- ], ListTitleComponent);
705
+ ], InputTextComponent);
538
706
 
539
- let ListTitleModule = class ListTitleModule {
707
+ let InputTextModule = class InputTextModule {
540
708
  };
541
- ListTitleModule = __decorate([
709
+ InputTextModule = __decorate([
542
710
  NgModule({
543
- declarations: [ListTitleComponent],
544
- imports: [CommonModule],
545
- exports: [ListTitleComponent]
711
+ declarations: [InputTextComponent],
712
+ imports: [CommonModule, IconModule],
713
+ exports: [InputTextComponent],
546
714
  })
547
- ], ListTitleModule);
715
+ ], InputTextModule);
548
716
 
549
- let MoreDropdownComponent = class MoreDropdownComponent {
717
+ let ContextualMenuComponent = class ContextualMenuComponent {
550
718
  constructor() { }
551
719
  ngOnInit() {
552
720
  this.sfxMoreActions = this.moreActions;
@@ -554,24 +722,24 @@ let MoreDropdownComponent = class MoreDropdownComponent {
554
722
  };
555
723
  __decorate([
556
724
  Input()
557
- ], MoreDropdownComponent.prototype, "moreActions", void 0);
558
- MoreDropdownComponent = __decorate([
725
+ ], ContextualMenuComponent.prototype, "moreActions", void 0);
726
+ ContextualMenuComponent = __decorate([
559
727
  Component({
560
- selector: 'symphony-more-dropdown',
561
- 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>",
562
- 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}"]
728
+ selector: 'symphony-contextual-menu',
729
+ template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n <i class=\"si-more-options\"></i>\n </button>\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"button-basic\"\n >\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{ moreActions.dropItemName }}</a>\n </li>\n </ul>\n</div>\n",
730
+ styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:18px;height:40px;justify-content:center;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;min-width:240px;overflow:inherit;padding-bottom:20px;padding-top:20px;right:-10px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;line-height:40px;padding:0 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:23px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
563
731
  })
564
- ], MoreDropdownComponent);
732
+ ], ContextualMenuComponent);
565
733
 
566
- let MoreDropdownModule = class MoreDropdownModule {
734
+ let ContextualMenuModule = class ContextualMenuModule {
567
735
  };
568
- MoreDropdownModule = __decorate([
736
+ ContextualMenuModule = __decorate([
569
737
  NgModule({
570
- declarations: [MoreDropdownComponent],
738
+ declarations: [ContextualMenuComponent],
571
739
  imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
572
- exports: [MoreDropdownComponent]
740
+ exports: [ContextualMenuComponent],
573
741
  })
574
- ], MoreDropdownModule);
742
+ ], ContextualMenuModule);
575
743
 
576
744
  let PillModule = class PillModule {
577
745
  };
@@ -585,69 +753,225 @@ PillModule = __decorate([
585
753
  })
586
754
  ], PillModule);
587
755
 
588
- let TimeStampComponent = class TimeStampComponent {
756
+ let FilterAreaComponent = class FilterAreaComponent {
757
+ constructor() { }
758
+ ngOnInit() {
759
+ }
760
+ };
761
+ FilterAreaComponent = __decorate([
762
+ Component({
763
+ selector: 'symphony-filter-area',
764
+ template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <ng-content select=\"[title]\"></ng-content>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[actions]\"></ng-content>\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-1]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-2]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-3]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-4]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-5]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-6]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-25\">\n <ng-content select=\"[filter-7]\"></ng-content>\n </div>\n </div>\n</div>",
765
+ styles: [".sfx-filter-section{background:#000;color:#fff;padding:1.875rem 2.5rem}"]
766
+ })
767
+ ], FilterAreaComponent);
768
+
769
+ let FilterAreaModule = class FilterAreaModule {
770
+ };
771
+ FilterAreaModule = __decorate([
772
+ NgModule({
773
+ declarations: [FilterAreaComponent],
774
+ imports: [CommonModule],
775
+ exports: [FilterAreaComponent]
776
+ })
777
+ ], FilterAreaModule);
778
+
779
+ let TwoColumnFilterAreaComponent = class TwoColumnFilterAreaComponent {
589
780
  constructor() { }
590
781
  ngOnInit() { }
591
782
  };
592
783
  __decorate([
593
784
  Input()
594
- ], TimeStampComponent.prototype, "timeStamp", void 0);
595
- TimeStampComponent = __decorate([
785
+ ], TwoColumnFilterAreaComponent.prototype, "height", void 0);
786
+ TwoColumnFilterAreaComponent = __decorate([
596
787
  Component({
597
- selector: 'symphony-time-stamp',
598
- template: "<p>{{timeStamp}}</p>\n",
599
- styles: ["p{font-size:14px;letter-spacing:-1px;line-height:29px;margin-bottom:0}"]
788
+ selector: 'symphony-two-column-filter-area',
789
+ 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",
790
+ styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
600
791
  })
601
- ], TimeStampComponent);
792
+ ], TwoColumnFilterAreaComponent);
602
793
 
603
- let TimeStampModule = class TimeStampModule {
794
+ let TwoColumnFilterAreaModule = class TwoColumnFilterAreaModule {
604
795
  };
605
- TimeStampModule = __decorate([
796
+ TwoColumnFilterAreaModule = __decorate([
606
797
  NgModule({
607
- declarations: [TimeStampComponent],
798
+ declarations: [TwoColumnFilterAreaComponent],
608
799
  imports: [CommonModule],
609
- exports: [TimeStampComponent]
800
+ exports: [TwoColumnFilterAreaComponent],
610
801
  })
611
- ], TimeStampModule);
802
+ ], TwoColumnFilterAreaModule);
803
+
804
+ var ActivityScoreLevel;
805
+ (function (ActivityScoreLevel) {
806
+ ActivityScoreLevel["Low"] = "low";
807
+ ActivityScoreLevel["Medium"] = "medium";
808
+ ActivityScoreLevel["High"] = "high";
809
+ ActivityScoreLevel["Empty"] = "empty";
810
+ })(ActivityScoreLevel || (ActivityScoreLevel = {}));
612
811
 
613
- let ButtonRoundComponent = class ButtonRoundComponent {
812
+ let ContactActivityScoreComponent = class ContactActivityScoreComponent {
614
813
  constructor() {
615
- this.clicked = new EventEmitter();
814
+ this.contactActivityScoreModel = { activityScore: ActivityScoreLevel.Low };
815
+ this.contact = { candidateScoreActivityScore: 0 };
816
+ }
817
+ refresh(params) {
818
+ return true;
819
+ }
820
+ agInit(params) {
821
+ this.contact = params.data;
822
+ if (!this.contact.header5) {
823
+ this.dataAvailable = 'N/A';
824
+ }
825
+ else {
826
+ this.dataAvailable = this.contact.header5;
827
+ }
828
+ switch (true) {
829
+ case this.contact.header5 >= 0 && this.contact.header5 < 34: {
830
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Low;
831
+ break;
832
+ }
833
+ case this.contact.header5 >= 34 && this.contact.header5 <= 66: {
834
+ this.contactActivityScoreModel.activityScore =
835
+ ActivityScoreLevel.Medium;
836
+ break;
837
+ }
838
+ case this.contact.header5 > 66: {
839
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.High;
840
+ break;
841
+ }
842
+ default: {
843
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Empty;
844
+ break;
845
+ }
846
+ }
847
+ }
848
+ };
849
+ ContactActivityScoreComponent = __decorate([
850
+ Component({
851
+ selector: 'lib-contact-activity-score',
852
+ template: "<span\n class=\"activity-score-bg activity-score-{{\n contactActivityScoreModel.activityScore\n }}\"\n>\n <div class=\"activity-score-content\">{{ dataAvailable }}</div>\n</span>\n",
853
+ styles: [".activity-score-bg{background-color:#bbb;border-radius:50%;color:#fff;display:inline-block;height:38px;text-align:center;width:38px}.activity-score-bg.activity-score-high{background-color:#00bb5b}.activity-score-bg.activity-score-medium{background-color:#f57300}.activity-score-bg.activity-score-low{background-color:#d60000}.activity-score-bg.activity-score-empty{background-color:#fff;color:#000!important}"]
854
+ })
855
+ ], ContactActivityScoreComponent);
856
+
857
+ var RelevanceScoreLevel;
858
+ (function (RelevanceScoreLevel) {
859
+ RelevanceScoreLevel["Value"] = "value";
860
+ RelevanceScoreLevel["Empty"] = "empty";
861
+ })(RelevanceScoreLevel || (RelevanceScoreLevel = {}));
862
+
863
+ let RelevanceScoreComponent = class RelevanceScoreComponent {
864
+ constructor() {
865
+ this.relevanceScoreModel = { relevanceScore: RelevanceScoreLevel.Empty };
866
+ this.contact = { relevanceScore: 0 };
867
+ }
868
+ refresh(params) {
869
+ return true;
870
+ }
871
+ agInit(params) {
872
+ this.contact = params.data;
873
+ if (this.contact) {
874
+ if (this.contact.header4 || this.contact.header4 === 0) {
875
+ this.relevanceData = this.contact.header4;
876
+ this.relevanceScoreModel.relevanceScore = RelevanceScoreLevel.Value;
877
+ }
878
+ else {
879
+ this.relevanceData = 'N/A';
880
+ }
881
+ }
882
+ }
883
+ };
884
+ RelevanceScoreComponent = __decorate([
885
+ Component({
886
+ selector: 'lib-relevance-score',
887
+ template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>",
888
+ styles: [".relevance-score-bg{background-color:#fff;border-radius:50%;color:#000;display:inline-block;height:38px;text-align:center;width:38px}.relevance-score-value{border:1px solid #000;font-weight:700}"]
889
+ })
890
+ ], RelevanceScoreComponent);
891
+
892
+ let GridComponent = class GridComponent {
893
+ constructor() {
894
+ this.rowHeightPage = 80;
895
+ this.gridHeight = 100;
896
+ this.frameworkComponents = this.getFrameworkComponents();
897
+ this.columnDefs = [
898
+ { headerName: 'Name', field: 'header1' },
899
+ { headerName: 'Location', field: 'header2' },
900
+ { headerName: 'Title', field: 'header3' },
901
+ {
902
+ headerName: 'Engagement Score',
903
+ field: 'header4',
904
+ cellRenderer: 'fitScore',
905
+ },
906
+ {
907
+ headerName: 'Activity Score',
908
+ field: 'header5',
909
+ cellRenderer: 'contactActivityScore',
910
+ },
911
+ ];
912
+ this.getRowHeight = () => {
913
+ return this.rowHeightPage;
914
+ };
616
915
  }
617
916
  ngOnInit() { }
618
- onClick() {
619
- this.clicked.emit('Clicked');
917
+ onGridReady(gridReadyEvent) {
918
+ gridReadyEvent.api.sizeColumnsToFit();
919
+ }
920
+ getFrameworkComponents() {
921
+ return {
922
+ contactActivityScore: ContactActivityScoreComponent,
923
+ fitScore: RelevanceScoreComponent,
924
+ };
620
925
  }
621
926
  };
622
927
  __decorate([
623
928
  Input()
624
- ], ButtonRoundComponent.prototype, "icon", void 0);
625
- __decorate([
626
- Input()
627
- ], ButtonRoundComponent.prototype, "disabled", void 0);
628
- __decorate([
629
- Input()
630
- ], ButtonRoundComponent.prototype, "isSecondary", void 0);
631
- __decorate([
632
- Output()
633
- ], ButtonRoundComponent.prototype, "clicked", void 0);
634
- ButtonRoundComponent = __decorate([
929
+ ], GridComponent.prototype, "gridList", void 0);
930
+ GridComponent = __decorate([
635
931
  Component({
636
- selector: 'symphony-button-round',
637
- 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",
638
- 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}"]
932
+ selector: 'symphony-grid',
933
+ template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"gridList\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReady($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n",
934
+ styles: [""]
935
+ })
936
+ ], GridComponent);
937
+
938
+ let ContactActivityScoreModule = class ContactActivityScoreModule {
939
+ };
940
+ ContactActivityScoreModule = __decorate([
941
+ NgModule({
942
+ declarations: [ContactActivityScoreComponent],
943
+ imports: [CommonModule],
639
944
  })
640
- ], ButtonRoundComponent);
945
+ ], ContactActivityScoreModule);
641
946
 
642
- let ButtonRoundModule = class ButtonRoundModule {
947
+ let RelevanceScoreModule = class RelevanceScoreModule {
643
948
  };
644
- ButtonRoundModule = __decorate([
949
+ RelevanceScoreModule = __decorate([
645
950
  NgModule({
646
- declarations: [ButtonRoundComponent],
951
+ declarations: [RelevanceScoreComponent],
647
952
  imports: [CommonModule],
648
- exports: [ButtonRoundComponent],
649
953
  })
650
- ], ButtonRoundModule);
954
+ ], RelevanceScoreModule);
955
+
956
+ let FrameworkModule = class FrameworkModule {
957
+ };
958
+ FrameworkModule = __decorate([
959
+ NgModule({
960
+ declarations: [],
961
+ imports: [],
962
+ exports: [ContactActivityScoreModule, RelevanceScoreModule]
963
+ })
964
+ ], FrameworkModule);
965
+
966
+ let GridModule = class GridModule {
967
+ };
968
+ GridModule = __decorate([
969
+ NgModule({
970
+ declarations: [GridComponent],
971
+ imports: [CommonModule, AgGridModule.withComponents([]), FrameworkModule],
972
+ exports: [GridComponent]
973
+ })
974
+ ], GridModule);
651
975
 
652
976
  let AtomsModule = class AtomsModule {
653
977
  };
@@ -657,26 +981,177 @@ AtomsModule = __decorate([
657
981
  imports: [],
658
982
  exports: [
659
983
  ButtonModule,
660
- DropdownModule,
661
- MoreDropdownModule,
662
- DescriptionModule,
663
- ListTitleModule,
664
- TimeStampModule,
984
+ ContextualMenuModule,
985
+ AvatarModule,
986
+ PillModule,
987
+ TaskIconModule,
988
+ ColorSampleModule,
989
+ H1Module,
990
+ H2Module,
991
+ H3Module,
992
+ H4Module,
993
+ H5Module,
994
+ ParagraphModule,
995
+ IconModule,
996
+ IconWrapperModule,
997
+ FilterAreaModule,
998
+ TwoColumnFilterAreaModule,
999
+ InputRadioModule,
1000
+ InputCheckboxModule,
1001
+ InputTextModule,
1002
+ GridModule,
1003
+ ContactActivityScoreModule,
1004
+ RelevanceScoreModule
1005
+ ],
1006
+ })
1007
+ ], AtomsModule);
1008
+
1009
+ let BreadcrumbComponent = class BreadcrumbComponent {
1010
+ constructor() { }
1011
+ ngOnInit() {
1012
+ this.icon = Icons.ARROWNEXT;
1013
+ }
1014
+ };
1015
+ __decorate([
1016
+ Input()
1017
+ ], BreadcrumbComponent.prototype, "breadcrumbs", void 0);
1018
+ BreadcrumbComponent = __decorate([
1019
+ Component({
1020
+ selector: 'symphony-breadcrumb',
1021
+ 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",
1022
+ styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
1023
+ })
1024
+ ], BreadcrumbComponent);
1025
+
1026
+ let BreadcrumbModule = class BreadcrumbModule {
1027
+ };
1028
+ BreadcrumbModule = __decorate([
1029
+ NgModule({
1030
+ declarations: [BreadcrumbComponent],
1031
+ imports: [CommonModule, H3Module, IconModule],
1032
+ exports: [BreadcrumbComponent],
1033
+ })
1034
+ ], BreadcrumbModule);
1035
+
1036
+ let ColorSwatchComponent = class ColorSwatchComponent {
1037
+ constructor() {
1038
+ this.colorSwatchModel = {
1039
+ colorCode: '',
1040
+ sassCode: '',
1041
+ };
1042
+ }
1043
+ ngOnInit() {
1044
+ this.getDescription();
1045
+ }
1046
+ getDescription() {
1047
+ this.description = `${this.colorSwatchModel.colorCode} - ${this.colorSwatchModel.sassCode}`;
1048
+ return this.description;
1049
+ }
1050
+ };
1051
+ __decorate([
1052
+ Input()
1053
+ ], ColorSwatchComponent.prototype, "colorSwatchModel", void 0);
1054
+ ColorSwatchComponent = __decorate([
1055
+ Component({
1056
+ selector: 'symphony-ui-color-explorer',
1057
+ 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",
1058
+ styles: [""]
1059
+ })
1060
+ ], ColorSwatchComponent);
1061
+
1062
+ let ColorSwatchModule = class ColorSwatchModule {
1063
+ };
1064
+ ColorSwatchModule = __decorate([
1065
+ NgModule({
1066
+ declarations: [ColorSwatchComponent],
1067
+ imports: [
1068
+ CommonModule,
1069
+ ColorSampleModule,
1070
+ H3Module,
1071
+ ParagraphModule
1072
+ ],
1073
+ exports: [ColorSwatchComponent],
1074
+ })
1075
+ ], ColorSwatchModule);
1076
+
1077
+ let IconSwatchComponent = class IconSwatchComponent {
1078
+ constructor() {
1079
+ this.iconSwatchModel = {
1080
+ iconName: '',
1081
+ iconClass: '',
1082
+ };
1083
+ }
1084
+ ngOnInit() { }
1085
+ };
1086
+ __decorate([
1087
+ Input()
1088
+ ], IconSwatchComponent.prototype, "iconSwatchModel", void 0);
1089
+ __decorate([
1090
+ Input()
1091
+ ], IconSwatchComponent.prototype, "isInverse", void 0);
1092
+ IconSwatchComponent = __decorate([
1093
+ Component({
1094
+ selector: 'symphony-icon-swatch',
1095
+ 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",
1096
+ 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}"]
1097
+ })
1098
+ ], IconSwatchComponent);
1099
+
1100
+ let IconSwatchModule = class IconSwatchModule {
1101
+ };
1102
+ IconSwatchModule = __decorate([
1103
+ NgModule({
1104
+ declarations: [IconSwatchComponent],
1105
+ imports: [
1106
+ CommonModule,
1107
+ IconModule,
1108
+ H5Module,
1109
+ ParagraphModule,
1110
+ IconWrapperModule,
1111
+ ],
1112
+ exports: [IconSwatchComponent],
1113
+ })
1114
+ ], IconSwatchModule);
1115
+
1116
+ let NoteComponent = class NoteComponent {
1117
+ constructor() {
1118
+ this.noteModel = {
1119
+ firstName: '',
1120
+ lastName: '',
1121
+ listTitle: '',
1122
+ timeStamp: '',
1123
+ description: '',
1124
+ moreActions: [],
1125
+ };
1126
+ }
1127
+ ngOnInit() { }
1128
+ };
1129
+ __decorate([
1130
+ Input()
1131
+ ], NoteComponent.prototype, "noteModel", void 0);
1132
+ NoteComponent = __decorate([
1133
+ Component({
1134
+ selector: 'symphony-note',
1135
+ 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",
1136
+ 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}"]
1137
+ })
1138
+ ], NoteComponent);
1139
+
1140
+ let NoteModule = class NoteModule {
1141
+ };
1142
+ NoteModule = __decorate([
1143
+ NgModule({
1144
+ declarations: [NoteComponent],
1145
+ imports: [
1146
+ CommonModule,
665
1147
  AvatarModule,
666
- PillModule,
667
- TaskIconModule,
668
- ColorSampleModule,
669
- H1Module,
670
- H2Module,
1148
+ ContextualMenuModule,
671
1149
  H3Module,
672
- H4Module,
673
- ParagraphModule,
674
- H5Module,
675
- ButtonRoundModule,
676
- IconModule,
1150
+ ParagraphModule
677
1151
  ],
1152
+ exports: [NoteComponent]
678
1153
  })
679
- ], AtomsModule);
1154
+ ], NoteModule);
680
1155
 
681
1156
  let PillsComponent = class PillsComponent {
682
1157
  constructor() {
@@ -740,8 +1215,8 @@ __decorate([
740
1215
  TaskComponent = __decorate([
741
1216
  Component({
742
1217
  selector: 'symphony-task',
743
- 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",
744
- 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}"]
1218
+ 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",
1219
+ 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}"]
745
1220
  })
746
1221
  ], TaskComponent);
747
1222
 
@@ -753,177 +1228,201 @@ TaskModule = __decorate([
753
1228
  imports: [
754
1229
  CommonModule,
755
1230
  TaskIconModule,
756
- ListTitleModule,
757
- TimeStampModule,
758
- DescriptionModule,
759
- MoreDropdownModule,
1231
+ ContextualMenuModule,
1232
+ H3Module,
1233
+ ParagraphModule
760
1234
  ],
761
1235
  exports: [TaskComponent],
762
1236
  })
763
1237
  ], TaskModule);
764
1238
 
765
- let ColorSwatchComponent = class ColorSwatchComponent {
766
- constructor() {
767
- this.colorSwatchModel = {
768
- colorCode: '',
769
- sassCode: '',
770
- };
771
- }
1239
+ let MoleculesModule = class MoleculesModule {
1240
+ };
1241
+ MoleculesModule = __decorate([
1242
+ NgModule({
1243
+ declarations: [],
1244
+ imports: [
1245
+ CommonModule,
1246
+ AvatarModule,
1247
+ ContextualMenuModule,
1248
+ PillsModule,
1249
+ TaskModule,
1250
+ ColorSwatchModule,
1251
+ IconSwatchModule,
1252
+ BreadcrumbModule,
1253
+ ],
1254
+ exports: [
1255
+ NoteModule,
1256
+ PillsModule,
1257
+ TaskModule,
1258
+ ColorSwatchModule,
1259
+ IconSwatchModule,
1260
+ BreadcrumbModule,
1261
+ ],
1262
+ })
1263
+ ], MoleculesModule);
1264
+
1265
+ let TaskListComponent = class TaskListComponent {
1266
+ constructor() { }
1267
+ ngOnInit() { }
1268
+ };
1269
+ __decorate([
1270
+ Input()
1271
+ ], TaskListComponent.prototype, "taskList", void 0);
1272
+ TaskListComponent = __decorate([
1273
+ Component({
1274
+ selector: 'symphony-task-list',
1275
+ template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n",
1276
+ styles: [".task-list{border-top:1px solid #d9d9d9}"]
1277
+ })
1278
+ ], TaskListComponent);
1279
+
1280
+ let TaskListModule = class TaskListModule {
1281
+ };
1282
+ TaskListModule = __decorate([
1283
+ NgModule({
1284
+ declarations: [TaskListComponent],
1285
+ imports: [CommonModule, TaskModule],
1286
+ exports: [TaskListComponent],
1287
+ })
1288
+ ], TaskListModule);
1289
+
1290
+ let NoteListComponent = class NoteListComponent {
1291
+ constructor() { }
772
1292
  ngOnInit() {
773
- this.getDescription();
774
- }
775
- getDescription() {
776
- this.description = `${this.colorSwatchModel.colorCode} - ${this.colorSwatchModel.sassCode}`;
777
- return this.description;
778
1293
  }
779
1294
  };
780
1295
  __decorate([
781
1296
  Input()
782
- ], ColorSwatchComponent.prototype, "colorSwatchModel", void 0);
783
- ColorSwatchComponent = __decorate([
1297
+ ], NoteListComponent.prototype, "noteList", void 0);
1298
+ NoteListComponent = __decorate([
784
1299
  Component({
785
- selector: 'symphony-ui-color-explorer',
786
- 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",
787
- styles: [""]
1300
+ selector: 'symphony-note-list',
1301
+ template: "<ul class=\"list-unstyled\">\n <li *ngFor=\"let note of noteList\">\n <symphony-note [noteModel]='note'></symphony-note>\n </li>\n</ul>\n",
1302
+ styles: ["li{border-bottom:1px solid #d9d9d9}li:last-child{border-bottom-color:transparent}"]
788
1303
  })
789
- ], ColorSwatchComponent);
1304
+ ], NoteListComponent);
790
1305
 
791
- let ColorSwatchModule = class ColorSwatchModule {
1306
+ let NoteListModule = class NoteListModule {
792
1307
  };
793
- ColorSwatchModule = __decorate([
1308
+ NoteListModule = __decorate([
794
1309
  NgModule({
795
- declarations: [ColorSwatchComponent],
796
- imports: [
797
- CommonModule,
798
- ColorSampleModule,
799
- ListTitleModule,
800
- DescriptionModule,
801
- ],
802
- exports: [ColorSwatchComponent],
1310
+ declarations: [NoteListComponent],
1311
+ imports: [CommonModule, NoteModule],
1312
+ exports: [NoteListComponent]
803
1313
  })
804
- ], ColorSwatchModule);
1314
+ ], NoteListModule);
805
1315
 
806
- let IconSwatchComponent = class IconSwatchComponent {
1316
+ let EventsSettingsPageComponent = class EventsSettingsPageComponent {
807
1317
  constructor() {
808
- this.iconSwatchModel = {
809
- iconName: '',
810
- iconClass: '',
1318
+ this.eventsSettingsBreadcrumbs = [
1319
+ {
1320
+ label: 'Main Menu',
1321
+ link: '/tools',
1322
+ },
1323
+ {
1324
+ label: 'Sub Menu One',
1325
+ },
1326
+ ];
1327
+ this.eventSettingsPageModel = {
1328
+ moreActions: [],
811
1329
  };
812
1330
  }
813
1331
  ngOnInit() { }
814
1332
  };
815
1333
  __decorate([
816
1334
  Input()
817
- ], IconSwatchComponent.prototype, "iconSwatchModel", void 0);
818
- IconSwatchComponent = __decorate([
1335
+ ], EventsSettingsPageComponent.prototype, "eventSettingsPageModel", void 0);
1336
+ EventsSettingsPageComponent = __decorate([
819
1337
  Component({
820
- selector: 'symphony-icon-swatch',
821
- 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",
822
- 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}"]
1338
+ selector: 'symphony-events-settings-page',
1339
+ 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",
1340
+ styles: [""]
823
1341
  })
824
- ], IconSwatchComponent);
1342
+ ], EventsSettingsPageComponent);
825
1343
 
826
- let IconSwatchModule = class IconSwatchModule {
1344
+ let AdminListTemplateComponent = class AdminListTemplateComponent {
1345
+ constructor() { }
1346
+ ngOnInit() { }
827
1347
  };
828
- IconSwatchModule = __decorate([
1348
+ AdminListTemplateComponent = __decorate([
1349
+ Component({
1350
+ selector: 'symphony-admin-list-template',
1351
+ 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",
1352
+ 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%}"]
1353
+ })
1354
+ ], AdminListTemplateComponent);
1355
+
1356
+ let AdminListModule = class AdminListModule {
1357
+ };
1358
+ AdminListModule = __decorate([
829
1359
  NgModule({
830
- declarations: [IconSwatchComponent],
831
- imports: [CommonModule, IconModule, H5Module, ParagraphModule],
832
- exports: [IconSwatchComponent],
1360
+ declarations: [AdminListTemplateComponent],
1361
+ imports: [CommonModule],
1362
+ exports: [AdminListTemplateComponent],
833
1363
  })
834
- ], IconSwatchModule);
1364
+ ], AdminListModule);
835
1365
 
836
- let NoteComponent = class NoteComponent {
1366
+ let PlaceholderComponent = class PlaceholderComponent {
837
1367
  constructor() { }
838
1368
  ngOnInit() { }
839
1369
  };
840
1370
  __decorate([
841
1371
  Input()
842
- ], NoteComponent.prototype, "firstName", void 0);
1372
+ ], PlaceholderComponent.prototype, "type", void 0);
843
1373
  __decorate([
844
1374
  Input()
845
- ], NoteComponent.prototype, "lastName", void 0);
1375
+ ], PlaceholderComponent.prototype, "label", void 0);
846
1376
  __decorate([
847
1377
  Input()
848
- ], NoteComponent.prototype, "listTitle", void 0);
1378
+ ], PlaceholderComponent.prototype, "tooltip", void 0);
849
1379
  __decorate([
850
1380
  Input()
851
- ], NoteComponent.prototype, "timeStamp", void 0);
1381
+ ], PlaceholderComponent.prototype, "tooltipPlacement", void 0);
852
1382
  __decorate([
853
1383
  Input()
854
- ], NoteComponent.prototype, "description", void 0);
1384
+ ], PlaceholderComponent.prototype, "height", void 0);
855
1385
  __decorate([
856
1386
  Input()
857
- ], NoteComponent.prototype, "moreActions", void 0);
858
- NoteComponent = __decorate([
1387
+ ], PlaceholderComponent.prototype, "width", void 0);
1388
+ PlaceholderComponent = __decorate([
859
1389
  Component({
860
- selector: 'symphony-note',
861
- 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",
862
- 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}"]
1390
+ selector: 'symphony-placeholder',
1391
+ 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",
1392
+ 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%}"]
863
1393
  })
864
- ], NoteComponent);
1394
+ ], PlaceholderComponent);
865
1395
 
866
- let NoteModule = class NoteModule {
1396
+ let PlaceholderModule = class PlaceholderModule {
867
1397
  };
868
- NoteModule = __decorate([
1398
+ PlaceholderModule = __decorate([
869
1399
  NgModule({
870
- declarations: [NoteComponent],
871
- imports: [CommonModule, AvatarModule, ListTitleModule, TimeStampModule, DescriptionModule, MoreDropdownModule],
872
- exports: [NoteComponent]
1400
+ declarations: [PlaceholderComponent],
1401
+ imports: [CommonModule, TooltipModule.forRoot()],
1402
+ exports: [PlaceholderComponent],
873
1403
  })
874
- ], NoteModule);
1404
+ ], PlaceholderModule);
875
1405
 
876
- let MoleculesModule = class MoleculesModule {
1406
+ let EventsSettingsPageModule = class EventsSettingsPageModule {
877
1407
  };
878
- MoleculesModule = __decorate([
1408
+ EventsSettingsPageModule = __decorate([
879
1409
  NgModule({
880
- declarations: [],
1410
+ declarations: [EventsSettingsPageComponent],
881
1411
  imports: [
882
1412
  CommonModule,
883
- AvatarModule,
884
- ListTitleModule,
885
- TimeStampModule,
886
- DescriptionModule,
887
- MoreDropdownModule,
888
- PillsModule,
889
- TaskModule,
890
- ColorSwatchModule,
891
- IconSwatchModule,
892
- ],
893
- exports: [
894
- NoteModule,
895
- PillsModule,
896
- TaskModule,
897
- ColorSwatchModule,
898
- IconSwatchModule,
1413
+ AdminListModule,
1414
+ H3Module,
1415
+ H4Module,
1416
+ PlaceholderModule,
1417
+ BreadcrumbModule,
1418
+ TwoColumnFilterAreaModule,
1419
+ IconModule,
1420
+ InputTextModule,
1421
+ ContextualMenuModule
899
1422
  ],
1423
+ exports: [EventsSettingsPageComponent],
900
1424
  })
901
- ], MoleculesModule);
902
-
903
- let TaskListComponent = class TaskListComponent {
904
- constructor() { }
905
- ngOnInit() { }
906
- };
907
- __decorate([
908
- Input()
909
- ], TaskListComponent.prototype, "taskList", void 0);
910
- TaskListComponent = __decorate([
911
- Component({
912
- selector: 'symphony-task-list',
913
- template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n",
914
- styles: [".task-list{border-top:1px solid #d9d9d9}"]
915
- })
916
- ], TaskListComponent);
917
-
918
- let TaskListModule = class TaskListModule {
919
- };
920
- TaskListModule = __decorate([
921
- NgModule({
922
- declarations: [TaskListComponent],
923
- imports: [CommonModule, TaskModule],
924
- exports: [TaskListComponent],
925
- })
926
- ], TaskListModule);
1425
+ ], EventsSettingsPageModule);
927
1426
 
928
1427
  let ColorSwatchCollectionComponent = class ColorSwatchCollectionComponent {
929
1428
  constructor() { }
@@ -947,109 +1446,553 @@ ColorSwatchCollectionModule = __decorate([
947
1446
  NgModule({
948
1447
  declarations: [ColorSwatchCollectionComponent],
949
1448
  imports: [CommonModule, ColorSwatchModule],
1449
+ exports: []
950
1450
  })
951
1451
  ], ColorSwatchCollectionModule);
952
1452
 
953
- var Icons;
954
- (function (Icons) {
955
- Icons["MOREOPTIONS"] = "si-more-options";
956
- Icons["ADD"] = "si-add";
957
- Icons["ACTIVITY"] = "si-activity";
958
- Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
959
- Icons["ARROWNEXT"] = "si-arrow-next";
960
- Icons["ARROWPREV"] = "si-arrow-prev";
961
- Icons["CLOSEMODAL"] = "si-close-modal";
962
- Icons["COLLAPSE"] = "si-collapse";
963
- Icons["DAYMODE"] = "si-daymode";
964
- Icons["DELETE"] = "si-delete";
965
- Icons["DOCUMENT"] = "si-document";
966
- Icons["DOWNLOAD"] = "si-download";
967
- Icons["EDIT"] = "si-edit";
968
- Icons["EMAILDRIP"] = "si-email-drip";
969
- Icons["EMAILOPEN"] = "si-email-open";
970
- Icons["EMAILSEND"] = "si-email-send";
971
- Icons["EXPAND"] = "si-expand";
972
- Icons["FAVORITE"] = "si-favorite";
973
- Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
974
- Icons["FEEDBACKNO"] = "si-feedback-no";
975
- Icons["FEEDBACKYES"] = "si-feedback-yes";
976
- Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
977
- Icons["INCLUDE"] = "si-include";
978
- Icons["INFO"] = "si-info";
979
- Icons["INTERVIEW"] = "si-interview";
980
- Icons["LINK"] = "si-link";
981
- Icons["LOCATION"] = "si-location";
982
- Icons["MENUALL"] = "si-menu-all";
983
- Icons["MENUANALYTICS"] = "si-menu-analytics";
984
- Icons["MENUASSETS"] = "si-menu-assets";
985
- Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
986
- Icons["MENUCONTACT"] = "si-menu-contact";
987
- Icons["MENUCONTENT"] = "si-menu-content";
988
- Icons["MENUDASHBOARD"] = "si-menu-dashboard";
989
- Icons["MENUEVENTS"] = "si-menu-events";
990
- Icons["MENUFOLDERS"] = "si-menu-folders";
991
- Icons["MENUJOBS"] = "si-menu-jobs";
992
- Icons["MENURETURN"] = "si-menu-return";
993
- Icons["MENUWORKFLOWS"] = "si-menu-workflows";
994
- Icons["MERGE"] = "si-merge";
995
- Icons["MOVE"] = "si-move";
996
- Icons["NIGHTMODE"] = "si-nightmode";
997
- Icons["NOTIFICATION"] = "si-notification";
998
- Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
999
- Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
1000
- Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
1001
- Icons["PHONENUMBER"] = "si-phone-number";
1002
- Icons["PREVIEW"] = "si-preview";
1003
- Icons["PROMOTE"] = "si-promote";
1004
- Icons["REFRESH"] = "si-refresh";
1005
- Icons["REMOVE"] = "si-remove";
1006
- Icons["EXCLUDE"] = "si-exclude";
1007
- Icons["RESULTSFILTERS"] = "si-results-filters";
1008
- Icons["REVIEW"] = "si-review";
1009
- Icons["SALARY"] = "si-salary";
1010
- Icons["SAVE"] = "si-save";
1011
- Icons["SEARCHADVANCED"] = "si-search-advanced";
1012
- Icons["SEARCHCLEAR"] = "si-search-clear";
1013
- Icons["SEARCHNEW"] = "si-search-new";
1014
- Icons["SETTINGSMART"] = "si-settings-smart";
1015
- Icons["SMS"] = "si-sms";
1016
- Icons["SORTMINI"] = "si-sort-mini";
1017
- Icons["STATUS"] = "si-status";
1018
- Icons["SYSTEMACTION"] = "si-system-action";
1019
- Icons["TASKCOMPLETED"] = "si-task-completed";
1020
- Icons["TASKOPEN"] = "si-task-open";
1021
- Icons["TIMEFRAME"] = "si-timeframe";
1022
- Icons["TIMELINE"] = "si-timeline";
1023
- Icons["UPLOAD"] = "si-upload";
1024
- Icons["USERMULTIPLE"] = "si-user-multiple";
1025
- Icons["USER"] = "si-user";
1026
- })(Icons || (Icons = {}));
1453
+ class IconExplorerHelper {
1454
+ static getAllIcons() {
1455
+ let allIcons = [];
1456
+ allIcons = allIcons.concat(this.getHasNoBorderIconList());
1457
+ allIcons = allIcons.concat(this.getHasBorderIconList());
1458
+ allIcons = allIcons.concat(this.getInverseIconList());
1459
+ return allIcons;
1460
+ }
1461
+ static getHasNoBorderIconList() {
1462
+ return [
1463
+ {
1464
+ icon: Icons.MOREOPTIONS,
1465
+ iconName: 'MOREOPTIONS',
1466
+ iconClass: 'si-more-options',
1467
+ hasBorder: false,
1468
+ },
1469
+ {
1470
+ icon: Icons.ADD,
1471
+ iconName: 'ADD',
1472
+ iconClass: 'si-add',
1473
+ hasBorder: false,
1474
+ },
1475
+ {
1476
+ icon: Icons.ACTIVITY,
1477
+ iconName: 'ACTIVITY',
1478
+ iconClass: 'si-activity',
1479
+ hasBorder: false,
1480
+ },
1481
+ {
1482
+ icon: Icons.ARROWHIDEREVEAL,
1483
+ iconName: 'ARROWHIDEREVEAL',
1484
+ iconClass: 'si-arrow-hide-reveal',
1485
+ hasBorder: false,
1486
+ },
1487
+ {
1488
+ icon: Icons.ARROWNEXT,
1489
+ iconName: 'ARROWNEXT',
1490
+ iconClass: 'si-arrow-next',
1491
+ hasBorder: false,
1492
+ },
1493
+ {
1494
+ icon: Icons.ARROWPREV,
1495
+ iconName: 'ARROWPREV',
1496
+ iconClass: 'si-arrow-prev',
1497
+ hasBorder: false,
1498
+ },
1499
+ {
1500
+ icon: Icons.CLOSEMODAL,
1501
+ iconName: 'CLOSEMODAL',
1502
+ iconClass: 'si-close-modal',
1503
+ hasBorder: false,
1504
+ },
1505
+ {
1506
+ icon: Icons.COLLAPSE,
1507
+ iconName: 'COLLAPSE',
1508
+ iconClass: 'si-collapse',
1509
+ hasBorder: false,
1510
+ },
1511
+ {
1512
+ icon: Icons.DAYMODE,
1513
+ iconName: 'DAYMODE',
1514
+ iconClass: 'si-daymode',
1515
+ hasBorder: false,
1516
+ },
1517
+ {
1518
+ icon: Icons.DELETE,
1519
+ iconName: 'DELETE',
1520
+ iconClass: 'si-delete',
1521
+ hasBorder: false,
1522
+ },
1523
+ {
1524
+ icon: Icons.DOCUMENT,
1525
+ iconName: 'DOCUMENT',
1526
+ iconClass: 'si-document',
1527
+ hasBorder: false,
1528
+ },
1529
+ {
1530
+ icon: Icons.DOWNLOAD,
1531
+ iconName: 'DOWNLOAD',
1532
+ iconClass: 'si-download',
1533
+ hasBorder: false,
1534
+ },
1535
+ {
1536
+ icon: Icons.EDIT,
1537
+ iconName: 'EDIT',
1538
+ iconClass: 'si-edit',
1539
+ hasBorder: false,
1540
+ },
1541
+ {
1542
+ icon: Icons.EMAILDRIP,
1543
+ iconName: 'EMAILDRIP',
1544
+ iconClass: 'si-email-drip',
1545
+ hasBorder: false,
1546
+ },
1547
+ {
1548
+ icon: Icons.EMAILOPEN,
1549
+ iconName: 'EMAILOPEN',
1550
+ iconClass: 'si-email-open',
1551
+ hasBorder: false,
1552
+ },
1553
+ {
1554
+ icon: Icons.EMAILSEND,
1555
+ iconName: 'EMAILSEND',
1556
+ iconClass: 'si-email-send',
1557
+ hasBorder: false,
1558
+ },
1559
+ {
1560
+ icon: Icons.EXPAND,
1561
+ iconName: 'EXPAND',
1562
+ iconClass: 'si-expand',
1563
+ hasBorder: false,
1564
+ },
1565
+ {
1566
+ icon: Icons.FAVORITE,
1567
+ iconName: 'FAVORITE',
1568
+ iconClass: 'si-favorite',
1569
+ hasBorder: false,
1570
+ },
1571
+ {
1572
+ icon: Icons.FEEDBACKMAYBE,
1573
+ iconName: 'FEEDBACKMAYBE',
1574
+ iconClass: 'si-feedback-maybe',
1575
+ hasBorder: false,
1576
+ },
1577
+ {
1578
+ icon: Icons.FEEDBACKNO,
1579
+ iconName: 'FEEDBACKNO',
1580
+ iconClass: 'si-feedback-no',
1581
+ hasBorder: false,
1582
+ },
1583
+ {
1584
+ icon: Icons.FEEDBACKYES,
1585
+ iconName: 'FEEDBACKYES',
1586
+ iconClass: 'si-feedback-yes',
1587
+ hasBorder: false,
1588
+ },
1589
+ {
1590
+ icon: Icons.FOLDERMULTIPLE,
1591
+ iconName: 'FOLDERMULTIPLE',
1592
+ iconClass: 'si-folder-multiple',
1593
+ hasBorder: false,
1594
+ },
1595
+ {
1596
+ icon: Icons.INCLUDE,
1597
+ iconName: 'INCLUDE',
1598
+ iconClass: 'si-include',
1599
+ hasBorder: false,
1600
+ },
1601
+ {
1602
+ icon: Icons.INFO,
1603
+ iconName: 'INFO',
1604
+ iconClass: 'si-info',
1605
+ hasBorder: false,
1606
+ },
1607
+ {
1608
+ icon: Icons.INTERVIEW,
1609
+ iconName: 'INTERVIEW',
1610
+ iconClass: 'si-interview',
1611
+ hasBorder: false,
1612
+ },
1613
+ {
1614
+ icon: Icons.LINK,
1615
+ iconName: 'LINK',
1616
+ iconClass: 'si-link',
1617
+ hasBorder: false,
1618
+ },
1619
+ {
1620
+ icon: Icons.LOCATION,
1621
+ iconName: 'LOCATION',
1622
+ iconClass: 'si-location',
1623
+ hasBorder: false,
1624
+ },
1625
+ {
1626
+ icon: Icons.MENUALL,
1627
+ iconName: 'MENUALL',
1628
+ iconClass: 'si-menu-all',
1629
+ hasBorder: false,
1630
+ },
1631
+ {
1632
+ icon: Icons.MENUANALYTICS,
1633
+ iconName: 'MENUANALYTICS',
1634
+ iconClass: 'si-menu-analytics',
1635
+ hasBorder: false,
1636
+ },
1637
+ {
1638
+ icon: Icons.MENUASSETS,
1639
+ iconName: 'MENUASSETS',
1640
+ iconClass: 'si-menu-assets',
1641
+ hasBorder: false,
1642
+ },
1643
+ {
1644
+ icon: Icons.MENUCAMPAIGNS,
1645
+ iconName: 'MENUCAMPAIGNS',
1646
+ iconClass: 'si-menu-campaigns',
1647
+ hasBorder: false,
1648
+ },
1649
+ {
1650
+ icon: Icons.MENUCONTACT,
1651
+ iconName: 'MENUCONTACT',
1652
+ iconClass: 'si-menu-contact',
1653
+ hasBorder: false,
1654
+ },
1655
+ {
1656
+ icon: Icons.MENUCONTENT,
1657
+ iconName: 'MENUCONTENT',
1658
+ iconClass: 'si-menu-content',
1659
+ hasBorder: false,
1660
+ },
1661
+ {
1662
+ icon: Icons.MENUDASHBOARD,
1663
+ iconName: 'MENUDASHBOARD',
1664
+ iconClass: 'si-menu-dashboard',
1665
+ hasBorder: false,
1666
+ },
1667
+ {
1668
+ icon: Icons.MENUEVENTS,
1669
+ iconName: 'MENUEVENTS',
1670
+ iconClass: 'si-menu-events',
1671
+ hasBorder: false,
1672
+ },
1673
+ {
1674
+ icon: Icons.MENUFOLDERS,
1675
+ iconName: 'MENUFOLDERS',
1676
+ iconClass: 'si-menu-folders',
1677
+ hasBorder: false,
1678
+ },
1679
+ {
1680
+ icon: Icons.MENUJOBS,
1681
+ iconName: 'MENUJOBS',
1682
+ iconClass: 'si-menu-jobs',
1683
+ hasBorder: false,
1684
+ },
1685
+ {
1686
+ icon: Icons.MENURETURN,
1687
+ iconName: 'MENURETURN',
1688
+ iconClass: 'si-menu-return',
1689
+ hasBorder: false,
1690
+ },
1691
+ {
1692
+ icon: Icons.MENUWORKFLOWS,
1693
+ iconName: 'MENUWORKFLOWS',
1694
+ iconClass: 'si-menu-workflows',
1695
+ hasBorder: false,
1696
+ },
1697
+ {
1698
+ icon: Icons.MERGE,
1699
+ iconName: 'MERGE',
1700
+ iconClass: 'si-merge',
1701
+ hasBorder: false,
1702
+ },
1703
+ {
1704
+ icon: Icons.MOVE,
1705
+ iconName: 'MOVE',
1706
+ iconClass: 'si-move',
1707
+ hasBorder: false,
1708
+ },
1709
+ {
1710
+ icon: Icons.NIGHTMODE,
1711
+ iconName: 'NIGHTMODE',
1712
+ iconClass: 'si-nightmode',
1713
+ hasBorder: false,
1714
+ },
1715
+ {
1716
+ icon: Icons.NOTIFICATION,
1717
+ iconName: 'NOTIFICATION',
1718
+ iconClass: 'si-notification',
1719
+ hasBorder: false,
1720
+ },
1721
+ {
1722
+ icon: Icons.ORGANIZECOLUMNS,
1723
+ iconName: 'ORGANIZECOLUMNS',
1724
+ iconClass: 'si-organize-columns',
1725
+ hasBorder: false,
1726
+ },
1727
+ {
1728
+ icon: Icons.ORGANIZECONTACTS,
1729
+ iconName: 'ORGANIZECONTACTS',
1730
+ iconClass: 'si-organize-contacts',
1731
+ hasBorder: false,
1732
+ },
1733
+ {
1734
+ icon: Icons.PENDINGINCOMPLETE,
1735
+ iconName: 'PENDINGINCOMPLETE',
1736
+ iconClass: 'si-pending-incomplete',
1737
+ hasBorder: false,
1738
+ },
1739
+ {
1740
+ icon: Icons.PHONENUMBER,
1741
+ iconName: 'PHONENUMBER',
1742
+ iconClass: 'si-phone-number',
1743
+ hasBorder: false,
1744
+ },
1745
+ {
1746
+ icon: Icons.PREVIEW,
1747
+ iconName: 'PREVIEW',
1748
+ iconClass: 'si-preview',
1749
+ hasBorder: false,
1750
+ },
1751
+ {
1752
+ icon: Icons.PROMOTE,
1753
+ iconName: 'PROMOTE',
1754
+ iconClass: 'si-promote',
1755
+ hasBorder: false,
1756
+ },
1757
+ {
1758
+ icon: Icons.REFRESH,
1759
+ iconName: 'REFRESH',
1760
+ iconClass: 'si-refresh',
1761
+ hasBorder: false,
1762
+ },
1763
+ {
1764
+ icon: Icons.REMOVE,
1765
+ iconName: 'REMOVE',
1766
+ iconClass: 'si-remove',
1767
+ hasBorder: false,
1768
+ },
1769
+ {
1770
+ icon: Icons.EXCLUDE,
1771
+ iconName: 'EXCLUDE',
1772
+ iconClass: 'si-exclude',
1773
+ hasBorder: false,
1774
+ },
1775
+ {
1776
+ icon: Icons.RESULTSFILTERS,
1777
+ iconName: 'RESULTSFILTERS',
1778
+ iconClass: 'si-results-filters',
1779
+ hasBorder: false,
1780
+ },
1781
+ {
1782
+ icon: Icons.REVIEW,
1783
+ iconName: 'REVIEW',
1784
+ iconClass: 'si-review',
1785
+ hasBorder: false,
1786
+ },
1787
+ {
1788
+ icon: Icons.SALARY,
1789
+ iconName: 'SALARY',
1790
+ iconClass: 'si-salary',
1791
+ hasBorder: false,
1792
+ },
1793
+ {
1794
+ icon: Icons.SAVE,
1795
+ iconName: 'SAVE',
1796
+ iconClass: 'si-save',
1797
+ hasBorder: false,
1798
+ },
1799
+ {
1800
+ icon: Icons.SEARCHADVANCED,
1801
+ iconName: 'SEARCHADVANCED',
1802
+ iconClass: 'si-search-advanced',
1803
+ hasBorder: false,
1804
+ },
1805
+ {
1806
+ icon: Icons.SEARCHCLEAR,
1807
+ iconName: 'SEARCHCLEAR',
1808
+ iconClass: 'si-search-clear',
1809
+ hasBorder: false,
1810
+ },
1811
+ {
1812
+ icon: Icons.SEARCHNEW,
1813
+ iconName: 'SEARCHNEW',
1814
+ iconClass: 'si-search-new',
1815
+ hasBorder: false,
1816
+ },
1817
+ {
1818
+ icon: Icons.SETTINGSMART,
1819
+ iconName: 'SETTINGSMART',
1820
+ iconClass: 'si-settings-smart',
1821
+ hasBorder: false,
1822
+ },
1823
+ {
1824
+ icon: Icons.SMS,
1825
+ iconName: 'SMS',
1826
+ iconClass: 'si-sms',
1827
+ hasBorder: false,
1828
+ },
1829
+ {
1830
+ icon: Icons.SORTMINI,
1831
+ iconName: 'SORTMINI',
1832
+ iconClass: 'si-sort-mini',
1833
+ hasBorder: false,
1834
+ },
1835
+ {
1836
+ icon: Icons.STATUS,
1837
+ iconName: 'STATUS',
1838
+ iconClass: 'si-status',
1839
+ hasBorder: false,
1840
+ },
1841
+ {
1842
+ icon: Icons.SYSTEMACTION,
1843
+ iconName: 'SYSTEMACTION',
1844
+ iconClass: 'si-system-action',
1845
+ hasBorder: false,
1846
+ },
1847
+ {
1848
+ icon: Icons.TASKCOMPLETED,
1849
+ iconName: 'TASKCOMPLETED',
1850
+ iconClass: 'si-task-completed',
1851
+ hasBorder: false,
1852
+ },
1853
+ {
1854
+ icon: Icons.TASKOPEN,
1855
+ iconName: 'TASKOPEN',
1856
+ iconClass: 'si-task-open',
1857
+ hasBorder: false,
1858
+ },
1859
+ {
1860
+ icon: Icons.TIMEFRAME,
1861
+ iconName: 'TIMEFRAME',
1862
+ iconClass: 'si-timeframe',
1863
+ hasBorder: false,
1864
+ },
1865
+ {
1866
+ icon: Icons.TIMELINE,
1867
+ iconName: 'TIMELINE',
1868
+ iconClass: 'si-timeline',
1869
+ hasBorder: false,
1870
+ },
1871
+ {
1872
+ icon: Icons.UPLOAD,
1873
+ iconName: 'UPLOAD',
1874
+ iconClass: 'si-upload',
1875
+ hasBorder: false,
1876
+ },
1877
+ {
1878
+ icon: Icons.USERMULTIPLE,
1879
+ iconName: 'USERMULTIPLE',
1880
+ iconClass: 'si-user-multiple',
1881
+ hasBorder: false,
1882
+ },
1883
+ {
1884
+ icon: Icons.USER,
1885
+ iconName: 'USER',
1886
+ iconClass: 'si-user',
1887
+ hasBorder: false,
1888
+ },
1889
+ ];
1890
+ }
1891
+ static getInverseIconList() {
1892
+ return [
1893
+ {
1894
+ icon: Icons.ACTIVITY,
1895
+ iconName: 'ACTIVITY',
1896
+ iconClass: 'si-activity',
1897
+ hasBorder: true,
1898
+ },
1899
+ ];
1900
+ }
1901
+ static getHasBorderIconList() {
1902
+ return [
1903
+ {
1904
+ icon: Icons.ADD,
1905
+ iconName: 'ADD',
1906
+ iconClass: 'si-add',
1907
+ hasBorder: true,
1908
+ },
1909
+ {
1910
+ icon: Icons.ARROWNEXT,
1911
+ iconName: 'ARROWNEXT',
1912
+ iconClass: 'si-arrow-next',
1913
+ hasBorder: true,
1914
+ },
1915
+ {
1916
+ icon: Icons.DELETE,
1917
+ iconName: 'DELETE',
1918
+ iconClass: 'si-delete',
1919
+ hasBorder: true,
1920
+ },
1921
+ {
1922
+ icon: Icons.DOWNLOAD,
1923
+ iconName: 'DOWNLOAD',
1924
+ iconClass: 'si-download',
1925
+ hasBorder: true,
1926
+ },
1927
+ {
1928
+ icon: Icons.EDIT,
1929
+ iconName: 'EDIT',
1930
+ iconClass: 'si-edit',
1931
+ hasBorder: true,
1932
+ },
1933
+ {
1934
+ icon: Icons.FEEDBACKYES,
1935
+ iconName: 'FEEDBACKYES',
1936
+ iconClass: 'si-feedback-yes',
1937
+ hasBorder: true,
1938
+ },
1939
+ {
1940
+ icon: Icons.MENUCONTACT,
1941
+ iconName: 'MENUCONTACT',
1942
+ iconClass: 'si-menu-contact',
1943
+ hasBorder: true,
1944
+ },
1945
+ {
1946
+ icon: Icons.MOREOPTIONS,
1947
+ iconName: 'MOREOPTIONS',
1948
+ iconClass: 'si-more-options',
1949
+ hasBorder: true,
1950
+ },
1951
+ {
1952
+ icon: Icons.ORGANIZECOLUMNS,
1953
+ iconName: 'ORGANIZECOLUMNS',
1954
+ iconClass: 'si-organize-columns',
1955
+ hasBorder: true,
1956
+ },
1957
+ {
1958
+ icon: Icons.PREVIEW,
1959
+ iconName: 'PREVIEW',
1960
+ iconClass: 'si-preview',
1961
+ hasBorder: true,
1962
+ },
1963
+ {
1964
+ icon: Icons.SAVE,
1965
+ iconName: 'SAVE',
1966
+ iconClass: 'si-save',
1967
+ hasBorder: true,
1968
+ },
1969
+ ];
1970
+ }
1971
+ }
1027
1972
 
1028
1973
  let IconExplorerComponent = class IconExplorerComponent {
1029
- constructor() { }
1974
+ constructor() {
1975
+ this.iconList = IconExplorerHelper.getAllIcons();
1976
+ this.hasBorderIconsList = IconExplorerHelper.getHasBorderIconList();
1977
+ this.hasNoBorderIconsList = IconExplorerHelper.getHasNoBorderIconList();
1978
+ this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
1979
+ }
1030
1980
  ngOnInit() {
1031
- this.enumElementCount(Icons);
1981
+ this.iconCount = this.iconList.length;
1032
1982
  this.explorerTitle = `Iconography (${this.iconCount} icons)`;
1033
- }
1034
- enumElementCount(enumName) {
1035
- let count = 0;
1036
- for (const item in enumName) {
1037
- if (isNaN(Number(item))) {
1038
- count++;
1039
- }
1040
- }
1041
- this.iconCount = count;
1042
- return this.iconCount;
1983
+ this.iconHasBorderCount = this.hasBorderIconsList.length;
1984
+ this.borderTitle = `Icons with border (${this.iconHasBorderCount} icons)`;
1985
+ this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
1986
+ this.noBorderTitle = `Icons without border (${this.iconHasNoBorderCount} icons)`;
1987
+ this.iconisInverseCount = this.isInverseIconsList.length;
1988
+ this.backgroundTitle = `Icons with background (${this.iconisInverseCount} icons)`;
1043
1989
  }
1044
1990
  };
1045
- __decorate([
1046
- Input()
1047
- ], IconExplorerComponent.prototype, "iconList", void 0);
1048
1991
  IconExplorerComponent = __decorate([
1049
1992
  Component({
1050
1993
  selector: 'symphony-icon-explorer',
1051
- 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",
1052
- 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}"]
1994
+ template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"noBorderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasNoBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"borderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"backgroundTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of isInverseIconsList\">\n <symphony-icon-swatch\n [iconSwatchModel]=\"icon\"\n [isInverse]=\"true\"\n ></symphony-icon-swatch>\n </li>\n</ul>\n",
1995
+ styles: [".sfx-icon-list{display:flex;flex-direction:row;flex-wrap:wrap;margin:20px 0 80px;width:100vw}.icon-list-item{flex:0 0 20%;padding:15px 0}.explorer-title{border-bottom:5px solid #000;margin-bottom:30px;padding-bottom:10px}.explorer-subtitle{margin-bottom:10px}"]
1053
1996
  })
1054
1997
  ], IconExplorerComponent);
1055
1998
 
@@ -1058,7 +2001,7 @@ let IconExplorerModule = class IconExplorerModule {
1058
2001
  IconExplorerModule = __decorate([
1059
2002
  NgModule({
1060
2003
  declarations: [IconExplorerComponent],
1061
- imports: [CommonModule, IconSwatchModule, H2Module],
2004
+ imports: [CommonModule, IconSwatchModule, H2Module, H3Module],
1062
2005
  })
1063
2006
  ], IconExplorerModule);
1064
2007
 
@@ -1070,5 +2013,5 @@ IconExplorerModule = __decorate([
1070
2013
  * Generated bundle index. Do not edit.
1071
2014
  */
1072
2015
 
1073
- export { AtomsModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchCollectionComponent, ColorSwatchCollectionModule, ColorSwatchComponent, ColorSwatchModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconExplorerComponent, IconExplorerModule, IconModule, IconSwatchComponent, IconSwatchModule, InputTextComponent, InputTextModule, MoleculesModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, DropdownModule as ɵa, DropdownComponent as ɵb, MoreDropdownModule as ɵc, MoreDropdownComponent as ɵd, DescriptionModule as ɵe, DescriptionComponent as ɵf, ListTitleModule as ɵg, ListTitleComponent as ɵh, TimeStampModule as ɵi, TimeStampComponent as ɵj, AvatarModule as ɵk, AvatarComponent as ɵl, PillModule as ɵm, ButtonRoundModule as ɵn, ButtonRoundComponent as ɵo, NoteModule as ɵp, NoteComponent as ɵq };
2016
+ export { AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchCollectionComponent, ColorSwatchCollectionModule, ColorSwatchComponent, ColorSwatchModule, ContextualMenuComponent, ContextualMenuModule, EventsSettingsPageComponent, EventsSettingsPageModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconExplorerComponent, IconExplorerModule, IconModule, IconSwatchComponent, IconSwatchModule, IconWrapperComponent, IconWrapperModule, InputCheckboxComponent, InputCheckboxModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, MoleculesModule, NoteComponent, NoteListComponent, NoteListModule, NoteModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, SfxInlineErrorModule as ɵa, SfxInlineErrorComponent as ɵb, PillModule as ɵc, FilterAreaModule as ɵd, FilterAreaComponent as ɵe, TwoColumnFilterAreaModule as ɵf, TwoColumnFilterAreaComponent as ɵg, GridModule as ɵh, GridComponent as ɵi, FrameworkModule as ɵj, ContactActivityScoreModule as ɵk, ContactActivityScoreComponent as ɵl, RelevanceScoreModule as ɵm, RelevanceScoreComponent as ɵn, AdminListModule as ɵo, AdminListTemplateComponent as ɵp, PlaceholderModule as ɵq, PlaceholderComponent as ɵr };
1074
2017
  //# sourceMappingURL=symphony-talent-component-library.js.map