@symphony-talent/component-library 1.3.0 → 1.7.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 (285) hide show
  1. package/bundles/symphony-talent-component-library-projects-component-library.umd.js +776 -606
  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 +776 -606
  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 +20 -20
  10. package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
  11. package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
  12. package/esm2015/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.js +1 -1
  13. package/esm2015/lib/atoms/h1/h1.component.js +3 -3
  14. package/esm2015/lib/atoms/h2/h2.component.js +3 -3
  15. package/esm2015/lib/atoms/h3/h3.component.js +3 -3
  16. package/esm2015/lib/atoms/h4/h4.component.js +21 -0
  17. package/esm2015/lib/atoms/h4/h4.module.js +15 -0
  18. package/esm2015/lib/atoms/h5/h5.component.js +21 -0
  19. package/esm2015/lib/atoms/h5/h5.module.js +15 -0
  20. package/esm2015/lib/atoms/icon/icon.component.js +13 -5
  21. package/esm2015/lib/atoms/icon/icon.enum.js +72 -72
  22. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
  23. package/esm2015/{projects/component-library/lib/atoms/button-round/button-round.module.js → lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
  24. package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  25. package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  26. package/esm2015/lib/atoms/input-radio/input-radio.component.js +36 -0
  27. package/esm2015/lib/atoms/input-radio/input-radio.module.js +22 -0
  28. package/esm2015/lib/atoms/input-text/input-text.component.js +10 -4
  29. package/esm2015/lib/atoms/input-text/input-text.module.js +4 -2
  30. package/esm2015/lib/atoms/paragraph/paragraph.component.js +21 -0
  31. package/esm2015/lib/atoms/paragraph/paragraph.module.js +15 -0
  32. package/esm2015/lib/atoms/pill/pill.component.js +2 -2
  33. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  34. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  35. package/esm2015/lib/atoms/task-icon/task-icon.component.js +3 -3
  36. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  37. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  38. package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  39. package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  40. package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  41. package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +2 -2
  42. package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +5 -5
  43. package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
  44. package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
  45. package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +11 -4
  46. package/esm2015/lib/molecules/molecules.module.js +6 -9
  47. package/esm2015/lib/molecules/note/note.component.js +13 -19
  48. package/esm2015/lib/molecules/note/note.model.js +1 -0
  49. package/esm2015/lib/molecules/note/note.module.js +11 -6
  50. package/esm2015/lib/molecules/task/task.component.js +3 -3
  51. package/esm2015/lib/molecules/task/task.model.js +1 -1
  52. package/esm2015/lib/molecules/task/task.module.js +7 -9
  53. package/esm2015/lib/organisms/note-list/note-list.component.js +19 -0
  54. package/esm2015/lib/organisms/note-list/note-list.module.js +16 -0
  55. package/esm2015/lib/organisms/task-list/task-list.component.js +1 -1
  56. package/esm2015/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
  57. package/esm2015/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
  58. package/esm2015/lib/templates/admin-list/admin-list.component.js +15 -0
  59. package/esm2015/lib/templates/admin-list/admin-list.module.js +15 -0
  60. package/esm2015/lib/templates/placeholder/placeholder.component.js +33 -0
  61. package/esm2015/lib/templates/placeholder/placeholder.module.js +16 -0
  62. package/esm2015/projects/component-library/lib/atoms/atoms.module.js +20 -20
  63. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
  64. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
  65. package/esm2015/projects/component-library/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.js +1 -1
  66. package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +3 -3
  67. package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +3 -3
  68. package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +3 -3
  69. package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +21 -0
  70. package/esm2015/projects/component-library/lib/atoms/h4/h4.module.js +15 -0
  71. package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +21 -0
  72. package/esm2015/projects/component-library/lib/atoms/h5/h5.module.js +15 -0
  73. package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +13 -5
  74. package/esm2015/projects/component-library/lib/atoms/icon/icon.enum.js +72 -72
  75. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
  76. package/esm2015/{lib/atoms/button-round/button-round.module.js → projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
  77. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  78. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  79. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +36 -0
  80. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +22 -0
  81. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +10 -4
  82. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +4 -2
  83. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +21 -0
  84. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.module.js +15 -0
  85. package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +2 -2
  86. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  87. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  88. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +3 -3
  89. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  90. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  91. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  92. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  93. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  94. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +2 -2
  95. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +5 -5
  96. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
  97. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
  98. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +11 -4
  99. package/esm2015/projects/component-library/lib/molecules/molecules.module.js +6 -9
  100. package/esm2015/projects/component-library/lib/molecules/note/note.component.js +13 -19
  101. package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
  102. package/esm2015/projects/component-library/lib/molecules/note/note.module.js +11 -6
  103. package/esm2015/projects/component-library/lib/molecules/task/task.component.js +3 -3
  104. package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -1
  105. package/esm2015/projects/component-library/lib/molecules/task/task.module.js +7 -9
  106. package/esm2015/projects/component-library/lib/organisms/note-list/note-list.component.js +19 -0
  107. package/esm2015/projects/component-library/lib/organisms/note-list/note-list.module.js +16 -0
  108. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +1 -1
  109. package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
  110. package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
  111. package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.component.js +15 -0
  112. package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.module.js +15 -0
  113. package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.component.js +33 -0
  114. package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.module.js +16 -0
  115. package/esm2015/projects/component-library/public-api.js +36 -19
  116. package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +10 -18
  117. package/esm2015/public-api.js +36 -19
  118. package/esm2015/symphony-talent-component-library.js +10 -18
  119. package/fesm2015/symphony-talent-component-library-projects-component-library.js +697 -536
  120. package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
  121. package/fesm2015/symphony-talent-component-library.js +697 -536
  122. package/fesm2015/symphony-talent-component-library.js.map +1 -1
  123. package/lib/atoms/{more-dropdown/more-dropdown.component.d.ts → contextual-menu/contextual-menu.component.d.ts} +1 -1
  124. package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
  125. package/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.d.ts +0 -0
  126. package/{projects/component-library/lib/atoms/label/label.component.d.ts → lib/atoms/h4/h4.component.d.ts} +1 -1
  127. package/lib/atoms/h4/h4.module.d.ts +2 -0
  128. package/lib/atoms/{label/label.component.d.ts → h5/h5.component.d.ts} +1 -1
  129. package/lib/atoms/h5/h5.module.d.ts +2 -0
  130. package/lib/atoms/icon/icon.component.d.ts +3 -1
  131. package/lib/atoms/icon/icon.enum.d.ts +71 -71
  132. package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
  133. package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
  134. package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  135. package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  136. package/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  137. package/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  138. package/lib/atoms/input-text/input-text.component.d.ts +4 -1
  139. package/lib/atoms/{body-copy/body-copy.component.d.ts → paragraph/paragraph.component.d.ts} +1 -1
  140. package/lib/atoms/paragraph/paragraph.module.d.ts +2 -0
  141. package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  142. package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  143. package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  144. package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  145. package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  146. package/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  147. package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  148. package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +1 -0
  149. package/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
  150. package/lib/molecules/note/note.component.d.ts +2 -6
  151. package/lib/molecules/note/note.model.d.ts +9 -0
  152. package/lib/molecules/task/task.model.d.ts +1 -1
  153. package/lib/organisms/note-list/note-list.component.d.ts +7 -0
  154. package/lib/organisms/note-list/note-list.module.d.ts +2 -0
  155. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
  156. package/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
  157. package/{projects/component-library/lib/atoms/dropdown/dropdown.component.d.ts → lib/templates/admin-list/admin-list.component.d.ts} +1 -1
  158. package/lib/templates/admin-list/admin-list.module.d.ts +2 -0
  159. package/lib/templates/placeholder/placeholder.component.d.ts +11 -0
  160. package/lib/templates/placeholder/placeholder.module.d.ts +2 -0
  161. package/package.json +1 -1
  162. package/projects/component-library/lib/atoms/{more-dropdown/more-dropdown.component.d.ts → contextual-menu/contextual-menu.component.d.ts} +1 -1
  163. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
  164. package/projects/component-library/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.d.ts +0 -0
  165. package/{lib/atoms/xl-size/xl-size.component.d.ts → projects/component-library/lib/atoms/h4/h4.component.d.ts} +1 -1
  166. package/projects/component-library/lib/atoms/h4/h4.module.d.ts +2 -0
  167. package/projects/component-library/lib/atoms/{xl-size/xl-size.component.d.ts → h5/h5.component.d.ts} +1 -1
  168. package/projects/component-library/lib/atoms/h5/h5.module.d.ts +2 -0
  169. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +3 -1
  170. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +71 -71
  171. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
  172. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
  173. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  174. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  175. package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  176. package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  177. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +4 -1
  178. package/projects/component-library/lib/atoms/{body-copy/body-copy.component.d.ts → paragraph/paragraph.component.d.ts} +1 -1
  179. package/projects/component-library/lib/atoms/paragraph/paragraph.module.d.ts +2 -0
  180. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  181. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  182. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  183. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  184. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  185. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  186. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  187. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +1 -0
  188. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
  189. package/projects/component-library/lib/molecules/note/note.component.d.ts +2 -6
  190. package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
  191. package/projects/component-library/lib/molecules/task/task.model.d.ts +1 -1
  192. package/projects/component-library/lib/organisms/note-list/note-list.component.d.ts +7 -0
  193. package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +2 -0
  194. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
  195. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
  196. package/{lib/atoms/dropdown/dropdown.component.d.ts → projects/component-library/lib/templates/admin-list/admin-list.component.d.ts} +1 -1
  197. package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +2 -0
  198. package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +11 -0
  199. package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +2 -0
  200. package/projects/component-library/public-api.d.ts +32 -19
  201. package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +9 -17
  202. package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
  203. package/public-api.d.ts +32 -19
  204. package/symphony-talent-component-library.d.ts +9 -17
  205. package/symphony-talent-component-library.metadata.json +1 -1
  206. package/esm2015/lib/atoms/body-copy/body-copy.component.js +0 -21
  207. package/esm2015/lib/atoms/body-copy/body-copy.module.js +0 -15
  208. package/esm2015/lib/atoms/button-round/button-round.component.js +0 -32
  209. package/esm2015/lib/atoms/button-round/button-round.enum.js +0 -7
  210. package/esm2015/lib/atoms/description/description.component.js +0 -18
  211. package/esm2015/lib/atoms/description/description.module.js +0 -15
  212. package/esm2015/lib/atoms/dropdown/dropdown.component.js +0 -16
  213. package/esm2015/lib/atoms/dropdown/dropdown.module.js +0 -18
  214. package/esm2015/lib/atoms/label/label.component.js +0 -21
  215. package/esm2015/lib/atoms/label/label.module.js +0 -15
  216. package/esm2015/lib/atoms/list-title/list-title.component.js +0 -18
  217. package/esm2015/lib/atoms/list-title/list-title.module.js +0 -15
  218. package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
  219. package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
  220. package/esm2015/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  221. package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  222. package/esm2015/lib/atoms/xl-size/xl-size.component.js +0 -21
  223. package/esm2015/lib/atoms/xl-size/xl-size.module.js +0 -15
  224. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
  225. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
  226. package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +0 -32
  227. package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
  228. package/esm2015/projects/component-library/lib/atoms/body-copy/body-copy.component.js +0 -21
  229. package/esm2015/projects/component-library/lib/atoms/body-copy/body-copy.module.js +0 -15
  230. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.component.js +0 -32
  231. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.enum.js +0 -7
  232. package/esm2015/projects/component-library/lib/atoms/description/description.component.js +0 -18
  233. package/esm2015/projects/component-library/lib/atoms/description/description.module.js +0 -15
  234. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -16
  235. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -18
  236. package/esm2015/projects/component-library/lib/atoms/label/label.component.js +0 -21
  237. package/esm2015/projects/component-library/lib/atoms/label/label.module.js +0 -15
  238. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -18
  239. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -15
  240. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
  241. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
  242. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  243. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  244. package/esm2015/projects/component-library/lib/atoms/xl-size/xl-size.component.js +0 -21
  245. package/esm2015/projects/component-library/lib/atoms/xl-size/xl-size.module.js +0 -15
  246. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
  247. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
  248. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +0 -32
  249. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
  250. package/lib/atoms/body-copy/body-copy.module.d.ts +0 -2
  251. package/lib/atoms/button-round/button-round.component.d.ts +0 -11
  252. package/lib/atoms/button-round/button-round.enum.d.ts +0 -5
  253. package/lib/atoms/button-round/button-round.module.d.ts +0 -2
  254. package/lib/atoms/description/description.component.d.ts +0 -6
  255. package/lib/atoms/description/description.module.d.ts +0 -2
  256. package/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
  257. package/lib/atoms/label/label.module.d.ts +0 -2
  258. package/lib/atoms/list-title/list-title.component.d.ts +0 -6
  259. package/lib/atoms/list-title/list-title.module.d.ts +0 -2
  260. package/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
  261. package/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  262. package/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
  263. package/lib/atoms/xl-size/xl-size.module.d.ts +0 -2
  264. package/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
  265. package/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
  266. package/lib/organisms/icon-explorer/icon-explorer.component.d.ts +0 -10
  267. package/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
  268. package/projects/component-library/lib/atoms/body-copy/body-copy.module.d.ts +0 -2
  269. package/projects/component-library/lib/atoms/button-round/button-round.component.d.ts +0 -11
  270. package/projects/component-library/lib/atoms/button-round/button-round.enum.d.ts +0 -5
  271. package/projects/component-library/lib/atoms/button-round/button-round.module.d.ts +0 -2
  272. package/projects/component-library/lib/atoms/description/description.component.d.ts +0 -6
  273. package/projects/component-library/lib/atoms/description/description.module.d.ts +0 -2
  274. package/projects/component-library/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
  275. package/projects/component-library/lib/atoms/label/label.module.d.ts +0 -2
  276. package/projects/component-library/lib/atoms/list-title/list-title.component.d.ts +0 -6
  277. package/projects/component-library/lib/atoms/list-title/list-title.module.d.ts +0 -2
  278. package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
  279. package/projects/component-library/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  280. package/projects/component-library/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
  281. package/projects/component-library/lib/atoms/xl-size/xl-size.module.d.ts +0 -2
  282. package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
  283. package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
  284. package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.d.ts +0 -10
  285. package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('ngx-bootstrap/dropdown'), require('@angular/platform-browser/animations'), require('ngx-bootstrap/tooltip')) :
3
- typeof define === 'function' && define.amd ? define('@symphony-talent/component-library/projects/component-library', ['exports', '@angular/core', '@angular/common', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations', 'ngx-bootstrap/tooltip'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["symphony-talent"] = global["symphony-talent"] || {}, global["symphony-talent"]["component-library"] = global["symphony-talent"]["component-library"] || {}, global["symphony-talent"]["component-library"].projects = global["symphony-talent"]["component-library"].projects || {}, global["symphony-talent"]["component-library"].projects["component-library"] = {}), global.ng.core, global.ng.common, global.dropdown, global.ng.platformBrowser.animations, global.tooltip));
5
- })(this, (function (exports, core, common, dropdown, animations, tooltip) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('ngx-bootstrap/dropdown'), require('@angular/platform-browser/animations'), require('ngx-bootstrap/tooltip')) :
3
+ typeof define === 'function' && define.amd ? define('@symphony-talent/component-library/projects/component-library', ['exports', '@angular/core', '@angular/common', '@angular/forms', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations', 'ngx-bootstrap/tooltip'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["symphony-talent"] = global["symphony-talent"] || {}, global["symphony-talent"]["component-library"] = global["symphony-talent"]["component-library"] || {}, global["symphony-talent"]["component-library"].projects = global["symphony-talent"]["component-library"].projects || {}, global["symphony-talent"]["component-library"].projects["component-library"] = {}), global.ng.core, global.ng.common, global.ng.forms, global.dropdown, global.ng.platformBrowser.animations, global.tooltip));
5
+ })(this, (function (exports, core, common, forms, dropdown, animations, tooltip) { 'use strict';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -296,6 +296,119 @@
296
296
  return value;
297
297
  }
298
298
 
299
+ exports.AvatarComponent = /** @class */ (function () {
300
+ function AvatarComponent(sp) {
301
+ this.sp = sp;
302
+ }
303
+ AvatarComponent.prototype.ngOnInit = function () {
304
+ this.initials = '';
305
+ this.firstInitial = '';
306
+ this.bgColor = '';
307
+ if (this.firstName) {
308
+ this.initials += this.sp.transform(this.firstName, 0, 1);
309
+ this.firstInitial = this.sp
310
+ .transform(this.firstName, 0, 1)
311
+ .toLocaleLowerCase();
312
+ }
313
+ if (this.lastName) {
314
+ this.initials += this.sp.transform(this.lastName, 0, 1);
315
+ }
316
+ this.bgColor = this.getColor(this.firstInitial);
317
+ };
318
+ AvatarComponent.prototype.getColor = function (character) {
319
+ switch (character) {
320
+ case 'a':
321
+ return '#D0021B';
322
+ case 'b':
323
+ return '#F5A623';
324
+ case 'c':
325
+ return '#E4D75C';
326
+ case 'd':
327
+ return '#8B572A';
328
+ case 'e':
329
+ return '#579F09';
330
+ case 'f':
331
+ return '#BD10E0';
332
+ case 'g':
333
+ return '#9013FE';
334
+ case 'h':
335
+ return '#4A90E2';
336
+ case 'i':
337
+ return '#39B196';
338
+ case 'j':
339
+ return '#4A4A4A';
340
+ case 'k':
341
+ return '#E84D4D';
342
+ case 'l':
343
+ return '#E84DC0';
344
+ case 'm':
345
+ return '#CE950B';
346
+ case 'n':
347
+ return '#1CCE0B';
348
+ case 'o':
349
+ return '#1DB1A6';
350
+ case 'p':
351
+ return '#3724A9';
352
+ case 'q':
353
+ return '#A9249E';
354
+ case 'r':
355
+ return '#A9246B';
356
+ case 's':
357
+ return '#24A97A';
358
+ case 't':
359
+ return '#1C93B3';
360
+ case 'u':
361
+ return '#D52424';
362
+ case 'v':
363
+ return '#A45519';
364
+ case 'w':
365
+ return '#19A420';
366
+ case 'x':
367
+ return '#A41963';
368
+ case 'y':
369
+ return '#CFD00A';
370
+ case 'z':
371
+ return '#AA0AD0';
372
+ default:
373
+ return '#000000';
374
+ }
375
+ };
376
+ return AvatarComponent;
377
+ }());
378
+ __decorate([
379
+ core.Input()
380
+ ], exports.AvatarComponent.prototype, "firstName", void 0);
381
+ __decorate([
382
+ core.Input()
383
+ ], exports.AvatarComponent.prototype, "lastName", void 0);
384
+ __decorate([
385
+ core.Input()
386
+ ], exports.AvatarComponent.prototype, "sizePx", void 0);
387
+ __decorate([
388
+ core.Input()
389
+ ], exports.AvatarComponent.prototype, "fontSizePx", void 0);
390
+ exports.AvatarComponent = __decorate([
391
+ core.Component({
392
+ selector: 'lib-avatar',
393
+ template: "<div\n [style.line-height.px]=\"sizePx\"\n [style.height.px]=\"sizePx\"\n [style.width.px]=\"sizePx\"\n [style.font-size.px]=\"fontSizePx\"\n [style.background-color]=\"bgColor\"\n class=\"avatar-circle\"\n>\n <div *ngIf=\"initials\" class=\"avatar-text\">\n {{ initials }}\n </div>\n</div>\n",
394
+ styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
395
+ })
396
+ ], exports.AvatarComponent);
397
+
398
+ exports.AvatarModule = /** @class */ (function () {
399
+ function AvatarModule() {
400
+ }
401
+ return AvatarModule;
402
+ }());
403
+ exports.AvatarModule = __decorate([
404
+ core.NgModule({
405
+ declarations: [exports.AvatarComponent],
406
+ imports: [common.CommonModule],
407
+ providers: [common.SlicePipe],
408
+ exports: [exports.AvatarComponent],
409
+ })
410
+ ], exports.AvatarModule);
411
+
299
412
  exports.ButtonComponent = /** @class */ (function () {
300
413
  function ButtonComponent() {
301
414
  this.clicked = new core.EventEmitter();
@@ -369,7 +482,7 @@
369
482
  exports.PillComponent = __decorate([
370
483
  core.Component({
371
484
  selector: 'symphony-pill',
372
- template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"glyphicon glyphicon-remove sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"glyphicon glyphicon-remove sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
485
+ template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-close-modal sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-close-modal sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
373
486
  encapsulation: core.ViewEncapsulation.None,
374
487
  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}"]
375
488
  })
@@ -387,8 +500,8 @@
387
500
  exports.TaskIconComponent = __decorate([
388
501
  core.Component({
389
502
  selector: 'symphony-task-icon',
390
- template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'fa-clipboard': !isComplete,\n 'fa-clipboard-check': isComplete\n }\"\n ></i>\n</div>\n",
391
- styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:17px;position:relative;top:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}"]
503
+ 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",
504
+ styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:15px;position:relative;top:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}"]
392
505
  })
393
506
  ], exports.TaskIconComponent);
394
507
 
@@ -405,46 +518,6 @@
405
518
  })
406
519
  ], exports.TaskIconModule);
407
520
 
408
- exports.InputTextComponent = /** @class */ (function () {
409
- function InputTextComponent() {
410
- this.placeholder = '';
411
- this.textChange = new core.EventEmitter();
412
- }
413
- InputTextComponent.prototype.ngOnInit = function () { };
414
- InputTextComponent.prototype.onTextChange = function (event) {
415
- this.textChange.emit(event.target.value);
416
- };
417
- return InputTextComponent;
418
- }());
419
- __decorate([
420
- core.Input()
421
- ], exports.InputTextComponent.prototype, "placeholder", void 0);
422
- __decorate([
423
- core.Input()
424
- ], exports.InputTextComponent.prototype, "icon", void 0);
425
- __decorate([
426
- core.Output()
427
- ], exports.InputTextComponent.prototype, "textChange", void 0);
428
- exports.InputTextComponent = __decorate([
429
- core.Component({
430
- selector: 'symphony-input',
431
- template: "<div class=\"search-wrap\">\n <label for=\"keyword-search\" class=\"visuallyhidden\">Search: </label>\n <input\n type=\"text\"\n name=\"keyword-search\"\n class=\"keyword-search\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <i *ngIf=\"icon\" class=\"{{ icon }}\"></i>\n</div>\n",
432
- styles: [".visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.search-wrap{position:relative}.search-wrap .keyword-search{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:300px}.search-wrap .keyword-search::-moz-placeholder{color:#bababa}.search-wrap .keyword-search:-ms-input-placeholder{color:#bababa}.search-wrap .keyword-search::placeholder{color:#bababa}.search-wrap .keyword-search:focus{border-color:#464646}.search-wrap .keyword-search:focus-visible{outline:none}.search-wrap .fa-solid{font-size:20px;position:relative;right:30px;top:3px}"]
433
- })
434
- ], exports.InputTextComponent);
435
-
436
- exports.InputTextModule = /** @class */ (function () {
437
- function InputTextModule() {
438
- }
439
- return InputTextModule;
440
- }());
441
- exports.InputTextModule = __decorate([
442
- core.NgModule({
443
- declarations: [exports.InputTextComponent],
444
- imports: [common.CommonModule],
445
- })
446
- ], exports.InputTextModule);
447
-
448
521
  exports.ColorSampleComponent = /** @class */ (function () {
449
522
  function ColorSampleComponent() {
450
523
  }
@@ -477,39 +550,6 @@
477
550
  })
478
551
  ], exports.ColorSampleModule);
479
552
 
480
- exports.H1Component = /** @class */ (function () {
481
- function H1Component() {
482
- }
483
- H1Component.prototype.ngOnInit = function () { };
484
- return H1Component;
485
- }());
486
- __decorate([
487
- core.Input()
488
- ], exports.H1Component.prototype, "text", void 0);
489
- __decorate([
490
- core.Input()
491
- ], exports.H1Component.prototype, "isSecondary", void 0);
492
- exports.H1Component = __decorate([
493
- core.Component({
494
- selector: 'symphony-h1',
495
- template: "<h1 [ngClass]=\"{ 'h1-secondary': isSecondary, 'h1-primary': !isSecondary }\">\n {{ text }}\n</h1>\n",
496
- styles: [".h1-primary,.h1-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:46px;font-weight:900;letter-spacing:-2px;line-height:40px;margin-bottom:0;margin-top:0}.h1-secondary{color:#fff}"]
497
- })
498
- ], exports.H1Component);
499
-
500
- exports.H1Module = /** @class */ (function () {
501
- function H1Module() {
502
- }
503
- return H1Module;
504
- }());
505
- exports.H1Module = __decorate([
506
- core.NgModule({
507
- declarations: [exports.H1Component],
508
- imports: [common.CommonModule],
509
- exports: [exports.H1Component],
510
- })
511
- ], exports.H1Module);
512
-
513
553
  exports.H2Component = /** @class */ (function () {
514
554
  function H2Component() {
515
555
  }
@@ -525,8 +565,8 @@
525
565
  exports.H2Component = __decorate([
526
566
  core.Component({
527
567
  selector: 'symphony-h2',
528
- template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n</h2>\n",
529
- styles: [".h2-primary,.h2-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:30px;font-weight:600;letter-spacing:-1px;line-height:30px;margin-bottom:0;margin-top:0}.h2-secondary{color:#fff}"]
568
+ template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n",
569
+ styles: [".h2-primary,.h2-secondary{color:#000;letter-spacing:-2px;line-height:40px;margin-bottom:0;margin-top:0}.h2-secondary{color:#fff}"]
530
570
  })
531
571
  ], exports.H2Component);
532
572
 
@@ -558,8 +598,8 @@
558
598
  exports.H3Component = __decorate([
559
599
  core.Component({
560
600
  selector: 'symphony-h3',
561
- template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n</h3>\n",
562
- styles: [".h3-primary,.h3-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:24px;font-weight:600;letter-spacing:-1px;line-height:20px;margin-bottom:0;margin-top:0}.h3-secondary{color:#fff}"]
601
+ template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n",
602
+ styles: [".h3-primary,.h3-secondary{color:#000;letter-spacing:-1px;line-height:30px;margin-bottom:0;margin-top:0}.h3-secondary{color:#fff}"]
563
603
  })
564
604
  ], exports.H3Component);
565
605
 
@@ -576,109 +616,146 @@
576
616
  })
577
617
  ], exports.H3Module);
578
618
 
579
- exports.XLSizeComponent = /** @class */ (function () {
580
- function XLSizeComponent() {
619
+ exports.H4Component = /** @class */ (function () {
620
+ function H4Component() {
621
+ }
622
+ H4Component.prototype.ngOnInit = function () { };
623
+ return H4Component;
624
+ }());
625
+ __decorate([
626
+ core.Input()
627
+ ], exports.H4Component.prototype, "text", void 0);
628
+ __decorate([
629
+ core.Input()
630
+ ], exports.H4Component.prototype, "isSecondary", void 0);
631
+ exports.H4Component = __decorate([
632
+ core.Component({
633
+ selector: 'symphony-h4',
634
+ template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n",
635
+ styles: [".h4-primary,.h4-secondary{color:#000;letter-spacing:-1px;line-height:20px;margin-bottom:0;margin-top:0}.h4-secondary{color:#fff}"]
636
+ })
637
+ ], exports.H4Component);
638
+
639
+ exports.H4Module = /** @class */ (function () {
640
+ function H4Module() {
641
+ }
642
+ return H4Module;
643
+ }());
644
+ exports.H4Module = __decorate([
645
+ core.NgModule({
646
+ declarations: [exports.H4Component],
647
+ imports: [common.CommonModule],
648
+ exports: [exports.H4Component],
649
+ })
650
+ ], exports.H4Module);
651
+
652
+ exports.H1Component = /** @class */ (function () {
653
+ function H1Component() {
581
654
  }
582
- XLSizeComponent.prototype.ngOnInit = function () { };
583
- return XLSizeComponent;
655
+ H1Component.prototype.ngOnInit = function () { };
656
+ return H1Component;
584
657
  }());
585
658
  __decorate([
586
659
  core.Input()
587
- ], exports.XLSizeComponent.prototype, "text", void 0);
660
+ ], exports.H1Component.prototype, "text", void 0);
588
661
  __decorate([
589
662
  core.Input()
590
- ], exports.XLSizeComponent.prototype, "isSecondary", void 0);
591
- exports.XLSizeComponent = __decorate([
663
+ ], exports.H1Component.prototype, "isSecondary", void 0);
664
+ exports.H1Component = __decorate([
592
665
  core.Component({
593
- selector: 'symphony-xl-size',
594
- template: "<div\n [ngClass]=\"{\n 'xlsize-secondary': isSecondary,\n 'xlsize-primary': !isSecondary\n }\"\n>\n {{ text }}\n</div>\n",
595
- styles: [".xlsize-primary,.xlsize-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:56px;font-weight:900;letter-spacing:-2px;line-height:50px;margin-bottom:0;margin-top:0}.xlsize-secondary{color:#fff}"]
666
+ selector: 'symphony-h1',
667
+ template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h1>\n",
668
+ styles: [".h1-primary,.h1-secondary{color:#000;letter-spacing:-2px;line-height:50px;margin-bottom:0;margin-top:0}.h1-secondary{color:#fff}"]
596
669
  })
597
- ], exports.XLSizeComponent);
670
+ ], exports.H1Component);
598
671
 
599
- exports.XLSizeModule = /** @class */ (function () {
600
- function XLSizeModule() {
672
+ exports.H1Module = /** @class */ (function () {
673
+ function H1Module() {
601
674
  }
602
- return XLSizeModule;
675
+ return H1Module;
603
676
  }());
604
- exports.XLSizeModule = __decorate([
677
+ exports.H1Module = __decorate([
605
678
  core.NgModule({
606
- declarations: [exports.XLSizeComponent],
679
+ declarations: [exports.H1Component],
607
680
  imports: [common.CommonModule],
608
- exports: [exports.XLSizeComponent],
681
+ exports: [exports.H1Component],
609
682
  })
610
- ], exports.XLSizeModule);
683
+ ], exports.H1Module);
611
684
 
612
- exports.BodyCopyComponent = /** @class */ (function () {
613
- function BodyCopyComponent() {
685
+ exports.ParagraphComponent = /** @class */ (function () {
686
+ function ParagraphComponent() {
614
687
  }
615
- BodyCopyComponent.prototype.ngOnInit = function () { };
616
- return BodyCopyComponent;
688
+ ParagraphComponent.prototype.ngOnInit = function () { };
689
+ return ParagraphComponent;
617
690
  }());
618
691
  __decorate([
619
692
  core.Input()
620
- ], exports.BodyCopyComponent.prototype, "text", void 0);
693
+ ], exports.ParagraphComponent.prototype, "text", void 0);
621
694
  __decorate([
622
695
  core.Input()
623
- ], exports.BodyCopyComponent.prototype, "isSecondary", void 0);
624
- exports.BodyCopyComponent = __decorate([
696
+ ], exports.ParagraphComponent.prototype, "isSecondary", void 0);
697
+ exports.ParagraphComponent = __decorate([
625
698
  core.Component({
626
699
  selector: 'symphony-paragraph',
627
- template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n</p>\n",
700
+ 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",
628
701
  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}"]
629
702
  })
630
- ], exports.BodyCopyComponent);
703
+ ], exports.ParagraphComponent);
631
704
 
632
- exports.BodyCopyModule = /** @class */ (function () {
633
- function BodyCopyModule() {
705
+ exports.ParagraphModule = /** @class */ (function () {
706
+ function ParagraphModule() {
634
707
  }
635
- return BodyCopyModule;
708
+ return ParagraphModule;
636
709
  }());
637
- exports.BodyCopyModule = __decorate([
710
+ exports.ParagraphModule = __decorate([
638
711
  core.NgModule({
639
- declarations: [exports.BodyCopyComponent],
712
+ declarations: [exports.ParagraphComponent],
640
713
  imports: [common.CommonModule],
641
- exports: [exports.BodyCopyComponent],
714
+ exports: [exports.ParagraphComponent],
642
715
  })
643
- ], exports.BodyCopyModule);
716
+ ], exports.ParagraphModule);
644
717
 
645
- exports.LabelComponent = /** @class */ (function () {
646
- function LabelComponent() {
718
+ exports.H5Component = /** @class */ (function () {
719
+ function H5Component() {
647
720
  }
648
- LabelComponent.prototype.ngOnInit = function () { };
649
- return LabelComponent;
721
+ H5Component.prototype.ngOnInit = function () { };
722
+ return H5Component;
650
723
  }());
651
724
  __decorate([
652
725
  core.Input()
653
- ], exports.LabelComponent.prototype, "text", void 0);
726
+ ], exports.H5Component.prototype, "text", void 0);
654
727
  __decorate([
655
728
  core.Input()
656
- ], exports.LabelComponent.prototype, "isSecondary", void 0);
657
- exports.LabelComponent = __decorate([
729
+ ], exports.H5Component.prototype, "isSecondary", void 0);
730
+ exports.H5Component = __decorate([
658
731
  core.Component({
659
- selector: 'symphony-label',
660
- template: "<p\n [ngClass]=\"{\n 'sfx-label-secondary': isSecondary,\n 'sfx-label-primary': !isSecondary\n }\"\n>\n {{ text }}\n</p>\n",
661
- styles: [".sfx-label-primary,.sfx-label-secondary{color:#000;font-family:neuzeit-grotesk,sans-serif!important;font-size:14px;font-weight:600;line-height:20px;margin-bottom:0}.sfx-label-secondary{color:#fff}"]
732
+ selector: 'symphony-h5',
733
+ template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n",
734
+ styles: [".h5-primary,.h5-secondary{color:#000;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
662
735
  })
663
- ], exports.LabelComponent);
736
+ ], exports.H5Component);
664
737
 
665
- exports.LabelModule = /** @class */ (function () {
666
- function LabelModule() {
738
+ exports.H5Module = /** @class */ (function () {
739
+ function H5Module() {
667
740
  }
668
- return LabelModule;
741
+ return H5Module;
669
742
  }());
670
- exports.LabelModule = __decorate([
743
+ exports.H5Module = __decorate([
671
744
  core.NgModule({
672
- declarations: [exports.LabelComponent],
745
+ declarations: [exports.H5Component],
673
746
  imports: [common.CommonModule],
674
- exports: [exports.LabelComponent],
747
+ exports: [exports.H5Component],
675
748
  })
676
- ], exports.LabelModule);
749
+ ], exports.H5Module);
677
750
 
678
751
  exports.IconComponent = /** @class */ (function () {
679
752
  function IconComponent() {
753
+ this.clicked = new core.EventEmitter();
680
754
  }
681
755
  IconComponent.prototype.ngOnInit = function () { };
756
+ IconComponent.prototype.onClick = function () {
757
+ this.clicked.emit('clicked');
758
+ };
682
759
  return IconComponent;
683
760
  }());
684
761
  __decorate([
@@ -687,11 +764,14 @@
687
764
  __decorate([
688
765
  core.Input()
689
766
  ], exports.IconComponent.prototype, "isSecondary", void 0);
767
+ __decorate([
768
+ core.Output()
769
+ ], exports.IconComponent.prototype, "clicked", void 0);
690
770
  exports.IconComponent = __decorate([
691
771
  core.Component({
692
772
  selector: 'symphony-icon',
693
- template: "<i\n class=\"sfx-icon fas\"\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
694
- styles: [".icon-secondary{color:#fff}"]
773
+ template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n></i>\n",
774
+ styles: [".icon-secondary{color:#fff}i{cursor:pointer;height:18px;width:18px}"]
695
775
  })
696
776
  ], exports.IconComponent);
697
777
 
@@ -708,246 +788,332 @@
708
788
  })
709
789
  ], exports.IconModule);
710
790
 
711
- exports["ɵl"] = /** @class */ (function () {
712
- function AvatarComponent(sp) {
713
- this.sp = sp;
791
+ var Icons;
792
+ (function (Icons) {
793
+ Icons["MOREOPTIONS"] = "si-more-options";
794
+ Icons["ADD"] = "si-add";
795
+ Icons["ACTIVITY"] = "si-activity";
796
+ Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
797
+ Icons["ARROWNEXT"] = "si-arrow-next";
798
+ Icons["ARROWPREV"] = "si-arrow-prev";
799
+ Icons["CLOSEMODAL"] = "si-close-modal";
800
+ Icons["COLLAPSE"] = "si-collapse";
801
+ Icons["DAYMODE"] = "si-daymode";
802
+ Icons["DELETE"] = "si-delete";
803
+ Icons["DOCUMENT"] = "si-document";
804
+ Icons["DOWNLOAD"] = "si-download";
805
+ Icons["EDIT"] = "si-edit";
806
+ Icons["EMAILDRIP"] = "si-email-drip";
807
+ Icons["EMAILOPEN"] = "si-email-open";
808
+ Icons["EMAILSEND"] = "si-email-send";
809
+ Icons["EXPAND"] = "si-expand";
810
+ Icons["FAVORITE"] = "si-favorite";
811
+ Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
812
+ Icons["FEEDBACKNO"] = "si-feedback-no";
813
+ Icons["FEEDBACKYES"] = "si-feedback-yes";
814
+ Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
815
+ Icons["INCLUDE"] = "si-include";
816
+ Icons["INFO"] = "si-info";
817
+ Icons["INTERVIEW"] = "si-interview";
818
+ Icons["LINK"] = "si-link";
819
+ Icons["LOCATION"] = "si-location";
820
+ Icons["MENUALL"] = "si-menu-all";
821
+ Icons["MENUANALYTICS"] = "si-menu-analytics";
822
+ Icons["MENUASSETS"] = "si-menu-assets";
823
+ Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
824
+ Icons["MENUCONTACT"] = "si-menu-contact";
825
+ Icons["MENUCONTENT"] = "si-menu-content";
826
+ Icons["MENUDASHBOARD"] = "si-menu-dashboard";
827
+ Icons["MENUEVENTS"] = "si-menu-events";
828
+ Icons["MENUFOLDERS"] = "si-menu-folders";
829
+ Icons["MENUJOBS"] = "si-menu-jobs";
830
+ Icons["MENURETURN"] = "si-menu-return";
831
+ Icons["MENUWORKFLOWS"] = "si-menu-workflows";
832
+ Icons["MERGE"] = "si-merge";
833
+ Icons["MOVE"] = "si-move";
834
+ Icons["NIGHTMODE"] = "si-nightmode";
835
+ Icons["NOTIFICATION"] = "si-notification";
836
+ Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
837
+ Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
838
+ Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
839
+ Icons["PHONENUMBER"] = "si-phone-number";
840
+ Icons["PREVIEW"] = "si-preview";
841
+ Icons["PROMOTE"] = "si-promote";
842
+ Icons["REFRESH"] = "si-refresh";
843
+ Icons["REMOVE"] = "si-remove";
844
+ Icons["EXCLUDE"] = "si-exclude";
845
+ Icons["RESULTSFILTERS"] = "si-results-filters";
846
+ Icons["REVIEW"] = "si-review";
847
+ Icons["SALARY"] = "si-salary";
848
+ Icons["SAVE"] = "si-save";
849
+ Icons["SEARCHADVANCED"] = "si-search-advanced";
850
+ Icons["SEARCHCLEAR"] = "si-search-clear";
851
+ Icons["SEARCHNEW"] = "si-search-new";
852
+ Icons["SETTINGSMART"] = "si-settings-smart";
853
+ Icons["SMS"] = "si-sms";
854
+ Icons["SORTMINI"] = "si-sort-mini";
855
+ Icons["STATUS"] = "si-status";
856
+ Icons["SYSTEMACTION"] = "si-system-action";
857
+ Icons["TASKCOMPLETED"] = "si-task-completed";
858
+ Icons["TASKOPEN"] = "si-task-open";
859
+ Icons["TIMEFRAME"] = "si-timeframe";
860
+ Icons["TIMELINE"] = "si-timeline";
861
+ Icons["UPLOAD"] = "si-upload";
862
+ Icons["USERMULTIPLE"] = "si-user-multiple";
863
+ Icons["USER"] = "si-user";
864
+ })(Icons || (Icons = {}));
865
+
866
+ exports.IconWrapperComponent = /** @class */ (function () {
867
+ function IconWrapperComponent() {
868
+ this.Icons = Icons;
869
+ this.clicked = new core.EventEmitter();
714
870
  }
715
- AvatarComponent.prototype.ngOnInit = function () {
716
- this.initials = '';
717
- this.firstInitial = '';
718
- this.bgColor = '';
719
- if (this.firstName) {
720
- this.initials += this.sp.transform(this.firstName, 0, 1);
721
- this.firstInitial = this.sp
722
- .transform(this.firstName, 0, 1)
723
- .toLocaleLowerCase();
724
- }
725
- if (this.lastName) {
726
- this.initials += this.sp.transform(this.lastName, 0, 1);
727
- }
728
- this.bgColor = this.getColor(this.firstInitial);
871
+ IconWrapperComponent.prototype.ngOnInit = function () { };
872
+ IconWrapperComponent.prototype.onClick = function () {
873
+ this.clicked.emit('clicked');
729
874
  };
730
- AvatarComponent.prototype.getColor = function (character) {
731
- switch (character) {
732
- case 'a':
733
- return '#D0021B';
734
- case 'b':
735
- return '#F5A623';
736
- case 'c':
737
- return '#E4D75C';
738
- case 'd':
739
- return '#8B572A';
740
- case 'e':
741
- return '#579F09';
742
- case 'f':
743
- return '#BD10E0';
744
- case 'g':
745
- return '#9013FE';
746
- case 'h':
747
- return '#4A90E2';
748
- case 'i':
749
- return '#39B196';
750
- case 'j':
751
- return '#4A4A4A';
752
- case 'k':
753
- return '#E84D4D';
754
- case 'l':
755
- return '#E84DC0';
756
- case 'm':
757
- return '#CE950B';
758
- case 'n':
759
- return '#1CCE0B';
760
- case 'o':
761
- return '#1DB1A6';
762
- case 'p':
763
- return '#3724A9';
764
- case 'q':
765
- return '#A9249E';
766
- case 'r':
767
- return '#A9246B';
768
- case 's':
769
- return '#24A97A';
770
- case 't':
771
- return '#1C93B3';
772
- case 'u':
773
- return '#D52424';
774
- case 'v':
775
- return '#A45519';
776
- case 'w':
777
- return '#19A420';
778
- case 'x':
779
- return '#A41963';
780
- case 'y':
781
- return '#CFD00A';
782
- case 'z':
783
- return '#AA0AD0';
784
- default:
785
- return '#000000';
786
- }
787
- };
788
- return AvatarComponent;
875
+ return IconWrapperComponent;
789
876
  }());
790
877
  __decorate([
791
878
  core.Input()
792
- ], exports["ɵl"].prototype, "firstName", void 0);
793
- __decorate([
794
- core.Input()
795
- ], exports["ɵl"].prototype, "lastName", void 0);
796
- __decorate([
797
- core.Input()
798
- ], exports["ɵl"].prototype, "sizePx", void 0);
879
+ ], exports.IconWrapperComponent.prototype, "isInverse", void 0);
799
880
  __decorate([
800
- core.Input()
801
- ], exports["ɵl"].prototype, "fontSizePx", void 0);
802
- exports["ɵl"] = __decorate([
881
+ core.Output()
882
+ ], exports.IconWrapperComponent.prototype, "clicked", void 0);
883
+ exports.IconWrapperComponent = __decorate([
803
884
  core.Component({
804
- selector: 'lib-avatar',
805
- template: "<div\n [style.line-height.px]=\"sizePx\"\n [style.height.px]=\"sizePx\"\n [style.width.px]=\"sizePx\"\n [style.font-size.px]=\"fontSizePx\"\n [style.background-color]=\"bgColor\"\n class=\"avatar-circle\"\n>\n <div *ngIf=\"initials\" class=\"avatar-text\">\n {{ initials }}\n </div>\n</div>\n",
806
- styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
885
+ selector: 'symphony-icon-wrapper',
886
+ template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
887
+ styles: [".icon-wrapper{border:1px solid #000;border-radius:50%;cursor:pointer;height:40px;padding-top:11px;text-align:center;width:40px}.icon-wrapper.is-inverse,.icon-wrapper:hover{background:#000;color:#fff}.icon-wrapper.is-inverse:hover{background:#fff;color:#000}"]
807
888
  })
808
- ], exports["ɵl"]);
889
+ ], exports.IconWrapperComponent);
809
890
 
810
- exports["ɵk"] = /** @class */ (function () {
811
- function AvatarModule() {
891
+ exports.IconWrapperModule = /** @class */ (function () {
892
+ function IconWrapperModule() {
812
893
  }
813
- return AvatarModule;
894
+ return IconWrapperModule;
814
895
  }());
815
- exports["ɵk"] = __decorate([
896
+ exports.IconWrapperModule = __decorate([
816
897
  core.NgModule({
817
- declarations: [exports["ɵl"]],
898
+ declarations: [exports.IconWrapperComponent],
818
899
  imports: [common.CommonModule],
819
- providers: [common.SlicePipe],
820
- exports: [exports["ɵl"]],
900
+ exports: [exports.IconWrapperComponent],
821
901
  })
822
- ], exports["ɵk"]);
902
+ ], exports.IconWrapperModule);
823
903
 
824
- exports["ɵf"] = /** @class */ (function () {
825
- function DescriptionComponent() {
904
+ exports.InputCheckboxComponent = /** @class */ (function () {
905
+ function InputCheckboxComponent() {
906
+ this.clicked = new core.EventEmitter();
826
907
  }
827
- DescriptionComponent.prototype.ngOnInit = function () { };
828
- return DescriptionComponent;
908
+ InputCheckboxComponent.prototype.ngOnInit = function () { };
909
+ InputCheckboxComponent.prototype.onClick = function () {
910
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
911
+ this.clicked.emit({
912
+ label: this.label,
913
+ isActive: this.isActive,
914
+ });
915
+ };
916
+ return InputCheckboxComponent;
829
917
  }());
830
918
  __decorate([
831
919
  core.Input()
832
- ], exports["ɵf"].prototype, "description", void 0);
833
- exports["ɵf"] = __decorate([
920
+ ], exports.InputCheckboxComponent.prototype, "isActive", void 0);
921
+ __decorate([
922
+ core.Input()
923
+ ], exports.InputCheckboxComponent.prototype, "label", void 0);
924
+ __decorate([
925
+ core.Input()
926
+ ], exports.InputCheckboxComponent.prototype, "isRequired", void 0);
927
+ __decorate([
928
+ core.Output()
929
+ ], exports.InputCheckboxComponent.prototype, "clicked", void 0);
930
+ exports.InputCheckboxComponent = __decorate([
834
931
  core.Component({
835
- selector: 'symphony-description',
836
- template: "<p>{{description}}</p>\n",
837
- styles: ["p{font-size:14px;line-height:29px;margin-bottom:0}"]
932
+ selector: 'symphony-input-checkbox',
933
+ 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",
934
+ styles: [".sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:transparent}.requiredField{color:red!important}.sfx-checkbox{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;margin:10px 0;user-select:none}.sfx-checkbox .sfx-checkbox-input:checked,.sfx-checkbox .sfx-checkbox-input:not(:checked){height:0;left:0;margin:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:0;z-index:-1}.sfx-checkbox .sfx-checkbox-input~label{color:#000;cursor:pointer;display:inline-block;font-family:neuzeit_groteskbold,sans-serif;font-size:14px;height:100%;line-height:20px;margin:0;padding-left:36px;position:relative;word-break:break-word}.sfx-checkbox .sfx-checkbox-input~label.sfx-font-reg{font-family:neuzeit_groteskregular,sans-serif}.sfx-checkbox .sfx-checkbox-input~label:before{border-radius:2px;content:\"\";left:0;position:absolute;transform:translateZ(0);transition:all .2s ease-in}.sfx-checkbox .sfx-checkbox-input~label:after{border-radius:2px;content:\"\";left:0;position:absolute;top:0}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:before{border:none;height:15px;left:0;top:1px;transform:rotate(37deg) scale(.1);transform-origin:100% 100%;width:9px}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:after{border:2px solid #000;border-radius:4px;height:20px;width:20px;z-index:0}.sfx-checkbox .sfx-checkbox-input:checked~label:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-color:transparent #000 #000 transparent;border-radius:0;border-style:solid;border-width:0 2px 2px 0;height:12px;left:3px;top:3px;transform:rotate(37deg) scale(1);transform-origin:100% 100%;width:6px;z-index:1}.sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:#fff;border:2px solid #000;border-radius:4px;height:20px;width:20px}.sfx-checkbox .sfx-checkbox-input:disabled~label{opacity:.3;pointer-events:none}"]
838
935
  })
839
- ], exports["ɵf"]);
936
+ ], exports.InputCheckboxComponent);
840
937
 
841
- exports["ɵe"] = /** @class */ (function () {
842
- function DescriptionModule() {
938
+ exports.InputCheckboxModule = /** @class */ (function () {
939
+ function InputCheckboxModule() {
843
940
  }
844
- return DescriptionModule;
941
+ return InputCheckboxModule;
845
942
  }());
846
- exports["ɵe"] = __decorate([
943
+ exports.InputCheckboxModule = __decorate([
847
944
  core.NgModule({
848
- declarations: [exports["ɵf"]],
945
+ declarations: [exports.InputCheckboxComponent],
849
946
  imports: [common.CommonModule],
850
- exports: [exports["ɵf"]]
947
+ exports: [exports.InputCheckboxComponent],
851
948
  })
852
- ], exports["ɵe"]);
949
+ ], exports.InputCheckboxModule);
853
950
 
854
- exports["ɵb"] = /** @class */ (function () {
855
- function DropdownComponent() {
951
+ exports.InputRadioComponent = /** @class */ (function () {
952
+ function InputRadioComponent() {
953
+ this.clicked = new core.EventEmitter();
856
954
  }
857
- DropdownComponent.prototype.ngOnInit = function () {
955
+ InputRadioComponent.prototype.ngOnInit = function () { };
956
+ InputRadioComponent.prototype.onClick = function () {
957
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
958
+ this.clicked.emit({
959
+ label: this.label,
960
+ isActive: this.isActive,
961
+ });
858
962
  };
859
- return DropdownComponent;
963
+ return InputRadioComponent;
860
964
  }());
965
+ __decorate([
966
+ core.Input()
967
+ ], exports.InputRadioComponent.prototype, "isActive", void 0);
968
+ __decorate([
969
+ core.Input()
970
+ ], exports.InputRadioComponent.prototype, "label", void 0);
971
+ __decorate([
972
+ core.Input()
973
+ ], exports.InputRadioComponent.prototype, "isRequired", void 0);
974
+ __decorate([
975
+ core.Output()
976
+ ], exports.InputRadioComponent.prototype, "clicked", void 0);
977
+ exports.InputRadioComponent = __decorate([
978
+ core.Component({
979
+ selector: 'symphony-input-radio',
980
+ 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",
981
+ 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}"]
982
+ })
983
+ ], exports.InputRadioComponent);
984
+
985
+ exports["ɵb"] = /** @class */ (function () {
986
+ function SfxInlineErrorComponent() {
987
+ }
988
+ return SfxInlineErrorComponent;
989
+ }());
990
+ __decorate([
991
+ core.Input()
992
+ ], exports["ɵb"].prototype, "errorMessage", void 0);
861
993
  exports["ɵb"] = __decorate([
862
994
  core.Component({
863
- selector: 'symphony-dropdown',
864
- template: "<div class=\"btn-group\" dropdown>\n <button id=\"button-basic\" dropdownToggle type=\"button\" class=\"btn btn-primary dropdown-toggle\"\n aria-controls=\"dropdown-basic\">\n Button dropdown <span class=\"caret\"></span>\n </button>\n <ul id=\"dropdown-basic\" *dropdownMenu class=\"dropdown-menu\"\n role=\"menu\" aria-labelledby=\"button-basic\">\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Action</a></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Another action</a></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Something else here</a></li>\n <li class=\"divider dropdown-divider\"></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Separated link</a>\n </li>\n </ul>\n </div>",
865
- styles: [""]
995
+ selector: 'lib-sfx-inline-error',
996
+ template: "<p>{{ errorMessage }}</p>\n",
997
+ styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
866
998
  })
867
999
  ], exports["ɵb"]);
868
1000
 
869
1001
  exports["ɵa"] = /** @class */ (function () {
870
- function DropdownModule() {
1002
+ function SfxInlineErrorModule() {
871
1003
  }
872
- return DropdownModule;
1004
+ return SfxInlineErrorModule;
873
1005
  }());
874
1006
  exports["ɵa"] = __decorate([
875
1007
  core.NgModule({
876
1008
  declarations: [exports["ɵb"]],
877
- imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
878
- providers: [],
1009
+ imports: [common.CommonModule],
879
1010
  exports: [exports["ɵb"]],
880
1011
  })
881
1012
  ], exports["ɵa"]);
882
1013
 
883
- exports["ɵh"] = /** @class */ (function () {
884
- function ListTitleComponent() {
1014
+ exports.InputRadioModule = /** @class */ (function () {
1015
+ function InputRadioModule() {
1016
+ }
1017
+ return InputRadioModule;
1018
+ }());
1019
+ exports.InputRadioModule = __decorate([
1020
+ core.NgModule({
1021
+ declarations: [exports.InputRadioComponent],
1022
+ imports: [
1023
+ common.CommonModule,
1024
+ forms.FormsModule,
1025
+ forms.ReactiveFormsModule,
1026
+ exports["ɵa"],
1027
+ ],
1028
+ exports: [exports.InputRadioComponent],
1029
+ })
1030
+ ], exports.InputRadioModule);
1031
+
1032
+ exports.InputTextComponent = /** @class */ (function () {
1033
+ function InputTextComponent() {
1034
+ this.placeholder = '';
1035
+ this.textChange = new core.EventEmitter();
885
1036
  }
886
- ListTitleComponent.prototype.ngOnInit = function () { };
887
- return ListTitleComponent;
1037
+ InputTextComponent.prototype.ngOnInit = function () { };
1038
+ InputTextComponent.prototype.onTextChange = function (event) {
1039
+ this.textChange.emit(event.target.value);
1040
+ };
1041
+ return InputTextComponent;
888
1042
  }());
889
1043
  __decorate([
890
1044
  core.Input()
891
- ], exports["ɵh"].prototype, "listTitle", void 0);
892
- exports["ɵh"] = __decorate([
1045
+ ], exports.InputTextComponent.prototype, "placeholder", void 0);
1046
+ __decorate([
1047
+ core.Input()
1048
+ ], exports.InputTextComponent.prototype, "icon", void 0);
1049
+ __decorate([
1050
+ core.Input()
1051
+ ], exports.InputTextComponent.prototype, "label", void 0);
1052
+ __decorate([
1053
+ core.Input()
1054
+ ], exports.InputTextComponent.prototype, "isInverse", void 0);
1055
+ __decorate([
1056
+ core.Output()
1057
+ ], exports.InputTextComponent.prototype, "textChange", void 0);
1058
+ exports.InputTextComponent = __decorate([
893
1059
  core.Component({
894
- selector: 'symphony-list-title',
895
- template: "<h3>{{listTitle}}</h3>\n",
896
- styles: ["h3{font-weight:700;letter-spacing:-1px;line-height:29px;margin-bottom:0;margin-top:0}"]
1060
+ selector: 'symphony-input-text',
1061
+ 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",
1062
+ styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::-moz-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text:-ms-input-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;line-height:25px;margin-bottom:.9375rem}.input-text-wrap .input-text{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:100%}.input-text-wrap .input-text::-moz-placeholder{color:#000}.input-text-wrap .input-text:-ms-input-placeholder{color:#000}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{bottom:8px;font-size:14px;position:absolute;right:15px}"]
897
1063
  })
898
- ], exports["ɵh"]);
1064
+ ], exports.InputTextComponent);
899
1065
 
900
- exports["ɵg"] = /** @class */ (function () {
901
- function ListTitleModule() {
1066
+ exports.InputTextModule = /** @class */ (function () {
1067
+ function InputTextModule() {
902
1068
  }
903
- return ListTitleModule;
1069
+ return InputTextModule;
904
1070
  }());
905
- exports["ɵg"] = __decorate([
1071
+ exports.InputTextModule = __decorate([
906
1072
  core.NgModule({
907
- declarations: [exports["ɵh"]],
908
- imports: [common.CommonModule],
909
- exports: [exports["ɵh"]]
1073
+ declarations: [exports.InputTextComponent],
1074
+ imports: [common.CommonModule, exports.IconModule],
1075
+ exports: [exports.InputTextComponent],
910
1076
  })
911
- ], exports["ɵg"]);
1077
+ ], exports.InputTextModule);
912
1078
 
913
- exports["ɵd"] = /** @class */ (function () {
914
- function MoreDropdownComponent() {
1079
+ exports.ContextualMenuComponent = /** @class */ (function () {
1080
+ function ContextualMenuComponent() {
915
1081
  }
916
- MoreDropdownComponent.prototype.ngOnInit = function () {
1082
+ ContextualMenuComponent.prototype.ngOnInit = function () {
917
1083
  this.sfxMoreActions = this.moreActions;
918
1084
  };
919
- return MoreDropdownComponent;
1085
+ return ContextualMenuComponent;
920
1086
  }());
921
1087
  __decorate([
922
1088
  core.Input()
923
- ], exports["ɵd"].prototype, "moreActions", void 0);
924
- exports["ɵd"] = __decorate([
1089
+ ], exports.ContextualMenuComponent.prototype, "moreActions", void 0);
1090
+ exports.ContextualMenuComponent = __decorate([
925
1091
  core.Component({
926
- selector: 'symphony-more-dropdown',
927
- template: "<div style=\"margin-left: 300px;\" class=\"btn-group\" dropdown>\n <button id=\"button-basic\" dropdownToggle type=\"button\" class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\">\n <i class=\"glyphicon glyphicon-option-vertical\"></i>\n </button>\n <ul id=\"dropdown-basic\" *dropdownMenu class=\"dropdown-menu\"\n role=\"menu\" aria-labelledby=\"button-basic\">\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{moreActions.dropItemName}}</a>\n </li>\n </ul>\n </div>",
928
- styles: [".btn-group button.dropdown-toggle.btn{background:#fff;border-radius:50%;box-shadow:none;color:#000;font-size:24px;height:40px;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;overflow:inherit;padding-bottom:20px;padding-top:20px;right:7px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;padding:10px 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:8px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
1092
+ selector: 'symphony-contextual-menu',
1093
+ 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",
1094
+ styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:24px;height:40px;justify-content:center;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;overflow:inherit;padding-bottom:20px;padding-top:20px;right:7px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;padding:10px 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:8px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
929
1095
  })
930
- ], exports["ɵd"]);
1096
+ ], exports.ContextualMenuComponent);
931
1097
 
932
- exports["ɵc"] = /** @class */ (function () {
933
- function MoreDropdownModule() {
1098
+ exports.ContextualMenuModule = /** @class */ (function () {
1099
+ function ContextualMenuModule() {
934
1100
  }
935
- return MoreDropdownModule;
1101
+ return ContextualMenuModule;
936
1102
  }());
937
- exports["ɵc"] = __decorate([
1103
+ exports.ContextualMenuModule = __decorate([
938
1104
  core.NgModule({
939
- declarations: [exports["ɵd"]],
1105
+ declarations: [exports.ContextualMenuComponent],
940
1106
  imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
941
- exports: [exports["ɵd"]]
1107
+ exports: [exports.ContextualMenuComponent]
942
1108
  })
943
- ], exports["ɵc"]);
1109
+ ], exports.ContextualMenuModule);
944
1110
 
945
- exports["ɵm"] = /** @class */ (function () {
1111
+ exports["ɵc"] = /** @class */ (function () {
946
1112
  function PillModule() {
947
1113
  }
948
1114
  return PillModule;
949
1115
  }());
950
- exports["ɵm"] = __decorate([
1116
+ exports["ɵc"] = __decorate([
951
1117
  core.NgModule({
952
1118
  declarations: [exports.PillComponent],
953
1119
  imports: [
@@ -955,80 +1121,37 @@
955
1121
  ],
956
1122
  exports: [exports.PillComponent],
957
1123
  })
958
- ], exports["ɵm"]);
959
-
960
- exports["ɵj"] = /** @class */ (function () {
961
- function TimeStampComponent() {
962
- }
963
- TimeStampComponent.prototype.ngOnInit = function () { };
964
- return TimeStampComponent;
965
- }());
966
- __decorate([
967
- core.Input()
968
- ], exports["ɵj"].prototype, "timeStamp", void 0);
969
- exports["ɵj"] = __decorate([
970
- core.Component({
971
- selector: 'symphony-time-stamp',
972
- template: "<p>{{timeStamp}}</p>\n",
973
- styles: ["p{font-size:14px;letter-spacing:-1px;line-height:29px;margin-bottom:0}"]
974
- })
975
- ], exports["ɵj"]);
976
-
977
- exports["ɵi"] = /** @class */ (function () {
978
- function TimeStampModule() {
979
- }
980
- return TimeStampModule;
981
- }());
982
- exports["ɵi"] = __decorate([
983
- core.NgModule({
984
- declarations: [exports["ɵj"]],
985
- imports: [common.CommonModule],
986
- exports: [exports["ɵj"]]
987
- })
988
- ], exports["ɵi"]);
1124
+ ], exports["ɵc"]);
989
1125
 
990
- exports["ɵo"] = /** @class */ (function () {
991
- function ButtonRoundComponent() {
992
- this.clicked = new core.EventEmitter();
1126
+ exports["ɵe"] = /** @class */ (function () {
1127
+ function TwoColumnFilterAreaComponent() {
993
1128
  }
994
- ButtonRoundComponent.prototype.ngOnInit = function () { };
995
- ButtonRoundComponent.prototype.onClick = function () {
996
- this.clicked.emit('Clicked');
997
- };
998
- return ButtonRoundComponent;
1129
+ TwoColumnFilterAreaComponent.prototype.ngOnInit = function () { };
1130
+ return TwoColumnFilterAreaComponent;
999
1131
  }());
1000
1132
  __decorate([
1001
1133
  core.Input()
1002
- ], exports["ɵo"].prototype, "icon", void 0);
1003
- __decorate([
1004
- core.Input()
1005
- ], exports["ɵo"].prototype, "disabled", void 0);
1006
- __decorate([
1007
- core.Input()
1008
- ], exports["ɵo"].prototype, "isSecondary", void 0);
1009
- __decorate([
1010
- core.Output()
1011
- ], exports["ɵo"].prototype, "clicked", void 0);
1012
- exports["ɵo"] = __decorate([
1134
+ ], exports["ɵe"].prototype, "height", void 0);
1135
+ exports["ɵe"] = __decorate([
1013
1136
  core.Component({
1014
- selector: 'symphony-button-round',
1015
- template: "<button\n class=\"btn\"\n [ngClass]=\"{\n 'btn-secondary': isSecondary,\n 'btn-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n [disabled]=\"disabled\"\n>\n <i class=\"fas\" [ngClass]=\"icon\"></i>\n</button>\n",
1016
- styles: ["button{border-radius:50%;height:40px;outline:none;width:40px}button i{font-size:10px}button:focus{outline:none}button:disabled{cursor:not-allowed;opacity:.3}button:disabled:hover{background-color:#fff;border:1px solid #000;color:#000}.btn-primary{background:#fff;border:1px solid #000;color:#000}.btn-primary:hover,.btn-secondary{background:#000;color:#fff}.btn-secondary{border:1px solid #fff}.btn-secondary:hover{background:#fff;color:#000}.bg-black{background-color:#000;padding:10px}"]
1137
+ selector: 'symphony-two-column-filter-area',
1138
+ 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",
1139
+ styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
1017
1140
  })
1018
- ], exports["ɵo"]);
1141
+ ], exports["ɵe"]);
1019
1142
 
1020
- exports["ɵn"] = /** @class */ (function () {
1021
- function ButtonRoundModule() {
1143
+ exports["ɵd"] = /** @class */ (function () {
1144
+ function TwoColumnFilterAreaModule() {
1022
1145
  }
1023
- return ButtonRoundModule;
1146
+ return TwoColumnFilterAreaModule;
1024
1147
  }());
1025
- exports["ɵn"] = __decorate([
1148
+ exports["ɵd"] = __decorate([
1026
1149
  core.NgModule({
1027
- declarations: [exports["ɵo"]],
1150
+ declarations: [exports["ɵe"]],
1028
1151
  imports: [common.CommonModule],
1029
- exports: [exports["ɵo"]],
1152
+ exports: [exports["ɵe"]],
1030
1153
  })
1031
- ], exports["ɵn"]);
1154
+ ], exports["ɵd"]);
1032
1155
 
1033
1156
  exports.AtomsModule = /** @class */ (function () {
1034
1157
  function AtomsModule() {
@@ -1041,118 +1164,58 @@
1041
1164
  imports: [],
1042
1165
  exports: [
1043
1166
  exports.ButtonModule,
1044
- exports["ɵa"],
1167
+ exports.ContextualMenuModule,
1168
+ exports.AvatarModule,
1045
1169
  exports["ɵc"],
1046
- exports["ɵe"],
1047
- exports["ɵg"],
1048
- exports["ɵi"],
1049
- exports["ɵk"],
1050
- exports["ɵm"],
1051
1170
  exports.TaskIconModule,
1052
1171
  exports.ColorSampleModule,
1053
1172
  exports.H1Module,
1054
1173
  exports.H2Module,
1055
1174
  exports.H3Module,
1056
- exports.XLSizeModule,
1057
- exports.BodyCopyModule,
1058
- exports.LabelModule,
1059
- exports["ɵn"],
1175
+ exports.H4Module,
1176
+ exports.H5Module,
1177
+ exports.ParagraphModule,
1060
1178
  exports.IconModule,
1179
+ exports.IconWrapperModule,
1180
+ exports["ɵd"],
1181
+ exports.InputRadioModule,
1182
+ exports.InputCheckboxModule,
1183
+ exports.InputTextModule,
1061
1184
  ],
1062
1185
  })
1063
1186
  ], exports.AtomsModule);
1064
1187
 
1065
- exports.PillsComponent = /** @class */ (function () {
1066
- function PillsComponent() {
1067
- this.removePill = new core.EventEmitter();
1188
+ exports.BreadcrumbComponent = /** @class */ (function () {
1189
+ function BreadcrumbComponent() {
1068
1190
  }
1069
- PillsComponent.prototype.ngOnInit = function () {
1070
- };
1071
- PillsComponent.prototype.onRemovePill = function (event) {
1072
- this.removePill.emit(this.pillsList.find(function (p) { return p.pillLabel.toLowerCase() === event.toLowerCase(); }));
1191
+ BreadcrumbComponent.prototype.ngOnInit = function () {
1192
+ this.icon = Icons.ARROWNEXT;
1073
1193
  };
1074
- return PillsComponent;
1194
+ return BreadcrumbComponent;
1075
1195
  }());
1076
1196
  __decorate([
1077
1197
  core.Input()
1078
- ], exports.PillsComponent.prototype, "hasClose", void 0);
1079
- __decorate([
1080
- core.Input()
1081
- ], exports.PillsComponent.prototype, "pillsList", void 0);
1082
- __decorate([
1083
- core.Input()
1084
- ], exports.PillsComponent.prototype, "hasTooltips", void 0);
1085
- __decorate([
1086
- core.Output()
1087
- ], exports.PillsComponent.prototype, "removePill", void 0);
1088
- exports.PillsComponent = __decorate([
1198
+ ], exports.BreadcrumbComponent.prototype, "breadcrumbs", void 0);
1199
+ exports.BreadcrumbComponent = __decorate([
1089
1200
  core.Component({
1090
- selector: 'symphony-pills',
1091
- template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>",
1092
- styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
1201
+ selector: 'symphony-breadcrumb',
1202
+ 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",
1203
+ styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
1093
1204
  })
1094
- ], exports.PillsComponent);
1205
+ ], exports.BreadcrumbComponent);
1095
1206
 
1096
- exports.PillsModule = /** @class */ (function () {
1097
- function PillsModule() {
1207
+ exports.BreadcrumbModule = /** @class */ (function () {
1208
+ function BreadcrumbModule() {
1098
1209
  }
1099
- return PillsModule;
1210
+ return BreadcrumbModule;
1100
1211
  }());
1101
- exports.PillsModule = __decorate([
1212
+ exports.BreadcrumbModule = __decorate([
1102
1213
  core.NgModule({
1103
- declarations: [exports.PillsComponent],
1104
- imports: [
1105
- common.CommonModule,
1106
- exports["ɵm"]
1107
- ],
1108
- exports: [
1109
- exports.PillsComponent
1110
- ]
1214
+ declarations: [exports.BreadcrumbComponent],
1215
+ imports: [common.CommonModule, exports.H3Module, exports.IconModule],
1216
+ exports: [exports.BreadcrumbComponent],
1111
1217
  })
1112
- ], exports.PillsModule);
1113
-
1114
- exports.TaskComponent = /** @class */ (function () {
1115
- function TaskComponent() {
1116
- this.taskModel = {
1117
- assignee: '',
1118
- title: '',
1119
- dueDate: '',
1120
- moreActions: [],
1121
- };
1122
- }
1123
- TaskComponent.prototype.ngOnInit = function () { };
1124
- return TaskComponent;
1125
- }());
1126
- __decorate([
1127
- core.Input()
1128
- ], exports.TaskComponent.prototype, "taskModel", void 0);
1129
- exports.TaskComponent = __decorate([
1130
- core.Component({
1131
- selector: 'symphony-task',
1132
- template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-list-title [listTitle]=\"taskModel.title\"></symphony-list-title>\n <div class=\"time-and-assigned\">\n <symphony-time-stamp\n [timeStamp]=\"taskModel.dueDate\"\n ></symphony-time-stamp>\n <symphony-description\n [description]=\"taskModel.assignee\"\n ></symphony-description>\n </div>\n </div>\n <symphony-more-dropdown\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.length > 0\"\n [moreActions]=\"taskModel.moreActions\"\n >\n </symphony-more-dropdown>\n</div>\n",
1133
- styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;padding:30px 0}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{height:50px;width:80%}.sfx-task symphony-description,.sfx-task symphony-time-stamp{display:inline-block}.sfx-task symphony-time-stamp{margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
1134
- })
1135
- ], exports.TaskComponent);
1136
-
1137
- exports.TaskModule = /** @class */ (function () {
1138
- function TaskModule() {
1139
- }
1140
- return TaskModule;
1141
- }());
1142
- exports.TaskModule = __decorate([
1143
- core.NgModule({
1144
- declarations: [exports.TaskComponent],
1145
- imports: [
1146
- common.CommonModule,
1147
- exports.TaskIconModule,
1148
- exports["ɵg"],
1149
- exports["ɵi"],
1150
- exports["ɵe"],
1151
- exports["ɵc"],
1152
- ],
1153
- exports: [exports.TaskComponent],
1154
- })
1155
- ], exports.TaskModule);
1218
+ ], exports.BreadcrumbModule);
1156
1219
 
1157
1220
  exports.ColorSwatchComponent = /** @class */ (function () {
1158
1221
  function ColorSwatchComponent() {
@@ -1176,7 +1239,7 @@
1176
1239
  exports.ColorSwatchComponent = __decorate([
1177
1240
  core.Component({
1178
1241
  selector: 'symphony-ui-color-explorer',
1179
- template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-list-title\n [listTitle]=\"colorSwatchModel.colorName\"\n ></symphony-list-title>\n <symphony-description [description]=\"description\"></symphony-description>\n</div>\n",
1242
+ template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-h3\n [text]=\"colorSwatchModel.colorName\"\n ></symphony-h3>\n <symphony-paragraph [text]=\"description\"></symphony-paragraph>\n</div>\n",
1180
1243
  styles: [""]
1181
1244
  })
1182
1245
  ], exports.ColorSwatchComponent);
@@ -1192,8 +1255,8 @@
1192
1255
  imports: [
1193
1256
  common.CommonModule,
1194
1257
  exports.ColorSampleModule,
1195
- exports["ɵg"],
1196
- exports["ɵe"],
1258
+ exports.H3Module,
1259
+ exports.ParagraphModule
1197
1260
  ],
1198
1261
  exports: [exports.ColorSwatchComponent],
1199
1262
  })
@@ -1212,11 +1275,14 @@
1212
1275
  __decorate([
1213
1276
  core.Input()
1214
1277
  ], exports.IconSwatchComponent.prototype, "iconSwatchModel", void 0);
1278
+ __decorate([
1279
+ core.Input()
1280
+ ], exports.IconSwatchComponent.prototype, "isInverse", void 0);
1215
1281
  exports.IconSwatchComponent = __decorate([
1216
1282
  core.Component({
1217
1283
  selector: 'symphony-icon-swatch',
1218
- template: "<div class=\"sfx-icon-swatch\">\n <div class=\"sfx-icon-wrapper\">\n <symphony-icon\n [icon]=\"iconSwatchModel.icon\"\n [isSecondary]=\"iconSwatchModel.isSecondary\"\n ></symphony-icon>\n </div>\n <div class=\"sfx-icon-description-wrapper\">\n <symphony-label\n [text]=\"iconSwatchModel.iconName\"\n [isSecondary]=\"iconSwatchModel.isSecondary\"\n ></symphony-label>\n\n <symphony-paragraph\n [text]=\"iconSwatchModel.iconClass\"\n [isSecondary]=\"iconSwatchModel.isSecondary\"\n ></symphony-paragraph>\n </div>\n</div>\n",
1219
- styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-icon-wrapper{height:18px;margin-right:10px;margin-top:10px;text-align:center;vertical-align:top;width:18px}.sfx-icon-description-wrapper,.sfx-icon-wrapper{display:inline-block}"]
1284
+ 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",
1285
+ styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-icon-wrapper{display:inline-block;margin-right:10px;margin-top:10px;text-align:center;vertical-align:top}.mt-0{margin-top:0}.sfx-icon-description-wrapper{display:inline-block}"]
1220
1286
  })
1221
1287
  ], exports.IconSwatchComponent);
1222
1288
 
@@ -1228,55 +1294,151 @@
1228
1294
  exports.IconSwatchModule = __decorate([
1229
1295
  core.NgModule({
1230
1296
  declarations: [exports.IconSwatchComponent],
1231
- imports: [common.CommonModule, exports.IconModule, exports.LabelModule, exports.BodyCopyModule],
1297
+ imports: [
1298
+ common.CommonModule,
1299
+ exports.IconModule,
1300
+ exports.H5Module,
1301
+ exports.ParagraphModule,
1302
+ exports.IconWrapperModule,
1303
+ ],
1232
1304
  exports: [exports.IconSwatchComponent],
1233
1305
  })
1234
1306
  ], exports.IconSwatchModule);
1235
1307
 
1236
- exports["ɵq"] = /** @class */ (function () {
1308
+ exports.NoteComponent = /** @class */ (function () {
1237
1309
  function NoteComponent() {
1310
+ this.noteModel = {
1311
+ firstName: '',
1312
+ lastName: '',
1313
+ listTitle: '',
1314
+ timeStamp: '',
1315
+ description: '',
1316
+ moreActions: [],
1317
+ };
1238
1318
  }
1239
1319
  NoteComponent.prototype.ngOnInit = function () { };
1240
1320
  return NoteComponent;
1241
1321
  }());
1242
1322
  __decorate([
1243
1323
  core.Input()
1244
- ], exports["ɵq"].prototype, "firstName", void 0);
1324
+ ], exports.NoteComponent.prototype, "noteModel", void 0);
1325
+ exports.NoteComponent = __decorate([
1326
+ core.Component({
1327
+ selector: 'symphony-note',
1328
+ 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",
1329
+ 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}"]
1330
+ })
1331
+ ], exports.NoteComponent);
1332
+
1333
+ exports.NoteModule = /** @class */ (function () {
1334
+ function NoteModule() {
1335
+ }
1336
+ return NoteModule;
1337
+ }());
1338
+ exports.NoteModule = __decorate([
1339
+ core.NgModule({
1340
+ declarations: [exports.NoteComponent],
1341
+ imports: [
1342
+ common.CommonModule,
1343
+ exports.AvatarModule,
1344
+ exports.ContextualMenuModule,
1345
+ exports.H3Module,
1346
+ exports.ParagraphModule
1347
+ ],
1348
+ exports: [exports.NoteComponent]
1349
+ })
1350
+ ], exports.NoteModule);
1351
+
1352
+ exports.PillsComponent = /** @class */ (function () {
1353
+ function PillsComponent() {
1354
+ this.removePill = new core.EventEmitter();
1355
+ }
1356
+ PillsComponent.prototype.ngOnInit = function () {
1357
+ };
1358
+ PillsComponent.prototype.onRemovePill = function (event) {
1359
+ this.removePill.emit(this.pillsList.find(function (p) { return p.pillLabel.toLowerCase() === event.toLowerCase(); }));
1360
+ };
1361
+ return PillsComponent;
1362
+ }());
1245
1363
  __decorate([
1246
1364
  core.Input()
1247
- ], exports["ɵq"].prototype, "lastName", void 0);
1365
+ ], exports.PillsComponent.prototype, "hasClose", void 0);
1248
1366
  __decorate([
1249
1367
  core.Input()
1250
- ], exports["ɵq"].prototype, "listTitle", void 0);
1368
+ ], exports.PillsComponent.prototype, "pillsList", void 0);
1251
1369
  __decorate([
1252
1370
  core.Input()
1253
- ], exports["ɵq"].prototype, "timeStamp", void 0);
1371
+ ], exports.PillsComponent.prototype, "hasTooltips", void 0);
1254
1372
  __decorate([
1255
- core.Input()
1256
- ], exports["ɵq"].prototype, "description", void 0);
1373
+ core.Output()
1374
+ ], exports.PillsComponent.prototype, "removePill", void 0);
1375
+ exports.PillsComponent = __decorate([
1376
+ core.Component({
1377
+ selector: 'symphony-pills',
1378
+ template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>",
1379
+ styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
1380
+ })
1381
+ ], exports.PillsComponent);
1382
+
1383
+ exports.PillsModule = /** @class */ (function () {
1384
+ function PillsModule() {
1385
+ }
1386
+ return PillsModule;
1387
+ }());
1388
+ exports.PillsModule = __decorate([
1389
+ core.NgModule({
1390
+ declarations: [exports.PillsComponent],
1391
+ imports: [
1392
+ common.CommonModule,
1393
+ exports["ɵc"]
1394
+ ],
1395
+ exports: [
1396
+ exports.PillsComponent
1397
+ ]
1398
+ })
1399
+ ], exports.PillsModule);
1400
+
1401
+ exports.TaskComponent = /** @class */ (function () {
1402
+ function TaskComponent() {
1403
+ this.taskModel = {
1404
+ assignee: '',
1405
+ title: '',
1406
+ dueDate: '',
1407
+ moreActions: [],
1408
+ };
1409
+ }
1410
+ TaskComponent.prototype.ngOnInit = function () { };
1411
+ return TaskComponent;
1412
+ }());
1257
1413
  __decorate([
1258
1414
  core.Input()
1259
- ], exports["ɵq"].prototype, "moreActions", void 0);
1260
- exports["ɵq"] = __decorate([
1415
+ ], exports.TaskComponent.prototype, "taskModel", void 0);
1416
+ exports.TaskComponent = __decorate([
1261
1417
  core.Component({
1262
- selector: 'symphony-note',
1263
- template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= firstName [lastName]= lastName></lib-avatar>\n <div class=\"list-content\">\n <symphony-list-title [listTitle]= listTitle></symphony-list-title>\n <symphony-time-stamp [timeStamp]= timeStamp></symphony-time-stamp>\n <symphony-description [description]= description></symphony-description>\n </div>\n <symphony-more-dropdown class=\"list-more-option\" [moreActions]= moreActions></symphony-more-dropdown>\n</div>\n",
1264
- styles: [".sfx-note{padding:20px 75px;position:relative}.sfx-note .list-avatar{left:0;position:absolute;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}"]
1418
+ selector: 'symphony-task',
1419
+ 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",
1420
+ styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;padding:30px 0}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{height:50px;width:80%}.sfx-task symphony-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
1265
1421
  })
1266
- ], exports["ɵq"]);
1422
+ ], exports.TaskComponent);
1267
1423
 
1268
- exports["ɵp"] = /** @class */ (function () {
1269
- function NoteModule() {
1424
+ exports.TaskModule = /** @class */ (function () {
1425
+ function TaskModule() {
1270
1426
  }
1271
- return NoteModule;
1427
+ return TaskModule;
1272
1428
  }());
1273
- exports["ɵp"] = __decorate([
1429
+ exports.TaskModule = __decorate([
1274
1430
  core.NgModule({
1275
- declarations: [exports["ɵq"]],
1276
- imports: [common.CommonModule, exports["ɵk"], exports["ɵg"], exports["ɵi"], exports["ɵe"], exports["ɵc"]],
1277
- exports: [exports["ɵq"]]
1431
+ declarations: [exports.TaskComponent],
1432
+ imports: [
1433
+ common.CommonModule,
1434
+ exports.TaskIconModule,
1435
+ exports.ContextualMenuModule,
1436
+ exports.H3Module,
1437
+ exports.ParagraphModule
1438
+ ],
1439
+ exports: [exports.TaskComponent],
1278
1440
  })
1279
- ], exports["ɵp"]);
1441
+ ], exports.TaskModule);
1280
1442
 
1281
1443
  exports.MoleculesModule = /** @class */ (function () {
1282
1444
  function MoleculesModule() {
@@ -1288,22 +1450,21 @@
1288
1450
  declarations: [],
1289
1451
  imports: [
1290
1452
  common.CommonModule,
1291
- exports["ɵk"],
1292
- exports["ɵg"],
1293
- exports["ɵi"],
1294
- exports["ɵe"],
1295
- exports["ɵc"],
1453
+ exports.AvatarModule,
1454
+ exports.ContextualMenuModule,
1296
1455
  exports.PillsModule,
1297
1456
  exports.TaskModule,
1298
1457
  exports.ColorSwatchModule,
1299
1458
  exports.IconSwatchModule,
1459
+ exports.BreadcrumbModule,
1300
1460
  ],
1301
1461
  exports: [
1302
- exports["ɵp"],
1462
+ exports.NoteModule,
1303
1463
  exports.PillsModule,
1304
1464
  exports.TaskModule,
1305
1465
  exports.ColorSwatchModule,
1306
1466
  exports.IconSwatchModule,
1467
+ exports.BreadcrumbModule,
1307
1468
  ],
1308
1469
  })
1309
1470
  ], exports.MoleculesModule);
@@ -1338,152 +1499,161 @@
1338
1499
  })
1339
1500
  ], exports.TaskListModule);
1340
1501
 
1341
- exports.ColorSwatchCollectionComponent = /** @class */ (function () {
1342
- function ColorSwatchCollectionComponent() {
1502
+ exports.NoteListComponent = /** @class */ (function () {
1503
+ function NoteListComponent() {
1343
1504
  }
1344
- ColorSwatchCollectionComponent.prototype.ngOnInit = function () { };
1345
- return ColorSwatchCollectionComponent;
1505
+ NoteListComponent.prototype.ngOnInit = function () {
1506
+ };
1507
+ return NoteListComponent;
1346
1508
  }());
1347
1509
  __decorate([
1348
1510
  core.Input()
1349
- ], exports.ColorSwatchCollectionComponent.prototype, "colorList", void 0);
1350
- exports.ColorSwatchCollectionComponent = __decorate([
1511
+ ], exports.NoteListComponent.prototype, "noteList", void 0);
1512
+ exports.NoteListComponent = __decorate([
1351
1513
  core.Component({
1352
- selector: 'symphony-main-ui-color-swatch',
1353
- template: "<ul class=\"color-list list-unstyled\">\n <li class=\"color-list-item\" *ngFor=\"let color of colorList\">\n <symphony-ui-color-explorer\n [colorSwatchModel]=\"color\"\n ></symphony-ui-color-explorer>\n </li>\n</ul>\n",
1354
- encapsulation: core.ViewEncapsulation.None,
1355
- styles: [".data-vis-ext .color-list,.data-vis .color-list{display:flex;flex-direction:column;flex-wrap:wrap;height:100vh;width:50vw}.data-vis-ext .color-list-item,.data-vis .color-list-item{flex:0 0 20%;padding:0}.main-ui .color-list-item{padding:5px 0}"]
1514
+ selector: 'symphony-note-list',
1515
+ template: "<ul class=\"list-unstyled\">\n <li *ngFor=\"let note of noteList\">\n <symphony-note [noteModel]='note'></symphony-note>\n </li>\n</ul>\n",
1516
+ styles: ["li{border-bottom:1px solid #d9d9d9}li:last-child{border-bottom-color:transparent}"]
1356
1517
  })
1357
- ], exports.ColorSwatchCollectionComponent);
1518
+ ], exports.NoteListComponent);
1358
1519
 
1359
- exports.ColorSwatchCollectionModule = /** @class */ (function () {
1360
- function ColorSwatchCollectionModule() {
1520
+ exports.NoteListModule = /** @class */ (function () {
1521
+ function NoteListModule() {
1361
1522
  }
1362
- return ColorSwatchCollectionModule;
1523
+ return NoteListModule;
1363
1524
  }());
1364
- exports.ColorSwatchCollectionModule = __decorate([
1525
+ exports.NoteListModule = __decorate([
1365
1526
  core.NgModule({
1366
- declarations: [exports.ColorSwatchCollectionComponent],
1367
- imports: [common.CommonModule, exports.ColorSwatchModule],
1527
+ declarations: [exports.NoteListComponent],
1528
+ imports: [common.CommonModule, exports.NoteModule],
1529
+ exports: [exports.NoteListComponent]
1530
+ })
1531
+ ], exports.NoteListModule);
1532
+
1533
+ exports.EventsSettingsPageComponent = /** @class */ (function () {
1534
+ function EventsSettingsPageComponent() {
1535
+ this.eventsSettingsBreadcrumbs = [
1536
+ {
1537
+ label: 'Main Menu',
1538
+ link: '/tools',
1539
+ },
1540
+ {
1541
+ label: 'Sub Menu One',
1542
+ },
1543
+ ];
1544
+ this.eventSettingsPageModel = {
1545
+ moreActions: [],
1546
+ };
1547
+ }
1548
+ EventsSettingsPageComponent.prototype.ngOnInit = function () { };
1549
+ return EventsSettingsPageComponent;
1550
+ }());
1551
+ __decorate([
1552
+ core.Input()
1553
+ ], exports.EventsSettingsPageComponent.prototype, "eventSettingsPageModel", void 0);
1554
+ exports.EventsSettingsPageComponent = __decorate([
1555
+ core.Component({
1556
+ selector: 'symphony-events-settings-page',
1557
+ 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",
1558
+ styles: [""]
1368
1559
  })
1369
- ], exports.ColorSwatchCollectionModule);
1560
+ ], exports.EventsSettingsPageComponent);
1370
1561
 
1371
- var Icons;
1372
- (function (Icons) {
1373
- Icons["MOREOPTIONS"] = "fa-ellipsis-v";
1374
- Icons["ADD"] = "fa-plus";
1375
- Icons["ACTIVITY"] = "fa-mouse-pointer";
1376
- Icons["ARROWHIDEREVEAL"] = "fa-caret-up";
1377
- Icons["ARROWNEXT"] = "fa-angle-right";
1378
- Icons["ARROWPREV"] = "fa-angle-left";
1379
- Icons["CLOSEMODAL"] = "fa-times-circle";
1380
- Icons["COLLAPSE"] = "fa-times-circle";
1381
- Icons["DAYMODE"] = "fa-sun";
1382
- Icons["DELETE"] = "fa-trash";
1383
- Icons["DOCUMENT"] = "fa-file";
1384
- Icons["DOWNLOAD"] = "fa-download";
1385
- Icons["EDIT"] = "fa-pencil-alt";
1386
- Icons["EMAILDRIP"] = "fa-mail-bulk";
1387
- Icons["EMAILOPEN"] = "fa-envelope-open";
1388
- Icons["EMAILSEND"] = "fa-envelope";
1389
- Icons["EXPAND"] = "fa-times-circle";
1390
- Icons["FAVORITE"] = "fa-heart";
1391
- Icons["FEEDBACKMAYBE"] = "fa-times-circle";
1392
- Icons["FEEDBACKNO"] = "fa-times-circle";
1393
- Icons["FEEDBACKYES"] = "fa-times-circle";
1394
- Icons["FOLDERMULTIPLE"] = "fa-times-circle";
1395
- Icons["INCLUDE"] = "fa-plus";
1396
- Icons["INFO"] = "fa-info-circle";
1397
- Icons["INTERVIEW"] = "fa-times-circle";
1398
- Icons["LINK"] = "fa-link";
1399
- Icons["LOCATION"] = "fa-map-marker-alt";
1400
- Icons["MENUALL"] = "fa-bars";
1401
- Icons["MENUANALYTICS"] = "fa-chart-bar";
1402
- Icons["MENUASSETS"] = "fa-image";
1403
- Icons["MENUCAMPAIGNS"] = "fa-bullhorn";
1404
- Icons["MENUCONTACTS"] = "fa-user-circle";
1405
- Icons["MENUCONTENT"] = "fa-bullhorn";
1406
- Icons["MENUDASHBOARD"] = "fa-table";
1407
- Icons["MENUEVENTS"] = "fa-calendar";
1408
- Icons["MENUFOLDERS"] = "fa-folder";
1409
- Icons["MENUJOBS"] = "fa-briefcase";
1410
- Icons["MENURETURN"] = "fa-long-arrow-alt-left";
1411
- Icons["MENUWORKFLOWS"] = "fa-cogs";
1412
- Icons["MERGE"] = "fa-clone";
1413
- Icons["MOVE"] = "fa-times-circle";
1414
- Icons["NIGHTMODE"] = "fa-moon";
1415
- Icons["NOTIFICATION"] = "fa-bell";
1416
- Icons["ORGANISECOLUMNS"] = "fa-columns";
1417
- Icons["ORGANISECONTACTS"] = "fa-th-large";
1418
- Icons["PENDINGCINCOMPLETE"] = "fa-times-circle";
1419
- Icons["PHONENUMBER"] = "fa-phone";
1420
- Icons["PREVIEW"] = "fa-eye";
1421
- Icons["PROMOTE"] = "fa-times-circle";
1422
- Icons["REFRESH"] = "fa-redo";
1423
- Icons["REMOVE"] = "fa-minus";
1424
- Icons["EXCLUDE"] = "fa-minus";
1425
- Icons["RESULTSFILTERS"] = "fa-sliders-h";
1426
- Icons["REVIEW"] = "fa-meh-blank";
1427
- Icons["SALARY"] = "fa-money";
1428
- Icons["SAVE"] = "fa-save";
1429
- Icons["SEARCHADVANCED"] = "fa-search-plus";
1430
- Icons["SEARCHCLEAR"] = "fa-search-minus";
1431
- Icons["SEARCHNEW"] = "fa-search";
1432
- Icons["SETTINGSMART"] = "fa-cogs";
1433
- Icons["SMS"] = "fa-comment-dots";
1434
- Icons["SORTMINI"] = "fa-arrow-down";
1435
- Icons["STATUS"] = "fa-procedures";
1436
- Icons["SYSTEMACTION"] = "fa-long-arrow-alt-right";
1437
- Icons["TASKCOMPLETED"] = "fa-clipboard";
1438
- Icons["TASKOPEN"] = "fa-times-circle";
1439
- Icons["TIMEFRAME"] = "fa-times-circle";
1440
- Icons["TIMELINE"] = "fa-times-circle";
1441
- Icons["UPLOAD"] = "fa-upload";
1442
- Icons["USERMULTIPLE"] = "fa-times-circle";
1443
- Icons["USER"] = "fa-user";
1444
- })(Icons || (Icons = {}));
1562
+ exports["ɵg"] = /** @class */ (function () {
1563
+ function AdminListTemplateComponent() {
1564
+ }
1565
+ AdminListTemplateComponent.prototype.ngOnInit = function () { };
1566
+ return AdminListTemplateComponent;
1567
+ }());
1568
+ exports["ɵg"] = __decorate([
1569
+ core.Component({
1570
+ selector: 'symphony-admin-list-template',
1571
+ 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",
1572
+ 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%}"]
1573
+ })
1574
+ ], exports["ɵg"]);
1445
1575
 
1446
- exports.IconExplorerComponent = /** @class */ (function () {
1447
- function IconExplorerComponent() {
1576
+ exports["ɵf"] = /** @class */ (function () {
1577
+ function AdminListModule() {
1448
1578
  }
1449
- IconExplorerComponent.prototype.ngOnInit = function () {
1450
- this.enumElementCount(Icons);
1451
- this.explorerTitle = "Iconography (" + this.iconCount + " icons)";
1452
- };
1453
- IconExplorerComponent.prototype.enumElementCount = function (enumName) {
1454
- var count = 0;
1455
- for (var item in enumName) {
1456
- if (isNaN(Number(item))) {
1457
- count++;
1458
- }
1459
- }
1460
- this.iconCount = count;
1461
- return this.iconCount;
1462
- };
1463
- return IconExplorerComponent;
1579
+ return AdminListModule;
1580
+ }());
1581
+ exports["ɵf"] = __decorate([
1582
+ core.NgModule({
1583
+ declarations: [exports["ɵg"]],
1584
+ imports: [common.CommonModule],
1585
+ exports: [exports["ɵg"]],
1586
+ })
1587
+ ], exports["ɵf"]);
1588
+
1589
+ exports["ɵi"] = /** @class */ (function () {
1590
+ function PlaceholderComponent() {
1591
+ }
1592
+ PlaceholderComponent.prototype.ngOnInit = function () { };
1593
+ return PlaceholderComponent;
1464
1594
  }());
1465
1595
  __decorate([
1466
1596
  core.Input()
1467
- ], exports.IconExplorerComponent.prototype, "iconList", void 0);
1468
- exports.IconExplorerComponent = __decorate([
1597
+ ], exports["ɵi"].prototype, "type", void 0);
1598
+ __decorate([
1599
+ core.Input()
1600
+ ], exports["ɵi"].prototype, "label", void 0);
1601
+ __decorate([
1602
+ core.Input()
1603
+ ], exports["ɵi"].prototype, "tooltip", void 0);
1604
+ __decorate([
1605
+ core.Input()
1606
+ ], exports["ɵi"].prototype, "tooltipPlacement", void 0);
1607
+ __decorate([
1608
+ core.Input()
1609
+ ], exports["ɵi"].prototype, "height", void 0);
1610
+ __decorate([
1611
+ core.Input()
1612
+ ], exports["ɵi"].prototype, "width", void 0);
1613
+ exports["ɵi"] = __decorate([
1469
1614
  core.Component({
1470
- selector: 'symphony-icon-explorer',
1471
- template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of iconList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n",
1472
- styles: [".sfx-icon-list{display:flex;flex-direction:column;flex-wrap:wrap;height:90vh;width:100vw}.icon-list-item{flex:0 0 10%;padding:10px 0}.explorer-title{border-bottom:5px solid #000;margin-bottom:30px;padding-bottom:10px}"]
1615
+ selector: 'symphony-placeholder',
1616
+ 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",
1617
+ 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%}"]
1618
+ })
1619
+ ], exports["ɵi"]);
1620
+
1621
+ exports["ɵh"] = /** @class */ (function () {
1622
+ function PlaceholderModule() {
1623
+ }
1624
+ return PlaceholderModule;
1625
+ }());
1626
+ exports["ɵh"] = __decorate([
1627
+ core.NgModule({
1628
+ declarations: [exports["ɵi"]],
1629
+ imports: [common.CommonModule, tooltip.TooltipModule.forRoot()],
1630
+ exports: [exports["ɵi"]],
1473
1631
  })
1474
- ], exports.IconExplorerComponent);
1632
+ ], exports["ɵh"]);
1475
1633
 
1476
- exports.IconExplorerModule = /** @class */ (function () {
1477
- function IconExplorerModule() {
1634
+ exports.EventsSettingsPageModule = /** @class */ (function () {
1635
+ function EventsSettingsPageModule() {
1478
1636
  }
1479
- return IconExplorerModule;
1637
+ return EventsSettingsPageModule;
1480
1638
  }());
1481
- exports.IconExplorerModule = __decorate([
1639
+ exports.EventsSettingsPageModule = __decorate([
1482
1640
  core.NgModule({
1483
- declarations: [exports.IconExplorerComponent],
1484
- imports: [common.CommonModule, exports.IconSwatchModule, exports.H2Module],
1641
+ declarations: [exports.EventsSettingsPageComponent],
1642
+ imports: [
1643
+ common.CommonModule,
1644
+ exports["ɵf"],
1645
+ exports.H3Module,
1646
+ exports.H4Module,
1647
+ exports["ɵh"],
1648
+ exports.BreadcrumbModule,
1649
+ exports["ɵd"],
1650
+ exports.IconModule,
1651
+ exports.InputTextModule,
1652
+ exports.ContextualMenuModule
1653
+ ],
1654
+ exports: [exports.EventsSettingsPageComponent],
1485
1655
  })
1486
- ], exports.IconExplorerModule);
1656
+ ], exports.EventsSettingsPageModule);
1487
1657
 
1488
1658
  /*
1489
1659
  * ATOMS