@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
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BreadcrumbModel } from './breadcrumb.model';
3
+ export declare class BreadcrumbComponent implements OnInit {
4
+ breadcrumbs: BreadcrumbModel[];
5
+ icon: string;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ }
@@ -0,0 +1,5 @@
1
+ export interface BreadcrumbModel {
2
+ icon?: string;
3
+ label: string;
4
+ link?: string;
5
+ }
@@ -0,0 +1,2 @@
1
+ export declare class BreadcrumbModule {
2
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ColorSwatchModel } from './color-swatch.model';
3
+ export declare class ColorSwatchComponent implements OnInit {
4
+ colorSwatchModel: Partial<ColorSwatchModel>;
5
+ description: string;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ getDescription(): string;
9
+ }
@@ -0,0 +1,7 @@
1
+ import { ColorNames } from '../../atoms/color-sample/color-sample.enum';
2
+ export interface ColorSwatchModel {
3
+ color: ColorNames;
4
+ colorName: string;
5
+ colorCode: string;
6
+ sassCode: string;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class ColorSwatchModule {
2
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { IconSwatchModel } from './icon-swatch.model';
3
+ export declare class IconSwatchComponent implements OnInit {
4
+ iconSwatchModel: Partial<IconSwatchModel>;
5
+ isInverse: boolean;
6
+ description: string;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ }
@@ -0,0 +1,7 @@
1
+ import { Icons } from '../../atoms/icon/icon.enum';
2
+ export declare class IconSwatchModel {
3
+ icon: Icons;
4
+ iconName: string;
5
+ iconClass: string;
6
+ hasBorder: boolean;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class IconSwatchModule {
2
+ }
@@ -1,11 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import { NoteModel } from './note.model';
2
3
  export declare class NoteComponent implements OnInit {
3
- firstName: string;
4
- lastName: string;
5
- listTitle: string;
6
- timeStamp: string;
7
- description: string;
8
- moreActions: any;
4
+ noteModel: Partial<NoteModel>;
9
5
  constructor();
10
6
  ngOnInit(): void;
11
7
  }
@@ -0,0 +1,9 @@
1
+ import { MoreActionsModel } from '../../atoms/more-dropdown/more-actions.model';
2
+ export interface NoteModel {
3
+ firstName: string;
4
+ lastName: string;
5
+ listTitle: string;
6
+ timeStamp: string;
7
+ description: string;
8
+ moreActions: MoreActionsModel[];
9
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { TaskModel } from './task.model';
3
+ export declare class TaskComponent implements OnInit {
4
+ taskModel: Partial<TaskModel>;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,8 @@
1
+ import { MoreActionsModel } from '../../atoms/more-dropdown/more-actions.model';
2
+ export interface TaskModel {
3
+ isComplete: boolean;
4
+ title: string;
5
+ dueDate: string;
6
+ assignee: string;
7
+ moreActions: MoreActionsModel[];
8
+ }
@@ -0,0 +1,2 @@
1
+ export declare class TaskModule {
2
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ColorSwatchModel } from '../../molecules/color-swatch/color-swatch.model';
3
+ export declare class ColorSwatchCollectionComponent implements OnInit {
4
+ colorList: ColorSwatchModel[];
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class ColorSwatchCollectionModule {
2
+ }
@@ -0,0 +1,18 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
3
+ export declare class IconExplorerComponent implements OnInit {
4
+ iconList: IconSwatchModel[];
5
+ hasBorderIconsList: IconSwatchModel[];
6
+ hasNoBorderIconsList: IconSwatchModel[];
7
+ isInverseIconsList: IconSwatchModel[];
8
+ iconCount: number;
9
+ explorerTitle: string;
10
+ iconHasBorderCount: number;
11
+ borderTitle: string;
12
+ iconHasNoBorderCount: number;
13
+ noBorderTitle: string;
14
+ iconisInverseCount: number;
15
+ backgroundTitle: string;
16
+ constructor();
17
+ ngOnInit(): void;
18
+ }
@@ -0,0 +1,7 @@
1
+ import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
2
+ export declare class IconExplorerHelper {
3
+ static getAllIcons(): IconSwatchModel[];
4
+ static getHasNoBorderIconList(): IconSwatchModel[];
5
+ static getInverseIconList(): IconSwatchModel[];
6
+ static getHasBorderIconList(): IconSwatchModel[];
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class IconExplorerModule {
2
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { TaskModel } from '../../molecules/task/task.model';
3
+ export declare class TaskListComponent implements OnInit {
4
+ taskList: TaskModel[];
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class TaskListModule {
2
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "1.2.1",
3
+ "version": "1.6.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^1.10.0"
@@ -32,11 +32,9 @@
32
32
  }
33
33
  },
34
34
  "main": "bundles/symphony-talent-component-library.umd.js",
35
- "module": "fesm5/symphony-talent-component-library.js",
35
+ "module": "fesm2015/symphony-talent-component-library.js",
36
36
  "es2015": "fesm2015/symphony-talent-component-library.js",
37
- "esm5": "esm5/symphony-talent-component-library.js",
38
37
  "esm2015": "esm2015/symphony-talent-component-library.js",
39
- "fesm5": "fesm5/symphony-talent-component-library.js",
40
38
  "fesm2015": "fesm2015/symphony-talent-component-library.js",
41
39
  "typings": "symphony-talent-component-library.d.ts",
42
40
  "metadata": "symphony-talent-component-library.metadata.json",
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ColorNames } from './color-sample.enum';
3
+ export declare class ColorSampleComponent implements OnInit {
4
+ color: ColorNames;
5
+ bgColor: string;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ }
@@ -0,0 +1,24 @@
1
+ export declare enum ColorNames {
2
+ BLACK = "background-color-black",
3
+ GREY = "background-color-grey",
4
+ LIGHTGREY1 = "background-color-light-grey-1",
5
+ LIGHTGREY2 = "background-color-light-grey-2",
6
+ MEDIUMBLACK = "background-color-medium-black",
7
+ SPACEGREY = "background-color-space-grey",
8
+ WHITE = "background-color-white",
9
+ GREEN = "background-color-green",
10
+ ICEBLUE = "background-color-ice-blue",
11
+ LAVENDER = "background-color-lavender",
12
+ ORANGE = "background-color-orange",
13
+ PINK = "background-color-pink",
14
+ PURPLE = "background-color-purple",
15
+ RED = "background-color-red",
16
+ SKYBLUE = "background-color-skyblue",
17
+ TURQUOISE = "background-color-turquoise",
18
+ YELLOW = "background-color-yellow",
19
+ CYAN = "background-color-cyan",
20
+ STRONGORANGE = "background-color-strong-orange",
21
+ SOFTLIMEGREEN = "background-color-soft-lime-green",
22
+ BRIGHTVIOLET = "background-color-bright-violet",
23
+ LIMEGREEN = "background-color-lime-green"
24
+ }
@@ -0,0 +1,2 @@
1
+ export declare class ColorSampleModule {
2
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class H1Component implements OnInit {
3
+ text: string;
4
+ isSecondary: boolean;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class H1Module {
2
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class H2Component implements OnInit {
3
+ text: string;
4
+ isSecondary: boolean;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class H2Module {
2
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class H3Component implements OnInit {
3
+ text: string;
4
+ isSecondary: boolean;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class H3Module {
2
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class H4Component implements OnInit {
3
+ text: string;
4
+ isSecondary: boolean;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class H4Module {
2
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class H5Component implements OnInit {
3
+ text: string;
4
+ isSecondary: boolean;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class H5Module {
2
+ }
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Icons } from './icon.enum';
3
+ export declare class IconComponent implements OnInit {
4
+ icon: Icons;
5
+ isSecondary: boolean;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ }
@@ -0,0 +1,73 @@
1
+ export declare enum Icons {
2
+ MOREOPTIONS = "si-more-options",
3
+ ADD = "si-add",
4
+ ACTIVITY = "si-activity",
5
+ ARROWHIDEREVEAL = "si-arrow-hide-reveal",
6
+ ARROWNEXT = "si-arrow-next",
7
+ ARROWPREV = "si-arrow-prev",
8
+ CLOSEMODAL = "si-close-modal",
9
+ COLLAPSE = "si-collapse",
10
+ DAYMODE = "si-daymode",
11
+ DELETE = "si-delete",
12
+ DOCUMENT = "si-document",
13
+ DOWNLOAD = "si-download",
14
+ EDIT = "si-edit",
15
+ EMAILDRIP = "si-email-drip",
16
+ EMAILOPEN = "si-email-open",
17
+ EMAILSEND = "si-email-send",
18
+ EXPAND = "si-expand",
19
+ FAVORITE = "si-favorite",
20
+ FEEDBACKMAYBE = "si-feedback-maybe",
21
+ FEEDBACKNO = "si-feedback-no",
22
+ FEEDBACKYES = "si-feedback-yes",
23
+ FOLDERMULTIPLE = "si-folder-multiple",
24
+ INCLUDE = "si-include",
25
+ INFO = "si-info",
26
+ INTERVIEW = "si-interview",
27
+ LINK = "si-link",
28
+ LOCATION = "si-location",
29
+ MENUALL = "si-menu-all",
30
+ MENUANALYTICS = "si-menu-analytics",
31
+ MENUASSETS = "si-menu-assets",
32
+ MENUCAMPAIGNS = "si-menu-campaigns",
33
+ MENUCONTACT = "si-menu-contact",
34
+ MENUCONTENT = "si-menu-content",
35
+ MENUDASHBOARD = "si-menu-dashboard",
36
+ MENUEVENTS = "si-menu-events",
37
+ MENUFOLDERS = "si-menu-folders",
38
+ MENUJOBS = "si-menu-jobs",
39
+ MENURETURN = "si-menu-return",
40
+ MENUWORKFLOWS = "si-menu-workflows",
41
+ MERGE = "si-merge",
42
+ MOVE = "si-move",
43
+ NIGHTMODE = "si-nightmode",
44
+ NOTIFICATION = "si-notification",
45
+ ORGANIZECOLUMNS = "si-organize-columns",
46
+ ORGANIZECONTACTS = "si-organize-contacts",
47
+ PENDINGINCOMPLETE = "si-pending-incomplete",
48
+ PHONENUMBER = "si-phone-number",
49
+ PREVIEW = "si-preview",
50
+ PROMOTE = "si-promote",
51
+ REFRESH = "si-refresh",
52
+ REMOVE = "si-remove",
53
+ EXCLUDE = "si-exclude",
54
+ RESULTSFILTERS = "si-results-filters",
55
+ REVIEW = "si-review",
56
+ SALARY = "si-salary",
57
+ SAVE = "si-save",
58
+ SEARCHADVANCED = "si-search-advanced",
59
+ SEARCHCLEAR = "si-search-clear",
60
+ SEARCHNEW = "si-search-new",
61
+ SETTINGSMART = "si-settings-smart",
62
+ SMS = "si-sms",
63
+ SORTMINI = "si-sort-mini",
64
+ STATUS = "si-status",
65
+ SYSTEMACTION = "si-system-action",
66
+ TASKCOMPLETED = "si-task-completed",
67
+ TASKOPEN = "si-task-open",
68
+ TIMEFRAME = "si-timeframe",
69
+ TIMELINE = "si-timeline",
70
+ UPLOAD = "si-upload",
71
+ USERMULTIPLE = "si-user-multiple",
72
+ USER = "si-user"
73
+ }
@@ -0,0 +1,2 @@
1
+ export declare class IconModule {
2
+ }
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Icons } from '../icon/icon.enum';
3
+ export declare class IconWrapperComponent implements OnInit {
4
+ Icons: typeof Icons;
5
+ isInverse: boolean;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ }
@@ -0,0 +1,2 @@
1
+ export declare class IconWrapperModule {
2
+ }
@@ -0,0 +1,10 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ export declare class InputCheckboxComponent implements OnInit {
3
+ isActive: boolean;
4
+ label: boolean;
5
+ isRequired: boolean;
6
+ clicked: EventEmitter<any>;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ onClick(): void;
10
+ }
@@ -0,0 +1,2 @@
1
+ export declare class InputCheckboxModule {
2
+ }
@@ -0,0 +1,10 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ export declare class InputRadioComponent implements OnInit {
3
+ isActive: boolean;
4
+ label: boolean;
5
+ isRequired: boolean;
6
+ clicked: EventEmitter<any>;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ onClick(): void;
10
+ }
@@ -0,0 +1,2 @@
1
+ export declare class InputRadioModule {
2
+ }
@@ -0,0 +1,12 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { Icons } from '../icon/icon.enum';
3
+ export declare class InputTextComponent implements OnInit {
4
+ placeholder: string;
5
+ icon: Icons;
6
+ label: string;
7
+ isInverse: boolean;
8
+ textChange: EventEmitter<string>;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ onTextChange(event: any): void;
12
+ }
@@ -0,0 +1,2 @@
1
+ export declare class InputTextModule {
2
+ }
@@ -0,0 +1,3 @@
1
+ export interface MoreActionsModel {
2
+ dropItemName: string;
3
+ }
@@ -1,9 +1,8 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import { MoreActionsModel } from './more-actions.model';
2
3
  export declare class MoreDropdownComponent implements OnInit {
3
- moreActions: any;
4
- sfxMoreActions: {
5
- dropItemName: string;
6
- }[];
4
+ moreActions: MoreActionsModel[];
5
+ sfxMoreActions: MoreActionsModel[];
7
6
  constructor();
8
7
  ngOnInit(): void;
9
8
  }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class ParagraphComponent implements OnInit {
3
+ text: string;
4
+ isSecondary: boolean;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class ParagraphModule {
2
+ }
@@ -0,0 +1,4 @@
1
+ export declare class SfxInlineErrorComponent {
2
+ errorMessage: string;
3
+ constructor();
4
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SfxInlineErrorModule {
2
+ }
@@ -0,0 +1,6 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class TaskIconComponent implements OnInit {
3
+ isComplete: boolean;
4
+ constructor();
5
+ ngOnInit(): void;
6
+ }
@@ -0,0 +1,2 @@
1
+ export declare class TaskIconModule {
2
+ }
@@ -0,0 +1,6 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class TwoColumnFilterAreaComponent implements OnInit {
3
+ height: string;
4
+ constructor();
5
+ ngOnInit(): void;
6
+ }
@@ -0,0 +1,2 @@
1
+ export declare class TwoColumnFilterAreaModule {
2
+ }
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BreadcrumbModel } from './breadcrumb.model';
3
+ export declare class BreadcrumbComponent implements OnInit {
4
+ breadcrumbs: BreadcrumbModel[];
5
+ icon: string;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ }
@@ -0,0 +1,5 @@
1
+ export interface BreadcrumbModel {
2
+ icon?: string;
3
+ label: string;
4
+ link?: string;
5
+ }
@@ -0,0 +1,2 @@
1
+ export declare class BreadcrumbModule {
2
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ColorSwatchModel } from './color-swatch.model';
3
+ export declare class ColorSwatchComponent implements OnInit {
4
+ colorSwatchModel: Partial<ColorSwatchModel>;
5
+ description: string;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ getDescription(): string;
9
+ }
@@ -0,0 +1,7 @@
1
+ import { ColorNames } from '../../atoms/color-sample/color-sample.enum';
2
+ export interface ColorSwatchModel {
3
+ color: ColorNames;
4
+ colorName: string;
5
+ colorCode: string;
6
+ sassCode: string;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class ColorSwatchModule {
2
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { IconSwatchModel } from './icon-swatch.model';
3
+ export declare class IconSwatchComponent implements OnInit {
4
+ iconSwatchModel: Partial<IconSwatchModel>;
5
+ isInverse: boolean;
6
+ description: string;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ }
@@ -0,0 +1,7 @@
1
+ import { Icons } from '../../atoms/icon/icon.enum';
2
+ export declare class IconSwatchModel {
3
+ icon: Icons;
4
+ iconName: string;
5
+ iconClass: string;
6
+ hasBorder: boolean;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class IconSwatchModule {
2
+ }
@@ -1,11 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import { NoteModel } from './note.model';
2
3
  export declare class NoteComponent implements OnInit {
3
- firstName: string;
4
- lastName: string;
5
- listTitle: string;
6
- timeStamp: string;
7
- description: string;
8
- moreActions: any;
4
+ noteModel: Partial<NoteModel>;
9
5
  constructor();
10
6
  ngOnInit(): void;
11
7
  }
@@ -0,0 +1,9 @@
1
+ import { MoreActionsModel } from '../../atoms/more-dropdown/more-actions.model';
2
+ export interface NoteModel {
3
+ firstName: string;
4
+ lastName: string;
5
+ listTitle: string;
6
+ timeStamp: string;
7
+ description: string;
8
+ moreActions: MoreActionsModel[];
9
+ }
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { TaskModel } from './task.model';
3
+ export declare class TaskComponent implements OnInit {
4
+ taskModel: Partial<TaskModel>;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,8 @@
1
+ import { MoreActionsModel } from '../../atoms/more-dropdown/more-actions.model';
2
+ export interface TaskModel {
3
+ isComplete: boolean;
4
+ title: string;
5
+ dueDate: string;
6
+ assignee: string;
7
+ moreActions: MoreActionsModel[];
8
+ }