@symphony-talent/component-library 1.6.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (668) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +115 -0
  2. package/esm2020/lib/atoms/avatar/avatar.component.mjs +96 -0
  3. package/esm2020/lib/atoms/avatar/avatar.module.mjs +18 -0
  4. package/esm2020/lib/atoms/button/button.component.mjs +28 -0
  5. package/esm2020/lib/atoms/button/button.module.mjs +19 -0
  6. package/esm2020/lib/atoms/color-sample/color-sample.component.mjs +18 -0
  7. package/esm2020/lib/atoms/color-sample/color-sample.enum.mjs +26 -0
  8. package/esm2020/lib/atoms/color-sample/color-sample.module.mjs +18 -0
  9. package/esm2020/lib/atoms/contextual-menu/contextual-menu.component.mjs +26 -0
  10. package/esm2020/lib/atoms/contextual-menu/contextual-menu.model.mjs +2 -0
  11. package/esm2020/lib/atoms/contextual-menu/contextual-menu.module.mjs +21 -0
  12. package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +12 -0
  13. package/esm2020/lib/atoms/filter-area/filter-area.module.mjs +18 -0
  14. package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +47 -0
  15. package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.mjs +8 -0
  16. package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.module.mjs +17 -0
  17. package/esm2020/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.mjs +33 -0
  18. package/esm2020/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.mjs +2 -0
  19. package/esm2020/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.mjs +19 -0
  20. package/esm2020/lib/atoms/grid/framework/framework.module.mjs +31 -0
  21. package/esm2020/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.mjs +25 -0
  22. package/esm2020/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.mjs +2 -0
  23. package/esm2020/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.mjs +19 -0
  24. package/esm2020/lib/atoms/grid/framework/relevance-score/relevance-score.component.mjs +31 -0
  25. package/esm2020/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.mjs +6 -0
  26. package/esm2020/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.mjs +17 -0
  27. package/esm2020/lib/atoms/grid/grid.component.mjs +39 -0
  28. package/esm2020/lib/atoms/grid/grid.model.mjs +2 -0
  29. package/esm2020/lib/atoms/grid/grid.module.mjs +21 -0
  30. package/esm2020/lib/atoms/h1/h1.component.mjs +17 -0
  31. package/esm2020/lib/atoms/h1/h1.module.mjs +18 -0
  32. package/esm2020/lib/atoms/h2/h2.component.mjs +17 -0
  33. package/esm2020/lib/atoms/h2/h2.module.mjs +18 -0
  34. package/esm2020/lib/atoms/h3/h3.component.mjs +17 -0
  35. package/esm2020/lib/atoms/h3/h3.module.mjs +18 -0
  36. package/esm2020/lib/atoms/h4/h4.component.mjs +17 -0
  37. package/esm2020/lib/atoms/h4/h4.module.mjs +18 -0
  38. package/esm2020/lib/atoms/h5/h5.component.mjs +17 -0
  39. package/esm2020/lib/atoms/h5/h5.module.mjs +18 -0
  40. package/esm2020/lib/atoms/icon/icon.component.mjs +27 -0
  41. package/esm2020/lib/atoms/icon/icon.enum.mjs +75 -0
  42. package/esm2020/lib/atoms/icon/icon.module.mjs +18 -0
  43. package/esm2020/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +24 -0
  44. package/esm2020/lib/atoms/icon-wrapper/icon-wrapper.module.mjs +18 -0
  45. package/esm2020/lib/atoms/input-checkbox/input-checkbox.component.mjs +30 -0
  46. package/esm2020/lib/atoms/input-checkbox/input-checkbox.model.mjs +2 -0
  47. package/esm2020/lib/atoms/input-checkbox/input-checkbox.module.mjs +18 -0
  48. package/esm2020/lib/atoms/input-dropdown/input-dropdown-list-item.model.mjs +3 -0
  49. package/esm2020/lib/atoms/input-dropdown/input-dropdown-list.model.mjs +3 -0
  50. package/esm2020/lib/atoms/input-dropdown/input-dropdown.component.mjs +42 -0
  51. package/esm2020/lib/atoms/input-dropdown/input-dropdown.module.mjs +24 -0
  52. package/esm2020/lib/atoms/input-radio/input-radio.component.mjs +30 -0
  53. package/esm2020/lib/atoms/input-radio/input-radio.module.mjs +29 -0
  54. package/esm2020/lib/atoms/input-text/input-text.component.mjs +43 -0
  55. package/esm2020/lib/atoms/input-text/input-text.module.mjs +19 -0
  56. package/esm2020/lib/atoms/input-toggle/input-toggle.component.mjs +25 -0
  57. package/esm2020/lib/atoms/input-toggle/input-toggle.module.mjs +18 -0
  58. package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +17 -0
  59. package/esm2020/lib/atoms/paragraph/paragraph.module.mjs +18 -0
  60. package/esm2020/lib/atoms/pill/pill.component.mjs +29 -0
  61. package/esm2020/lib/atoms/pill/pill.model.mjs +2 -0
  62. package/esm2020/lib/atoms/pill/pill.module.mjs +24 -0
  63. package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +16 -0
  64. package/esm2020/lib/atoms/sfx-loader/sfx-loader.module.mjs +18 -0
  65. package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +12 -0
  66. package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.module.mjs +18 -0
  67. package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +14 -0
  68. package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.mjs +18 -0
  69. package/esm2020/lib/atoms/task-icon/task-icon.component.mjs +15 -0
  70. package/esm2020/lib/atoms/task-icon/task-icon.module.mjs +18 -0
  71. package/esm2020/lib/atoms/toaster-alert/toaster-alert.component.mjs +50 -0
  72. package/esm2020/lib/atoms/toaster-alert/toaster-alert.model.mjs +18 -0
  73. package/esm2020/lib/atoms/toaster-alert/toaster-alert.module.mjs +18 -0
  74. package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +15 -0
  75. package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.module.mjs +18 -0
  76. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.component.mjs +32 -0
  77. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +521 -0
  78. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.module.mjs +20 -0
  79. package/esm2020/lib/design-guide/typography/typography.component.mjs +31 -0
  80. package/esm2020/lib/design-guide/typography/typography.model.mjs +2 -0
  81. package/esm2020/lib/design-guide/typography/typography.module.mjs +46 -0
  82. package/esm2020/lib/molecules/breadcrumb/breadcrumb.component.mjs +21 -0
  83. package/esm2020/lib/molecules/breadcrumb/breadcrumb.model.mjs +2 -0
  84. package/esm2020/lib/molecules/breadcrumb/breadcrumb.module.mjs +20 -0
  85. package/esm2020/lib/molecules/card/card.component.mjs +28 -0
  86. package/esm2020/lib/molecules/card/card.model.mjs +2 -0
  87. package/esm2020/lib/molecules/card/card.module.mjs +22 -0
  88. package/esm2020/lib/molecules/color-swatch/color-swatch.component.mjs +29 -0
  89. package/esm2020/lib/molecules/color-swatch/color-swatch.model.mjs +2 -0
  90. package/esm2020/lib/molecules/color-swatch/color-swatch.module.mjs +34 -0
  91. package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +26 -0
  92. package/esm2020/lib/molecules/icon-swatch/icon-swatch.model.mjs +3 -0
  93. package/esm2020/lib/molecules/icon-swatch/icon-swatch.module.mjs +38 -0
  94. package/esm2020/lib/molecules/molecules.module.mjs +45 -0
  95. package/esm2020/lib/molecules/note/note.component.mjs +31 -0
  96. package/esm2020/lib/molecules/note/note.model.mjs +2 -0
  97. package/esm2020/lib/molecules/note/note.module.mjs +38 -0
  98. package/esm2020/lib/molecules/pills/pills.component.mjs +27 -0
  99. package/esm2020/lib/molecules/pills/pills.module.mjs +28 -0
  100. package/esm2020/lib/molecules/task/task.component.mjs +25 -0
  101. package/esm2020/lib/molecules/task/task.model.mjs +2 -0
  102. package/esm2020/lib/molecules/task/task.module.mjs +38 -0
  103. package/esm2020/lib/organisms/card-list/card-list.component.mjs +23 -0
  104. package/esm2020/lib/organisms/card-list/card-list.module.mjs +19 -0
  105. package/esm2020/lib/organisms/note-list/note-list.component.mjs +16 -0
  106. package/esm2020/lib/organisms/note-list/note-list.module.mjs +19 -0
  107. package/esm2020/lib/organisms/organisms.module.mjs +40 -0
  108. package/esm2020/lib/organisms/task-list/task-list.component.mjs +16 -0
  109. package/esm2020/lib/organisms/task-list/task-list.module.mjs +19 -0
  110. package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +56 -0
  111. package/esm2020/lib/pages/events-settings-page/events-settings-page.model.mjs +2 -0
  112. package/esm2020/lib/pages/events-settings-page/events-settings-page.module.mjs +70 -0
  113. package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +33 -0
  114. package/esm2020/lib/pages/setting-list-page/setting-list-page.model.mjs +2 -0
  115. package/esm2020/lib/pages/setting-list-page/setting-list-page.module.mjs +46 -0
  116. package/esm2020/lib/templates/admin-list/admin-list.component.mjs +12 -0
  117. package/esm2020/lib/templates/admin-list/admin-list.module.mjs +18 -0
  118. package/esm2020/lib/templates/placeholder/placeholder.component.mjs +26 -0
  119. package/esm2020/lib/templates/placeholder/placeholder.module.mjs +20 -0
  120. package/esm2020/lib/templates/setting-list-template/setting-list-template.component.mjs +12 -0
  121. package/esm2020/lib/templates/setting-list-template/setting-list-template.module.mjs +28 -0
  122. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +115 -0
  123. package/esm2020/projects/component-library/lib/atoms/avatar/avatar.component.mjs +96 -0
  124. package/esm2020/projects/component-library/lib/atoms/avatar/avatar.module.mjs +18 -0
  125. package/esm2020/projects/component-library/lib/atoms/button/button.component.mjs +28 -0
  126. package/esm2020/projects/component-library/lib/atoms/button/button.module.mjs +19 -0
  127. package/esm2020/projects/component-library/lib/atoms/color-sample/color-sample.component.mjs +18 -0
  128. package/esm2020/projects/component-library/lib/atoms/color-sample/color-sample.enum.mjs +26 -0
  129. package/esm2020/projects/component-library/lib/atoms/color-sample/color-sample.module.mjs +18 -0
  130. package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.mjs +26 -0
  131. package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.mjs +2 -0
  132. package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.mjs +21 -0
  133. package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +12 -0
  134. package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.module.mjs +18 -0
  135. package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +47 -0
  136. package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.mjs +8 -0
  137. package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.module.mjs +17 -0
  138. package/esm2020/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.mjs +33 -0
  139. package/esm2020/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.mjs +2 -0
  140. package/esm2020/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.mjs +19 -0
  141. package/esm2020/projects/component-library/lib/atoms/grid/framework/framework.module.mjs +31 -0
  142. package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.mjs +25 -0
  143. package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.mjs +2 -0
  144. package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.mjs +19 -0
  145. package/esm2020/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.mjs +31 -0
  146. package/esm2020/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.mjs +6 -0
  147. package/esm2020/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.mjs +17 -0
  148. package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +39 -0
  149. package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +2 -0
  150. package/esm2020/projects/component-library/lib/atoms/grid/grid.module.mjs +21 -0
  151. package/esm2020/projects/component-library/lib/atoms/h1/h1.component.mjs +17 -0
  152. package/esm2020/projects/component-library/lib/atoms/h1/h1.module.mjs +18 -0
  153. package/esm2020/projects/component-library/lib/atoms/h2/h2.component.mjs +17 -0
  154. package/esm2020/projects/component-library/lib/atoms/h2/h2.module.mjs +18 -0
  155. package/esm2020/projects/component-library/lib/atoms/h3/h3.component.mjs +17 -0
  156. package/esm2020/projects/component-library/lib/atoms/h3/h3.module.mjs +18 -0
  157. package/esm2020/projects/component-library/lib/atoms/h4/h4.component.mjs +17 -0
  158. package/esm2020/projects/component-library/lib/atoms/h4/h4.module.mjs +18 -0
  159. package/esm2020/projects/component-library/lib/atoms/h5/h5.component.mjs +17 -0
  160. package/esm2020/projects/component-library/lib/atoms/h5/h5.module.mjs +18 -0
  161. package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +27 -0
  162. package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +75 -0
  163. package/esm2020/projects/component-library/lib/atoms/icon/icon.module.mjs +18 -0
  164. package/esm2020/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +24 -0
  165. package/esm2020/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.mjs +18 -0
  166. package/esm2020/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.mjs +30 -0
  167. package/esm2020/projects/component-library/lib/atoms/input-checkbox/input-checkbox.model.mjs +2 -0
  168. package/esm2020/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.mjs +18 -0
  169. package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list-item.model.mjs +3 -0
  170. package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list.model.mjs +3 -0
  171. package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown.component.mjs +42 -0
  172. package/esm2020/projects/component-library/lib/atoms/input-dropdown/input-dropdown.module.mjs +24 -0
  173. package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.component.mjs +30 -0
  174. package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.module.mjs +29 -0
  175. package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +43 -0
  176. package/esm2020/projects/component-library/lib/atoms/input-text/input-text.module.mjs +19 -0
  177. package/esm2020/projects/component-library/lib/atoms/input-toggle/input-toggle.component.mjs +25 -0
  178. package/esm2020/projects/component-library/lib/atoms/input-toggle/input-toggle.module.mjs +18 -0
  179. package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +17 -0
  180. package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.module.mjs +18 -0
  181. package/esm2020/projects/component-library/lib/atoms/pill/pill.component.mjs +29 -0
  182. package/esm2020/projects/component-library/lib/atoms/pill/pill.model.mjs +2 -0
  183. package/esm2020/projects/component-library/lib/atoms/pill/pill.module.mjs +24 -0
  184. package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +16 -0
  185. package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.module.mjs +18 -0
  186. package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +12 -0
  187. package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.module.mjs +18 -0
  188. package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +14 -0
  189. package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.mjs +18 -0
  190. package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.component.mjs +15 -0
  191. package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.module.mjs +18 -0
  192. package/esm2020/projects/component-library/lib/atoms/toaster-alert/toaster-alert.component.mjs +50 -0
  193. package/esm2020/projects/component-library/lib/atoms/toaster-alert/toaster-alert.model.mjs +18 -0
  194. package/esm2020/projects/component-library/lib/atoms/toaster-alert/toaster-alert.module.mjs +18 -0
  195. package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +15 -0
  196. package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.mjs +18 -0
  197. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.mjs +32 -0
  198. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +521 -0
  199. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.mjs +20 -0
  200. package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +31 -0
  201. package/esm2020/projects/component-library/lib/design-guide/typography/typography.model.mjs +2 -0
  202. package/esm2020/projects/component-library/lib/design-guide/typography/typography.module.mjs +46 -0
  203. package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.mjs +21 -0
  204. package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.mjs +2 -0
  205. package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.mjs +20 -0
  206. package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +28 -0
  207. package/esm2020/projects/component-library/lib/molecules/card/card.model.mjs +2 -0
  208. package/esm2020/projects/component-library/lib/molecules/card/card.module.mjs +22 -0
  209. package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.component.mjs +29 -0
  210. package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.model.mjs +2 -0
  211. package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.module.mjs +34 -0
  212. package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +26 -0
  213. package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.mjs +3 -0
  214. package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.mjs +38 -0
  215. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +45 -0
  216. package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +31 -0
  217. package/esm2020/projects/component-library/lib/molecules/note/note.model.mjs +2 -0
  218. package/esm2020/projects/component-library/lib/molecules/note/note.module.mjs +38 -0
  219. package/esm2020/projects/component-library/lib/molecules/pills/pills.component.mjs +27 -0
  220. package/esm2020/projects/component-library/lib/molecules/pills/pills.module.mjs +28 -0
  221. package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +25 -0
  222. package/esm2020/projects/component-library/lib/molecules/task/task.model.mjs +2 -0
  223. package/esm2020/projects/component-library/lib/molecules/task/task.module.mjs +38 -0
  224. package/esm2020/projects/component-library/lib/organisms/card-list/card-list.component.mjs +23 -0
  225. package/esm2020/projects/component-library/lib/organisms/card-list/card-list.module.mjs +19 -0
  226. package/esm2020/projects/component-library/lib/organisms/note-list/note-list.component.mjs +16 -0
  227. package/esm2020/projects/component-library/lib/organisms/note-list/note-list.module.mjs +19 -0
  228. package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +40 -0
  229. package/esm2020/projects/component-library/lib/organisms/task-list/task-list.component.mjs +16 -0
  230. package/esm2020/projects/component-library/lib/organisms/task-list/task-list.module.mjs +19 -0
  231. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +56 -0
  232. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.mjs +2 -0
  233. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.mjs +70 -0
  234. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +33 -0
  235. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.model.mjs +2 -0
  236. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.module.mjs +46 -0
  237. package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +12 -0
  238. package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.module.mjs +18 -0
  239. package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.component.mjs +26 -0
  240. package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.module.mjs +20 -0
  241. package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.mjs +12 -0
  242. package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.module.mjs +28 -0
  243. package/esm2020/projects/component-library/public-api.mjs +100 -0
  244. package/esm2020/projects/component-library/symphony-talent-component-library-projects-component-library.mjs +5 -0
  245. package/esm2020/public-api.mjs +100 -0
  246. package/esm2020/symphony-talent-component-library.mjs +5 -0
  247. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +2752 -0
  248. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -0
  249. package/fesm2015/symphony-talent-component-library.mjs +2752 -0
  250. package/fesm2015/symphony-talent-component-library.mjs.map +1 -0
  251. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +2750 -0
  252. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -0
  253. package/fesm2020/symphony-talent-component-library.mjs +2750 -0
  254. package/fesm2020/symphony-talent-component-library.mjs.map +1 -0
  255. package/lib/atoms/atoms.module.d.ts +29 -0
  256. package/lib/atoms/avatar/avatar.component.d.ts +5 -3
  257. package/lib/atoms/avatar/avatar.module.d.ts +6 -0
  258. package/lib/atoms/button/button.component.d.ts +6 -3
  259. package/lib/atoms/button/button.module.d.ts +6 -0
  260. package/lib/atoms/color-sample/color-sample.component.d.ts +3 -0
  261. package/lib/atoms/color-sample/color-sample.module.d.ts +6 -0
  262. package/lib/atoms/contextual-menu/contextual-menu.component.d.ts +11 -0
  263. package/lib/atoms/contextual-menu/contextual-menu.model.d.ts +4 -0
  264. package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +10 -0
  265. package/lib/atoms/filter-area/filter-area.component.d.ts +6 -0
  266. package/lib/atoms/filter-area/filter-area.module.d.ts +8 -0
  267. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +14 -0
  268. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
  269. package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.module.d.ts +8 -0
  270. package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.d.ts +14 -0
  271. package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.d.ts +5 -0
  272. package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.d.ts +9 -0
  273. package/lib/atoms/grid/framework/framework.module.d.ts +10 -0
  274. package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.d.ts +11 -0
  275. package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.d.ts +5 -0
  276. package/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.d.ts +9 -0
  277. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +14 -0
  278. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
  279. package/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +8 -0
  280. package/lib/atoms/grid/grid.component.d.ts +19 -0
  281. package/lib/atoms/grid/grid.model.d.ts +5 -0
  282. package/lib/atoms/grid/grid.module.d.ts +10 -0
  283. package/lib/atoms/h1/h1.component.d.ts +4 -3
  284. package/lib/atoms/h1/h1.module.d.ts +6 -0
  285. package/lib/atoms/h2/h2.component.d.ts +4 -3
  286. package/lib/atoms/h2/h2.module.d.ts +6 -0
  287. package/lib/atoms/h3/h3.component.d.ts +4 -3
  288. package/lib/atoms/h3/h3.module.d.ts +6 -0
  289. package/lib/atoms/h4/h4.component.d.ts +4 -3
  290. package/lib/atoms/h4/h4.module.d.ts +6 -0
  291. package/lib/atoms/h5/h5.component.d.ts +4 -3
  292. package/lib/atoms/h5/h5.module.d.ts +6 -0
  293. package/lib/atoms/icon/icon.component.d.ts +9 -5
  294. package/lib/atoms/icon/icon.module.d.ts +6 -0
  295. package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +7 -3
  296. package/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +6 -0
  297. package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +6 -4
  298. package/lib/atoms/input-checkbox/input-checkbox.model.d.ts +5 -0
  299. package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +6 -0
  300. package/lib/atoms/input-dropdown/input-dropdown-list-item.model.d.ts +8 -0
  301. package/lib/atoms/input-dropdown/input-dropdown-list.model.d.ts +7 -0
  302. package/lib/atoms/input-dropdown/input-dropdown.component.d.ts +19 -0
  303. package/lib/atoms/input-dropdown/input-dropdown.module.d.ts +9 -0
  304. package/lib/atoms/input-radio/input-radio.component.d.ts +5 -3
  305. package/lib/atoms/input-radio/input-radio.module.d.ts +7 -0
  306. package/lib/atoms/input-text/input-text.component.d.ts +10 -4
  307. package/lib/atoms/input-text/input-text.module.d.ts +7 -0
  308. package/lib/atoms/input-toggle/input-toggle.component.d.ts +11 -0
  309. package/lib/atoms/input-toggle/input-toggle.module.d.ts +8 -0
  310. package/lib/atoms/paragraph/paragraph.component.d.ts +4 -3
  311. package/lib/atoms/paragraph/paragraph.module.d.ts +6 -0
  312. package/lib/atoms/pill/pill.component.d.ts +5 -3
  313. package/lib/atoms/pill/pill.module.d.ts +7 -0
  314. package/lib/atoms/sfx-loader/sfx-loader.component.d.ts +7 -0
  315. package/lib/atoms/sfx-loader/sfx-loader.module.d.ts +8 -0
  316. package/lib/atoms/sfx-page-loader/sfx-page-loader.component.d.ts +6 -0
  317. package/lib/atoms/sfx-page-loader/sfx-page-loader.module.d.ts +8 -0
  318. package/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.d.ts +7 -0
  319. package/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.d.ts +8 -0
  320. package/lib/atoms/task-icon/task-icon.component.d.ts +4 -3
  321. package/lib/atoms/task-icon/task-icon.module.d.ts +6 -0
  322. package/lib/atoms/toaster-alert/toaster-alert.component.d.ts +19 -0
  323. package/lib/atoms/toaster-alert/toaster-alert.model.d.ts +20 -0
  324. package/lib/atoms/toaster-alert/toaster-alert.module.d.ts +8 -0
  325. package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +4 -3
  326. package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +6 -0
  327. package/lib/{organisms → design-guide}/icon-explorer/icon-explorer.component.d.ts +3 -0
  328. package/lib/{organisms → design-guide}/icon-explorer/icon-explorer.helper.d.ts +0 -0
  329. package/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +11 -0
  330. package/lib/design-guide/typography/typography.component.d.ts +9 -0
  331. package/lib/design-guide/typography/typography.model.d.ts +9 -0
  332. package/lib/design-guide/typography/typography.module.d.ts +14 -0
  333. package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +5 -1
  334. package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +8 -0
  335. package/lib/molecules/card/card.component.d.ts +11 -0
  336. package/lib/molecules/card/card.model.d.ts +6 -0
  337. package/lib/molecules/card/card.module.d.ts +12 -0
  338. package/lib/molecules/color-swatch/color-swatch.component.d.ts +3 -0
  339. package/lib/molecules/color-swatch/color-swatch.module.d.ts +9 -0
  340. package/lib/molecules/icon-swatch/icon-swatch.component.d.ts +4 -3
  341. package/lib/molecules/icon-swatch/icon-swatch.module.d.ts +10 -0
  342. package/lib/molecules/molecules.module.d.ts +11 -0
  343. package/lib/molecules/note/note.component.d.ts +4 -3
  344. package/lib/molecules/note/note.model.d.ts +2 -2
  345. package/lib/molecules/note/note.module.d.ts +10 -0
  346. package/lib/molecules/pills/pills.component.d.ts +5 -3
  347. package/lib/molecules/pills/pills.module.d.ts +7 -0
  348. package/lib/molecules/task/task.component.d.ts +4 -3
  349. package/lib/molecules/task/task.model.d.ts +2 -2
  350. package/lib/molecules/task/task.module.d.ts +10 -0
  351. package/lib/organisms/card-list/card-list.component.d.ts +11 -0
  352. package/lib/organisms/card-list/card-list.module.d.ts +9 -0
  353. package/lib/organisms/note-list/note-list.component.d.ts +8 -0
  354. package/lib/organisms/note-list/note-list.module.d.ts +9 -0
  355. package/lib/organisms/organisms.module.d.ts +12 -0
  356. package/lib/organisms/task-list/task-list.component.d.ts +4 -3
  357. package/lib/organisms/task-list/task-list.module.d.ts +7 -0
  358. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +17 -0
  359. package/lib/pages/events-settings-page/events-settings-page.model.d.ts +14 -0
  360. package/lib/pages/events-settings-page/events-settings-page.module.d.ts +20 -0
  361. package/lib/pages/setting-list-page/setting-list-page.component.d.ts +15 -0
  362. package/lib/pages/setting-list-page/setting-list-page.model.d.ts +6 -0
  363. package/lib/pages/setting-list-page/setting-list-page.module.d.ts +14 -0
  364. package/lib/templates/admin-list/admin-list.component.d.ts +6 -0
  365. package/lib/templates/admin-list/admin-list.module.d.ts +8 -0
  366. package/lib/templates/placeholder/placeholder.component.d.ts +12 -0
  367. package/lib/templates/placeholder/placeholder.module.d.ts +9 -0
  368. package/lib/templates/setting-list-template/setting-list-template.component.d.ts +6 -0
  369. package/lib/templates/setting-list-template/setting-list-template.module.d.ts +9 -0
  370. package/package.json +34 -17
  371. package/projects/component-library/lib/atoms/atoms.module.d.ts +29 -0
  372. package/projects/component-library/lib/atoms/avatar/avatar.component.d.ts +5 -3
  373. package/projects/component-library/lib/atoms/avatar/avatar.module.d.ts +6 -0
  374. package/projects/component-library/lib/atoms/button/button.component.d.ts +6 -3
  375. package/projects/component-library/lib/atoms/button/button.module.d.ts +6 -0
  376. package/projects/component-library/lib/atoms/color-sample/color-sample.component.d.ts +3 -0
  377. package/projects/component-library/lib/atoms/color-sample/color-sample.module.d.ts +6 -0
  378. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts +11 -0
  379. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.d.ts +4 -0
  380. package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +10 -0
  381. package/projects/component-library/lib/atoms/filter-area/filter-area.component.d.ts +6 -0
  382. package/projects/component-library/lib/atoms/filter-area/filter-area.module.d.ts +8 -0
  383. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +14 -0
  384. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
  385. package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.module.d.ts +8 -0
  386. package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.d.ts +14 -0
  387. package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.model.d.ts +5 -0
  388. package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.module.d.ts +9 -0
  389. package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +10 -0
  390. package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.component.d.ts +11 -0
  391. package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.model.d.ts +5 -0
  392. package/projects/component-library/lib/atoms/grid/framework/grid-toggle-cell-renderer/grid-toggle-cell-renderer.module.d.ts +9 -0
  393. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +14 -0
  394. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
  395. package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +8 -0
  396. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +19 -0
  397. package/projects/component-library/lib/atoms/grid/grid.model.d.ts +5 -0
  398. package/projects/component-library/lib/atoms/grid/grid.module.d.ts +10 -0
  399. package/projects/component-library/lib/atoms/h1/h1.component.d.ts +4 -3
  400. package/projects/component-library/lib/atoms/h1/h1.module.d.ts +6 -0
  401. package/projects/component-library/lib/atoms/h2/h2.component.d.ts +4 -3
  402. package/projects/component-library/lib/atoms/h2/h2.module.d.ts +6 -0
  403. package/projects/component-library/lib/atoms/h3/h3.component.d.ts +4 -3
  404. package/projects/component-library/lib/atoms/h3/h3.module.d.ts +6 -0
  405. package/projects/component-library/lib/atoms/h4/h4.component.d.ts +4 -3
  406. package/projects/component-library/lib/atoms/h4/h4.module.d.ts +6 -0
  407. package/projects/component-library/lib/atoms/h5/h5.component.d.ts +4 -3
  408. package/projects/component-library/lib/atoms/h5/h5.module.d.ts +6 -0
  409. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +9 -5
  410. package/projects/component-library/lib/atoms/icon/icon.module.d.ts +6 -0
  411. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +7 -3
  412. package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.d.ts +6 -0
  413. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +6 -4
  414. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.model.d.ts +5 -0
  415. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +6 -0
  416. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list-item.model.d.ts +8 -0
  417. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown-list.model.d.ts +7 -0
  418. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown.component.d.ts +19 -0
  419. package/projects/component-library/lib/atoms/input-dropdown/input-dropdown.module.d.ts +9 -0
  420. package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +5 -3
  421. package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +7 -0
  422. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +10 -4
  423. package/projects/component-library/lib/atoms/input-text/input-text.module.d.ts +7 -0
  424. package/projects/component-library/lib/atoms/input-toggle/input-toggle.component.d.ts +11 -0
  425. package/projects/component-library/lib/atoms/input-toggle/input-toggle.module.d.ts +8 -0
  426. package/projects/component-library/lib/atoms/paragraph/paragraph.component.d.ts +4 -3
  427. package/projects/component-library/lib/atoms/paragraph/paragraph.module.d.ts +6 -0
  428. package/projects/component-library/lib/atoms/pill/pill.component.d.ts +5 -3
  429. package/projects/component-library/lib/atoms/pill/pill.module.d.ts +7 -0
  430. package/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.d.ts +7 -0
  431. package/projects/component-library/lib/atoms/sfx-loader/sfx-loader.module.d.ts +8 -0
  432. package/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.d.ts +6 -0
  433. package/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.module.d.ts +8 -0
  434. package/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.d.ts +7 -0
  435. package/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.module.d.ts +8 -0
  436. package/projects/component-library/lib/atoms/task-icon/task-icon.component.d.ts +4 -3
  437. package/projects/component-library/lib/atoms/task-icon/task-icon.module.d.ts +6 -0
  438. package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.component.d.ts +19 -0
  439. package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.model.d.ts +20 -0
  440. package/projects/component-library/lib/atoms/toaster-alert/toaster-alert.module.d.ts +8 -0
  441. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +4 -3
  442. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +6 -0
  443. package/projects/component-library/lib/{organisms → design-guide}/icon-explorer/icon-explorer.component.d.ts +3 -0
  444. package/projects/component-library/lib/{organisms → design-guide}/icon-explorer/icon-explorer.helper.d.ts +0 -0
  445. package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +11 -0
  446. package/projects/component-library/lib/design-guide/typography/typography.component.d.ts +9 -0
  447. package/projects/component-library/lib/design-guide/typography/typography.model.d.ts +9 -0
  448. package/projects/component-library/lib/design-guide/typography/typography.module.d.ts +14 -0
  449. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +5 -1
  450. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +8 -0
  451. package/projects/component-library/lib/molecules/card/card.component.d.ts +11 -0
  452. package/projects/component-library/lib/molecules/card/card.model.d.ts +6 -0
  453. package/projects/component-library/lib/molecules/card/card.module.d.ts +12 -0
  454. package/projects/component-library/lib/molecules/color-swatch/color-swatch.component.d.ts +3 -0
  455. package/projects/component-library/lib/molecules/color-swatch/color-swatch.module.d.ts +9 -0
  456. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.d.ts +4 -3
  457. package/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.d.ts +10 -0
  458. package/projects/component-library/lib/molecules/molecules.module.d.ts +11 -0
  459. package/projects/component-library/lib/molecules/note/note.component.d.ts +4 -3
  460. package/projects/component-library/lib/molecules/note/note.model.d.ts +2 -2
  461. package/projects/component-library/lib/molecules/note/note.module.d.ts +10 -0
  462. package/projects/component-library/lib/molecules/pills/pills.component.d.ts +5 -3
  463. package/projects/component-library/lib/molecules/pills/pills.module.d.ts +7 -0
  464. package/projects/component-library/lib/molecules/task/task.component.d.ts +4 -3
  465. package/projects/component-library/lib/molecules/task/task.model.d.ts +2 -2
  466. package/projects/component-library/lib/molecules/task/task.module.d.ts +10 -0
  467. package/projects/component-library/lib/organisms/card-list/card-list.component.d.ts +11 -0
  468. package/projects/component-library/lib/organisms/card-list/card-list.module.d.ts +9 -0
  469. package/projects/component-library/lib/organisms/note-list/note-list.component.d.ts +8 -0
  470. package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +9 -0
  471. package/projects/component-library/lib/organisms/organisms.module.d.ts +12 -0
  472. package/projects/component-library/lib/organisms/task-list/task-list.component.d.ts +4 -3
  473. package/projects/component-library/lib/organisms/task-list/task-list.module.d.ts +7 -0
  474. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +17 -0
  475. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +14 -0
  476. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +20 -0
  477. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.d.ts +15 -0
  478. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.model.d.ts +6 -0
  479. package/projects/component-library/lib/pages/setting-list-page/setting-list-page.module.d.ts +14 -0
  480. package/projects/component-library/lib/templates/admin-list/admin-list.component.d.ts +6 -0
  481. package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +8 -0
  482. package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +12 -0
  483. package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +9 -0
  484. package/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.d.ts +6 -0
  485. package/projects/component-library/lib/templates/setting-list-template/setting-list-template.module.d.ts +9 -0
  486. package/projects/component-library/package.json +7 -8
  487. package/projects/component-library/public-api.d.ts +71 -25
  488. package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +1 -21
  489. package/public-api.d.ts +71 -25
  490. package/symphony-talent-component-library.d.ts +1 -21
  491. package/bundles/symphony-talent-component-library-projects-component-library.umd.js +0 -2121
  492. package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +0 -1
  493. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +0 -16
  494. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +0 -1
  495. package/bundles/symphony-talent-component-library.umd.js +0 -2121
  496. package/bundles/symphony-talent-component-library.umd.js.map +0 -1
  497. package/bundles/symphony-talent-component-library.umd.min.js +0 -16
  498. package/bundles/symphony-talent-component-library.umd.min.js.map +0 -1
  499. package/esm2015/lib/atoms/atoms.module.js +0 -52
  500. package/esm2015/lib/atoms/avatar/avatar.component.js +0 -101
  501. package/esm2015/lib/atoms/avatar/avatar.module.js +0 -16
  502. package/esm2015/lib/atoms/button/button.component.js +0 -32
  503. package/esm2015/lib/atoms/button/button.module.js +0 -16
  504. package/esm2015/lib/atoms/color-sample/color-sample.component.js +0 -20
  505. package/esm2015/lib/atoms/color-sample/color-sample.enum.js +0 -26
  506. package/esm2015/lib/atoms/color-sample/color-sample.module.js +0 -15
  507. package/esm2015/lib/atoms/dropdown/dropdown.component.js +0 -16
  508. package/esm2015/lib/atoms/dropdown/dropdown.module.js +0 -18
  509. package/esm2015/lib/atoms/h1/h1.component.js +0 -21
  510. package/esm2015/lib/atoms/h1/h1.module.js +0 -15
  511. package/esm2015/lib/atoms/h2/h2.component.js +0 -21
  512. package/esm2015/lib/atoms/h2/h2.module.js +0 -15
  513. package/esm2015/lib/atoms/h3/h3.component.js +0 -21
  514. package/esm2015/lib/atoms/h3/h3.module.js +0 -15
  515. package/esm2015/lib/atoms/h4/h4.component.js +0 -21
  516. package/esm2015/lib/atoms/h4/h4.module.js +0 -15
  517. package/esm2015/lib/atoms/h5/h5.component.js +0 -21
  518. package/esm2015/lib/atoms/h5/h5.module.js +0 -15
  519. package/esm2015/lib/atoms/icon/icon.component.js +0 -21
  520. package/esm2015/lib/atoms/icon/icon.enum.js +0 -75
  521. package/esm2015/lib/atoms/icon/icon.module.js +0 -15
  522. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +0 -21
  523. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.module.js +0 -15
  524. package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +0 -36
  525. package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +0 -15
  526. package/esm2015/lib/atoms/input-radio/input-radio.component.js +0 -36
  527. package/esm2015/lib/atoms/input-radio/input-radio.module.js +0 -22
  528. package/esm2015/lib/atoms/input-text/input-text.component.js +0 -36
  529. package/esm2015/lib/atoms/input-text/input-text.module.js +0 -16
  530. package/esm2015/lib/atoms/more-dropdown/more-actions.model.js +0 -1
  531. package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
  532. package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
  533. package/esm2015/lib/atoms/paragraph/paragraph.component.js +0 -21
  534. package/esm2015/lib/atoms/paragraph/paragraph.module.js +0 -15
  535. package/esm2015/lib/atoms/pill/pill.component.js +0 -37
  536. package/esm2015/lib/atoms/pill/pill.model.js +0 -1
  537. package/esm2015/lib/atoms/pill/pill.module.js +0 -18
  538. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +0 -17
  539. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +0 -15
  540. package/esm2015/lib/atoms/task-icon/task-icon.component.js +0 -18
  541. package/esm2015/lib/atoms/task-icon/task-icon.module.js +0 -15
  542. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +0 -18
  543. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +0 -15
  544. package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +0 -21
  545. package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +0 -1
  546. package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +0 -17
  547. package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +0 -29
  548. package/esm2015/lib/molecules/color-swatch/color-swatch.model.js +0 -1
  549. package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +0 -23
  550. package/esm2015/lib/molecules/icon-swatch/icon-swatch.component.js +0 -26
  551. package/esm2015/lib/molecules/icon-swatch/icon-swatch.model.js +0 -3
  552. package/esm2015/lib/molecules/icon-swatch/icon-swatch.module.js +0 -25
  553. package/esm2015/lib/molecules/molecules.module.js +0 -38
  554. package/esm2015/lib/molecules/note/note.component.js +0 -27
  555. package/esm2015/lib/molecules/note/note.model.js +0 -1
  556. package/esm2015/lib/molecules/note/note.module.js +0 -25
  557. package/esm2015/lib/molecules/pills/pills.component.js +0 -33
  558. package/esm2015/lib/molecules/pills/pills.module.js +0 -21
  559. package/esm2015/lib/molecules/task/task.component.js +0 -25
  560. package/esm2015/lib/molecules/task/task.model.js +0 -1
  561. package/esm2015/lib/molecules/task/task.module.js +0 -25
  562. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
  563. package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
  564. package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +0 -30
  565. package/esm2015/lib/organisms/icon-explorer/icon-explorer.helper.js +0 -521
  566. package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +0 -17
  567. package/esm2015/lib/organisms/task-list/task-list.component.js +0 -18
  568. package/esm2015/lib/organisms/task-list/task-list.module.js +0 -16
  569. package/esm2015/projects/component-library/lib/atoms/atoms.module.js +0 -52
  570. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +0 -101
  571. package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +0 -16
  572. package/esm2015/projects/component-library/lib/atoms/button/button.component.js +0 -32
  573. package/esm2015/projects/component-library/lib/atoms/button/button.module.js +0 -16
  574. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.component.js +0 -20
  575. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.enum.js +0 -26
  576. package/esm2015/projects/component-library/lib/atoms/color-sample/color-sample.module.js +0 -15
  577. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -16
  578. package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -18
  579. package/esm2015/projects/component-library/lib/atoms/h1/h1.component.js +0 -21
  580. package/esm2015/projects/component-library/lib/atoms/h1/h1.module.js +0 -15
  581. package/esm2015/projects/component-library/lib/atoms/h2/h2.component.js +0 -21
  582. package/esm2015/projects/component-library/lib/atoms/h2/h2.module.js +0 -15
  583. package/esm2015/projects/component-library/lib/atoms/h3/h3.component.js +0 -21
  584. package/esm2015/projects/component-library/lib/atoms/h3/h3.module.js +0 -15
  585. package/esm2015/projects/component-library/lib/atoms/h4/h4.component.js +0 -21
  586. package/esm2015/projects/component-library/lib/atoms/h4/h4.module.js +0 -15
  587. package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +0 -21
  588. package/esm2015/projects/component-library/lib/atoms/h5/h5.module.js +0 -15
  589. package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +0 -21
  590. package/esm2015/projects/component-library/lib/atoms/icon/icon.enum.js +0 -75
  591. package/esm2015/projects/component-library/lib/atoms/icon/icon.module.js +0 -15
  592. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +0 -21
  593. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.module.js +0 -15
  594. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +0 -36
  595. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +0 -15
  596. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +0 -36
  597. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +0 -22
  598. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +0 -36
  599. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +0 -16
  600. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-actions.model.js +0 -1
  601. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +0 -20
  602. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
  603. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +0 -21
  604. package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.module.js +0 -15
  605. package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +0 -37
  606. package/esm2015/projects/component-library/lib/atoms/pill/pill.model.js +0 -1
  607. package/esm2015/projects/component-library/lib/atoms/pill/pill.module.js +0 -18
  608. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +0 -17
  609. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +0 -15
  610. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +0 -18
  611. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.module.js +0 -15
  612. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +0 -18
  613. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +0 -15
  614. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +0 -21
  615. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +0 -1
  616. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +0 -17
  617. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +0 -29
  618. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.model.js +0 -1
  619. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +0 -23
  620. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.js +0 -26
  621. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.model.js +0 -3
  622. package/esm2015/projects/component-library/lib/molecules/icon-swatch/icon-swatch.module.js +0 -25
  623. package/esm2015/projects/component-library/lib/molecules/molecules.module.js +0 -38
  624. package/esm2015/projects/component-library/lib/molecules/note/note.component.js +0 -27
  625. package/esm2015/projects/component-library/lib/molecules/note/note.model.js +0 -1
  626. package/esm2015/projects/component-library/lib/molecules/note/note.module.js +0 -25
  627. package/esm2015/projects/component-library/lib/molecules/pills/pills.component.js +0 -33
  628. package/esm2015/projects/component-library/lib/molecules/pills/pills.module.js +0 -21
  629. package/esm2015/projects/component-library/lib/molecules/task/task.component.js +0 -25
  630. package/esm2015/projects/component-library/lib/molecules/task/task.model.js +0 -1
  631. package/esm2015/projects/component-library/lib/molecules/task/task.module.js +0 -25
  632. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
  633. package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
  634. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +0 -30
  635. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.helper.js +0 -521
  636. package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +0 -17
  637. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +0 -18
  638. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.module.js +0 -16
  639. package/esm2015/projects/component-library/public-api.js +0 -49
  640. package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +0 -26
  641. package/esm2015/public-api.js +0 -49
  642. package/esm2015/symphony-talent-component-library.js +0 -26
  643. package/fesm2015/symphony-talent-component-library-projects-component-library.js +0 -1688
  644. package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +0 -1
  645. package/fesm2015/symphony-talent-component-library.js +0 -1688
  646. package/fesm2015/symphony-talent-component-library.js.map +0 -1
  647. package/lib/atoms/dropdown/dropdown.component.d.ts +0 -5
  648. package/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
  649. package/lib/atoms/more-dropdown/more-actions.model.d.ts +0 -3
  650. package/lib/atoms/more-dropdown/more-dropdown.component.d.ts +0 -8
  651. package/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
  652. package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +0 -4
  653. package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +0 -2
  654. package/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
  655. package/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
  656. package/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
  657. package/projects/component-library/lib/atoms/dropdown/dropdown.component.d.ts +0 -5
  658. package/projects/component-library/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
  659. package/projects/component-library/lib/atoms/more-dropdown/more-actions.model.d.ts +0 -3
  660. package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.d.ts +0 -8
  661. package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
  662. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +0 -4
  663. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +0 -2
  664. package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
  665. package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
  666. package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
  667. package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +0 -1
  668. package/symphony-talent-component-library.metadata.json +0 -1
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./setting-list-page.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../templates/placeholder/placeholder.module";
5
+ import * as i4 from "../../templates/setting-list-template/setting-list-template.module";
6
+ import * as i5 from "../../atoms/h3/h3.module";
7
+ import * as i6 from "../../atoms/paragraph/paragraph.module";
8
+ import * as i7 from "../../atoms/input-text/input-text.module";
9
+ import * as i8 from "../../organisms/card-list/card-list.module";
10
+ export declare class SettingListPageModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingListPageModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SettingListPageModule, [typeof i1.SettingListPageComponent], [typeof i2.CommonModule, typeof i3.PlaceholderModule, typeof i4.SettingListTemplateModule, typeof i5.H3Module, typeof i6.ParagraphModule, typeof i7.InputTextModule, typeof i8.CardListModule], [typeof i1.SettingListPageComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<SettingListPageModule>;
14
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AdminListTemplateComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdminListTemplateComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdminListTemplateComponent, "symphony-admin-list-template", never, {}, {}, never, ["[sfx-header]", "[sfx-page-action]", "[sfx-filter-area]", "[sfx-title]", "[sfx-grid-action]", "[sfx-grid]"]>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./admin-list.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class AdminListModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdminListModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AdminListModule, [typeof i1.AdminListTemplateComponent], [typeof i2.CommonModule], [typeof i1.AdminListTemplateComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<AdminListModule>;
8
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class PlaceholderComponent {
3
+ type: string;
4
+ label: string;
5
+ tooltip: string;
6
+ tooltipPlacement: string;
7
+ height: string;
8
+ width: string;
9
+ constructor();
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PlaceholderComponent, "symphony-placeholder", never, { "type": "type"; "label": "label"; "tooltip": "tooltip"; "tooltipPlacement": "tooltipPlacement"; "height": "height"; "width": "width"; }, {}, never, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./placeholder.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/tooltip";
5
+ export declare class PlaceholderModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PlaceholderModule, [typeof i1.PlaceholderComponent], [typeof i2.CommonModule, typeof i3.TooltipModule], [typeof i1.PlaceholderComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<PlaceholderModule>;
9
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SettingListTemplateComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingListTemplateComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SettingListTemplateComponent, "symphony-setting-list-template", never, {}, {}, never, ["[page-title]", "[List-title]", "[filter-input]", "[card-list]"]>;
6
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./setting-list-template.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../placeholder/placeholder.module";
5
+ export declare class SettingListTemplateModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingListTemplateModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SettingListTemplateModule, [typeof i1.SettingListTemplateComponent], [typeof i2.CommonModule, typeof i3.PlaceholderModule], [typeof i1.SettingListTemplateComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<SettingListTemplateModule>;
9
+ }
package/package.json CHANGED
@@ -1,22 +1,16 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "1.6.0",
3
+ "version": "2.0.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^1.10.0"
7
7
  },
8
8
  "peerDependencies": {
9
- "@angular/animations": "~9.1.4",
10
- "@angular/common": "~9.1.4",
11
- "@angular/compiler": "~9.1.4",
12
- "@angular/forms": "~9.1.4",
13
- "@angular/platform-browser": "~9.1.4",
14
- "@angular/platform-browser-dynamic": "~9.1.4",
15
- "@angular/router": "~9.1.4",
16
9
  "rxjs": "~6.5.4",
17
- "@angular/core": "~9.1.4",
18
- "zone.js": "~0.10.2",
19
- "ngx-bootstrap": "^5.6.1"
10
+ "ngx-bootstrap": "^5.6.1",
11
+ "ag-grid-angular": "^24.0.0",
12
+ "ag-grid-community": "^24.0.0",
13
+ "ag-grid-enterprise": "^24.0.0"
20
14
  },
21
15
  "repository": {
22
16
  "type": "git",
@@ -31,12 +25,35 @@
31
25
  "path": "./node_modules/cz-conventional-changelog"
32
26
  }
33
27
  },
34
- "main": "bundles/symphony-talent-component-library.umd.js",
35
- "module": "fesm2015/symphony-talent-component-library.js",
36
- "es2015": "fesm2015/symphony-talent-component-library.js",
37
- "esm2015": "esm2015/symphony-talent-component-library.js",
38
- "fesm2015": "fesm2015/symphony-talent-component-library.js",
28
+ "resolutions": {
29
+ "webpack": "^5.0.0"
30
+ },
31
+ "module": "fesm2015/symphony-talent-component-library.mjs",
32
+ "es2020": "fesm2020/symphony-talent-component-library.mjs",
33
+ "esm2020": "esm2020/symphony-talent-component-library.mjs",
34
+ "fesm2020": "fesm2020/symphony-talent-component-library.mjs",
35
+ "fesm2015": "fesm2015/symphony-talent-component-library.mjs",
39
36
  "typings": "symphony-talent-component-library.d.ts",
40
- "metadata": "symphony-talent-component-library.metadata.json",
37
+ "exports": {
38
+ "./package.json": {
39
+ "default": "./package.json"
40
+ },
41
+ ".": {
42
+ "types": "./symphony-talent-component-library.d.ts",
43
+ "esm2020": "./esm2020/symphony-talent-component-library.mjs",
44
+ "es2020": "./fesm2020/symphony-talent-component-library.mjs",
45
+ "es2015": "./fesm2015/symphony-talent-component-library.mjs",
46
+ "node": "./fesm2015/symphony-talent-component-library.mjs",
47
+ "default": "./fesm2020/symphony-talent-component-library.mjs"
48
+ },
49
+ "./projects/component-library": {
50
+ "types": "./projects/component-library/symphony-talent-component-library-projects-component-library.d.ts",
51
+ "esm2020": "./esm2020/projects/component-library/symphony-talent-component-library-projects-component-library.mjs",
52
+ "es2020": "./fesm2020/symphony-talent-component-library-projects-component-library.mjs",
53
+ "es2015": "./fesm2015/symphony-talent-component-library-projects-component-library.mjs",
54
+ "node": "./fesm2015/symphony-talent-component-library-projects-component-library.mjs",
55
+ "default": "./fesm2020/symphony-talent-component-library-projects-component-library.mjs"
56
+ }
57
+ },
41
58
  "sideEffects": false
42
59
  }
@@ -1,2 +1,31 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button/button.module";
3
+ import * as i2 from "./contextual-menu/contextual-menu.module";
4
+ import * as i3 from "./avatar/avatar.module";
5
+ import * as i4 from "./pill/pill.module";
6
+ import * as i5 from "./h1/h1.module";
7
+ import * as i6 from "./h2/h2.module";
8
+ import * as i7 from "./h3/h3.module";
9
+ import * as i8 from "./h4/h4.module";
10
+ import * as i9 from "./h5/h5.module";
11
+ import * as i10 from "./paragraph/paragraph.module";
12
+ import * as i11 from "./icon/icon.module";
13
+ import * as i12 from "./icon-wrapper/icon-wrapper.module";
14
+ import * as i13 from "./filter-area/filter-area.module";
15
+ import * as i14 from "./two-column-filter-area/two-column-filter-area.module";
16
+ import * as i15 from "./input-radio/input-radio.module";
17
+ import * as i16 from "./input-checkbox/input-checkbox.module";
18
+ import * as i17 from "./input-text/input-text.module";
19
+ import * as i18 from "./input-dropdown/input-dropdown.module";
20
+ import * as i19 from "./grid/grid.module";
21
+ import * as i20 from "./grid/framework/contact-activity-score/contact-activity-score.module";
22
+ import * as i21 from "./grid/framework/relevance-score/relevance-score.component.module";
23
+ import * as i22 from "./toaster-alert/toaster-alert.module";
24
+ import * as i23 from "./sfx-loader/sfx-loader.module";
25
+ import * as i24 from "./sfx-page-loader/sfx-page-loader.module";
26
+ import * as i25 from "./sfx-progress-bar/sfx-progress-bar.module";
1
27
  export declare class AtomsModule {
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule]>;
30
+ static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
2
31
  }
@@ -1,7 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { SlicePipe } from '@angular/common';
2
+ import * as i0 from "@angular/core";
3
3
  export declare class AvatarComponent implements OnInit {
4
- private sp;
5
4
  firstName: string;
6
5
  lastName: string;
7
6
  sizePx: number;
@@ -9,7 +8,10 @@ export declare class AvatarComponent implements OnInit {
9
8
  initials: string;
10
9
  firstInitial: string;
11
10
  bgColor: string;
12
- constructor(sp: SlicePipe);
11
+ private sp;
12
+ constructor();
13
13
  ngOnInit(): void;
14
14
  getColor(character: any): string;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "symphony-avatar", never, { "firstName": "firstName"; "lastName": "lastName"; "sizePx": "sizePx"; "fontSizePx": "fontSizePx"; }, {}, never, never>;
15
17
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./avatar.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class AvatarModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, [typeof i1.AvatarComponent], [typeof i2.CommonModule], [typeof i1.AvatarComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
2
8
  }
@@ -1,10 +1,13 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- export declare class ButtonComponent implements OnInit {
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ButtonComponent {
3
4
  text: string;
4
5
  disabled: boolean;
5
6
  isSecondary: boolean;
7
+ isInverse: boolean;
6
8
  clicked: EventEmitter<string>;
7
9
  constructor();
8
- ngOnInit(): void;
9
10
  onClick(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "symphony-button", never, { "text": "text"; "disabled": "disabled"; "isSecondary": "isSecondary"; "isInverse": "isInverse"; }, { "clicked": "clicked"; }, never, never>;
10
13
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class ButtonModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonComponent], [typeof i2.CommonModule], [typeof i1.ButtonComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
2
8
  }
@@ -1,8 +1,11 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ColorNames } from './color-sample.enum';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ColorSampleComponent implements OnInit {
4
5
  color: ColorNames;
5
6
  bgColor: string;
6
7
  constructor();
7
8
  ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorSampleComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorSampleComponent, "symphony-color-sample", never, { "color": "color"; }, {}, never, never>;
8
11
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./color-sample.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class ColorSampleModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorSampleModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ColorSampleModule, [typeof i1.ColorSampleComponent], [typeof i2.CommonModule], [typeof i1.ColorSampleComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ColorSampleModule>;
2
8
  }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ContextualMenuModel } from './contextual-menu.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ContextualMenuComponent {
5
+ model: Partial<ContextualMenuModel>;
6
+ itemClick: EventEmitter<string>;
7
+ constructor();
8
+ onItemClick(item: string): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContextualMenuComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContextualMenuComponent, "symphony-contextual-menu", never, { "model": "model"; }, { "itemClick": "itemClick"; }, never, never>;
11
+ }
@@ -0,0 +1,4 @@
1
+ export interface ContextualMenuModel {
2
+ items: string[];
3
+ hasBorder: boolean;
4
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./contextual-menu.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/dropdown";
5
+ import * as i4 from "@angular/platform-browser/animations";
6
+ export declare class ContextualMenuModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContextualMenuModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContextualMenuModule, [typeof i1.ContextualMenuComponent], [typeof i2.CommonModule, typeof i3.BsDropdownModule, typeof i4.BrowserAnimationsModule], [typeof i1.ContextualMenuComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ContextualMenuModule>;
10
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FilterAreaComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterAreaComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterAreaComponent, "symphony-filter-area", never, {}, {}, never, ["[title]", "[actions]", "[filter-1]", "[filter-2]", "[filter-3]", "[filter-4]", "[filter-5]", "[filter-6]", "[filter-7]"]>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./filter-area.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class FilterAreaModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterAreaModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FilterAreaModule, [typeof i1.FilterAreaComponent], [typeof i2.CommonModule], [typeof i1.FilterAreaComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<FilterAreaModule>;
8
+ }
@@ -0,0 +1,14 @@
1
+ import { ICellRendererAngularComp } from 'ag-grid-angular';
2
+ import { ICellRendererParams } from 'ag-grid-community';
3
+ import { ContactActivityScoreModel } from './contact-activity-score.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ContactActivityScoreComponent implements ICellRendererAngularComp {
6
+ contact: any;
7
+ contactActivityScoreModel: ContactActivityScoreModel;
8
+ dataAvailable: any;
9
+ constructor();
10
+ refresh(params: any): boolean;
11
+ agInit(params: ICellRendererParams): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContactActivityScoreComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContactActivityScoreComponent, "symphony-contact-activity-score", never, {}, {}, never, never>;
14
+ }
@@ -0,0 +1,9 @@
1
+ export interface ContactActivityScoreModel {
2
+ activityScore: ActivityScoreLevel;
3
+ }
4
+ export declare enum ActivityScoreLevel {
5
+ Low = "low",
6
+ Medium = "medium",
7
+ High = "high",
8
+ Empty = "empty"
9
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./contact-activity-score.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class ContactActivityScoreModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContactActivityScoreModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContactActivityScoreModule, [typeof i1.ContactActivityScoreComponent], [typeof i2.CommonModule], never>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ContactActivityScoreModule>;
8
+ }
@@ -0,0 +1,14 @@
1
+ import { ICellRendererAngularComp } from 'ag-grid-angular';
2
+ import { ICellRendererParams } from 'ag-grid-community';
3
+ import { ContextualMenuModel } from '../../../contextual-menu/contextual-menu.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class EventSettingsMoreOptionsComponent implements ICellRendererAngularComp {
6
+ agGridParams: any;
7
+ moreOptions: ContextualMenuModel;
8
+ constructor();
9
+ refresh(params: ICellRendererParams): boolean;
10
+ agInit(params: ICellRendererParams): void;
11
+ onItemClick(item: string): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<EventSettingsMoreOptionsComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<EventSettingsMoreOptionsComponent, "symphony-event-settings-more-options", never, {}, {}, never, never>;
14
+ }
@@ -0,0 +1,5 @@
1
+ import { ICellRendererParams } from 'ag-grid-community';
2
+ export interface ContextualMenuActionModel {
3
+ item: string;
4
+ row: ICellRendererParams;
5
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./event-settings-more-options.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../contextual-menu/contextual-menu.module";
5
+ export declare class EventSettingsMoreOptionsModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<EventSettingsMoreOptionsModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EventSettingsMoreOptionsModule, [typeof i1.EventSettingsMoreOptionsComponent], [typeof i2.CommonModule, typeof i3.ContextualMenuModule], [typeof i1.EventSettingsMoreOptionsComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<EventSettingsMoreOptionsModule>;
9
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./contact-activity-score/contact-activity-score.module";
3
+ import * as i2 from "./relevance-score/relevance-score.component.module";
4
+ import * as i3 from "./grid-toggle-cell-renderer/grid-toggle-cell-renderer.module";
5
+ import * as i4 from "./event-settings-more-options/event-settings-more-options.module";
6
+ export declare class FrameworkModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FrameworkModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.EventSettingsMoreOptionsModule]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<FrameworkModule>;
10
+ }
@@ -0,0 +1,11 @@
1
+ import { ICellRendererAngularComp } from 'ag-grid-angular';
2
+ import { ICellRendererParams } from 'ag-grid-community';
3
+ import * as i0 from "@angular/core";
4
+ export declare class GridToggleCellRendererComponent implements ICellRendererAngularComp {
5
+ params: any;
6
+ refresh(params: ICellRendererParams): boolean;
7
+ agInit(params: ICellRendererParams): void;
8
+ toggleClickedHandler(isToggled: boolean): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridToggleCellRendererComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridToggleCellRendererComponent, "symphony-grid-toggle-cell-renderer", never, {}, {}, never, never>;
11
+ }
@@ -0,0 +1,5 @@
1
+ import { ICellRendererParams } from 'ag-grid-community';
2
+ export interface GridToggleModel {
3
+ isToggled: boolean;
4
+ row: ICellRendererParams;
5
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./grid-toggle-cell-renderer.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../input-toggle/input-toggle.module";
5
+ export declare class GridToggleCellRendererModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridToggleCellRendererModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridToggleCellRendererModule, [typeof i1.GridToggleCellRendererComponent], [typeof i2.CommonModule, typeof i3.InputToggleModule], [typeof i1.GridToggleCellRendererComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<GridToggleCellRendererModule>;
9
+ }
@@ -0,0 +1,14 @@
1
+ import { ICellRendererAngularComp } from 'ag-grid-angular';
2
+ import { ICellRendererParams } from 'ag-grid-community';
3
+ import { RelevanceScoreModel } from './relevance-score.component.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class RelevanceScoreComponent implements ICellRendererAngularComp {
6
+ contact: any;
7
+ relevanceScoreModel: RelevanceScoreModel;
8
+ relevanceData: any;
9
+ constructor();
10
+ refresh(params: any): boolean;
11
+ agInit(params: ICellRendererParams): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelevanceScoreComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<RelevanceScoreComponent, "symphony-relevance-score", never, {}, {}, never, never>;
14
+ }
@@ -0,0 +1,7 @@
1
+ export interface RelevanceScoreModel {
2
+ relevanceScore: RelevanceScoreLevel;
3
+ }
4
+ export declare enum RelevanceScoreLevel {
5
+ Value = "value",
6
+ Empty = "empty"
7
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./relevance-score.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class RelevanceScoreModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelevanceScoreModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RelevanceScoreModule, [typeof i1.RelevanceScoreComponent], [typeof i2.CommonModule], never>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<RelevanceScoreModule>;
8
+ }
@@ -0,0 +1,19 @@
1
+ import { ColDef } from 'ag-grid-community';
2
+ import * as i0 from "@angular/core";
3
+ export declare class GridComponent {
4
+ columnDefs: ColDef[];
5
+ rowData: any[];
6
+ getRowHeight: () => number;
7
+ rowHeightPage: number;
8
+ gridHeight: number;
9
+ frameworkComponents: any;
10
+ constructor();
11
+ onGridReady(gridReadyEvent: {
12
+ api: {
13
+ sizeColumnsToFit: () => void;
14
+ };
15
+ }): void;
16
+ getFrameworkComponents(): any;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "rowData": "rowData"; }, {}, never, never>;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { ColDef } from 'ag-grid-community';
2
+ export interface GridModel {
3
+ columnDefs: ColDef[];
4
+ rowData: any[];
5
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./grid.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ag-grid-angular";
5
+ import * as i4 from "./framework/framework.module";
6
+ export declare class GridModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent], [typeof i2.CommonModule, typeof i3.AgGridModule, typeof i4.FrameworkModule], [typeof i1.GridComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
10
+ }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class H1Component implements OnInit {
1
+ import * as i0 from "@angular/core";
2
+ export declare class H1Component {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<H1Component, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "symphony-h1", never, { "text": "text"; "isSecondary": "isSecondary"; }, {}, never, ["*"]>;
7
8
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./h1.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class H1Module {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<H1Module, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<H1Module, [typeof i1.H1Component], [typeof i2.CommonModule], [typeof i1.H1Component]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<H1Module>;
2
8
  }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class H2Component implements OnInit {
1
+ import * as i0 from "@angular/core";
2
+ export declare class H2Component {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<H2Component, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<H2Component, "symphony-h2", never, { "text": "text"; "isSecondary": "isSecondary"; }, {}, never, ["*"]>;
7
8
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./h2.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class H2Module {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<H2Module, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<H2Module, [typeof i1.H2Component], [typeof i2.CommonModule], [typeof i1.H2Component]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<H2Module>;
2
8
  }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class H3Component implements OnInit {
1
+ import * as i0 from "@angular/core";
2
+ export declare class H3Component {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<H3Component, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "symphony-h3", never, { "text": "text"; "isSecondary": "isSecondary"; }, {}, never, ["*"]>;
7
8
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./h3.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class H3Module {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<H3Module, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<H3Module, [typeof i1.H3Component], [typeof i2.CommonModule], [typeof i1.H3Component]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<H3Module>;
2
8
  }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class H4Component implements OnInit {
1
+ import * as i0 from "@angular/core";
2
+ export declare class H4Component {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<H4Component, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "symphony-h4", never, { "text": "text"; "isSecondary": "isSecondary"; }, {}, never, ["*"]>;
7
8
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./h4.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class H4Module {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<H4Module, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<H4Module, [typeof i1.H4Component], [typeof i2.CommonModule], [typeof i1.H4Component]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<H4Module>;
2
8
  }
@@ -1,7 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class H5Component implements OnInit {
1
+ import * as i0 from "@angular/core";
2
+ export declare class H5Component {
3
3
  text: string;
4
4
  isSecondary: boolean;
5
5
  constructor();
6
- ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<H5Component, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<H5Component, "symphony-h5", never, { "text": "text"; "isSecondary": "isSecondary"; }, {}, never, ["*"]>;
7
8
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./h5.component";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class H5Module {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<H5Module, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<H5Module, [typeof i1.H5Component], [typeof i2.CommonModule], [typeof i1.H5Component]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<H5Module>;
2
8
  }