@symphony-talent/component-library 1.2.1 → 1.6.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 (352) hide show
  1. package/bundles/symphony-talent-component-library-projects-component-library.umd.js +1932 -553
  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 +1932 -553
  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 +36 -6
  10. package/esm2015/lib/atoms/avatar/avatar.component.js +2 -6
  11. package/esm2015/lib/atoms/avatar/avatar.module.js +1 -1
  12. package/esm2015/lib/atoms/button/button.component.js +2 -2
  13. package/esm2015/lib/atoms/button/button.module.js +1 -1
  14. package/esm2015/lib/atoms/color-sample/color-sample.component.js +20 -0
  15. package/esm2015/lib/atoms/color-sample/color-sample.enum.js +26 -0
  16. package/esm2015/lib/atoms/color-sample/color-sample.module.js +15 -0
  17. package/esm2015/lib/atoms/dropdown/dropdown.component.js +1 -1
  18. package/esm2015/lib/atoms/dropdown/dropdown.module.js +1 -1
  19. package/esm2015/lib/atoms/h1/h1.component.js +21 -0
  20. package/esm2015/lib/atoms/h1/h1.module.js +15 -0
  21. package/esm2015/lib/atoms/h2/h2.component.js +21 -0
  22. package/esm2015/lib/atoms/h2/h2.module.js +15 -0
  23. package/esm2015/lib/atoms/h3/h3.component.js +21 -0
  24. package/esm2015/lib/atoms/h3/h3.module.js +15 -0
  25. package/esm2015/lib/atoms/h4/h4.component.js +21 -0
  26. package/esm2015/lib/atoms/h4/h4.module.js +15 -0
  27. package/esm2015/lib/atoms/h5/h5.component.js +21 -0
  28. package/esm2015/lib/atoms/h5/h5.module.js +15 -0
  29. package/esm2015/lib/atoms/icon/icon.component.js +21 -0
  30. package/esm2015/lib/atoms/icon/icon.enum.js +75 -0
  31. package/esm2015/lib/atoms/icon/icon.module.js +15 -0
  32. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +21 -0
  33. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.module.js +15 -0
  34. package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  35. package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  36. package/esm2015/lib/atoms/input-radio/input-radio.component.js +36 -0
  37. package/esm2015/lib/atoms/input-radio/input-radio.module.js +22 -0
  38. package/esm2015/lib/atoms/input-text/input-text.component.js +36 -0
  39. package/esm2015/lib/atoms/input-text/input-text.module.js +16 -0
  40. package/esm2015/lib/atoms/more-dropdown/more-actions.model.js +1 -0
  41. package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +3 -3
  42. package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +1 -1
  43. package/esm2015/lib/atoms/paragraph/paragraph.component.js +21 -0
  44. package/esm2015/lib/atoms/paragraph/paragraph.module.js +15 -0
  45. package/esm2015/lib/atoms/pill/pill.component.js +3 -3
  46. package/esm2015/lib/atoms/pill/pill.model.js +1 -1
  47. package/esm2015/lib/atoms/pill/pill.module.js +1 -1
  48. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  49. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  50. package/esm2015/lib/atoms/task-icon/task-icon.component.js +18 -0
  51. package/esm2015/lib/atoms/task-icon/task-icon.module.js +15 -0
  52. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  53. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  54. package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  55. package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  56. package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  57. package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +29 -0
  58. package/esm2015/lib/molecules/color-swatch/color-swatch.model.js +1 -0
  59. package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +23 -0
  60. package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +26 -0
  61. package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +3 -0
  62. package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +25 -0
  63. package/esm2015/lib/molecules/molecules.module.js +17 -8
  64. package/esm2015/lib/molecules/note/note.component.js +14 -20
  65. package/esm2015/lib/molecules/note/note.model.js +1 -0
  66. package/esm2015/lib/molecules/note/note.module.js +10 -5
  67. package/esm2015/lib/molecules/pills/pills.component.js +2 -2
  68. package/esm2015/lib/molecules/pills/pills.module.js +1 -1
  69. package/esm2015/lib/molecules/task/task.component.js +25 -0
  70. package/esm2015/lib/molecules/task/task.model.js +1 -0
  71. package/esm2015/lib/molecules/task/task.module.js +25 -0
  72. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +19 -0
  73. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +15 -0
  74. package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +30 -0
  75. package/esm2015/lib/organisms/icon-explorer/icon-explorer.helper.js +521 -0
  76. package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +17 -0
  77. package/esm2015/lib/organisms/task-list/task-list.component.js +18 -0
  78. package/esm2015/lib/organisms/task-list/task-list.module.js +16 -0
  79. package/esm2015/projects/component-library/lib/atoms/atoms.module.js +36 -6
  80. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +2 -6
  81. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +1 -1
  82. package/esm2015/projects/component-library/lib/atoms/button/button.component.js +2 -2
  83. package/esm2015/projects/component-library/lib/atoms/button/button.module.js +1 -1
  84. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.component.js +20 -0
  85. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.enum.js +26 -0
  86. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.module.js +15 -0
  87. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +1 -1
  88. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +1 -1
  89. package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +21 -0
  90. package/esm2015/projects/component-library/lib/atoms/h1/h1.module.js +15 -0
  91. package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +21 -0
  92. package/esm2015/projects/component-library/lib/atoms/h2/h2.module.js +15 -0
  93. package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +21 -0
  94. package/esm2015/projects/component-library/lib/atoms/h3/h3.module.js +15 -0
  95. package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +21 -0
  96. package/esm2015/projects/component-library/lib/atoms/h4/h4.module.js +15 -0
  97. package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +21 -0
  98. package/esm2015/projects/component-library/lib/atoms/h5/h5.module.js +15 -0
  99. package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +21 -0
  100. package/esm2015/projects/component-library/lib/atoms/icon/icon.enum.js +75 -0
  101. package/esm2015/projects/component-library/lib/atoms/icon/icon.module.js +15 -0
  102. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +21 -0
  103. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js +15 -0
  104. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  105. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  106. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +36 -0
  107. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +22 -0
  108. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +36 -0
  109. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +16 -0
  110. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-actions.model.js +1 -0
  111. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +3 -3
  112. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +1 -1
  113. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +21 -0
  114. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.module.js +15 -0
  115. package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +3 -3
  116. package/esm2015/projects/component-library/lib/atoms/pill/pill.model.js +1 -1
  117. package/esm2015/projects/component-library/lib/atoms/pill/pill.module.js +1 -1
  118. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  119. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  120. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +18 -0
  121. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.module.js +15 -0
  122. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  123. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  124. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  125. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  126. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  127. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +29 -0
  128. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.model.js +1 -0
  129. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +23 -0
  130. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +26 -0
  131. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +3 -0
  132. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +25 -0
  133. package/esm2015/projects/component-library/lib/molecules/molecules.module.js +17 -8
  134. package/esm2015/projects/component-library/lib/molecules/note/note.component.js +14 -20
  135. package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
  136. package/esm2015/projects/component-library/lib/molecules/note/note.module.js +10 -5
  137. package/esm2015/projects/component-library/lib/molecules/pills/pills.component.js +2 -2
  138. package/esm2015/projects/component-library/lib/molecules/pills/pills.module.js +1 -1
  139. package/esm2015/projects/component-library/lib/molecules/task/task.component.js +25 -0
  140. package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -0
  141. package/esm2015/projects/component-library/lib/molecules/task/task.module.js +25 -0
  142. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +19 -0
  143. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +15 -0
  144. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +30 -0
  145. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.helper.js +521 -0
  146. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +17 -0
  147. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +18 -0
  148. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.module.js +16 -0
  149. package/esm2015/projects/component-library/public-api.js +39 -8
  150. package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +18 -11
  151. package/esm2015/public-api.js +39 -8
  152. package/esm2015/symphony-talent-component-library.js +18 -11
  153. package/fesm2015/symphony-talent-component-library-projects-component-library.js +1336 -106
  154. package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
  155. package/fesm2015/symphony-talent-component-library.js +1336 -106
  156. package/fesm2015/symphony-talent-component-library.js.map +1 -1
  157. package/lib/atoms/color-sample/color-sample.component.d.ts +8 -0
  158. package/lib/atoms/color-sample/color-sample.enum.d.ts +24 -0
  159. package/lib/atoms/color-sample/color-sample.module.d.ts +2 -0
  160. package/lib/atoms/h1/h1.component.d.ts +7 -0
  161. package/lib/atoms/h1/h1.module.d.ts +2 -0
  162. package/lib/atoms/h2/h2.component.d.ts +7 -0
  163. package/lib/atoms/h2/h2.module.d.ts +2 -0
  164. package/lib/atoms/h3/h3.component.d.ts +7 -0
  165. package/lib/atoms/h3/h3.module.d.ts +2 -0
  166. package/lib/atoms/h4/h4.component.d.ts +7 -0
  167. package/lib/atoms/h4/h4.module.d.ts +2 -0
  168. package/lib/atoms/h5/h5.component.d.ts +7 -0
  169. package/lib/atoms/h5/h5.module.d.ts +2 -0
  170. package/lib/atoms/icon/icon.component.d.ts +8 -0
  171. package/lib/atoms/icon/icon.enum.d.ts +73 -0
  172. package/lib/atoms/icon/icon.module.d.ts +2 -0
  173. package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +8 -0
  174. package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
  175. package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  176. package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  177. package/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  178. package/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  179. package/lib/atoms/input-text/input-text.component.d.ts +12 -0
  180. package/lib/atoms/input-text/input-text.module.d.ts +2 -0
  181. package/lib/atoms/more-dropdown/more-actions.model.d.ts +3 -0
  182. package/lib/atoms/more-dropdown/more-dropdown.component.d.ts +3 -4
  183. package/lib/atoms/paragraph/paragraph.component.d.ts +7 -0
  184. package/lib/atoms/paragraph/paragraph.module.d.ts +2 -0
  185. package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  186. package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  187. package/lib/atoms/task-icon/task-icon.component.d.ts +6 -0
  188. package/lib/atoms/task-icon/task-icon.module.d.ts +2 -0
  189. package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  190. package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  191. package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  192. package/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  193. package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  194. package/lib/molecules/color-swatch/color-swatch.component.d.ts +9 -0
  195. package/lib/molecules/color-swatch/color-swatch.model.d.ts +7 -0
  196. package/lib/molecules/color-swatch/color-swatch.module.d.ts +2 -0
  197. package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +9 -0
  198. package/lib/molecules/icon-swatch/icon-swatch.model.d.ts +7 -0
  199. package/lib/molecules/icon-swatch/icon-swatch.module.d.ts +2 -0
  200. package/lib/molecules/note/note.component.d.ts +2 -6
  201. package/lib/molecules/note/note.model.d.ts +9 -0
  202. package/lib/molecules/task/task.component.d.ts +7 -0
  203. package/lib/molecules/task/task.model.d.ts +8 -0
  204. package/lib/molecules/task/task.module.d.ts +2 -0
  205. package/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +7 -0
  206. package/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +2 -0
  207. package/lib/organisms/icon-explorer/icon-explorer.component.d.ts +18 -0
  208. package/lib/organisms/icon-explorer/icon-explorer.helper.d.ts +7 -0
  209. package/lib/organisms/icon-explorer/icon-explorer.module.d.ts +2 -0
  210. package/lib/organisms/task-list/task-list.component.d.ts +7 -0
  211. package/lib/organisms/task-list/task-list.module.d.ts +2 -0
  212. package/package.json +2 -4
  213. package/projects/component-library/lib/atoms/color-sample/color-sample.component.d.ts +8 -0
  214. package/projects/component-library/lib/atoms/color-sample/color-sample.enum.d.ts +24 -0
  215. package/projects/component-library/lib/atoms/color-sample/color-sample.module.d.ts +2 -0
  216. package/projects/component-library/lib/atoms/h1/h1.component.d.ts +7 -0
  217. package/projects/component-library/lib/atoms/h1/h1.module.d.ts +2 -0
  218. package/projects/component-library/lib/atoms/h2/h2.component.d.ts +7 -0
  219. package/projects/component-library/lib/atoms/h2/h2.module.d.ts +2 -0
  220. package/projects/component-library/lib/atoms/h3/h3.component.d.ts +7 -0
  221. package/projects/component-library/lib/atoms/h3/h3.module.d.ts +2 -0
  222. package/projects/component-library/lib/atoms/h4/h4.component.d.ts +7 -0
  223. package/projects/component-library/lib/atoms/h4/h4.module.d.ts +2 -0
  224. package/projects/component-library/lib/atoms/h5/h5.component.d.ts +7 -0
  225. package/projects/component-library/lib/atoms/h5/h5.module.d.ts +2 -0
  226. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +8 -0
  227. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +73 -0
  228. package/projects/component-library/lib/atoms/icon/icon.module.d.ts +2 -0
  229. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +8 -0
  230. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
  231. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  232. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  233. package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  234. package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  235. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +12 -0
  236. package/projects/component-library/lib/atoms/input-text/input-text.module.d.ts +2 -0
  237. package/projects/component-library/lib/atoms/more-dropdown/more-actions.model.d.ts +3 -0
  238. package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.d.ts +3 -4
  239. package/projects/component-library/lib/atoms/paragraph/paragraph.component.d.ts +7 -0
  240. package/projects/component-library/lib/atoms/paragraph/paragraph.module.d.ts +2 -0
  241. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  242. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  243. package/projects/component-library/lib/atoms/task-icon/task-icon.component.d.ts +6 -0
  244. package/projects/component-library/lib/atoms/task-icon/task-icon.module.d.ts +2 -0
  245. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  246. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  247. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  248. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  249. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  250. package/projects/component-library/lib/molecules/color-swatch/color-swatch.component.d.ts +9 -0
  251. package/projects/component-library/lib/molecules/color-swatch/color-swatch.model.d.ts +7 -0
  252. package/projects/component-library/lib/molecules/color-swatch/color-swatch.module.d.ts +2 -0
  253. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +9 -0
  254. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.d.ts +7 -0
  255. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.d.ts +2 -0
  256. package/projects/component-library/lib/molecules/note/note.component.d.ts +2 -6
  257. package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
  258. package/projects/component-library/lib/molecules/task/task.component.d.ts +7 -0
  259. package/projects/component-library/lib/molecules/task/task.model.d.ts +8 -0
  260. package/projects/component-library/lib/molecules/task/task.module.d.ts +2 -0
  261. package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +7 -0
  262. package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +2 -0
  263. package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.d.ts +18 -0
  264. package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.helper.d.ts +7 -0
  265. package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.d.ts +2 -0
  266. package/projects/component-library/lib/organisms/task-list/task-list.component.d.ts +7 -0
  267. package/projects/component-library/lib/organisms/task-list/task-list.module.d.ts +2 -0
  268. package/projects/component-library/package.json +1 -3
  269. package/projects/component-library/public-api.d.ts +33 -1
  270. package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +17 -10
  271. package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
  272. package/public-api.d.ts +33 -1
  273. package/symphony-talent-component-library.d.ts +17 -10
  274. package/symphony-talent-component-library.metadata.json +1 -1
  275. package/esm2015/lib/atoms/description/description.component.js +0 -18
  276. package/esm2015/lib/atoms/description/description.module.js +0 -15
  277. package/esm2015/lib/atoms/list-title/list-title.component.js +0 -18
  278. package/esm2015/lib/atoms/list-title/list-title.module.js +0 -15
  279. package/esm2015/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  280. package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  281. package/esm2015/projects/component-library/lib/atoms/description/description.component.js +0 -18
  282. package/esm2015/projects/component-library/lib/atoms/description/description.module.js +0 -15
  283. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -18
  284. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -15
  285. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  286. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  287. package/esm5/lib/atoms/atoms.module.js +0 -25
  288. package/esm5/lib/atoms/avatar/avatar.component.js +0 -106
  289. package/esm5/lib/atoms/avatar/avatar.module.js +0 -19
  290. package/esm5/lib/atoms/button/button.component.js +0 -33
  291. package/esm5/lib/atoms/button/button.module.js +0 -19
  292. package/esm5/lib/atoms/description/description.component.js +0 -20
  293. package/esm5/lib/atoms/description/description.module.js +0 -18
  294. package/esm5/lib/atoms/dropdown/dropdown.component.js +0 -18
  295. package/esm5/lib/atoms/dropdown/dropdown.module.js +0 -21
  296. package/esm5/lib/atoms/list-title/list-title.component.js +0 -20
  297. package/esm5/lib/atoms/list-title/list-title.module.js +0 -18
  298. package/esm5/lib/atoms/more-dropdown/more-dropdown.component.js +0 -22
  299. package/esm5/lib/atoms/more-dropdown/more-dropdown.module.js +0 -20
  300. package/esm5/lib/atoms/pill/pill.component.js +0 -38
  301. package/esm5/lib/atoms/pill/pill.model.js +0 -1
  302. package/esm5/lib/atoms/pill/pill.module.js +0 -21
  303. package/esm5/lib/atoms/time-stamp/time-stamp.component.js +0 -20
  304. package/esm5/lib/atoms/time-stamp/time-stamp.module.js +0 -18
  305. package/esm5/lib/molecules/molecules.module.js +0 -32
  306. package/esm5/lib/molecules/note/note.component.js +0 -35
  307. package/esm5/lib/molecules/note/note.module.js +0 -23
  308. package/esm5/lib/molecules/pills/pills.component.js +0 -34
  309. package/esm5/lib/molecules/pills/pills.module.js +0 -24
  310. package/esm5/projects/component-library/lib/atoms/atoms.module.js +0 -25
  311. package/esm5/projects/component-library/lib/atoms/avatar/avatar.component.js +0 -106
  312. package/esm5/projects/component-library/lib/atoms/avatar/avatar.module.js +0 -19
  313. package/esm5/projects/component-library/lib/atoms/button/button.component.js +0 -33
  314. package/esm5/projects/component-library/lib/atoms/button/button.module.js +0 -19
  315. package/esm5/projects/component-library/lib/atoms/description/description.component.js +0 -20
  316. package/esm5/projects/component-library/lib/atoms/description/description.module.js +0 -18
  317. package/esm5/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -18
  318. package/esm5/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -21
  319. package/esm5/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -20
  320. package/esm5/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -18
  321. package/esm5/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +0 -22
  322. package/esm5/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -20
  323. package/esm5/projects/component-library/lib/atoms/pill/pill.component.js +0 -38
  324. package/esm5/projects/component-library/lib/atoms/pill/pill.model.js +0 -1
  325. package/esm5/projects/component-library/lib/atoms/pill/pill.module.js +0 -21
  326. package/esm5/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -20
  327. package/esm5/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -18
  328. package/esm5/projects/component-library/lib/molecules/molecules.module.js +0 -32
  329. package/esm5/projects/component-library/lib/molecules/note/note.component.js +0 -35
  330. package/esm5/projects/component-library/lib/molecules/note/note.module.js +0 -23
  331. package/esm5/projects/component-library/lib/molecules/pills/pills.component.js +0 -34
  332. package/esm5/projects/component-library/lib/molecules/pills/pills.module.js +0 -24
  333. package/esm5/projects/component-library/public-api.js +0 -18
  334. package/esm5/projects/component-library/symphony-talent-component-library-projects-component-library.js +0 -19
  335. package/esm5/public-api.js +0 -18
  336. package/esm5/symphony-talent-component-library.js +0 -19
  337. package/fesm5/symphony-talent-component-library-projects-component-library.js +0 -510
  338. package/fesm5/symphony-talent-component-library-projects-component-library.js.map +0 -1
  339. package/fesm5/symphony-talent-component-library.js +0 -510
  340. package/fesm5/symphony-talent-component-library.js.map +0 -1
  341. package/lib/atoms/description/description.component.d.ts +0 -6
  342. package/lib/atoms/description/description.module.d.ts +0 -2
  343. package/lib/atoms/list-title/list-title.component.d.ts +0 -6
  344. package/lib/atoms/list-title/list-title.module.d.ts +0 -2
  345. package/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  346. package/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
  347. package/projects/component-library/lib/atoms/description/description.component.d.ts +0 -6
  348. package/projects/component-library/lib/atoms/description/description.module.d.ts +0 -2
  349. package/projects/component-library/lib/atoms/list-title/list-title.component.d.ts +0 -6
  350. package/projects/component-library/lib/atoms/list-title/list-title.module.d.ts +0 -2
  351. package/projects/component-library/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  352. package/projects/component-library/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
@@ -1,229 +1,302 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('ngx-bootstrap/tooltip'), require('ngx-bootstrap/dropdown'), require('@angular/platform-browser/animations')) :
3
- typeof define === 'function' && define.amd ? define('@symphony-talent/component-library', ['exports', '@angular/core', '@angular/common', 'ngx-bootstrap/tooltip', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations'], factory) :
4
- (global = global || self, factory((global['symphony-talent'] = global['symphony-talent'] || {}, global['symphony-talent']['component-library'] = {}), global.ng.core, global.ng.common, global.tooltip, global.dropdown, global.ng.platformBrowser.animations));
5
- }(this, (function (exports, core, common, tooltip, dropdown, animations) { 'use strict';
6
-
7
- /*! *****************************************************************************
8
- Copyright (c) Microsoft Corporation.
9
-
10
- Permission to use, copy, modify, and/or distribute this software for any
11
- purpose with or without fee is hereby granted.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
- PERFORMANCE OF THIS SOFTWARE.
20
- ***************************************************************************** */
21
- /* global Reflect, Promise */
22
-
23
- var extendStatics = function(d, b) {
24
- extendStatics = Object.setPrototypeOf ||
25
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
26
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
27
- return extendStatics(d, b);
28
- };
29
-
30
- function __extends(d, b) {
31
- extendStatics(d, b);
32
- function __() { this.constructor = d; }
33
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
34
- }
35
-
36
- var __assign = function() {
37
- __assign = Object.assign || function __assign(t) {
38
- for (var s, i = 1, n = arguments.length; i < n; i++) {
39
- s = arguments[i];
40
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
41
- }
42
- return t;
43
- };
44
- return __assign.apply(this, arguments);
45
- };
46
-
47
- function __rest(s, e) {
48
- var t = {};
49
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
50
- t[p] = s[p];
51
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
52
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
53
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
54
- t[p[i]] = s[p[i]];
55
- }
56
- return t;
57
- }
58
-
59
- function __decorate(decorators, target, key, desc) {
60
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
61
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
62
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
63
- return c > 3 && r && Object.defineProperty(target, key, r), r;
64
- }
65
-
66
- function __param(paramIndex, decorator) {
67
- return function (target, key) { decorator(target, key, paramIndex); }
68
- }
69
-
70
- function __metadata(metadataKey, metadataValue) {
71
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
72
- }
73
-
74
- function __awaiter(thisArg, _arguments, P, generator) {
75
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
76
- return new (P || (P = Promise))(function (resolve, reject) {
77
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
78
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
79
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
80
- step((generator = generator.apply(thisArg, _arguments || [])).next());
81
- });
82
- }
83
-
84
- function __generator(thisArg, body) {
85
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
86
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
87
- function verb(n) { return function (v) { return step([n, v]); }; }
88
- function step(op) {
89
- if (f) throw new TypeError("Generator is already executing.");
90
- while (_) try {
91
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
92
- if (y = 0, t) op = [op[0] & 2, t.value];
93
- switch (op[0]) {
94
- case 0: case 1: t = op; break;
95
- case 4: _.label++; return { value: op[1], done: false };
96
- case 5: _.label++; y = op[1]; op = [0]; continue;
97
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
98
- default:
99
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
100
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
101
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
102
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
103
- if (t[2]) _.ops.pop();
104
- _.trys.pop(); continue;
105
- }
106
- op = body.call(thisArg, _);
107
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
108
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
109
- }
110
- }
111
-
112
- function __createBinding(o, m, k, k2) {
113
- if (k2 === undefined) k2 = k;
114
- o[k2] = m[k];
115
- }
116
-
117
- function __exportStar(m, exports) {
118
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p];
119
- }
120
-
121
- function __values(o) {
122
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
123
- if (m) return m.call(o);
124
- if (o && typeof o.length === "number") return {
125
- next: function () {
126
- if (o && i >= o.length) o = void 0;
127
- return { value: o && o[i++], done: !o };
128
- }
129
- };
130
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
131
- }
132
-
133
- function __read(o, n) {
134
- var m = typeof Symbol === "function" && o[Symbol.iterator];
135
- if (!m) return o;
136
- var i = m.call(o), r, ar = [], e;
137
- try {
138
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
139
- }
140
- catch (error) { e = { error: error }; }
141
- finally {
142
- try {
143
- if (r && !r.done && (m = i["return"])) m.call(i);
144
- }
145
- finally { if (e) throw e.error; }
146
- }
147
- return ar;
148
- }
149
-
150
- function __spread() {
151
- for (var ar = [], i = 0; i < arguments.length; i++)
152
- ar = ar.concat(__read(arguments[i]));
153
- return ar;
154
- }
155
-
156
- function __spreadArrays() {
157
- for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
158
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
159
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
160
- r[k] = a[j];
161
- return r;
162
- };
163
-
164
- function __await(v) {
165
- return this instanceof __await ? (this.v = v, this) : new __await(v);
166
- }
167
-
168
- function __asyncGenerator(thisArg, _arguments, generator) {
169
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
170
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
171
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
172
- function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
173
- function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
174
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
175
- function fulfill(value) { resume("next", value); }
176
- function reject(value) { resume("throw", value); }
177
- function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
178
- }
179
-
180
- function __asyncDelegator(o) {
181
- var i, p;
182
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
183
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
184
- }
185
-
186
- function __asyncValues(o) {
187
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
188
- var m = o[Symbol.asyncIterator], i;
189
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
190
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
191
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
192
- }
193
-
194
- function __makeTemplateObject(cooked, raw) {
195
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
196
- return cooked;
197
- };
198
-
199
- function __importStar(mod) {
200
- if (mod && mod.__esModule) return mod;
201
- var result = {};
202
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
203
- result.default = mod;
204
- return result;
205
- }
206
-
207
- function __importDefault(mod) {
208
- return (mod && mod.__esModule) ? mod : { default: mod };
209
- }
210
-
211
- function __classPrivateFieldGet(receiver, privateMap) {
212
- if (!privateMap.has(receiver)) {
213
- throw new TypeError("attempted to get private field on non-instance");
214
- }
215
- return privateMap.get(receiver);
216
- }
217
-
218
- function __classPrivateFieldSet(receiver, privateMap, value) {
219
- if (!privateMap.has(receiver)) {
220
- throw new TypeError("attempted to set private field on non-instance");
221
- }
222
- privateMap.set(receiver, value);
223
- return value;
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'), require('@angular/forms')) :
3
+ typeof define === 'function' && define.amd ? define('@symphony-talent/component-library', ['exports', '@angular/core', '@angular/common', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations', 'ngx-bootstrap/tooltip', '@angular/forms'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["symphony-talent"] = global["symphony-talent"] || {}, global["symphony-talent"]["component-library"] = {}), global.ng.core, global.ng.common, global.dropdown, global.ng.platformBrowser.animations, global.tooltip, global.ng.forms));
5
+ })(this, (function (exports, core, common, dropdown, animations, tooltip, forms) { 'use strict';
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+
10
+ Permission to use, copy, modify, and/or distribute this software for any
11
+ purpose with or without fee is hereby granted.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
+ PERFORMANCE OF THIS SOFTWARE.
20
+ ***************************************************************************** */
21
+ /* global Reflect, Promise */
22
+ var extendStatics = function (d, b) {
23
+ extendStatics = Object.setPrototypeOf ||
24
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
25
+ function (d, b) { for (var p in b)
26
+ if (b.hasOwnProperty(p))
27
+ d[p] = b[p]; };
28
+ return extendStatics(d, b);
29
+ };
30
+ function __extends(d, b) {
31
+ extendStatics(d, b);
32
+ function __() { this.constructor = d; }
33
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
34
+ }
35
+ var __assign = function () {
36
+ __assign = Object.assign || function __assign(t) {
37
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
38
+ s = arguments[i];
39
+ for (var p in s)
40
+ if (Object.prototype.hasOwnProperty.call(s, p))
41
+ t[p] = s[p];
42
+ }
43
+ return t;
44
+ };
45
+ return __assign.apply(this, arguments);
46
+ };
47
+ function __rest(s, e) {
48
+ var t = {};
49
+ for (var p in s)
50
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
51
+ t[p] = s[p];
52
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
53
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
54
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
55
+ t[p[i]] = s[p[i]];
56
+ }
57
+ return t;
58
+ }
59
+ function __decorate(decorators, target, key, desc) {
60
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
61
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
62
+ r = Reflect.decorate(decorators, target, key, desc);
63
+ else
64
+ for (var i = decorators.length - 1; i >= 0; i--)
65
+ if (d = decorators[i])
66
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
67
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
68
+ }
69
+ function __param(paramIndex, decorator) {
70
+ return function (target, key) { decorator(target, key, paramIndex); };
71
+ }
72
+ function __metadata(metadataKey, metadataValue) {
73
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
74
+ return Reflect.metadata(metadataKey, metadataValue);
75
+ }
76
+ function __awaiter(thisArg, _arguments, P, generator) {
77
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
78
+ return new (P || (P = Promise))(function (resolve, reject) {
79
+ function fulfilled(value) { try {
80
+ step(generator.next(value));
81
+ }
82
+ catch (e) {
83
+ reject(e);
84
+ } }
85
+ function rejected(value) { try {
86
+ step(generator["throw"](value));
87
+ }
88
+ catch (e) {
89
+ reject(e);
90
+ } }
91
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
92
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
93
+ });
94
+ }
95
+ function __generator(thisArg, body) {
96
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
97
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
98
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
99
+ function verb(n) { return function (v) { return step([n, v]); }; }
100
+ function step(op) {
101
+ if (f)
102
+ throw new TypeError("Generator is already executing.");
103
+ while (_)
104
+ try {
105
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
106
+ return t;
107
+ if (y = 0, t)
108
+ op = [op[0] & 2, t.value];
109
+ switch (op[0]) {
110
+ case 0:
111
+ case 1:
112
+ t = op;
113
+ break;
114
+ case 4:
115
+ _.label++;
116
+ return { value: op[1], done: false };
117
+ case 5:
118
+ _.label++;
119
+ y = op[1];
120
+ op = [0];
121
+ continue;
122
+ case 7:
123
+ op = _.ops.pop();
124
+ _.trys.pop();
125
+ continue;
126
+ default:
127
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
128
+ _ = 0;
129
+ continue;
130
+ }
131
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
132
+ _.label = op[1];
133
+ break;
134
+ }
135
+ if (op[0] === 6 && _.label < t[1]) {
136
+ _.label = t[1];
137
+ t = op;
138
+ break;
139
+ }
140
+ if (t && _.label < t[2]) {
141
+ _.label = t[2];
142
+ _.ops.push(op);
143
+ break;
144
+ }
145
+ if (t[2])
146
+ _.ops.pop();
147
+ _.trys.pop();
148
+ continue;
149
+ }
150
+ op = body.call(thisArg, _);
151
+ }
152
+ catch (e) {
153
+ op = [6, e];
154
+ y = 0;
155
+ }
156
+ finally {
157
+ f = t = 0;
158
+ }
159
+ if (op[0] & 5)
160
+ throw op[1];
161
+ return { value: op[0] ? op[1] : void 0, done: true };
162
+ }
163
+ }
164
+ function __createBinding(o, m, k, k2) {
165
+ if (k2 === undefined)
166
+ k2 = k;
167
+ o[k2] = m[k];
168
+ }
169
+ function __exportStar(m, exports) {
170
+ for (var p in m)
171
+ if (p !== "default" && !exports.hasOwnProperty(p))
172
+ exports[p] = m[p];
173
+ }
174
+ function __values(o) {
175
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
176
+ if (m)
177
+ return m.call(o);
178
+ if (o && typeof o.length === "number")
179
+ return {
180
+ next: function () {
181
+ if (o && i >= o.length)
182
+ o = void 0;
183
+ return { value: o && o[i++], done: !o };
184
+ }
185
+ };
186
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
187
+ }
188
+ function __read(o, n) {
189
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
190
+ if (!m)
191
+ return o;
192
+ var i = m.call(o), r, ar = [], e;
193
+ try {
194
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
195
+ ar.push(r.value);
196
+ }
197
+ catch (error) {
198
+ e = { error: error };
199
+ }
200
+ finally {
201
+ try {
202
+ if (r && !r.done && (m = i["return"]))
203
+ m.call(i);
204
+ }
205
+ finally {
206
+ if (e)
207
+ throw e.error;
208
+ }
209
+ }
210
+ return ar;
211
+ }
212
+ function __spread() {
213
+ for (var ar = [], i = 0; i < arguments.length; i++)
214
+ ar = ar.concat(__read(arguments[i]));
215
+ return ar;
216
+ }
217
+ function __spreadArrays() {
218
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
219
+ s += arguments[i].length;
220
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
221
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
222
+ r[k] = a[j];
223
+ return r;
224
+ }
225
+ ;
226
+ function __await(v) {
227
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
228
+ }
229
+ function __asyncGenerator(thisArg, _arguments, generator) {
230
+ if (!Symbol.asyncIterator)
231
+ throw new TypeError("Symbol.asyncIterator is not defined.");
232
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
233
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
234
+ function verb(n) { if (g[n])
235
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
236
+ function resume(n, v) { try {
237
+ step(g[n](v));
238
+ }
239
+ catch (e) {
240
+ settle(q[0][3], e);
241
+ } }
242
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
243
+ function fulfill(value) { resume("next", value); }
244
+ function reject(value) { resume("throw", value); }
245
+ function settle(f, v) { if (f(v), q.shift(), q.length)
246
+ resume(q[0][0], q[0][1]); }
247
+ }
248
+ function __asyncDelegator(o) {
249
+ var i, p;
250
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
251
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
252
+ }
253
+ function __asyncValues(o) {
254
+ if (!Symbol.asyncIterator)
255
+ throw new TypeError("Symbol.asyncIterator is not defined.");
256
+ var m = o[Symbol.asyncIterator], i;
257
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
258
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
259
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
260
+ }
261
+ function __makeTemplateObject(cooked, raw) {
262
+ if (Object.defineProperty) {
263
+ Object.defineProperty(cooked, "raw", { value: raw });
264
+ }
265
+ else {
266
+ cooked.raw = raw;
267
+ }
268
+ return cooked;
269
+ }
270
+ ;
271
+ function __importStar(mod) {
272
+ if (mod && mod.__esModule)
273
+ return mod;
274
+ var result = {};
275
+ if (mod != null)
276
+ for (var k in mod)
277
+ if (Object.hasOwnProperty.call(mod, k))
278
+ result[k] = mod[k];
279
+ result.default = mod;
280
+ return result;
281
+ }
282
+ function __importDefault(mod) {
283
+ return (mod && mod.__esModule) ? mod : { default: mod };
284
+ }
285
+ function __classPrivateFieldGet(receiver, privateMap) {
286
+ if (!privateMap.has(receiver)) {
287
+ throw new TypeError("attempted to get private field on non-instance");
288
+ }
289
+ return privateMap.get(receiver);
290
+ }
291
+ function __classPrivateFieldSet(receiver, privateMap, value) {
292
+ if (!privateMap.has(receiver)) {
293
+ throw new TypeError("attempted to set private field on non-instance");
294
+ }
295
+ privateMap.set(receiver, value);
296
+ return value;
224
297
  }
225
298
 
226
- var ButtonComponent = /** @class */ (function () {
299
+ exports.ButtonComponent = /** @class */ (function () {
227
300
  function ButtonComponent() {
228
301
  this.clicked = new core.EventEmitter();
229
302
  }
@@ -231,43 +304,43 @@
231
304
  ButtonComponent.prototype.onClick = function () {
232
305
  this.clicked.emit(this.text);
233
306
  };
234
- __decorate([
235
- core.Input()
236
- ], ButtonComponent.prototype, "text", void 0);
237
- __decorate([
238
- core.Input()
239
- ], ButtonComponent.prototype, "disabled", void 0);
240
- __decorate([
241
- core.Input()
242
- ], ButtonComponent.prototype, "isSecondary", void 0);
243
- __decorate([
244
- core.Output()
245
- ], ButtonComponent.prototype, "clicked", void 0);
246
- ButtonComponent = __decorate([
247
- core.Component({
248
- selector: 'symphony-button',
249
- template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
250
- styles: ["button,button:focus{outline:0}button:disabled{opacity:.3;cursor:not-allowed}.btn{padding-left:40px;padding-right:40px;border-radius:30px;height:60px;min-width:140px}.btn:focus{outline:0}.btn:disabled{opacity:.3}.btn-primary{background:#000;color:#fff;border:1px solid #000}.btn-secondary{background:#fff;border:1px solid #000;color:#000}"]
251
- })
252
- ], ButtonComponent);
253
307
  return ButtonComponent;
254
308
  }());
309
+ __decorate([
310
+ core.Input()
311
+ ], exports.ButtonComponent.prototype, "text", void 0);
312
+ __decorate([
313
+ core.Input()
314
+ ], exports.ButtonComponent.prototype, "disabled", void 0);
315
+ __decorate([
316
+ core.Input()
317
+ ], exports.ButtonComponent.prototype, "isSecondary", void 0);
318
+ __decorate([
319
+ core.Output()
320
+ ], exports.ButtonComponent.prototype, "clicked", void 0);
321
+ exports.ButtonComponent = __decorate([
322
+ core.Component({
323
+ selector: 'symphony-button',
324
+ template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
325
+ styles: ["button,button:focus{outline:none}button:disabled{cursor:not-allowed;opacity:.3}.btn{border-radius:30px;height:60px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{opacity:.3}.btn-primary{background:#000;border:1px solid #000;color:#fff}.btn-secondary{background:#fff;border:1px solid #000;color:#000}"]
326
+ })
327
+ ], exports.ButtonComponent);
255
328
 
256
- var ButtonModule = /** @class */ (function () {
329
+ exports.ButtonModule = /** @class */ (function () {
257
330
  function ButtonModule() {
258
331
  }
259
- ButtonModule = __decorate([
260
- core.NgModule({
261
- declarations: [ButtonComponent],
262
- imports: [common.CommonModule],
263
- providers: [],
264
- exports: [ButtonComponent],
265
- })
266
- ], ButtonModule);
267
332
  return ButtonModule;
268
333
  }());
334
+ exports.ButtonModule = __decorate([
335
+ core.NgModule({
336
+ declarations: [exports.ButtonComponent],
337
+ imports: [common.CommonModule],
338
+ providers: [],
339
+ exports: [exports.ButtonComponent],
340
+ })
341
+ ], exports.ButtonModule);
269
342
 
270
- var PillComponent = /** @class */ (function () {
343
+ exports.PillComponent = /** @class */ (function () {
271
344
  function PillComponent() {
272
345
  this.removePill = new core.EventEmitter();
273
346
  }
@@ -276,48 +349,373 @@
276
349
  PillComponent.prototype.onRemoveClick = function () {
277
350
  this.removePill.emit(this.pillLabel);
278
351
  };
279
- __decorate([
280
- core.Input()
281
- ], PillComponent.prototype, "pillLabel", void 0);
282
- __decorate([
283
- core.Input()
284
- ], PillComponent.prototype, "isInverse", void 0);
285
- __decorate([
286
- core.Input()
287
- ], PillComponent.prototype, "hasClose", void 0);
288
- __decorate([
289
- core.Input()
290
- ], PillComponent.prototype, "tooltipLabel", void 0);
291
- __decorate([
292
- core.Output()
293
- ], PillComponent.prototype, "removePill", void 0);
294
- PillComponent = __decorate([
295
- core.Component({
296
- selector: 'symphony-pill',
297
- 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>",
298
- encapsulation: core.ViewEncapsulation.None,
299
- styles: [".sfx-pill-item{background-color:#f1f1f1;color:#000;padding:10px 20px;border-radius:25px;text-align:center;font-weight:600;margin-right:10px;margin-top:10px}.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;padding:8px 15px;border-radius:0;max-width:160px;font-size:13px;color:#000}"]
300
- })
301
- ], PillComponent);
302
352
  return PillComponent;
303
353
  }());
354
+ __decorate([
355
+ core.Input()
356
+ ], exports.PillComponent.prototype, "pillLabel", void 0);
357
+ __decorate([
358
+ core.Input()
359
+ ], exports.PillComponent.prototype, "isInverse", void 0);
360
+ __decorate([
361
+ core.Input()
362
+ ], exports.PillComponent.prototype, "hasClose", void 0);
363
+ __decorate([
364
+ core.Input()
365
+ ], exports.PillComponent.prototype, "tooltipLabel", void 0);
366
+ __decorate([
367
+ core.Output()
368
+ ], exports.PillComponent.prototype, "removePill", void 0);
369
+ exports.PillComponent = __decorate([
370
+ core.Component({
371
+ 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=\"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
+ encapsulation: core.ViewEncapsulation.None,
374
+ styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;text-align:center}.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item i{font-size:12px;position:relative;top:2px}.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
375
+ })
376
+ ], exports.PillComponent);
304
377
 
305
- var PillModule = /** @class */ (function () {
306
- function PillModule() {
378
+ exports.TaskIconComponent = /** @class */ (function () {
379
+ function TaskIconComponent() {
307
380
  }
308
- PillModule = __decorate([
309
- core.NgModule({
310
- declarations: [PillComponent],
311
- imports: [
312
- common.CommonModule, tooltip.TooltipModule.forRoot()
313
- ],
314
- exports: [PillComponent],
315
- })
316
- ], PillModule);
317
- return PillModule;
381
+ TaskIconComponent.prototype.ngOnInit = function () { };
382
+ return TaskIconComponent;
383
+ }());
384
+ __decorate([
385
+ core.Input()
386
+ ], exports.TaskIconComponent.prototype, "isComplete", void 0);
387
+ exports.TaskIconComponent = __decorate([
388
+ core.Component({
389
+ 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 'si-task-completed': !isComplete,\n 'si-task-open': 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:15px;position:relative;top:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}"]
392
+ })
393
+ ], exports.TaskIconComponent);
394
+
395
+ exports.TaskIconModule = /** @class */ (function () {
396
+ function TaskIconModule() {
397
+ }
398
+ return TaskIconModule;
399
+ }());
400
+ exports.TaskIconModule = __decorate([
401
+ core.NgModule({
402
+ declarations: [exports.TaskIconComponent],
403
+ imports: [common.CommonModule],
404
+ exports: [exports.TaskIconComponent],
405
+ })
406
+ ], exports.TaskIconModule);
407
+
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.Input()
427
+ ], exports.InputTextComponent.prototype, "label", void 0);
428
+ __decorate([
429
+ core.Input()
430
+ ], exports.InputTextComponent.prototype, "isInverse", void 0);
431
+ __decorate([
432
+ core.Output()
433
+ ], exports.InputTextComponent.prototype, "textChange", void 0);
434
+ exports.InputTextComponent = __decorate([
435
+ core.Component({
436
+ selector: 'symphony-input-text',
437
+ 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",
438
+ 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}"]
439
+ })
440
+ ], exports.InputTextComponent);
441
+
442
+ exports.IconComponent = /** @class */ (function () {
443
+ function IconComponent() {
444
+ }
445
+ IconComponent.prototype.ngOnInit = function () { };
446
+ return IconComponent;
447
+ }());
448
+ __decorate([
449
+ core.Input()
450
+ ], exports.IconComponent.prototype, "icon", void 0);
451
+ __decorate([
452
+ core.Input()
453
+ ], exports.IconComponent.prototype, "isSecondary", void 0);
454
+ exports.IconComponent = __decorate([
455
+ core.Component({
456
+ selector: 'symphony-icon',
457
+ template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
458
+ styles: [".icon-secondary{color:#fff}i{height:18px;width:18px}"]
459
+ })
460
+ ], exports.IconComponent);
461
+
462
+ exports.IconModule = /** @class */ (function () {
463
+ function IconModule() {
464
+ }
465
+ return IconModule;
466
+ }());
467
+ exports.IconModule = __decorate([
468
+ core.NgModule({
469
+ declarations: [exports.IconComponent],
470
+ imports: [common.CommonModule],
471
+ exports: [exports.IconComponent],
472
+ })
473
+ ], exports.IconModule);
474
+
475
+ exports.InputTextModule = /** @class */ (function () {
476
+ function InputTextModule() {
477
+ }
478
+ return InputTextModule;
479
+ }());
480
+ exports.InputTextModule = __decorate([
481
+ core.NgModule({
482
+ declarations: [exports.InputTextComponent],
483
+ imports: [common.CommonModule, exports.IconModule],
484
+ exports: [exports.InputTextComponent],
485
+ })
486
+ ], exports.InputTextModule);
487
+
488
+ exports.ColorSampleComponent = /** @class */ (function () {
489
+ function ColorSampleComponent() {
490
+ }
491
+ ColorSampleComponent.prototype.ngOnInit = function () {
492
+ this.bgColor = this.color;
493
+ };
494
+ return ColorSampleComponent;
495
+ }());
496
+ __decorate([
497
+ core.Input()
498
+ ], exports.ColorSampleComponent.prototype, "color", void 0);
499
+ exports.ColorSampleComponent = __decorate([
500
+ core.Component({
501
+ selector: 'symphony-color-sample',
502
+ template: "<div\n class=\"color-sample\"\n [ngClass]=\"bgColor\"\n [ngStyle]=\"{\n border: color == 'background-color-white' ? '1px solid #000' : 'none'\n }\"\n></div>\n",
503
+ styles: [".color-sample{border-radius:50%;float:left;height:30px;margin-right:20px;margin-top:10px;width:30px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}"]
504
+ })
505
+ ], exports.ColorSampleComponent);
506
+
507
+ exports.ColorSampleModule = /** @class */ (function () {
508
+ function ColorSampleModule() {
509
+ }
510
+ return ColorSampleModule;
511
+ }());
512
+ exports.ColorSampleModule = __decorate([
513
+ core.NgModule({
514
+ declarations: [exports.ColorSampleComponent],
515
+ imports: [common.CommonModule],
516
+ exports: [exports.ColorSampleComponent],
517
+ })
518
+ ], exports.ColorSampleModule);
519
+
520
+ exports.H2Component = /** @class */ (function () {
521
+ function H2Component() {
522
+ }
523
+ H2Component.prototype.ngOnInit = function () { };
524
+ return H2Component;
525
+ }());
526
+ __decorate([
527
+ core.Input()
528
+ ], exports.H2Component.prototype, "text", void 0);
529
+ __decorate([
530
+ core.Input()
531
+ ], exports.H2Component.prototype, "isSecondary", void 0);
532
+ exports.H2Component = __decorate([
533
+ core.Component({
534
+ selector: 'symphony-h2',
535
+ template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n",
536
+ styles: [".h2-primary,.h2-secondary{color:#000;letter-spacing:-2px;line-height:40px;margin-bottom:0;margin-top:0}.h2-secondary{color:#fff}"]
537
+ })
538
+ ], exports.H2Component);
539
+
540
+ exports.H2Module = /** @class */ (function () {
541
+ function H2Module() {
542
+ }
543
+ return H2Module;
544
+ }());
545
+ exports.H2Module = __decorate([
546
+ core.NgModule({
547
+ declarations: [exports.H2Component],
548
+ imports: [common.CommonModule],
549
+ exports: [exports.H2Component],
550
+ })
551
+ ], exports.H2Module);
552
+
553
+ exports.H3Component = /** @class */ (function () {
554
+ function H3Component() {
555
+ }
556
+ H3Component.prototype.ngOnInit = function () { };
557
+ return H3Component;
558
+ }());
559
+ __decorate([
560
+ core.Input()
561
+ ], exports.H3Component.prototype, "text", void 0);
562
+ __decorate([
563
+ core.Input()
564
+ ], exports.H3Component.prototype, "isSecondary", void 0);
565
+ exports.H3Component = __decorate([
566
+ core.Component({
567
+ selector: 'symphony-h3',
568
+ template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n",
569
+ styles: [".h3-primary,.h3-secondary{color:#000;letter-spacing:-1px;line-height:30px;margin-bottom:0;margin-top:0}.h3-secondary{color:#fff}"]
570
+ })
571
+ ], exports.H3Component);
572
+
573
+ exports.H3Module = /** @class */ (function () {
574
+ function H3Module() {
575
+ }
576
+ return H3Module;
318
577
  }());
578
+ exports.H3Module = __decorate([
579
+ core.NgModule({
580
+ declarations: [exports.H3Component],
581
+ imports: [common.CommonModule],
582
+ exports: [exports.H3Component],
583
+ })
584
+ ], exports.H3Module);
319
585
 
320
- var AvatarComponent = /** @class */ (function () {
586
+ exports.H4Component = /** @class */ (function () {
587
+ function H4Component() {
588
+ }
589
+ H4Component.prototype.ngOnInit = function () { };
590
+ return H4Component;
591
+ }());
592
+ __decorate([
593
+ core.Input()
594
+ ], exports.H4Component.prototype, "text", void 0);
595
+ __decorate([
596
+ core.Input()
597
+ ], exports.H4Component.prototype, "isSecondary", void 0);
598
+ exports.H4Component = __decorate([
599
+ core.Component({
600
+ selector: 'symphony-h4',
601
+ template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n",
602
+ styles: [".h4-primary,.h4-secondary{color:#000;letter-spacing:-1px;line-height:20px;margin-bottom:0;margin-top:0}.h4-secondary{color:#fff}"]
603
+ })
604
+ ], exports.H4Component);
605
+
606
+ exports.H4Module = /** @class */ (function () {
607
+ function H4Module() {
608
+ }
609
+ return H4Module;
610
+ }());
611
+ exports.H4Module = __decorate([
612
+ core.NgModule({
613
+ declarations: [exports.H4Component],
614
+ imports: [common.CommonModule],
615
+ exports: [exports.H4Component],
616
+ })
617
+ ], exports.H4Module);
618
+
619
+ exports.H1Component = /** @class */ (function () {
620
+ function H1Component() {
621
+ }
622
+ H1Component.prototype.ngOnInit = function () { };
623
+ return H1Component;
624
+ }());
625
+ __decorate([
626
+ core.Input()
627
+ ], exports.H1Component.prototype, "text", void 0);
628
+ __decorate([
629
+ core.Input()
630
+ ], exports.H1Component.prototype, "isSecondary", void 0);
631
+ exports.H1Component = __decorate([
632
+ core.Component({
633
+ selector: 'symphony-h1',
634
+ template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h1>\n",
635
+ styles: [".h1-primary,.h1-secondary{color:#000;letter-spacing:-2px;line-height:50px;margin-bottom:0;margin-top:0}.h1-secondary{color:#fff}"]
636
+ })
637
+ ], exports.H1Component);
638
+
639
+ exports.H1Module = /** @class */ (function () {
640
+ function H1Module() {
641
+ }
642
+ return H1Module;
643
+ }());
644
+ exports.H1Module = __decorate([
645
+ core.NgModule({
646
+ declarations: [exports.H1Component],
647
+ imports: [common.CommonModule],
648
+ exports: [exports.H1Component],
649
+ })
650
+ ], exports.H1Module);
651
+
652
+ exports.ParagraphComponent = /** @class */ (function () {
653
+ function ParagraphComponent() {
654
+ }
655
+ ParagraphComponent.prototype.ngOnInit = function () { };
656
+ return ParagraphComponent;
657
+ }());
658
+ __decorate([
659
+ core.Input()
660
+ ], exports.ParagraphComponent.prototype, "text", void 0);
661
+ __decorate([
662
+ core.Input()
663
+ ], exports.ParagraphComponent.prototype, "isSecondary", void 0);
664
+ exports.ParagraphComponent = __decorate([
665
+ core.Component({
666
+ selector: 'symphony-paragraph',
667
+ 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",
668
+ 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}"]
669
+ })
670
+ ], exports.ParagraphComponent);
671
+
672
+ exports.ParagraphModule = /** @class */ (function () {
673
+ function ParagraphModule() {
674
+ }
675
+ return ParagraphModule;
676
+ }());
677
+ exports.ParagraphModule = __decorate([
678
+ core.NgModule({
679
+ declarations: [exports.ParagraphComponent],
680
+ imports: [common.CommonModule],
681
+ exports: [exports.ParagraphComponent],
682
+ })
683
+ ], exports.ParagraphModule);
684
+
685
+ exports.H5Component = /** @class */ (function () {
686
+ function H5Component() {
687
+ }
688
+ H5Component.prototype.ngOnInit = function () { };
689
+ return H5Component;
690
+ }());
691
+ __decorate([
692
+ core.Input()
693
+ ], exports.H5Component.prototype, "text", void 0);
694
+ __decorate([
695
+ core.Input()
696
+ ], exports.H5Component.prototype, "isSecondary", void 0);
697
+ exports.H5Component = __decorate([
698
+ core.Component({
699
+ selector: 'symphony-h5',
700
+ template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n",
701
+ styles: [".h5-primary,.h5-secondary{color:#000;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
702
+ })
703
+ ], exports.H5Component);
704
+
705
+ exports.H5Module = /** @class */ (function () {
706
+ function H5Module() {
707
+ }
708
+ return H5Module;
709
+ }());
710
+ exports.H5Module = __decorate([
711
+ core.NgModule({
712
+ declarations: [exports.H5Component],
713
+ imports: [common.CommonModule],
714
+ exports: [exports.H5Component],
715
+ })
716
+ ], exports.H5Module);
717
+
718
+ exports["ɵf"] = /** @class */ (function () {
321
719
  function AvatarComponent(sp) {
322
720
  this.sp = sp;
323
721
  }
@@ -394,211 +792,416 @@
394
792
  return '#000000';
395
793
  }
396
794
  };
397
- AvatarComponent.ctorParameters = function () { return [
398
- { type: common.SlicePipe }
399
- ]; };
400
- __decorate([
401
- core.Input()
402
- ], AvatarComponent.prototype, "firstName", void 0);
403
- __decorate([
404
- core.Input()
405
- ], AvatarComponent.prototype, "lastName", void 0);
406
- __decorate([
407
- core.Input()
408
- ], AvatarComponent.prototype, "sizePx", void 0);
409
- __decorate([
410
- core.Input()
411
- ], AvatarComponent.prototype, "fontSizePx", void 0);
412
- AvatarComponent = __decorate([
413
- core.Component({
414
- selector: 'lib-avatar',
415
- 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",
416
- styles: [".avatar-circle{width:50px;height:50px;background:#000;border-radius:50%;line-height:50px}.avatar-text{text-align:center;color:#fff}"]
417
- })
418
- ], AvatarComponent);
419
795
  return AvatarComponent;
420
796
  }());
797
+ __decorate([
798
+ core.Input()
799
+ ], exports["ɵf"].prototype, "firstName", void 0);
800
+ __decorate([
801
+ core.Input()
802
+ ], exports["ɵf"].prototype, "lastName", void 0);
803
+ __decorate([
804
+ core.Input()
805
+ ], exports["ɵf"].prototype, "sizePx", void 0);
806
+ __decorate([
807
+ core.Input()
808
+ ], exports["ɵf"].prototype, "fontSizePx", void 0);
809
+ exports["ɵf"] = __decorate([
810
+ core.Component({
811
+ selector: 'lib-avatar',
812
+ 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",
813
+ styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
814
+ })
815
+ ], exports["ɵf"]);
421
816
 
422
- var AvatarModule = /** @class */ (function () {
817
+ exports["ɵe"] = /** @class */ (function () {
423
818
  function AvatarModule() {
424
819
  }
425
- AvatarModule = __decorate([
426
- core.NgModule({
427
- declarations: [AvatarComponent],
428
- imports: [common.CommonModule],
429
- providers: [common.SlicePipe],
430
- exports: [AvatarComponent],
431
- })
432
- ], AvatarModule);
433
820
  return AvatarModule;
434
821
  }());
822
+ exports["ɵe"] = __decorate([
823
+ core.NgModule({
824
+ declarations: [exports["ɵf"]],
825
+ imports: [common.CommonModule],
826
+ providers: [common.SlicePipe],
827
+ exports: [exports["ɵf"]],
828
+ })
829
+ ], exports["ɵe"]);
435
830
 
436
- var DescriptionComponent = /** @class */ (function () {
437
- function DescriptionComponent() {
831
+ exports["ɵb"] = /** @class */ (function () {
832
+ function DropdownComponent() {
438
833
  }
439
- DescriptionComponent.prototype.ngOnInit = function () { };
440
- __decorate([
441
- core.Input()
442
- ], DescriptionComponent.prototype, "description", void 0);
443
- DescriptionComponent = __decorate([
444
- core.Component({
445
- selector: 'symphony-description',
446
- template: "<p>{{description}}</p>\n",
447
- styles: ["p{font-size:14px;margin-bottom:0}"]
448
- })
449
- ], DescriptionComponent);
450
- return DescriptionComponent;
834
+ DropdownComponent.prototype.ngOnInit = function () {
835
+ };
836
+ return DropdownComponent;
451
837
  }());
838
+ exports["ɵb"] = __decorate([
839
+ core.Component({
840
+ selector: 'symphony-dropdown',
841
+ 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>",
842
+ styles: [""]
843
+ })
844
+ ], exports["ɵb"]);
452
845
 
453
- var DescriptionModule = /** @class */ (function () {
454
- function DescriptionModule() {
846
+ exports["ɵa"] = /** @class */ (function () {
847
+ function DropdownModule() {
455
848
  }
456
- DescriptionModule = __decorate([
457
- core.NgModule({
458
- declarations: [DescriptionComponent],
459
- imports: [common.CommonModule],
460
- exports: [DescriptionComponent]
461
- })
462
- ], DescriptionModule);
463
- return DescriptionModule;
849
+ return DropdownModule;
464
850
  }());
851
+ exports["ɵa"] = __decorate([
852
+ core.NgModule({
853
+ declarations: [exports["ɵb"]],
854
+ imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
855
+ providers: [],
856
+ exports: [exports["ɵb"]],
857
+ })
858
+ ], exports["ɵa"]);
465
859
 
466
- var DropdownComponent = /** @class */ (function () {
467
- function DropdownComponent() {
860
+ exports["ɵd"] = /** @class */ (function () {
861
+ function MoreDropdownComponent() {
468
862
  }
469
- DropdownComponent.prototype.ngOnInit = function () {
863
+ MoreDropdownComponent.prototype.ngOnInit = function () {
864
+ this.sfxMoreActions = this.moreActions;
470
865
  };
471
- DropdownComponent = __decorate([
472
- core.Component({
473
- selector: 'symphony-dropdown',
474
- 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>",
475
- styles: [""]
476
- })
477
- ], DropdownComponent);
478
- return DropdownComponent;
866
+ return MoreDropdownComponent;
479
867
  }());
868
+ __decorate([
869
+ core.Input()
870
+ ], exports["ɵd"].prototype, "moreActions", void 0);
871
+ exports["ɵd"] = __decorate([
872
+ core.Component({
873
+ selector: 'symphony-more-dropdown',
874
+ 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",
875
+ 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}"]
876
+ })
877
+ ], exports["ɵd"]);
480
878
 
481
- var DropdownModule = /** @class */ (function () {
482
- function DropdownModule() {
879
+ exports["ɵc"] = /** @class */ (function () {
880
+ function MoreDropdownModule() {
483
881
  }
484
- DropdownModule = __decorate([
485
- core.NgModule({
486
- declarations: [DropdownComponent],
487
- imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
488
- providers: [],
489
- exports: [DropdownComponent],
490
- })
491
- ], DropdownModule);
492
- return DropdownModule;
882
+ return MoreDropdownModule;
493
883
  }());
884
+ exports["ɵc"] = __decorate([
885
+ core.NgModule({
886
+ declarations: [exports["ɵd"]],
887
+ imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
888
+ exports: [exports["ɵd"]]
889
+ })
890
+ ], exports["ɵc"]);
494
891
 
495
- var ListTitleComponent = /** @class */ (function () {
496
- function ListTitleComponent() {
892
+ exports["ɵg"] = /** @class */ (function () {
893
+ function PillModule() {
497
894
  }
498
- ListTitleComponent.prototype.ngOnInit = function () { };
499
- __decorate([
500
- core.Input()
501
- ], ListTitleComponent.prototype, "listTitle", void 0);
502
- ListTitleComponent = __decorate([
503
- core.Component({
504
- selector: 'symphony-list-title',
505
- template: "<h3>{{listTitle}}</h3>\n",
506
- styles: ["h3{margin-top:0}"]
507
- })
508
- ], ListTitleComponent);
509
- return ListTitleComponent;
895
+ return PillModule;
510
896
  }());
897
+ exports["ɵg"] = __decorate([
898
+ core.NgModule({
899
+ declarations: [exports.PillComponent],
900
+ imports: [
901
+ common.CommonModule, tooltip.TooltipModule.forRoot()
902
+ ],
903
+ exports: [exports.PillComponent],
904
+ })
905
+ ], exports["ɵg"]);
906
+
907
+ var Icons;
908
+ (function (Icons) {
909
+ Icons["MOREOPTIONS"] = "si-more-options";
910
+ Icons["ADD"] = "si-add";
911
+ Icons["ACTIVITY"] = "si-activity";
912
+ Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
913
+ Icons["ARROWNEXT"] = "si-arrow-next";
914
+ Icons["ARROWPREV"] = "si-arrow-prev";
915
+ Icons["CLOSEMODAL"] = "si-close-modal";
916
+ Icons["COLLAPSE"] = "si-collapse";
917
+ Icons["DAYMODE"] = "si-daymode";
918
+ Icons["DELETE"] = "si-delete";
919
+ Icons["DOCUMENT"] = "si-document";
920
+ Icons["DOWNLOAD"] = "si-download";
921
+ Icons["EDIT"] = "si-edit";
922
+ Icons["EMAILDRIP"] = "si-email-drip";
923
+ Icons["EMAILOPEN"] = "si-email-open";
924
+ Icons["EMAILSEND"] = "si-email-send";
925
+ Icons["EXPAND"] = "si-expand";
926
+ Icons["FAVORITE"] = "si-favorite";
927
+ Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
928
+ Icons["FEEDBACKNO"] = "si-feedback-no";
929
+ Icons["FEEDBACKYES"] = "si-feedback-yes";
930
+ Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
931
+ Icons["INCLUDE"] = "si-include";
932
+ Icons["INFO"] = "si-info";
933
+ Icons["INTERVIEW"] = "si-interview";
934
+ Icons["LINK"] = "si-link";
935
+ Icons["LOCATION"] = "si-location";
936
+ Icons["MENUALL"] = "si-menu-all";
937
+ Icons["MENUANALYTICS"] = "si-menu-analytics";
938
+ Icons["MENUASSETS"] = "si-menu-assets";
939
+ Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
940
+ Icons["MENUCONTACT"] = "si-menu-contact";
941
+ Icons["MENUCONTENT"] = "si-menu-content";
942
+ Icons["MENUDASHBOARD"] = "si-menu-dashboard";
943
+ Icons["MENUEVENTS"] = "si-menu-events";
944
+ Icons["MENUFOLDERS"] = "si-menu-folders";
945
+ Icons["MENUJOBS"] = "si-menu-jobs";
946
+ Icons["MENURETURN"] = "si-menu-return";
947
+ Icons["MENUWORKFLOWS"] = "si-menu-workflows";
948
+ Icons["MERGE"] = "si-merge";
949
+ Icons["MOVE"] = "si-move";
950
+ Icons["NIGHTMODE"] = "si-nightmode";
951
+ Icons["NOTIFICATION"] = "si-notification";
952
+ Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
953
+ Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
954
+ Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
955
+ Icons["PHONENUMBER"] = "si-phone-number";
956
+ Icons["PREVIEW"] = "si-preview";
957
+ Icons["PROMOTE"] = "si-promote";
958
+ Icons["REFRESH"] = "si-refresh";
959
+ Icons["REMOVE"] = "si-remove";
960
+ Icons["EXCLUDE"] = "si-exclude";
961
+ Icons["RESULTSFILTERS"] = "si-results-filters";
962
+ Icons["REVIEW"] = "si-review";
963
+ Icons["SALARY"] = "si-salary";
964
+ Icons["SAVE"] = "si-save";
965
+ Icons["SEARCHADVANCED"] = "si-search-advanced";
966
+ Icons["SEARCHCLEAR"] = "si-search-clear";
967
+ Icons["SEARCHNEW"] = "si-search-new";
968
+ Icons["SETTINGSMART"] = "si-settings-smart";
969
+ Icons["SMS"] = "si-sms";
970
+ Icons["SORTMINI"] = "si-sort-mini";
971
+ Icons["STATUS"] = "si-status";
972
+ Icons["SYSTEMACTION"] = "si-system-action";
973
+ Icons["TASKCOMPLETED"] = "si-task-completed";
974
+ Icons["TASKOPEN"] = "si-task-open";
975
+ Icons["TIMEFRAME"] = "si-timeframe";
976
+ Icons["TIMELINE"] = "si-timeline";
977
+ Icons["UPLOAD"] = "si-upload";
978
+ Icons["USERMULTIPLE"] = "si-user-multiple";
979
+ Icons["USER"] = "si-user";
980
+ })(Icons || (Icons = {}));
511
981
 
512
- var ListTitleModule = /** @class */ (function () {
513
- function ListTitleModule() {
982
+ exports["ɵi"] = /** @class */ (function () {
983
+ function IconWrapperComponent() {
984
+ this.Icons = Icons;
514
985
  }
515
- ListTitleModule = __decorate([
516
- core.NgModule({
517
- declarations: [ListTitleComponent],
518
- imports: [common.CommonModule],
519
- exports: [ListTitleComponent]
520
- })
521
- ], ListTitleModule);
522
- return ListTitleModule;
986
+ IconWrapperComponent.prototype.ngOnInit = function () { };
987
+ return IconWrapperComponent;
523
988
  }());
989
+ __decorate([
990
+ core.Input()
991
+ ], exports["ɵi"].prototype, "isInverse", void 0);
992
+ exports["ɵi"] = __decorate([
993
+ core.Component({
994
+ selector: 'symphony-icon-wrapper',
995
+ template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
996
+ 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}"]
997
+ })
998
+ ], exports["ɵi"]);
524
999
 
525
- var MoreDropdownComponent = /** @class */ (function () {
526
- function MoreDropdownComponent() {
1000
+ exports["ɵh"] = /** @class */ (function () {
1001
+ function IconWrapperModule() {
527
1002
  }
528
- MoreDropdownComponent.prototype.ngOnInit = function () {
529
- this.sfxMoreActions = this.moreActions;
1003
+ return IconWrapperModule;
1004
+ }());
1005
+ exports["ɵh"] = __decorate([
1006
+ core.NgModule({
1007
+ declarations: [exports["ɵi"]],
1008
+ imports: [common.CommonModule],
1009
+ exports: [exports["ɵi"]],
1010
+ })
1011
+ ], exports["ɵh"]);
1012
+
1013
+ exports["ɵk"] = /** @class */ (function () {
1014
+ function TwoColumnFilterAreaComponent() {
1015
+ }
1016
+ TwoColumnFilterAreaComponent.prototype.ngOnInit = function () { };
1017
+ return TwoColumnFilterAreaComponent;
1018
+ }());
1019
+ __decorate([
1020
+ core.Input()
1021
+ ], exports["ɵk"].prototype, "height", void 0);
1022
+ exports["ɵk"] = __decorate([
1023
+ core.Component({
1024
+ selector: 'symphony-two-column-filter-area',
1025
+ 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",
1026
+ styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
1027
+ })
1028
+ ], exports["ɵk"]);
1029
+
1030
+ exports["ɵj"] = /** @class */ (function () {
1031
+ function TwoColumnFilterAreaModule() {
1032
+ }
1033
+ return TwoColumnFilterAreaModule;
1034
+ }());
1035
+ exports["ɵj"] = __decorate([
1036
+ core.NgModule({
1037
+ declarations: [exports["ɵk"]],
1038
+ imports: [common.CommonModule],
1039
+ exports: [exports["ɵk"]],
1040
+ })
1041
+ ], exports["ɵj"]);
1042
+
1043
+ exports["ɵo"] = /** @class */ (function () {
1044
+ function SfxInlineErrorComponent() {
1045
+ }
1046
+ return SfxInlineErrorComponent;
1047
+ }());
1048
+ __decorate([
1049
+ core.Input()
1050
+ ], exports["ɵo"].prototype, "errorMessage", void 0);
1051
+ exports["ɵo"] = __decorate([
1052
+ core.Component({
1053
+ selector: 'lib-sfx-inline-error',
1054
+ template: "<p>{{ errorMessage }}</p>\n",
1055
+ styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
1056
+ })
1057
+ ], exports["ɵo"]);
1058
+
1059
+ exports["ɵn"] = /** @class */ (function () {
1060
+ function SfxInlineErrorModule() {
1061
+ }
1062
+ return SfxInlineErrorModule;
1063
+ }());
1064
+ exports["ɵn"] = __decorate([
1065
+ core.NgModule({
1066
+ declarations: [exports["ɵo"]],
1067
+ imports: [common.CommonModule],
1068
+ exports: [exports["ɵo"]],
1069
+ })
1070
+ ], exports["ɵn"]);
1071
+
1072
+ exports["ɵm"] = /** @class */ (function () {
1073
+ function InputRadioComponent() {
1074
+ this.clicked = new core.EventEmitter();
1075
+ }
1076
+ InputRadioComponent.prototype.ngOnInit = function () { };
1077
+ InputRadioComponent.prototype.onClick = function () {
1078
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
1079
+ this.clicked.emit({
1080
+ label: this.label,
1081
+ isActive: this.isActive,
1082
+ });
530
1083
  };
531
- __decorate([
532
- core.Input()
533
- ], MoreDropdownComponent.prototype, "moreActions", void 0);
534
- MoreDropdownComponent = __decorate([
535
- core.Component({
536
- selector: 'symphony-more-dropdown',
537
- 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>",
538
- styles: ["@charset \"UTF-8\";.btn-group button.dropdown-toggle.btn{background:#fff;padding:0;font-size:24px;line-height:26px;box-shadow:none;width:40px;height:40px;border-radius:50%;color:#000}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{margin-top:10px;border:none;border-radius:10px;padding-top:20px;padding-bottom:20px;right:7px;left:auto;box-shadow:0 0 15px rgba(0,0,0,.175);max-height:none;overflow:inherit}.btn-group .dropdown-menu li a.dropdown-item{padding:10px 20px;color:#000;font-weight:600}.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{content:\"\uE252\";font-family:\"Glyphicons Halflings\"!important;font-size:14px;transform:rotate(180deg);display:inline-block;position:absolute;top:-13px;right:8px;color:#fff}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
539
- })
540
- ], MoreDropdownComponent);
541
- return MoreDropdownComponent;
1084
+ return InputRadioComponent;
542
1085
  }());
1086
+ __decorate([
1087
+ core.Input()
1088
+ ], exports["ɵm"].prototype, "isActive", void 0);
1089
+ __decorate([
1090
+ core.Input()
1091
+ ], exports["ɵm"].prototype, "label", void 0);
1092
+ __decorate([
1093
+ core.Input()
1094
+ ], exports["ɵm"].prototype, "isRequired", void 0);
1095
+ __decorate([
1096
+ core.Output()
1097
+ ], exports["ɵm"].prototype, "clicked", void 0);
1098
+ exports["ɵm"] = __decorate([
1099
+ core.Component({
1100
+ selector: 'symphony-input-radio',
1101
+ 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",
1102
+ 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}"]
1103
+ })
1104
+ ], exports["ɵm"]);
543
1105
 
544
- var MoreDropdownModule = /** @class */ (function () {
545
- function MoreDropdownModule() {
1106
+ exports["ɵl"] = /** @class */ (function () {
1107
+ function InputRadioModule() {
546
1108
  }
547
- MoreDropdownModule = __decorate([
548
- core.NgModule({
549
- declarations: [MoreDropdownComponent],
550
- imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
551
- exports: [MoreDropdownComponent]
552
- })
553
- ], MoreDropdownModule);
554
- return MoreDropdownModule;
1109
+ return InputRadioModule;
555
1110
  }());
1111
+ exports["ɵl"] = __decorate([
1112
+ core.NgModule({
1113
+ declarations: [exports["ɵm"]],
1114
+ imports: [
1115
+ common.CommonModule,
1116
+ forms.FormsModule,
1117
+ forms.ReactiveFormsModule,
1118
+ exports["ɵn"],
1119
+ ],
1120
+ exports: [exports["ɵm"]],
1121
+ })
1122
+ ], exports["ɵl"]);
556
1123
 
557
- var TimeStampComponent = /** @class */ (function () {
558
- function TimeStampComponent() {
1124
+ exports["ɵq"] = /** @class */ (function () {
1125
+ function InputCheckboxComponent() {
1126
+ this.clicked = new core.EventEmitter();
559
1127
  }
560
- TimeStampComponent.prototype.ngOnInit = function () { };
561
- __decorate([
562
- core.Input()
563
- ], TimeStampComponent.prototype, "timeStamp", void 0);
564
- TimeStampComponent = __decorate([
565
- core.Component({
566
- selector: 'symphony-time-stamp',
567
- template: "<p>{{timeStamp}}</p>\n",
568
- styles: [""]
569
- })
570
- ], TimeStampComponent);
571
- return TimeStampComponent;
1128
+ InputCheckboxComponent.prototype.ngOnInit = function () { };
1129
+ InputCheckboxComponent.prototype.onClick = function () {
1130
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
1131
+ this.clicked.emit({
1132
+ label: this.label,
1133
+ isActive: this.isActive,
1134
+ });
1135
+ };
1136
+ return InputCheckboxComponent;
572
1137
  }());
1138
+ __decorate([
1139
+ core.Input()
1140
+ ], exports["ɵq"].prototype, "isActive", void 0);
1141
+ __decorate([
1142
+ core.Input()
1143
+ ], exports["ɵq"].prototype, "label", void 0);
1144
+ __decorate([
1145
+ core.Input()
1146
+ ], exports["ɵq"].prototype, "isRequired", void 0);
1147
+ __decorate([
1148
+ core.Output()
1149
+ ], exports["ɵq"].prototype, "clicked", void 0);
1150
+ exports["ɵq"] = __decorate([
1151
+ core.Component({
1152
+ selector: 'symphony-input-checkbox',
1153
+ template: "<div class=\"sfx-checkbox\">\n <input\n type=\"checkbox\"\n class=\"sfx-checkbox-input\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label (click)=\"onClick()\" for=\"{{ label }}\" class=\"Font400\"\n >{{ label\n }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n",
1154
+ 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}"]
1155
+ })
1156
+ ], exports["ɵq"]);
573
1157
 
574
- var TimeStampModule = /** @class */ (function () {
575
- function TimeStampModule() {
1158
+ exports["ɵp"] = /** @class */ (function () {
1159
+ function InputCheckboxModule() {
576
1160
  }
577
- TimeStampModule = __decorate([
578
- core.NgModule({
579
- declarations: [TimeStampComponent],
580
- imports: [common.CommonModule],
581
- exports: [TimeStampComponent]
582
- })
583
- ], TimeStampModule);
584
- return TimeStampModule;
1161
+ return InputCheckboxModule;
585
1162
  }());
1163
+ exports["ɵp"] = __decorate([
1164
+ core.NgModule({
1165
+ declarations: [exports["ɵq"]],
1166
+ imports: [common.CommonModule],
1167
+ exports: [exports["ɵq"]],
1168
+ })
1169
+ ], exports["ɵp"]);
586
1170
 
587
- var AtomsModule = /** @class */ (function () {
1171
+ exports.AtomsModule = /** @class */ (function () {
588
1172
  function AtomsModule() {
589
1173
  }
590
- AtomsModule = __decorate([
591
- core.NgModule({
592
- declarations: [],
593
- imports: [],
594
- exports: [ButtonModule, DropdownModule, MoreDropdownModule, DescriptionModule,
595
- ListTitleModule, TimeStampModule, AvatarModule, PillModule],
596
- })
597
- ], AtomsModule);
598
1174
  return AtomsModule;
599
1175
  }());
1176
+ exports.AtomsModule = __decorate([
1177
+ core.NgModule({
1178
+ declarations: [],
1179
+ imports: [],
1180
+ exports: [
1181
+ exports.ButtonModule,
1182
+ exports["ɵa"],
1183
+ exports["ɵc"],
1184
+ exports["ɵe"],
1185
+ exports["ɵg"],
1186
+ exports.TaskIconModule,
1187
+ exports.ColorSampleModule,
1188
+ exports.H1Module,
1189
+ exports.H2Module,
1190
+ exports.H3Module,
1191
+ exports.H4Module,
1192
+ exports.ParagraphModule,
1193
+ exports.H5Module,
1194
+ exports.IconModule,
1195
+ exports["ɵh"],
1196
+ exports["ɵj"],
1197
+ exports["ɵl"],
1198
+ exports["ɵp"],
1199
+ exports.InputTextModule,
1200
+ ],
1201
+ })
1202
+ ], exports.AtomsModule);
600
1203
 
601
- var PillsComponent = /** @class */ (function () {
1204
+ exports.PillsComponent = /** @class */ (function () {
602
1205
  function PillsComponent() {
603
1206
  this.removePill = new core.EventEmitter();
604
1207
  }
@@ -607,136 +1210,912 @@
607
1210
  PillsComponent.prototype.onRemovePill = function (event) {
608
1211
  this.removePill.emit(this.pillsList.find(function (p) { return p.pillLabel.toLowerCase() === event.toLowerCase(); }));
609
1212
  };
610
- __decorate([
611
- core.Input()
612
- ], PillsComponent.prototype, "hasClose", void 0);
613
- __decorate([
614
- core.Input()
615
- ], PillsComponent.prototype, "pillsList", void 0);
616
- __decorate([
617
- core.Input()
618
- ], PillsComponent.prototype, "hasTooltips", void 0);
619
- __decorate([
620
- core.Output()
621
- ], PillsComponent.prototype, "removePill", void 0);
622
- PillsComponent = __decorate([
623
- core.Component({
624
- selector: 'symphony-pills',
625
- 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>",
626
- styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:20px}"]
627
- })
628
- ], PillsComponent);
629
1213
  return PillsComponent;
630
1214
  }());
1215
+ __decorate([
1216
+ core.Input()
1217
+ ], exports.PillsComponent.prototype, "hasClose", void 0);
1218
+ __decorate([
1219
+ core.Input()
1220
+ ], exports.PillsComponent.prototype, "pillsList", void 0);
1221
+ __decorate([
1222
+ core.Input()
1223
+ ], exports.PillsComponent.prototype, "hasTooltips", void 0);
1224
+ __decorate([
1225
+ core.Output()
1226
+ ], exports.PillsComponent.prototype, "removePill", void 0);
1227
+ exports.PillsComponent = __decorate([
1228
+ core.Component({
1229
+ selector: 'symphony-pills',
1230
+ 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>",
1231
+ styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
1232
+ })
1233
+ ], exports.PillsComponent);
631
1234
 
632
- var PillsModule = /** @class */ (function () {
1235
+ exports.PillsModule = /** @class */ (function () {
633
1236
  function PillsModule() {
634
1237
  }
635
- PillsModule = __decorate([
636
- core.NgModule({
637
- declarations: [PillsComponent],
638
- imports: [
639
- common.CommonModule,
640
- PillModule
641
- ],
642
- exports: [
643
- PillsComponent
644
- ]
645
- })
646
- ], PillsModule);
647
1238
  return PillsModule;
648
1239
  }());
1240
+ exports.PillsModule = __decorate([
1241
+ core.NgModule({
1242
+ declarations: [exports.PillsComponent],
1243
+ imports: [
1244
+ common.CommonModule,
1245
+ exports["ɵg"]
1246
+ ],
1247
+ exports: [
1248
+ exports.PillsComponent
1249
+ ]
1250
+ })
1251
+ ], exports.PillsModule);
1252
+
1253
+ exports.TaskComponent = /** @class */ (function () {
1254
+ function TaskComponent() {
1255
+ this.taskModel = {
1256
+ assignee: '',
1257
+ title: '',
1258
+ dueDate: '',
1259
+ moreActions: [],
1260
+ };
1261
+ }
1262
+ TaskComponent.prototype.ngOnInit = function () { };
1263
+ return TaskComponent;
1264
+ }());
1265
+ __decorate([
1266
+ core.Input()
1267
+ ], exports.TaskComponent.prototype, "taskModel", void 0);
1268
+ exports.TaskComponent = __decorate([
1269
+ core.Component({
1270
+ selector: 'symphony-task',
1271
+ 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-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",
1272
+ 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-more-dropdown{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
1273
+ })
1274
+ ], exports.TaskComponent);
649
1275
 
650
- var NoteComponent = /** @class */ (function () {
1276
+ exports.TaskModule = /** @class */ (function () {
1277
+ function TaskModule() {
1278
+ }
1279
+ return TaskModule;
1280
+ }());
1281
+ exports.TaskModule = __decorate([
1282
+ core.NgModule({
1283
+ declarations: [exports.TaskComponent],
1284
+ imports: [
1285
+ common.CommonModule,
1286
+ exports.TaskIconModule,
1287
+ exports["ɵc"],
1288
+ exports.H3Module,
1289
+ exports.ParagraphModule
1290
+ ],
1291
+ exports: [exports.TaskComponent],
1292
+ })
1293
+ ], exports.TaskModule);
1294
+
1295
+ exports.ColorSwatchComponent = /** @class */ (function () {
1296
+ function ColorSwatchComponent() {
1297
+ this.colorSwatchModel = {
1298
+ colorCode: '',
1299
+ sassCode: '',
1300
+ };
1301
+ }
1302
+ ColorSwatchComponent.prototype.ngOnInit = function () {
1303
+ this.getDescription();
1304
+ };
1305
+ ColorSwatchComponent.prototype.getDescription = function () {
1306
+ this.description = this.colorSwatchModel.colorCode + " - " + this.colorSwatchModel.sassCode;
1307
+ return this.description;
1308
+ };
1309
+ return ColorSwatchComponent;
1310
+ }());
1311
+ __decorate([
1312
+ core.Input()
1313
+ ], exports.ColorSwatchComponent.prototype, "colorSwatchModel", void 0);
1314
+ exports.ColorSwatchComponent = __decorate([
1315
+ core.Component({
1316
+ selector: 'symphony-ui-color-explorer',
1317
+ 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",
1318
+ styles: [""]
1319
+ })
1320
+ ], exports.ColorSwatchComponent);
1321
+
1322
+ exports.ColorSwatchModule = /** @class */ (function () {
1323
+ function ColorSwatchModule() {
1324
+ }
1325
+ return ColorSwatchModule;
1326
+ }());
1327
+ exports.ColorSwatchModule = __decorate([
1328
+ core.NgModule({
1329
+ declarations: [exports.ColorSwatchComponent],
1330
+ imports: [
1331
+ common.CommonModule,
1332
+ exports.ColorSampleModule,
1333
+ exports.H3Module,
1334
+ exports.ParagraphModule
1335
+ ],
1336
+ exports: [exports.ColorSwatchComponent],
1337
+ })
1338
+ ], exports.ColorSwatchModule);
1339
+
1340
+ exports.IconSwatchComponent = /** @class */ (function () {
1341
+ function IconSwatchComponent() {
1342
+ this.iconSwatchModel = {
1343
+ iconName: '',
1344
+ iconClass: '',
1345
+ };
1346
+ }
1347
+ IconSwatchComponent.prototype.ngOnInit = function () { };
1348
+ return IconSwatchComponent;
1349
+ }());
1350
+ __decorate([
1351
+ core.Input()
1352
+ ], exports.IconSwatchComponent.prototype, "iconSwatchModel", void 0);
1353
+ __decorate([
1354
+ core.Input()
1355
+ ], exports.IconSwatchComponent.prototype, "isInverse", void 0);
1356
+ exports.IconSwatchComponent = __decorate([
1357
+ core.Component({
1358
+ selector: 'symphony-icon-swatch',
1359
+ 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",
1360
+ 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}"]
1361
+ })
1362
+ ], exports.IconSwatchComponent);
1363
+
1364
+ exports.IconSwatchModule = /** @class */ (function () {
1365
+ function IconSwatchModule() {
1366
+ }
1367
+ return IconSwatchModule;
1368
+ }());
1369
+ exports.IconSwatchModule = __decorate([
1370
+ core.NgModule({
1371
+ declarations: [exports.IconSwatchComponent],
1372
+ imports: [
1373
+ common.CommonModule,
1374
+ exports.IconModule,
1375
+ exports.H5Module,
1376
+ exports.ParagraphModule,
1377
+ exports["ɵh"],
1378
+ ],
1379
+ exports: [exports.IconSwatchComponent],
1380
+ })
1381
+ ], exports.IconSwatchModule);
1382
+
1383
+ exports["ɵu"] = /** @class */ (function () {
651
1384
  function NoteComponent() {
1385
+ this.noteModel = {
1386
+ firstName: '',
1387
+ lastName: '',
1388
+ listTitle: '',
1389
+ timeStamp: '',
1390
+ description: '',
1391
+ moreActions: [],
1392
+ };
652
1393
  }
653
1394
  NoteComponent.prototype.ngOnInit = function () { };
654
- __decorate([
655
- core.Input()
656
- ], NoteComponent.prototype, "firstName", void 0);
657
- __decorate([
658
- core.Input()
659
- ], NoteComponent.prototype, "lastName", void 0);
660
- __decorate([
661
- core.Input()
662
- ], NoteComponent.prototype, "listTitle", void 0);
663
- __decorate([
664
- core.Input()
665
- ], NoteComponent.prototype, "timeStamp", void 0);
666
- __decorate([
667
- core.Input()
668
- ], NoteComponent.prototype, "description", void 0);
669
- __decorate([
670
- core.Input()
671
- ], NoteComponent.prototype, "moreActions", void 0);
672
- NoteComponent = __decorate([
673
- core.Component({
674
- selector: 'symphony-note',
675
- 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",
676
- styles: [".sfx-note{position:relative;padding:20px 75px}.sfx-note .list-avatar{position:absolute;left:0;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}"]
677
- })
678
- ], NoteComponent);
679
1395
  return NoteComponent;
680
1396
  }());
1397
+ __decorate([
1398
+ core.Input()
1399
+ ], exports["ɵu"].prototype, "noteModel", void 0);
1400
+ exports["ɵu"] = __decorate([
1401
+ core.Component({
1402
+ selector: 'symphony-note',
1403
+ 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-more-dropdown class=\"list-more-option\" [moreActions]= noteModel.moreActions></symphony-more-dropdown>\n</div>\n",
1404
+ 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}"]
1405
+ })
1406
+ ], exports["ɵu"]);
681
1407
 
682
- var NoteModule = /** @class */ (function () {
1408
+ exports["ɵt"] = /** @class */ (function () {
683
1409
  function NoteModule() {
684
1410
  }
685
- NoteModule = __decorate([
686
- core.NgModule({
687
- declarations: [NoteComponent],
688
- imports: [common.CommonModule, AvatarModule, ListTitleModule, TimeStampModule, DescriptionModule, MoreDropdownModule],
689
- exports: [NoteComponent]
690
- })
691
- ], NoteModule);
692
1411
  return NoteModule;
693
1412
  }());
1413
+ exports["ɵt"] = __decorate([
1414
+ core.NgModule({
1415
+ declarations: [exports["ɵu"]],
1416
+ imports: [
1417
+ common.CommonModule,
1418
+ exports["ɵe"],
1419
+ exports["ɵc"],
1420
+ exports.H3Module,
1421
+ exports.ParagraphModule
1422
+ ],
1423
+ exports: [exports["ɵu"]]
1424
+ })
1425
+ ], exports["ɵt"]);
1426
+
1427
+ exports["ɵs"] = /** @class */ (function () {
1428
+ function BreadcrumbComponent() {
1429
+ }
1430
+ BreadcrumbComponent.prototype.ngOnInit = function () {
1431
+ this.icon = Icons.ARROWNEXT;
1432
+ };
1433
+ return BreadcrumbComponent;
1434
+ }());
1435
+ __decorate([
1436
+ core.Input()
1437
+ ], exports["ɵs"].prototype, "breadcrumbs", void 0);
1438
+ exports["ɵs"] = __decorate([
1439
+ core.Component({
1440
+ selector: 'symphony-breadcrumb',
1441
+ 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",
1442
+ styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
1443
+ })
1444
+ ], exports["ɵs"]);
694
1445
 
695
- var MoleculesModule = /** @class */ (function () {
1446
+ exports["ɵr"] = /** @class */ (function () {
1447
+ function BreadcrumbModule() {
1448
+ }
1449
+ return BreadcrumbModule;
1450
+ }());
1451
+ exports["ɵr"] = __decorate([
1452
+ core.NgModule({
1453
+ declarations: [exports["ɵs"]],
1454
+ imports: [common.CommonModule, exports.H3Module, exports.IconModule],
1455
+ exports: [exports["ɵs"]],
1456
+ })
1457
+ ], exports["ɵr"]);
1458
+
1459
+ exports.MoleculesModule = /** @class */ (function () {
696
1460
  function MoleculesModule() {
697
1461
  }
698
- MoleculesModule = __decorate([
699
- core.NgModule({
700
- declarations: [],
701
- imports: [
702
- common.CommonModule,
703
- AvatarModule,
704
- ListTitleModule,
705
- TimeStampModule,
706
- DescriptionModule,
707
- MoreDropdownModule,
708
- PillsModule,
709
- ],
710
- exports: [NoteModule, PillsModule],
711
- })
712
- ], MoleculesModule);
713
1462
  return MoleculesModule;
714
1463
  }());
1464
+ exports.MoleculesModule = __decorate([
1465
+ core.NgModule({
1466
+ declarations: [],
1467
+ imports: [
1468
+ common.CommonModule,
1469
+ exports["ɵe"],
1470
+ exports["ɵc"],
1471
+ exports.PillsModule,
1472
+ exports.TaskModule,
1473
+ exports.ColorSwatchModule,
1474
+ exports.IconSwatchModule,
1475
+ exports["ɵr"],
1476
+ ],
1477
+ exports: [
1478
+ exports["ɵt"],
1479
+ exports.PillsModule,
1480
+ exports.TaskModule,
1481
+ exports.ColorSwatchModule,
1482
+ exports.IconSwatchModule,
1483
+ exports["ɵr"],
1484
+ ],
1485
+ })
1486
+ ], exports.MoleculesModule);
1487
+
1488
+ exports.TaskListComponent = /** @class */ (function () {
1489
+ function TaskListComponent() {
1490
+ }
1491
+ TaskListComponent.prototype.ngOnInit = function () { };
1492
+ return TaskListComponent;
1493
+ }());
1494
+ __decorate([
1495
+ core.Input()
1496
+ ], exports.TaskListComponent.prototype, "taskList", void 0);
1497
+ exports.TaskListComponent = __decorate([
1498
+ core.Component({
1499
+ selector: 'symphony-task-list',
1500
+ template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n",
1501
+ styles: [".task-list{border-top:1px solid #d9d9d9}"]
1502
+ })
1503
+ ], exports.TaskListComponent);
1504
+
1505
+ exports.TaskListModule = /** @class */ (function () {
1506
+ function TaskListModule() {
1507
+ }
1508
+ return TaskListModule;
1509
+ }());
1510
+ exports.TaskListModule = __decorate([
1511
+ core.NgModule({
1512
+ declarations: [exports.TaskListComponent],
1513
+ imports: [common.CommonModule, exports.TaskModule],
1514
+ exports: [exports.TaskListComponent],
1515
+ })
1516
+ ], exports.TaskListModule);
1517
+
1518
+ exports.ColorSwatchCollectionComponent = /** @class */ (function () {
1519
+ function ColorSwatchCollectionComponent() {
1520
+ }
1521
+ ColorSwatchCollectionComponent.prototype.ngOnInit = function () { };
1522
+ return ColorSwatchCollectionComponent;
1523
+ }());
1524
+ __decorate([
1525
+ core.Input()
1526
+ ], exports.ColorSwatchCollectionComponent.prototype, "colorList", void 0);
1527
+ exports.ColorSwatchCollectionComponent = __decorate([
1528
+ core.Component({
1529
+ selector: 'symphony-main-ui-color-swatch',
1530
+ 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",
1531
+ encapsulation: core.ViewEncapsulation.None,
1532
+ 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}"]
1533
+ })
1534
+ ], exports.ColorSwatchCollectionComponent);
1535
+
1536
+ exports.ColorSwatchCollectionModule = /** @class */ (function () {
1537
+ function ColorSwatchCollectionModule() {
1538
+ }
1539
+ return ColorSwatchCollectionModule;
1540
+ }());
1541
+ exports.ColorSwatchCollectionModule = __decorate([
1542
+ core.NgModule({
1543
+ declarations: [exports.ColorSwatchCollectionComponent],
1544
+ imports: [common.CommonModule, exports.ColorSwatchModule],
1545
+ })
1546
+ ], exports.ColorSwatchCollectionModule);
1547
+
1548
+ var IconExplorerHelper = /** @class */ (function () {
1549
+ function IconExplorerHelper() {
1550
+ }
1551
+ IconExplorerHelper.getAllIcons = function () {
1552
+ var allIcons = [];
1553
+ allIcons = allIcons.concat(this.getHasNoBorderIconList());
1554
+ allIcons = allIcons.concat(this.getHasBorderIconList());
1555
+ allIcons = allIcons.concat(this.getInverseIconList());
1556
+ return allIcons;
1557
+ };
1558
+ IconExplorerHelper.getHasNoBorderIconList = function () {
1559
+ return [
1560
+ {
1561
+ icon: Icons.MOREOPTIONS,
1562
+ iconName: 'MOREOPTIONS',
1563
+ iconClass: 'si-more-options',
1564
+ hasBorder: false,
1565
+ },
1566
+ {
1567
+ icon: Icons.ADD,
1568
+ iconName: 'ADD',
1569
+ iconClass: 'si-add',
1570
+ hasBorder: false,
1571
+ },
1572
+ {
1573
+ icon: Icons.ACTIVITY,
1574
+ iconName: 'ACTIVITY',
1575
+ iconClass: 'si-activity',
1576
+ hasBorder: false,
1577
+ },
1578
+ {
1579
+ icon: Icons.ARROWHIDEREVEAL,
1580
+ iconName: 'ARROWHIDEREVEAL',
1581
+ iconClass: 'si-arrow-hide-reveal',
1582
+ hasBorder: false,
1583
+ },
1584
+ {
1585
+ icon: Icons.ARROWNEXT,
1586
+ iconName: 'ARROWNEXT',
1587
+ iconClass: 'si-arrow-next',
1588
+ hasBorder: false,
1589
+ },
1590
+ {
1591
+ icon: Icons.ARROWPREV,
1592
+ iconName: 'ARROWPREV',
1593
+ iconClass: 'si-arrow-prev',
1594
+ hasBorder: false,
1595
+ },
1596
+ {
1597
+ icon: Icons.CLOSEMODAL,
1598
+ iconName: 'CLOSEMODAL',
1599
+ iconClass: 'si-close-modal',
1600
+ hasBorder: false,
1601
+ },
1602
+ {
1603
+ icon: Icons.COLLAPSE,
1604
+ iconName: 'COLLAPSE',
1605
+ iconClass: 'si-collapse',
1606
+ hasBorder: false,
1607
+ },
1608
+ {
1609
+ icon: Icons.DAYMODE,
1610
+ iconName: 'DAYMODE',
1611
+ iconClass: 'si-daymode',
1612
+ hasBorder: false,
1613
+ },
1614
+ {
1615
+ icon: Icons.DELETE,
1616
+ iconName: 'DELETE',
1617
+ iconClass: 'si-delete',
1618
+ hasBorder: false,
1619
+ },
1620
+ {
1621
+ icon: Icons.DOCUMENT,
1622
+ iconName: 'DOCUMENT',
1623
+ iconClass: 'si-document',
1624
+ hasBorder: false,
1625
+ },
1626
+ {
1627
+ icon: Icons.DOWNLOAD,
1628
+ iconName: 'DOWNLOAD',
1629
+ iconClass: 'si-download',
1630
+ hasBorder: false,
1631
+ },
1632
+ {
1633
+ icon: Icons.EDIT,
1634
+ iconName: 'EDIT',
1635
+ iconClass: 'si-edit',
1636
+ hasBorder: false,
1637
+ },
1638
+ {
1639
+ icon: Icons.EMAILDRIP,
1640
+ iconName: 'EMAILDRIP',
1641
+ iconClass: 'si-email-drip',
1642
+ hasBorder: false,
1643
+ },
1644
+ {
1645
+ icon: Icons.EMAILOPEN,
1646
+ iconName: 'EMAILOPEN',
1647
+ iconClass: 'si-email-open',
1648
+ hasBorder: false,
1649
+ },
1650
+ {
1651
+ icon: Icons.EMAILSEND,
1652
+ iconName: 'EMAILSEND',
1653
+ iconClass: 'si-email-send',
1654
+ hasBorder: false,
1655
+ },
1656
+ {
1657
+ icon: Icons.EXPAND,
1658
+ iconName: 'EXPAND',
1659
+ iconClass: 'si-expand',
1660
+ hasBorder: false,
1661
+ },
1662
+ {
1663
+ icon: Icons.FAVORITE,
1664
+ iconName: 'FAVORITE',
1665
+ iconClass: 'si-favorite',
1666
+ hasBorder: false,
1667
+ },
1668
+ {
1669
+ icon: Icons.FEEDBACKMAYBE,
1670
+ iconName: 'FEEDBACKMAYBE',
1671
+ iconClass: 'si-feedback-maybe',
1672
+ hasBorder: false,
1673
+ },
1674
+ {
1675
+ icon: Icons.FEEDBACKNO,
1676
+ iconName: 'FEEDBACKNO',
1677
+ iconClass: 'si-feedback-no',
1678
+ hasBorder: false,
1679
+ },
1680
+ {
1681
+ icon: Icons.FEEDBACKYES,
1682
+ iconName: 'FEEDBACKYES',
1683
+ iconClass: 'si-feedback-yes',
1684
+ hasBorder: false,
1685
+ },
1686
+ {
1687
+ icon: Icons.FOLDERMULTIPLE,
1688
+ iconName: 'FOLDERMULTIPLE',
1689
+ iconClass: 'si-folder-multiple',
1690
+ hasBorder: false,
1691
+ },
1692
+ {
1693
+ icon: Icons.INCLUDE,
1694
+ iconName: 'INCLUDE',
1695
+ iconClass: 'si-include',
1696
+ hasBorder: false,
1697
+ },
1698
+ {
1699
+ icon: Icons.INFO,
1700
+ iconName: 'INFO',
1701
+ iconClass: 'si-info',
1702
+ hasBorder: false,
1703
+ },
1704
+ {
1705
+ icon: Icons.INTERVIEW,
1706
+ iconName: 'INTERVIEW',
1707
+ iconClass: 'si-interview',
1708
+ hasBorder: false,
1709
+ },
1710
+ {
1711
+ icon: Icons.LINK,
1712
+ iconName: 'LINK',
1713
+ iconClass: 'si-link',
1714
+ hasBorder: false,
1715
+ },
1716
+ {
1717
+ icon: Icons.LOCATION,
1718
+ iconName: 'LOCATION',
1719
+ iconClass: 'si-location',
1720
+ hasBorder: false,
1721
+ },
1722
+ {
1723
+ icon: Icons.MENUALL,
1724
+ iconName: 'MENUALL',
1725
+ iconClass: 'si-menu-all',
1726
+ hasBorder: false,
1727
+ },
1728
+ {
1729
+ icon: Icons.MENUANALYTICS,
1730
+ iconName: 'MENUANALYTICS',
1731
+ iconClass: 'si-menu-analytics',
1732
+ hasBorder: false,
1733
+ },
1734
+ {
1735
+ icon: Icons.MENUASSETS,
1736
+ iconName: 'MENUASSETS',
1737
+ iconClass: 'si-menu-assets',
1738
+ hasBorder: false,
1739
+ },
1740
+ {
1741
+ icon: Icons.MENUCAMPAIGNS,
1742
+ iconName: 'MENUCAMPAIGNS',
1743
+ iconClass: 'si-menu-campaigns',
1744
+ hasBorder: false,
1745
+ },
1746
+ {
1747
+ icon: Icons.MENUCONTACT,
1748
+ iconName: 'MENUCONTACT',
1749
+ iconClass: 'si-menu-contact',
1750
+ hasBorder: false,
1751
+ },
1752
+ {
1753
+ icon: Icons.MENUCONTENT,
1754
+ iconName: 'MENUCONTENT',
1755
+ iconClass: 'si-menu-content',
1756
+ hasBorder: false,
1757
+ },
1758
+ {
1759
+ icon: Icons.MENUDASHBOARD,
1760
+ iconName: 'MENUDASHBOARD',
1761
+ iconClass: 'si-menu-dashboard',
1762
+ hasBorder: false,
1763
+ },
1764
+ {
1765
+ icon: Icons.MENUEVENTS,
1766
+ iconName: 'MENUEVENTS',
1767
+ iconClass: 'si-menu-events',
1768
+ hasBorder: false,
1769
+ },
1770
+ {
1771
+ icon: Icons.MENUFOLDERS,
1772
+ iconName: 'MENUFOLDERS',
1773
+ iconClass: 'si-menu-folders',
1774
+ hasBorder: false,
1775
+ },
1776
+ {
1777
+ icon: Icons.MENUJOBS,
1778
+ iconName: 'MENUJOBS',
1779
+ iconClass: 'si-menu-jobs',
1780
+ hasBorder: false,
1781
+ },
1782
+ {
1783
+ icon: Icons.MENURETURN,
1784
+ iconName: 'MENURETURN',
1785
+ iconClass: 'si-menu-return',
1786
+ hasBorder: false,
1787
+ },
1788
+ {
1789
+ icon: Icons.MENUWORKFLOWS,
1790
+ iconName: 'MENUWORKFLOWS',
1791
+ iconClass: 'si-menu-workflows',
1792
+ hasBorder: false,
1793
+ },
1794
+ {
1795
+ icon: Icons.MERGE,
1796
+ iconName: 'MERGE',
1797
+ iconClass: 'si-merge',
1798
+ hasBorder: false,
1799
+ },
1800
+ {
1801
+ icon: Icons.MOVE,
1802
+ iconName: 'MOVE',
1803
+ iconClass: 'si-move',
1804
+ hasBorder: false,
1805
+ },
1806
+ {
1807
+ icon: Icons.NIGHTMODE,
1808
+ iconName: 'NIGHTMODE',
1809
+ iconClass: 'si-nightmode',
1810
+ hasBorder: false,
1811
+ },
1812
+ {
1813
+ icon: Icons.NOTIFICATION,
1814
+ iconName: 'NOTIFICATION',
1815
+ iconClass: 'si-notification',
1816
+ hasBorder: false,
1817
+ },
1818
+ {
1819
+ icon: Icons.ORGANIZECOLUMNS,
1820
+ iconName: 'ORGANIZECOLUMNS',
1821
+ iconClass: 'si-organize-columns',
1822
+ hasBorder: false,
1823
+ },
1824
+ {
1825
+ icon: Icons.ORGANIZECONTACTS,
1826
+ iconName: 'ORGANIZECONTACTS',
1827
+ iconClass: 'si-organize-contacts',
1828
+ hasBorder: false,
1829
+ },
1830
+ {
1831
+ icon: Icons.PENDINGINCOMPLETE,
1832
+ iconName: 'PENDINGINCOMPLETE',
1833
+ iconClass: 'si-pending-incomplete',
1834
+ hasBorder: false,
1835
+ },
1836
+ {
1837
+ icon: Icons.PHONENUMBER,
1838
+ iconName: 'PHONENUMBER',
1839
+ iconClass: 'si-phone-number',
1840
+ hasBorder: false,
1841
+ },
1842
+ {
1843
+ icon: Icons.PREVIEW,
1844
+ iconName: 'PREVIEW',
1845
+ iconClass: 'si-preview',
1846
+ hasBorder: false,
1847
+ },
1848
+ {
1849
+ icon: Icons.PROMOTE,
1850
+ iconName: 'PROMOTE',
1851
+ iconClass: 'si-promote',
1852
+ hasBorder: false,
1853
+ },
1854
+ {
1855
+ icon: Icons.REFRESH,
1856
+ iconName: 'REFRESH',
1857
+ iconClass: 'si-refresh',
1858
+ hasBorder: false,
1859
+ },
1860
+ {
1861
+ icon: Icons.REMOVE,
1862
+ iconName: 'REMOVE',
1863
+ iconClass: 'si-remove',
1864
+ hasBorder: false,
1865
+ },
1866
+ {
1867
+ icon: Icons.EXCLUDE,
1868
+ iconName: 'EXCLUDE',
1869
+ iconClass: 'si-exclude',
1870
+ hasBorder: false,
1871
+ },
1872
+ {
1873
+ icon: Icons.RESULTSFILTERS,
1874
+ iconName: 'RESULTSFILTERS',
1875
+ iconClass: 'si-results-filters',
1876
+ hasBorder: false,
1877
+ },
1878
+ {
1879
+ icon: Icons.REVIEW,
1880
+ iconName: 'REVIEW',
1881
+ iconClass: 'si-review',
1882
+ hasBorder: false,
1883
+ },
1884
+ {
1885
+ icon: Icons.SALARY,
1886
+ iconName: 'SALARY',
1887
+ iconClass: 'si-salary',
1888
+ hasBorder: false,
1889
+ },
1890
+ {
1891
+ icon: Icons.SAVE,
1892
+ iconName: 'SAVE',
1893
+ iconClass: 'si-save',
1894
+ hasBorder: false,
1895
+ },
1896
+ {
1897
+ icon: Icons.SEARCHADVANCED,
1898
+ iconName: 'SEARCHADVANCED',
1899
+ iconClass: 'si-search-advanced',
1900
+ hasBorder: false,
1901
+ },
1902
+ {
1903
+ icon: Icons.SEARCHCLEAR,
1904
+ iconName: 'SEARCHCLEAR',
1905
+ iconClass: 'si-search-clear',
1906
+ hasBorder: false,
1907
+ },
1908
+ {
1909
+ icon: Icons.SEARCHNEW,
1910
+ iconName: 'SEARCHNEW',
1911
+ iconClass: 'si-search-new',
1912
+ hasBorder: false,
1913
+ },
1914
+ {
1915
+ icon: Icons.SETTINGSMART,
1916
+ iconName: 'SETTINGSMART',
1917
+ iconClass: 'si-settings-smart',
1918
+ hasBorder: false,
1919
+ },
1920
+ {
1921
+ icon: Icons.SMS,
1922
+ iconName: 'SMS',
1923
+ iconClass: 'si-sms',
1924
+ hasBorder: false,
1925
+ },
1926
+ {
1927
+ icon: Icons.SORTMINI,
1928
+ iconName: 'SORTMINI',
1929
+ iconClass: 'si-sort-mini',
1930
+ hasBorder: false,
1931
+ },
1932
+ {
1933
+ icon: Icons.STATUS,
1934
+ iconName: 'STATUS',
1935
+ iconClass: 'si-status',
1936
+ hasBorder: false,
1937
+ },
1938
+ {
1939
+ icon: Icons.SYSTEMACTION,
1940
+ iconName: 'SYSTEMACTION',
1941
+ iconClass: 'si-system-action',
1942
+ hasBorder: false,
1943
+ },
1944
+ {
1945
+ icon: Icons.TASKCOMPLETED,
1946
+ iconName: 'TASKCOMPLETED',
1947
+ iconClass: 'si-task-completed',
1948
+ hasBorder: false,
1949
+ },
1950
+ {
1951
+ icon: Icons.TASKOPEN,
1952
+ iconName: 'TASKOPEN',
1953
+ iconClass: 'si-task-open',
1954
+ hasBorder: false,
1955
+ },
1956
+ {
1957
+ icon: Icons.TIMEFRAME,
1958
+ iconName: 'TIMEFRAME',
1959
+ iconClass: 'si-timeframe',
1960
+ hasBorder: false,
1961
+ },
1962
+ {
1963
+ icon: Icons.TIMELINE,
1964
+ iconName: 'TIMELINE',
1965
+ iconClass: 'si-timeline',
1966
+ hasBorder: false,
1967
+ },
1968
+ {
1969
+ icon: Icons.UPLOAD,
1970
+ iconName: 'UPLOAD',
1971
+ iconClass: 'si-upload',
1972
+ hasBorder: false,
1973
+ },
1974
+ {
1975
+ icon: Icons.USERMULTIPLE,
1976
+ iconName: 'USERMULTIPLE',
1977
+ iconClass: 'si-user-multiple',
1978
+ hasBorder: false,
1979
+ },
1980
+ {
1981
+ icon: Icons.USER,
1982
+ iconName: 'USER',
1983
+ iconClass: 'si-user',
1984
+ hasBorder: false,
1985
+ },
1986
+ ];
1987
+ };
1988
+ IconExplorerHelper.getInverseIconList = function () {
1989
+ return [
1990
+ {
1991
+ icon: Icons.ACTIVITY,
1992
+ iconName: 'ACTIVITY',
1993
+ iconClass: 'si-activity',
1994
+ hasBorder: true,
1995
+ },
1996
+ ];
1997
+ };
1998
+ IconExplorerHelper.getHasBorderIconList = function () {
1999
+ return [
2000
+ {
2001
+ icon: Icons.ADD,
2002
+ iconName: 'ADD',
2003
+ iconClass: 'si-add',
2004
+ hasBorder: true,
2005
+ },
2006
+ {
2007
+ icon: Icons.ARROWNEXT,
2008
+ iconName: 'ARROWNEXT',
2009
+ iconClass: 'si-arrow-next',
2010
+ hasBorder: true,
2011
+ },
2012
+ {
2013
+ icon: Icons.DELETE,
2014
+ iconName: 'DELETE',
2015
+ iconClass: 'si-delete',
2016
+ hasBorder: true,
2017
+ },
2018
+ {
2019
+ icon: Icons.DOWNLOAD,
2020
+ iconName: 'DOWNLOAD',
2021
+ iconClass: 'si-download',
2022
+ hasBorder: true,
2023
+ },
2024
+ {
2025
+ icon: Icons.EDIT,
2026
+ iconName: 'EDIT',
2027
+ iconClass: 'si-edit',
2028
+ hasBorder: true,
2029
+ },
2030
+ {
2031
+ icon: Icons.FEEDBACKYES,
2032
+ iconName: 'FEEDBACKYES',
2033
+ iconClass: 'si-feedback-yes',
2034
+ hasBorder: true,
2035
+ },
2036
+ {
2037
+ icon: Icons.MENUCONTACT,
2038
+ iconName: 'MENUCONTACT',
2039
+ iconClass: 'si-menu-contact',
2040
+ hasBorder: true,
2041
+ },
2042
+ {
2043
+ icon: Icons.MOREOPTIONS,
2044
+ iconName: 'MOREOPTIONS',
2045
+ iconClass: 'si-more-options',
2046
+ hasBorder: true,
2047
+ },
2048
+ {
2049
+ icon: Icons.ORGANIZECOLUMNS,
2050
+ iconName: 'ORGANIZECOLUMNS',
2051
+ iconClass: 'si-organize-columns',
2052
+ hasBorder: true,
2053
+ },
2054
+ {
2055
+ icon: Icons.PREVIEW,
2056
+ iconName: 'PREVIEW',
2057
+ iconClass: 'si-preview',
2058
+ hasBorder: true,
2059
+ },
2060
+ {
2061
+ icon: Icons.SAVE,
2062
+ iconName: 'SAVE',
2063
+ iconClass: 'si-save',
2064
+ hasBorder: true,
2065
+ },
2066
+ ];
2067
+ };
2068
+ return IconExplorerHelper;
2069
+ }());
2070
+
2071
+ exports.IconExplorerComponent = /** @class */ (function () {
2072
+ function IconExplorerComponent() {
2073
+ this.iconList = IconExplorerHelper.getAllIcons();
2074
+ this.hasBorderIconsList = IconExplorerHelper.getHasBorderIconList();
2075
+ this.hasNoBorderIconsList = IconExplorerHelper.getHasNoBorderIconList();
2076
+ this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
2077
+ }
2078
+ IconExplorerComponent.prototype.ngOnInit = function () {
2079
+ this.iconCount = this.iconList.length;
2080
+ this.explorerTitle = "Iconography (" + this.iconCount + " icons)";
2081
+ this.iconHasBorderCount = this.hasBorderIconsList.length;
2082
+ this.borderTitle = "Icons with border (" + this.iconHasBorderCount + " icons)";
2083
+ this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
2084
+ this.noBorderTitle = "Icons without border (" + this.iconHasNoBorderCount + " icons)";
2085
+ this.iconisInverseCount = this.isInverseIconsList.length;
2086
+ this.backgroundTitle = "Icons with background (" + this.iconisInverseCount + " icons)";
2087
+ };
2088
+ return IconExplorerComponent;
2089
+ }());
2090
+ exports.IconExplorerComponent = __decorate([
2091
+ core.Component({
2092
+ selector: 'symphony-icon-explorer',
2093
+ template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"noBorderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasNoBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"borderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"backgroundTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of isInverseIconsList\">\n <symphony-icon-swatch\n [iconSwatchModel]=\"icon\"\n [isInverse]=\"true\"\n ></symphony-icon-swatch>\n </li>\n</ul>\n",
2094
+ styles: [".sfx-icon-list{display:flex;flex-direction:column;flex-wrap:wrap;height:90vh;width:100vw}.sfx-icon-list.has-border{height:50vh;width:39vw}.icon-list-item{flex:0 0 10%;padding:10px 0}.icon-list-item.has-border{flex:0 0 25%}.explorer-title{border-bottom:5px solid #000;margin-bottom:30px;padding-bottom:10px}.explorer-subtitle{margin-bottom:10px}"]
2095
+ })
2096
+ ], exports.IconExplorerComponent);
2097
+
2098
+ exports.IconExplorerModule = /** @class */ (function () {
2099
+ function IconExplorerModule() {
2100
+ }
2101
+ return IconExplorerModule;
2102
+ }());
2103
+ exports.IconExplorerModule = __decorate([
2104
+ core.NgModule({
2105
+ declarations: [exports.IconExplorerComponent],
2106
+ imports: [common.CommonModule, exports.IconSwatchModule, exports.H2Module, exports.H3Module],
2107
+ })
2108
+ ], exports.IconExplorerModule);
2109
+
2110
+ /*
2111
+ * ATOMS
2112
+ */
715
2113
 
716
- exports.AtomsModule = AtomsModule;
717
- exports.ButtonComponent = ButtonComponent;
718
- exports.ButtonModule = ButtonModule;
719
- exports.MoleculesModule = MoleculesModule;
720
- exports.PillComponent = PillComponent;
721
- exports.PillModule = PillModule;
722
- exports.PillsComponent = PillsComponent;
723
- exports.PillsModule = PillsModule;
724
- exports.ɵa = DropdownModule;
725
- exports.ɵb = DropdownComponent;
726
- exports.ɵc = MoreDropdownModule;
727
- exports.ɵd = MoreDropdownComponent;
728
- exports.ɵe = DescriptionModule;
729
- exports.ɵf = DescriptionComponent;
730
- exports.ɵg = ListTitleModule;
731
- exports.ɵh = ListTitleComponent;
732
- exports.ɵi = TimeStampModule;
733
- exports.ɵj = TimeStampComponent;
734
- exports.ɵk = AvatarModule;
735
- exports.ɵl = AvatarComponent;
736
- exports.ɵm = NoteModule;
737
- exports.ɵn = NoteComponent;
2114
+ /**
2115
+ * Generated bundle index. Do not edit.
2116
+ */
738
2117
 
739
2118
  Object.defineProperty(exports, '__esModule', { value: true });
740
2119
 
741
- })));
2120
+ }));
742
2121
  //# sourceMappingURL=symphony-talent-component-library.umd.js.map