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