@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,510 +0,0 @@
1
- import { __decorate } from 'tslib';
2
- import { EventEmitter, Input, Output, Component, NgModule, ViewEncapsulation } from '@angular/core';
3
- import { CommonModule, SlicePipe } from '@angular/common';
4
- import { TooltipModule } from 'ngx-bootstrap/tooltip';
5
- import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
6
- import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
7
-
8
- var ButtonComponent = /** @class */ (function () {
9
- function ButtonComponent() {
10
- this.clicked = new EventEmitter();
11
- }
12
- ButtonComponent.prototype.ngOnInit = function () { };
13
- ButtonComponent.prototype.onClick = function () {
14
- this.clicked.emit(this.text);
15
- };
16
- __decorate([
17
- Input()
18
- ], ButtonComponent.prototype, "text", void 0);
19
- __decorate([
20
- Input()
21
- ], ButtonComponent.prototype, "disabled", void 0);
22
- __decorate([
23
- Input()
24
- ], ButtonComponent.prototype, "isSecondary", void 0);
25
- __decorate([
26
- Output()
27
- ], ButtonComponent.prototype, "clicked", void 0);
28
- ButtonComponent = __decorate([
29
- Component({
30
- selector: 'symphony-button',
31
- template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
32
- 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}"]
33
- })
34
- ], ButtonComponent);
35
- return ButtonComponent;
36
- }());
37
-
38
- var ButtonModule = /** @class */ (function () {
39
- function ButtonModule() {
40
- }
41
- ButtonModule = __decorate([
42
- NgModule({
43
- declarations: [ButtonComponent],
44
- imports: [CommonModule],
45
- providers: [],
46
- exports: [ButtonComponent],
47
- })
48
- ], ButtonModule);
49
- return ButtonModule;
50
- }());
51
-
52
- var PillComponent = /** @class */ (function () {
53
- function PillComponent() {
54
- this.removePill = new EventEmitter();
55
- }
56
- PillComponent.prototype.ngOnInit = function () {
57
- };
58
- PillComponent.prototype.onRemoveClick = function () {
59
- this.removePill.emit(this.pillLabel);
60
- };
61
- __decorate([
62
- Input()
63
- ], PillComponent.prototype, "pillLabel", void 0);
64
- __decorate([
65
- Input()
66
- ], PillComponent.prototype, "isInverse", void 0);
67
- __decorate([
68
- Input()
69
- ], PillComponent.prototype, "hasClose", void 0);
70
- __decorate([
71
- Input()
72
- ], PillComponent.prototype, "tooltipLabel", void 0);
73
- __decorate([
74
- Output()
75
- ], PillComponent.prototype, "removePill", void 0);
76
- PillComponent = __decorate([
77
- Component({
78
- selector: 'symphony-pill',
79
- 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>",
80
- encapsulation: ViewEncapsulation.None,
81
- 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}"]
82
- })
83
- ], PillComponent);
84
- return PillComponent;
85
- }());
86
-
87
- var PillModule = /** @class */ (function () {
88
- function PillModule() {
89
- }
90
- PillModule = __decorate([
91
- NgModule({
92
- declarations: [PillComponent],
93
- imports: [
94
- CommonModule, TooltipModule.forRoot()
95
- ],
96
- exports: [PillComponent],
97
- })
98
- ], PillModule);
99
- return PillModule;
100
- }());
101
-
102
- var AvatarComponent = /** @class */ (function () {
103
- function AvatarComponent(sp) {
104
- this.sp = sp;
105
- }
106
- AvatarComponent.prototype.ngOnInit = function () {
107
- this.initials = '';
108
- this.firstInitial = '';
109
- this.bgColor = '';
110
- if (this.firstName) {
111
- this.initials += this.sp.transform(this.firstName, 0, 1);
112
- this.firstInitial = this.sp
113
- .transform(this.firstName, 0, 1)
114
- .toLocaleLowerCase();
115
- }
116
- if (this.lastName) {
117
- this.initials += this.sp.transform(this.lastName, 0, 1);
118
- }
119
- this.bgColor = this.getColor(this.firstInitial);
120
- };
121
- AvatarComponent.prototype.getColor = function (character) {
122
- switch (character) {
123
- case 'a':
124
- return '#D0021B';
125
- case 'b':
126
- return '#F5A623';
127
- case 'c':
128
- return '#E4D75C';
129
- case 'd':
130
- return '#8B572A';
131
- case 'e':
132
- return '#579F09';
133
- case 'f':
134
- return '#BD10E0';
135
- case 'g':
136
- return '#9013FE';
137
- case 'h':
138
- return '#4A90E2';
139
- case 'i':
140
- return '#39B196';
141
- case 'j':
142
- return '#4A4A4A';
143
- case 'k':
144
- return '#E84D4D';
145
- case 'l':
146
- return '#E84DC0';
147
- case 'm':
148
- return '#CE950B';
149
- case 'n':
150
- return '#1CCE0B';
151
- case 'o':
152
- return '#1DB1A6';
153
- case 'p':
154
- return '#3724A9';
155
- case 'q':
156
- return '#A9249E';
157
- case 'r':
158
- return '#A9246B';
159
- case 's':
160
- return '#24A97A';
161
- case 't':
162
- return '#1C93B3';
163
- case 'u':
164
- return '#D52424';
165
- case 'v':
166
- return '#A45519';
167
- case 'w':
168
- return '#19A420';
169
- case 'x':
170
- return '#A41963';
171
- case 'y':
172
- return '#CFD00A';
173
- case 'z':
174
- return '#AA0AD0';
175
- default:
176
- return '#000000';
177
- }
178
- };
179
- AvatarComponent.ctorParameters = function () { return [
180
- { type: SlicePipe }
181
- ]; };
182
- __decorate([
183
- Input()
184
- ], AvatarComponent.prototype, "firstName", void 0);
185
- __decorate([
186
- Input()
187
- ], AvatarComponent.prototype, "lastName", void 0);
188
- __decorate([
189
- Input()
190
- ], AvatarComponent.prototype, "sizePx", void 0);
191
- __decorate([
192
- Input()
193
- ], AvatarComponent.prototype, "fontSizePx", void 0);
194
- AvatarComponent = __decorate([
195
- Component({
196
- selector: 'lib-avatar',
197
- 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",
198
- styles: [".avatar-circle{width:50px;height:50px;background:#000;border-radius:50%;line-height:50px}.avatar-text{text-align:center;color:#fff}"]
199
- })
200
- ], AvatarComponent);
201
- return AvatarComponent;
202
- }());
203
-
204
- var AvatarModule = /** @class */ (function () {
205
- function AvatarModule() {
206
- }
207
- AvatarModule = __decorate([
208
- NgModule({
209
- declarations: [AvatarComponent],
210
- imports: [CommonModule],
211
- providers: [SlicePipe],
212
- exports: [AvatarComponent],
213
- })
214
- ], AvatarModule);
215
- return AvatarModule;
216
- }());
217
-
218
- var DescriptionComponent = /** @class */ (function () {
219
- function DescriptionComponent() {
220
- }
221
- DescriptionComponent.prototype.ngOnInit = function () { };
222
- __decorate([
223
- Input()
224
- ], DescriptionComponent.prototype, "description", void 0);
225
- DescriptionComponent = __decorate([
226
- Component({
227
- selector: 'symphony-description',
228
- template: "<p>{{description}}</p>\n",
229
- styles: ["p{font-size:14px;margin-bottom:0}"]
230
- })
231
- ], DescriptionComponent);
232
- return DescriptionComponent;
233
- }());
234
-
235
- var DescriptionModule = /** @class */ (function () {
236
- function DescriptionModule() {
237
- }
238
- DescriptionModule = __decorate([
239
- NgModule({
240
- declarations: [DescriptionComponent],
241
- imports: [CommonModule],
242
- exports: [DescriptionComponent]
243
- })
244
- ], DescriptionModule);
245
- return DescriptionModule;
246
- }());
247
-
248
- var DropdownComponent = /** @class */ (function () {
249
- function DropdownComponent() {
250
- }
251
- DropdownComponent.prototype.ngOnInit = function () {
252
- };
253
- DropdownComponent = __decorate([
254
- Component({
255
- selector: 'symphony-dropdown',
256
- 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>",
257
- styles: [""]
258
- })
259
- ], DropdownComponent);
260
- return DropdownComponent;
261
- }());
262
-
263
- var DropdownModule = /** @class */ (function () {
264
- function DropdownModule() {
265
- }
266
- DropdownModule = __decorate([
267
- NgModule({
268
- declarations: [DropdownComponent],
269
- imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
270
- providers: [],
271
- exports: [DropdownComponent],
272
- })
273
- ], DropdownModule);
274
- return DropdownModule;
275
- }());
276
-
277
- var ListTitleComponent = /** @class */ (function () {
278
- function ListTitleComponent() {
279
- }
280
- ListTitleComponent.prototype.ngOnInit = function () { };
281
- __decorate([
282
- Input()
283
- ], ListTitleComponent.prototype, "listTitle", void 0);
284
- ListTitleComponent = __decorate([
285
- Component({
286
- selector: 'symphony-list-title',
287
- template: "<h3>{{listTitle}}</h3>\n",
288
- styles: ["h3{margin-top:0}"]
289
- })
290
- ], ListTitleComponent);
291
- return ListTitleComponent;
292
- }());
293
-
294
- var ListTitleModule = /** @class */ (function () {
295
- function ListTitleModule() {
296
- }
297
- ListTitleModule = __decorate([
298
- NgModule({
299
- declarations: [ListTitleComponent],
300
- imports: [CommonModule],
301
- exports: [ListTitleComponent]
302
- })
303
- ], ListTitleModule);
304
- return ListTitleModule;
305
- }());
306
-
307
- var MoreDropdownComponent = /** @class */ (function () {
308
- function MoreDropdownComponent() {
309
- }
310
- MoreDropdownComponent.prototype.ngOnInit = function () {
311
- this.sfxMoreActions = this.moreActions;
312
- };
313
- __decorate([
314
- Input()
315
- ], MoreDropdownComponent.prototype, "moreActions", void 0);
316
- MoreDropdownComponent = __decorate([
317
- Component({
318
- selector: 'symphony-more-dropdown',
319
- 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>",
320
- 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}"]
321
- })
322
- ], MoreDropdownComponent);
323
- return MoreDropdownComponent;
324
- }());
325
-
326
- var MoreDropdownModule = /** @class */ (function () {
327
- function MoreDropdownModule() {
328
- }
329
- MoreDropdownModule = __decorate([
330
- NgModule({
331
- declarations: [MoreDropdownComponent],
332
- imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
333
- exports: [MoreDropdownComponent]
334
- })
335
- ], MoreDropdownModule);
336
- return MoreDropdownModule;
337
- }());
338
-
339
- var TimeStampComponent = /** @class */ (function () {
340
- function TimeStampComponent() {
341
- }
342
- TimeStampComponent.prototype.ngOnInit = function () { };
343
- __decorate([
344
- Input()
345
- ], TimeStampComponent.prototype, "timeStamp", void 0);
346
- TimeStampComponent = __decorate([
347
- Component({
348
- selector: 'symphony-time-stamp',
349
- template: "<p>{{timeStamp}}</p>\n",
350
- styles: [""]
351
- })
352
- ], TimeStampComponent);
353
- return TimeStampComponent;
354
- }());
355
-
356
- var TimeStampModule = /** @class */ (function () {
357
- function TimeStampModule() {
358
- }
359
- TimeStampModule = __decorate([
360
- NgModule({
361
- declarations: [TimeStampComponent],
362
- imports: [CommonModule],
363
- exports: [TimeStampComponent]
364
- })
365
- ], TimeStampModule);
366
- return TimeStampModule;
367
- }());
368
-
369
- var AtomsModule = /** @class */ (function () {
370
- function AtomsModule() {
371
- }
372
- AtomsModule = __decorate([
373
- NgModule({
374
- declarations: [],
375
- imports: [],
376
- exports: [ButtonModule, DropdownModule, MoreDropdownModule, DescriptionModule,
377
- ListTitleModule, TimeStampModule, AvatarModule, PillModule],
378
- })
379
- ], AtomsModule);
380
- return AtomsModule;
381
- }());
382
-
383
- var PillsComponent = /** @class */ (function () {
384
- function PillsComponent() {
385
- this.removePill = new EventEmitter();
386
- }
387
- PillsComponent.prototype.ngOnInit = function () {
388
- };
389
- PillsComponent.prototype.onRemovePill = function (event) {
390
- this.removePill.emit(this.pillsList.find(function (p) { return p.pillLabel.toLowerCase() === event.toLowerCase(); }));
391
- };
392
- __decorate([
393
- Input()
394
- ], PillsComponent.prototype, "hasClose", void 0);
395
- __decorate([
396
- Input()
397
- ], PillsComponent.prototype, "pillsList", void 0);
398
- __decorate([
399
- Input()
400
- ], PillsComponent.prototype, "hasTooltips", void 0);
401
- __decorate([
402
- Output()
403
- ], PillsComponent.prototype, "removePill", void 0);
404
- PillsComponent = __decorate([
405
- Component({
406
- selector: 'symphony-pills',
407
- 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>",
408
- styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:20px}"]
409
- })
410
- ], PillsComponent);
411
- return PillsComponent;
412
- }());
413
-
414
- var PillsModule = /** @class */ (function () {
415
- function PillsModule() {
416
- }
417
- PillsModule = __decorate([
418
- NgModule({
419
- declarations: [PillsComponent],
420
- imports: [
421
- CommonModule,
422
- PillModule
423
- ],
424
- exports: [
425
- PillsComponent
426
- ]
427
- })
428
- ], PillsModule);
429
- return PillsModule;
430
- }());
431
-
432
- var NoteComponent = /** @class */ (function () {
433
- function NoteComponent() {
434
- }
435
- NoteComponent.prototype.ngOnInit = function () { };
436
- __decorate([
437
- Input()
438
- ], NoteComponent.prototype, "firstName", void 0);
439
- __decorate([
440
- Input()
441
- ], NoteComponent.prototype, "lastName", void 0);
442
- __decorate([
443
- Input()
444
- ], NoteComponent.prototype, "listTitle", void 0);
445
- __decorate([
446
- Input()
447
- ], NoteComponent.prototype, "timeStamp", void 0);
448
- __decorate([
449
- Input()
450
- ], NoteComponent.prototype, "description", void 0);
451
- __decorate([
452
- Input()
453
- ], NoteComponent.prototype, "moreActions", void 0);
454
- NoteComponent = __decorate([
455
- Component({
456
- selector: 'symphony-note',
457
- 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",
458
- 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}"]
459
- })
460
- ], NoteComponent);
461
- return NoteComponent;
462
- }());
463
-
464
- var NoteModule = /** @class */ (function () {
465
- function NoteModule() {
466
- }
467
- NoteModule = __decorate([
468
- NgModule({
469
- declarations: [NoteComponent],
470
- imports: [CommonModule, AvatarModule, ListTitleModule, TimeStampModule, DescriptionModule, MoreDropdownModule],
471
- exports: [NoteComponent]
472
- })
473
- ], NoteModule);
474
- return NoteModule;
475
- }());
476
-
477
- var MoleculesModule = /** @class */ (function () {
478
- function MoleculesModule() {
479
- }
480
- MoleculesModule = __decorate([
481
- NgModule({
482
- declarations: [],
483
- imports: [
484
- CommonModule,
485
- AvatarModule,
486
- ListTitleModule,
487
- TimeStampModule,
488
- DescriptionModule,
489
- MoreDropdownModule,
490
- PillsModule,
491
- ],
492
- exports: [NoteModule, PillsModule],
493
- })
494
- ], MoleculesModule);
495
- return MoleculesModule;
496
- }());
497
-
498
- /*
499
- * ATOMS
500
- */
501
- /*
502
- * ORGANISMS
503
- */
504
-
505
- /**
506
- * Generated bundle index. Do not edit.
507
- */
508
-
509
- export { AtomsModule, ButtonComponent, ButtonModule, MoleculesModule, PillComponent, PillModule, PillsComponent, PillsModule, DropdownModule as ɵa, DropdownComponent as ɵb, MoreDropdownModule as ɵc, MoreDropdownComponent as ɵd, DescriptionModule as ɵe, DescriptionComponent as ɵf, ListTitleModule as ɵg, ListTitleComponent as ɵh, TimeStampModule as ɵi, TimeStampComponent as ɵj, AvatarModule as ɵk, AvatarComponent as ɵl, NoteModule as ɵm, NoteComponent as ɵn };
510
- //# sourceMappingURL=symphony-talent-component-library-projects-component-library.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"symphony-talent-component-library-projects-component-library.js","sources":["ng://@symphony-talent/component-library/projects/component-library/lib/atoms/button/button.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/button/button.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/pill/pill.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/pill/pill.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/avatar/avatar.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/avatar/avatar.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/description/description.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/description/description.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/dropdown/dropdown.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/dropdown/dropdown.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/list-title/list-title.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/list-title/list-title.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/time-stamp/time-stamp.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/time-stamp/time-stamp.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/atoms/atoms.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/molecules/pills/pills.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/molecules/pills/pills.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/molecules/note/note.component.ts","ng://@symphony-talent/component-library/projects/component-library/lib/molecules/note/note.module.ts","ng://@symphony-talent/component-library/projects/component-library/lib/molecules/molecules.module.ts","ng://@symphony-talent/component-library/projects/component-library/public-api.ts","ng://@symphony-talent/component-library/projects/component-library/symphony-talent-component-library-projects-component-library.ts"],"sourcesContent":["import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\n\n@Component({\n selector: 'symphony-button',\n templateUrl: './button.component.html',\n styleUrls: ['./button.component.css'],\n})\nexport class ButtonComponent implements OnInit {\n @Input() text: string;\n @Input() disabled: boolean;\n @Input() isSecondary: boolean;\n\n @Output()\n clicked = new EventEmitter<string>();\n\n constructor() {}\n\n ngOnInit(): void {}\n\n onClick() {\n this.clicked.emit(this.text);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ButtonComponent } from './button.component';\n\n@NgModule({\n declarations: [ButtonComponent],\n imports: [CommonModule],\n providers: [],\n exports: [ButtonComponent],\n})\nexport class ButtonModule {}\n","import { Component, Input, OnInit, Output, ViewEncapsulation, EventEmitter } from '@angular/core';\n\n@Component({\n selector: 'symphony-pill',\n templateUrl: './pill.component.html',\n styleUrls: ['./pill.component.scss'],\n encapsulation: ViewEncapsulation.None\n})\nexport class PillComponent implements OnInit {\n @Input() pillLabel: string;\n @Input() isInverse: boolean;\n @Input() hasClose: boolean;\n @Input() tooltipLabel: string;\n @Output() removePill: EventEmitter<string> = new EventEmitter<string>();\n constructor() { }\n\n ngOnInit(): void {\n\n }\n onRemoveClick() {\n this.removePill.emit(this.pillLabel);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PillComponent } from './pill.component';\nimport { TooltipModule } from 'ngx-bootstrap/tooltip';\n\n\n@NgModule({\n declarations: [PillComponent],\n imports: [\n CommonModule, TooltipModule.forRoot()\n ],\n exports: [PillComponent],\n})\nexport class PillModule { }\n","import { Component, OnInit, Input } from '@angular/core';\nimport { SlicePipe } from '@angular/common';\n\n@Component({\n selector: 'lib-avatar',\n templateUrl: './avatar.component.html',\n styleUrls: ['./avatar.component.css'],\n})\nexport class AvatarComponent implements OnInit {\n @Input() firstName: string;\n @Input() lastName: string;\n @Input() sizePx: number;\n @Input() fontSizePx: number;\n\n public initials: string;\n public firstInitial: string;\n public bgColor: string;\n\n constructor(private sp: SlicePipe) {}\n\n ngOnInit(): void {\n this.initials = '';\n this.firstInitial = '';\n this.bgColor = '';\n if (this.firstName) {\n this.initials += this.sp.transform(this.firstName, 0, 1);\n this.firstInitial = this.sp\n .transform(this.firstName, 0, 1)\n .toLocaleLowerCase();\n }\n\n if (this.lastName) {\n this.initials += this.sp.transform(this.lastName, 0, 1);\n }\n\n this.bgColor = this.getColor(this.firstInitial);\n }\n\n getColor(character: any): string {\n switch (character) {\n case 'a':\n return '#D0021B';\n\n case 'b':\n return '#F5A623';\n\n case 'c':\n return '#E4D75C';\n\n case 'd':\n return '#8B572A';\n\n case 'e':\n return '#579F09';\n\n case 'f':\n return '#BD10E0';\n\n case 'g':\n return '#9013FE';\n\n case 'h':\n return '#4A90E2';\n\n case 'i':\n return '#39B196';\n\n case 'j':\n return '#4A4A4A';\n\n case 'k':\n return '#E84D4D';\n\n case 'l':\n return '#E84DC0';\n\n case 'm':\n return '#CE950B';\n\n case 'n':\n return '#1CCE0B';\n\n case 'o':\n return '#1DB1A6';\n\n case 'p':\n return '#3724A9';\n\n case 'q':\n return '#A9249E';\n\n case 'r':\n return '#A9246B';\n\n case 's':\n return '#24A97A';\n\n case 't':\n return '#1C93B3';\n\n case 'u':\n return '#D52424';\n\n case 'v':\n return '#A45519';\n\n case 'w':\n return '#19A420';\n\n case 'x':\n return '#A41963';\n\n case 'y':\n return '#CFD00A';\n\n case 'z':\n return '#AA0AD0';\n\n default:\n return '#000000';\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule, SlicePipe } from '@angular/common';\nimport { AvatarComponent } from './avatar.component';\n\n@NgModule({\n declarations: [AvatarComponent],\n imports: [CommonModule],\n providers: [SlicePipe],\n exports: [AvatarComponent],\n})\nexport class AvatarModule {}\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'symphony-description',\n templateUrl: './description.component.html',\n styleUrls: ['./description.component.scss'],\n})\nexport class DescriptionComponent implements OnInit {\n @Input() description: string;\n\n constructor() {}\n\n ngOnInit(): void {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DescriptionComponent } from './description.component';\n\n\n\n@NgModule({\n declarations: [DescriptionComponent],\n imports: [CommonModule],\n exports: [DescriptionComponent]\n})\nexport class DescriptionModule { }\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'symphony-dropdown',\n templateUrl: './dropdown.component.html',\n styleUrls: ['./dropdown.component.scss']\n})\nexport class DropdownComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropdownComponent } from './dropdown.component';\nimport { BsDropdownModule } from 'ngx-bootstrap/dropdown';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n\n\n@NgModule({\n declarations: [DropdownComponent],\n imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],\n providers: [],\n exports: [DropdownComponent],\n})\nexport class DropdownModule { }\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'symphony-list-title',\n templateUrl: './list-title.component.html',\n styleUrls: ['./list-title.component.scss'],\n})\nexport class ListTitleComponent implements OnInit {\n @Input() listTitle: string;\n\n constructor() {}\n\n ngOnInit(): void {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ListTitleComponent } from './list-title.component';\n\n\n\n@NgModule({\n declarations: [ListTitleComponent],\n imports: [CommonModule],\n exports: [ListTitleComponent]\n})\nexport class ListTitleModule { }\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'symphony-more-dropdown',\n templateUrl: './more-dropdown.component.html',\n styleUrls: ['./more-dropdown.component.scss'],\n})\nexport class MoreDropdownComponent implements OnInit {\n @Input() moreActions: any;\n sfxMoreActions: { dropItemName: string }[];\n constructor() {}\n\n ngOnInit(): void {\n this.sfxMoreActions = this.moreActions;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MoreDropdownComponent } from './more-dropdown.component';\nimport { BsDropdownModule } from 'ngx-bootstrap/dropdown';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n\n\n\n@NgModule({\n declarations: [MoreDropdownComponent],\n imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],\n exports: [MoreDropdownComponent]\n})\nexport class MoreDropdownModule { }\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'symphony-time-stamp',\n templateUrl: './time-stamp.component.html',\n styleUrls: ['./time-stamp.component.scss'],\n})\nexport class TimeStampComponent implements OnInit {\n @Input() timeStamp: string;\n constructor() {}\n\n ngOnInit(): void {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TimeStampComponent } from './time-stamp.component';\n\n\n\n@NgModule({\n declarations: [TimeStampComponent],\n imports: [CommonModule],\n exports: [TimeStampComponent]\n})\nexport class TimeStampModule { }\n","import { NgModule } from '@angular/core';\nimport { AvatarModule } from './avatar/avatar.module';\nimport { ButtonModule } from './button/button.module';\nimport { DescriptionModule } from './description/description.module';\nimport { DropdownModule } from './dropdown/dropdown.module';\nimport { ListTitleModule } from './list-title/list-title.module';\nimport { MoreDropdownModule } from './more-dropdown/more-dropdown.module';\nimport { PillModule } from './pill/pill.module';\nimport { TimeStampModule } from './time-stamp/time-stamp.module';\n\n@NgModule({\n declarations: [],\n imports: [],\n exports: [ButtonModule, DropdownModule, MoreDropdownModule, DescriptionModule,\n ListTitleModule, TimeStampModule, AvatarModule, PillModule],\n})\nexport class AtomsModule {}\n","import { Component, EventEmitter, Input, OnInit, Output, } from '@angular/core';\nimport { PillModel } from '../../atoms/pill/pill.model';\n\n@Component({\n selector: 'symphony-pills',\n templateUrl: './pills.component.html',\n styleUrls: ['./pills.component.scss']\n})\nexport class PillsComponent implements OnInit {\n @Input() hasClose: boolean;\n @Input() pillsList: PillModel[];\n @Input() hasTooltips: boolean;\n @Output() removePill: EventEmitter<PillModel> = new EventEmitter<PillModel>();\n constructor() { }\n\n ngOnInit(): void {\n\n }\n onRemovePill(event) {\n this.removePill.emit(this.pillsList.find(p => p.pillLabel.toLowerCase() === event.toLowerCase()));\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PillsComponent } from './pills.component';\nimport { PillModule } from '../../atoms/pill/pill.module';\n\n@NgModule({\n declarations: [PillsComponent],\n imports: [\n CommonModule,\n PillModule\n ],\n exports: [\n PillsComponent\n ]\n})\nexport class PillsModule { }\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'symphony-note',\n templateUrl: './note.component.html',\n styleUrls: ['./note.component.scss'],\n})\nexport class NoteComponent implements OnInit {\n @Input() firstName: string;\n @Input() lastName: string;\n @Input() listTitle: string;\n @Input() timeStamp: string;\n @Input() description: string;\n @Input() moreActions: any;\n constructor() {}\n\n ngOnInit(): void {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NoteComponent } from './note.component';\nimport { AvatarModule } from '../../atoms/avatar/avatar.module';\nimport { ListTitleModule } from '../../atoms/list-title/list-title.module';\nimport { TimeStampModule } from '../../atoms/time-stamp/time-stamp.module';\nimport { DescriptionModule } from '../../atoms/description/description.module';\nimport { MoreDropdownModule } from '../../atoms/more-dropdown/more-dropdown.module';\n\n\n\n@NgModule({\n declarations: [NoteComponent],\n imports: [CommonModule, AvatarModule, ListTitleModule, TimeStampModule, DescriptionModule, MoreDropdownModule],\n exports: [NoteComponent]\n})\nexport class NoteModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AvatarModule } from '../atoms/avatar/avatar.module';\nimport { ListTitleModule } from '../atoms/list-title/list-title.module';\nimport { TimeStampModule } from '../atoms/time-stamp/time-stamp.module';\nimport { MoreDropdownModule } from '../atoms/more-dropdown/more-dropdown.module';\nimport { DescriptionModule } from '../atoms/description/description.module';\nimport { NoteModule } from './note/note.module';\nimport { PillsModule } from './pills/pills.module';\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule,\n AvatarModule,\n ListTitleModule,\n TimeStampModule,\n DescriptionModule,\n MoreDropdownModule,\n PillsModule,\n ],\n exports: [NoteModule, PillsModule],\n})\nexport class MoleculesModule {}\n","/*\n* ATOMS\n*/\n\nexport * from './lib/atoms/button/button.component';\nexport * from './lib/atoms/button/button.module';\n\nexport * from './lib/atoms/pill/pill.component';\nexport * from './lib/atoms/pill/pill.model';\nexport * from './lib/atoms/pill/pill.module';\n\nexport * from './lib/atoms/atoms.module';\n\n/*\n* MOLECULES\n*/\n\nexport * from './lib/molecules/pills/pills.component';\nexport * from './lib/molecules/pills/pills.module';\n\nexport * from './lib/molecules/molecules.module';\n\n/*\n* ORGANISMS\n*/\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n\nexport {AvatarComponent as ɵl} from './lib/atoms/avatar/avatar.component';\nexport {AvatarModule as ɵk} from './lib/atoms/avatar/avatar.module';\nexport {DescriptionComponent as ɵf} from './lib/atoms/description/description.component';\nexport {DescriptionModule as ɵe} from './lib/atoms/description/description.module';\nexport {DropdownComponent as ɵb} from './lib/atoms/dropdown/dropdown.component';\nexport {DropdownModule as ɵa} from './lib/atoms/dropdown/dropdown.module';\nexport {ListTitleComponent as ɵh} from './lib/atoms/list-title/list-title.component';\nexport {ListTitleModule as ɵg} from './lib/atoms/list-title/list-title.module';\nexport {MoreDropdownComponent as ɵd} from './lib/atoms/more-dropdown/more-dropdown.component';\nexport {MoreDropdownModule as ɵc} from './lib/atoms/more-dropdown/more-dropdown.module';\nexport {TimeStampComponent as ɵj} from './lib/atoms/time-stamp/time-stamp.component';\nexport {TimeStampModule as ɵi} from './lib/atoms/time-stamp/time-stamp.module';\nexport {NoteComponent as ɵn} from './lib/molecules/note/note.component';\nexport {NoteModule as ɵm} from './lib/molecules/note/note.module';"],"names":[],"mappings":"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"}