@symphony-talent/component-library 1.3.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. package/bundles/symphony-talent-component-library-projects-component-library.umd.js +776 -606
  2. package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +1 -1
  3. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +2 -2
  4. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +1 -1
  5. package/bundles/symphony-talent-component-library.umd.js +776 -606
  6. package/bundles/symphony-talent-component-library.umd.js.map +1 -1
  7. package/bundles/symphony-talent-component-library.umd.min.js +2 -2
  8. package/bundles/symphony-talent-component-library.umd.min.js.map +1 -1
  9. package/esm2015/lib/atoms/atoms.module.js +20 -20
  10. package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
  11. package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
  12. package/esm2015/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.js +1 -1
  13. package/esm2015/lib/atoms/h1/h1.component.js +3 -3
  14. package/esm2015/lib/atoms/h2/h2.component.js +3 -3
  15. package/esm2015/lib/atoms/h3/h3.component.js +3 -3
  16. package/esm2015/lib/atoms/h4/h4.component.js +21 -0
  17. package/esm2015/lib/atoms/h4/h4.module.js +15 -0
  18. package/esm2015/lib/atoms/h5/h5.component.js +21 -0
  19. package/esm2015/lib/atoms/h5/h5.module.js +15 -0
  20. package/esm2015/lib/atoms/icon/icon.component.js +13 -5
  21. package/esm2015/lib/atoms/icon/icon.enum.js +72 -72
  22. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
  23. package/esm2015/{projects/component-library/lib/atoms/button-round/button-round.module.js → lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
  24. package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  25. package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  26. package/esm2015/lib/atoms/input-radio/input-radio.component.js +36 -0
  27. package/esm2015/lib/atoms/input-radio/input-radio.module.js +22 -0
  28. package/esm2015/lib/atoms/input-text/input-text.component.js +10 -4
  29. package/esm2015/lib/atoms/input-text/input-text.module.js +4 -2
  30. package/esm2015/lib/atoms/paragraph/paragraph.component.js +21 -0
  31. package/esm2015/lib/atoms/paragraph/paragraph.module.js +15 -0
  32. package/esm2015/lib/atoms/pill/pill.component.js +2 -2
  33. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  34. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  35. package/esm2015/lib/atoms/task-icon/task-icon.component.js +3 -3
  36. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  37. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  38. package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  39. package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  40. package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  41. package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +2 -2
  42. package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +5 -5
  43. package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
  44. package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
  45. package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +11 -4
  46. package/esm2015/lib/molecules/molecules.module.js +6 -9
  47. package/esm2015/lib/molecules/note/note.component.js +13 -19
  48. package/esm2015/lib/molecules/note/note.model.js +1 -0
  49. package/esm2015/lib/molecules/note/note.module.js +11 -6
  50. package/esm2015/lib/molecules/task/task.component.js +3 -3
  51. package/esm2015/lib/molecules/task/task.model.js +1 -1
  52. package/esm2015/lib/molecules/task/task.module.js +7 -9
  53. package/esm2015/lib/organisms/note-list/note-list.component.js +19 -0
  54. package/esm2015/lib/organisms/note-list/note-list.module.js +16 -0
  55. package/esm2015/lib/organisms/task-list/task-list.component.js +1 -1
  56. package/esm2015/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
  57. package/esm2015/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
  58. package/esm2015/lib/templates/admin-list/admin-list.component.js +15 -0
  59. package/esm2015/lib/templates/admin-list/admin-list.module.js +15 -0
  60. package/esm2015/lib/templates/placeholder/placeholder.component.js +33 -0
  61. package/esm2015/lib/templates/placeholder/placeholder.module.js +16 -0
  62. package/esm2015/projects/component-library/lib/atoms/atoms.module.js +20 -20
  63. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +20 -0
  64. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
  65. package/esm2015/projects/component-library/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.js +1 -1
  66. package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +3 -3
  67. package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +3 -3
  68. package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +3 -3
  69. package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +21 -0
  70. package/esm2015/projects/component-library/lib/atoms/h4/h4.module.js +15 -0
  71. package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +21 -0
  72. package/esm2015/projects/component-library/lib/atoms/h5/h5.module.js +15 -0
  73. package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +13 -5
  74. package/esm2015/projects/component-library/lib/atoms/icon/icon.enum.js +72 -72
  75. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +28 -0
  76. package/esm2015/{lib/atoms/button-round/button-round.module.js → projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js} +8 -8
  77. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  78. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  79. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +36 -0
  80. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +22 -0
  81. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +10 -4
  82. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +4 -2
  83. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +21 -0
  84. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.module.js +15 -0
  85. package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +2 -2
  86. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  87. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  88. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +3 -3
  89. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  90. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  91. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  92. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  93. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  94. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +2 -2
  95. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +5 -5
  96. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +6 -3
  97. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +1 -1
  98. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +11 -4
  99. package/esm2015/projects/component-library/lib/molecules/molecules.module.js +6 -9
  100. package/esm2015/projects/component-library/lib/molecules/note/note.component.js +13 -19
  101. package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
  102. package/esm2015/projects/component-library/lib/molecules/note/note.module.js +11 -6
  103. package/esm2015/projects/component-library/lib/molecules/task/task.component.js +3 -3
  104. package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -1
  105. package/esm2015/projects/component-library/lib/molecules/task/task.module.js +7 -9
  106. package/esm2015/projects/component-library/lib/organisms/note-list/note-list.component.js +19 -0
  107. package/esm2015/projects/component-library/lib/organisms/note-list/note-list.module.js +16 -0
  108. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +1 -1
  109. package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
  110. package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
  111. package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.component.js +15 -0
  112. package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.module.js +15 -0
  113. package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.component.js +33 -0
  114. package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.module.js +16 -0
  115. package/esm2015/projects/component-library/public-api.js +36 -19
  116. package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +10 -18
  117. package/esm2015/public-api.js +36 -19
  118. package/esm2015/symphony-talent-component-library.js +10 -18
  119. package/fesm2015/symphony-talent-component-library-projects-component-library.js +697 -536
  120. package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
  121. package/fesm2015/symphony-talent-component-library.js +697 -536
  122. package/fesm2015/symphony-talent-component-library.js.map +1 -1
  123. package/lib/atoms/{more-dropdown/more-dropdown.component.d.ts → contextual-menu/contextual-menu.component.d.ts} +1 -1
  124. package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
  125. package/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.d.ts +0 -0
  126. package/{projects/component-library/lib/atoms/label/label.component.d.ts → lib/atoms/h4/h4.component.d.ts} +1 -1
  127. package/lib/atoms/h4/h4.module.d.ts +2 -0
  128. package/lib/atoms/{label/label.component.d.ts → h5/h5.component.d.ts} +1 -1
  129. package/lib/atoms/h5/h5.module.d.ts +2 -0
  130. package/lib/atoms/icon/icon.component.d.ts +3 -1
  131. package/lib/atoms/icon/icon.enum.d.ts +71 -71
  132. package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
  133. package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
  134. package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  135. package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  136. package/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  137. package/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  138. package/lib/atoms/input-text/input-text.component.d.ts +4 -1
  139. package/lib/atoms/{body-copy/body-copy.component.d.ts → paragraph/paragraph.component.d.ts} +1 -1
  140. package/lib/atoms/paragraph/paragraph.module.d.ts +2 -0
  141. package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  142. package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  143. package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  144. package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  145. package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  146. package/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  147. package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  148. package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +1 -0
  149. package/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
  150. package/lib/molecules/note/note.component.d.ts +2 -6
  151. package/lib/molecules/note/note.model.d.ts +9 -0
  152. package/lib/molecules/task/task.model.d.ts +1 -1
  153. package/lib/organisms/note-list/note-list.component.d.ts +7 -0
  154. package/lib/organisms/note-list/note-list.module.d.ts +2 -0
  155. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
  156. package/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
  157. package/{projects/component-library/lib/atoms/dropdown/dropdown.component.d.ts → lib/templates/admin-list/admin-list.component.d.ts} +1 -1
  158. package/lib/templates/admin-list/admin-list.module.d.ts +2 -0
  159. package/lib/templates/placeholder/placeholder.component.d.ts +11 -0
  160. package/lib/templates/placeholder/placeholder.module.d.ts +2 -0
  161. package/package.json +1 -1
  162. package/projects/component-library/lib/atoms/{more-dropdown/more-dropdown.component.d.ts → contextual-menu/contextual-menu.component.d.ts} +1 -1
  163. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
  164. package/projects/component-library/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.d.ts +0 -0
  165. package/{lib/atoms/xl-size/xl-size.component.d.ts → projects/component-library/lib/atoms/h4/h4.component.d.ts} +1 -1
  166. package/projects/component-library/lib/atoms/h4/h4.module.d.ts +2 -0
  167. package/projects/component-library/lib/atoms/{xl-size/xl-size.component.d.ts → h5/h5.component.d.ts} +1 -1
  168. package/projects/component-library/lib/atoms/h5/h5.module.d.ts +2 -0
  169. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +3 -1
  170. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +71 -71
  171. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +10 -0
  172. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +2 -0
  173. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  174. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  175. package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  176. package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  177. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +4 -1
  178. package/projects/component-library/lib/atoms/{body-copy/body-copy.component.d.ts → paragraph/paragraph.component.d.ts} +1 -1
  179. package/projects/component-library/lib/atoms/paragraph/paragraph.module.d.ts +2 -0
  180. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  181. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  182. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  183. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  184. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  185. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  186. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  187. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +1 -0
  188. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.d.ts +1 -1
  189. package/projects/component-library/lib/molecules/note/note.component.d.ts +2 -6
  190. package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
  191. package/projects/component-library/lib/molecules/task/task.model.d.ts +1 -1
  192. package/projects/component-library/lib/organisms/note-list/note-list.component.d.ts +7 -0
  193. package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +2 -0
  194. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
  195. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
  196. package/{lib/atoms/dropdown/dropdown.component.d.ts → projects/component-library/lib/templates/admin-list/admin-list.component.d.ts} +1 -1
  197. package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +2 -0
  198. package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +11 -0
  199. package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +2 -0
  200. package/projects/component-library/public-api.d.ts +32 -19
  201. package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +9 -17
  202. package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
  203. package/public-api.d.ts +32 -19
  204. package/symphony-talent-component-library.d.ts +9 -17
  205. package/symphony-talent-component-library.metadata.json +1 -1
  206. package/esm2015/lib/atoms/body-copy/body-copy.component.js +0 -21
  207. package/esm2015/lib/atoms/body-copy/body-copy.module.js +0 -15
  208. package/esm2015/lib/atoms/button-round/button-round.component.js +0 -32
  209. package/esm2015/lib/atoms/button-round/button-round.enum.js +0 -7
  210. package/esm2015/lib/atoms/description/description.component.js +0 -18
  211. package/esm2015/lib/atoms/description/description.module.js +0 -15
  212. package/esm2015/lib/atoms/dropdown/dropdown.component.js +0 -16
  213. package/esm2015/lib/atoms/dropdown/dropdown.module.js +0 -18
  214. package/esm2015/lib/atoms/label/label.component.js +0 -21
  215. package/esm2015/lib/atoms/label/label.module.js +0 -15
  216. package/esm2015/lib/atoms/list-title/list-title.component.js +0 -18
  217. package/esm2015/lib/atoms/list-title/list-title.module.js +0 -15
  218. package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
  219. package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
  220. package/esm2015/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  221. package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  222. package/esm2015/lib/atoms/xl-size/xl-size.component.js +0 -21
  223. package/esm2015/lib/atoms/xl-size/xl-size.module.js +0 -15
  224. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
  225. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
  226. package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +0 -32
  227. package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
  228. package/esm2015/projects/component-library/lib/atoms/body-copy/body-copy.component.js +0 -21
  229. package/esm2015/projects/component-library/lib/atoms/body-copy/body-copy.module.js +0 -15
  230. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.component.js +0 -32
  231. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.enum.js +0 -7
  232. package/esm2015/projects/component-library/lib/atoms/description/description.component.js +0 -18
  233. package/esm2015/projects/component-library/lib/atoms/description/description.module.js +0 -15
  234. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -16
  235. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -18
  236. package/esm2015/projects/component-library/lib/atoms/label/label.component.js +0 -21
  237. package/esm2015/projects/component-library/lib/atoms/label/label.module.js +0 -15
  238. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -18
  239. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -15
  240. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
  241. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
  242. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  243. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  244. package/esm2015/projects/component-library/lib/atoms/xl-size/xl-size.component.js +0 -21
  245. package/esm2015/projects/component-library/lib/atoms/xl-size/xl-size.module.js +0 -15
  246. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
  247. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
  248. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +0 -32
  249. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +0 -16
  250. package/lib/atoms/body-copy/body-copy.module.d.ts +0 -2
  251. package/lib/atoms/button-round/button-round.component.d.ts +0 -11
  252. package/lib/atoms/button-round/button-round.enum.d.ts +0 -5
  253. package/lib/atoms/button-round/button-round.module.d.ts +0 -2
  254. package/lib/atoms/description/description.component.d.ts +0 -6
  255. package/lib/atoms/description/description.module.d.ts +0 -2
  256. package/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
  257. package/lib/atoms/label/label.module.d.ts +0 -2
  258. package/lib/atoms/list-title/list-title.component.d.ts +0 -6
  259. package/lib/atoms/list-title/list-title.module.d.ts +0 -2
  260. package/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
  261. package/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  262. package/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
  263. package/lib/atoms/xl-size/xl-size.module.d.ts +0 -2
  264. package/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
  265. package/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
  266. package/lib/organisms/icon-explorer/icon-explorer.component.d.ts +0 -10
  267. package/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
  268. package/projects/component-library/lib/atoms/body-copy/body-copy.module.d.ts +0 -2
  269. package/projects/component-library/lib/atoms/button-round/button-round.component.d.ts +0 -11
  270. package/projects/component-library/lib/atoms/button-round/button-round.enum.d.ts +0 -5
  271. package/projects/component-library/lib/atoms/button-round/button-round.module.d.ts +0 -2
  272. package/projects/component-library/lib/atoms/description/description.component.d.ts +0 -6
  273. package/projects/component-library/lib/atoms/description/description.module.d.ts +0 -2
  274. package/projects/component-library/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
  275. package/projects/component-library/lib/atoms/label/label.module.d.ts +0 -2
  276. package/projects/component-library/lib/atoms/list-title/list-title.component.d.ts +0 -6
  277. package/projects/component-library/lib/atoms/list-title/list-title.module.d.ts +0 -2
  278. package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
  279. package/projects/component-library/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  280. package/projects/component-library/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
  281. package/projects/component-library/lib/atoms/xl-size/xl-size.module.d.ts +0 -2
  282. package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
  283. package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
  284. package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.d.ts +0 -10
  285. package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
@@ -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
+ }
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { IconSwatchModel } from './icon-swatch.model';
3
3
  export declare class IconSwatchComponent implements OnInit {
4
4
  iconSwatchModel: Partial<IconSwatchModel>;
5
+ isInverse: boolean;
5
6
  description: string;
6
7
  constructor();
7
8
  ngOnInit(): void;
@@ -3,5 +3,5 @@ export declare class IconSwatchModel {
3
3
  icon: Icons;
4
4
  iconName: string;
5
5
  iconClass: string;
6
- isSecondary: boolean;
6
+ hasBorder: boolean;
7
7
  }
@@ -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/contextual-menu/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
+ }
@@ -1,4 +1,4 @@
1
- import { MoreActionsModel } from '../../atoms/more-dropdown/more-actions.model';
1
+ import { MoreActionsModel } from '../../atoms/contextual-menu/more-actions.model';
2
2
  export interface TaskModel {
3
3
  isComplete: boolean;
4
4
  title: string;
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { NoteModel } from '../../molecules/note/note.model';
3
+ export declare class NoteListComponent implements OnInit {
4
+ noteList: NoteModel[];
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class NoteListModule {
2
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
3
+ import { TaskModel } from '../../molecules/task/task.model';
4
+ export declare class EventsSettingsPageComponent implements OnInit {
5
+ eventsSettingsBreadcrumbs: BreadcrumbModel[];
6
+ eventSettingsPageModel: Partial<TaskModel>;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ }
@@ -0,0 +1,2 @@
1
+ export declare class EventsSettingsPageModule {
2
+ }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- export declare class DropdownComponent implements OnInit {
2
+ export declare class AdminListTemplateComponent implements OnInit {
3
3
  constructor();
4
4
  ngOnInit(): void;
5
5
  }
@@ -0,0 +1,2 @@
1
+ export declare class AdminListModule {
2
+ }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class PlaceholderComponent implements OnInit {
3
+ type: string;
4
+ label: string;
5
+ tooltip: string;
6
+ tooltipPlacement: string;
7
+ height: string;
8
+ width: string;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ }
@@ -0,0 +1,2 @@
1
+ export declare class PlaceholderModule {
2
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "1.3.0",
3
+ "version": "1.7.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^1.10.0"
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { MoreActionsModel } from './more-actions.model';
3
- export declare class MoreDropdownComponent implements OnInit {
3
+ export declare class ContextualMenuComponent implements OnInit {
4
4
  moreActions: MoreActionsModel[];
5
5
  sfxMoreActions: MoreActionsModel[];
6
6
  constructor();
@@ -0,0 +1,2 @@
1
+ export declare class ContextualMenuModule {
2
+ }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- export declare class XLSizeComponent implements OnInit {
2
+ export declare class H4Component implements OnInit {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
5
  constructor();
@@ -0,0 +1,2 @@
1
+ export declare class H4Module {
2
+ }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- export declare class XLSizeComponent implements OnInit {
2
+ export declare class H5Component implements OnInit {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
5
  constructor();
@@ -0,0 +1,2 @@
1
+ export declare class H5Module {
2
+ }
@@ -1,8 +1,10 @@
1
- import { OnInit } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { Icons } from './icon.enum';
3
3
  export declare class IconComponent implements OnInit {
4
4
  icon: Icons;
5
5
  isSecondary: boolean;
6
+ clicked: EventEmitter<string>;
6
7
  constructor();
7
8
  ngOnInit(): void;
9
+ onClick(): void;
8
10
  }
@@ -1,73 +1,73 @@
1
1
  export declare enum Icons {
2
- MOREOPTIONS = "fa-ellipsis-v",
3
- ADD = "fa-plus",
4
- ACTIVITY = "fa-mouse-pointer",
5
- ARROWHIDEREVEAL = "fa-caret-up",
6
- ARROWNEXT = "fa-angle-right",
7
- ARROWPREV = "fa-angle-left",
8
- CLOSEMODAL = "fa-times-circle",
9
- COLLAPSE = "fa-times-circle",
10
- DAYMODE = "fa-sun",
11
- DELETE = "fa-trash",
12
- DOCUMENT = "fa-file",
13
- DOWNLOAD = "fa-download",
14
- EDIT = "fa-pencil-alt",
15
- EMAILDRIP = "fa-mail-bulk",
16
- EMAILOPEN = "fa-envelope-open",
17
- EMAILSEND = "fa-envelope",
18
- EXPAND = "fa-times-circle",
19
- FAVORITE = "fa-heart",
20
- FEEDBACKMAYBE = "fa-times-circle",
21
- FEEDBACKNO = "fa-times-circle",
22
- FEEDBACKYES = "fa-times-circle",
23
- FOLDERMULTIPLE = "fa-times-circle",
24
- INCLUDE = "fa-plus",
25
- INFO = "fa-info-circle",
26
- INTERVIEW = "fa-times-circle",
27
- LINK = "fa-link",
28
- LOCATION = "fa-map-marker-alt",
29
- MENUALL = "fa-bars",
30
- MENUANALYTICS = "fa-chart-bar",
31
- MENUASSETS = "fa-image",
32
- MENUCAMPAIGNS = "fa-bullhorn",
33
- MENUCONTACTS = "fa-user-circle",
34
- MENUCONTENT = "fa-bullhorn",
35
- MENUDASHBOARD = "fa-table",
36
- MENUEVENTS = "fa-calendar",
37
- MENUFOLDERS = "fa-folder",
38
- MENUJOBS = "fa-briefcase",
39
- MENURETURN = "fa-long-arrow-alt-left",
40
- MENUWORKFLOWS = "fa-cogs",
41
- MERGE = "fa-clone",
42
- MOVE = "fa-times-circle",
43
- NIGHTMODE = "fa-moon",
44
- NOTIFICATION = "fa-bell",
45
- ORGANISECOLUMNS = "fa-columns",
46
- ORGANISECONTACTS = "fa-th-large",
47
- PENDINGCINCOMPLETE = "fa-times-circle",
48
- PHONENUMBER = "fa-phone",
49
- PREVIEW = "fa-eye",
50
- PROMOTE = "fa-times-circle",
51
- REFRESH = "fa-redo",
52
- REMOVE = "fa-minus",
53
- EXCLUDE = "fa-minus",
54
- RESULTSFILTERS = "fa-sliders-h",
55
- REVIEW = "fa-meh-blank",
56
- SALARY = "fa-money",
57
- SAVE = "fa-save",
58
- SEARCHADVANCED = "fa-search-plus",
59
- SEARCHCLEAR = "fa-search-minus",
60
- SEARCHNEW = "fa-search",
61
- SETTINGSMART = "fa-cogs",
62
- SMS = "fa-comment-dots",
63
- SORTMINI = "fa-arrow-down",
64
- STATUS = "fa-procedures",
65
- SYSTEMACTION = "fa-long-arrow-alt-right",
66
- TASKCOMPLETED = "fa-clipboard",
67
- TASKOPEN = "fa-times-circle",
68
- TIMEFRAME = "fa-times-circle",
69
- TIMELINE = "fa-times-circle",
70
- UPLOAD = "fa-upload",
71
- USERMULTIPLE = "fa-times-circle",
72
- USER = "fa-user"
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
73
  }
@@ -0,0 +1,10 @@
1
+ import { EventEmitter, 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
+ clicked: EventEmitter<string>;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ onClick(): void;
10
+ }
@@ -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: string;
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
+ }
@@ -1,7 +1,10 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import { Icons } from '../icon/icon.enum';
2
3
  export declare class InputTextComponent implements OnInit {
3
4
  placeholder: string;
4
- icon: string;
5
+ icon: Icons;
6
+ label: string;
7
+ isInverse: boolean;
5
8
  textChange: EventEmitter<string>;
6
9
  constructor();
7
10
  ngOnInit(): void;
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- export declare class BodyCopyComponent implements OnInit {
2
+ export declare class ParagraphComponent implements OnInit {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
5
  constructor();
@@ -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 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
+ }
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { IconSwatchModel } from './icon-swatch.model';
3
3
  export declare class IconSwatchComponent implements OnInit {
4
4
  iconSwatchModel: Partial<IconSwatchModel>;
5
+ isInverse: boolean;
5
6
  description: string;
6
7
  constructor();
7
8
  ngOnInit(): void;
@@ -3,5 +3,5 @@ export declare class IconSwatchModel {
3
3
  icon: Icons;
4
4
  iconName: string;
5
5
  iconClass: string;
6
- isSecondary: boolean;
6
+ hasBorder: boolean;
7
7
  }
@@ -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/contextual-menu/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
+ }
@@ -1,4 +1,4 @@
1
- import { MoreActionsModel } from '../../atoms/more-dropdown/more-actions.model';
1
+ import { MoreActionsModel } from '../../atoms/contextual-menu/more-actions.model';
2
2
  export interface TaskModel {
3
3
  isComplete: boolean;
4
4
  title: string;
@@ -0,0 +1,7 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { NoteModel } from '../../molecules/note/note.model';
3
+ export declare class NoteListComponent implements OnInit {
4
+ noteList: NoteModel[];
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class NoteListModule {
2
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
3
+ import { TaskModel } from '../../molecules/task/task.model';
4
+ export declare class EventsSettingsPageComponent implements OnInit {
5
+ eventsSettingsBreadcrumbs: BreadcrumbModel[];
6
+ eventSettingsPageModel: Partial<TaskModel>;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ }
@@ -0,0 +1,2 @@
1
+ export declare class EventsSettingsPageModule {
2
+ }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- export declare class DropdownComponent implements OnInit {
2
+ export declare class AdminListTemplateComponent implements OnInit {
3
3
  constructor();
4
4
  ngOnInit(): void;
5
5
  }
@@ -0,0 +1,2 @@
1
+ export declare class AdminListModule {
2
+ }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class PlaceholderComponent implements OnInit {
3
+ type: string;
4
+ label: string;
5
+ tooltip: string;
6
+ tooltipPlacement: string;
7
+ height: string;
8
+ width: string;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ }
@@ -0,0 +1,2 @@
1
+ export declare class PlaceholderModule {
2
+ }