@symphony-talent/component-library 1.8.0 → 3.1.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 (707) 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 +3 -0
  257. package/lib/atoms/avatar/avatar.module.d.ts +6 -0
  258. package/lib/atoms/button/button.component.d.ts +5 -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 +9 -6
  263. package/lib/atoms/contextual-menu/contextual-menu.model.d.ts +3 -2
  264. package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +8 -0
  265. package/lib/atoms/filter-area/filter-area.component.d.ts +4 -3
  266. package/lib/atoms/filter-area/filter-area.module.d.ts +6 -0
  267. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +3 -0
  268. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.module.d.ts +8 -0
  269. package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.d.ts +14 -0
  270. package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.d.ts +5 -0
  271. package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.d.ts +9 -0
  272. package/lib/atoms/grid/framework/framework.module.d.ts +8 -0
  273. package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.d.ts +11 -0
  274. package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.d.ts +5 -0
  275. package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.d.ts +9 -0
  276. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +3 -0
  277. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +6 -0
  278. package/lib/atoms/grid/grid.component.d.ts +6 -6
  279. package/lib/atoms/grid/grid.model.d.ts +4 -6
  280. package/lib/atoms/grid/grid.module.d.ts +8 -0
  281. package/lib/atoms/h1/h1.component.d.ts +4 -3
  282. package/lib/atoms/h1/h1.module.d.ts +6 -0
  283. package/lib/atoms/h2/h2.component.d.ts +4 -3
  284. package/lib/atoms/h2/h2.module.d.ts +6 -0
  285. package/lib/atoms/h3/h3.component.d.ts +4 -3
  286. package/lib/atoms/h3/h3.module.d.ts +6 -0
  287. package/lib/atoms/h4/h4.component.d.ts +4 -3
  288. package/lib/atoms/h4/h4.module.d.ts +6 -0
  289. package/lib/atoms/h5/h5.component.d.ts +4 -3
  290. package/lib/atoms/h5/h5.module.d.ts +6 -0
  291. package/lib/atoms/icon/icon.component.d.ts +7 -5
  292. package/lib/atoms/icon/icon.module.d.ts +6 -0
  293. package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +5 -3
  294. package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +6 -0
  295. package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +5 -3
  296. package/lib/atoms/input-checkbox/input-checkbox.model.d.ts +5 -0
  297. package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +6 -0
  298. package/lib/atoms/input-dropdown/input-dropdown-list-item.model.d.ts +8 -0
  299. package/lib/atoms/input-dropdown/input-dropdown-list.model.d.ts +7 -0
  300. package/lib/atoms/input-dropdown/input-dropdown.component.d.ts +19 -0
  301. package/lib/atoms/input-dropdown/input-dropdown.module.d.ts +9 -0
  302. package/lib/atoms/input-radio/input-radio.component.d.ts +5 -3
  303. package/lib/atoms/input-radio/input-radio.module.d.ts +7 -0
  304. package/lib/atoms/input-text/input-text.component.d.ts +10 -4
  305. package/lib/atoms/input-text/input-text.module.d.ts +7 -0
  306. package/lib/atoms/input-toggle/input-toggle.component.d.ts +11 -0
  307. package/lib/atoms/input-toggle/input-toggle.module.d.ts +8 -0
  308. package/lib/atoms/paragraph/paragraph.component.d.ts +4 -3
  309. package/lib/atoms/paragraph/paragraph.module.d.ts +6 -0
  310. package/lib/atoms/pill/pill.component.d.ts +5 -3
  311. package/lib/atoms/pill/pill.module.d.ts +7 -0
  312. package/lib/atoms/sfx-loader/sfx-loader.component.d.ts +7 -0
  313. package/lib/atoms/sfx-loader/sfx-loader.module.d.ts +8 -0
  314. package/lib/atoms/sfx-page-loader/sfx-page-loader.component.d.ts +6 -0
  315. package/lib/atoms/sfx-page-loader/sfx-page-loader.module.d.ts +8 -0
  316. package/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.d.ts +7 -0
  317. package/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.d.ts +8 -0
  318. package/lib/atoms/task-icon/task-icon.component.d.ts +4 -3
  319. package/lib/atoms/task-icon/task-icon.module.d.ts +6 -0
  320. package/lib/atoms/toaster-alert/toaster-alert.component.d.ts +19 -0
  321. package/lib/atoms/toaster-alert/toaster-alert.model.d.ts +20 -0
  322. package/lib/atoms/toaster-alert/toaster-alert.module.d.ts +8 -0
  323. package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +4 -3
  324. package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +6 -0
  325. package/lib/design-guide/icon-explorer/icon-explorer.component.d.ts +3 -0
  326. package/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +9 -0
  327. package/lib/design-guide/typography/typography.component.d.ts +9 -0
  328. package/lib/design-guide/typography/typography.model.d.ts +9 -0
  329. package/lib/design-guide/typography/typography.module.d.ts +14 -0
  330. package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +5 -1
  331. package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +8 -0
  332. package/lib/molecules/card/card.component.d.ts +11 -0
  333. package/lib/molecules/card/card.model.d.ts +6 -0
  334. package/lib/molecules/card/card.module.d.ts +12 -0
  335. package/lib/molecules/color-swatch/color-swatch.component.d.ts +3 -0
  336. package/lib/molecules/color-swatch/color-swatch.module.d.ts +9 -0
  337. package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +4 -3
  338. package/lib/molecules/icon-swatch/icon-swatch.module.d.ts +10 -0
  339. package/lib/molecules/molecules.module.d.ts +11 -0
  340. package/lib/molecules/note/note.component.d.ts +4 -3
  341. package/lib/molecules/note/note.model.d.ts +2 -2
  342. package/lib/molecules/note/note.module.d.ts +10 -0
  343. package/lib/molecules/pills/pills.component.d.ts +5 -3
  344. package/lib/molecules/pills/pills.module.d.ts +7 -0
  345. package/lib/molecules/task/task.component.d.ts +4 -3
  346. package/lib/molecules/task/task.model.d.ts +2 -2
  347. package/lib/molecules/task/task.module.d.ts +10 -0
  348. package/lib/organisms/card-list/card-list.component.d.ts +11 -0
  349. package/lib/organisms/card-list/card-list.module.d.ts +9 -0
  350. package/lib/organisms/note-list/note-list.component.d.ts +4 -3
  351. package/lib/organisms/note-list/note-list.module.d.ts +7 -0
  352. package/lib/organisms/organisms.module.d.ts +12 -0
  353. package/lib/organisms/task-list/task-list.component.d.ts +4 -3
  354. package/lib/organisms/task-list/task-list.module.d.ts +7 -0
  355. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +13 -5
  356. package/lib/pages/events-settings-page/events-settings-page.model.d.ts +14 -0
  357. package/lib/pages/events-settings-page/events-settings-page.module.d.ts +18 -0
  358. package/lib/pages/setting-list-page/setting-list-page.component.d.ts +15 -0
  359. package/lib/pages/setting-list-page/setting-list-page.model.d.ts +6 -0
  360. package/lib/pages/setting-list-page/setting-list-page.module.d.ts +14 -0
  361. package/lib/templates/admin-list/admin-list.component.d.ts +4 -3
  362. package/lib/templates/admin-list/admin-list.module.d.ts +6 -0
  363. package/lib/templates/placeholder/placeholder.component.d.ts +4 -3
  364. package/lib/templates/placeholder/placeholder.module.d.ts +7 -0
  365. package/lib/templates/setting-list-template/setting-list-template.component.d.ts +6 -0
  366. package/lib/templates/setting-list-template/setting-list-template.module.d.ts +9 -0
  367. package/package.json +30 -16
  368. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff +0 -0
  369. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-condensed_32179-webfont.woff2 +0 -0
  370. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff +0 -0
  371. package/projects/component-library/global-assets/fonts/neuzeit-grotesk-t-ot-black-extra-condensed_32180-webfont.woff2 +0 -0
  372. package/projects/component-library/global-assets/fonts/neuzeitgro-bla-webfont.woff +0 -0
  373. package/projects/component-library/global-assets/fonts/neuzeitgro-bla-webfont.woff2 +0 -0
  374. package/projects/component-library/global-assets/fonts/neuzeitgro-bol-webfont.woff +0 -0
  375. package/projects/component-library/global-assets/fonts/neuzeitgro-bol-webfont.woff2 +0 -0
  376. package/projects/component-library/global-assets/fonts/neuzeitgro-lig-webfont.woff +0 -0
  377. package/projects/component-library/global-assets/fonts/neuzeitgro-lig-webfont.woff2 +0 -0
  378. package/projects/component-library/global-assets/fonts/neuzeitgro-reg-webfont.woff +0 -0
  379. package/projects/component-library/global-assets/fonts/neuzeitgro-reg-webfont.woff2 +0 -0
  380. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
  381. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +81 -0
  382. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
  383. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
  384. package/projects/component-library/global-assets/iconography/library-icons.css +241 -0
  385. package/projects/component-library/global-assets/iconography/sfxiconsV1.json +1127 -0
  386. package/projects/component-library/global.scss +806 -0
  387. package/projects/component-library/lib/atoms/atoms.module.d.ts +29 -0
  388. package/projects/component-library/lib/atoms/avatar/avatar.component.d.ts +3 -0
  389. package/projects/component-library/lib/atoms/avatar/avatar.module.d.ts +6 -0
  390. package/projects/component-library/lib/atoms/button/button.component.d.ts +5 -3
  391. package/projects/component-library/lib/atoms/button/button.module.d.ts +6 -0
  392. package/projects/component-library/lib/atoms/color-sample/color-sample.component.d.ts +3 -0
  393. package/projects/component-library/lib/atoms/color-sample/color-sample.module.d.ts +6 -0
  394. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts +9 -6
  395. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.d.ts +3 -2
  396. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +8 -0
  397. package/projects/component-library/lib/atoms/filter-area/filter-area.component.d.ts +4 -3
  398. package/projects/component-library/lib/atoms/filter-area/filter-area.module.d.ts +6 -0
  399. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +3 -0
  400. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.module.d.ts +8 -0
  401. package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.d.ts +14 -0
  402. package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.d.ts +5 -0
  403. package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.d.ts +9 -0
  404. package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +8 -0
  405. package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.d.ts +11 -0
  406. package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.d.ts +5 -0
  407. package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.d.ts +9 -0
  408. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +3 -0
  409. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +6 -0
  410. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +6 -6
  411. package/projects/component-library/lib/atoms/grid/grid.model.d.ts +4 -6
  412. package/projects/component-library/lib/atoms/grid/grid.module.d.ts +8 -0
  413. package/projects/component-library/lib/atoms/h1/h1.component.d.ts +4 -3
  414. package/projects/component-library/lib/atoms/h1/h1.module.d.ts +6 -0
  415. package/projects/component-library/lib/atoms/h2/h2.component.d.ts +4 -3
  416. package/projects/component-library/lib/atoms/h2/h2.module.d.ts +6 -0
  417. package/projects/component-library/lib/atoms/h3/h3.component.d.ts +4 -3
  418. package/projects/component-library/lib/atoms/h3/h3.module.d.ts +6 -0
  419. package/projects/component-library/lib/atoms/h4/h4.component.d.ts +4 -3
  420. package/projects/component-library/lib/atoms/h4/h4.module.d.ts +6 -0
  421. package/projects/component-library/lib/atoms/h5/h5.component.d.ts +4 -3
  422. package/projects/component-library/lib/atoms/h5/h5.module.d.ts +6 -0
  423. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +7 -5
  424. package/projects/component-library/lib/atoms/icon/icon.module.d.ts +6 -0
  425. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +5 -3
  426. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +6 -0
  427. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +5 -3
  428. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.model.d.ts +5 -0
  429. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +6 -0
  430. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list-item.model.d.ts +8 -0
  431. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list.model.d.ts +7 -0
  432. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown.component.d.ts +19 -0
  433. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown.module.d.ts +9 -0
  434. package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +5 -3
  435. package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +7 -0
  436. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +10 -4
  437. package/projects/component-library/lib/atoms/input-text/input-text.module.d.ts +7 -0
  438. package/projects/component-library/lib/atoms/input-toggle/input-toggle.component.d.ts +11 -0
  439. package/projects/component-library/lib/atoms/input-toggle/input-toggle.module.d.ts +8 -0
  440. package/projects/component-library/lib/atoms/paragraph/paragraph.component.d.ts +4 -3
  441. package/projects/component-library/lib/atoms/paragraph/paragraph.module.d.ts +6 -0
  442. package/projects/component-library/lib/atoms/pill/pill.component.d.ts +5 -3
  443. package/projects/component-library/lib/atoms/pill/pill.module.d.ts +7 -0
  444. package/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.d.ts +7 -0
  445. package/projects/component-library/lib/atoms/sfx-loader/sfx-loader.module.d.ts +8 -0
  446. package/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.d.ts +6 -0
  447. package/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.module.d.ts +8 -0
  448. package/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.d.ts +7 -0
  449. package/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.d.ts +8 -0
  450. package/projects/component-library/lib/atoms/task-icon/task-icon.component.d.ts +4 -3
  451. package/projects/component-library/lib/atoms/task-icon/task-icon.module.d.ts +6 -0
  452. package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.component.d.ts +19 -0
  453. package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.model.d.ts +20 -0
  454. package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.module.d.ts +8 -0
  455. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +4 -3
  456. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +6 -0
  457. package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.d.ts +3 -0
  458. package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +9 -0
  459. package/projects/component-library/lib/design-guide/typography/typography.component.d.ts +9 -0
  460. package/projects/component-library/lib/design-guide/typography/typography.model.d.ts +9 -0
  461. package/projects/component-library/lib/design-guide/typography/typography.module.d.ts +14 -0
  462. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +5 -1
  463. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +8 -0
  464. package/projects/component-library/lib/molecules/card/card.component.d.ts +11 -0
  465. package/projects/component-library/lib/molecules/card/card.model.d.ts +6 -0
  466. package/projects/component-library/lib/molecules/card/card.module.d.ts +12 -0
  467. package/projects/component-library/lib/molecules/color-swatch/color-swatch.component.d.ts +3 -0
  468. package/projects/component-library/lib/molecules/color-swatch/color-swatch.module.d.ts +9 -0
  469. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +4 -3
  470. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.d.ts +10 -0
  471. package/projects/component-library/lib/molecules/molecules.module.d.ts +11 -0
  472. package/projects/component-library/lib/molecules/note/note.component.d.ts +4 -3
  473. package/projects/component-library/lib/molecules/note/note.model.d.ts +2 -2
  474. package/projects/component-library/lib/molecules/note/note.module.d.ts +10 -0
  475. package/projects/component-library/lib/molecules/pills/pills.component.d.ts +5 -3
  476. package/projects/component-library/lib/molecules/pills/pills.module.d.ts +7 -0
  477. package/projects/component-library/lib/molecules/task/task.component.d.ts +4 -3
  478. package/projects/component-library/lib/molecules/task/task.model.d.ts +2 -2
  479. package/projects/component-library/lib/molecules/task/task.module.d.ts +10 -0
  480. package/projects/component-library/lib/organisms/card-list/card-list.component.d.ts +11 -0
  481. package/projects/component-library/lib/organisms/card-list/card-list.module.d.ts +9 -0
  482. package/projects/component-library/lib/organisms/note-list/note-list.component.d.ts +4 -3
  483. package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +7 -0
  484. package/projects/component-library/lib/organisms/organisms.module.d.ts +12 -0
  485. package/projects/component-library/lib/organisms/task-list/task-list.component.d.ts +4 -3
  486. package/projects/component-library/lib/organisms/task-list/task-list.module.d.ts +7 -0
  487. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +13 -5
  488. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +14 -0
  489. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +18 -0
  490. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.d.ts +15 -0
  491. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.model.d.ts +6 -0
  492. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.module.d.ts +14 -0
  493. package/projects/component-library/lib/templates/admin-list/admin-list.component.d.ts +4 -3
  494. package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +6 -0
  495. package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +4 -3
  496. package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +7 -0
  497. package/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.d.ts +6 -0
  498. package/projects/component-library/lib/templates/setting-list-template/setting-list-template.module.d.ts +9 -0
  499. package/projects/component-library/package.json +7 -8
  500. package/projects/component-library/public-api.d.ts +57 -28
  501. package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +1 -18
  502. package/public-api.d.ts +57 -28
  503. package/symphony-talent-component-library.d.ts +1 -18
  504. package/bundles/symphony-talent-component-library-projects-component-library.umd.js +0 -2484
  505. package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +0 -1
  506. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +0 -16
  507. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +0 -1
  508. package/bundles/symphony-talent-component-library.umd.js +0 -2484
  509. package/bundles/symphony-talent-component-library.umd.js.map +0 -1
  510. package/bundles/symphony-talent-component-library.umd.min.js +0 -16
  511. package/bundles/symphony-talent-component-library.umd.min.js.map +0 -1
  512. package/esm2015/lib/atoms/atoms.module.js +0 -58
  513. package/esm2015/lib/atoms/avatar/avatar.component.js +0 -101
  514. package/esm2015/lib/atoms/avatar/avatar.module.js +0 -15
  515. package/esm2015/lib/atoms/button/button.component.js +0 -35
  516. package/esm2015/lib/atoms/button/button.module.js +0 -16
  517. package/esm2015/lib/atoms/color-sample/color-sample.component.js +0 -20
  518. package/esm2015/lib/atoms/color-sample/color-sample.enum.js +0 -26
  519. package/esm2015/lib/atoms/color-sample/color-sample.module.js +0 -15
  520. package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +0 -20
  521. package/esm2015/lib/atoms/contextual-menu/contextual-menu.model.js +0 -1
  522. package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +0 -17
  523. package/esm2015/lib/atoms/filter-area/filter-area.component.js +0 -16
  524. package/esm2015/lib/atoms/filter-area/filter-area.module.js +0 -15
  525. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +0 -49
  526. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +0 -14
  527. package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +0 -8
  528. package/esm2015/lib/atoms/grid/framework/framework.module.js +0 -15
  529. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +0 -33
  530. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +0 -6
  531. package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +0 -14
  532. package/esm2015/lib/atoms/grid/grid.component.js +0 -51
  533. package/esm2015/lib/atoms/grid/grid.model.js +0 -1
  534. package/esm2015/lib/atoms/grid/grid.module.js +0 -17
  535. package/esm2015/lib/atoms/h1/h1.component.js +0 -21
  536. package/esm2015/lib/atoms/h1/h1.module.js +0 -15
  537. package/esm2015/lib/atoms/h2/h2.component.js +0 -21
  538. package/esm2015/lib/atoms/h2/h2.module.js +0 -15
  539. package/esm2015/lib/atoms/h3/h3.component.js +0 -21
  540. package/esm2015/lib/atoms/h3/h3.module.js +0 -15
  541. package/esm2015/lib/atoms/h4/h4.component.js +0 -21
  542. package/esm2015/lib/atoms/h4/h4.module.js +0 -15
  543. package/esm2015/lib/atoms/h5/h5.component.js +0 -21
  544. package/esm2015/lib/atoms/h5/h5.module.js +0 -15
  545. package/esm2015/lib/atoms/icon/icon.component.js +0 -29
  546. package/esm2015/lib/atoms/icon/icon.enum.js +0 -75
  547. package/esm2015/lib/atoms/icon/icon.module.js +0 -15
  548. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +0 -28
  549. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.module.js +0 -15
  550. package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +0 -36
  551. package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +0 -15
  552. package/esm2015/lib/atoms/input-radio/input-radio.component.js +0 -36
  553. package/esm2015/lib/atoms/input-radio/input-radio.module.js +0 -22
  554. package/esm2015/lib/atoms/input-text/input-text.component.js +0 -36
  555. package/esm2015/lib/atoms/input-text/input-text.module.js +0 -16
  556. package/esm2015/lib/atoms/paragraph/paragraph.component.js +0 -21
  557. package/esm2015/lib/atoms/paragraph/paragraph.module.js +0 -15
  558. package/esm2015/lib/atoms/pill/pill.component.js +0 -37
  559. package/esm2015/lib/atoms/pill/pill.model.js +0 -1
  560. package/esm2015/lib/atoms/pill/pill.module.js +0 -18
  561. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +0 -17
  562. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +0 -15
  563. package/esm2015/lib/atoms/task-icon/task-icon.component.js +0 -18
  564. package/esm2015/lib/atoms/task-icon/task-icon.module.js +0 -15
  565. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +0 -18
  566. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +0 -15
  567. package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +0 -19
  568. package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +0 -16
  569. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.component.js +0 -30
  570. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.helper.js +0 -521
  571. package/esm2015/lib/design-guide/icon-explorer/icon-explorer.module.js +0 -17
  572. package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +0 -21
  573. package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +0 -1
  574. package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +0 -17
  575. package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +0 -29
  576. package/esm2015/lib/molecules/color-swatch/color-swatch.model.js +0 -1
  577. package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +0 -23
  578. package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +0 -26
  579. package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +0 -3
  580. package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +0 -25
  581. package/esm2015/lib/molecules/molecules.module.js +0 -38
  582. package/esm2015/lib/molecules/note/note.component.js +0 -27
  583. package/esm2015/lib/molecules/note/note.model.js +0 -1
  584. package/esm2015/lib/molecules/note/note.module.js +0 -25
  585. package/esm2015/lib/molecules/pills/pills.component.js +0 -33
  586. package/esm2015/lib/molecules/pills/pills.module.js +0 -21
  587. package/esm2015/lib/molecules/task/task.component.js +0 -25
  588. package/esm2015/lib/molecules/task/task.model.js +0 -1
  589. package/esm2015/lib/molecules/task/task.module.js +0 -25
  590. package/esm2015/lib/organisms/note-list/note-list.component.js +0 -19
  591. package/esm2015/lib/organisms/note-list/note-list.module.js +0 -16
  592. package/esm2015/lib/organisms/task-list/task-list.component.js +0 -18
  593. package/esm2015/lib/organisms/task-list/task-list.module.js +0 -16
  594. package/esm2015/lib/pages/events-settings-page/events-settings-page.component.js +0 -31
  595. package/esm2015/lib/pages/events-settings-page/events-settings-page.module.js +0 -35
  596. package/esm2015/lib/templates/admin-list/admin-list.component.js +0 -15
  597. package/esm2015/lib/templates/admin-list/admin-list.module.js +0 -15
  598. package/esm2015/lib/templates/placeholder/placeholder.component.js +0 -33
  599. package/esm2015/lib/templates/placeholder/placeholder.module.js +0 -16
  600. package/esm2015/projects/component-library/lib/atoms/atoms.module.js +0 -58
  601. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +0 -101
  602. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +0 -15
  603. package/esm2015/projects/component-library/lib/atoms/button/button.component.js +0 -35
  604. package/esm2015/projects/component-library/lib/atoms/button/button.module.js +0 -16
  605. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.component.js +0 -20
  606. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.enum.js +0 -26
  607. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.module.js +0 -15
  608. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +0 -20
  609. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.js +0 -1
  610. package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +0 -17
  611. package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.component.js +0 -16
  612. package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.module.js +0 -15
  613. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +0 -49
  614. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +0 -14
  615. package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +0 -8
  616. package/esm2015/projects/component-library/lib/atoms/grid/framework/framework.module.js +0 -15
  617. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +0 -33
  618. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +0 -6
  619. package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +0 -14
  620. package/esm2015/projects/component-library/lib/atoms/grid/grid.component.js +0 -51
  621. package/esm2015/projects/component-library/lib/atoms/grid/grid.model.js +0 -1
  622. package/esm2015/projects/component-library/lib/atoms/grid/grid.module.js +0 -17
  623. package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +0 -21
  624. package/esm2015/projects/component-library/lib/atoms/h1/h1.module.js +0 -15
  625. package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +0 -21
  626. package/esm2015/projects/component-library/lib/atoms/h2/h2.module.js +0 -15
  627. package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +0 -21
  628. package/esm2015/projects/component-library/lib/atoms/h3/h3.module.js +0 -15
  629. package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +0 -21
  630. package/esm2015/projects/component-library/lib/atoms/h4/h4.module.js +0 -15
  631. package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +0 -21
  632. package/esm2015/projects/component-library/lib/atoms/h5/h5.module.js +0 -15
  633. package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +0 -29
  634. package/esm2015/projects/component-library/lib/atoms/icon/icon.enum.js +0 -75
  635. package/esm2015/projects/component-library/lib/atoms/icon/icon.module.js +0 -15
  636. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +0 -28
  637. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js +0 -15
  638. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +0 -36
  639. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +0 -15
  640. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +0 -36
  641. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +0 -22
  642. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +0 -36
  643. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +0 -16
  644. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +0 -21
  645. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.module.js +0 -15
  646. package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +0 -37
  647. package/esm2015/projects/component-library/lib/atoms/pill/pill.model.js +0 -1
  648. package/esm2015/projects/component-library/lib/atoms/pill/pill.module.js +0 -18
  649. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +0 -17
  650. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +0 -15
  651. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +0 -18
  652. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.module.js +0 -15
  653. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +0 -18
  654. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +0 -15
  655. package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +0 -19
  656. package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +0 -16
  657. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.js +0 -30
  658. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.js +0 -521
  659. package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.js +0 -17
  660. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +0 -21
  661. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +0 -1
  662. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +0 -17
  663. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +0 -29
  664. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.model.js +0 -1
  665. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +0 -23
  666. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +0 -26
  667. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +0 -3
  668. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +0 -25
  669. package/esm2015/projects/component-library/lib/molecules/molecules.module.js +0 -38
  670. package/esm2015/projects/component-library/lib/molecules/note/note.component.js +0 -27
  671. package/esm2015/projects/component-library/lib/molecules/note/note.model.js +0 -1
  672. package/esm2015/projects/component-library/lib/molecules/note/note.module.js +0 -25
  673. package/esm2015/projects/component-library/lib/molecules/pills/pills.component.js +0 -33
  674. package/esm2015/projects/component-library/lib/molecules/pills/pills.module.js +0 -21
  675. package/esm2015/projects/component-library/lib/molecules/task/task.component.js +0 -25
  676. package/esm2015/projects/component-library/lib/molecules/task/task.model.js +0 -1
  677. package/esm2015/projects/component-library/lib/molecules/task/task.module.js +0 -25
  678. package/esm2015/projects/component-library/lib/organisms/note-list/note-list.component.js +0 -19
  679. package/esm2015/projects/component-library/lib/organisms/note-list/note-list.module.js +0 -16
  680. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +0 -18
  681. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.module.js +0 -16
  682. package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.js +0 -31
  683. package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.js +0 -35
  684. package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.component.js +0 -15
  685. package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.module.js +0 -15
  686. package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.component.js +0 -33
  687. package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.module.js +0 -16
  688. package/esm2015/projects/component-library/public-api.js +0 -70
  689. package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +0 -23
  690. package/esm2015/public-api.js +0 -70
  691. package/esm2015/symphony-talent-component-library.js +0 -23
  692. package/fesm2015/symphony-talent-component-library-projects-component-library.js +0 -2017
  693. package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +0 -1
  694. package/fesm2015/symphony-talent-component-library.js +0 -2017
  695. package/fesm2015/symphony-talent-component-library.js.map +0 -1
  696. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +0 -2
  697. package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +0 -4
  698. package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +0 -2
  699. package/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
  700. package/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
  701. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +0 -2
  702. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +0 -4
  703. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +0 -2
  704. package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
  705. package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
  706. package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +0 -1
  707. package/symphony-talent-component-library.metadata.json +0 -1
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SfxPageLoaderComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<SfxPageLoaderComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SfxPageLoaderComponent, "symphony-sfx-page-loader", never, {}, {}, never, never>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sfx-page-loader.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class SfxPageLoaderModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SfxPageLoaderModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SfxPageLoaderModule, [typeof i1.SfxPageLoaderComponent], [typeof i2.CommonModule], [typeof i1.SfxPageLoaderComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SfxPageLoaderModule>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SfxProgressBarComponent {
3
+ progress: number;
4
+ constructor();
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SfxProgressBarComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SfxProgressBarComponent, "symphony-sfx-progress-bar", never, { "progress": "progress"; }, {}, never, never>;
7
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sfx-progress-bar.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class SfxProgressBarModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SfxProgressBarModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SfxProgressBarModule, [typeof i1.SfxProgressBarComponent], [typeof i2.CommonModule], [typeof i1.SfxProgressBarComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SfxProgressBarModule>;
8
+ }
@@ -1,6 +1,7 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class TaskIconComponent implements OnInit {
1
+ import * as i0 from "@angular/core";
2
+ export declare class TaskIconComponent {
3
3
  isComplete: boolean;
4
4
  constructor();
5
- ngOnInit(): void;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskIconComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TaskIconComponent, "symphony-task-icon", never, { "isComplete": "isComplete"; }, {}, never, never>;
6
7
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./task-icon.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class TaskIconModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskIconModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TaskIconModule, [typeof i1.TaskIconComponent], [typeof i2.CommonModule], [typeof i1.TaskIconComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<TaskIconModule>;
2
8
  }
@@ -0,0 +1,19 @@
1
+ import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
2
+ import { Subscription } from 'rxjs';
3
+ import { ToasterAlertModel } from './toaster-alert.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ToasterAlertComponent implements OnInit, OnDestroy {
6
+ alertModel: ToasterAlertModel;
7
+ showAlert: boolean;
8
+ hideAlert: EventEmitter<void>;
9
+ checkBulkStatus: EventEmitter<void>;
10
+ alertTimerSubscription: Subscription;
11
+ timeToShowSubscription: Subscription;
12
+ constructor();
13
+ ngOnInit(): void;
14
+ hideToasterAlert(): void;
15
+ onCheckBulkStatus(): void;
16
+ ngOnDestroy(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToasterAlertComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToasterAlertComponent, "symphony-toaster-alert", never, { "alertModel": "alertModel"; "showAlert": "showAlert"; }, { "hideAlert": "hideAlert"; "checkBulkStatus": "checkBulkStatus"; }, never, never>;
19
+ }
@@ -0,0 +1,20 @@
1
+ export declare class ToasterAlertModel {
2
+ type: ToasterAlertType;
3
+ message: string;
4
+ duration?: number;
5
+ showRefreshIcon?: boolean;
6
+ delay?: number;
7
+ }
8
+ export declare enum ToasterAlertType {
9
+ Success = 1,
10
+ Warning = 2,
11
+ Error = 3
12
+ }
13
+ export declare enum AlertDuration {
14
+ OneSecond = 1000,
15
+ TwoSeconds = 2000,
16
+ ThreeSeconds = 3000,
17
+ FourSeconds = 4000,
18
+ FiveSeconds = 5000,
19
+ Indefinite = 99999999
20
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./toaster-alert.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class ToasterAlertModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToasterAlertModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToasterAlertModule, [typeof i1.ToasterAlertComponent], [typeof i2.CommonModule], [typeof i1.ToasterAlertComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ToasterAlertModule>;
8
+ }
@@ -1,6 +1,7 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class TwoColumnFilterAreaComponent implements OnInit {
1
+ import * as i0 from "@angular/core";
2
+ export declare class TwoColumnFilterAreaComponent {
3
3
  height: string;
4
4
  constructor();
5
- ngOnInit(): void;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnFilterAreaComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnFilterAreaComponent, "symphony-two-column-filter-area", never, { "height": "height"; }, {}, never, ["[filter-one]", "[filter-two]"]>;
6
7
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./two-column-filter-area.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class TwoColumnFilterAreaModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnFilterAreaModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TwoColumnFilterAreaModule, [typeof i1.TwoColumnFilterAreaComponent], [typeof i2.CommonModule], [typeof i1.TwoColumnFilterAreaComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<TwoColumnFilterAreaModule>;
2
8
  }
@@ -1,5 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { IconSwatchModel } from '../../molecules/icon-swatch/icon-swatch.model';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class IconExplorerComponent implements OnInit {
4
5
  iconList: IconSwatchModel[];
5
6
  hasBorderIconsList: IconSwatchModel[];
@@ -15,4 +16,6 @@ export declare class IconExplorerComponent implements OnInit {
15
16
  backgroundTitle: string;
16
17
  constructor();
17
18
  ngOnInit(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconExplorerComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconExplorerComponent, "symphony-icon-explorer", never, {}, {}, never, never>;
18
21
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./icon-explorer.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../molecules/icon-swatch/icon-swatch.module";
5
+ import * as i4 from "../../atoms/h2/h2.module";
6
+ import * as i5 from "../../atoms/h3/h3.module";
1
7
  export declare class IconExplorerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconExplorerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IconExplorerModule, [typeof i1.IconExplorerComponent], [typeof i2.CommonModule, typeof i3.IconSwatchModule, typeof i4.H2Module, typeof i5.H3Module], never>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IconExplorerModule>;
2
11
  }
@@ -0,0 +1,9 @@
1
+ import { TypographyModel } from './typography.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TypographyComponent {
4
+ title: string;
5
+ typographyModel: Partial<TypographyModel>;
6
+ constructor();
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TypographyComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TypographyComponent, "symphony-typography", never, { "title": "title"; "typographyModel": "typographyModel"; }, {}, never, never>;
9
+ }
@@ -0,0 +1,9 @@
1
+ export interface TypographyModel {
2
+ isSecondary: boolean;
3
+ h1Text: string;
4
+ h2Text: string;
5
+ h3Text: string;
6
+ h4Text: string;
7
+ paragraphText: string;
8
+ h5Text: string;
9
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./typography.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h2/h2.module";
5
+ import * as i4 from "../../atoms/h3/h3.module";
6
+ import * as i5 from "../../atoms/h4/h4.module";
7
+ import * as i6 from "../../atoms/h1/h1.module";
8
+ import * as i7 from "../../atoms/paragraph/paragraph.module";
9
+ import * as i8 from "../../atoms/h5/h5.module";
10
+ export declare class TypographyModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<TypographyModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TypographyModule, [typeof i1.TypographyComponent], [typeof i2.CommonModule, typeof i3.H2Module, typeof i4.H3Module, typeof i5.H4Module, typeof i6.H1Module, typeof i7.ParagraphModule, typeof i8.H5Module], [typeof i1.TypographyComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<TypographyModule>;
14
+ }
@@ -1,8 +1,12 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import { Icons } from '../../atoms/icon/icon.enum';
2
3
  import { BreadcrumbModel } from './breadcrumb.model';
4
+ import * as i0 from "@angular/core";
3
5
  export declare class BreadcrumbComponent implements OnInit {
4
6
  breadcrumbs: BreadcrumbModel[];
5
- icon: string;
7
+ icon: Icons;
6
8
  constructor();
7
9
  ngOnInit(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "symphony-breadcrumb", never, { "breadcrumbs": "breadcrumbs"; }, {}, never, never>;
8
12
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./breadcrumb.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h3/h3.module";
5
+ import * as i4 from "../../atoms/icon/icon.module";
1
6
  export declare class BreadcrumbModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent], [typeof i2.CommonModule, typeof i3.H3Module, typeof i4.IconModule], [typeof i1.BreadcrumbComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
2
10
  }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { CardModel } from './card.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CardComponent {
5
+ cardModel: Partial<CardModel>;
6
+ clicked: EventEmitter<CardModel>;
7
+ constructor();
8
+ onClick(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "symphony-card", never, { "cardModel": "cardModel"; }, { "clicked": "clicked"; }, never, never>;
11
+ }
@@ -0,0 +1,6 @@
1
+ import { Icons } from '../../atoms/icon/icon.enum';
2
+ export interface CardModel {
3
+ title: string;
4
+ description: string;
5
+ icon: Icons;
6
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/icon/icon.module";
5
+ import * as i4 from "../../atoms/h4/h4.module";
6
+ import * as i5 from "../../atoms/h5/h5.module";
7
+ import * as i6 from "../../atoms/paragraph/paragraph.module";
8
+ export declare class CardModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.H4Module, typeof i5.H5Module, typeof i6.ParagraphModule], [typeof i1.CardComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
12
+ }
@@ -1,9 +1,12 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ColorSwatchModel } from './color-swatch.model';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ColorSwatchComponent implements OnInit {
4
5
  colorSwatchModel: Partial<ColorSwatchModel>;
5
6
  description: string;
6
7
  constructor();
7
8
  ngOnInit(): void;
8
9
  getDescription(): string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorSwatchComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorSwatchComponent, "symphony-ui-color-explorer", never, { "colorSwatchModel": "colorSwatchModel"; }, {}, never, never>;
9
12
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./color-swatch.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/color-sample/color-sample.module";
5
+ import * as i4 from "../../atoms/h3/h3.module";
6
+ import * as i5 from "../../atoms/paragraph/paragraph.module";
1
7
  export declare class ColorSwatchModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorSwatchModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ColorSwatchModule, [typeof i1.ColorSwatchComponent], [typeof i2.CommonModule, typeof i3.ColorSampleModule, typeof i4.H3Module, typeof i5.ParagraphModule], [typeof i1.ColorSwatchComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<ColorSwatchModule>;
2
11
  }
@@ -1,9 +1,10 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { IconSwatchModel } from './icon-swatch.model';
3
- export declare class IconSwatchComponent implements OnInit {
2
+ import * as i0 from "@angular/core";
3
+ export declare class IconSwatchComponent {
4
4
  iconSwatchModel: Partial<IconSwatchModel>;
5
5
  isInverse: boolean;
6
6
  description: string;
7
7
  constructor();
8
- ngOnInit(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconSwatchComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconSwatchComponent, "symphony-icon-swatch", never, { "iconSwatchModel": "iconSwatchModel"; "isInverse": "isInverse"; }, {}, never, never>;
9
10
  }
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./icon-swatch.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/icon/icon.module";
5
+ import * as i4 from "../../atoms/h5/h5.module";
6
+ import * as i5 from "../../atoms/paragraph/paragraph.module";
7
+ import * as i6 from "../../atoms/icon-wrapper/icon-wrapper.module";
1
8
  export declare class IconSwatchModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconSwatchModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IconSwatchModule, [typeof i1.IconSwatchComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.H5Module, typeof i5.ParagraphModule, typeof i6.IconWrapperModule], [typeof i1.IconSwatchComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<IconSwatchModule>;
2
12
  }
@@ -1,2 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../atoms/avatar/avatar.module";
4
+ import * as i3 from "../atoms/contextual-menu/contextual-menu.module";
5
+ import * as i4 from "./pills/pills.module";
6
+ import * as i5 from "./color-swatch/color-swatch.module";
7
+ import * as i6 from "./icon-swatch/icon-swatch.module";
8
+ import * as i7 from "./breadcrumb/breadcrumb.module";
1
9
  export declare class MoleculesModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
2
13
  }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { NoteModel } from './note.model';
3
- export declare class NoteComponent implements OnInit {
2
+ import * as i0 from "@angular/core";
3
+ export declare class NoteComponent {
4
4
  noteModel: Partial<NoteModel>;
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NoteComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<NoteComponent, "symphony-note", never, { "noteModel": "noteModel"; }, {}, never, never>;
7
8
  }
@@ -1,9 +1,9 @@
1
- import { MoreActionsModel } from '../../atoms/contextual-menu/contextual-menu.model';
1
+ import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
2
2
  export interface NoteModel {
3
3
  firstName: string;
4
4
  lastName: string;
5
5
  listTitle: string;
6
6
  timeStamp: string;
7
7
  description: string;
8
- moreActions: MoreActionsModel[];
8
+ moreActions?: ContextualMenuModel;
9
9
  }
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./note.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/avatar/avatar.module";
5
+ import * as i4 from "../../atoms/contextual-menu/contextual-menu.module";
6
+ import * as i5 from "../../atoms/h3/h3.module";
7
+ import * as i6 from "../../atoms/paragraph/paragraph.module";
1
8
  export declare class NoteModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<NoteModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NoteModule, [typeof i1.NoteComponent], [typeof i2.CommonModule, typeof i3.AvatarModule, typeof i4.ContextualMenuModule, typeof i5.H3Module, typeof i6.ParagraphModule], [typeof i1.NoteComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<NoteModule>;
2
12
  }
@@ -1,11 +1,13 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import { PillModel } from '../../atoms/pill/pill.model';
3
- export declare class PillsComponent implements OnInit {
3
+ import * as i0 from "@angular/core";
4
+ export declare class PillsComponent {
4
5
  hasClose: boolean;
5
6
  pillsList: PillModel[];
6
7
  hasTooltips: boolean;
7
8
  removePill: EventEmitter<PillModel>;
8
9
  constructor();
9
- ngOnInit(): void;
10
10
  onRemovePill(event: any): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<PillsComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PillsComponent, "symphony-pills", never, { "hasClose": "hasClose"; "pillsList": "pillsList"; "hasTooltips": "hasTooltips"; }, { "removePill": "removePill"; }, never, never>;
11
13
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./pills.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/pill/pill.module";
1
5
  export declare class PillsModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<PillsModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PillsModule, [typeof i1.PillsComponent], [typeof i2.CommonModule, typeof i3.PillModule], [typeof i1.PillsComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<PillsModule>;
2
9
  }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { TaskModel } from './task.model';
3
- export declare class TaskComponent implements OnInit {
2
+ import * as i0 from "@angular/core";
3
+ export declare class TaskComponent {
4
4
  taskModel: Partial<TaskModel>;
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TaskComponent, "symphony-task", never, { "taskModel": "taskModel"; }, {}, never, never>;
7
8
  }
@@ -1,8 +1,8 @@
1
- import { MoreActionsModel } from '../../atoms/contextual-menu/contextual-menu.model';
1
+ import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
2
2
  export interface TaskModel {
3
3
  isComplete: boolean;
4
4
  title: string;
5
5
  dueDate: string;
6
6
  assignee: string;
7
- moreActions: MoreActionsModel[];
7
+ moreActions: ContextualMenuModel;
8
8
  }
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./task.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/task-icon/task-icon.module";
5
+ import * as i4 from "../../atoms/contextual-menu/contextual-menu.module";
6
+ import * as i5 from "../../atoms/h3/h3.module";
7
+ import * as i6 from "../../atoms/paragraph/paragraph.module";
1
8
  export declare class TaskModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TaskModule, [typeof i1.TaskComponent], [typeof i2.CommonModule, typeof i3.TaskIconModule, typeof i4.ContextualMenuModule, typeof i5.H3Module, typeof i6.ParagraphModule], [typeof i1.TaskComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<TaskModule>;
2
12
  }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { CardModel } from '../../molecules/card/card.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CardListComponent {
5
+ cardList: CardModel[];
6
+ cardClicked: EventEmitter<any>;
7
+ constructor();
8
+ onCardClick(card: CardModel): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardListComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardListComponent, "symphony-card-list", never, { "cardList": "cardList"; }, { "cardClicked": "cardClicked"; }, never, never>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card-list.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../molecules/card/card.module";
5
+ export declare class CardListModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardListModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardListModule, [typeof i1.CardListComponent], [typeof i2.CommonModule, typeof i3.CardModule], [typeof i1.CardListComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<CardListModule>;
9
+ }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { NoteModel } from '../../molecules/note/note.model';
3
- export declare class NoteListComponent implements OnInit {
2
+ import * as i0 from "@angular/core";
3
+ export declare class NoteListComponent {
4
4
  noteList: NoteModel[];
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NoteListComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<NoteListComponent, "symphony-note-list", never, { "noteList": "noteList"; }, {}, never, never>;
7
8
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./note-list.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../molecules/note/note.module";
1
5
  export declare class NoteListModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NoteListModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NoteListModule, [typeof i1.NoteListComponent], [typeof i2.CommonModule, typeof i3.NoteModule], [typeof i1.NoteListComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NoteListModule>;
2
9
  }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./note-list/note-list.module";
4
+ import * as i3 from "./task-list/task-list.module";
5
+ import * as i4 from "../design-guide/typography/typography.module";
6
+ import * as i5 from "../design-guide/icon-explorer/icon-explorer.module";
7
+ import * as i6 from "./card-list/card-list.module";
8
+ export declare class OrganismsModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule], never>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
12
+ }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { TaskModel } from '../../molecules/task/task.model';
3
- export declare class TaskListComponent implements OnInit {
2
+ import * as i0 from "@angular/core";
3
+ export declare class TaskListComponent {
4
4
  taskList: TaskModel[];
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskListComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TaskListComponent, "symphony-task-list", never, { "taskList": "taskList"; }, {}, never, never>;
7
8
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./task-list.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../molecules/task/task.module";
1
5
  export declare class TaskListModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskListModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TaskListModule, [typeof i1.TaskListComponent], [typeof i2.CommonModule, typeof i3.TaskModule], [typeof i1.TaskListComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<TaskListModule>;
2
9
  }
@@ -1,9 +1,17 @@
1
- import { OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
3
- import { TaskModel } from '../../molecules/task/task.model';
4
- export declare class EventsSettingsPageComponent implements OnInit {
3
+ import { EventsSettingsPageModel } from './events-settings-page.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class EventsSettingsPageComponent {
6
+ model: EventsSettingsPageModel;
7
+ keywordSearchChange: EventEmitter<string>;
8
+ gridActionsSelectedOption: EventEmitter<string>;
9
+ addButtonClicked: EventEmitter<any>;
5
10
  eventsSettingsBreadcrumbs: BreadcrumbModel[];
6
- eventSettingsPageModel: Partial<TaskModel>;
7
11
  constructor();
8
- ngOnInit(): void;
12
+ keywordSearch(keyword: string): void;
13
+ gridActionsSelect(selection: string): void;
14
+ onAddButtonClick(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<EventsSettingsPageComponent, "symphony-events-settings-page", never, { "model": "model"; }, { "keywordSearchChange": "keywordSearchChange"; "gridActionsSelectedOption": "gridActionsSelectedOption"; "addButtonClicked": "addButtonClicked"; }, never, never>;
9
17
  }
@@ -0,0 +1,14 @@
1
+ import { ContextualMenuModel } from '../../atoms/contextual-menu/contextual-menu.model';
2
+ import { GridModel } from '../../atoms/grid/grid.model';
3
+ import { InputDropdownList } from '../../atoms/input-dropdown/input-dropdown-list.model';
4
+ import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
5
+ export interface EventsSettingsPageModel {
6
+ breadcrumbs: BreadcrumbModel[];
7
+ showAddButton: boolean;
8
+ gridActions: ContextualMenuModel;
9
+ settingTypeDropdown: InputDropdownList;
10
+ grid: GridModel;
11
+ gridTitle: string;
12
+ overrideSettingTypeFilterPlaceholder: boolean;
13
+ overrideGridPlaceholder: boolean;
14
+ }
@@ -1,2 +1,20 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./events-settings-page.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../templates/admin-list/admin-list.module";
5
+ import * as i4 from "../../atoms/h3/h3.module";
6
+ import * as i5 from "../../atoms/h4/h4.module";
7
+ import * as i6 from "../../templates/placeholder/placeholder.module";
8
+ import * as i7 from "../../molecules/breadcrumb/breadcrumb.module";
9
+ import * as i8 from "../../atoms/two-column-filter-area/two-column-filter-area.module";
10
+ import * as i9 from "../../atoms/icon/icon.module";
11
+ import * as i10 from "../../atoms/input-text/input-text.module";
12
+ import * as i11 from "../../atoms/contextual-menu/contextual-menu.module";
13
+ import * as i12 from "../../atoms/input-dropdown/input-dropdown.module";
14
+ import * as i13 from "../../atoms/grid/grid.module";
15
+ import * as i14 from "../../atoms/icon-wrapper/icon-wrapper.module";
1
16
  export declare class EventsSettingsPageModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EventsSettingsPageModule, [typeof i1.EventsSettingsPageComponent], [typeof i2.CommonModule, typeof i3.AdminListModule, typeof i4.H3Module, typeof i5.H4Module, typeof i6.PlaceholderModule, typeof i7.BreadcrumbModule, typeof i8.TwoColumnFilterAreaModule, typeof i9.IconModule, typeof i10.InputTextModule, typeof i11.ContextualMenuModule, typeof i12.InputDropdownModule, typeof i13.GridModule, typeof i14.IconWrapperModule], [typeof i1.EventsSettingsPageComponent]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<EventsSettingsPageModule>;
2
20
  }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { CardModel } from '../../molecules/card/card.model';
3
+ import { SettingsListPageModel } from './setting-list-page.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SettingListPageComponent implements OnInit {
6
+ model: SettingsListPageModel;
7
+ cardClicked: EventEmitter<any>;
8
+ filteredCardList: CardModel[];
9
+ constructor();
10
+ ngOnInit(): void;
11
+ keywordSearch(keyword: string): void;
12
+ onCardClick(card: CardModel): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingListPageComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SettingListPageComponent, "symphony-setting-list-page", never, { "model": "model"; }, { "cardClicked": "cardClicked"; }, never, never>;
15
+ }
@@ -0,0 +1,6 @@
1
+ import { CardModel } from '../../molecules/card/card.model';
2
+ export interface SettingsListPageModel {
3
+ pageTitle: string;
4
+ listTitle: string;
5
+ cardList: CardModel[];
6
+ }